/* _content/ImageStatus/Pages/FileDashboard.razor.rz.scp.css */
.toolbar[b-13xbf4x47d] { display:flex; gap:1rem; align-items:center; margin-bottom:1rem; }
.btn[b-13xbf4x47d] { padding:0.5rem 0.9rem; border:1px solid #ddd; border-radius:10px; background:#f9f9f9; cursor:pointer; }
.btn:hover[b-13xbf4x47d] { background:#f1f1f1; }
.muted[b-13xbf4x47d] { color:#666; font-size:0.9rem; }
.grid[b-13xbf4x47d] { display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)); gap:14px; }
.card[b-13xbf4x47d] { background:#fff; border:1px solid #eee; border-radius:16px; padding:18px; box-shadow:0 2px 10px rgba(0,0,0,.04); }
.count[b-13xbf4x47d] { font-size:42px; font-weight:700; line-height:1; margin-bottom:8px; }
.name[b-13xbf4x47d] { font-size:16px; font-weight:600; margin-bottom:4px; }
.path[b-13xbf4x47d], .updated[b-13xbf4x47d] { font-size:12px; color:#777; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.updated[b-13xbf4x47d] { margin-top:6px; }
/* _content/ImageStatus/Shared/MainLayout.razor.rz.scp.css */
.page[b-4jcbxnc94r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4jcbxnc94r] {
    flex: 1;
}

.sidebar[b-4jcbxnc94r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4jcbxnc94r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4jcbxnc94r]  a, .top-row .btn-link[b-4jcbxnc94r] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-4jcbxnc94r] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4jcbxnc94r] {
        display: none;
    }

    .top-row.auth[b-4jcbxnc94r] {
        justify-content: space-between;
    }

    .top-row a[b-4jcbxnc94r], .top-row .btn-link[b-4jcbxnc94r] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4jcbxnc94r] {
        flex-direction: row;
    }

    .sidebar[b-4jcbxnc94r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4jcbxnc94r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4jcbxnc94r], article[b-4jcbxnc94r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ImageStatus/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rt6edimkjz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rt6edimkjz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rt6edimkjz] {
    font-size: 1.1rem;
}

.oi[b-rt6edimkjz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rt6edimkjz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rt6edimkjz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rt6edimkjz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rt6edimkjz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rt6edimkjz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-rt6edimkjz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rt6edimkjz] {
        display: none;
    }

    .collapse[b-rt6edimkjz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-rt6edimkjz] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
