﻿   .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: 'Poppins-Regular';
        font-size: 16px;
        /*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 #000;
        background: transparent;
        width: 100%;
        padding: 8px 0 0 0;
        font-family: 'Poppins-Regular';
        font-size: 16px;
        /*font-size: 1.1em;*/
        color: #000;
    }

        .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 #A32123;
        }

            .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: #A32123;
                font-family: 'Poppins-Regular';
                font-size: 14px;
                /*font-size: 0.8em;*/
                font-weight: 600;
            }
        .TableReservationContainer input[type=time] ~ label {
            top: -12px;
            color: #A32123;
            font-family: josefinSans-Regular;
            font-size: 14px;
            font-weight: 600;
        }
    .TableReservationContainer #NoOfPeopleSelect ~ label {
        top: -12px;
        color: #5ea1ee;
        font-family: josefinSans-Regular;
        font-size: 14px;
        font-weight: 600;
    }
        .TableReservationContainer #NoOfPeopleSelect {
               border-bottom: 1px solid #5ea1ee;
        }
        /* Target only options in the dropdown */
        #NoOfPeopleSelect option {
            text-indent: 20px; /* adds left padding inside dropdown */
        }

        /* Remove indent from the selected value in the select box */
        #NoOfPeopleSelect {
            padding-left:10px;
        }


.TableReservationTypeContainer > .Title {
    font-family: josefinSans-Regular;
    font-size: 16px;
    color: #006B33;
}
.TableReservationTypeContainer label {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #aeaeae;
}


#SubmitTableReservationButton {
    background-color: #006B33 !important;
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #f7f7f7;
}
    #SubmitTableReservationButton:hover {
        background-color: #007a3a !important;
    }


.TitleOfPage {
    font-family: 'Poppins-Bold';
}
.TableReservationFormHeaderContainerCol {
    font-family: 'Poppins-Regular';
}
#SubmitCareerRequestButton,
#CancelCareerRequestButton {
    max-width: 200px;
}
.TableReservationFormHeaderSpan {
    font-size: 17px;
    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;
}
    .custom-time-input .custom-icon img {
        width:22px;
        height:22px;
        /*filter:invert(1);*/
    }

/*- Custom Date- */
/*Default Icon*/
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:8px;
    /*top: 58%;
    transform: translateY(-50%);*/
    pointer-events: none;
    color: red; 
    font-size: 16px;
    background:#fff;
}
.custom-date-input .custom-icon img {
        width:22px;
        height:22px;
    }

@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:23px;
    /*top: 50%;
    transform: translateY(-20%); */
    pointer-events: none;
    color: red; 
    font-size: 16px;
}
@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;
    }
}
