/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-janrt0qxr9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-janrt0qxr9] {
    flex: 1;
}

.sidebar[b-janrt0qxr9] {
    background-color: #3D3D42;
    font-weight: bold;
    border-right: 1px solid rgb(81, 81, 87);
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-janrt0qxr9] {
        display: none;
    }

    .top-row.auth[b-janrt0qxr9] {
        justify-content: space-between;
    }

    .top-row[b-janrt0qxr9]  a, .top-row[b-janrt0qxr9]  .btn-link {
        margin-left: 0;
    }

    /* New: Mobile sidebar adjustments */
    .sidebar[b-janrt0qxr9] {
        width: 100%;
        max-width: 100% !important; /* Overrides inline max-width from SidebarService */
        height: auto !important;
    }
}

@media (min-width: 641px) {
    .page[b-janrt0qxr9] {
        flex-direction: row;
    }

    .sidebar[b-janrt0qxr9] {
        height: 100vh;
        width: 220px;
    }
}

@media (min-width: 1367px) {
    .content[b-janrt0qxr9] {
        min-width: 1300px; 
        max-width: max-content;
        margin: 0 auto;
        padding-top: 30px;
        height: 100vh;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-p9wqh1k6ne] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-p9wqh1k6ne] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-p9wqh1k6ne] {
    font-size: 1.1rem;
    margin: 0;
}

.oi[b-p9wqh1k6ne] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    display: flex;
    justify-content: center;
} 

.nav-item[b-p9wqh1k6ne] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-p9wqh1k6ne] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-p9wqh1k6ne] {
        padding-bottom: 1rem;
    }

    .nav-item[b-p9wqh1k6ne]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-p9wqh1k6ne]  a.active {
            background-color: rgb(0, 91, 148, 0.4);
            color: white;
        }

        .nav-item[b-p9wqh1k6ne]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
.top-row.navbar[b-p9wqh1k6ne] {
    display: flex;
    align-items: center;  
    padding-top: 0.25rem; 
    padding-bottom: 0.25rem;
    min-height: 60px; 
}



.sidebar-collapsed[b-p9wqh1k6ne] {
    width: 80px;
}

    .sidebar-collapsed .nav-link span[b-p9wqh1k6ne] {
        display: none; /* Hide text */
    }

    .sidebar-collapsed .nav-link i[b-p9wqh1k6ne] {
        margin-left: auto;
        margin-right: auto;
    }

    .sidebar-collapsed .navbar-brand img[b-p9wqh1k6ne] {
        content: url('/images/radinium-s-icon.png');
    }

.container-fluid[b-p9wqh1k6ne] {
    flex-wrap: nowrap;
}

@media (min-width: 641px) {
    .navbar-toggler[b-p9wqh1k6ne] {
        display: none;
    }

    .collapse[b-p9wqh1k6ne] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-p9wqh1k6ne] {
        /* Allow sidebar to scroll for tall menus */
        overflow-y: auto;
    }
}
