/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8h1pfp2kw3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8h1pfp2kw3] {
    flex: 1;
}

.sidebar[b-8h1pfp2kw3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8h1pfp2kw3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8h1pfp2kw3]  a, .top-row[b-8h1pfp2kw3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8h1pfp2kw3]  a:hover, .top-row[b-8h1pfp2kw3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8h1pfp2kw3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8h1pfp2kw3] {
        justify-content: space-between;
    }

    .top-row[b-8h1pfp2kw3]  a, .top-row[b-8h1pfp2kw3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8h1pfp2kw3] {
        flex-direction: row;
    }

    .sidebar[b-8h1pfp2kw3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8h1pfp2kw3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8h1pfp2kw3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8h1pfp2kw3], article[b-8h1pfp2kw3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8h1pfp2kw3] {
    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-8h1pfp2kw3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kpptvlcqz1] {
    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-kpptvlcqz1] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-kpptvlcqz1] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kpptvlcqz1] {
    font-size: 1.1rem;
}

.bi[b-kpptvlcqz1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}
.nav-link[b-kpptvlcqz1] {
    display: flex;
    align-items: center;
}

.nav-icon[b-kpptvlcqz1] {
    width: 1rem;
    text-align: center;
    margin-right: 0.75rem;
}

.nav-item[b-kpptvlcqz1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kpptvlcqz1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kpptvlcqz1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kpptvlcqz1]  .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-kpptvlcqz1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-kpptvlcqz1]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-kpptvlcqz1] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-kpptvlcqz1] {
    display: block;
}


@media (min-width: 641px) {
    .navbar-toggler[b-kpptvlcqz1] {
        display: none;
    }

    .nav-scrollable[b-kpptvlcqz1] {
        /* 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-vouxi7wig1],
.components-reconnect-repeated-attempt-visible[b-vouxi7wig1],
.components-reconnect-failed-visible[b-vouxi7wig1],
.components-pause-visible[b-vouxi7wig1],
.components-resume-failed-visible[b-vouxi7wig1],
.components-rejoining-animation[b-vouxi7wig1] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-vouxi7wig1 {
    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/QuoteRequests.razor.rz.scp.css */


.quote-page[b-wa23z8bzkh] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
}


/* =========================
   HEADER
========================= */

.quote-page-header[b-wa23z8bzkh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: 2rem;
}

.page-eyebrow[b-wa23z8bzkh] {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--bs-primary);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: .6rem;
}

.quote-page-header h1[b-wa23z8bzkh] {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 750;
    letter-spacing: -.04em;
    margin: 0;
}

.quote-page-header p[b-wa23z8bzkh] {
    margin: .5rem 0 0;
    color: var(--bs-secondary-color);
}

.quote-summary[b-wa23z8bzkh] {
    text-align: right;
    flex-shrink: 0;
}

.quote-summary-number[b-wa23z8bzkh] {
    font-size: 2rem;
    line-height: 1;
    font-weight: 750;
    letter-spacing: -.05em;
}

.quote-summary-label[b-wa23z8bzkh] {
    margin-top: .35rem;
    font-size: .8rem;
    color: var(--bs-secondary-color);
}


/* =========================
   STATS
========================= */

.quote-stats[b-wa23z8bzkh] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.quote-stat[b-wa23z8bzkh] {
    display: flex;
    align-items: center;
    gap: .9rem;
    padding: 1rem 1.1rem;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
}

.quote-stat-icon[b-wa23z8bzkh] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: .8rem;
}

.quote-stat-value[b-wa23z8bzkh] {
    font-size: 1.2rem;
    font-weight: 750;
    line-height: 1.1;
}

.quote-stat-label[b-wa23z8bzkh] {
    margin-top: .2rem;
    font-size: .78rem;
    color: var(--bs-secondary-color);
}

.stat-new[b-wa23z8bzkh] {
    background: var(--quote-status-new-l);
    color: var(--quote-status-new);
}

.stat-progress[b-wa23z8bzkh] {
    background: var(--quote-status-progress-l);
    color: var(--quote-status-progress);
}

.stat-success[b-wa23z8bzkh] {
    background: var(--quote-status-accepted-l);
    color: var(--quote-status-accepted);
}


