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

main[b-93x14zuman] {
    flex: 1;
}

.sidebar[b-93x14zuman] {
    background-image: linear-gradient(180deg, #0f2740 0%, #0b1c2e 100%);
}

.top-row[b-93x14zuman] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

.content[b-93x14zuman] {
    padding-top: 1.1rem;
}

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

    .sidebar[b-93x14zuman] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    main[b-93x14zuman] {
        height: 100vh;
        overflow: auto;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ha4cu6hpul] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1) center / 1.8rem no-repeat
        url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,0.95%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-radius: 0.375rem;
}

.navbar-toggler:checked[b-ha4cu6hpul] {
    background-color: rgba(255, 255, 255, 0.3);
}

.top-row[b-ha4cu6hpul] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-ha4cu6hpul] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

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

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

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

    .nav-item[b-ha4cu6hpul]  .nav-link {
        color: #d7e3ef;
        background: none;
        border: none;
        border-radius: 0.375rem;
        height: 2.7rem;
        display: flex;
        align-items: center;
        line-height: 2.7rem;
        gap: 0.4rem;
    }

.nav-item[b-ha4cu6hpul]  a.active {
    background-color: rgba(56, 132, 208, 0.35);
    color: white;
}

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

.nav-scrollable[b-ha4cu6hpul] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ha4cu6hpul] {
    display: block;
}

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

    .nav-scrollable[b-ha4cu6hpul] {
        display: block;
    }
}
