@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-rimgstnbpv] {
    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-rimgstnbpv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-uc1h1zr1ye],
.components-reconnect-repeated-attempt-visible[b-uc1h1zr1ye],
.components-reconnect-failed-visible[b-uc1h1zr1ye],
.components-pause-visible[b-uc1h1zr1ye],
.components-resume-failed-visible[b-uc1h1zr1ye],
.components-rejoining-animation[b-uc1h1zr1ye] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-uc1h1zr1ye],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-uc1h1zr1ye],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-uc1h1zr1ye],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-uc1h1zr1ye],
#components-reconnect-modal.components-reconnect-retrying[b-uc1h1zr1ye],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-uc1h1zr1ye],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-uc1h1zr1ye],
#components-reconnect-modal.components-reconnect-failed[b-uc1h1zr1ye],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-uc1h1zr1ye] {
    display: block;
}


#components-reconnect-modal[b-uc1h1zr1ye] {
    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-uc1h1zr1ye 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-uc1h1zr1ye 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-uc1h1zr1ye 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-uc1h1zr1ye]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-uc1h1zr1ye 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-uc1h1zr1ye {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-uc1h1zr1ye {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-uc1h1zr1ye {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-uc1h1zr1ye] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-uc1h1zr1ye] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-uc1h1zr1ye] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-uc1h1zr1ye] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-uc1h1zr1ye] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-uc1h1zr1ye] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-uc1h1zr1ye] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-uc1h1zr1ye 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-uc1h1zr1ye] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-uc1h1zr1ye {
    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/DataEntry/UploadControlDashboardPage.razor.rz.scp.css */
.upload-control-surface[b-jy7fortwy0] {
    --upload-control-section-gap: 20px;
    max-width: 1480px;
}

.upload-control-stack[b-jy7fortwy0] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--upload-control-section-gap);
}

.upload-control-heading[b-jy7fortwy0] {
    margin-bottom: 0;
}

.upload-control-filter-bar[b-jy7fortwy0] {
    align-items: end;
    gap: 0.72rem;
    margin: 0;
    padding: 0.82rem;
}

.upload-control-filter-bar label[b-jy7fortwy0] {
    flex: 0 1 auto;
}

.upload-control-filter-bar .report-filter-field--wide[b-jy7fortwy0] {
    --report-filter-field-width: 230px;
    --report-filter-field-min: 190px;
    --report-filter-field-max: 300px;
    flex: 1 1 230px;
}

.upload-control-filter-actions[b-jy7fortwy0] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 0.48rem;
    min-width: max-content;
    margin-left: auto;
}

.upload-control-filter-actions .dashboard-filter-feedback[b-jy7fortwy0] {
    min-height: 28px;
}

.upload-control-gate[b-jy7fortwy0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1rem, 2vw, 1.8rem);
    padding: 1rem 1.1rem;
    border: 1px solid var(--piq-card-border, var(--border));
    border-radius: 16px;
    background: color-mix(in srgb, var(--surface-elevated) 92%, var(--panel-bg));
    box-shadow: var(--piq-card-shadow-soft, 0 14px 34px rgb(15 23 42 / 0.07));
}

