/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-a7yrg4zrlb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a7yrg4zrlb] {
    flex: 1;
}

.sidebar[b-a7yrg4zrlb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-a7yrg4zrlb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a7yrg4zrlb]  a, .top-row[b-a7yrg4zrlb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-a7yrg4zrlb]  a:hover, .top-row[b-a7yrg4zrlb]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-a7yrg4zrlb] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .page[b-a7yrg4zrlb] {
        flex-direction: row;
    }

    .sidebar[b-a7yrg4zrlb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a7yrg4zrlb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-a7yrg4zrlb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-a7yrg4zrlb], article[b-a7yrg4zrlb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Documents.razor.rz.scp.css */
.documents-toolbar[b-0w9b2qbmxq] {
    --documents-toolbar-height: 40px;
    align-items: center;
}

@media (max-width: 959.98px) {
    .documents-toolbar[b-0w9b2qbmxq] {
        --documents-toolbar-height: 44px;
    }
}

.documents-toolbar-search[b-0w9b2qbmxq] {
    flex: 1 1 auto;
    min-width: 0;
}

.documents-toolbar[b-0w9b2qbmxq]  .documents-toolbar-field.mud-input-control {
    width: 100%;
    margin: 0 !important;
    height: var(--documents-toolbar-height);
    min-height: var(--documents-toolbar-height);
    max-height: var(--documents-toolbar-height);
}

.documents-toolbar[b-0w9b2qbmxq]  .documents-toolbar-field .mud-input-control-input-container {
    height: 100%;
    margin-top: 0 !important;
}

.documents-toolbar[b-0w9b2qbmxq]  .documents-toolbar-field .mud-input.mud-input-outlined {
    height: 100%;
    align-items: center;
}

.documents-toolbar[b-0w9b2qbmxq]  .documents-toolbar-field input.mud-input-root-outlined,
.documents-toolbar[b-0w9b2qbmxq]  .documents-toolbar-field .mud-input-slot.mud-input-root-outlined {
    box-sizing: border-box;
    height: 100%;
    min-height: 0;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.25;
}

.documents-toolbar-add[b-0w9b2qbmxq] {
    flex: 0 0 auto;
    align-self: center;
    width: var(--documents-toolbar-height) !important;
    height: var(--documents-toolbar-height) !important;
    min-width: var(--documents-toolbar-height) !important;
    min-height: var(--documents-toolbar-height) !important;
    max-width: var(--documents-toolbar-height) !important;
    max-height: var(--documents-toolbar-height) !important;
    padding: 0 !important;
}
