.none{
    display: none;
}
.disabled-bg, .form-control-transparent .disabled-bg {
    background: #f2f5f7 !important;
}
/** Vacay Theme color 18/12/2024 **/
.vacay-green,.back-top {
    background-color: #00b9b9 !important;
    color: white !important;
}
.vacay-light-green{
    background-color: #E6F7F7 !important;
    color:#4D4D4D !important;
}
.vacay-orange {
    background-color: #FFF6E8 !important;
}
.vacay-black {
    background-color: #4D4D4D !important;
}
.vacay-gray {
    background-color: #E6E6E6 !important;
}
.vacay-text-green {
    color: #00b9b9 !important;
}
.vacay-text-light-green {
   color: #E6F7F7 !important;
}
.vacay-text-orange {
    color: #FFF6E8 !important;
}
.vacay-text-black {
    color: #4D4D4D !important;
}
.vacay-text-gray {
   color: #E6E6E6 !important;
}
.vacay-text-label-gray{
    color: #8D8D8D !important;
}
.vc-headline{
    font-size: 56px !important;
}
.vc-secondry-header{
    font-size:48px !important;
}
.vc-section-header{
    font-size:32px !important;
}
.vc-sub-head{
    font-size:24px !important;
}
.vc-body,.vc-cta{
    font-size:16px !important;
}
.vc-border-botton-green{
    border-bottom-color: #00b9b9 !important;
}
.btn-check:checked + .btn-primary-soft-check{
    background-color: rgb(235, 248, 248) !important;
    color: #0aa !important;
    border: 1px solid #0aa !important;
}
.pagination-primary-soft .page-item.page-item.active .page-link{
    background-color:#0aa !important;
}
.form-check-input:checked {
    background-color: #f7c32e !important;
    border-color: #f7c32e !important;
  }
  .cancellationCheckbox{
    appearance: none !important;
    -webkit-appearance: none !important;
    align-content: center !important;
    justify-content: center !important;
    font-size: 2rem !important;
    padding: 0.5rem !important;
    border: 0.25rem solid red !important;
  }
  .vc-text-wrap{
    height: 40px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .nav-pills-primary-soft .nav-link.active,.nav-pills-primary-soft .nav-link:hover,.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active{
    background-color: #E6F7F7 !important;
    color:#4D4D4D !important;
}
/* question mark */
.question-info{
    color: #fcdd00;
    font-weight: bold;
    cursor: pointer;
}
.input-info-content {
    transform: scale(0.7) translate(13rem, -10ex);
    z-index: 9999;
    position: absolute;
    background-color: #fec;
    padding: 10px;
    border: 2px solid #f9a602;
    border-radius: 18px;
    word-wrap: break-word;
    width: 100%;
    max-width: 280px;
    font-size: 14px;
    margin-top: -120px;
    margin-left: -50px;
  }

  /* Popup container styling */
.app-popup {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-bottom: 1px solid #E2E2E2;
    }
    /* Popup content */
    .app-popup-wrapper {
    background: #fff;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .app-popup-icon{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 20%;
    }
    .app-popup-content{
        width: 100%;
        max-width: 50%;
        text-align: left;
    }
    .app-popup-content h6{
        font-size: 0.8rem !important;
        margin-bottom: 0px !important;
        margin-top: 10px;
    }
    .app-popup-content p{
        font-size: 0.7rem !important;
    }
    /* App buttons */
    #close-app-popup {
        cursor: pointer;
    }
    /* Show popup */
    .app-popup.show {
        visibility: visible;
        opacity: 1;
    }
    .app-popup-icon img{
        border-radius: 8px !important;
        margin-right: 8px;
    }
    .app-popup-icon i{
        margin: auto 8px;
    }
    .btn-txt-small{
        font-size: 0.7rem !important;
    }
    .app-popup-item-last{
        margin-left:auto !important;
        margin-right: 8px;
    }

    /* search filter section */
    .star-grade-checkbox{
        border-radius: 50% !important;
        border: 1px solid #f7c32e;
        background-color: white;
    }
    .star-grade-label{
        font-size: 14px;
    }
    .star-grade-label .bi-star{
       color: #686262;
    }
    .star-grade-label .bi-star-fill{
        color: #f7c32e;
    }
    .radio-switch-wrapper{
        display: flex;
        gap:4px;
    }
    .form-radio{
        border: 2px solid #f7c32e;
        border-radius: 18px;
        padding: 4px;
        cursor: pointer;
    }
    .form-radio-label{
        font-size: 0.75rem;
        font-weight: bold;
        cursor: pointer;
    }
    .filter-radio{
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid #f7c32e;
        background-color: #fff;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }
    .filter-radio.active{
        background-color: #f7c32e;
    }

    /* Price Slider */
      .range_container {
        --_marker-border-clr: #f7c32e;
        --_marker-size: 15px;
        --_track-heigt: 3px;
      
        --_tooltip-bg-clr: rgba(0, 0, 0, 0.4);
        --_tooltip-txt-clr: var(--_marker-border-clr);
          
        width: 100%;
        max-width: 600px;
        display: flex;
        flex-direction: column;
    }
    
    .sliders_control {
        position: relative;
    }
    
    .slider-tooltip {
        position: absolute;
        top: -2.9rem;
        left: 0;
        width: fit-content;
        background-color: #f7c32e;
        color: #fff;
        font-size: 0.8rem;
        border-radius: 4px;
        padding: 0.3rem 0.6rem;
        text-align: center;
        translate: -50% 0;
    }
    
    .slider-tooltip::before {
        content: "";
        position: absolute;
        bottom: -0.25rem;
        left: 50%;
        translate: -50% 0;
        width: .5rem;
        height: .5rem;
        rotate: 45deg;
        z-index: -1;
        background-color: inherit;
    }
    
    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        pointer-events: all;
        width: var(--_marker-size);
        height: var(--_marker-size);
        background-color: var(--_marker-border-clr);
        border-radius: 50%;
        box-shadow: 0 0 0 1px var(--_marker-border-clr);
        cursor: pointer;
        border: none;
    }
    
    input[type=range]::-moz-range-thumb {
        -webkit-appearance: none;
        pointer-events: all;
        width: var(--_marker-size);
        height: var(--_marker-size);
        background-color: var(--_marker-border-clr);
        border-radius: 50%;
        box-shadow: 0 0 0 1px var(--_marker-border-clr);
        cursor: pointer;
        border: none;
    }
    
    input[type=range]::-webkit-slider-thumb:hover {
        background: #f7f7f7;
    }
    
    input[type=range]::-webkit-slider-thumb:active {
        box-shadow: inset 0 0 3px #f7c32e, 0 0 9px #f7c32e;
        -webkit-box-shadow: inset 0 0 3px #f7c32e, 0 0 9px #f7c32e;
    }
    
    input[type="range"] {
        -webkit-appearance: none;
        appearance: none;
        height: var(--_track-heigt);
        width: 100%;
        position: absolute;
        background-color: var(--_marker-border-clr);
        pointer-events: none;
    }
    
    #fromSlider {
        height: 0;
        z-index: 1;
    }
    
    .scale {
        display: flex;
        justify-content: space-between;
        margin-top: 2rem;
        position: relative;
        width: calc(100% - var(--_marker-size));
        margin-inline: auto;
        font-size: 0.8rem;
    }
    
    .scale div {
        position: absolute;
        translate: -50% 0;
    }
    
    .scale div::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% -125%;
        width: 1px;
        height: 10px;
        background-color:#666;
    }
    /* Price Slider END */
    #booking-image img{
        width: 150px;
        height: 150px;
    }

