/* /Components/Layout/LoginLayout.razor.rz.scp.css */
/* Layout-Datei bewusst leer — Styling kommt komplett aus app.css (.weber-login-page) */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-u151vzakpf] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-u151vzakpf] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hbcurux86z],
.components-reconnect-repeated-attempt-visible[b-hbcurux86z],
.components-reconnect-failed-visible[b-hbcurux86z],
.components-pause-visible[b-hbcurux86z],
.components-resume-failed-visible[b-hbcurux86z],
.components-rejoining-animation[b-hbcurux86z] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hbcurux86z],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hbcurux86z],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hbcurux86z],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hbcurux86z],
#components-reconnect-modal.components-reconnect-retrying[b-hbcurux86z],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hbcurux86z],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hbcurux86z],
#components-reconnect-modal.components-reconnect-failed[b-hbcurux86z],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hbcurux86z] {
    display: block;
}


#components-reconnect-modal[b-hbcurux86z] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-hbcurux86z 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hbcurux86z 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hbcurux86z 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hbcurux86z]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hbcurux86z 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hbcurux86z {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hbcurux86z {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hbcurux86z {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hbcurux86z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hbcurux86z] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hbcurux86z] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hbcurux86z] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hbcurux86z] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hbcurux86z] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hbcurux86z] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hbcurux86z 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hbcurux86z] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hbcurux86z {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/LogAnalyse.razor.rz.scp.css */
.log-filter[b-didknxf30v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px 16px;
    margin-bottom: 12px;
}

.log-tabelle[b-didknxf30v] {
    overflow-x: auto;
    max-height: 60vh;
    overflow-y: auto;
}

.log-tabelle table[b-didknxf30v] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.log-tabelle thead th[b-didknxf30v] {
    position: sticky;
    top: 0;
    background: #f3f4f6;
    text-align: left;
    padding: 8px 10px;
    border-bottom: 2px solid #d1d5db;
    white-space: nowrap;
}

.log-tabelle tbody td[b-didknxf30v] {
    padding: 6px 10px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
}

.log-tabelle tbody tr.is-warn[b-didknxf30v] {
    background: #fffbeb;
}

.log-tabelle tbody tr.is-error[b-didknxf30v] {
    background: #fef2f2;
}

.log-tabelle .nowrap[b-didknxf30v] {
    white-space: nowrap;
}

.log-tabelle .nachricht[b-didknxf30v] {
    white-space: pre-wrap;
    word-break: break-word;
    font-family: Consolas, "Courier New", monospace;
    min-width: 400px;
}
/* /Components/Pages/RechteZuordnung.razor.rz.scp.css */
.rz-form[b-nc3gw36yay] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
    margin-bottom: 12px;
}

.rz-field[b-nc3gw36yay] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.rz-field label[b-nc3gw36yay] {
    font-size: 12px;
    color: #555;
}

.rz-field[b-nc3gw36yay]  .weber-dropdown {
    min-width: 240px;
}

/* Org-Kaskaden-Dropdowns fest auf 220px halten (kein Wachsen). */
.rz-org .rz-field[b-nc3gw36yay]  .weber-dropdown,
.rz-org .rz-field[b-nc3gw36yay]  .weber-dropdown-toggle {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
}

/* Ausgewaehlten Text bei Bedarf abschneiden. */
.rz-org .rz-field[b-nc3gw36yay]  .weber-dropdown-value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Primaere Rolle und Abteilung des gewaehlten Mitarbeiters: reine Anzeige unter dem Dropdown. */
.rz-info[b-nc3gw36yay] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 8px;
    font-size: 14px;
}

.rz-info-zeile[b-nc3gw36yay] {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.rz-info-label[b-nc3gw36yay] {
    font-size: 12px;
    color: #555;
}

.rz-info-wert[b-nc3gw36yay] {
    font-weight: 600;
}

.rz-panel-sub[b-nc3gw36yay] {
    font-weight: 600;
    margin: 6px 0 8px 0;
}

.rz-chk[b-nc3gw36yay] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.rz-msg[b-nc3gw36yay] {
    font-size: 13px;
    color: #555;
}

.rz-error[b-nc3gw36yay] {
    color: #c8102e;
    font-weight: 600;
}

.rz-empty[b-nc3gw36yay] {
    text-align: center;
    color: #94a3b8;
}
/* /Components/Pages/TaetigkeitenVerwalten.razor.rz.scp.css */
.tv-form[b-wct0wiz461] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
    margin-bottom: 14px;
}

.tv-field[b-wct0wiz461] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tv-field label[b-wct0wiz461] {
    font-size: 12px;
    color: #555;
}

.tv-field .weber-input[b-wct0wiz461] {
    min-width: 220px;
}

.tv-field[b-wct0wiz461]  .weber-dropdown {
    min-width: 240px;
}

.tv-chk[b-wct0wiz461] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.tv-msg[b-wct0wiz461] {
    font-size: 13px;
    color: #555;
}

.tv-error[b-wct0wiz461] {
    color: #c8102e;
    font-weight: 600;
}

.tv-empty[b-wct0wiz461] {
    text-align: center;
    color: #94a3b8;
}
