:root {
  --primary: #db0000;
  --secondary: #6e6c6c;

  --primary-50: #ffecec;
  --primary-100: #ffc9c9;
  --primary-200: #ff9a9a;
  --primary-300: #ff6b6b;
  --primary-400: #ff3b3b;
  --primary-500: #db0000;
  --primary-600: #c40000;
  --primary-700: #a30000;
  --primary-800: #7f0000;
  --primary-900: #5a0000;
  --primary-950: #330000;
  --secondary-50: #f6f6f6;
  --secondary-100: #e2e1e1;
  --secondary-200: #cbcac9;
  --secondary-300: #b4b2b2;
  --secondary-400: #9b9a9a;
  --secondary-500: #817f7f;
  --secondary-600: #6e6c6c;
  --secondary-700: #595757;
  --secondary-800: #444343;
  --secondary-900: #2f2e2e;
  --secondary-950: #1b1a1a;
}
@media not all and (min-width: 1024px) {
  #search-box form {
    margin-top: 45px !important;
  }
  .reservation-item {
    display: flex !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
    padding: 0 20px !important;
  }
  .reservation-item li:first-child,
  .reservation-item li:nth-child(2),
  .reservation-item li:nth-child(3),
  .reservation-item li:nth-child(4) {
    width: 47% !important;
  }
  .reservation-item li:last-child {
    width: 100% !important;
  }
  .reservation-item li {
    height: 75.6px !important;
    border-radius: 0.375rem !important;
    border: 1px solid rgb(var(--color-lightgray)) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(var(--color-lightwhite)) !important;
  }
  .search-box-container.mobile-search-box .module-form.visible-module-form {
    position: unset !important;
    padding: 0 20px !important;
  }
  .invisible-module-form {
    display: none !important;
  }
  .close-module-form {
    display: none !important;
  }
  .reservation-item li::after {
    opacity: 0;
    transition: all 0.39s ease-in-out;
    content: "";
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    top: calc(100% + 0px);
    height: 3px !important;
    background-color: rgb(219 0 0) !important;
  }
  .r-hotel .passengers-field,
  .r-insurance .passengers-field,
  .r-tour .passengers-field {
    margin-top: 40px !important;
  }
  .Flightclass-Passenger {
    display: flex !important;
    flex-direction: column;
    gap: 19px !important;
    margin-top: 40px !important;
  }
  .departure-route,
  .destination-route {
    margin-bottom: 40px !important;
  }
  .destination-route,
  .flightclass-field,
  .passengers-field,
  .departure-route,
  .Basis_Date_Box .reserve-field {
    border: 1px solid rgb(235 235 235) !important;
    border-radius: 0.375rem !important;
  }
  .Basis_Date_Box .reserve-field {
    width: 100% !important;
  }
  .flighttype-items-ul {
    width: 100% !important;
  }
  .exchangeRoute {
    top: 45px !important;
    transform: rotate(0deg) !important;
  }
  .removeroute-icon {
    width: 40px !important;
    height: 25px !important;
  }
  .flighttype-items-ul li {
    width: 33.33%;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .flighttype-items-ul li span {
    white-space: nowrap !important;
  }
  .return-date {
    margin-top: 40px !important;
  }
  .Basis_Date_Box {
    display: flex !important;
    flex-direction: column;
  }
  .reservation-item li {
    position: relative !important;
  }
  .reservation-item li.active-module::after {
    opacity: 1 !important;
  }
  .FlightClass,
  .passengerbox {
    z-index: 100000000 !important;
  }
  .passenger-birthday-dropdown {
    z-index: 100000000000 !important;
  }
  .search-box-container.mobile-search-box .module-form.visible-module-form {
    margin-top: 25px !important;
  }
  .FlightClass li {
    text-align: center !important;
  }
  .FlightClass ul {
    margin-top: 30px !important;
  }
}
@media (min-width: 1024px) {
  #search-box form {
    margin-top: 35px !important;
  }
  .passenger-birthday-dropdown {
    z-index: 10000 !important;
  }
  .reservation-item {
    display: inline-flex !important;
    gap: 4px;
    width: 100% !important;
    padding: 20px 20px !important;
    border-bottom: 2px solid rgb(235 235 235) !important;
  }
  .reservation-item li {
    background-color: transparent !important;
  }
  .r-flighthotel .Wrapper-ExteraHoteldate .Basis_Date_Box {
    width: 50% !important;
  }
  .r-flight .Basis_Date_Box,
  .r-flighthotel .Basis_Date_Box {
    width: 29% !important;
  }

  .flight-routes,
  .r-hotel .departure-route,
  .r-hotel .passengers-field,
  .r-tour .passengers-field,
  .r-insurance .passengers-field,
  .r-tour .departure-route,
  .r-insurance .departure-route,
  .Basis_Date_Box,
  .Flightclass-Passenger {
    border: 1px solid rgb(235 235 235) !important;
    border-radius: 0.375rem;
    gap: 0 !important;
  }
  .flight-routes .departure-route,
  .departure-date,
  .flightclass-field {
    border-left: 1px solid rgb(235 235 235) !important;
    border-radius: 0 !important;
  }
  .reservation-item li {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    min-width: 158px !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
  }
  .reservation-item li::after {
    opacity: 0;
    transition: all 0.39s ease-in-out;
    content: "";
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    top: calc(100% + 19px);
    height: 3px !important;
    background-color: rgb(219 0 0) !important;
  }
  .reservation-item li.active-module::after,
  .reservation-item li:hover::after {
    opacity: 1 !important;
  }
  #r-flight,
  #r-flighthotel,
  #r-hotel,
  #r-tour,
  #r-insurance {
    padding: 20px 20px !important;
  }
  .flighttype-items li {
    padding: 0.625rem !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    min-width: 115px !important;
  }
  .Flightclass-Passenger .flightclass-field {
    width: 47% !important;
  }
  .plus-count:hover,
  .Add-Remove button:hover,
  .confirm-passenger:hover,
  .reserve-search button:hover,
  .minus-count:hover {
    background-color: rgb(40, 40, 40) !important;
  }
  .r-flight .passengerbox,
  .r-flighthotel .passengerbox {
    width: 277px !important;
  }
  .searchList,
  .passengerbox,
  .FlightClass {
    border-top: none !important;
    border: 1px solid rgb(235 235 235) !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 0 !important;
    box-shadow: 0px 20px 27px 5px #43434340 !important;
  }
  .FlightClass {
    padding: 5px !important;
  }
  .exchangeRoute {
    left: -14px !important;
    top: 8px !important;
    transform: rotate(90deg) !important;
  }
  .route-content-inner .flight-routes {
    width: 64% !important;
  }
  .route-content-inner .departure-date {
    border: none !important;
  }
  .route-minus-btn {
    position: absolute !important;
    left: 17px !important;
    top: 10px !important;
    transform: scale(2.5) !important;
  }
  .Add-Remove {
    width: 44% !important;
  }
  .r-insurance .passengers-field {
    width: 25% !important;
  }
}
.multiroute-fields {
  margin-top: 49px !important;
}
.exchangeRoute {
  width: 27px !important;
  height: 27px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: rgb(235 235 235) !important;
  border-radius: 7px !important;
}
.exchangeRoute svg {
  width: 19px !important;
  height: 19px !important;
}
.reservation-item li span {
  color: #817f7f !important;
}
.flighttype-items {
  border-radius: 0.375rem;
  background-color: rgb(235 235 235) !important;
  overflow: hidden;
}
.flighttype-items li:hover,
.active-FlightClass,
.FlightClass li:hover,
.active-r-btn {
  background-color: rgb(219 0 0) !important;
}
.plus-count,
.confirm-passenger,
.minus-count {
  background-color: rgb(219 0 0) !important;
  border-radius: 4px !important;
}
.searchList li {
  text-align: center !important;
}
.passenger-counts,
#search-box input,
#search-box input::placeholder,
.FlightClass-text {
  color: #888888 !important;
}
.route-minus-btn {
  width: fit-content !important;
  height: fit-content !important;
}

