/* /Components/Invoice/ClientNameAutocomplete.razor.rz.scp.css */
.client-autocomplete .client-suggestions[b-y38p43krs4] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    max-height: 240px;
    overflow-y: auto;
}
/* /Components/Invoice/InvoicePreview.razor.rz.scp.css */
.invoice-preview[b-250woqf8t0] {
    border: none;
    background: #fff;
}

.invoice-preview .invoice-title[b-250woqf8t0] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1b6ec2;
    letter-spacing: 0.05em;
}

.invoice-preview .invoice-logo[b-250woqf8t0] {
    max-height: 80px;
    max-width: 200px;
    object-fit: contain;
}

.invoice-preview .business-name[b-250woqf8t0] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #212529;
}

.invoice-preview .section-label[b-250woqf8t0] {
    letter-spacing: 0.08em;
    font-weight: 600;
}

.invoice-preview .invoice-table thead th[b-250woqf8t0] {
    background-color: #1b6ec2;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
}

.invoice-preview .invoice-table tbody td[b-250woqf8t0] {
    vertical-align: middle;
    border-color: #e9ecef;
}

.invoice-preview .invoice-totals[b-250woqf8t0] {
    max-width: 320px;
    margin-left: auto;
}

.invoice-preview .totals-row[b-250woqf8t0] {
    padding: 0.35rem 0;
}

.invoice-preview .total-line[b-250woqf8t0] {
    border-top: 2px solid #dee2e6;
    padding-top: 0.75rem;
    margin-top: 0.25rem;
    font-size: 1.1rem;
}

.invoice-preview .balance-due[b-250woqf8t0] {
    color: #1b6ec2;
    font-size: 1.15rem;
    padding-top: 0.5rem;
}

