/* /Pages/Manage/SystemDigitalArchives/MultipleInputFile.razor.rz.scp.css */
.upload-container[b-cwz0zo9kg8] {
    margin: 20px 0;
}

.upload-area input[type="file"][b-cwz0zo9kg8] {
    display: none;
}

.upload-content i[b-cwz0zo9kg8] {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 10px;
}

.file-list[b-cwz0zo9kg8] {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.progress-container[b-cwz0zo9kg8] {
    width: 100%;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.progress-bar[b-cwz0zo9kg8] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.3s ease;
}

.file-tree[b-cwz0zo9kg8] {
    max-height: 400px;
    overflow-y: auto;
    margin: 15px 0;
}

.folder-item[b-cwz0zo9kg8], .file-item[b-cwz0zo9kg8] {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.folder-item[b-cwz0zo9kg8] {
    font-weight: bold;
    color: #007bff;
}

.file-item[b-cwz0zo9kg8] {
    padding-left: 20px;
    color: #666;
}

.upload-actions[b-cwz0zo9kg8] {
    margin-top: 15px;
}

.messages[b-cwz0zo9kg8] {
    margin-top: 20px;
}

.alert[b-cwz0zo9kg8] {
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8ahen79ohv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8ahen79ohv] {
    flex: 1;
}

.sidebar[b-8ahen79ohv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8ahen79ohv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8ahen79ohv]  a, .top-row .btn-link[b-8ahen79ohv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-8ahen79ohv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8ahen79ohv] {
        display: none;
    }

    .top-row.auth[b-8ahen79ohv] {
        justify-content: space-between;
    }

    .top-row a[b-8ahen79ohv], .top-row .btn-link[b-8ahen79ohv] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8ahen79ohv] {
        flex-direction: row;
    }

    .sidebar[b-8ahen79ohv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8ahen79ohv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-8ahen79ohv], article[b-8ahen79ohv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
