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

main[b-oy3le6nkmn] {
    flex: 1;
    background: linear-gradient(180deg, #f8fcfd 0%, #eef6f9 100%);
}

.sidebar[b-oy3le6nkmn] {
    background: linear-gradient(180deg, #0c3348 0%, #144f6e 100%);
    color: #ffffff;
}

.top-row[b-oy3le6nkmn] {
    background-color: #ffffff;
    height: 4rem;
    display: flex;
    align-items: center;
    z-index: 10;
}

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

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

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

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

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

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

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

    .top-row[b-oy3le6nkmn] {
        position: sticky;
        top: 0;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kegql48559] {
    background-color: rgba(255, 255, 255, 0.15);
}

.top-row[b-kegql48559] {
    height: 4rem;
    background-color: rgba(0, 0, 0, 0.18);
}

.navbar-brand[b-kegql48559] {
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.bi[b-kegql48559] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-kegql48559] {
    font-size: 0.95rem;
    padding-bottom: 0.2rem;
}

.nav-item[b-kegql48559]  a {
    color: #d2e7f2;
    border-radius: 8px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    transition: all 0.2s ease-in-out;
}

.nav-item[b-kegql48559]  a.active {
    background-color: rgba(255, 255, 255, 0.12);
    color: white;
    font-weight: 600;
    border-left: 4px solid #3bc9a4;
}

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