.multi-route-tlt {
  margin-bottom: 45px !important;
}
.route-minus-btn span,
.Add-Remove button svg {
  display: none !important;
}
.FlightClass-text,
.Add-Remove button * {
  font-size: 14px !important;
}
.reserve-search button,
.toggle-calendar,
.Add-Remove button {
  background-color: rgb(219 0 0) !important;
  border-radius: 6px !important;
}
.Add-Remove div {
  display: inline-flex !important;
  gap: 8px !important;
  width: 100% !important;
}
.confirm-passenger {
  height: 35px !important;
  width: 100% !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  color: white !important;
}
.flighttype-items li:hover *,
.reserve-search button *,
.confirm-passenger *,
.plus-count *,
.minus-count *,
.active-FlightClass *,
.FlightClass li:hover *,
.toggle-calendar,
.active-r-btn *,
.Add-Remove button * {
  color: white !important;
}
.Wrapper-ExteraHoteldate {
  width: 100% !important;
}
.CheckHotelDate {
  margin-bottom: 35px !important;
}
.label-flightclass svg {
  display: none !important;
}
.FlightClass li {
  margin-bottom: 4px !important;
}

#search-box .reserve-field.h-20,
#search-box .reserve-search {
  height: 41px !important;
}
#search-box input,
#search-box select,
#search-box button,
#search-box * {
  font-family: IRANYekan !important;
}
#search-box .down-icon {
  display: none !important;
}
#search-box p,
.searchList svg {
  display: none !important;
}
.Basis_Date_Box .no-activedate {
  background-color: #cfcfcf45 !important;
}