@media print {
    .invoice-preview[b-250woqf8t0] {
        box-shadow: none !important;
        border: none !important;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j1c1limkbk] { display: contents; }
.content[b-j1c1limkbk] { padding: 0; }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rehhx135a0],
.components-reconnect-repeated-attempt-visible[b-rehhx135a0],
.components-reconnect-failed-visible[b-rehhx135a0],
.components-pause-visible[b-rehhx135a0],
.components-resume-failed-visible[b-rehhx135a0],
.components-rejoining-animation[b-rehhx135a0] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-rehhx135a0 {
    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/ExpensesPage.razor.rz.scp.css */
.expense-tax-breakdown[b-gbvxpif041] {
    background: #fff9e8;
    border-color: #f3c75f !important;
}
/* /Components/Pages/Onboarding.razor.rz.scp.css */
.setup-shell[b-zpojvwa24k] {
    --setup-primary: #0068D6;
    --setup-primary-hover: #0057B8;
    --setup-bg: #F6F8FB;
    --setup-panel: #FFFFFF;
    --setup-border: #E2E8F0;
    --setup-muted: #64748B;
    --setup-text: #0F172A;
    min-height: 100vh;
    padding: 44px 20px 36px;
    background: var(--setup-bg);
    color: var(--setup-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.setup-header[b-zpojvwa24k] {
    text-align: center;
}

.setup-header h1[b-zpojvwa24k] {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -.035em;
}

.setup-header p[b-zpojvwa24k] {
    margin: 8px 0 0;
    color: var(--setup-muted);
    font-size: 1.05rem;
}

.setup-loading[b-zpojvwa24k] {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--setup-muted);
}

.setup-progress[b-zpojvwa24k] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 34px auto 30px;
}

.setup-progress__item[b-zpojvwa24k] {
    display: flex;
    align-items: center;
}

.setup-progress__dot[b-zpojvwa24k] {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    background: #E2E8F0;
    color: var(--setup-muted);
    font-size: 1.15rem;
    display: grid;
    place-items: center;
    transition: transform .15s ease, background .15s ease;
}

.setup-progress__dot.is-active[b-zpojvwa24k] {
    background: var(--setup-primary);
    color: #fff;
}

.setup-progress__dot.is-complete[b-zpojvwa24k] {
    background: #DBEAFE;
    color: var(--setup-primary);
    cursor: pointer;
}

.setup-progress__dot.is-complete:hover[b-zpojvwa24k] {
    transform: translateY(-2px);
}

.setup-progress__line[b-zpojvwa24k] {
    display: block;
    width: clamp(24px, 5vw, 42px);
    height: 2px;
    margin: 0 7px;
    background: #CBD5E1;
}

.setup-progress__line.is-complete[b-zpojvwa24k] {
    background: var(--setup-primary);
}

.setup-check[b-zpojvwa24k] {
    font-size: 1.2rem;
}

.setup-card[b-zpojvwa24k] {
    width: min(100%, 512px);
    min-height: 390px;
    margin: 0 auto;
    padding: 26px 24px 24px;
    border: 1px solid var(--setup-border);
    border-radius: 13px;
    background: var(--setup-panel);
    box-shadow: 0 1px 3px rgba(15, 23, 42, .06), 0 4px 16px rgba(15, 23, 42, .04);
}

.setup-card__heading[b-zpojvwa24k] {
    margin-bottom: 24px;
}

.setup-card__heading h2[b-zpojvwa24k] {
    margin: 0 0 3px;
    font-size: 1.15rem;
    font-weight: 750;
}

.setup-card__heading p[b-zpojvwa24k] {
    margin: 0;
    color: var(--setup-muted);
    line-height: 1.45;
}

.setup-error[b-zpojvwa24k] {
    padding: 10px 12px;
    margin-bottom: 16px;
    border: 1px solid #FECACA;
    border-radius: 8px;
    background: #FEF2F2;
    color: #B91C1C;
    font-size: .9rem;
}

.setup-fields[b-zpojvwa24k] {
    display: grid;
    gap: 20px;
}

.setup-field[b-zpojvwa24k] {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.setup-field label[b-zpojvwa24k] {
    color: var(--setup-text);
    font-size: .9rem;
    font-weight: 650;
}

.setup-input[b-zpojvwa24k] {
    width: 100%;
    height: 41px;
    padding: 8px 12px;
    border: 1px solid var(--setup-border);
    border-radius: 8px;
    outline: none;
    background: #fff;
    color: var(--setup-text);
    font: inherit;
    font-size: .94rem;
}

.setup-input:focus[b-zpojvwa24k] {
    border-color: var(--setup-primary);
    box-shadow: 0 0 0 3px rgba(0, 104, 214, .12);
}

.setup-input:disabled[b-zpojvwa24k] {
    opacity: 1;
    color: var(--setup-muted);
    background: #F8FAFC;
}

.setup-input option[b-zpojvwa24k] {
    color: var(--setup-text);
    background: #fff;
}

.setup-row[b-zpojvwa24k] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.setup-context[b-zpojvwa24k] {
    padding: 12px;
    border-radius: 8px;
    background: #EFF6FF;
    color: var(--setup-muted);
    font-size: .9rem;
}

.setup-context strong[b-zpojvwa24k] {
    color: var(--setup-text);
}

.setup-logo-row[b-zpojvwa24k] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.setup-logo-row > div[b-zpojvwa24k] {
    display: grid;
    gap: 3px;
    color: var(--setup-muted);
    font-size: .9rem;
}

.setup-logo-row strong[b-zpojvwa24k] {
    color: var(--setup-muted);
    font-weight: 500;
}

.setup-upload[b-zpojvwa24k] {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 2px dashed #CBD5E1;
    border-radius: 12px;
    color: var(--setup-muted);
    cursor: pointer;
}

.setup-upload:hover[b-zpojvwa24k] {
    border-color: var(--setup-primary);
}

.setup-upload.has-logo[b-zpojvwa24k] {
    border-style: solid;
    background: #fff;
}

.setup-upload img[b-zpojvwa24k] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.setup-upload__icon[b-zpojvwa24k] {
    font-size: 2rem;
}

.setup-text-button[b-zpojvwa24k] {
    width: max-content;
    padding: 3px 0;
    border: 0;
    background: transparent;
    color: var(--setup-primary);
    font-size: .82rem;
}

.setup-help[b-zpojvwa24k] {
    color: var(--setup-muted);
    font-size: .8rem;
}

.setup-type-grid[b-zpojvwa24k] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.setup-type[b-zpojvwa24k] {
    min-height: 96px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 9px;
    border: 1px solid var(--setup-border);
    border-radius: 10px;
    background: #fff;
    color: var(--setup-muted);
}

.setup-type span[b-zpojvwa24k] {
    color: var(--setup-primary);
    font-size: 1.45rem;
}

.setup-type strong[b-zpojvwa24k] {
    font-size: .88rem;
}

.setup-type:hover[b-zpojvwa24k],
.setup-type.is-selected[b-zpojvwa24k] {
    border-color: var(--setup-primary);
    color: var(--setup-text);
}

.setup-type.is-selected[b-zpojvwa24k] {
    background: #EFF6FF;
    box-shadow: inset 0 0 0 1px var(--setup-primary);
}

.setup-type.is-selected span[b-zpojvwa24k] {
    color: var(--setup-primary);
}

.setup-actions[b-zpojvwa24k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.setup-button[b-zpojvwa24k] {
    min-height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 9px 20px;
    border-radius: 8px;
    font-weight: 650;
}

.setup-button--back[b-zpojvwa24k] {
    border: 1px solid var(--setup-border);
    background: #fff;
    color: var(--setup-text);
}

.setup-button--next[b-zpojvwa24k] {
    min-width: 96px;
    border: 1px solid var(--setup-primary);
    background: var(--setup-primary);
    color: #fff;
}

.setup-button--next:hover[b-zpojvwa24k] {
    border-color: var(--setup-primary-hover);
    background: var(--setup-primary-hover);
}

.setup-button--back:hover[b-zpojvwa24k] {
    border-color: #CBD5E1;
    background: #F8FAFC;
}

.setup-button:disabled[b-zpojvwa24k] {
    opacity: .65;
}

.setup-logout[b-zpojvwa24k] {
    margin: 22px auto 0;
    text-align: center;
}

.setup-logout[b-zpojvwa24k]  .btn {
    border: 0;
    color: var(--setup-muted);
    background: transparent;
}

@media (max-width: 560px) {
    .setup-shell[b-zpojvwa24k] {
        padding: 28px 14px;
    }

    .setup-progress[b-zpojvwa24k] {
        margin: 28px auto 22px;
    }

    .setup-progress__dot[b-zpojvwa24k] {
        width: 37px;
        height: 37px;
        border-radius: 10px;
    }

    .setup-progress__line[b-zpojvwa24k] {
        width: 13px;
        margin: 0 3px;
    }

    .setup-card[b-zpojvwa24k] {
        padding: 22px 18px;
    }

    .setup-row[b-zpojvwa24k] {
        grid-template-columns: 1fr;
    }

    .setup-type-grid[b-zpojvwa24k] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/UI/ExpenseLifecycleFlow.razor.rz.scp.css */
.expense-lifecycle[b-5d1fytc07m] {
    margin: .25rem 0 .5rem;
    padding: 1rem;
    border: 1px solid #d9e7ff;
    border-radius: .75rem;
    background: #f8fbff;
}

.expense-lifecycle__title[b-5d1fytc07m] {
    margin: 0 0 .75rem;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.expense-lifecycle__scroller[b-5d1fytc07m] { overflow-x: auto; scrollbar-width: thin; }

.expense-lifecycle__canvas[b-5d1fytc07m] {
    position: relative;
    width: 1000px;
    min-width: 1000px;
    height: 300px;
    margin: 0 auto;
}

.expense-lifecycle__connectors[b-5d1fytc07m] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    color: #60a5fa;
}

.expense-lifecycle__connectors path[b-5d1fytc07m] {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-dasharray: 8 8;
    marker-end: url(#expense-lifecycle-arrow);
}

.expense-lifecycle__connectors marker path[b-5d1fytc07m] { fill: currentColor; stroke: none; }

.expense-lifecycle__node[b-5d1fytc07m] {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 70px;
    padding: .75rem;
    border: 2px solid #60a5fa;
    border-radius: .65rem;
    background: #fff;
    color: #475569;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.expense-lifecycle__node svg[b-5d1fytc07m],
.expense-lifecycle__mobile-step svg[b-5d1fytc07m] {
    width: 1.8rem;
    height: 1.8rem;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.expense-lifecycle__node span[b-5d1fytc07m] { color: #475569; }
.expense-lifecycle__node--incurred[b-5d1fytc07m] { left: 20px; top: 115px; width: 170px; color: #2563eb; }
.expense-lifecycle__node--recorded[b-5d1fytc07m] { left: 235px; top: 115px; width: 170px; color: #2563eb; }
.expense-lifecycle__node--billable[b-5d1fytc07m] { left: 465px; top: 35px; width: 160px; color: #16a34a; }
.expense-lifecycle__node--invoice[b-5d1fytc07m] { left: 660px; top: 35px; width: 190px; color: #2563eb; }
.expense-lifecycle__node--reimbursed[b-5d1fytc07m] { left: 870px; top: 35px; width: 130px; color: #16a34a; }
.expense-lifecycle__node--nonbillable[b-5d1fytc07m] { left: 465px; top: 200px; width: 170px; color: #dc2626; }

.expense-lifecycle__mobile[b-5d1fytc07m] { display: none; margin: 0; padding: 0; list-style: none; }

@media (max-width: 767.98px) {
    .expense-lifecycle[b-5d1fytc07m] { padding: .85rem; }
    .expense-lifecycle__scroller[b-5d1fytc07m] { display: none; }
    .expense-lifecycle__mobile[b-5d1fytc07m] { display: grid; gap: 1.75rem; }

    .expense-lifecycle__mobile-step[b-5d1fytc07m] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .45rem;
        min-height: 54px;
        padding: .55rem;
        border: 1.5px solid #60a5fa;
        border-radius: .55rem;
        background: #fff;
        color: #475569;
        font-size: .7rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
    }

    .expense-lifecycle__mobile-step[b-5d1fytc07m]::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -1.2rem;
        height: 1rem;
        border-left: 2px dashed #60a5fa;
    }

    .expense-lifecycle__mobile-step--incurred[b-5d1fytc07m],
    .expense-lifecycle__mobile-step--recorded[b-5d1fytc07m],
    .expense-lifecycle__mobile-step--invoice[b-5d1fytc07m] { color: #2563eb; }
    .expense-lifecycle__mobile-step--billable[b-5d1fytc07m],
    .expense-lifecycle__mobile-step--reimbursed[b-5d1fytc07m] { color: #16a34a; }
    .expense-lifecycle__mobile-step--nonbillable[b-5d1fytc07m] { align-self: start; color: #dc2626; }
    .expense-lifecycle__mobile-step--invoice[b-5d1fytc07m],
    .expense-lifecycle__mobile-step--reimbursed[b-5d1fytc07m] { margin-top: 1.75rem; }
    .expense-lifecycle__mobile-step--reimbursed[b-5d1fytc07m]::after,
    .expense-lifecycle__mobile-step--nonbillable[b-5d1fytc07m]::after { display: none; }

    .expense-lifecycle__mobile-branches[b-5d1fytc07m] {
        display: grid;
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
        gap: .65rem;
    }

    .expense-lifecycle__mobile-step span[b-5d1fytc07m] { color: #475569; }
}
/* /Components/UI/QuoteLifecycleFlow.razor.rz.scp.css */
.quote-lifecycle[b-r33pna8ib9] {
    margin: 1.25rem 0 .75rem;
    padding: 1rem;
    border: 1px solid #d9e7ff;
    border-radius: .75rem;
    background: #f8fbff;
}

.quote-lifecycle__title[b-r33pna8ib9] {
    margin: 0 0 .75rem;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.quote-lifecycle__scroller[b-r33pna8ib9] { overflow-x: auto; scrollbar-width: thin; }

.quote-lifecycle__canvas[b-r33pna8ib9] {
    position: relative;
    width: 1000px;
    min-width: 1000px;
    height: 300px;
    margin: 0 auto;
}

.quote-lifecycle__connectors[b-r33pna8ib9] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    color: #60a5fa;
}

.quote-lifecycle__connectors path[b-r33pna8ib9] {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-dasharray: 8 8;
    marker-end: url(#quote-lifecycle-arrow);
}

.quote-lifecycle__connectors marker path[b-r33pna8ib9] { fill: currentColor; stroke: none; }

.quote-lifecycle__node[b-r33pna8ib9] {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    min-height: 70px;
    padding: .8rem 1rem;
    border: 2px solid #60a5fa;
    border-radius: .65rem;
    background: #fff;
    color: #475569;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .015em;
    text-align: center;
    text-transform: uppercase;
}

.quote-lifecycle__node svg[b-r33pna8ib9],
.quote-lifecycle__mobile-step svg[b-r33pna8ib9] {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.quote-lifecycle__node--quote[b-r33pna8ib9] { left: 1%; top: 115px; width: 200px; color: #2563eb; }
.quote-lifecycle__node--sent[b-r33pna8ib9] { left: 28.5%; top: 115px; width: 310px; color: #7c3aed; }
.quote-lifecycle__node--accepted[b-r33pna8ib9] { left: 65.5%; top: 35px; width: 190px; color: #16a34a; }
.quote-lifecycle__node--invoice[b-r33pna8ib9] { right: 0; top: 35px; width: 130px; color: #2563eb; }
.quote-lifecycle__node--declined[b-r33pna8ib9] { left: 65.5%; top: 200px; width: 190px; color: #dc2626; }
.quote-lifecycle__node span[b-r33pna8ib9] { color: #475569; }

.quote-lifecycle__mobile[b-r33pna8ib9] { display: none; margin: 0; padding: 0; list-style: none; }

@media (max-width: 767.98px) {
    .quote-lifecycle[b-r33pna8ib9] { padding: .85rem; }
    .quote-lifecycle__scroller[b-r33pna8ib9] { display: none; }
    .quote-lifecycle__mobile[b-r33pna8ib9] { display: grid; gap: 1.75rem; }

    .quote-lifecycle__mobile-step[b-r33pna8ib9] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        min-height: 54px;
        padding: .6rem;
        border: 1.5px solid #60a5fa;
        border-radius: .55rem;
        background: #fff;
        color: #475569;
        font-size: .78rem;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }

    .quote-lifecycle__mobile-step[b-r33pna8ib9]::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -1.2rem;
        height: 1rem;
        border-left: 2px dashed #60a5fa;
    }

    .quote-lifecycle__mobile-step--quote[b-r33pna8ib9] { color: #2563eb; }
    .quote-lifecycle__mobile-step--sent[b-r33pna8ib9] { color: #7c3aed; }
    .quote-lifecycle__mobile-step--accepted[b-r33pna8ib9] { color: #16a34a; }
    .quote-lifecycle__mobile-step--invoice[b-r33pna8ib9] { margin-top: 1.75rem; color: #2563eb; }
    .quote-lifecycle__mobile-step--declined[b-r33pna8ib9] { align-self: start; color: #dc2626; }
    .quote-lifecycle__mobile-step--invoice[b-r33pna8ib9]::after,
    .quote-lifecycle__mobile-step--declined[b-r33pna8ib9]::after { display: none; }

    .quote-lifecycle__mobile-branches[b-r33pna8ib9] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: .65rem;
    }

    .quote-lifecycle__mobile-step span[b-r33pna8ib9] { color: #475569; }
}
