/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-hb4qtrwlto] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hb4qtrwlto] {
    flex: 1;
    background-color: #f8f9fa;
}

.sidebar[b-hb4qtrwlto] {
    background: #ffffff;
    border-right: 1px solid #e8e8e8;
    box-shadow: 2px 0 8px rgba(0,0,0,0.04);
}

.top-row[b-hb4qtrwlto] {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

    .top-row[b-hb4qtrwlto]  a, .top-row .btn-link[b-hb4qtrwlto] {
        white-space: nowrap;
        margin-left: 1.5rem;
        color: #C8102E;
    }

    .top-row a:first-child[b-hb4qtrwlto] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hb4qtrwlto] {
        display: none;
    }

    .top-row.auth[b-hb4qtrwlto] {
        justify-content: space-between;
    }

    .top-row a[b-hb4qtrwlto], .top-row .btn-link[b-hb4qtrwlto] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hb4qtrwlto] {
        flex-direction: row;
    }

    .sidebar[b-hb4qtrwlto] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hb4qtrwlto] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-hb4qtrwlto], article[b-hb4qtrwlto] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hyetciyzud] {
    background-color: transparent;
    border: none;
    color: #C8102E;
}

.sidebar-logo-area[b-hyetciyzud] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

.logo-link[b-hyetciyzud] {
    display: flex;
    align-items: center;
}

.sidebar-logo[b-hyetciyzud] {
    height: 56px;
    width: auto;
    object-fit: contain;
}

.nav-section-label[b-hyetciyzud] {
    padding: 0.75rem 1rem 0.25rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #aaa;
    text-transform: uppercase;
}

.nav-item[b-hyetciyzud] {
    font-size: 0.875rem;
    padding-bottom: 0.125rem;
}

    .nav-item:first-of-type[b-hyetciyzud] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-hyetciyzud] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hyetciyzud]  a {
        color: #444;
        border-radius: 6px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        padding: 0 0.75rem;
        margin: 0 0.5rem;
        transition: background 0.15s, color 0.15s;
        border-left: 3px solid transparent;
    }

.nav-item[b-hyetciyzud]  a.active {
    background-color: #fff1f1;
    color: #C8102E;
    border-left-color: #C8102E;
    font-weight: 600;
}

.nav-item[b-hyetciyzud]  a:hover {
    background-color: #fef2f2;
    color: #C8102E;
    text-decoration: none;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hyetciyzud] {
        display: none;
    }

    .collapse[b-hyetciyzud] {
        display: block;
    }
}
