/* 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: 'georgia-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;
}

/* .alert-beds-info {
    color: #cfe2ff !important;
    background-color: #055160 !important;
    border-color: #055160 !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 {
    /*background-color: #FFF4F5;*/
    /*color: #dc3545;*/
    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: georgia-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;
}