/* =========================
   FILTERS
========================= */

.quote-filters[b-wa23z8bzkh] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: .75rem;
    margin-bottom: 1rem;
}

.quote-search[b-wa23z8bzkh],
.quote-filter-select[b-wa23z8bzkh] {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    border-radius: .85rem;
    transition: border-color .15s ease, box-shadow .15s ease;
}

    .quote-search:focus-within[b-wa23z8bzkh],
    .quote-filter-select:focus-within[b-wa23z8bzkh] {
        border-color: rgba(var(--bs-primary-rgb), .65);
        box-shadow: 0 0 0 .2rem rgba(var(--bs-primary-rgb), .08);
    }

    .quote-search > i[b-wa23z8bzkh],
    .quote-filter-select > i[b-wa23z8bzkh] {
        width: 48px;
        text-align: center;
        color: var(--bs-secondary-color);
    }

    .quote-search input[b-wa23z8bzkh],
    .quote-filter-select select[b-wa23z8bzkh] {
        width: 100%;
        height: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        color: var(--bs-body-color);
    }

    .quote-search input[b-wa23z8bzkh] {
        padding-right: 2.5rem;
    }

    .quote-filter-select select[b-wa23z8bzkh] {
        appearance: none;
        padding-right: 2.5rem;
        cursor: pointer;
    }

    .quote-filter-select[b-wa23z8bzkh]::after {
        content: "";
        position: absolute;
        right: 1rem;
        width: .5rem;
        height: .5rem;
        border-right: 2px solid var(--bs-secondary-color);
        border-bottom: 2px solid var(--bs-secondary-color);
        transform: rotate(45deg) translateY(-3px);
        pointer-events: none;
    }

.clear-search[b-wa23z8bzkh] {
    position: absolute;
    right: .5rem;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--bs-secondary-color);
}

    .clear-search:hover[b-wa23z8bzkh] {
        background: var(--bs-secondary-bg);
    }


/* =========================
   RESULT HEADER
========================= */

.quote-results-header[b-wa23z8bzkh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    color: var(--bs-secondary-color);
    font-size: .84rem;
}

.reset-filters[b-wa23z8bzkh] {
    border: 0;
    background: transparent;
    color: var(--bs-primary);
    font-size: .84rem;
    font-weight: 600;
}


/* =========================
   LIST
========================= */

.quote-list[b-wa23z8bzkh] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.quote-card[b-wa23z8bzkh] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    text-align: left;
    color: inherit;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

    .quote-card:hover[b-wa23z8bzkh] {
        transform: translateY(-2px);
        border-color: rgba(var(--bs-primary-rgb), .3);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    }

    .quote-card:active[b-wa23z8bzkh] {
        transform: scale(.995);
    }

.quote-card-new[b-wa23z8bzkh] {
    border-color: rgba(var(--bs-primary-rgb), .25);
}

.quote-card-status-bar[b-wa23z8bzkh] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
}

.quote-card-main[b-wa23z8bzkh] {
    padding: 1.15rem 1.25rem 1rem;
}

