/* /Shared/Admin/AdminMenu.razor.rz.scp.css */
.top-row a[b-q9dcakb9gm] {
    margin-left: 0;
}

.dropdown-item:hover[b-q9dcakb9gm] {
    background-color: white;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-r9f85gv0h3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r9f85gv0h3] {
    flex: 1;
}

.sidebar[b-r9f85gv0h3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-r9f85gv0h3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r9f85gv0h3]  a, .top-row[b-r9f85gv0h3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r9f85gv0h3]  a:hover, .top-row[b-r9f85gv0h3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r9f85gv0h3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-r9f85gv0h3] {
        display: none;
    }

    .top-row.auth[b-r9f85gv0h3] {
        justify-content: space-between;
    }

    .top-row[b-r9f85gv0h3]  a, .top-row[b-r9f85gv0h3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r9f85gv0h3] {
        flex-direction: row;
    }

    .sidebar[b-r9f85gv0h3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    /* Collapsing the nav menu (hamburger toggle) reverts to the same
       narrow-screen layout used below 641px - a slim full-width top bar
       instead of a permanent 250px column - rather than just hiding the
       links and leaving an empty sidebar-shaped gap beside the content. */
    .page.sidebar-collapsed[b-r9f85gv0h3] {
        flex-direction: column;
    }

    .page.sidebar-collapsed .sidebar[b-r9f85gv0h3] {
        width: auto;
        height: auto;
        position: static;
    }

    .top-row[b-r9f85gv0h3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r9f85gv0h3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r9f85gv0h3], article[b-r9f85gv0h3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8swtla1cqq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8swtla1cqq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8swtla1cqq] {
    font-size: 1.1rem;
    margin-right: 0;
}

/* Bootstrap's .navbar > .container-fluid defaults to space-between, which
   spreads the toggler and brand apart; pack everything to the left instead
   so the brand/version group sits left-justified right after the toggler. */
.top-row .container-fluid[b-8swtla1cqq] {
    justify-content: flex-start;
    gap: 0.75rem;
}

.navbar-brand-group[b-8swtla1cqq] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

    /* Bootstrap gives .navbar-brand and .navbar-text their own vertical
       padding for standalone alignment - zero it out here so the two lines
       sit close together instead of spaced apart like separate nav items. */
    .navbar-brand-group .navbar-brand[b-8swtla1cqq] {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: -0.1rem;
    }

    .navbar-brand-group .navbar-text[b-8swtla1cqq] {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 0.75rem;
        opacity: 0.75;
    }

.oi[b-8swtla1cqq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8swtla1cqq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8swtla1cqq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8swtla1cqq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8swtla1cqq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8swtla1cqq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8swtla1cqq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* /Shared/UserButton.razor.rz.scp.css */
.show-menu[b-x31wenc58h] {
    display: block;
}

.user-button[b-x31wenc58h] {
    margin-left: .5em;
}

.top-row a[b-x31wenc58h] {
    margin-left: 0;
}

.dropdown-item:hover[b-x31wenc58h] {
    background-color: white;
}
