/* /Shared/Components/Documents/DocumentManagerFileWidget.razor.rz.scp.css */
.container[b-tc14o0fl51]  .drag-drop-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    min-height: 50px;
    position: relative;
    border: 2px #ddd dashed;
}

.container[b-tc14o0fl51]  .drag-drop-zone .highlight {
    text-decoration: underline;
    color: #D46840;
}

.document-list[b-tc14o0fl51]  .download-button{
    text-decoration: underline;
    color: #D46840;
}

.container[b-tc14o0fl51]  .drag-drop-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.container[b-tc14o0fl51]  .drag-enter {
    box-shadow: var(--mud-elevation-10);
}
/* /Shared/Components/Documents/DocumentManagerImageWidget.razor.rz.scp.css */
.container[b-r7kk06sibx]  .drag-drop-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    min-height: 50px;
    position: relative;
    border: 2px #ddd dashed;
}

.container[b-r7kk06sibx]  .drag-drop-zone .highlight {
    text-decoration: underline;
    color: #D46840;
}

.document-list[b-r7kk06sibx]  .download-button{
    text-decoration: underline;
    color: #D46840;
}

.container[b-r7kk06sibx]  .drag-drop-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.container[b-r7kk06sibx]  .drag-enter {
    box-shadow: var(--mud-elevation-10);
}

/* /Shared/Components/Documents/DocumentManagerPageWidget.razor.rz.scp.css */
.container[b-ygwp5pik69]  .drag-drop-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    min-height: 50px;
    position: relative;
    border: 2px #ddd dashed;
}

.container[b-ygwp5pik69]  .drag-drop-zone .highlight {
    text-decoration: underline;
    color: #D46840;
}

.document-list[b-ygwp5pik69]  .download-button{
    text-decoration: underline;
    color: #D46840;
}

.container[b-ygwp5pik69]  .drag-drop-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.container[b-ygwp5pik69]  .drag-enter {
    box-shadow: var(--mud-elevation-10);
}
/* /Shared/Components/FileDisplay/Components/FileCard/FileCard.razor.rz.scp.css */
.element[b-plwq4h7b0y]  .mud-card {
        background-color: rgb(225, 230, 237);
    }

.element[b-plwq4h7b0y]  .mud-card-content {
    text-align: center;
    padding-top: 3rem;
} 
/* /Shared/Components/FileUpload/FileUpload.razor.rz.scp.css */
/* /Shared/Components/ImageControl/ImageControl.razor.rz.scp.css */
.image-control-container[b-z1ecwf23q9] {
    position: relative;
}

.image-control-container[b-z1ecwf23q9]  .mud-card img {
    max-width: 100%;
}

.image-control-container[b-z1ecwf23q9]  .mud-card {
        background-color: rgb(225, 230, 237);
    }

.image-control-container[b-z1ecwf23q9]  .mud-card-content {
        text-align: center;
    } 

.image-control-container[b-z1ecwf23q9]  .mud-card-content {

}

    .image-control-container[b-z1ecwf23q9]  .mud-card-content .mud-icon-button {
        border: 1px solid red;
        position: absolute;
        top: 5%;
        right: 5%;
        z-index: 999;
    }

    .image-control-container[b-z1ecwf23q9]  .mud-card-content .mud-button-text {
        border: 1px solid red;
        color: red;
        position: absolute;
        top: 5%;
        right: 5%;
        z-index: 999;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-086ojxaqad] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-086ojxaqad] {
    flex: 1;
}

.sidebar[b-086ojxaqad] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-086ojxaqad] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-086ojxaqad]  a, .top-row .btn-link[b-086ojxaqad] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-086ojxaqad] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-086ojxaqad] {
        display: none;
    }

    .top-row.auth[b-086ojxaqad] {
        justify-content: space-between;
    }

    .top-row a[b-086ojxaqad], .top-row .btn-link[b-086ojxaqad] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-086ojxaqad] {
        flex-direction: row;
    }

    .sidebar[b-086ojxaqad] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-086ojxaqad] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-086ojxaqad], article[b-086ojxaqad] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
