.flatpickr-calendar.inline {
    box-shadow: none;
    width: 100%;
}

.flatpickr-innerContainer {
    justify-content: center;
    margin: 20px 0;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #d69b5d;
    border-color: #d69b5d;
}

.flatpickr-day.today {
    border-color: #ececec;
}

.flatpickr-day.grayed {
    opacity: 0.4;
    pointer-events: none;
}

.flatpickr-day {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.flatpickr-day:hover {
    background: #f6f6f6;
    border-color: #f6f6f6;
}

#step-time-wrapper {
    max-height: 285px;
    overflow-y: scroll;
}

#step-time-wrapper label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    user-select: none;
    display: block;
}

#step-time-wrapper input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#step-time-wrapper .custom-radio {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: #f8f8f8;
}

/* Vert / dispo */
#step-time-wrapper .custom-radio.available {
    border-color: #26d826;
    background-color: #e6ffe4;
}

#step-time-wrapper .active-time .custom-radio.available {
    border-color: #ffffff;
    background-color: #ffffff;
}

/* Rouge / non dispo */
#step-time-wrapper .custom-radio.unavailable {
    border-color: #ff7575;
    background-color: #ffdddd;
}

#step-time-wrapper label.active-time {
    background-color: #d59c5f;
    color: white;
}

#step-time-wrapper label:not(.active-time):hover {
    background-color: #f6f6f6
}

.slot-full {
    position: absolute;
    right: 12px;
    color: grey;
    font-size: 13px;
}

#step-covers-wrapper label.selected {
    background-color: #d69b5d;
    color: white;
}

.fully-unavailable {
    color: #7c7c7c !important;
    text-decoration: line-through;
}

.fully-unavailable.today {
    color: white !important;
    text-decoration: line-through;
    background-color: #b9b9b9!important;
}

.fully-unavailable::after {
    /*content: "✖";
        color: red;
        font-size: 0.8em;
        position: absolute;
        top: 4px;
        right: 4px;*/
}

.closed {
    cursor: not-allowed;
    color: #e5e6ea !important;
}

.fully-unavailable.closed {
    text-decoration: none;
}

.today.closed {
    background: #e5e6ea !important;
    cursor: not-allowed;
    color: black !important;
}

#closing_msg {
    color: red;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    display: none;
}

#complet::after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #7c7c7c;
    top: 45%;
    left: 0;
    width: 100%;
}

#complet {
    position: relative;
}

.flatpickr-calendar {
    transition: opacity 0.4s ease-in-out;
}

#time-loader,
#datepicker-loader {
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
    z-index: 9;
    position: absolute;                     
    left: 45%;
    top: 26%;
}

#time-loader.show,
#datepicker-loader.show {
    opacity: 1;
}

.slide {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.slide.open {
    max-height: 50px;
    margin-top: 15px;
    margin-bottom: 5px;
}

#contact-redirect {
    margin: 10px 0 22px;
    /*display: none;*/
    color: black;
    text-align: center;
    display: block;
}

#contact-redirect a {
    text-decoration: underline;
    color: #d69b5d;
}

@media screen and (max-width: 767px) {
    #step2_error br {
        display: none;
    }
}