@import url("../css/profile.css");
@import url("../css/my-profile.css");
@import url("../css/notification.css");
@import url("../css/font-awesome.min.css");
@import url("../css/affiliate.css");
@import url("../css/my-wallet.css");
@import url("../css/my-wishlist.css");
@import url("../css/voucher.css");
@import url("../css/privacy-policy.css");
@import url("../css/support.css");
@import url("../css/my-booking.css");
@import url("../css/visa-service.css");
@import url("../css/my-wallet.css");
@import url("../css/apechart.css");
@import url("../css/xperience.css");
@import url("../css/index.css");
@import url("../css/search-form.css");
@import url("../css/list-tour.css");
@import url("../css/tour-detail.css");
@import url("../css/responsive.css");



body {
  font-weight: var(--font-weight-default);
  color: #11151f;
}

div#drop-location-hotel,
div#dropdown-room-guest,
div#drop-location-from,
div#drop-country {
  position: absolute;
  transform: translate3d(0px, 60px, 0px) !important;
  top: 5px;
  left: 0px;
  will-change: transform;
}

* {
  box-shadow: none !important;
  outline: none;
  list-style: none;
}

/* .main-content {
   min-height: calc(100vh - 250px);
 } */


.custom-tag {
  left: 30px;
  top: -5px;
  z-index: 1;
  height: 48px;
  width: 40px;
  overflow: hidden;
}


.nav-tabs .nav-link {
  background-color: var(--primary-50);
  color: var(--primary-color);
}

.nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: #fff !important;
}

.slick-track {
  margin-inline: unset;
  margin-bottom: 1rem;
}



.slick-margin-15 .slick-list {
  margin: 0 -15px;
}

.slick-custom-nav .slick-arrow {
  z-index: 9;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  margin-right: 10px !important;
  display: flex;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

button.slick-prev.slick-arrow {
  margin-left: 30px !important;
  height: 30px;
  width: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

button.slick-prev {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

button.slick-prev {
  left: -43px !important;
}

.slick-next.slick-arrow {
  z-index: 100;
  height: 30px;
  width: 30px;
  background: #ffffffd7;
  margin-right: 15px !important;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.slick-custom-nav .slick-next:before {
  margin: auto;
  margin-right: 12px;
  width: 12px;
  height: 12px;
  color: var(--primary-color);
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);

}

.slick-custom-nav .slick-prev:before {
  margin: auto;
  margin-right: 7px;
  width: 12px;
  height: 12px;
  color: var(--primary-color);
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);

}

.slick-custom-nav .slick-prev:before {
  content: "\f053";
}

.slick-custom-nav .slick-next:before {
  content: "\f054";
}

.slick-custom-nav .slick-prev:hover,
.slick-custom-nav .slick-prev:focus,
.slick-custom-nav .slick-next:hover,
.slick-custom-nav .slick-next:focus {
  background-color: #fff;
}

.badge-favorite {
  top: -8px;
  right: 1px;
}

.btn-login-register {
  padding: 2px;
}


.header-bottom .nav-link span {
  color: var(--header-link);
}

.header-bottom .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  border-radius: 9999px;
  background-color: var(--primary-color);
  transition: 0.3s all ease;
}

.header-bottom .nav-item.active .nav-link:before,
.header-bottom .nav-item .nav-link:hover:before {
  width: 100%;
}

.header-bottom .nav-item:last-child .nav-link {
  margin-right: 0 !important;
}

.header-bottom .nav-item.active .nav-link svg path,
.header-bottom .nav-item .nav-link:hover svg path {
  fill: var(--primary-color);
}

.header-bottom .nav-item.active .nav-link span,
.header-bottom .nav-item .nav-link:hover span {
  color: var(--primary-color);
}

.dropdown-language-currency {
  left: -100% !important;
  --size: 17rem;
  min-width: var(--size);
}

input#ip-hotel-room,
input#ip-hotel-adult,
input#ip-hotel-children,
input#ip-adult,
input#ip-children,
input#ip-room,
input#ip-adult-EN,
input#ip-children-EN {
  max-width: 30px;
}

.dropdown-language {
  left: -100% !important;
  --size: 15rem;
  min-width: var(--size);
}

.dropdown-currency {
  left: -100% !important;
  --size: 17rem;
  min-width: var(--size);
}


.flag-icon {
  height: 22px;
}

#map {
  height: 300px;
  width: 100%;
}

#ui-datepicker-div {
  position: absolute !important;
}

.dropdown-language-currency .list-group,
.flag-dropdown-item,
.currency-dropdown-item,
.flag-dropdown-item a,
.currency-dropdown-item a {
  border-radius: 0.75rem;
}

.flag-dropdown-item.active,
.currency-dropdown-item.active {
  background-color: var(--primary-50);
}

footer {
  background-color: var(--footer-bg);
}

.dropdown .loca-validate {
  display: none;
  color: "red";
  font-size: 10px;
  font-weight: bold;
  margin-bottom: -5px;
}

.modal-backdrop {
  z-index: 0;
}

