@import url(./customized.ui.min.css);
body {
  font-family: "DanaFaNum";
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.\!left-0 {
  left: 0px !important;
}

.\!right-0 {
  right: 0px !important;
}

.\!top-\[99\%\] {
  top: 99% !important;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0px;
}

.top-\[5px\] {
  top: 5px;
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.grid {
  display: grid;
}

.min-h-\[60px\] {
  min-height: 60px;
}

.min-h-20 {
  min-height: 5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-\[102px\] {
  height: 102px;
}

.h-\[10px\] {
  height: 10px;
}

.h-\[119px\] {
  height: 119px;
}

.h-\[1387px\] {
  height: 1387px;
}

.h-\[217px\] {
  height: 217px;
}

.h-\[218px\] {
  height: 218px;
}

.h-\[232px\] {
  height: 232px;
}

.h-\[276px\] {
  height: 276px;
}

.h-\[376px\] {
  height: 376px;
}

.h-\[411px\] {
  height: 411px;
}

.h-\[790px\] {
  height: 790px;
}

.h-\[835px\] {
  height: 835px;
}

.h-\[888px\] {
  height: 888px;
}

.max-h-screen {
  max-height: 100vh;
}

.w-12 {
  width: 3rem;
}

.w-48 {
  width: 12rem;
}

.w-\[10px\] {
  width: 10px;
}

.w-80 {
  width: 20rem /* 320px */;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-items-center {
  place-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-stretch {
  align-items: stretch;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--secondary-300);
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}

.divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-primary-600 {
  border-color: var(--primary-600);
}

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.bg-primary-100 {
  background-color: var(--primary-100);
}

.bg-primary-200 {
  background-color: var(--primary-200);
}

.bg-primary-50 {
  background-color: var(--primary-50);
}

.bg-primary-600 {
  background-color: var(--primary-600);
}

.bg-primary-700 {
  background-color: var(--primary-700);
}

.bg-secondary-700 {
  background-color: var(--secondary-700);
}

.bg-specialcolor-1 {
  background-color: var(--special-1);
}

.bg-specialcolor-2 {
  background-color: var(--special-2);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) /* #000000 */;
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.bg-articleBg {
  background-image: var(--article-bg);
}

.bg-articleListBg {
  background-image: var(--articlelist-bg);
}

.bg-defaultBg {
  background-image: var(--default-bg);
}

.bg-defaultMobileBg {
  background-image: var(--defaultmobile-bg);
}

.bg-tourListBg {
  background-image: var(--tourlist-bg);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.z-50 {
  z-index: 50;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 1rem /* 16px */;
}

.pb-5 {
  padding-bottom: 1.25rem /* 16px */;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[6rem\] {
  font-size: 6rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.leading-\[6rem\] {
  line-height: 6rem;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.placeholder-zinc-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.active-module span {
  color: white;
}

.active-module path {
  fill: white;
}

.Noactive-date {
  opacity: 30%;
}

.direction-ltr {
  direction: ltr;
}

.swiper-fly-mobile .swiper-pagination-bullet-active {
  background-color: #f3706f;
}

.swiper-fly-mobile .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 2px !important;
}

.swiper-article-mobile .swiper-pagination-bullet-active {
  background-color: #f3706f;
}

.swiper-article-mobile .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 2px !important;
}

.swiper-other-news-mobile .swiper-pagination-bullet-active {
  background-color: #f3706f;
}

.swiper-other-news-mobile .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 2px !important;
}

.swiper-other-news-article-mobile .swiper-pagination-bullet-active {
  background-color: #f3706f;
}

.swiper-other-news-article-mobile .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 2px !important;
}

.text-gradient {
  background: linear-gradient(
    360deg,
    rgba(255, 255, 255, 0.1) -7.06%,
    #999999 269.11%
  );
  -webkit-background-clip: text;
  color: transparent;
}

.group:hover .group-hover\:bg-secondary-900 {
  background-color: var(--secondary-900);
}

.group:hover .group-hover\:text-secondary-900 {
  color: var(--secondary-900);
}

@media not all and (min-width: 1280px) {
  .max-xl\:w-\[97\%\] {
    width: 97%;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:w-\[90\%\] {
    width: 90%;
  }
}

@media (min-width: 1024px) {
  .lg\:items-center {
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-7xl {
    max-width: 80rem;
  }
}

.flight-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.flight-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-bottom: 4px solid #f57902;
  border-left: 4px solid transparent;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-engine-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #f52c2b #f52c2b transparent;
  box-sizing: border-box;
  animation: rotationfront 1s linear infinite;
}
.search-engine-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent #f57902 #f57902;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}

@keyframes rotationfront {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.other-news-border:nth-child(1) {
  border-bottom: 1px solid #d4d4d8;
  padding-bottom: 24px;
}

.other-news-border:nth-child(3) {
  border-bottom: 1px solid #d4d4d8;
  padding-bottom: 24px;
}

.active-module {
  background-color: #e31f26;
}

.clear-both.float-right {
  padding: 8px;
  border-radius: 24px;
  background-color: #ffffff33;
}
.r-flight.module-form {
  padding: 24px 16px;
  border-radius: 24px;
  background-color: white;
}

#oneway,
#backtoback {
  padding: 12px !important;
}
.search-box-container .active-r-btn {
  border-radius: 8px;
}
.search-box-container .active-r-btn span {
  color: #18181b !important;
}
.search-box-container .active-r-btn:hover span {
  color: #18181b !important;
}
.flighttype-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: #fff3e0;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 30px !important;
}

#multi {
  display: none;
}

.flighttype-field {
  width: fit-content;
  margin: 0 auto;
}

.flighttype-items div.clr {
  position: absolute;
}

.search-box-container .reserve-btn.active-module {
  padding: 5px 12px;
  height: auto;
  border-radius: 8px;
}

.reserve-field.flightclass-field {
  display: none;
  width: auto !important;
  height: 56px !important;
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: #f4f4f5;
  border-radius: 12px;
}
.reserve-field.departure-date,
.click-content,
.reserve-field.passengers-field,
.reserve-field.return-date {
  background-color: #f4f4f5 !important;
  height: 57px !important;
  border-radius: 12px;
  padding: 14px 12px;
}
.click-content::placeholder {
  color: #71717a !important;
}
.reserve-field.departure-route,
.reserve-field.destination-route {
  height: 57px !important;
  margin-bottom: 0.25rem !important;
}

.reserve-field.departure-route label,
.reserve-field.departure-route p,
.reserve-field.destination-route label,
.reserve-field.destination-route p,
.reserve-field.departure-date label,
.reserve-field.departure-date p,
.reserve-field.return-date label,
.reserve-field.return-date p {
  display: none !important;
}

.reserve-field.departure-date,
.reserve-field.return-date {
  width: 100% !important;
}
.reserve-field.departure-route {
  display: flex;
}

.Basis_Date.start_date,
.Basis_Date.end_date {
  padding-top: 0 !important;
}

.reserve-field.flightclass-field svg:first-of-type {
  display: none;
}

.destination,
.departure {
  height: 100% !important;
}

.search-flight {
  background-color: #ffc847 !important;
  height: 48px !important;
  color: white !important;
  border-radius: 8px;
}
.search-flight svg {
  display: none;
}

.search-nav {
  display: none !important;
}

.search-box-container input,
.search-box-container select,
.search-box-container button {
  font-family: "DanaFaNum" !important;
}

.reserve-field.passengers-field,
.reserve-field.departure-route,
.reserve-field.departure-route .click-content {
  width: auto !important;
  flex: 1;
}
.reserve-field.destination-route {
  flex: 0.8;
  width: auto !important;
}
.flight-routes {
  flex: 1.25;
  width: auto !important;
}
.Basis_Date_Box {
  flex: 1.1;
  width: auto !important;
  flex-direction: column;
  margin-bottom: 0.25rem !important;
}

.Basis_Date_Box,
.form-search.formflight,
.flight-routes,
.Flightclass-Passenger {
  gap: 0.25rem !important;
}

.exchangeRoute {
  background-color: #ffc847 !important;
  border-radius: 0.5rem;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 39px !important;
  left: 9px !important;
}

.exchangeRoute svg {
  width: 26px !important;
  height: 18px !important;
}

.reserve-field.passengers-field label,
.Flightclass-Passenger {
  width: auto !important;
}

.reserve-field.passengers-field label span {
  color: #3f3f46;
}

.reserve-field.passengers-field label svg {
  display: none;
}

.reserve-field.passengers-field label svg:nth-child(2) {
  margin-top: 0 !important;
}

.reserve-field.passengers-field div:first-of-type {
  padding: 0 !important;
}

.reserve-field.passengers-field {
  margin-bottom: 4px !important;
}
.passengers-field div:nth-child(1) div:first-of-type {
  display: inline;
  margin-right: 0.5rem;
}

.multicity-flight-form .route-content:first-of-type div.route-minus-btn,
.multicity-flight-form .route-content:nth-child(2) div.route-minus-btn {
  display: none !important;
}
.multicity-flight-form .route-content-inner {
  gap: 0.25rem !important;
}

.multicity-flight-form .route-content {
  margin-bottom: 30px !important;
}

.multicity-flight-form .route-minus-btn {
  top: 0;
  left: 0;
  width: auto !important;
  position: absolute;
  display: flex;
  line-height: normal !important;
}

.multicity-flight-form .reserve-field.destination-route {
  flex: 0.9;
}
.multicity-flight-form .flight-routes {
  flex: 2.2;
}

.multicity-flight-form .reserve-field.passengers-field {
  height: 57px !important;
}

.multicity-flight-form .remove-routs {
  display: none;
}

.multicity-flight-form .reserve-search {
  margin: 0 auto 0 0 !important;
  height: auto !important;
}

.multicity-flight-form .search-flight {
  margin: 0 auto 0 0 !important;
}

.multicity-flight-form .search-flight:hover {
  background-color: #f52c2b;
}

.multicity-flight-form .add-routs {
  width: 100% !important;
  height: 48px !important;
  font-size: 16px !important;
  border: 1px solid #f57902;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  margin-top: 22px;
}
.multicity-flight-form .add-routs:hover {
  border: 1px solid #f52c2b;
}

.remove-multiroute-icon::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.711 15.4237L14.65 16.4847L12.249 14.0857L9.849 16.4817L8.789 15.4207L11.188 13.0257L8.789 10.6277L9.85 9.56667L12.25 11.9657L14.651 9.56867L15.711 10.6307L13.311 13.0257L15.711 15.4237ZM12.25 3.28467C6.874 3.28467 2.5 7.65867 2.5 13.0347C2.5 18.4107 6.874 22.7847 12.25 22.7847C17.626 22.7847 22 18.4107 22 13.0347C22 7.65867 17.626 3.28467 12.25 3.28467Z" fill="%23FFCDD2"/></svg>')
    no-repeat center center;
  background-size: contain;
}

.searchList {
  border-radius: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  overflow-y: auto;
}
.passengerbox.hidden-box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  z-index: 50 !important;
}

.close-searchList {
  width: auto !important;
  height: auto !important;
}

.close-searchList svg {
  width: 32px !important;
  height: 32px !important;
}

.ul-list ul li:not(:last-child) {
  border-bottom: 1px solid #ffebee;
}
.ul-list ul li {
  text-align: center;
}
.ul-list ul li:first-of-type {
  background-color: #f52c2b;
  color: white !important;
}

.passenger-item.adult-passenger-item,
.passenger-item.child-passenger-item,
.passenger-item.infant-passenger-item {
  display: flex;
  justify-content: space-between;
}

.passenger-item.adult-passenger-item ul,
.passenger-item.infant-passenger-item ul,
.passenger-item.child-passenger-item ul {
  height: auto !important;
  line-height: normal !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.passenger-item .clr {
  position: absolute;
}

.close-passenger-box {
  margin-bottom: 4rem !important;
}

.minus-count,
.plus-count {
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
}
.minus-count::selection,
.plus-count::selection {
  background: transparent;
  color: inherit;
}
.minus-count div,
.plus-count div {
  width: 32px;
  height: 32px !important;
  background: #f52c2b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.minus-count span,
.plus-count span {
  font-size: 26px;
  padding-top: 0.5rem;
  color: white;
}

.close-passenger-box svg {
  width: 24px !important;
  height: 24px !important;
}

.createChildDropdown .select-age {
  border: 1px solid #ffcdd2;
  border-radius: 8px;
  outline: none;
  height: 57px !important;
}
.swiper-article-mobile .swiper-slide {
  height: fit-content !important;
}
.Basis_Calendar_Box {
  font-family: "DanaFaNum" !important;
}
.Basis_Calendar .selected_date {
  background: var(--secondary) !important;
}
.confirm-date-content button:hover {
  background: var(--secondary);
}
.confirm-date-content button {
  background: var(--primary);
  color: #fff;
}
.calendar-apply-date:hover {
  background: var(--secondary);
}
.calendar-apply-date {
  background: var(--primary);
  color: #fff;
}
.Basis_Calendar .selected_day {
  background: var(--secondary);
}
.day.days_available {
  background: var(--primary);
}
.calendar-switch {
  color: var(--primary);
}
.Basis_Calendar .section_next_month,
.Basis_Calendar .section_prev_month {
  color: var(--primary);
}
.Basis_Calendar .current_day::after {
  border-color: var(--secondary) transparent transparent;
}
.Basis_Calendar
  .month_day_list
  table
  td:not(.disable_day, .empty_day, .expire_day):hover {
  border-color: var(--primary);
}
.Basis_Calendar .current_day {
  background: var(--primary) !important;
  color: #fff !important;
}
.Basis_Calendar_Box {
  font-family: "DanaFaNum" !important;
}
.calendar-apply-date,
.calendar-switch,
.calendar-today,
.calendar-footer input::placeholder {
  font-family: "DanaFaNum" !important;
}
.calendar-footer input,
.calendar-footer ::placeholder {
  font-family: "DanaFaNum";
}

.close-module-form {
  display: none;
}

.search-box-container.mobile-search-box .Basis_Calendar .year {
  padding-top: 56px !important;
}

.Basis_Calendar {
  position: fixed !important;
  height: 100vh !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  overflow-y: auto;
  width: 100%;
}

.confirm-passenger {
  width: 100%;
  height: 48px !important;
  margin-top: 2rem;
  background: #f52c2b;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: white;
}
@media (max-width: 800px) {
  table {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }
}

