/* /Components/ActionButton.razor.rz.scp.css */
.actionButton[b-fqn8gxe8kl] {
    height: 80px;
    background: #F5F5F7;
    border: 1px solid #E2E4E9;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    user-select: none;
}

.actionButton:not(.actionButtonDisabled):hover[b-fqn8gxe8kl] {
    background-color: #4600b4;
    border-color: white;
    color: white;
}

.actionButton:not(.actionButtonDisabled):hover svg[b-fqn8gxe8kl] {
    color: white;
}

.actionButtonDisabled[b-fqn8gxe8kl] {
    opacity: 0.5;
    cursor: default;
}

.icon-part[b-fqn8gxe8kl],
.text-part[b-fqn8gxe8kl] {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}



.icon-part[b-fqn8gxe8kl] {
    align-items: flex-start;
}

.text-part-end[b-fqn8gxe8kl] {
    align-items: flex-end;
}

.text-part-center[b-fqn8gxe8kl] {
    align-items: center;
}
/* /Components/DocumentPreviewer.razor.rz.scp.css */
.previewHeader[b-t6s2cn72cg] {
    background: #F5F5F7;
    height: 42px;
}

.row:has(.previewHeader)[b-t6s2cn72cg] {
    background-color: #F5F5F7;
}

.row[b-t6s2cn72cg] {
    margin: 0;
}

    .row + .row[b-t6s2cn72cg] {
        border-top: 1px solid #E2E4E9;
    }

.previewItem[b-t6s2cn72cg] {
    display: flex;
    align-items: center;
    padding: 10px;
}

.previewContent[b-t6s2cn72cg] {
    width: 100%;
    height: 500px;
    background-color: gray;
}

.previewRefreshButton[b-t6s2cn72cg] {
    margin-left: auto;
}

.previewHeaderText[b-t6s2cn72cg] {
    height: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: flex;
    gap: 5px;
}

.previewContainer[b-t6s2cn72cg] {
    border: 1px solid #E2E4E9;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
}

.colPreview[b-t6s2cn72cg] {
    padding-left: 0px;
    padding-right: 0px;
}
/* /Components/MetadataList.razor.rz.scp.css */
.metadataHeader[b-joz2c9dvrj] {
    background: #F5F5F7;
}

.row:has(.metadataHeader)[b-joz2c9dvrj] {
    background-color: #F5F5F7;
}

.row[b-joz2c9dvrj] {
    margin: 0;
}

.row + .row[b-joz2c9dvrj] {
    border-top: 1px solid #E2E4E9;
}

.metadataItem[b-joz2c9dvrj] {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 10px;
}

.metadataHeaderText[b-joz2c9dvrj] {
    display: flex;
    gap: 5px;
    height: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.metadataTitle[b-joz2c9dvrj] {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

.metadataValue[b-joz2c9dvrj] {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.metadataList[b-joz2c9dvrj] {
    border: 1px solid #E2E4E9;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
}
/* /Components/OmnidocsHeader.razor.rz.scp.css */
.header[b-xdo9y1z0iv] {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #DFE3E8;
}

.headerTitle[b-xdo9y1z0iv] {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ylain4jr0b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-ylain4jr0b], article[b-ylain4jr0b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/FileDetails.razor.rz.scp.css */
.document-box[b-ruztme86j4] {
    margin-bottom: 20px;
    display: flex;
    max-width: 350px;
}

.document-icon-container[b-ruztme86j4] {
    width: 52px;
    height: 52px;
    background-color: #F5F5F7;
    border: 1px solid #E2E4E9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    flex-shrink: 0;
}

.document-icon[b-ruztme86j4] {
    width: 36px;
    height: 36px;
}

.document-text[b-ruztme86j4] {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.document-title[b-ruztme86j4] {
    font-weight: bold;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-type[b-ruztme86j4] {
    font-size: 12px;
    color: gray;
}

.actions[b-ruztme86j4] {
    border: 1px solid #E2E4E9;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: sticky;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    background-color: white;
}

.actions-title[b-ruztme86j4] {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 0 8px;
    font-weight: 500;
    font-size: 13px;
    color: #00000099;
}

.metadataArea[b-ruztme86j4] {
    margin-top: 10px;
}