.tab-search-bar {
  margin-top: -30px;
}

.custom-img-banner {
  height: 400px !important;
}

.h-6 {
  height: 24px;
}

.w-6 {
  width: 24px;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.dropdown-select-people {
  min-width: none !important;
}


.gap-3 {
  gap: 12px;
}

.custom-img-banner-md {
  height: 400px;
}

.w-xs-text {
  width: 60px !important;
  text-align: center;
}

.border-radius-50rem {
  border-radius: 50rem;
}

.custom-margin {
  margin-top: -155px !important;
}

.tab-content>.tab-pane.index {
  width: 100%;
  display: block !important;
  overflow-y: hidden;
  height: 0;
  padding: 0 15px;
}


.tab-content>.tab-pane.active.index {
  display: block !important;
  visibility: inherit !important;
  opacity: 1;
  height: auto;
}

@media screen and (max-width: 994px) {
  .custom-img-banner-md {
    height: 400px;
  }

  .custom-margin {
    margin-top: -130px !important;
  }
}

@media screen and (max-width: 770px) {


  .display-none {
    display: none !important;
  }

  .custom-margin-bottom {
    margin-bottom: 16px;
  }

  .custom-height-button {
    height: 50px;
  }

}

@media screen and (max-width: 425px) {
  .custom-scroll {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: start !important;
  }

  .p-xs-0 {
    padding: 20px 10px 10px 10px !important;
  }

  .d-xs-none {
    display: none !important;
  }

  .w-xs-text {
    width: 50px !important;
    text-align: center;
  }

  .p-x-xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .h-xs {
    padding-bottom: 20px !important;
    height: auto !important;
  }

  .custom-rounded-search-tour {
    border-radius: 26px !important;
    margin-top: 30px;
  }

  .sm-hidden {
    display: none;
  }

  .custom-width-sm {
    width: 100% !important;
  }

  .custom-px-btn {
    padding: 5px 10px !important;
  }
}

.custom-refresh-otp-hover:hover {
  color: #7ab7f8 !important;
}

.ratio-1x1 {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.heart-icon {
  position: absolute;
  top: 5px;
  right: 15px;
  padding: 5px 15px;
  z-index: 1;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.swal2-styled.swal2-confirm {
  background-color: #006CE5 !important;
}

.logo-header-monetrip {
  height: 40px;
  width: 184px;
}

.font-weight-400 {
  font-weight: 400;
}

.nav-tab-tour-index {
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  border-bottom: none !important;
}

.nav-tab-tour-index li .active {
  background-color: #ECF5FF !important;
  border-radius: 12px !important;
}

.custom-modal-success-review.modal-dialog {
  max-width: 350px;
}

.w-500 {
  width: 500px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.city {
  border: solid;
  border-width: 1px;
  border-radius: 9999px;
  padding: 4px;
  border-color: rgb(27, 160, 226);
  font-size: 12px !important;
}

.w-90px {
  width: 90px;
}

.h-250px {
  height: 250px;
}

.w-265px {
  width: 300px;
}

.w-70px {
  width: 70px;
}

.text-5-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.modal-voucher {
  height: 360px;
  overflow-y: auto;
}

@media screen and (max-width: 992px) {
  #navbarSupportedContent {
    z-index: 99;
    background: white;
    padding: 20px;
    border-radius: 20px;
  }
}

.field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.decreption-text p {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

.text-nav {
  color: black;
  font-size: 16px;
  font-weight: 500;
}

.active-nav-tour {
  text-decoration: none;
  border-bottom: 2px solid #007bff !important;
  display: inline-block;
  color: #007bff !important;
}

.active-nav-subtour {
  color: black;
  font-size: 16px;
  font-weight: 500;
}

.active-nav-subtour.active {
  text-decoration: none;
  border-bottom: 2px solid #007bff !important;
  border-right: 0px !important;
  display: inline-block;
  color: #007bff !important;
}

.gap-25px {
  gap: 25px;
}

.h-47 {
  height: 47%;
}

.rounded-t-r-2rem {
  border-top-right-radius: 2rem;
}

.rounded-b-r-2rem {
  border-bottom-right-radius: 2rem;
}

.bg-f8f9fa {
  background-color: #f8f9fa;
}

.offer-form-border {
  border: 2px solid #dee2e63d !important;
}

.mw-content {
  max-width: 250px;
  word-wrap: break-word;
}

.nav-pills.nav-subtour .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #007bff !important;
}

#navbar-example2 .nav-pills .nav-item .nav-link {
  color: black !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

#navbar-example2 .nav-pills .nav-item .nav-link.active {
  background-color: white;
  border-radius: 0px !important;
  text-decoration: none;
  border-bottom: 2px solid #007bff !important;
  border-right: 0px !important;
  display: inline-block;
  color: #007bff !important;
}

.word-break {
  word-break: break-word;
}

.w-85 {
  width: 85% !important;
}

.custom-underline:hover {
  color: #6677A2 !important;
  text-decoration: none !important;
}