table {
    width: 100%;
    padding: 3.125rem;
    color: var(--navy);
    background-color: #F8F5F5;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border-collapse: separate;
    border-spacing: 12px 12px;
}

input,
textarea,
select {
    background: transparent;
    border: solid 1px #b6b7bb !important;
    border-radius: 0;
    width: 100%;
    padding: 13px;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;
}

textarea {
    resize: none;
    height: 124px;
}

label {
    font-style: italic;
    margin-bottom: 10px;
}

.form {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: 100%;
    max-width: 750px;
}

table,
.timeselect,
.flatpickr-monthDropdown-months,
.numInput.cur-year,
.errorExplanation {
    font-size: var(--small-font-size);
}

#tripleseat_embed_form,
#lead_phone_number,
#lead_guest_count,
.cell_start_time input,
.cell_end_time input {
    width: 100% !important;
}

.form h2 {
    text-align: center;
    font-style: normal;
}

.row_email_opt_out td {
    display: flex;
    flex-direction: column-reverse;
}

.row_time td,
.row_first_name td {
    width: 50%;
}

input[type="checkbox"] {
    width: 15px;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: var(--navy);
}

.flatpickr-day {
    border-radius: 0 !important;
}

.flatpickr-day:hover {
    background-color: var(--sea) !important;
    color: white;
}


.flatpickr-input.flatpickr-mobile{
    min-height:44px!important;
}

.flatpickr-day.selected {
    background-color: #1E2935 !important;
    color: white !important;
    border: none !important
}

.today:hover,
.today:not(.selected) {
    border: none !important;
    border-bottom: 1px solid #1E2935 !important;

}

#tripleseat_embed_form input.error,
#tripleseat_embed_form .location_list.error,
.errorExplanation {
    background-color: var(--off-white) !important;
    border: solid 1px var(--navy) !important;
}

.errorExplanation {
    margin-top: 10px !important;
    padding: 15px !important;
}

.errorExplanation h2 {
    color: var(--navy) !important;
    margin-bottom: 15px !important;
}

/*----------------------------------RESPONSIVENESS--------------------------------*/


@media (max-width: 685px) {

    table {
        padding-inline: 5px;
    }

    #lead_form_submit {
        display: flex !important;
        flex-direction: column;
        gap: 20px;
    }

    .form{
        padding:0;
        padding-bottom: 2rem;
    }
}