/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-15m8rsnf9j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-15m8rsnf9j] {
    flex: 1;
}

.sidebar[b-15m8rsnf9j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-15m8rsnf9j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-15m8rsnf9j]  a, .top-row[b-15m8rsnf9j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-15m8rsnf9j]  a:hover, .top-row[b-15m8rsnf9j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-15m8rsnf9j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-15m8rsnf9j] {
        justify-content: space-between;
    }

    .top-row[b-15m8rsnf9j]  a, .top-row[b-15m8rsnf9j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-15m8rsnf9j] {
        flex-direction: row;
    }

    .sidebar[b-15m8rsnf9j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-15m8rsnf9j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-15m8rsnf9j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-15m8rsnf9j], article[b-15m8rsnf9j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-15m8rsnf9j] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-15m8rsnf9j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-358v66xwc2] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-358v66xwc2] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-358v66xwc2] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-358v66xwc2] {
    font-size: 1.1rem;
}

.bi[b-358v66xwc2] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-358v66xwc2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-358v66xwc2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-358v66xwc2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-358v66xwc2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-358v66xwc2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-358v66xwc2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-358v66xwc2]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-358v66xwc2]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-358v66xwc2]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-358v66xwc2] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-358v66xwc2] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-358v66xwc2] {
        display: none;
    }

    .nav-scrollable[b-358v66xwc2] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-anjh5ytyoj],
.components-reconnect-repeated-attempt-visible[b-anjh5ytyoj],
.components-reconnect-failed-visible[b-anjh5ytyoj],
.components-pause-visible[b-anjh5ytyoj],
.components-resume-failed-visible[b-anjh5ytyoj],
.components-rejoining-animation[b-anjh5ytyoj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-anjh5ytyoj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-anjh5ytyoj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-anjh5ytyoj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-anjh5ytyoj],
#components-reconnect-modal.components-reconnect-retrying[b-anjh5ytyoj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-anjh5ytyoj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-anjh5ytyoj],
#components-reconnect-modal.components-reconnect-failed[b-anjh5ytyoj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-anjh5ytyoj] {
    display: block;
}


#components-reconnect-modal[b-anjh5ytyoj] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-anjh5ytyoj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-anjh5ytyoj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-anjh5ytyoj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-anjh5ytyoj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-anjh5ytyoj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-anjh5ytyoj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-anjh5ytyoj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-anjh5ytyoj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-anjh5ytyoj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-anjh5ytyoj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-anjh5ytyoj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-anjh5ytyoj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-anjh5ytyoj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-anjh5ytyoj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-anjh5ytyoj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-anjh5ytyoj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-anjh5ytyoj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-anjh5ytyoj {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Tenant/DocumentIntelligence.razor.rz.scp.css */
.cf-di-page[b-t4eq85xtf7] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cf-di-overview-grid[b-t4eq85xtf7] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cf-di-overview-card .card-body[b-t4eq85xtf7] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
}

.cf-di-overview-icon[b-t4eq85xtf7] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--cf-surface-soft);
    color: var(--cf-blue-700);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
}

.cf-di-overview-value[b-t4eq85xtf7] {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: var(--cf-text);
}

.cf-di-overview-label[b-t4eq85xtf7] {
    margin-top: 4px;
    color: var(--cf-text-muted);
    font-size: .8rem;
    font-weight: 600;
}

.cf-di-profile-list-card[b-t4eq85xtf7] {
    min-height: 0;
}

.cf-di-profile-list-card > .card-body[b-t4eq85xtf7] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 16px;
}

.cf-di-list-header[b-t4eq85xtf7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cf-di-list-actions[b-t4eq85xtf7] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.cf-di-list-actions .cf-btn-primary[b-t4eq85xtf7] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cf-di-button-icon[b-t4eq85xtf7] {
    font-size: 18px;
}

.cf-di-search-wrap[b-t4eq85xtf7] {
    position: relative;
    min-width: min(320px, 72vw);
}

.cf-di-search-wrap > .material-symbols-outlined[b-t4eq85xtf7] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--cf-text-muted);
    font-size: 19px;
    pointer-events: none;
    z-index: 1;
}

