/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wf1yf1ehbu],
.components-reconnect-repeated-attempt-visible[b-wf1yf1ehbu],
.components-reconnect-failed-visible[b-wf1yf1ehbu],
.components-pause-visible[b-wf1yf1ehbu],
.components-resume-failed-visible[b-wf1yf1ehbu],
.components-rejoining-animation[b-wf1yf1ehbu] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-wf1yf1ehbu {
    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/MachineIntake/IntakeReviewStep.razor.rz.scp.css */
.intake-review-split[b-seykh9nyer] { display: flex; gap: 16px; align-items: flex-start; }
.intake-review-left[b-seykh9nyer] { flex: 1 1 55%; min-width: 0; }
.intake-review-right[b-seykh9nyer] { flex: 1 1 45%; position: sticky; top: 8px; max-height: 90vh; overflow-y: auto; }

.intake-review-locate[b-seykh9nyer] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    cursor: pointer;
    user-select: none;
}

.intake-review-locate:hover[b-seykh9nyer] {
    background-color: var(--mud-palette-action-default-hover);
    color: var(--mud-palette-primary);
}

@media (max-width: 1100px) {
    .intake-review-split[b-seykh9nyer] { flex-direction: column; }
    .intake-review-right[b-seykh9nyer] { position: static; max-height: none; width: 100%; }
}
/* /Components/Pages/MachineIntake/PdfPageViewer.razor.rz.scp.css */
.pdf-page-container[b-fs91jg4u7h] { box-shadow: 0 1px 4px rgba(0,0,0,.25); margin: 0 auto 12px; }
.pdf-item-anchor[b-fs91jg4u7h]        { border: 1px dashed rgba(59,130,246,.35); cursor: pointer; }
.pdf-item-anchor:hover[b-fs91jg4u7h]  { border-color: rgba(59,130,246,.8); background: rgba(59,130,246,.10); }
.pdf-item-anchor.active[b-fs91jg4u7h] { border: 2px solid rgba(59,130,246,.8); background: rgba(59,130,246,.25); }
/* /Components/Quotes/QuoteGroupTable.razor.rz.scp.css */
/* MudTable renders its commit (apply) button in a cell whose data-label is a
   non-breaking space. We hide it — commits happen on row switch and via the
   outside-click JS in quote-editor.js, which clicks this button
   programmatically. Coupled to MudBlazor's internal markup:
   MudBlazor-upgrade-fragile. */
[data-edit-scope][b-fmuh49w9bq]  td[data-label="\00a0"] button {
    display: none;
}
/* /Components/Quotes/QuoteTree.razor.rz.scp.css */
.quote-tree-table[b-xcf276qc4c] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.quote-tree-table thead th[b-xcf276qc4c] {
    text-align: left;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
}

.quote-tree-table tbody td[b-xcf276qc4c],
.quote-tree-table tfoot td[b-xcf276qc4c] {
    padding: 0.4rem 0.75rem;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    vertical-align: middle;
}

.qt-num[b-xcf276qc4c] {
    text-align: right;
    white-space: nowrap;
}

.qt-tabular[b-xcf276qc4c] {
    font-variant-numeric: tabular-nums;
}

.qt-actions[b-xcf276qc4c] {
    text-align: right;
    width: 1%;
    white-space: nowrap;
}

.qt-name[b-xcf276qc4c] {
    white-space: nowrap;
}

.qt-indent[b-xcf276qc4c] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    /* Guide rail: a subtle vertical line to the left of nested content. */
    border-left: none;
}

.qt-level-0[b-xcf276qc4c] {
    font-weight: 600;
}

.qt-level-1 .qt-label[b-xcf276qc4c] {
    font-weight: 500;
}

.qt-leaf td[b-xcf276qc4c] {
    background: var(--mud-palette-background-grey);
}

.qt-glyph[b-xcf276qc4c] {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0.05rem 0.3rem;
    border-radius: 0.25rem;
    color: var(--mud-palette-text-secondary);
    background: var(--mud-palette-action-default-hover);
}

.qt-glyph-0[b-xcf276qc4c] { color: var(--mud-palette-primary); }
.qt-glyph-1[b-xcf276qc4c] { color: var(--mud-palette-secondary); }
.qt-glyph-2[b-xcf276qc4c] { color: var(--mud-palette-text-secondary); }

.qt-foot td[b-xcf276qc4c] {
    border-bottom: none;
    border-top: 2px solid var(--mud-palette-lines-default);
    padding-top: 0.6rem;
}
