/* _content/BlazorServerSideClient/Shared/MainLayout.razor.rz.scp.css */
.page[b-nnqzeefz4a] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-nnqzeefz4a] {
    flex: 1;
}

.sidebar[b-nnqzeefz4a] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nnqzeefz4a] {
    background: rgba(15, 23, 42, 0.8);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    justify-content: space-between;
    height: 4rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(6px);
}

    .top-row[b-nnqzeefz4a]  a, .top-row .btn-link[b-nnqzeefz4a] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nnqzeefz4a] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nnqzeefz4a] {
        display: none;
    }

    .top-row.auth[b-nnqzeefz4a] {
        justify-content: space-between;
    }

    .top-row a[b-nnqzeefz4a], .top-row .btn-link[b-nnqzeefz4a] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nnqzeefz4a] {
        flex-direction: row;
    }

    .sidebar[b-nnqzeefz4a] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nnqzeefz4a] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-nnqzeefz4a], article[b-nnqzeefz4a] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
.shell-topbar[b-nnqzeefz4a] {
    border-radius: 14px;
    margin-top: 8px;
}

.topbar-brand[b-nnqzeefz4a] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-mark[b-nnqzeefz4a] {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#7f5af0,#4cc9f0);
    color: #fff;
    font-weight: 700;
}

.brand-title[b-nnqzeefz4a] {
    font-weight: 700;
    color: #f8fafc;
    line-height: 1.1;
}

.brand-subtitle[b-nnqzeefz4a] {
    color: #94a3b8;
    font-size: 12px;
}
/* _content/BlazorServerSideClient/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yilikpa6ey] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-yilikpa6ey] {
    height: 3.5rem;
    background: linear-gradient(180deg, rgba(15,23,42,0.92), rgba(15,23,42,0.75));
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.navbar-brand[b-yilikpa6ey] {
    font-size: 1.06rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.oi[b-yilikpa6ey] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-yilikpa6ey] {
    font-size: 0.93rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-yilikpa6ey] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yilikpa6ey] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yilikpa6ey]  a {
        color: #cbd5e1;
        border-radius: 10px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        transition: all 0.15s ease;
    }

.nav-item[b-yilikpa6ey]  a.active {
    background: linear-gradient(90deg, rgba(99,102,241,0.24), rgba(14,116,144,0.24));
    border: 1px solid rgba(129,140,248,0.35);
    color: #fff;
}

.nav-item[b-yilikpa6ey]  a:hover {
    background-color: rgba(255,255,255,0.12);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yilikpa6ey] {
        display: none;
    }

    .collapse[b-yilikpa6ey] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-yilikpa6ey] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
