/* _content/DevTrack/Shared/MainLayout.razor.rz.scp.css */
.page[b-gc99l8qw90] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #0f172a !important;
    color: #f1f5f9;
}

main[b-gc99l8qw90] {
    flex: 1;
    background-color: #0f172a !important;
    color: #f1f5f9;
}

.sidebar[b-gc99l8qw90] {
    background-color: #1e293b !important;
    background-image: none !important;
    background: #1e293b !important;
    border-right: 1px solid #475569;
    box-shadow: 4px 0 6px -1px rgba(0, 0, 0, 0.3);
}

/* Force override any gradient that might be applied */
.sidebar[b-gc99l8qw90],
nav.sidebar[b-gc99l8qw90],
nav[class*="sidebar"][b-gc99l8qw90] {
    background: #1e293b !important;
    background-image: none !important;
    background-color: #1e293b !important;
}

.top-row[b-gc99l8qw90] {
    background-color: #0f172a !important;
    border-bottom: 1px solid #475569;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: #f1f5f9;
}

    .top-row[b-gc99l8qw90]  a, .top-row .btn-link[b-gc99l8qw90] {
        white-space: nowrap;
        margin-left: 1.5rem;
        color: #f1f5f9;
    }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-gc99l8qw90] {
        display: none;
    }

    .top-row.auth[b-gc99l8qw90] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .page[b-gc99l8qw90] {
        flex-direction: row;
        background-color: #0f172a !important;
    }

    .sidebar[b-gc99l8qw90] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        background-color: #1e293b !important;
        background-image: none !important;
        background: #1e293b !important;
    }

    .top-row[b-gc99l8qw90] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #0f172a !important;
    }

    .top-row[b-gc99l8qw90], article[b-gc99l8qw90] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/DevTrack/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pbx1jqmx0w] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-brand[b-pbx1jqmx0w] {
    font-size: 1.1rem;
}

.oi[b-pbx1jqmx0w] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

    .nav-item[b-pbx1jqmx0w]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-pbx1jqmx0w] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-pbx1jqmx0w] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.nav-logout-btn[b-pbx1jqmx0w] {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.nav-logout-btn:hover[b-pbx1jqmx0w] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}