.cf-di-search-wrap .form-control[b-t4eq85xtf7] {
    padding-left: 40px;
}

.cf-di-profile-table-wrap[b-t4eq85xtf7] {
    min-height: 0;
    max-height: calc(100vh - 390px);
    overflow: auto;
    border: 1px solid var(--cf-border);
    border-radius: 16px;
    background: #fff;
}

.cf-di-profile-table[b-t4eq85xtf7] {
    width: 100%;
    min-width: 860px;
    border-collapse: separate;
    border-spacing: 0;
}

.cf-di-profile-table th[b-t4eq85xtf7],
.cf-di-profile-table td[b-t4eq85xtf7] {
    padding: 13px 14px;
    border-bottom: 1px solid var(--cf-border);
    vertical-align: middle;
}

.cf-di-profile-table th[b-t4eq85xtf7] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f8fbfe;
    color: var(--cf-text-muted);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.cf-di-profile-table tbody tr:last-child td[b-t4eq85xtf7] {
    border-bottom: 0;
}

.cf-di-profile-table tbody tr:hover[b-t4eq85xtf7] {
    background: #fbfdff;
}

.cf-di-profile-name[b-t4eq85xtf7] {
    font-weight: 700;
    color: var(--cf-text);
}

.cf-di-profile-description[b-t4eq85xtf7] {
    max-width: 440px;
    margin-top: 3px;
    color: var(--cf-text-muted);
    font-size: .82rem;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cf-di-profile-meta[b-t4eq85xtf7] {
    margin-top: 5px;
    color: var(--cf-text-muted);
    font-size: .74rem;
}

.cf-di-schema-summary[b-t4eq85xtf7] {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    color: var(--cf-text-muted);
    font-size: .8rem;
}

.cf-di-schema-summary strong[b-t4eq85xtf7] {
    color: var(--cf-text);
}

.cf-di-model-status[b-t4eq85xtf7] {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 700;
}

.cf-di-model-status.configured[b-t4eq85xtf7] {
    color: #047857;
    background: #ecfdf5;
}

.cf-di-model-status.not-configured[b-t4eq85xtf7] {
    color: #9a6700;
    background: #fff8e6;
}

.cf-di-model-id[b-t4eq85xtf7] {
    max-width: 250px;
    margin-top: 4px;
    color: var(--cf-text-muted);
    font-size: .74rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cf-di-row-actions[b-t4eq85xtf7] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.cf-di-empty-state[b-t4eq85xtf7] {
    min-height: 260px;
    border: 1px dashed var(--cf-border-strong);
    border-radius: 18px;
    background: #fbfdff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px;
}

.cf-di-empty-state.compact[b-t4eq85xtf7] {
    min-height: 180px;
}

.cf-di-empty-icon[b-t4eq85xtf7] {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: var(--cf-surface-soft);
    color: var(--cf-blue-700);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

@media (max-width: 900px) {
    .cf-di-overview-grid[b-t4eq85xtf7] {
        grid-template-columns: 1fr;
    }

    .cf-di-profile-table-wrap[b-t4eq85xtf7] {
        max-height: none;
    }

    .cf-di-list-actions[b-t4eq85xtf7] {
        width: 100%;
    }

    .cf-di-search-wrap[b-t4eq85xtf7] {
        flex: 1 1 260px;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .cf-di-list-actions[b-t4eq85xtf7] {
        align-items: stretch;
    }

    .cf-di-list-actions .cf-btn-primary[b-t4eq85xtf7] {
        justify-content: center;
        width: 100%;
    }

    .cf-di-search-wrap[b-t4eq85xtf7] {
        width: 100%;
        flex-basis: 100%;
    }
}
/* /Components/Pages/Tenant/DocumentProfileEditor.razor.rz.scp.css */
.cf-di-editor-shell[b-y1esux5488] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
}

.cf-di-editor-toolbar-card[b-y1esux5488] {
    position: sticky;
    top: -1px;
    z-index: 30;
    margin-bottom: 0;
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(10px);
}

    .cf-di-editor-toolbar-card > .card-body[b-y1esux5488] {
        padding: 14px 16px;
    }

.cf-di-editor-toolbar[b-y1esux5488] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.cf-di-editor-summary[b-y1esux5488] {
    flex: 1 1 auto;
}

.cf-di-editor-actions[b-y1esux5488] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

    .cf-di-editor-actions .cf-btn-secondary[b-y1esux5488] {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

.cf-di-editor-tabs[b-y1esux5488] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding-top: 12px;
    border-top: 1px solid var(--cf-border);
}

.cf-di-editor-content[b-y1esux5488] {
    max-height: calc(100vh - 286px);
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    scrollbar-gutter: stable;
}

    .cf-di-editor-content > .card:last-child[b-y1esux5488] {
        margin-bottom: 0 !important;
    }

.cf-di-model-pill[b-y1esux5488] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 26px;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 700;
}

    .cf-di-model-pill .material-symbols-outlined[b-y1esux5488] {
        font-size: 16px;
    }

    .cf-di-model-pill.configured[b-y1esux5488] {
        color: #047857;
        background: #ecfdf5;
    }

    .cf-di-model-pill.not-configured[b-y1esux5488] {
        color: #9a6700;
        background: #fff8e6;
    }

.cf-di-button-icon[b-y1esux5488] {
    font-size: 18px;
}

.cf-di-test-portal[b-y1esux5488] {
    width: min(1420px, 96vw);
    max-height: min(900px, 94vh);
}

.cf-di-test-body[b-y1esux5488] {
    background: #f8fbfe;
}

    .cf-di-test-body > .row:first-of-type[b-y1esux5488] {
        border: 1px solid var(--cf-border);
        border-radius: 16px;
        background: #fff;
        padding: 14px;
        margin-left: 0;
        margin-right: 0;
    }

    .cf-di-test-body .table-responsive[b-y1esux5488] {
        border: 1px solid var(--cf-border);
        border-radius: 14px;
        background: #fff;
        max-height: 520px;
        overflow: auto;
    }

    .cf-di-test-body .table[b-y1esux5488] {
        margin-bottom: 0;
    }

        .cf-di-test-body .table thead th[b-y1esux5488] {
            position: sticky;
            top: 0;
            z-index: 2;
            background: #f8fbfe;
        }

    .cf-di-test-body code[b-y1esux5488] {
        font-size: .74rem;
        word-break: break-all;
    }

.cf-di-test-portal .cf-portal-footer[b-y1esux5488] {
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 980px) {
    .cf-di-editor-toolbar[b-y1esux5488] {
        align-items: flex-start;
        flex-direction: column;
    }

    .cf-di-editor-actions[b-y1esux5488] {
        width: 100%;
        justify-content: flex-start;
    }

    .cf-di-editor-content[b-y1esux5488] {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .cf-di-test-portal[b-y1esux5488] {
        width: 100%;
        max-height: 92vh;
    }
}

@media (max-width: 640px) {
    .cf-di-editor-actions .cf-btn-primary[b-y1esux5488],
    .cf-di-editor-actions .cf-btn-secondary[b-y1esux5488] {
        flex: 1 1 auto;
        justify-content: center;
    }

    .cf-di-editor-tabs > button[b-y1esux5488] {
        flex: 1 1 0;
    }

    .cf-di-test-portal .cf-portal-footer[b-y1esux5488] {
        align-items: stretch;
        flex-direction: column-reverse;
    }
}

.cf-di-document-upload[b-y1esux5488] {
    width: 100%;
}

.cf-di-document-upload-input[b-y1esux5488] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cf-di-document-upload-button[b-y1esux5488] {
    display: flex;
    width: 100%;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid #cfd9e8;
    border-radius: 9px;
    background: #fff;
    color: #111827;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

    .cf-di-document-upload-button:hover[b-y1esux5488] {
        border-color: #aebed3;
        background: #f8fbfe;
    }

    .cf-di-document-upload-button:focus-visible[b-y1esux5488] {
        outline: 0;
        border-color: #8ea7c8;
        box-shadow: 0 0 0 3px rgba(77, 116, 168, .12);
    }

    .cf-di-document-upload-button.disabled[b-y1esux5488] {
        opacity: .6;
        cursor: not-allowed;
        pointer-events: none;
        background: #f8fafc;
    }

.cf-di-document-upload-hint[b-y1esux5488] {
    margin-top: 7px;
    color: var(--bs-secondary-color, #6c757d);
    font-size: .78rem;
    line-height: 1.35;
}

@media (max-width: 640px) {
    .cf-di-document-upload-button[b-y1esux5488] {
        min-height: 42px;
    }
}

.cf-di-test-analyze-label[b-y1esux5488] {
    visibility: hidden;
}

.cf-di-test-analyze-button[b-y1esux5488] {
    width: 100%;
    min-height: 40px;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .cf-di-test-analyze-label[b-y1esux5488] {
        display: none;
    }

    .cf-di-test-analyze-button[b-y1esux5488] {
        margin-top: 2px;
    }
}
/* /Components/Pages/Tenant/WorkflowPeriods.razor.rz.scp.css */
.cf-workflow-definition-card[b-27mqyexefc],
.cf-workflow-filter-card[b-27mqyexefc],
.cf-workflow-table-card[b-27mqyexefc],
.cf-workflow-period-detail[b-27mqyexefc] {
    box-shadow: none;
}

.cf-workflow-definition-card .card-body[b-27mqyexefc] {
    padding: 12px 14px;
}

.cf-workflow-definition-bar[b-27mqyexefc] {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.6fr) auto;
    gap: 14px;
    align-items: end;
}

.cf-workflow-definition-select[b-27mqyexefc] {
    min-width: 0;
}

.cf-workflow-definition-meta[b-27mqyexefc] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding-bottom: 2px;
}

.cf-workflow-meta-chip[b-27mqyexefc] {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border: 1px solid var(--cf-border);
    border-radius: 999px;
    background: #f8fbfe;
    color: var(--cf-text-muted);
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
}

.cf-workflow-definition-actions[b-27mqyexefc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.cf-workflow-filter-card .card-body[b-27mqyexefc] {
    padding: 10px 12px;
}

.cf-workflow-filter-grid[b-27mqyexefc] {
    display: grid;
    grid-template-columns:
        minmax(230px, 1.45fr)
        minmax(150px, 0.8fr)
        minmax(160px, 0.9fr)
        minmax(130px, 0.65fr)
        92px
        auto;
    gap: 10px;
    align-items: end;
}

.cf-workflow-page-size[b-27mqyexefc] {
    min-width: 0;
}

.cf-workflow-table-meta[b-27mqyexefc] {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 2px;
    flex-wrap: wrap;
}

.cf-workflow-bulk-actions[b-27mqyexefc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    flex-wrap: wrap;
}

.cf-workflow-table-card[b-27mqyexefc] {
    overflow: hidden;
    border-radius: var(--cf-radius-xl);
    background: #ffffff;
}

.cf-workflow-table-wrap[b-27mqyexefc] {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    background: #ffffff;
}

.cf-workflow-table[b-27mqyexefc] {
    width: 100%;
    min-width: 1220px;
    table-layout: fixed;
}

.cf-workflow-table thead th[b-27mqyexefc] {
    position: relative;
    vertical-align: middle;
}

.cf-workflow-table tbody td[b-27mqyexefc] {
    vertical-align: middle;
}

.cf-workflow-col-select[b-27mqyexefc] {
    width: 44px;
}

.cf-workflow-col-client[b-27mqyexefc] {
    width: 250px;
}

.cf-workflow-col-cutoff[b-27mqyexefc] {
    width: 105px;
}

.cf-workflow-col-period[b-27mqyexefc] {
    width: 220px;
}

.cf-workflow-col-period-status[b-27mqyexefc] {
    width: 125px;
}

.cf-workflow-col-effective[b-27mqyexefc] {
    width: 135px;
}

.cf-workflow-col-ends[b-27mqyexefc] {
    width: 135px;
}

.cf-workflow-col-active[b-27mqyexefc] {
    width: 90px;
}

.cf-workflow-col-actions[b-27mqyexefc] {
    width: 210px;
}

.cf-workflow-select-cell[b-27mqyexefc] {
    text-align: center;
}

.cf-workflow-select-cell input[type="checkbox"][b-27mqyexefc] {
    width: 16px;
    height: 16px;
    margin: 0;
}

.cf-workflow-client-cell[b-27mqyexefc] {
    min-width: 0;
}

.cf-workflow-client-cell .fw-semibold[b-27mqyexefc] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cf-workflow-client-cell .small[b-27mqyexefc] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cf-workflow-period-cell[b-27mqyexefc] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cf-workflow-period-cell strong[b-27mqyexefc] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.84rem;
    font-weight: 700;
}

.cf-workflow-period-cell small[b-27mqyexefc] {
    color: var(--cf-text-muted);
    font-size: 0.72rem;
}

.cf-workflow-row-actions[b-27mqyexefc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    min-width: 0;
}

.cf-workflow-row-actions .cf-action-icon-btn[b-27mqyexefc] {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}

.cf-workflow-row-actions .material-symbols-outlined[b-27mqyexefc] {
    font-size: 19px;
}

.cf-workflow-small-btn[b-27mqyexefc] {
    min-height: 30px;
    padding: 4px 9px;
    font-size: 0.78rem;
}

.cf-workflow-row-selected > td[b-27mqyexefc] {
    background: rgba(var(--cf-primary-rgb), 0.035);
}

.cf-workflow-period-detail .card-body[b-27mqyexefc] {
    padding: 16px;
}

.cf-workflow-period-table[b-27mqyexefc] {
    min-width: 860px;
}

@media (max-width: 1320px) {
    .cf-workflow-definition-bar[b-27mqyexefc] {
        grid-template-columns: minmax(260px, 1fr) minmax(0, 1.4fr);
    }

    .cf-workflow-definition-actions[b-27mqyexefc] {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .cf-workflow-filter-grid[b-27mqyexefc] {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .cf-workflow-filter-grid .cf-inbox-filter-actions[b-27mqyexefc] {
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .cf-workflow-definition-bar[b-27mqyexefc],
    .cf-workflow-filter-grid[b-27mqyexefc] {
        grid-template-columns: 1fr;
    }

    .cf-workflow-definition-actions[b-27mqyexefc],
    .cf-workflow-bulk-actions[b-27mqyexefc] {
        justify-content: flex-start;
    }

    .cf-workflow-table-meta[b-27mqyexefc] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Shared/InputFormDocumentIntelligencePanel.razor.rz.scp.css */
.cf-di-document-upload[b-vbhs5pkcey] {
    width: 100%;
}

.cf-di-document-upload-input[b-vbhs5pkcey] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cf-di-document-upload-button[b-vbhs5pkcey] {
    display: flex;
    width: 100%;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid #cfd9e8;
    border-radius: 9px;
    background: #fff;
    color: #111827;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

    .cf-di-document-upload-button:hover[b-vbhs5pkcey] {
        border-color: #aebed3;
        background: #f8fbfe;
    }

    .cf-di-document-upload-button:focus-visible[b-vbhs5pkcey] {
        outline: 0;
        border-color: #8ea7c8;
        box-shadow: 0 0 0 3px rgba(77, 116, 168, .12);
    }

    .cf-di-document-upload-button.disabled[b-vbhs5pkcey] {
        opacity: .6;
        cursor: not-allowed;
        pointer-events: none;
        background: #f8fafc;
    }

.cf-di-document-reanalyse-button[b-vbhs5pkcey] {
    width: 100%;
    margin-top: 8px;
    justify-content: center;
}

.cf-di-document-upload-hint[b-vbhs5pkcey] {
    margin-top: 7px;
    color: var(--bs-secondary-color, #6c757d);
    font-size: .78rem;
    line-height: 1.35;
}

@media (max-width: 640px) {
    .cf-di-document-upload-button[b-vbhs5pkcey] {
        min-height: 42px;
    }
}

.cf-di-risk-panel[b-vbhs5pkcey] {
    overflow: hidden;
    border: 1px solid var(--cf-border, #d9e5f2);
    border-radius: 16px;
    background: var(--bs-tertiary-bg, #f8f9fa);
}

.cf-di-risk-toggle[b-vbhs5pkcey] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

    .cf-di-risk-toggle:hover[b-vbhs5pkcey] {
        background: rgba(15, 23, 42, .025);
    }

    .cf-di-risk-toggle:focus-visible[b-vbhs5pkcey] {
        outline: 0;
        box-shadow: inset 0 0 0 2px rgba(77, 116, 168, .2);
    }

.cf-di-risk-toggle-title[b-vbhs5pkcey] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cf-di-risk-toggle-arrow[b-vbhs5pkcey] {
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
}

.cf-di-risk-content[b-vbhs5pkcey] {
    padding: 0 14px 14px;
    border-top: 1px solid var(--cf-border, #d9e5f2);
    padding-top: 12px;
}
/* /Components/Shared/WorkspaceFileField.razor.rz.scp.css */
.cf-workspace-file-field[b-m4q1eng9pg] {
    width: 100%;
}

.cf-workspace-file-list[b-m4q1eng9pg] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cf-workspace-file-item[b-m4q1eng9pg] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 9px 11px;
    border: 1px solid var(--cf-border, #d9e5f2);
    border-radius: 12px;
    background: #ffffff;
}

.cf-workspace-file-icon[b-m4q1eng9pg] {
    width: 44px;
    height: 40px;
    flex: 0 0 44px;
    border-radius: 10px;
    background: #eef4fb;
    color: #31527a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .cf-workspace-file-icon .material-symbols-outlined[b-m4q1eng9pg] {
        font-size: 22px;
    }

.cf-workspace-file-image-link[b-m4q1eng9pg] {
    display: block;
    width: 58px;
    height: 46px;
    flex: 0 0 58px;
}

.cf-workspace-file-image[b-m4q1eng9pg] {
    width: 58px;
    height: 46px;
    object-fit: cover;
    border-radius: 9px;
    border: 1px solid var(--cf-border, #d9e5f2);
    background: #f8fafc;
    display: block;
}

.cf-workspace-file-meta[b-m4q1eng9pg] {
    flex: 1 1 auto;
    min-width: 0;
}

.cf-workspace-file-name[b-m4q1eng9pg] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.84rem;
    font-weight: 650;
    color: #1d2939;
}

.cf-workspace-file-size[b-m4q1eng9pg],
.cf-workspace-file-empty[b-m4q1eng9pg] {
    color: #667085;
    font-size: 0.76rem;
}

.cf-workspace-file-actions[b-m4q1eng9pg] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.cf-workspace-file-action[b-m4q1eng9pg] {
    border: 0;
    background: transparent;
    color: #2456d6;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 650;
    padding: 4px;
}

    .cf-workspace-file-action:hover[b-m4q1eng9pg] {
        text-decoration: underline;
    }

    .cf-workspace-file-action.danger[b-m4q1eng9pg] {
        color: #c92a2a;
    }

.cf-workspace-file-upload[b-m4q1eng9pg] {
    margin-top: 9px;
}

.cf-workspace-file-upload-actions[b-m4q1eng9pg] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cf-workspace-file-native-input[b-m4q1eng9pg] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.cf-workspace-file-upload-button[b-m4q1eng9pg] {
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid var(--cf-border, #d9e5f2);
    border-radius: 10px;
    background: #ffffff;
    color: var(--cf-text, #111827);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
    user-select: none;
}

    .cf-workspace-file-upload-button:hover:not(.disabled)[b-m4q1eng9pg] {
        background: var(--cf-surface-soft, #eef6fb);
        border-color: var(--cf-border-strong, #bfd8f0);
        color: var(--cf-blue-700, #0b5ee8);
    }

    .cf-workspace-file-upload-button:focus-within[b-m4q1eng9pg] {
        box-shadow: 0 0 0 4px rgba(34, 199, 255, 0.14);
    }

    .cf-workspace-file-upload-button.disabled[b-m4q1eng9pg] {
        opacity: 0.55;
        cursor: not-allowed;
    }

    .cf-workspace-file-upload-button .material-symbols-outlined[b-m4q1eng9pg],
    .cf-workspace-camera-button .material-symbols-outlined[b-m4q1eng9pg] {
        font-size: 19px;
    }

.cf-workspace-camera-button[b-m4q1eng9pg] {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid var(--cf-border, #d9e5f2);
    border-radius: 10px;
    background: #ffffff;
    color: var(--cf-text, #111827);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

    .cf-workspace-camera-button:hover:not(:disabled)[b-m4q1eng9pg] {
        background: var(--cf-surface-soft, #eef6fb);
        border-color: var(--cf-border-strong, #bfd8f0);
        color: var(--cf-blue-700, #0b5ee8);
    }

    .cf-workspace-camera-button:disabled[b-m4q1eng9pg] {
        opacity: 0.55;
        cursor: not-allowed;
    }

.cf-workspace-file-upload-hint[b-m4q1eng9pg] {
    margin-top: 6px;
    color: var(--cf-text-muted, #667085);
    font-size: 0.75rem;
    line-height: 1.35;
}

/* Camera portal */

.cf-workspace-camera-backdrop[b-m4q1eng9pg] {
    position: fixed;
    inset: 0;
    z-index: 5200;
    padding: 20px;
    background: rgba(6, 17, 38, 0.66);
    backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-workspace-camera-dialog[b-m4q1eng9pg] {
    width: min(680px, 96vw);
    max-height: 92vh;
    overflow: hidden;
    border: 1px solid var(--cf-border, #d9e5f2);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(7, 21, 47, 0.32);
    display: flex;
    flex-direction: column;
}

.cf-workspace-camera-header[b-m4q1eng9pg] {
    padding: 16px 18px;
    border-bottom: 1px solid var(--cf-border, #d9e5f2);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.cf-workspace-camera-title[b-m4q1eng9pg] {
    color: var(--cf-text, #111827);
    font-size: 1rem;
    font-weight: 750;
}

.cf-workspace-camera-subtitle[b-m4q1eng9pg] {
    margin-top: 3px;
    color: var(--cf-text-muted, #667085);
    font-size: 0.8rem;
}

.cf-workspace-camera-close[b-m4q1eng9pg] {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid var(--cf-border, #d9e5f2);
    border-radius: 999px;
    background: #ffffff;
    color: var(--cf-text, #111827);
    font-size: 1.2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .cf-workspace-camera-close:hover:not(:disabled)[b-m4q1eng9pg] {
        background: var(--cf-surface-soft, #eef6fb);
        border-color: var(--cf-border-strong, #bfd8f0);
    }

.cf-workspace-camera-preview-shell[b-m4q1eng9pg] {
    position: relative;
    min-height: 300px;
    margin: 16px 18px 0;
    border-radius: 16px;
    overflow: hidden;
    background: #08101e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-workspace-camera-preview[b-m4q1eng9pg] {
    width: 100%;
    max-height: min(60vh, 520px);
    object-fit: contain;
    background: #08101e;
    display: block;
}

.cf-workspace-camera-starting[b-m4q1eng9pg] {
    position: absolute;
    inset: 0;
    color: #ffffff;
    background: rgba(8, 16, 30, 0.68);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.86rem;
    font-weight: 650;
}

.cf-workspace-camera-footer[b-m4q1eng9pg] {
    padding: 16px 18px 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
}

    .cf-workspace-camera-footer .cf-btn-primary[b-m4q1eng9pg],
    .cf-workspace-camera-footer .cf-btn-secondary[b-m4q1eng9pg] {
        min-height: 38px;
    }

    .cf-workspace-camera-footer .cf-btn-primary[b-m4q1eng9pg] {
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

.cf-workspace-camera-capture-icon[b-m4q1eng9pg] {
    font-size: 18px;
}

@media (max-width: 640px) {
    .cf-workspace-file-item[b-m4q1eng9pg] {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .cf-workspace-file-actions[b-m4q1eng9pg] {
        width: 100%;
        justify-content: flex-end;
    }

    .cf-workspace-camera-backdrop[b-m4q1eng9pg] {
        padding: 10px;
        align-items: flex-end;
    }

    .cf-workspace-camera-dialog[b-m4q1eng9pg] {
        width: 100%;
        border-radius: 20px;
    }

    .cf-workspace-camera-preview-shell[b-m4q1eng9pg] {
        min-height: 240px;
        margin: 12px 12px 0;
    }

    .cf-workspace-camera-header[b-m4q1eng9pg],
    .cf-workspace-camera-footer[b-m4q1eng9pg] {
        padding-left: 14px;
        padding-right: 14px;
    }

    .cf-workspace-camera-footer[b-m4q1eng9pg] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .cf-workspace-camera-footer .cf-btn-primary[b-m4q1eng9pg],
        .cf-workspace-camera-footer .cf-btn-secondary[b-m4q1eng9pg] {
            width: 100%;
        }
}
/* /Components/Shared/WorkspaceSignatureField.razor.rz.scp.css */
.cf-signature-field[b-58umghfjcj] {
    width: 100%;
}

.cf-signature-existing[b-58umghfjcj] {
    padding: 10px;
    border: 1px solid #d9e5f2;
    border-radius: 10px;
    background: #fff;
}

.cf-signature-preview[b-58umghfjcj] {
    display: block;
    width: 100%;
    max-height: 150px;
    object-fit: contain;
    border: 1px solid #e5edf5;
    border-radius: 8px;
    background: #fff;
}

.cf-signature-existing-actions[b-58umghfjcj],
.cf-signature-toolbar[b-58umghfjcj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.cf-signature-pad-shell[b-58umghfjcj] {
    padding: 10px;
    border: 1px solid #d9e5f2;
    border-radius: 10px;
    background: #fff;
}

.cf-signature-canvas[b-58umghfjcj] {
    display: block;
    width: 100%;
    height: 180px;
    border: 1px dashed #9fb3ca;
    border-radius: 8px;
    background: #fff;
    touch-action: none;
    cursor: crosshair;
}

.cf-signature-saved-label[b-58umghfjcj] {
    padding: 18px 12px;
    border: 1px dashed #c7d5e5;
    border-radius: 8px;
    color: #475467;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 650;
}

.cf-workspace-file-action[b-58umghfjcj] {
    border: 0;
    background: transparent;
    color: #2456d6;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 650;
    padding: 4px;
}

    .cf-workspace-file-action:hover[b-58umghfjcj] {
        text-decoration: underline;
    }

    .cf-workspace-file-action.danger[b-58umghfjcj] {
        color: #c92a2a;
    }

.cf-workspace-file-empty[b-58umghfjcj] {
    color: #667085;
    font-size: 0.76rem;
}
