.table-reservation-container {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    /* background-image: url('/static/img/noise.png'); */
}
.table-reservations {
    
   /* background-color: #333; */
    color: #fff;
    width: 100%;
    /* background-image: url('/static/img/noise.png'); */
    /* position:unset;
       top: 0;
       display: block; */
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px 40px;
}

.booking-bar {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.booking-bar .field-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.booking-bar .field-group label {
    text-transform: uppercase;
    font-weight: bold;
    color: #000 !important;
    font-size: 1rem;
}

.booking-bar .field-group select {
    min-width: 100px;
    max-width: 100% !important;
    font-size: 1rem;
}

.booking-bar .form-control {
    max-width: 100px !important;
    font-size: 1rem !important;
    padding: 0;
    text-align: right;
}

.is-mobile {
    display: block;
}

.booking-bar-mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 7px 20px;
}

.booking-bar-mobile p {
    font-size: 1rem !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: normal;
    font-size: 1rem !important;
    text-align: right;
    color: #000 !important;
}
.select2-results__option--selectable {
    font-size: 1rem !important;
}
.booking-heading-is-mobile {
   margin: 0 auto !important;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   padding: 40px 0 20px 0;
}


@media (min-width: 900px) {
    .table-reservation-container {
        box-shadow: unset;
        /* background-image: url('/static/img/noise.png'); */
    }
   .booking-heading-is-mobile {
       display: none;
   }
  
    .table-reservations {
        margin: 0 auto;
        display: flex;
        box-shadow: none;
        background-color: transparent;
        color: #fff;
        width: 100%;
        position:relative;
        top: -30px;
        background-image: none;
        padding: 0 20px;
    }
    .booking-bar {
        padding-left: 10px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: #fff;
        padding-top: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 58px;
        width: 100%;
        max-width: 940px;
        margin: 0 auto;

    }

    .booking-bar-mobile {
        display: none;
    }

    .booking-bar .field-group {
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        padding: 0;
    }

    .booking-bar div:not(.skip):not(:last-child) {
        /* border-right: 1px solid #d8d8d8;  */
        /* background: url('/components/table-reservations/img/greypixel.png') bottom right no-repeat;
       background-position-y: 15px;
       background-position-x: 100%; */
    }

    .booking-bar button.btn-reserve,
    .booking-bar-mobile a.btn-reserve {
        border-radius: 0;
        background-color: #c4c1a3;
        color: #ffffff;
        margin-bottom: 0;
        min-width: 180px;
        padding: 22px 20px;
        font-family: ProximaNova, Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
    }

    .booking-bar select {
        min-width: 100px;
        font-size: .9rem;
    }

    .booking-bar .form-control {
        max-width: 100px !important;
        font-size: .9rem !important;
        text-align: start;

    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-weight: normal;
        font-size: .9rem !important;
        text-align: left;
        color: #000;
    }
    .select2-results__option--selectable {
        font-size: .9rem!important;
    }

    .ml-0 {
        margin-left: 0px !important;
    }
    .booking-bar label {
       text-transform: uppercase;
       font-weight: bold;
       color: #000 !important;
       font-size: 12px!important;
       margin-left: 8px;
       margin-top: 12px !important;
   }
}



.form-select,
.form-control {
    appearance: none;
    border: none !important;
}

.form-select:focus,
.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, .25) !important;
}

/* select.form-select,
.form-control,
.form-control.form-control.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    margin-right: 2rem;
    padding-right: 2rem;
    font-size: .9rem;

} */

.booking-bar button.btn-reserve {
    border-radius: 0;
    background-color: #c4c1a3;
    color: #ffffff;
    min-width: 180px;
    padding: 22px 20px;
    margin-bottom: 5px;
    font-family: ProximaNova, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}



.is-mobile {
    display: none;
}




.flatpickr-calendar:not(.multiMonth) .flatpickr-days .dayContainer .flatpickr-day:not(.disabled):hover,
.flatpickr-calendar:not(.multiMonth) .flatpickr-days .dayContainer .flatpickr-day:not(.disabled).selected {
    background-color: #c4c1a3 !important;
    color: #fff !important;
    border: none !important;
}

span.flatpickr-day {
    font-size: unset;
}

.flatpickr-month {
    font-size: 12px;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #c4c1a3;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    font-size: .9rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}



.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #c4c1a3 !important;
    color: white;
}

li {
    font-size: 14px !important;
}


.select2-dropdown {
    border: 1px solid #dedede !important;
    margin-top: 0px;
}

.fa-caret-down {
    font-size: 10px;
    width: 13px;
    height: 13px;
    color: #888;
    margin-top: 5px;
}

/* .select2-selection__arrow b {
   display: none !important;
} */


.booking-bar-mobile p {
    font-size: 1rem;
}

.d-none {
    display: none !important;
}

.d-md-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-md-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    appearance: none;
    background-clip: padding-box;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.select2-dropdown .select2-dropdown--below {
    width: 200px !important;
}

.select2-selection__arrow {
    height: 26px;
    position: relative;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent !important;
    border-width: 5px 4px 0 4px !important;
}

#datecontainer:hover,
#datecontainer:hover {
    cursor: pointer;
}

input.form-control {
    cursor: pointer !important;
}


@media screen and (max-width: 766px) {}

.select2-selection__rendered {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.select2-container {
    pointer-events: auto;
}