.timeSection .selectedTimeMonthModal {
    background-color: var(--primary);
    color: #fff;
}

/* Disable pointer events on elements outside modal body */
.modal {
    pointer-events: none;
}

#coupon_error {
    color: red;
    display: none;
}

.bookingFormModalIndex .pac-container {
    width: 407px !important;
    position: absolute;
    left: 0px !important;
    top: 64px !important;
    /* display: block !important; */
}

.bookingFormModalIndex .modal-content,
.bookingFormModalIndex .modal-body {
    overflow: visible;
}

.bookingFormModalIndexMonthly .pac-container {
    width: 407px !important;
    position: absolute;
    left: 0px !important;
    top: 64px !important;
    /* display: block !important; */
}

.bookingFormModalIndexMonthly .modal-content,
.bookingFormModalIndexMonthly .modal-body {
    overflow: visible;
}


.mt-10 {
    margin-top: 10rem !important;
}