:root {
    --fc-bg-event-color: rgb(199, 199, 199);
    --fc-bg-event-opacity: 1;
    --fc-today-bg-color: #ffffff;
}

h4, h5, .fc-toolbar-title {
    font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.hidden {
    display: none;
}

.action-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    margin: 5px;
}

.action-button:hover {
    background-color: #0056b3;
}

.forgot-password {
    display: block;
    margin-top: 5px;
    font-size: 0.9em;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}
.forgot-password:hover {
    color: #0056b3;
}


.lxab-container {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 0.375rem;
    box-shadow: 5px 5px 5px rgba(26, 44, 55, 0.15);
}

/* CSS für die Tabelle, die den Terminbuchungsbereich darstellt */
.lxab-appointment-booker {
    display: flex;
    border: 0 solid #e5e7eb;
    color: rgb(17 24 39);
    font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.lxab-sidebar {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    flex-grow: 0;
    background-color: #0EA5E9FF;
    padding: 1rem;
    color: #ffffff;
}

.lxab-sidebar-header {
    margin: 0 0 0.5rem;
    font-size: 1.5rem !important;
    font-weight: bold;
    color: #ffffff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.lxab-content {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    flex-grow: 1;
    width: 100%;
}

.lxab-steps {
    padding: 1rem;
}

.lxab-footer {
    padding: 1rem;
    bottom: 0;
    box-shadow: 0 -2px 3px rgba(26, 44, 55, 0.15);
}

.lxab-header {
    box-shadow: 0 2px 3px rgba(26, 44, 55, 0.15);
}

/* CSS für die Zellen in der Tabelle */

/* CSS für die linke Spalte */
.left-column {
    padding: 1rem !important;
    width: 14rem;
    display: block;
    visibility: visible;
    background-color: rgb(14 165 233);
    border-bottom-left-radius: .375rem;
    border-top-left-radius: .375rem;
    box-sizing: border-box;
    unicode-bidi: isolate;
    border: 0 solid #e5e7eb;
    color: #fff;
    font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}


/* CSS für die rechte Spalte */
.right-column {
    width: 200%;
    /* Breite der rechten Spalte */
    vertical-align: top;
    border-bottom: 5px solid #ccc;
    font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    /* Neue Schriftart verwenden */
    padding: 5px;
    font-size: 1rem;
}

/* CSS für die Checkbox, wenn sie standardmäßig angezeigt wird */
.appointment-service {

}


/* Weiter Button */

.lxab-button-group {
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.lxab-button {
    flex-grow: 0;
    margin-left: 0.5rem;
    border-radius: .375rem;
    cursor: pointer;
    color: #fff !important;
    padding: .60rem 2rem !important;
    font-weight: 600;
    height: 2.5rem;
    border: 0 solid #e5e7eb;
    background-color: rgb(14, 165, 233);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1rem;
}

#lxab-back {
    background-color: rgb(100, 116, 139) !important;
}

#lxab-reset {
    background-color: rgb(239, 68, 68) !important;
}

#lxab-cancel {
    background-color: rgb(239, 68, 68) !important;
}


/* CSS für das Element, das die ausgewählte Filiale anzeigt */
#selected-branch {
    font-weight: bold;

}

.selected-service {
    color: #1e2460;
    /* or any other blue color you prefer */

}


/* CSS für die Überschrift innerhalb der linken Spalte */
.left-column h4 {
    margin: 0;
    font-size: 1.5rem !important;
    font-weight: bold;
}


/* CSS für die Überschrift "Bitte wählen Sie die Filiale ihres Termins" */
.font-semibold {
    font-size: 1.25rem !important;
    margin: 0 !important;
    line-height: 1.2;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}



/* CSS für die Elemente innerhalb des Abschnitts "branch-info" */
.info-group {
    border-radius: .375rem;
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    padding: .5rem !important;
    margin-bottom: .5rem !important;
    background-color: rgb(56 189 248);
    font-weight: 600;
    flex-grow: 1;
    color: #fff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.info-item{
    color: #0369a1;
    display: block;
    font-size: 0.9rem;
}

.info-header {
    display: flex;
}

.info-title {
    flex-grow: 1;
}

.info-indicator {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    background-color: #fff;
}

.completed {
    background-color: #0ea5e9 !important;
}

/*step5 */
.form-control {
    margin-bottom: .5rem;
}

.form-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-error {
    border-color: red !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgba(253, 49, 13, 0.25) !important;
}

.form-input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    background-image: url('icon.svg');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.form-label {
    font: 16;
    margin-bottom: .5rem;
    display: inline-block;
    box-sizing: border-box;
    cursor: default;
    border: 0 solid #e5e7eb;
    color: rgb(17 24 39 / var(--tw-text-opacity));
    font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}


.input-group {
    display: flex;
    gap: 10px;
    /* Abstand zwischen Vorwahl und Telefonnummer */
    width: 100%;
    /* Volle Breite innerhalb des Formulars */
}

.input-group select {
    flex: 0 0 auto;
    /* Kein flexibles Wachstum für das Dropdown-Menü */
}