/* phone code autocomplete
/*the container must be positioned relative:*/
.country_code_autocomplete {
    position: relative;
    display: inline-block;
  }
  
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    width: 150px;
  }
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-size: 12px;
  }
  
  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9;
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
  }

  .nav.nav-bottom-line .nav-link.active{
    border-bottom: 3px solid #00b9b9 !important;
  }
  .text-primary-hover a:hover{
    color: #00b9b9  !important;
  }
  .vacay-no-lh{
    line-height: 0px !important;
  }
  .vacay-padding-sm{
    padding: 0.5rem 1rem !important;
  }
    
  /* Bookinh checkout page */
  #hotel-additional-information *,#hotel-cancellation-policy *{
        white-space: normal; /* Allow text to wrap */
        word-wrap: break-word; /* Break long words if necessary */
        overflow-wrap: break-word; /* Ensure word wrapping */
  }
  #hotel-additional-information table, #hotel-cancellation-policy table{
    width: 650px !important; /* Ensure table takes full width */
    table-layout: fixed; /* Prevent the table from overflowing */
    border-collapse: collapse;
  }
  .navbar-expand-xl .dropdown-toggle:after {
    margin-right: 0.35rem;
}
/* Map card design */
.map-image{
    height:100px;
    width:90px !important;
    border-radius: 14px;
    max-width: 90px !important;
}