.upload-control-gate-ready[b-jy7fortwy0] {
    border-color: color-mix(in srgb, var(--piq-chart-positive, #15803d) 36%, var(--border));
    background: color-mix(in srgb, var(--piq-chart-positive, #15803d) 8%, var(--surface-elevated));
}

.upload-control-gate-provisional[b-jy7fortwy0] {
    border-color: color-mix(in srgb, var(--warning, #f59e0b) 40%, var(--border));
    background: color-mix(in srgb, var(--warning, #f59e0b) 9%, var(--surface-elevated));
}

.upload-control-gate-blocked[b-jy7fortwy0] {
    border-color: color-mix(in srgb, var(--danger, #dc2626) 38%, var(--border));
    background: color-mix(in srgb, var(--danger, #dc2626) 6%, var(--surface-elevated));
}

.upload-control-gate-copy[b-jy7fortwy0] {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.upload-control-gate h2[b-jy7fortwy0],
.upload-control-gate p[b-jy7fortwy0],
.upload-control-gate span[b-jy7fortwy0] {
    margin: 0;
}

.upload-control-gate h2[b-jy7fortwy0] {
    color: var(--nav-text);
    font-size: 1.1rem;
    font-weight: 820;
}

.upload-control-gate p[b-jy7fortwy0] {
    color: var(--text);
    font-size: 0.98rem;
    font-weight: 680;
    line-height: 1.35;
}

.upload-control-gate span[b-jy7fortwy0] {
    display: block;
    color: var(--text-muted);
    font-size: 0.86rem;
    line-height: 1.35;
}

.upload-control-gate-status[b-jy7fortwy0] {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    min-width: 124px;
}

.upload-control-gate-status span[b-jy7fortwy0] {
    margin: 0;
    white-space: nowrap;
}

.upload-control-kpi-grid[b-jy7fortwy0] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--dashboard-gap, 0.8rem);
}

.dashboard-final-mode .upload-control-kpi-grid .dashboard-final-kpi .forecast-stat-value.is-compact[b-jy7fortwy0] {
    font-size: clamp(10px, 0.84vw, 13px);
    line-height: 1.1;
}

.upload-control-workspace[b-jy7fortwy0] {
    display: grid;
    gap: var(--upload-control-section-gap);
    min-height: 0;
}

.upload-control-main[b-jy7fortwy0] {
    display: grid;
    gap: var(--upload-control-section-gap);
    min-width: 0;
}

.upload-control-grid-card[b-jy7fortwy0] {
    gap: 0.72rem;
    min-width: 0;
}

.upload-control-grid-card .dashboard-report-heading h2[b-jy7fortwy0] {
    font-size: 1rem;
}

.upload-control-section-stack[b-jy7fortwy0] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.72rem;
}

.upload-control-section-stack > .section-heading[b-jy7fortwy0],
.upload-control-section-stack > .filter-row[b-jy7fortwy0],
.upload-control-section-stack > .grid-container[b-jy7fortwy0],
.upload-control-section-stack > .dashboard-chart-empty[b-jy7fortwy0] {
    width: 100%;
}

.upload-control-section-stack > .section-heading[b-jy7fortwy0] {
    display: block;
}

.upload-control-table-scroll[b-jy7fortwy0] {
    max-height: none;
}

.upload-control-table[b-jy7fortwy0] {
    --report-grid-cell-inline-padding: 9px;
    min-width: max-content;
}

.upload-control-table th[b-jy7fortwy0],
.upload-control-table td[b-jy7fortwy0] {
    font-size: clamp(11px, 0.76vw, 12.5px);
}

.upload-control-table thead th[b-jy7fortwy0] {
    min-height: 34px;
    text-align: left;
    white-space: nowrap;
}

.upload-control-table tbody tr:hover td[b-jy7fortwy0],
.upload-control-table tbody tr:hover th[b-jy7fortwy0] {
    background: color-mix(in srgb, var(--accent) 5%, var(--panel-bg));
}

.upload-control-table .status-badge[b-jy7fortwy0] {
    min-width: 76px;
    justify-content: center;
    white-space: nowrap;
}

.upload-control-matrix-table .business-unit-column[b-jy7fortwy0] {
    min-width: 208px;
    max-width: 244px;
}

.upload-control-matrix-table th:nth-child(2)[b-jy7fortwy0],
.upload-control-matrix-table th:nth-child(3)[b-jy7fortwy0],
.upload-control-matrix-table th:nth-child(4)[b-jy7fortwy0],
.upload-control-matrix-table td:nth-child(2)[b-jy7fortwy0],
.upload-control-matrix-table td:nth-child(3)[b-jy7fortwy0],
.upload-control-matrix-table td:nth-child(4)[b-jy7fortwy0] {
    min-width: 144px;
}

.upload-control-matrix-table th:nth-child(5)[b-jy7fortwy0],
.upload-control-matrix-table td:nth-child(5)[b-jy7fortwy0] {
    min-width: 92px;
}

.upload-control-matrix-table th:nth-child(6)[b-jy7fortwy0],
.upload-control-matrix-table td:nth-child(6)[b-jy7fortwy0] {
    min-width: 118px;
}

.upload-control-matrix-table th:nth-child(7)[b-jy7fortwy0],
.upload-control-matrix-table td:nth-child(7)[b-jy7fortwy0] {
    min-width: 222px;
}

.upload-control-matrix-table th:nth-child(8)[b-jy7fortwy0],
.upload-control-matrix-table td:nth-child(8)[b-jy7fortwy0] {
    min-width: 132px;
}

.upload-control-issues-card .upload-control-table[b-jy7fortwy0] {
    min-width: max-content;
}

.upload-control-issues-table th:nth-child(1)[b-jy7fortwy0],
.upload-control-issues-table td:nth-child(1)[b-jy7fortwy0] {
    min-width: 112px;
}

.upload-control-issues-table th:nth-child(2)[b-jy7fortwy0],
.upload-control-issues-table td:nth-child(2)[b-jy7fortwy0] {
    min-width: 150px;
}

.upload-control-issues-table th:nth-child(3)[b-jy7fortwy0],
.upload-control-issues-table td:nth-child(3)[b-jy7fortwy0] {
    min-width: 130px;
}

.upload-control-issues-table th:nth-child(4)[b-jy7fortwy0],
.upload-control-issues-table td:nth-child(4)[b-jy7fortwy0] {
    min-width: 116px;
}

.upload-control-issues-table th:nth-child(5)[b-jy7fortwy0],
.upload-control-issues-table td:nth-child(5)[b-jy7fortwy0] {
    min-width: 104px;
}

.upload-control-issues-table th:nth-child(6)[b-jy7fortwy0],
.upload-control-issues-table td:nth-child(6)[b-jy7fortwy0] {
    min-width: 210px;
}

.upload-control-issues-table th:nth-child(7)[b-jy7fortwy0],
.upload-control-issues-table td:nth-child(7)[b-jy7fortwy0] {
    min-width: 420px;
}

.upload-control-issues-table th:nth-child(8)[b-jy7fortwy0],
.upload-control-issues-table td:nth-child(8)[b-jy7fortwy0] {
    min-width: 220px;
}

.upload-control-history-card .upload-control-table[b-jy7fortwy0] {
    min-width: max-content;
}

.upload-control-history-table th[b-jy7fortwy0],
.upload-control-history-table td[b-jy7fortwy0] {
    min-width: 112px;
}

.upload-control-history-table th:nth-child(5)[b-jy7fortwy0],
.upload-control-history-table td:nth-child(5)[b-jy7fortwy0] {
    min-width: 260px;
}

.upload-control-history-table th:nth-child(7)[b-jy7fortwy0],
.upload-control-history-table td:nth-child(7)[b-jy7fortwy0],
.upload-control-history-table th:nth-child(8)[b-jy7fortwy0],
.upload-control-history-table td:nth-child(8)[b-jy7fortwy0],
.upload-control-history-table th:nth-child(9)[b-jy7fortwy0],
.upload-control-history-table td:nth-child(9)[b-jy7fortwy0],
.upload-control-history-table th:nth-child(10)[b-jy7fortwy0],
.upload-control-history-table td:nth-child(10)[b-jy7fortwy0] {
    min-width: 170px;
}

.upload-control-issue-text[b-jy7fortwy0] {
    min-width: 320px;
    max-width: 520px;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.35;
}

.upload-control-file-name[b-jy7fortwy0] {
    min-width: 220px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.maintenance-grid-toolbar.filter-bar.upload-control-issue-filters[b-jy7fortwy0] {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: flex-start;
    gap: 0.75rem 1rem;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 0.72rem;
    overflow: visible;
    border: 1px solid color-mix(in srgb, var(--border) 62%, transparent);
    border-radius: 12px;
    background: color-mix(in srgb, var(--surface-elevated) 84%, var(--panel-bg));
}

.upload-control-issue-filters .readiness-exception-filter[b-jy7fortwy0] {
    min-width: 0;
}

.upload-control-issue-filters .readiness-exception-filter--severity[b-jy7fortwy0] {
    flex: 0 0 150px;
    max-width: 160px;
}

.upload-control-issue-filters .readiness-exception-filter--business-unit[b-jy7fortwy0] {
    flex: 0 0 260px;
    max-width: 280px;
}

.upload-control-issue-filters .readiness-exception-filter--data-type[b-jy7fortwy0] {
    flex: 0 0 170px;
    max-width: 190px;
}

.upload-control-issue-filters .readiness-exception-filter--issue-type[b-jy7fortwy0] {
    flex: 0 0 360px;
    max-width: 420px;
}

.upload-control-issue-filters select[b-jy7fortwy0] {
    min-width: 0;
    max-width: 100%;
}

.upload-control-error[b-jy7fortwy0] {
    border-color: color-mix(in srgb, var(--danger, #dc2626) 32%, var(--border));
    color: color-mix(in srgb, var(--danger, #dc2626) 82%, var(--text));
}

@media (max-width: 900px) {
    .upload-control-filter-actions[b-jy7fortwy0] {
        width: 100%;
        justify-content: flex-start;
        margin-left: 0;
    }

    .upload-control-gate[b-jy7fortwy0] {
        align-items: flex-start;
        flex-direction: column;
    }

    .upload-control-gate-status[b-jy7fortwy0] {
        justify-items: start;
    }

    .upload-control-kpi-grid[b-jy7fortwy0] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .upload-control-issue-filters .readiness-exception-filter--severity[b-jy7fortwy0] {
        flex-basis: 150px;
    }

    .upload-control-issue-filters .readiness-exception-filter--business-unit[b-jy7fortwy0] {
        flex-basis: 260px;
    }

    .upload-control-issue-filters .readiness-exception-filter--data-type[b-jy7fortwy0] {
        flex-basis: 170px;
    }

    .upload-control-issue-filters .readiness-exception-filter--issue-type[b-jy7fortwy0] {
        flex-basis: min(360px, 100%);
    }
}

@media (max-width: 640px) {
    .upload-control-kpi-grid[b-jy7fortwy0] {
        grid-template-columns: 1fr;
    }

    .upload-control-issue-filters .readiness-exception-filter[b-jy7fortwy0] {
        flex: 1 1 100%;
    }
}
