    /*****************************************
    RECTANGLE OPTION BUTTON
    *****************************************/
    .form-item.form-item-preferred-date label.option{
        min-width: 85px;
        border: 1px solid var(--white) !important;
        background-color: transparent !important;
        border-radius: 0 !important;
        padding: 5px 17px !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        font-size: 18px !important;
        font-family: var(--fontProximaNova);
        color: var(--white) !important;
        font-weight: 500;
        box-shadow: unset !important;
        cursor:pointer;
    }
    .form-item.form-item-preferred-date input{
        display: none;
    }
    .form-item.form-item-preferred-date label.option .day{
        display:block;
    }
    .form-item.form-item-preferred-date label.option .date {
        display: block;
        margin-block: -5px;
        font-size: 28px;
        line-height: initial;
    }
    .form-item.form-item-preferred-date label.option .month{
        display:block;
    }
    /*HOVER*/
    .form-item.form-item-preferred-date label.option:hover{
        color: var(--white) !important;
        border-color: var(--white) !important;
    }
    /*CHECKED*/
    .form-item.form-item-preferred-date input:checked ~  label.option{
        background-color: var(--yellow) !important;
        color:var(--white) !important;
        border-color: var(--yellow) !important;
    }
    @media screen and (max-width:1199px){
        .form-item.form-item-preferred-date label.option {
            min-width: 63px;
            padding: 7px 15px !important;
            font-size: 16px !important;
        }
        .form-item.form-item-preferred-date label.option .date {
            margin-block: 0;
            font-size: 24px;
        }
    }
    @media screen and (max-width:525px){
        .form-item.form-item-preferred-date label.option {
            min-width: 40px;
            padding: 5px 8px !important;
            font-size: 11px !important;
        }
        .form-item.form-item-preferred-date label.option .date {
            margin-block: 0;
            font-size: 18px;
            line-height: 20px;
        }
    }
    @media screen and (max-width:365px){
        .form-item.form-item-preferred-date label.option {
            min-width: 38px;
            padding: 5px 5px !important;
            font-size: 11px !important;
        }
    }
    /*****************************************
    RECTANGLE OPTION SMALL BUTTON
    *****************************************/
    .form-item.form-item-time-preference input{
        display:none;
    }
    .form-item.form-item-time-preference label.option {
        min-width: 80px;
        border: 1px solid var(--white);
        background-color: transparent;
        border-radius: 0;
        padding: 5px 10px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px;
        font-family: var(--fontProximaNova);
        color: var(--white);
        font-weight: 500;
        box-shadow: unset !important;
        cursor: pointer;
    }
    .form-item.form-item-time-preference .description{
        display:none;
    }
    /*HOVER*/
    .form-item label.option:hover{
        color: var(--white) !important;
        border-color: var(--white) !important;
    }
    /*CHECKED*/
    .form-item.form-item-time-preference input:checked ~ label.option{
        background-color: var(--yellow);
        color: #fff;
        border-color: var(--yellow) !important;
    }
    @media screen and (max-width:1199px){
        .form-item.form-item-time-preference label.option{
            padding: 7px 15px;
            font-size: 18px;
        }
    }
    @media screen and (max-width:767px){
        .form-item.form-item-time-preference label.option {
            min-width: 55px;
            padding: 4px 10px;
            font-size: 11px;
        }
    }
    /*****************************************
    FORM
    *****************************************/
    .manually-booking-form form .form-wrap{
        padding-bottom: 20px;
        margin-inline: 0;
        position: relative;
    }
    .manually-booking-form :where(input, select, textarea){
        margin-bottom: 0;
        color: #000;
    }
    .manually-booking-form :where(input, select, textarea)::placeholder{
        color: #000;
    }
    .manually-booking-form textarea{
        resize: none;
        height: 140px;
    }
    .manually-booking-form legend{
        margin-bottom: 15px;
    }
    .manually-booking-form legend,
    .manually-booking-form legend span{
        color: var(--white);
    }
    .manually-booking-form :is(#edit-preferred-date, #edit-time-preference){
        display: flex;
        flex-wrap: wrap;
        grid-gap: 5px 10px;
    }
    .manually-booking-body .g-recaptcha{
        margin-bottom: 0;
    }
    .manually-booking-form form .form-wrap .manualError{
        position: absolute;
        bottom: 2px;
    }
    .manually-booking-body .manualError p{
        font-size: 14px;
        color: #b92b2b;
        line-height: initial;
    }
    .manually-booking-body .manually-booking-form-action {
        height: 75px;
        display: flex;
        align-items: center;
        margin-top: calc(-78px - 25px);
        padding-left: calc(304px + 30px);
    }
    .manually-booking-body .manually-booking-form-action .button{
        margin-top: 0;
        position: relative;
        z-index: 1;
    }
    .manually-booking-body div#captchaClick{
        margin-bottom: 0;
    }
    .manually-booking-body .success-message {
        color: var(--white);
    }
    .manually-booking-body .form-item-privacy{
        display: flex;
        align-items: center;
        grid-gap: 15px;
    }
    .manually-booking-body .form-item-privacy input[type="checkbox"]{
        all: unset;     
        width: 30px;
        height: 30px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .manually-booking-body .form-item-privacy label{
        flex: 1;
    }
    .manually-booking-body .form-item-privacy input[type="checkbox"]:checked{
        background-color: var(--yellow);
    }
    .manually-booking-body .form-item-privacy input[type="checkbox"]:checked::after{
        content: "\2713";
        line-height: 1;
        position: relative;
        top: 1px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }
    @media screen and (max-width:1199px) {
        .manually-booking-body .manually-booking-form-action {
            height: 47px;
            margin-top: calc(-46px - 25px);
            padding-left: calc(182px + 15px);
        }
    }
    @media screen and (max-width:767px) {
        .manually-booking-form :is(#edit-preferred-date, #edit-time-preference){
            grid-gap: 5px 5px;
        }
        .manually-booking-form legend {
            margin-bottom: 10px;
        }
        .manually-booking-body div#captchaClick {
            margin-bottom: 5px;
        }
        .manually-booking-body .manually-booking-form-action {
            margin-top: calc(-51px - 25px);
        }
        /**/
        .manually-booking-form form .form-wrap .manualError {
            bottom: 4px;
        }
        .manually-booking-body .manualError p{
            font-size: 13px;
            line-height: 10px !important;    
        }
    }
    /*****************************************
    MODAL
    *****************************************/
    body.manually-booking-open{
        overflow: hidden;
    }
    .manually-booking-form {
        display: none;
        position: fixed;
        z-index: 9;
        inset: 0;
        overflow-y: auto;
        padding: 15px 0;
        background-color: rgba(0,0,0,0.6);
    }
    .manually-booking-open .manually-booking-form{
        display: block;
    }
    .manually-booking-body{
        background-color: var(--teal);
        padding: 30px;
        width: min(800px, calc(100% - 30px));
        margin-inline: auto;
        position: relative;
    }
    .manually-booking-body h2{
        font-size: 3rem;
        line-height: normal;
        margin-bottom: 15px;
    }
    .manually-booking-close {
        width: 30px;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
    }
    .manually-booking-close::after {
        content: '';
        width: 2px;
        height: 31px;
        display: block;
        background-color: #fff;
        transform: rotate(-45deg);
        position: absolute;
        top: 0;
    }
    .manually-booking-close::before {
        content: '';
        width: 2px;
        height: 30px;
        display: block;
        background-color: #fff;
        transform: rotate(45deg);
    }
    @media screen and (max-width:1199px) {
        .manually-booking-body{
            width: min(600px, calc(100% - 30px));
        }
    }
    @media screen and (max-width:767px) {
        .manually-booking-body{
            padding: 30px 15px;
        }
        .manually-booking-body h2{
            font-size: 2rem;
        }
    }