.quote-card-top[b-wa23z8bzkh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.quote-project[b-wa23z8bzkh] {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-width: 0;
}

.quote-project-icon[b-wa23z8bzkh] {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: .8rem;
    background: var(--bs-tertiary-bg);
    color: var(--bs-secondary-color);
}

.quote-project-content[b-wa23z8bzkh] {
    min-width: 0;
}

.quote-project-title[b-wa23z8bzkh] {
    overflow: hidden;
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quote-project-customer[b-wa23z8bzkh] {
    margin-top: .15rem;
    overflow: hidden;
    color: var(--bs-secondary-color);
    font-size: .82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quote-card-right[b-wa23z8bzkh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.quote-card-arrow[b-wa23z8bzkh] {
    color: var(--bs-secondary-color);
    font-size: .8rem;
    transition: transform .15s ease;
}

.quote-card:hover .quote-card-arrow[b-wa23z8bzkh] {
    transform: translateX(3px);
}

.quote-description[b-wa23z8bzkh] {
    display: -webkit-box;
    max-width: 800px;
    margin: .9rem 0 .8rem 3.35rem;
    overflow: hidden;
    color: var(--bs-secondary-color);
    font-size: .88rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.quote-meta[b-wa23z8bzkh] {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem 1.25rem;
    margin-left: 3.35rem;
}

.quote-meta-item[b-wa23z8bzkh] {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: var(--bs-secondary-color);
    font-size: .78rem;
}

    .quote-meta-item i[b-wa23z8bzkh] {
        font-size: .78rem;
    }


/* =========================
   STATUS
========================= */

.quote-status[b-wa23z8bzkh] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .38rem .65rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
    white-space: nowrap;
}

.quote-status-dot[b-wa23z8bzkh] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.status-new[b-wa23z8bzkh] {
    background: var(--quote-status-new-l);
    color: var(--quote-status-new);
}

.status-pending[b-wa23z8bzkh] {
    background: var(--quote-status-pending-l);
    color: var(--quote-status-pending);
}

.status-progress[b-wa23z8bzkh] {
    background: var(--quote-status-progress-l);
    color: var(--quote-status-progress);
}

.status-quoted[b-wa23z8bzkh] {
    background: var(--quote-status-quoted-l);
    color: var(--quote-status-quoted);
}

.status-accepted[b-wa23z8bzkh] {
    background: var(--quote-status-accepted-l);
    color: var(--quote-status-accepted);
}

.status-rejected[b-wa23z8bzkh] {
    background: var(--quote-status-rejected-l);
    color: var(--quote-status-rejected);
}

.status-closed[b-wa23z8bzkh] {
    background: var(--quote-status-closed-l);
    color: var(--quote-status-closed);
}


/* Status bars */

.quote-card-status-bar.status-new[b-wa23z8bzkh] {
    background: var(--quote-status-new);
}

.quote-card-status-bar.status-pending[b-wa23z8bzkh] {
    background: var(--quote-status-pending);
}

.quote-card-status-bar.status-progress[b-wa23z8bzkh] {
    background: var(--quote-status-progress);
}

.quote-card-status-bar.status-quoted[b-wa23z8bzkh] {
    background: var(--quote-status-quoted-l);
}

.quote-card-status-bar.status-accepted[b-wa23z8bzkh] {
    background: var(--quote-status-accepted);
}

.quote-card-status-bar.status-rejected[b-wa23z8bzkh] {
    background: var(--quote-status-rejected);
}

.quote-card-status-bar.status-closed[b-wa23z8bzkh] {
    background: var(--quote-status-closed);
}


/* =========================
   LOADING / EMPTY
========================= */

.quote-loading[b-wa23z8bzkh],
.quote-empty[b-wa23z8bzkh] {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    background: var(--bs-body-bg);
}

.quote-loading[b-wa23z8bzkh] {
    flex-direction: row;
    gap: 1rem;
}

    .quote-loading strong[b-wa23z8bzkh],
    .quote-loading span[b-wa23z8bzkh] {
        display: block;
    }

    .quote-loading span[b-wa23z8bzkh] {
        margin-top: .2rem;
        color: var(--bs-secondary-color);
        font-size: .85rem;
    }

.loading-spinner[b-wa23z8bzkh] {
    width: 30px;
    height: 30px;
    border: 3px solid var(--bs-secondary-bg);
    border-top-color: var(--bs-primary);
    border-radius: 50%;
    animation: quote-spin-b-wa23z8bzkh .8s linear infinite;
}

@keyframes quote-spin-b-wa23z8bzkh {
    to {
        transform: rotate(360deg);
    }
}

.quote-empty-icon[b-wa23z8bzkh] {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: var(--bs-tertiary-bg);
    color: var(--bs-secondary-color);
    font-size: 1.5rem;
}

.quote-empty h3[b-wa23z8bzkh] {
    font-size: 1.05rem;
    font-weight: 700;
}

.quote-empty p[b-wa23z8bzkh] {
    max-width: 340px;
    margin: .4rem 1rem 1.25rem;
    color: var(--bs-secondary-color);
}


/* =========================
   DETAILS PANEL
========================= */

.quote-modal-backdrop[b-wa23z8bzkh] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(3px);
}

.quote-details-panel[b-wa23z8bzkh] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    width: min(620px, 100%);
    display: flex;
    flex-direction: column;
    background: var(--bs-body-bg);
    box-shadow: -20px 0 60px rgba(0, 0, 0, .15);
}

.quote-details-header[b-wa23z8bzkh] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.quote-details-eyebrow[b-wa23z8bzkh],
.quote-section-title span[b-wa23z8bzkh] {
    color: var(--bs-secondary-color);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.quote-details-header h2[b-wa23z8bzkh] {
    margin: .25rem 0 .45rem;
    font-size: 1.35rem;
    font-weight: 750;
    letter-spacing: -.025em;
}

.quote-details-date[b-wa23z8bzkh] {
    display: flex;
    align-items: center;
    gap: .45rem;
    color: var(--bs-secondary-color);
    font-size: .8rem;
}

.quote-close-button[b-wa23z8bzkh] {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border: 0;
    border-radius: .75rem;
    background: var(--bs-secondary-bg);
    color: var(--bs-body-color);
}

    .quote-close-button:hover[b-wa23z8bzkh] {
        background: var(--bs-tertiary-bg);
    }

.quote-details-body[b-wa23z8bzkh] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.quote-details-status-row[b-wa23z8bzkh] {
    margin-bottom: 1.75rem;
}


/* =========================
   SECTIONS
========================= */

.quote-section[b-wa23z8bzkh] {
    margin-bottom: 2.25rem;
}

.quote-section-title[b-wa23z8bzkh] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem;
}

.quote-section-icon[b-wa23z8bzkh] {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: .7rem;
    background: var(--bs-tertiary-bg);
    color: var(--bs-secondary-color);
}

.quote-section-title h3[b-wa23z8bzkh] {
    margin: .1rem 0 0;
    font-size: .95rem;
    font-weight: 700;
}

    .quote-section-title h3 small[b-wa23z8bzkh] {
        margin-left: .3rem;
        color: var(--bs-secondary-color);
        font-size: .75rem;
    }


/* =========================
   CONTACT
========================= */

.contact-card[b-wa23z8bzkh] {
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
}

.contact-primary[b-wa23z8bzkh] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.contact-avatar[b-wa23z8bzkh] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(var(--bs-primary-rgb), .1);
    color: var(--bs-primary);
    font-weight: 800;
    font-size: .85rem;
}

.contact-primary strong[b-wa23z8bzkh],
.contact-primary span[b-wa23z8bzkh] {
    display: block;
}

.contact-primary span[b-wa23z8bzkh] {
    margin-top: .15rem;
    color: var(--bs-secondary-color);
    font-size: .8rem;
}

.contact-link[b-wa23z8bzkh] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .9rem 1rem;
    color: var(--bs-body-color);
    text-decoration: none;
    border-bottom: 1px solid var(--bs-border-color);
}

    .contact-link:last-child[b-wa23z8bzkh] {
        border-bottom: 0;
    }

    .contact-link:hover[b-wa23z8bzkh] {
        background: var(--bs-tertiary-bg);
    }

    .contact-link > i:first-child[b-wa23z8bzkh] {
        width: 18px;
        color: var(--bs-secondary-color);
    }

    .contact-link span[b-wa23z8bzkh] {
        overflow: hidden;
        flex: 1;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .85rem;
    }

