/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lzopvah5bh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lzopvah5bh] {
    flex: 1;
}

.sidebar[b-lzopvah5bh] {
    background: #fff;
    border-right: 1px solid #e8e8e8;
}

.top-row[b-lzopvah5bh] {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lzopvah5bh]  a, .top-row[b-lzopvah5bh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-lzopvah5bh]  a:hover, .top-row[b-lzopvah5bh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-lzopvah5bh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-lzopvah5bh] {
        justify-content: space-between;
    }

    .top-row[b-lzopvah5bh]  a, .top-row[b-lzopvah5bh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lzopvah5bh] {
        flex-direction: row;
    }

    .sidebar[b-lzopvah5bh] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lzopvah5bh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-lzopvah5bh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-lzopvah5bh], article[b-lzopvah5bh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-lzopvah5bh] {
    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-lzopvah5bh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ── Sidebar Header ─────────────────────────────────── */
.sidebar-header[b-taph7cjnid] {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    height: 3.5rem;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
}

.brand[b-taph7cjnid] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: #1a1a1a;
}

.brand-icon[b-taph7cjnid] {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
}

.brand-name[b-taph7cjnid] {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

/* ── Two-panel container ─────────────────────────────── */
.nav-container[b-taph7cjnid] {
    display: flex;
    flex-direction: row;
    height: calc(100vh - 3.5rem);
    overflow: hidden;
}

/* ── Icon Rail (left, narrow) ─────────────────────────── */
.nav-rail[b-taph7cjnid] {
    width: 90px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fafafa;
    border-right: 1px solid #e8e8e8;
    overflow-y: auto;
    padding: 0.5rem 0;
}

.rail-item[b-taph7cjnid] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.6rem 0.25rem;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #666;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    border-radius: 8px;
    margin: 0.1rem 0.35rem;
    transition: background 0.12s, color 0.12s;
}

.rail-item i[b-taph7cjnid] {
    font-size: 1.1rem;
    color: inherit;
    transition: color 0.12s;
}

.rail-item:hover[b-taph7cjnid] {
    background: #ececed;
    color: #111;
}

.rail-item.active[b-taph7cjnid] {
    background: #e5e5e7;
    color: #111;
    font-weight: 600;
}

.rail-item.active i[b-taph7cjnid] {
    color: #111;
}

/* ── Submenu Panel (right) ───────────────────────────── */
.nav-submenu[b-taph7cjnid] {
    flex: 1;
    overflow-y: auto;
    background: #fff;
    padding: 0.5rem 0;
}

.submenu-title[b-taph7cjnid] {
    padding: 0.4rem 1rem 0.3rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #999;
}

/* ── Nav items (in submenu) ──────────────────────────── */
.nav-item[b-taph7cjnid] {
    padding: 0 0.5rem;
}

.nav-item[b-taph7cjnid]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 0.6rem;
    border-radius: 7px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.12s, color 0.12s;
}

.nav-item[b-taph7cjnid]  .nav-link i {
    font-size: 0.95rem;
    width: 1rem;
    text-align: center;
    color: #888;
    flex-shrink: 0;
    transition: color 0.12s;
}

.nav-item[b-taph7cjnid]  .nav-link:hover {
    background: #f4f4f5;
    color: #111;
}

.nav-item[b-taph7cjnid]  .nav-link:hover i {
    color: #444;
}

.nav-item[b-taph7cjnid]  a.active {
    background: #ececed;
    color: #111;
    font-weight: 600;
}

.nav-item[b-taph7cjnid]  a.active i {
    color: #333;
}

/* ── Mobile ──────────────────────────────────────────── */
@media (max-width: 640px) {
    .nav-container[b-taph7cjnid] {
        height: auto;
    }

    .nav-rail[b-taph7cjnid] {
        flex-direction: row;
        width: 100%;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
        padding: 0.25rem;
    }

    .nav-submenu[b-taph7cjnid] {
        max-height: 60vh;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-14hqtkqfqb],
.components-reconnect-repeated-attempt-visible[b-14hqtkqfqb],
.components-reconnect-failed-visible[b-14hqtkqfqb],
.components-pause-visible[b-14hqtkqfqb],
.components-resume-failed-visible[b-14hqtkqfqb],
.components-rejoining-animation[b-14hqtkqfqb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-14hqtkqfqb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-14hqtkqfqb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-14hqtkqfqb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-14hqtkqfqb],
#components-reconnect-modal.components-reconnect-retrying[b-14hqtkqfqb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-14hqtkqfqb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-14hqtkqfqb],
#components-reconnect-modal.components-reconnect-failed[b-14hqtkqfqb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-14hqtkqfqb] {
    display: block;
}


#components-reconnect-modal[b-14hqtkqfqb] {
    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-14hqtkqfqb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-14hqtkqfqb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-14hqtkqfqb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-14hqtkqfqb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-14hqtkqfqb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-14hqtkqfqb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-14hqtkqfqb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-14hqtkqfqb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-14hqtkqfqb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-14hqtkqfqb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-14hqtkqfqb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-14hqtkqfqb] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-14hqtkqfqb] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-14hqtkqfqb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-14hqtkqfqb] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-14hqtkqfqb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-14hqtkqfqb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-14hqtkqfqb {
    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/Dokumente.razor.rz.scp.css */
.drop-zone[b-26vbb6n0gh] {
	border: 2px dashed #adb5bd;
	border-radius: .5rem;
	padding: 2.5rem 1rem;
	text-align: center;
	cursor: pointer;
	transition: background-color .15s, border-color .15s;
	background-color: #f8f9fa;
}

	.drop-zone--active[b-26vbb6n0gh],
	.drop-zone:hover[b-26vbb6n0gh] {
		border-color: #0d6efd;
		background-color: #e7f1ff;
	}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-wrapper[b-0ifh1zh80n] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #eef3f9 0%, #f8fafc 100%);
    padding: 1.5rem;
}

.login-card[b-0ifh1zh80n] {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.12);
    width: min(100%, 380px);
    text-align: center;
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.login-logo[b-0ifh1zh80n] {
    width: 120px;
    height: auto;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
}

.login-title[b-0ifh1zh80n] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #14213d;
    margin-bottom: 0.25rem;
}

.login-subtitle[b-0ifh1zh80n] {
    color: #64748b;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}

.login-group[b-0ifh1zh80n] {
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    border-radius: 0.5rem;
    overflow: hidden;
}

.login-input[b-0ifh1zh80n] {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    border-right: 0;
}

.login-button[b-0ifh1zh80n] {
    padding: 0.8rem 1rem;
    min-width: 72px;
}
