/* /Components/Features/Dossier/Tabs/DossierDocumentsTab.razor.rz.scp.css */
.doc-row[b-boujb8ksgc] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--rz-base-300);
    border-radius: 0.5rem;
}

.doc-row__info[b-boujb8ksgc] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1 1 auto;
    min-width: 0;
}

.doc-row__actions[b-boujb8ksgc] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex: 0 0 auto;
}

.doc-row--hds[b-boujb8ksgc] {
    border-color: var(--rz-danger);
    background: var(--rz-danger-lighter);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-dfsupuyb41] {
    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-dfsupuyb41] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7aujghm9x9],
.components-reconnect-repeated-attempt-visible[b-7aujghm9x9],
.components-reconnect-failed-visible[b-7aujghm9x9],
.components-pause-visible[b-7aujghm9x9],
.components-resume-failed-visible[b-7aujghm9x9],
.components-rejoining-animation[b-7aujghm9x9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7aujghm9x9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7aujghm9x9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7aujghm9x9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7aujghm9x9],
#components-reconnect-modal.components-reconnect-retrying[b-7aujghm9x9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7aujghm9x9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7aujghm9x9],
#components-reconnect-modal.components-reconnect-failed[b-7aujghm9x9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7aujghm9x9] {
    display: block;
}


#components-reconnect-modal[b-7aujghm9x9] {
    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-7aujghm9x9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7aujghm9x9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7aujghm9x9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7aujghm9x9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7aujghm9x9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7aujghm9x9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7aujghm9x9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7aujghm9x9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7aujghm9x9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7aujghm9x9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7aujghm9x9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7aujghm9x9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7aujghm9x9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7aujghm9x9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7aujghm9x9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7aujghm9x9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7aujghm9x9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7aujghm9x9 {
    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/Shared/Navigation/StaticNavBar.razor.rz.scp.css */
.static-navbar[b-ltlsrbr1w2] {
    display: flex;
    gap: 0.5rem;
    /* Baseline as an inset shadow (no layout impact) so horizontal scroll never triggers a vertical one. */
    box-shadow: inset 0 -1px 0 var(--rz-base-300);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.static-navbar-left[b-ltlsrbr1w2] {
    justify-content: flex-start;
}

.static-navbar-center[b-ltlsrbr1w2] {
    justify-content: center;
}

.static-navbar-right[b-ltlsrbr1w2] {
    justify-content: flex-end;
}

/* ::deep — the anchors are rendered by NavLink, so they don't carry this component's scope. */
.static-navbar[b-ltlsrbr1w2]  .static-navbar-item {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    color: var(--rz-text-color);
    opacity: 0.65;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
}

.static-navbar[b-ltlsrbr1w2]  .static-navbar-item:hover {
    color: var(--rz-primary);
    opacity: 1;
}

.static-navbar[b-ltlsrbr1w2]  .static-navbar-item.active {
    color: var(--rz-primary);
    opacity: 1;
    border-bottom-color: var(--rz-primary);
    font-weight: 600;
}
/* /Components/Shared/Ui/Stepper/Stepper.razor.rz.scp.css */
.stepper[b-286ywfmivd] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.stepper-header[b-286ywfmivd] {
    display: flex;
    align-items: flex-start;
}

/* Horizontal rail: keep its natural height (don't shrink / scroll vertically inside a constrained
   flex parent); scroll horizontally only when the steps don't fit. */
.stepper:not(.stepper-vertical) .stepper-header[b-286ywfmivd] {
    flex-shrink: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.stepper-step[b-286ywfmivd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    min-width: 4.5rem;
}

.stepper-step-clickable[b-286ywfmivd] {
    cursor: pointer;
}

.stepper-step-clickable:hover .stepper-step-label[b-286ywfmivd] {
    color: var(--stepper-accent);
}

.stepper-step-circle[b-286ywfmivd] {
    width: var(--stepper-circle);
    height: var(--stepper-circle);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: var(--stepper-number);
    background: var(--rz-base-200);
    color: var(--rz-text-tertiary-color);
    transition: background 0.15s ease, color 0.15s ease;
}

.stepper-step-circle[b-286ywfmivd]  .rzi {
    color: inherit;
    font-size: var(--stepper-icon);
}

.stepper-step.done .stepper-step-circle[b-286ywfmivd] {
    background: var(--stepper-accent);
    color: var(--rz-text-contrast-color);
}

.stepper-step.active .stepper-step-circle[b-286ywfmivd] {
    background: var(--stepper-accent);
    color: var(--rz-text-contrast-color);
}

.stepper-step-label[b-286ywfmivd] {
    font-size: var(--stepper-label);
    text-align: center;
    color: var(--rz-text-tertiary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Reserve the bold width up-front so activating a step (which bolds its label) never shifts layout. */
.stepper-step-label[b-286ywfmivd]::after {
    content: attr(data-text);
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-weight: 700;
    pointer-events: none;
}

.stepper-step.done .stepper-step-label[b-286ywfmivd] {
    color: var(--rz-text-secondary-color);
}

.stepper-step.active .stepper-step-label[b-286ywfmivd] {
    color: var(--stepper-accent);
    font-weight: 700;
}

.stepper-step-line[b-286ywfmivd] {
    flex: 1;
    min-width: 1rem;
    height: 2px;
    margin-top: calc(var(--stepper-circle) / 2);
    background: var(--rz-base-300);
}

.stepper-step-line.done[b-286ywfmivd] {
    background: var(--stepper-accent);
}

/* Vertical layout: rail of stacked steps, content beside it. */
.stepper.stepper-vertical[b-286ywfmivd] {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
}

.stepper.stepper-vertical .stepper-header[b-286ywfmivd] {
    flex-direction: column;
    align-items: flex-start;
}

.stepper.stepper-vertical .stepper-step[b-286ywfmivd] {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.stepper.stepper-vertical .stepper-step-label[b-286ywfmivd] {
    align-items: flex-start;
    text-align: left;
}

.stepper.stepper-vertical .stepper-step-line[b-286ywfmivd] {
    flex: 0 0 auto;
    width: 2px;
    height: 1.5rem;
    min-width: 0;
    margin: 0 0 0 calc(var(--stepper-circle) / 2 - 1px);
}

.stepper.stepper-vertical .stepper-body[b-286ywfmivd] {
    flex: 1;
    min-width: 0;
}
