.hide_on_load {
    display: none;
}

.hide {
    display: none;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-16 {
    border-radius: 16px;
}

.blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.no-blur {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

#footer-logo {
    width: 75px;
    height: 37.5px;
}

#loader-modal {
    background-color: var(--white-color) !important;
}

.hide_img_on_load {
    display: none;
}

.custom-input {
    flex-direction: row;
    border: 1px solid lightgrey;
    align-items: center;
    width: 100%;
    border-radius: 6px;
}

.custom-input-icon {
    flex: 15%;
}

.custom-input-validation {
    position: absolute;
    top: 80%;
    left: 5%;
}

.canvas-property-logo {
    max-height: 30vh;
    border-radius: 8px;
    max-width: 15rem
}

.apple-btn {
    background-color: rgba(0, 0, 0, 0.5);
}

.fb-btn {
    background-color: #1877f2;
}

.google-btn {
    background: rgba(215, 215, 215, 0.5);
}

.social-btn-icon {
    max-width: 1.8rem;
}

.pointer {
    cursor: pointer;
}

.room-image-container {
    border-top-left-radius: 14px;
    background: var(--light-grey-55);

    .image-swiper {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }

    .mobile-image-swiper {
        border-radius: 14px;

        img {
            border-radius: 14px;
        }
    }

    img {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }

    .no-img-radius {
        border-bottom-left-radius: 0px;
    }
}

.animate {
    animation-duration: 1s;
    animation-timing-function: ease;
}

.animate.fade-in {
    animation-name: animate-fade-in;
}

@keyframes animate-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
    color: black !important;
    font-weight: bolder;
}

.toggle-btn {
    width: 35px;
    height: 35px;

    span {
        font-size: 1rem;
        vertical-align: middle;
        line-height: 1rem;
    }
}

.guest-count-container {
    max-height: 90vh;
}

.mobile-pricing-plan-swiper {
    .swiper-slide {
        width: 80% !important;
    }

    .swiper-slide:nth-child(2n) {
        width: 20%;
    }

    .swiper-slide:nth-child(3n) {
        width: 20%;
    }

    .swiper-slide-next,
    .swiper-slide-prev {
        opacity: 0.55;
    }

}

.glossy-bg {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
}

.active-glossy-bg {
    background-color: rgba(217, 242, 212, 0.75);
    backdrop-filter: blur(10px);
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);

    b {
        color: #39BA23;
    }

    img {
        filter: brightness(0) saturate(100%) invert(60%) sepia(15%) saturate(3509%) hue-rotate(70deg) brightness(95%) contrast(82%);
    }

    .active-icon {
        filter: brightness(0) saturate(100%) invert(60%) sepia(15%) saturate(3509%) hue-rotate(70deg) brightness(95%) contrast(82%) !important;
    }
}

.alert-glossy-bg {
    background-color: rgba(229, 229, 229, 0.5);
    backdrop-filter: blur(10px);
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    width: max-content;
    border-radius: 10px;
}

.display-flex {
    display: flex;
}

.form-control+.form-label {
    top: -5px;
    background-color: white;
    padding: 0;
    margin-left: 10px !important;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 1 !important;
    height: 1rem;
}

.form-control:focus+.form-label {
    top: -5px;
    background-color: white;
    padding: 0;
    margin-left: 10px !important;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 1 !important;
    height: 1rem;
    z-index: 999;
}

.popover-header {
    background: white;
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.promocode-dropdown .form-control {
    height: 2.5rem;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    background-color: #efefef !important;
}

.room-info-pricing-plan-slider {
    max-width: 65%;
}

@media (max-width: 700px) {
    .room-info-pricing-plan-slider {
        max-width: fit-content;
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

.border-top-radius {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}


.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
    border-radius: 16px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 16px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 16px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 16px;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-height: 10rem;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #ff9f00;
}

.circular-chart.green .circle {
    stroke: #4CC790;
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.payment-page {
    h4 {
        font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
        font-weight: 900;
        font-size: 40px;
        margin-bottom: 10px;
    }

    p {
        color: #404F5E;
        font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
        margin: 0;
    }

    i {
        color: rgb(154, 188, 102);
        font-size: 100px;
        margin-left: -15px;
    }

    .error-icon {
        color: red;
        font-size: 100px;
    }

    .card {
        background: white;
        padding: 60px;
        border-radius: 4px;
        box-shadow: 0 2px 3px #C8D0D8;
        display: inline-block;
        margin: 0 auto;
    }
}

.popover {
    border-radius: 16px;
    box-shadow: 0px 0px 24px 4px lightgray;
    border: 0;

    .popover-header {
        border-radius: 16px;
    }

    .popover-arrow {
        border: 0 !important;
    }
}

.swiper-button-disabled {
    display: none !important;
}

.dropdown-toggle::after {
    display: none;
}

.destination-input::placeholder {
    color: var(--black-color);
}

.selection-dropdown-lg {
    min-width: 20rem;
    border-radius: 10px;
    border: 0;
}

.search-suggestion {
    position: absolute;
    z-index: 1000;
    max-height: 60vh;
    overflow: auto;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style-iw-c {
    padding: 0px !important;
    max-width: 250px !important;
    border-radius: 16px !important;
}

.gm-style-iw {
    max-width: 250px !important;
    border-radius: 16px !important;
}

.gm-style-iw-chr {
    position: absolute;
    z-index: 1;
    width: 100%;

    .gm-ui-hover-effect {
        background: var(--white-color) !important;
    }
}

.gm-style-iw-tc {
    display: none !important;
}

#map-info-card {
    position: absolute;
    bottom: 2%; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000; /* Ensure it's above the map */
    width: 100%;
    padding: 16px;
    max-width: 25rem;
}