/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-vfo6cym0os] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vfo6cym0os] {
    flex: 1;
    background-color: var(--brand-surface);
}

.sidebar[b-vfo6cym0os] {
    background-image: var(--brand-sidebar-gradient);
}

.top-row[b-vfo6cym0os] {
    background-color: #fff;
    border-bottom: 1px solid var(--brand-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

.top-row[b-vfo6cym0os]  a:hover, .top-row[b-vfo6cym0os]  .btn-link:hover {
    text-decoration: underline;
}

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

@media (max-width: 640.98px) {
    .top-row[b-vfo6cym0os] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row[b-vfo6cym0os], article[b-vfo6cym0os] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-00vkfe9uul] {
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
}

.top-row[b-00vkfe9uul] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.15);
}

.navbar-brand[b-00vkfe9uul] {
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.brand-icon[b-00vkfe9uul] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255,255,255,0.2);
    font-weight: 800;
    font-size: 1rem;
}

.nav-icon[b-00vkfe9uul] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    margin-right: 0.75rem;
    opacity: 0.85;
}

.nav-item[b-00vkfe9uul] {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
}

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

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

.nav-item[b-00vkfe9uul]  a {
    color: rgba(255,255,255,0.8);
    border-radius: 8px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    line-height: 2.75rem;
    transition: all 0.15s ease;
    font-weight: 500;
}

.nav-item[b-00vkfe9uul]  a.active {
    background-color: rgba(255,255,255,0.2);
    color: white;
    font-weight: 600;
}

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

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

    .collapse[b-00vkfe9uul] {
        display: block;
    }

    .nav-scrollable[b-00vkfe9uul] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
