.safarsaz-banner-global {
  border-radius: 5px !important;
  overflow: hidden;
}
.safarsaz-banner-global__thinner {
  height: 80px;
}
.safarsaz-banner-global__thinner .safarsaz-banner-global__upper {
  height: 80px;
}
@media (max-width: 1199.98px) {
.safarsaz-banner-global__thinner .safarsaz-banner-global__upper .details {
    width: 170px;
}
}
.safarsaz-banner-global__upper {
  display: flex;
  align-items: center;
  height: 160px;
  box-shadow: 0 3px 19px 1px rgba(24, 23, 24, 0.05);
  z-index: 1;
}
.safarsaz-banner-global__upper .info {
  display: flex;
  justify-content: space-between;
  flex: 1;
  height: 100%;
  position: relative;
}
.safarsaz-banner-global__upper .info .text {
  width: 55%;
  padding: 27px 25px 27px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.safarsaz-banner-global__upper .info .text-title {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 1660px) {
.safarsaz-banner-global__upper .info .text-title {
    font-size: 20px;
}
}
.safarsaz-banner-global__upper .info .text-description {
  font-size: 12px;
  color: #4E5C6E;
}
@media (min-width: 1660px) {
.safarsaz-banner-global__upper .info .text-description {
    font-size: 14px;
}
}
.safarsaz-banner-global__upper .info .images {
  width: 45%;
  position: relative;
}
.safarsaz-banner-global__upper .info .images-photo {
  height: 20%;
  width: auto;
  bottom: 10%;
  left: 80%;
  position: absolute;
}
.safarsaz-banner-global__upper .info .images-camper {
  height: 90%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.safarsaz-banner-global__upper .info .images-camera {
  height: 18%;
  width: auto;
  top: 10%;
  left: 16%;
  position: absolute;
}
.safarsaz-banner-global__upper .info .safarsaz-divider {
  background-color: #FF725E;
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 45px;
  display: flex;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}
.safarsaz-banner-global__upper .info .safarsaz-divider > i:nth-child(1) {
  font-size: 5px;
  margin-left: 3px;
}
.safarsaz-banner-global__upper .info .safarsaz-divider > i:nth-child(2) {
  font-size: 4px;
  margin-left: 3px;
}
.safarsaz-banner-global__upper .info .safarsaz-divider > i:nth-child(3) {
  font-size: 3px;
  margin-left: 5px;
}
.safarsaz-banner-global__upper .details {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0 1.25rem;
  width: 335px;
  border-right: 1px dashed #dee2e6;
  background-color: #F9F9FA;
}
@media (max-width: 1659.98px) {
.safarsaz-banner-global__upper .details {
    width: 325px;
}
}
@media (max-width: 1399.98px) {
.safarsaz-banner-global__upper .details {
    width: 300px;
}
}
.safarsaz-banner-global__upper .details .button {
  width: 190px;
  font-size: 16px;
  font-weight: bold;
}
.empty-message {
  margin-bottom: 3.75rem;
}
.empty-message .card:hover {
  box-shadow: 0 3px 4.75px 0.25px rgba(24, 23, 24, 0.03) !important;
}
.empty-message__main-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 120px;
  width: 50%;
  margin: 0 auto 1.25rem;
  border: 1px solid #dee2e6;
}
.empty-message__main-text > div:first-of-type {
  font-size: 16px;
}
.empty-message__main-text > div:last-of-type {
  font-size: 12px;
}
.empty-message__filters-list {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0.625rem auto 1.25rem;
}
.empty-message__filters-list .filter-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  height: 35px;
  margin: 0 0 0.625rem 0.625rem;
  padding: 0 10px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  font-size: 12px;
}
.empty-message__filters-list i {
  display: flex;
  margin-right: 5px;
  color: #4E5C6E;
  font-size: 16px;
}
.pillow {
  display: flex !important;
  margin-left: 0.625rem;
  padding-left: 0.3125rem !important;
  background-color: white !important;
  border-radius: 30px !important;
}
.pillow:focus {
  box-shadow: none !important;
}
.pillow:hover {
  background-color: #FF725E !important;
}
.pillow:hover .pillow__name {
  color: white !important;
  flex-shrink: 0 !important;
}
.pillow:hover .pillow__badge {
  background-color: white !important;
  cursor: text;
}
.pillow__name {
  min-width: 60px !important;
  margin-left: 0.625rem !important;
  white-space: nowrap !important;
  font-size: 16px !important;
  color: #717C8B !important;
}
@media (max-width: 1399.98px) {
.pillow__name {
    font-size: 14px !important;
}
}
.pillow__badge {
  min-width: 28px !important;
  height: 24px !important;
  padding: 0 0.625rem !important;
  background-color: #EBECEF !important;
  color: #717C8B !important;
  font-size: 14px !important;
  line-height: 25px !important;
  top: 0 !important;
}
.trip-pillow-item {
  width: 215px;
  position: relative;
  border-radius: 5px !important;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
}
.trip-pillow-item-image {
  width: 100%;
  height: 163px;
  overflow: hidden;
  background-color: #C8CCD2;
  border-radius: 5px 5px 0 0;
}
.trip-pillow-item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trip-pillow-item-text {
  background-color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 20px;
  text-align: center;
  color: #5B5B5B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trip-pillow-item-wrapper {
  width: 239px;
}
.trip-pillow-item-wrapper a {
  width: 215px;
  display: inline-block;
}
.tour-show {
  position: relative;
}
.tour-show .section-title {
  margin-bottom: 0.3125rem;
}
.tour-show .header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 0;
  height: 260px;
  margin: -0.625rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.tour-show .header:after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.tour-show .header__title {
  width: 100%;
  height: calc(50% - 45px);
  text-align: center;
  font-size: 18px;
  color: white;
}
.tour-show .header__lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0.625rem 1.875rem;
  font-size: 12px;
  color: white;
}
.tour-show .header__lower__item {
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 20px;
}
.tour-show .header__lower__item .rating__bullets {
  display: flex;
  flex-direction: row-reverse;
  line-height: 21px;
}
.tour-show .header__lower a {
  padding: 0 0.9375rem 0 0.3125rem;
}
.tour-show .header__lower a i {
  padding: 4px;
  margin-right: 0.3125rem;
  font-size: 10px;
  color: white;
  background-color: #FF725E;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.tour-show .header__lower .rating-with-action .rating {
  background-color: rgba(255, 255, 255, 0.1);
}
.tour-show .wrapper-date-list {
  height: 80px;
  margin: 0 -16px 0 -10px;
}
.tour-show .wrapper-date-list .date-list {
  margin: -1.875rem 0 1.875rem;
}
.tour-show .wrapper-date-list .date-list--fixed {
  position: fixed;
  z-index: 4;
  top: 1.875rem;
  right: 0;
  padding: 0 10px 10px 21px;
  background: #F9F9FA;
  box-shadow: 0 5px 27px 3px rgba(24, 23, 24, 0.1);
}
.tour-show .wrapper-date-list .date-list .carousel__item {
  width: 40%;
  max-width: 240px;
}
.tour-show .wrapper-date-list .date-list .carousel .active .select-date {
  border-color: #FF725E !important;
}
.tour-show .wrapper-road-map {
  height: 45px;
}
.tour-show .wrapper-road-map .card {
  border-radius: 30px;
}
.tour-show .wrapper-road-map .card .road-map {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 45px;
  padding: 0.3125rem;
  border-radius: 30px;
  font-size: 11px;
}
.tour-show .wrapper-road-map .card .road-map--fixed {
  position: fixed;
  top: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.tour-show .wrapper-road-map .card .road-map-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  height: 100%;
}
.tour-show .wrapper-road-map .card .road-map-item a {
  color: #444;
}
.tour-show .wrapper-road-map .card .road-map-item small {
  font-size: 9px;
}
.tour-show .wrapper-road-map .card .road-map-item.active {
  background-image: linear-gradient(45deg, #F1437C, #FF725E);
  border-radius: 17px;
}
.tour-show .wrapper-road-map .card .road-map-item.active a {
  color: white;
}
.tour-show .travel {
  width: 100%;
  margin-bottom: 0.3125rem;
}
.tour-show .travel__program {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.tour-show .travel__program:before {
  position: absolute;
  content: "";
  right: 20px;
  height: calc(100% - 60px);
  border-right: 1px solid #dee2e6;
}
.tour-show .bundle {
  margin-bottom: 0.3125rem;
}
.tour-show .bundle__header {
  display: flex;
  align-items: center;
}
.tour-show .bundle__header__filter .btn {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background-color: white;
  font-size: 10px;
  color: #717C8B;
  border: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
.tour-show .bundle__header__filter .btn i {
  margin-right: 0.15625rem;
  color: white;
  background-color: #949CA7;
  border-radius: 50%;
}
.tour-show .tour-details {
  margin-bottom: 0.3125rem;
}
.tour-show .agency {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  right: 0.625rem;
  left: 0.625rem;
  bottom: -80px;
  height: 70px;
  padding: 7px 0.625rem;
  margin-bottom: 0.625rem;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 0 22px 10px rgba(24, 23, 24, 0.1);
  transition: all 200ms ease-out;
  z-index: 3;
}
.tour-show .agency--fixed {
  bottom: 0;
}
.tour-show .agency-left {
  width: 50%;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tour-show .agency-left-phone {
  border-radius: 999px;
  padding: 8px 18px;
  background-color: #2C2C41;
  color: white;
  margin-top: 5px;
}
.tour-show .agency-divider {
  height: 90%;
  border-left: 1px solid #949CA7;
}
.tour-show .agency-right {
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tour-show .agency-right-phone {
  border-radius: 999px;
  padding: 8px 18px;
  background-color: #0197F6;
  color: white;
  margin-top: 5px;
}
.tour-show .agency__info {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
}
.tour-show .agency__info__phone:before {
  font-size: 45px;
  color: #DBDEE8;
  transform: scaleX(-1) rotate(-40deg);
}
@media (max-width: 360px) {
.tour-show .agency__info__phone:before {
    display: none;
}
}
.tour-show .agency__info__title {
  height: 50%;
  padding-right: 0.3125rem;
  font-weight: bold;
  color: #717C8B;
}
.tour-show .agency__info__rating-phone {
  height: 50%;
  display: flex;
  align-items: center;
}
.tour-show .agency__info__rating-phone .score-no {
  display: none;
}
.tour-show .agency__info__rating-phone .rating {
  padding: 0 0 0 10px;
  margin-left: 10px;
  border-radius: 0;
}
.tour-show .agency__info__rating-phone .phone {
  all: unset;
  cursor: pointer;
  direction: ltr;
  color: #4E5C6E;
}
.tour-show .agency .support {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tour-show .agency .support > i:before {
  font-size: 36px;
}
.tour-show .agency .support > a {
  font-size: 12px;
  font-weight: bold;
  border-radius: 99px;
  flex: 1;
}
.tour-show .agency__btn {
  font-weight: bold;
  border-radius: 20px;
  background-color: #0197F6;
  color: white !important;
  height: -moz-fit-content;
  height: fit-content;
}
.tour-show .agency__whatsapp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 14px;
  width: 100%;
}
.tour-show .agency__whatsapp__description {
  margin-bottom: 8px;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 8px;
}
.tour-show .agency__whatsapp__action {
  gap: 10px;
  align-items: center;
  background-color: #396852;
  display: block;
  border-radius: 5px;
  color: white;
  font-size: 21px;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
}
.tour-show .agency__whatsapp__action span {
  font-size: 12px;
}
.tour-show .breadcrumb-tour {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  padding-bottom: 0.625rem;
  background-color: white;
  border-top: 1px solid #dee2e6;
}
.tour-show .tour-details__comission {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0.875rem;
}
.tour-show .tour-details__comission-title {
  color: #717C8B;
  align-content: center;
}
.tour-show .tour-details__comission-btn {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  text-align: center;
  background: #58D3A6 !important;
  border: none;
}
.tour-show .tour-details__card {
  margin-bottom: 0.625rem;
}
.tour-show .tour-details__card .header-details {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #dee2e6;
  color: #4E5C6E;
}
.tour-show .tour-details__card .header-details__type {
  display: flex;
  justify-content: center;
  width: 50%;
  position: relative;
}
.tour-show .tour-details__card .header-details__type span {
  color: #FF725E;
  margin-right: 0.15625rem;
}
.tour-show .tour-details__card .header-details i {
  margin-bottom: -20px;
}
.tour-show .tour-details__card .header-details i:before {
  width: 48px;
  height: 48px;
  opacity: 0.4;
  transform: scaleX(-1);
}
.tour-show .tour-details__card .header-details__agency {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.tour-show .tour-details__card .header-details__agency span {
  margin-right: 0.3125rem;
}
.tour-show .tour-details__card .header-details__agency__img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-show .tour-details__card .body-item {
  padding: 0.625rem;
  border-bottom: 1px solid #dee2e6;
}
.tour-show .tour-details__card .body-item__title {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 13px;
  color: #0197F6;
  font-weight: bold;
}
.tour-show .tour-details__card .body-item__text {
  font-size: 12px;
  color: #4E5C6E;
  line-height: 26px;
}
.swal2-modal {
  padding-right: 0;
  padding-left: 0;
}
.swal2-modal .tour-request-modal p {
  font-size: 12px;
  line-height: 2;
}
.swal2-modal .tour-request-modal__header {
  font-size: 16px !important;
  font-weight: bold;
  color: #FF725E;
}
.swal2-modal .swal2-styled {
  font-size: 12px !important;
}