.contact-link-arrow[b-wa23z8bzkh] {
    color: var(--bs-secondary-color);
    font-size: .7rem;
}


/* =========================
   PROJECT
========================= */

.project-description[b-wa23z8bzkh],
.additional-info[b-wa23z8bzkh] {
    padding: 1rem;
    line-height: 1.65;
    color: var(--bs-secondary-color);
    background: var(--bs-tertiary-bg);
    border-radius: .9rem;
}

.project-info-grid[b-wa23z8bzkh] {
    display: grid;
    gap: .75rem;
    margin-top: .75rem;
}

.project-info-item[b-wa23z8bzkh] {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .9rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .9rem;
}

    .project-info-item > i[b-wa23z8bzkh] {
        width: 30px;
        padding-top: .15rem;
        color: var(--bs-primary);
        text-align: center;
    }

    .project-info-item span[b-wa23z8bzkh],
    .project-info-item strong[b-wa23z8bzkh] {
        display: block;
    }

    .project-info-item span[b-wa23z8bzkh] {
        margin-bottom: .15rem;
        color: var(--bs-secondary-color);
        font-size: .72rem;
    }

    .project-info-item strong[b-wa23z8bzkh] {
        font-size: .85rem;
    }


/* =========================
   ATTACHMENTS
========================= */

