/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 24 2023 | 21:15:58 */
.quote-form .bk_calendar_frame.months_num_in_row_.cal_month_num_1.wpbc_timeslot_day_bg_as_available {
    max-width: 100% !important;
}
.quote-form .booking_form .form-group .controls select, .booking_form select, .booking_form textarea, .booking_form input[type="text"] {
    width: 100%;
    background-color: #ffffff;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #80808066;
    padding: 8px;
}
.quote-form button.btn.btn-default {
    transform: translateY(0px) skew(-12deg);
    border-radius: 3px !important;
    transition: all 500ms ease;
    padding: 15px 60px;
    background: #d81324;
    color: white;
    border: none;
    font-size: 18px;
    font-family: 'Hind';
    font-weight: 500;
    margin-top: 20px;
}
.wpbc_times_selector div.wpbc_time_selected {
    background: #d81324;
    color: #fff;
    box-shadow: 1px 0px #d81324;
    font-weight: 400;
}
.quote-form label {
    font-family: 'Hind';
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}
.date2approve .date-cell-content {
    background: red !important;
    color: white !important;
}