.label-routes,
.label-passengers,
.label-dates,
.label-flightclass {
  width: fit-content !important;
}
.label-routes svg,
.label-passengers svg,
.label-dates svg,
.label-flightclass svg {
  width: 30px !important;
  height: 30px !important;
}
.label-routes .label-text {
  position: absolute !important;
  font-size: 12px !important;
  color: #817f7f !important;
  top: -32px;
  white-space: nowrap;
  right: 2px;
}

.label-dates .label-text {
  position: absolute !important;
  font-size: 12px !important;
  color: #817f7f !important;
  top: -34px;
  white-space: nowrap;
  right: 2px;
}
.label-flightclass .label-text,
.label-passengers .label-text {
  top: -27px;
  white-space: nowrap;
  right: 2px;
  position: absolute !important;
  font-size: 12px !important;
  color: #817f7f !important;
}
.click-content,
.show-passengers-dropdown,
.flightclass-field
  > div.border-type-1.cursor-pointer.h-full.rounded-type-1.px-2,
.Basis_Date_Box .reserve-field div.border-type-1.h-full.rounded-type-1.px-2 {
  display: flex !important;
  align-items: center !important;
}
.Basis_Date_Box .reserve-field input {
  position: relative !important;
  padding-top: 0 !important;
}
.FlightClass li {
  padding: 5px 12px !important;
  border-radius: 10px !important;
}
.reserve-search button svg {
  display: none !important;
}

.search-nav {
  margin: 0 !important;
}
body .book-tw__selected {
  background: var(--primary-500) !important;
  color: #fff !important;
}
#picker .book-tw__selected {
  background: var(--primary-500) !important;
  color: #fff !important;
}
.searchHistory-content .sub-title svg {
  display: none !important;
}
select {
  height: 40px !important;
  appearance: auto !important;
}
.deleteRoom,
.warningColor-100 {
  color: var(--primary-500) !important;
  font-weight: bold !important;
  font-size: 1rem !important;
}