.input-group input {
    flex: 1;
    /* Flexibles Wachstum für das Eingabefeld, um den verfügbaren Platz auszufüllen */
}

#appointment_services {
    display: flex;
    flex-direction: row;
}

.type-column {
    flex: 1;
}

#calendar {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}


/* CSS für verfügbare Termine */
.event-available {
    background-color: #ffffff !important;
    border: none !important;
}

/* CSS für nicht verfügbare Termine */
.event-unavailable {
    background-color: #cccccc !important;
    border: none !important;
}


.inverse-background {
    background-color: #cccccc;
}

.closed {
    background-color: #ffffff;
}


#error-message {
    color: red;
}

#step5content {
    width: 100%;
    display: none;
    /* Anfangs ausgeblendet */
}

.text-danger {
    color: #dc3545 !important;
}

.styled-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    background-image: url('icon.svg');
    background-position: right .75rem center;
    background-size: 16px 12px;
    background-repeat: no-repeat;
    border-radius: .25rem;
    appearance: none;
}

.label {
    margin-bottom: .5rem;
    margin-top: .5rem;
    display: inline-block;
    box-sizing: border-box;
}

.waiting-list {
    padding-left: 5px;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d;
}

.appointment-waiting-button {
    border-radius: .375rem;
    /* Vereinfachte Schreibweise für alle Ecken */
    cursor: pointer;
    color: #fff !important;
    padding: .60rem 2rem !important;
    /* Erhöhte Padding-Werte für mehr Größe */
    font-weight: 600;
    border: 0 solid #e5e7eb;
    background-color: rgb(14, 165, 233);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1rem;
    /* Optional: Schriftgröße anpassen */
}

.appointment-finish-button {
    border-radius: .375rem;
    /* Vereinfachte Schreibweise für alle Ecken */
    cursor: pointer;
    color: #fff !important;
    padding: .60rem 2rem !important;
    /* Erhöhte Padding-Werte für mehr Größe */
    font-weight: 600;
    border: 0 solid #e5e7eb;
    background-color: rgb(14, 165, 233);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1rem;
    /* Optional: Schriftgröße anpassen */
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    display: block;
    width: 100%;
    height: 1.5rem;
    float: left;
    box-sizing: border-box;
    padding-bottom: 5%;
    line-height: 1, 5%;

}

/* Media Queries für Responsive Design */
@media (max-width: 1024px) {
    .lxab-container {
        flex-direction: column;
    }

    .lxab-sidebar {
        display: none;
        visibility: hidden;
    }

    .lxab-content {
        flex-grow: 1;
        width: 100%;
        border-radius: 0.375rem;
    }

    .right-column {
        width: 100%;
        margin: 0;
        border-radius: 0.375rem;
    }
}

@media (max-width: 768px) {
    /* Bereits vorhandene Regeln */

    .lxab-container {
        flex-direction: column;
    }

    .lxab-sidebar {
        display: none;
        visibility: hidden;
    }

    .lxab-content {
        flex-grow: 1;
        width: 100%;
        border-radius: 0.375rem;
    }

    .right-column {
        width: 100%;
        margin: 0;
        border-radius: 0.375rem;
    }

    /* Neue Regel für die Services */
    #appointment_services {
        flex-direction: column;
    }
}

#login-form {
    display: none; /* Standardmäßig ausgeblendet */
    position: fixed; /* Fixiert an der Mitte des Viewports */
    top: 50%; /* Vertikal zentriert */
    left: 50%; /* Horizontal zentriert */
    transform: translate(-50%, -50%); /* Exakte Zentrierung */
    width: 500px; /* Breitere Darstellung */
    max-width: 90%; /* Anpassung für kleinere Bildschirme */
    background-color: #ffffff; /* Weißer Hintergrund */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Schatten für Tiefe */
    border-radius: 12px; /* Abgerundete Ecken */
    padding: 40px; /* Innenabstand für das Formular */
    text-align: center; /* Zentrierter Inhalt */
    z-index: 1000; /* Oberste Ebene */
}

#login-form h2 {
    margin-bottom: 25px; /* Abstand zur Überschrift */
    font-size: 28px; /* Größere Schriftgröße */
    font-weight: bold; /* Fettgedruckt */
    color: #333; /* Dunklere Schriftfarbe */
}

#login-form label {
    display: block;
    margin-bottom: 10px; /* Abstand zwischen Label und Eingabefeld */
    font-weight: bold;
    text-align: left; /* Links ausgerichtet */
}

#login-form input {
    width: 100%; /* Volle Breite */
    padding: 15px; /* Innenabstand */
    margin-bottom: 20px; /* Abstand zwischen Feldern */
    border: 1px solid #ccc; /* Rahmen */
    border-radius: 8px; /* Abgerundete Ecken */
    font-size: 16px; /* Angenehme Schriftgröße */
}

#login-form button {
    width: 100%; /* Volle Breite */
    padding: 15px;
    background-color: #007bff; /* Blaue Farbe */
    color: #ffffff; /* Weiße Schrift */
    font-size: 18px; /* Größere Schrift */
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Weicher Hover-Effekt */
}

#login-form button:hover {
    background-color: #0056b3; /* Dunkleres Blau bei Hover */
}

