/* 
 * Easy!Appointments - Custom Stylesheet
 * 
 * Add your custom CSS overrides here.
 * This file is included after all other stylesheets.
 */

#book-appointment-wizard #frame-footer {
    display: none !important;
}

#book-appointment-wizard .book-step strong {
    color: white !important;
}

/* Zeitzone ausblenden */
label[for="select-timezone"],
#select-timezone {
    display: none !important;
}

/* Verfügbare Uhrzeiten */
#book-appointment-wizard #available-hours {
    max-height: 330px !important;
    overflow-y: auto !important;
    padding-right: 8px !important;
}

.flatpickr-disabled {
    color: #97A7AD !important;
}

.form-check-input {
    border-color: #777777 !important;
    margin-left: -2.5em !important;
    margin-top: 0em !important;
    width: 2em !important;
    height: 2em !important;
}

.form-check-label {
    font-size: 1rem !important;
}