﻿.TableBooingSection {
    background-color: #fff;
    color: #3c090e;
}

.TableBookingTitle {
    font-family: Montserrat-SemiBold;
}

.DisplayColumn {
    border: 2px solid rgb(241 241 241);
    padding-top: 1%
}

.TableReservationContainer, .TableReservationContainerTA {
    position: relative;
    margin: 20px 0 10px 0;
}

    .TableReservationContainer label, .TableReservationContainerTA label {
        position: absolute;
        top: 5px;
        left: 0px;
        font-family: Montserrat-Regular;
        font-size: 1.1rem;
        /*font-size: 1.1em;
        opacity: 0.9;*/
        color: #000;
        transition: all 0.5s ease-in-out;
        padding: 1px;
        pointer-events: none;
    }

    .TableReservationContainer input, .TableReservationContainer select, .TableReservationContainerTA textarea {
        border: 0;
        border-bottom: 1px solid #3c090e;
        background: transparent;
        width: 100%;
        padding: 8px 0 0 0;
        font-family: Montserrat-Regular;
        font-size: 16px;
        /*font-size: 1.1em;*/
        color: #000 !important;
    }

        .TableReservationContainer input:focus, .TableReservationContainer select:focus, .TableReservationContainerTA textarea:focus,
        .TableReservationContainer input:valid, .TableReservationContainer select:valid, .TableReservationContainerTA textarea:valid {
            border: none;
            outline: none;
            border-bottom: 1px solid #3c090e;
        }

            .TableReservationContainer input:focus ~ label,
            .TableReservationContainer input:valid ~ label,
            .TableReservationContainer input[type=time]:focus ~ label,
            .TableReservationContainer input[type=time]:valid ~ label,
            .TableReservationContainer select:focus ~ label,
            .TableReservationContainer select:valid ~ label,
            .TableReservationContainerTA textarea:focus ~ label,
            .TableReservationContainerTA textarea:valid ~ label {
                top: -12px;
                color: #3c090e;
                font-family: Montserrat-Regular;
                font-size: 1.1rem;
                /*font-size: 0.8em;*/
                font-weight: 600;
            }

        .TableReservationContainer input[type=time] ~ label {
            top: -12px;
            color: #3c090e;
            font-family: Montserrat-Regular;
            font-size: 14px;
        }

.TableReservationTypeContainer > .Title {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #006B33;
}

.TableReservationTypeContainer label {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #aeaeae;
}


#SubmitTableReservationButton {
    background-color: #006B33 !important;
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #f7f7f7;
}

    #SubmitTableReservationButton:hover {
        background-color: #007a3a !important;
    }






#SubmitCareerRequestButton,
#CancelCareerRequestButton {
    max-width: 200px;
}

.TableReservationFormHeaderSpan {
    font-size: clamp(14px,3vw,18px);
    color: white;
}
/* Hide default clock icon */
/*input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
}*/
/* Custom clock icon */
.custom-time-input .custom-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: red; /* Customize icon color here */
    font-size: 16px;
    background: #fff;
}

    .custom-time-input .custom-icon img {
        width: 22px;
        height: 22px;
        /*filter:invert(1);*/
    }

/*- Custom Date- */
/*input[type='date']::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}*/

.custom-date-input .custom-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: red;
    font-size: 16px;
    background: #fff;
}

    .custom-date-input .custom-icon img {
        width: 22px;
        height: 22px;
        /*filter:invert(1);*/
    }

@supports (-webkit-touch-callout: none) {
    input[type="date"] {
        padding-right: 40px !important;
    }

    .custom-date-input .custom-icon {
        right: 0px !important;
    }
}

.VipRegForm .custom-date-input .custom-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-20%);
    pointer-events: none;
    color: red;
    font-size: 16px;
    background: #fff;
}

@media (max-width:1200px) {
    .TableReservationFormHeaderSpan {
        font-size: 14px;
    }
}

@media (max-width:992px) {
    .TableReservationFormHeaderSpan {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .TableReservationFormHeaderSpan {
        font-size: 14px;
    }
}

@media (max-width:576px) {
    .TableReservationFormHeaderSpan {
        font-size: 12px;
    }
}


.TableReservationContainer input[type='date']::-webkit-calendar-picker-indicator {
    opacity: 0;
}

/*- Custom Date- */
.TableReservationContainer.custom-date-input .custom-icon {
    position: absolute;
    right: 0px;
    top: 19px;
    /*transform: translateY(-50%);*/
    pointer-events: none;
    color: red;
    font-size: 16px;
    background: transparent;
}

    .TableReservationContainer.custom-date-input .custom-icon img {
        width: 22px;
        height: 22px;
        filter: invert(1);
    }

.TableReservationContainer input[type='time']::-webkit-calendar-picker-indicator {
    opacity: 0;
}


/* Custom clock icon */
.TableReservationContainer.custom-time-input .custom-icon {
    position: absolute;
    right: 0px;
    top: 19px;
    /*transform: translateY(-50%);*/
    pointer-events: none;
    color: red;
    font-size: 16px;
    background: transparent;
}

    .TableReservationContainer.custom-time-input .custom-icon img {
        width: 22px;
        height: 22px;
        /*filter:invert(1);*/
    }




.VipRegForm input[type='date']::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.VipRegForm .custom-date-input .custom-icon {
    position: absolute;
    right: 0px;
    bottom: 6px;
    /*transform: translateY(-20%);*/
    pointer-events: none;
    color: red;
    font-size: 16px;
    background: transparent;
    filter: invert(1);
}


input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    /* background: url(@path/images/Table_Reservation/calender.jpg) no-repeat; */
    margin-bottom: -7px;
    border-width: thin;
}

input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

input[type=date]:focus::-webkit-datetime-edit {
    color: #fff !important;
}

select {
    /* -webkit-appearance: none;
        appearance: none; */
    cursor: pointer;
    display: block;
    /* background: url(@path/images/Career_Request/DownArrow.jpg) no-repeat !important; */
    background-position-x: right !important;
    background-position-y: 18px !important;
    margin-top: 26px;
}

.TableReservationEnableMessage {
    font-size: 18px;
    font-weight: bold;
    color: red;
}


.TitleOfPage {
    margin-bottom: 20px !important;
}

.TableReservationTypeContainer {
    margin-top: 10px;
    margin-bottom: 5px;
}

.TableReservationOuterContainer {
    text-align: center;
    /* border: 1px solid #606060; */

    padding-bottom: 20px;
}


.SpecialNotesContainer {
    text-align: left;
}

.TableReservationOuterContainer > .row {
    width: 100%;
    margin: auto;
}

.TableReservationFormHeaderContainerCol {
    background: #3c090e;
    padding: 10px 25px;
    border-radius: 13px;
}



textarea {
    border: 0;
    border-bottom: 1px solid #5ea1ee;
    width: 100%;
    height: 33px;
    background: #F4F1EA;
    color: #000 !important;
}

    textarea::placeholder {
        color: #aeaeae !important;
    }

    textarea:focus {
        outline: none;
        border-color: #006B33;
    }

#NoOfPeopleInput {
    display: none;
}

#OccationInput {
    display: none;
}

@media (max-width: 576px) {
    .g-recaptcha {
        margin-left: -16px;
    }
}