.attachment-grid[b-wa23z8bzkh] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
}

.attachment-item[b-wa23z8bzkh] {
    position: relative;
    display: block;
    aspect-ratio: 1.2;
    overflow: hidden;
    border-radius: .9rem;
    background: var(--bs-tertiary-bg);
}

    .attachment-item img[b-wa23z8bzkh] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .2s ease;
    }

    .attachment-item:hover img[b-wa23z8bzkh] {
        transform: scale(1.05);
    }

.attachment-overlay[b-wa23z8bzkh] {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    color: white;
    background: rgba(0, 0, 0, .4);
    transition: opacity .2s ease;
}

.attachment-item:hover .attachment-overlay[b-wa23z8bzkh] {
    opacity: 1;
}

.no-attachments[b-wa23z8bzkh] {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    color: var(--bs-secondary-color);
    border: 1px dashed var(--bs-border-color);
    border-radius: 1rem;
    font-size: .85rem;
}

    .no-attachments i[b-wa23z8bzkh] {
        font-size: 1.3rem;
    }


/* =========================
   MOBILE
========================= */

@media (max-width: 767.98px) {

    .quote-page[b-wa23z8bzkh] {
        padding: 1.25rem .75rem 2rem;
    }

    .quote-page-header[b-wa23z8bzkh] {
        align-items: flex-start;
        margin-bottom: 1.25rem;
    }

        .quote-page-header p[b-wa23z8bzkh] {
            font-size: .9rem;
        }

    .quote-summary[b-wa23z8bzkh] {
        display: none;
    }


    .quote-stats[b-wa23z8bzkh] {
        gap: .6rem;
        overflow-x: auto;
        grid-template-columns: repeat(3, minmax(100px, 1fr));
        padding-bottom: .2rem;
    }

    .quote-stat[b-wa23z8bzkh] {
        padding: .85rem;
    }

    .quote-stat-icon[b-wa23z8bzkh] {
        width: 36px;
        height: 36px;
        font-size: .85rem;
    }

    .quote-stat-value[b-wa23z8bzkh] {
        font-size: 1rem;
    }

    .quote-stat-label[b-wa23z8bzkh] {
        font-size: .7rem;
    }


    .quote-filters[b-wa23z8bzkh] {
        grid-template-columns: 1fr;
    }

    .quote-filter-select[b-wa23z8bzkh] {
        height: 46px;
    }


    .quote-card-main[b-wa23z8bzkh] {
        padding: 1rem;
    }

    .quote-project-icon[b-wa23z8bzkh] {
        width: 38px;
        height: 38px;
    }

    .quote-project-title[b-wa23z8bzkh] {
        font-size: .92rem;
    }

    .quote-project-customer[b-wa23z8bzkh] {
        font-size: .75rem;
    }

    .quote-status[b-wa23z8bzkh] {
        padding: .35rem .5rem;
        font-size: 0;
    }

    .quote-status-dot[b-wa23z8bzkh] {
        width: 8px;
        height: 8px;
    }

    .quote-card-right[b-wa23z8bzkh] {
        gap: .7rem;
    }

    .quote-description[b-wa23z8bzkh] {
        margin-left: 0;
        margin-top: .75rem;
        font-size: .8rem;
    }

    .quote-meta[b-wa23z8bzkh] {
        margin-left: 0;
        gap: .4rem .85rem;
    }

    .quote-meta-item[b-wa23z8bzkh] {
        font-size: .72rem;
    }

    .quote-meta-dimensions[b-wa23z8bzkh] {
        display: none;
    }


    .quote-details-header[b-wa23z8bzkh] {
        padding: 1.1rem 1rem;
    }

    .quote-details-body[b-wa23z8bzkh] {
        padding: 1.25rem 1rem;
    }

    .quote-details-header h2[b-wa23z8bzkh] {
        font-size: 1.1rem;
    }

    .attachment-grid[b-wa23z8bzkh] {
        gap: .5rem;
    }
}