/* room loader */
/* Container for the loader */
.room-loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 999999;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

/* The dot container */
.dot-loader {
    display: flex;
    justify-content: space-between;
    width: 80px;
    height: 20px;
}

/* Each dot */
.dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #4D4D4D; /* Change to gray for gray loader */
    animation: dot-animation 1.5s infinite ease-in-out;
}

/* Delay for each dot */
.dot:nth-child(1) {
    animation-delay: 0s;
}
.dot:nth-child(2) {
    animation-delay: 0.2s;
}
.dot:nth-child(3) {
    animation-delay: 0.4s;
}

/* Dot animation */
@keyframes dot-animation {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.4;
    }
}

/* Right to Left Layout design */
[dir="rtl"] .vc-header-navbar{
    direction: rtl !important;
    display: block !important;
}
[dir="rtl"] .vc-dashboard-vip-text{
    margin-bottom: 20px !important;
    direction: rtl !important;
    display: inline-flex !important;
}
[dir="rtl"] .vc-rtl-text-swap{
    direction: ltr !important;
}
[dir="rtl"] .vc-rtl-heading-swap{
    direction: ltr !important;
    text-align: right;
}
[dir="rtl"] .form-floating > label{
    left: auto;
  direction: rtl;
  display: block;
  text-align: right;
}
[dir="rtl"] .passwordPreview{
    left: 20px !important;
    direction: ltr !important;
    text-align: left !important;
    right: auto !important;
}
[dir="rtl"] .app-popup-content{
    text-align: right;
}
[dir="rtl"] .language-dropdown{
    text-align: right;
}
[dir="rtl"] .language-dropdown li a{
    margin-right: 0px !important;
}


@media only screen and (min-width: 320px) and (max-width: 600px) {
.input-info-content {
    transform: scale(1);
    width: 160px !important;
    font-size: 10px !important;
    margin-left: 140px !important;
    margin-top: -180px !important;
  }
  .footer-copyrights-mobile{
    display:block !important;
    }
    #seach-checkin-div,#redeem-nights-section{
        margin-left: 10px !important;
    }
    .mobile-search-widget .col{
        margin-bottom: 0.5rem !important;
    }
    #hotel-additional-information table,#hotel-cancellation-policy table{
        width: 250px !important;
    }
    .booking-payment-summary-fixed{
        position:  relative !important;
    }
}

/* 9/7/2025 added OTA color code */
.vacay-rezlive-border-color{
     border: 5px solid rgba(0, 0, 0, 0.125);
}
.vacay-paximum-border-color{
    border: 5px solid #dff9e4;
}
.vacay-didatravel-border-color{
     border: 5px solid #ffecea;
}
.vacay-manual-border-color{
     border: 5px solid #d1c169;
}
.vacay-ratehawk-border-color{
    border: 5px solid #fff9ea;
}
.vacay-rezlive-bg{
    background-color: rgba(0, 0, 0, 0.125);
}
.vacay-paximum-bg{
    background-color: #f0fbf2;
}
.vacay-didatravel-bg{
    background-color: #ffecea;
}
.vacay-manual-bg{
    background-color: #d1c169;
}
.vacay-ratehawk-bg{
    background-color: #fff9ea;
}

.toast-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 50px;
	z-index: 1055;
}

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

