/* Common addon CSS on both location 24-06-2025 */
.mandatory-asterisk {
    color: #dc3545;
}

table.ui-datepicker-calendar tbody tr td.ui-state-disabled span {
    color: #959595;
}

.confirm-date-calendar table.ui-datepicker-calendar tbody tr td.ui-state-disabled span {
    color: #959595;
}

.dp-highlight small {
    color: #fff !important;
    margin-bottom: 5px;
}

.price {
    font-family: 'Bembo STD Bold';
    color: #595858;
}

.grayout-na {
    filter: grayscale(1);
    cursor: not-allowed;
}

#no_of_guest,
#arrivalDate,
#departureDate {
    cursor: not-allowed;
}

.cursor-default {
    cursor: default !important;
}

.w-0 {
    width: auto !important;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.text-danger {
    font-size: 14px !important;
}

.grayout-na .select-btn:hover {
    background-color: #f2f5fb !important;
    color: #595858 !important;
    cursor: not-allowed;
}

.alert-custom-info {
    background-color: #c35e59 !important;
    border-color: #c35e59 !important;
    color: #fff !important;
}

.btn-close {
    opacity: .8 !important;
}

.search-engine-steamboat .container-fluid,
.search-engine-wf .container-fluid {
    height: calc(100% - 100px);
}

h5.fw-bold {
    font-size: 1.06rem !important;
}

.tooltip-inner {
    max-width: 30% !important;
    margin: 0 40px;
    background-color: #292929 !important;
    color: #fff;
    text-align: justify !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #292929;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #292929;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #292929;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #292929;
}

.total-payment {
    font-weight: 600;
}

.deposit-amount {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 5px;
    border-bottom: 1px solid #c5c5c5;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.disabled-cancel-btn {
    font-family: 'Bembo STD Bold';
    background-color: #afafaf !important;
    color: var(--text-white);
    font-size: 16px;
    border-radius: 50px;
    padding: 12px 40px;
    border: none;
    cursor: not-allowed !important;
}

.confirmation-email {
    background-color: #deffe7;
    border: 1px solid #3dc262;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 18px;
    color: #1e1e1e;
    margin-bottom: 0;
}

.flex-pay .uplift_left .uplift_logo {
    display: flex;
    align-items: center;
    background-image: url(../images/flexpay.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 30px;
}

/* Custom radio group button */
.payment-method {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 10px 0px #d8dfeb;
    box-shadow: 0px 8px 10px 0px #d8dfeb;
}


.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
    width: 48.5%;
}

.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.plans .plan .plan-content img {
    margin-left: 5px;
    margin-right: 30px;
    height: 25px;
}

.plans .plan .plan-details span {
    font-size: 14px;
    line-height: 45px;
    color: #252f42;
}

.container .title {
    font-size: 20px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

#uplift-content .plan-details {
    display: flex;
}

#elavon-content .plan-details {
    display: flex;
    align-items: baseline;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked+.plan-content:after {
    content: "";
    display: none;
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked+.plan-content {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
    .plans {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px;
    }

    .plans .plan {
        width: 100%;
    }

    .plan.complete-plan {
        margin-top: 20px;
    }

    .plans .plan .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }

    .plans .plan input[type="radio"]:checked+.plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 767px) {
    .plans .plan .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (max-width: 540px) {
    .plans .plan .plan-content img {
        margin-bottom: 20px;
        height: 36px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .plans .plan input[type="radio"]:checked+.plan-content:after {
        top: 20px;
        right: 10px;
    }

    #uplift-content .plan-details {
        display: block;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%;
    }

    .plans .plan .plan-content {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

/* inspiration */
.inspiration {
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

.inspiration a {
    color: #666;
}

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

    /* inspiration */
    .inspiration {
        display: none;
    }
}

iframe {
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 8px 10px 0px #d8dfeb !important;
    box-shadow: 0px 8px 10px 0px #d8dfeb !important;
}


#error-msg {
    color: #dc3545;
    font-size: 14px;
    margin-left: 5px;
}
