/* _content/SecondChair.JusticeBench.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2yrs7m72zw] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sidebar[b-2yrs7m72zw] {
    background: #0D1326;
}

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

    .sidebar[b-2yrs7m72zw] {
        width: 240px;
        min-height: 100vh;
        flex-shrink: 0;
    }

    .content[b-2yrs7m72zw] {
        flex: 1;
    }
}
/* _content/SecondChair.JusticeBench.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pai876higr] {
    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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
}

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

.top-row[b-pai876higr] {
    min-height: 3.5rem;
    background-color: #0D1326;
}

.navbar-brand[b-pai876higr] {
    font-size: 1.05rem;
    font-weight: 600;
}

.bi[b-pai876higr] {
    display: inline-block;
    width: 1.25rem;
    margin-right: 0.5rem;
}

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

.nav-item[b-pai876higr]  .nav-link {
    color: #c7d0e0;
    border-radius: 0.5rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    line-height: 2.75rem;
}

.nav-item[b-pai876higr]  a.active {
    background-color: rgba(79, 107, 255, 0.25);
    color: white;
}

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

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

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

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

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