/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-hqvy3hgpgr] {
    min-height: 100vh;
    background: #f5f7fb;
}

.sidebar[b-hqvy3hgpgr] {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 30;
    width: 272px;
    background: #172235;
    box-shadow: 12px 0 30px rgba(15, 23, 42, 0.08);
    transform: translateX(-100%);
    transition: transform 180ms ease;
}

.sidebar.sidebar-open[b-hqvy3hgpgr] {
    transform: translateX(0);
}

.sidebar-backdrop[b-hqvy3hgpgr] {
    position: fixed;
    inset: 0;
    z-index: 20;
    border: 0;
    background: rgba(15, 23, 42, 0.45);
}

.app-main[b-hqvy3hgpgr] {
    min-width: 0;
}

.top-header[b-hqvy3hgpgr] {
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0.9rem 1.25rem;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #e6eaf0;
    backdrop-filter: blur(12px);
}

.header-context[b-hqvy3hgpgr],
.header-meta[b-hqvy3hgpgr] {
    display: flex;
    align-items: center;
}

.header-context[b-hqvy3hgpgr] {
    gap: 0.85rem;
}

.header-kicker[b-hqvy3hgpgr],
.header-title[b-hqvy3hgpgr] {
    display: block;
}

.header-kicker[b-hqvy3hgpgr] {
    color: #667085;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.header-title[b-hqvy3hgpgr] {
    margin-top: 0.1rem;
    color: #172235;
    font-size: 1.05rem;
    font-weight: 700;
}

.header-meta[b-hqvy3hgpgr] {
    gap: 1rem;
    flex-wrap: wrap;
    min-width: 0;
    color: #667085;
    font-size: 0.86rem;
}

.header-badge[b-hqvy3hgpgr] {
    padding: 0.45rem 0.7rem;
    color: #275dca;
    background: #edf4ff;
    border: 1px solid #d7e6ff;
    border-radius: 999px;
    font-weight: 700;
}

.menu-toggle[b-hqvy3hgpgr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    color: #344054;
    background: #fff;
    border: 1px solid #dfe5ed;
    border-radius: 0.65rem;
    font-size: 1.1rem;
    line-height: 1;
}

.menu-toggle:hover[b-hqvy3hgpgr] {
    color: #1f5fc4;
    border-color: #b9d2fb;
    background: #f5f9ff;
}

.main-content[b-hqvy3hgpgr] {
    width: min(100%, 1500px);
    margin: 0 auto;
    padding: 2rem 1.25rem 3rem;
}

#blazor-error-ui[b-hqvy3hgpgr] {
    color-scheme: light only;
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1000;
    box-sizing: border-box;
    padding: 0.8rem 1rem;
    color: #7f1d1d;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 0.75rem;
    box-shadow: 0 8px 30px rgba(127, 29, 29, 0.12);
}

#blazor-error-ui .reload[b-hqvy3hgpgr] {
    margin-left: 0.5rem;
    color: #991b1b;
    font-weight: 700;
}

#blazor-error-ui .dismiss[b-hqvy3hgpgr] {
    position: absolute;
    top: 0.55rem;
    right: 0.7rem;
    cursor: pointer;
}

@media (min-width: 900px) {
    .sidebar[b-hqvy3hgpgr] {
        transform: translateX(0);
    }

    .sidebar-backdrop[b-hqvy3hgpgr],
    .menu-toggle[b-hqvy3hgpgr] {
        display: none;
    }

    .app-main[b-hqvy3hgpgr] {
        margin-left: 272px;
    }

    .top-header[b-hqvy3hgpgr] {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .main-content[b-hqvy3hgpgr] {
        padding: 2.5rem 2rem 4rem;
    }
}

@media (max-width: 640px) {
    .top-header[b-hqvy3hgpgr] {
        min-height: 68px;
        padding: 0.75rem 1rem;
    }

    .header-meta[b-hqvy3hgpgr] {
        gap: 0;
    }

    .header-date[b-hqvy3hgpgr] {
        display: none;
    }

    .header-badge[b-hqvy3hgpgr] {
        padding: 0.4rem 0.55rem;
        font-size: 0.74rem;
    }

    .main-content[b-hqvy3hgpgr] {
        padding: 1.5rem 1rem 2.5rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-panel[b-m3a0lto1jg] {
    padding: 1.2rem 1rem 1.15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-link[b-m3a0lto1jg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #f8fafc !important;
    text-decoration: none !important;
}

.brand-link:hover[b-m3a0lto1jg],
.brand-link:visited[b-m3a0lto1jg] {
    color: #f8fafc !important;
    text-decoration: none !important;
}

.brand-link:focus-visible[b-m3a0lto1jg] {
    border-radius: 0.75rem;
    outline: 2px solid #8db8ff;
    outline-offset: 4px;
}

.brand-mark[b-m3a0lto1jg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
    color: #172235;
    background: #d9e8ff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0.75rem;
    box-shadow: inset 0 0 0 3px rgba(23, 34, 53, 0.08);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.brand-copy[b-m3a0lto1jg] {
    min-width: 0;
}

.brand-name[b-m3a0lto1jg],
.brand-subtitle[b-m3a0lto1jg] {
    display: block;
    text-decoration: none !important;
}

.brand-name[b-m3a0lto1jg] {
    overflow: hidden;
    color: #f8fafc;
    font-size: 0.98rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand-subtitle[b-m3a0lto1jg] {
    margin-top: 0.18rem;
    color: #aebbd0;
    font-size: 0.68rem;
    letter-spacing: 0.02em;
}

.nav-scrollable[b-m3a0lto1jg] {
    height: calc(100vh - 5.45rem);
    overflow-y: auto;
    padding: 1.15rem 0.8rem 1.35rem;
    scrollbar-color: rgba(148, 163, 184, 0.35) transparent;
    scrollbar-width: thin;
}

.nav-scrollable[b-m3a0lto1jg]::-webkit-scrollbar {
    width: 5px;
}

.nav-scrollable[b-m3a0lto1jg]::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.35);
    border-radius: 999px;
}

.nav-group[b-m3a0lto1jg] {
    margin-bottom: 0.85rem;
    padding: 0.55rem 0.35rem 0.45rem;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(184, 210, 238, 0.12);
    border-radius: 0.8rem;
}

.nav-group-last[b-m3a0lto1jg] {
    margin-bottom: 0;
}

.nav-section-label[b-m3a0lto1jg] {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    gap: 0.45rem;
    padding: 0.1rem 0.55rem 0.5rem;
    color: #b6c4d8 !important;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.nav-section-label[b-m3a0lto1jg]::before {
    width: 0.22rem;
    height: 0.78rem;
    flex: 0 0 0.22rem;
    content: "";
    background: #78aef0;
    border-radius: 999px;
}

.nav-section-label[b-m3a0lto1jg]::after {
    height: 1px;
    flex: 1 1 auto;
    content: "";
    background: rgba(184, 210, 238, 0.13);
}

.nav-section-toggle[b-m3a0lto1jg] {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 1.8rem;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0.45rem;
    cursor: pointer;
    text-align: left;
}

.nav-section-toggle:hover[b-m3a0lto1jg] {
    background: rgba(255, 255, 255, 0.05);
}

.nav-section-toggle:hover .nav-section-label[b-m3a0lto1jg] {
    color: #ffffff !important;
}

.nav-section-toggle:focus-visible[b-m3a0lto1jg] {
    outline: 2px solid #8db8ff;
    outline-offset: 2px;
}

.nav-chevron[b-m3a0lto1jg] {
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    margin-right: 0.45rem;
    color: #b9d2ee;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 160ms ease, color 160ms ease;
}

.nav-section-toggle:hover .nav-chevron[b-m3a0lto1jg] {
    color: #ffffff;
}

.nav-section-toggle[aria-expanded="false"] .nav-chevron[b-m3a0lto1jg] {
    transform: rotate(-90deg);
}

.nav-link:link[b-m3a0lto1jg],
.nav-link:visited[b-m3a0lto1jg],
.nav-link:hover[b-m3a0lto1jg],
.nav-link:focus[b-m3a0lto1jg],
.nav-link:focus-visible[b-m3a0lto1jg],
.nav-link:active[b-m3a0lto1jg],
.nav-link.active[b-m3a0lto1jg] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 2.4rem;
    margin: 0.12rem 0;
    padding: 0.55rem 0.7rem 0.55rem 0.6rem;
    color: #eef4fb !important;
    border-left: 3px solid transparent;
    border-radius: 0.6rem;
    font-size: 0.87rem;
    text-decoration: none !important;
    transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.nav-label[b-m3a0lto1jg] {
    min-width: 0;
    flex: 1 1 auto;
    color: #eef4fb !important;
    -webkit-text-fill-color: #eef4fb;
    text-decoration: none !important;
}

.nav-link:hover[b-m3a0lto1jg] {
    color: #ffffff !important;
    background: #243a57;
    border-left-color: rgba(141, 184, 255, 0.65);
}

.nav-link:hover .nav-label[b-m3a0lto1jg],
.nav-link.active .nav-label[b-m3a0lto1jg],
.nav-link:focus-visible .nav-label[b-m3a0lto1jg] {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.nav-link.active[b-m3a0lto1jg] {
    color: #ffffff !important;
    background: #315789;
    border-left-color: #8db8ff;
    font-weight: 700;
}

.nav-link:focus-visible[b-m3a0lto1jg] {
    color: #ffffff !important;
    outline: 2px solid #8db8ff;
    outline-offset: 2px;
}

.nav-icon[b-m3a0lto1jg] {
    display: block;
    align-items: center;
    justify-content: center;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    color: #b9d2ee !important;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
}

.nav-link.active .nav-icon[b-m3a0lto1jg],
.nav-link:hover .nav-icon[b-m3a0lto1jg] {
    color: #ffffff !important;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-63sej3csi9],
.components-reconnect-repeated-attempt-visible[b-63sej3csi9],
.components-reconnect-failed-visible[b-63sej3csi9],
.components-pause-visible[b-63sej3csi9],
.components-resume-failed-visible[b-63sej3csi9],
.components-rejoining-animation[b-63sej3csi9] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-63sej3csi9 {
    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/CustomerDetails.razor.rz.scp.css */
.customer-details-page[b-fhzsyxf00p] {
    max-width: 1180px;
    margin: 0 auto;
}

.details-page-heading[b-fhzsyxf00p] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.eyebrow[b-fhzsyxf00p] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.details-title-row[b-fhzsyxf00p] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.details-page-heading h1[b-fhzsyxf00p] {
    margin: 0 0 0.3rem;
    color: #172235;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.page-description[b-fhzsyxf00p] {
    margin: 0;
    color: #667085;
    font-size: 0.88rem;
    font-weight: 650;
}

.details-heading-actions[b-fhzsyxf00p] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.back-link[b-fhzsyxf00p] {
    color: #275dca;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.back-link:hover[b-fhzsyxf00p] {
    text-decoration: underline;
}

.secondary-button[b-fhzsyxf00p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    color: #475467;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.6rem;
    font-size: 0.84rem;
    font-weight: 750;
    text-decoration: none;
}

.secondary-button:hover[b-fhzsyxf00p] {
    color: #344054;
    background: #f8fafc;
}

.details-alert[b-fhzsyxf00p] {
    margin-bottom: 1rem;
    padding: 0.75rem 0.85rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.6rem;
    font-size: 0.84rem;
}

.details-layout[b-fhzsyxf00p] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.details-card[b-fhzsyxf00p] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.details-card-heading[b-fhzsyxf00p] {
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.details-card-heading h2[b-fhzsyxf00p] {
    margin: 0;
    color: #172235;
    font-size: 1rem;
    font-weight: 750;
    letter-spacing: -0.02em;
}

.profile-grid[b-fhzsyxf00p] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1.5rem;
    margin: 0;
    padding: 1.25rem 1.2rem 1.4rem;
}

.profile-grid div[b-fhzsyxf00p] {
    min-width: 0;
}

.profile-grid .profile-wide[b-fhzsyxf00p] {
    grid-column: 1 / -1;
}

dt[b-fhzsyxf00p] {
    margin-bottom: 0.3rem;
    color: #98a2b3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

dd[b-fhzsyxf00p] {
    margin: 0;
    color: #344054;
    font-size: 0.88rem;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.summary-list[b-fhzsyxf00p] {
    margin: 0;
    padding: 0 1.2rem;
}

.summary-list > div[b-fhzsyxf00p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 0;
    border-bottom: 1px solid #edf0f4;
}

.summary-list > div:last-child[b-fhzsyxf00p] {
    border-bottom: 0;
}

.summary-list dt[b-fhzsyxf00p] {
    margin: 0;
}

.summary-list dd[b-fhzsyxf00p] {
    text-align: right;
    white-space: nowrap;
}

.summary-total[b-fhzsyxf00p] {
    align-items: flex-end !important;
    padding-top: 1.1rem !important;
    padding-bottom: 1.25rem !important;
}

.summary-total dd[b-fhzsyxf00p] {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 1rem;
    font-weight: 750;
}

.status-pill[b-fhzsyxf00p] {
    display: inline-block;
    padding: 0.28rem 0.52rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 750;
}

.status-active[b-fhzsyxf00p] {
    color: #25734f;
    background: #e8f7ef;
}

.status-inactive[b-fhzsyxf00p] {
    color: #667085;
    background: #f0f2f5;
}

.balance-label[b-fhzsyxf00p] {
    font-size: 0.7rem;
    font-weight: 750;
}

.balance-receivable[b-fhzsyxf00p] {
    color: #2866c7;
}

.balance-credit[b-fhzsyxf00p] {
    color: #7358bd;
}

.balance-settled[b-fhzsyxf00p] {
    color: #2e8b62;
}

.ledger-heading[b-fhzsyxf00p] {
    display: flex;
    justify-content: space-between;
}

.ledger-heading p[b-fhzsyxf00p] {
    margin: 0.25rem 0 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.table-scroll[b-fhzsyxf00p] {
    overflow-x: auto;
}

.ledger-table[b-fhzsyxf00p] {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.ledger-table th[b-fhzsyxf00p] {
    padding: 0.8rem 1rem;
    color: #667085;
    background: #fbfcfe;
    border-bottom: 1px solid #e8edf3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.ledger-table td[b-fhzsyxf00p] {
    padding: 0.9rem 1rem;
    color: #667085;
    border-bottom: 1px solid #edf0f4;
    white-space: nowrap;
}

.customer-rates-card[b-fhzsyxf00p] {
    margin-top: 1rem;
}

.customer-rate-form[b-fhzsyxf00p] {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.customer-rate-form .form-field[b-fhzsyxf00p] {
    min-width: 12rem;
    flex: 1 1 14rem;
}

.customer-rate-form .primary-button[b-fhzsyxf00p] {
    flex: 0 0 auto;
}

.customer-rates-card .ledger-table[b-fhzsyxf00p] {
    min-width: 620px;
}

.customer-rates-card .ledger-table small[b-fhzsyxf00p] {
    display: block;
    margin-top: 0.15rem;
    color: #98a2b3;
    font-size: 0.7rem;
}

@media (max-width: 640px) {
    .customer-rate-form[b-fhzsyxf00p] {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-rate-form .form-field[b-fhzsyxf00p] {
        min-width: 0;
    }
}

.ledger-table tbody tr:last-child td[b-fhzsyxf00p] {
    border-bottom: 0;
}

.ledger-details[b-fhzsyxf00p] {
    color: #344054 !important;
    font-weight: 650;
}

.amount-column[b-fhzsyxf00p] {
    text-align: right !important;
}

.ledger-empty[b-fhzsyxf00p] {
    padding: 3rem 1.5rem;
    color: #98a2b3;
    font-size: 0.84rem;
    text-align: center;
}

.customer-details-state[b-fhzsyxf00p] {
    max-width: 680px;
    margin: 5rem auto 0;
    padding: 3rem 2rem;
    color: #667085;
    text-align: center;
}

.customer-not-found[b-fhzsyxf00p] {
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
}

.customer-not-found h1[b-fhzsyxf00p] {
    margin-bottom: 0.45rem;
    color: #172235;
    font-size: 1.6rem;
}

.customer-not-found p[b-fhzsyxf00p] {
    margin-bottom: 1.4rem;
}

@media (max-width: 850px) {
    .details-layout[b-fhzsyxf00p] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .details-page-heading[b-fhzsyxf00p] {
        align-items: flex-start;
        flex-direction: column;
    }

    .details-heading-actions[b-fhzsyxf00p] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.8rem;
    }

    .profile-grid[b-fhzsyxf00p] {
        grid-template-columns: 1fr;
    }

    .profile-grid .profile-wide[b-fhzsyxf00p] {
        grid-column: auto;
    }
}
/* /Components/Pages/CustomerForm.razor.rz.scp.css */
.customer-form-page[b-r8zh1i6zk7] {
    max-width: 980px;
    margin: 0 auto;
}

.form-page-heading[b-r8zh1i6zk7] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-page-heading h1[b-r8zh1i6zk7] {
    margin: 0 0 0.4rem;
    color: #172235;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.eyebrow[b-r8zh1i6zk7] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-description[b-r8zh1i6zk7] {
    margin: 0;
    color: #667085;
}

.back-link[b-r8zh1i6zk7] {
    color: #275dca;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.back-link:hover[b-r8zh1i6zk7] {
    text-decoration: underline;
}

.form-card[b-r8zh1i6zk7] {
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.customer-rate-setup-card[b-r8zh1i6zk7] {
    margin-top: 1rem;
}

.form-card-heading[b-r8zh1i6zk7] {
    padding: 1.15rem 1.3rem;
    border-bottom: 1px solid #edf0f4;
}

.form-card-heading h2[b-r8zh1i6zk7] {
    margin: 0 0 0.15rem;
    color: #172235;
    font-size: 1rem;
    font-weight: 750;
}

.form-card-heading p[b-r8zh1i6zk7] {
    margin: 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.form-grid[b-r8zh1i6zk7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 1.2rem;
    padding: 1.3rem;
}

.form-field[b-r8zh1i6zk7] {
    min-width: 0;
}

.form-field-wide[b-r8zh1i6zk7] {
    grid-column: 1 / -1;
}

.form-field label:not(.checkbox-field)[b-r8zh1i6zk7] {
    display: block;
    margin-bottom: 0.4rem;
    color: #344054;
    font-size: 0.8rem;
    font-weight: 700;
}

.form-field label span[b-r8zh1i6zk7] {
    color: #b54708;
}

.form-control[b-r8zh1i6zk7] {
    display: block;
    width: 100%;
    padding: 0.65rem 0.75rem;
    color: #344054;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    outline: 0;
    font-size: 0.86rem;
}

.form-control:focus[b-r8zh1i6zk7] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.form-control.invalid[b-r8zh1i6zk7] {
    border-color: #e58c8c;
    outline: 0;
}

.form-textarea[b-r8zh1i6zk7] {
    resize: vertical;
}

.field-help[b-r8zh1i6zk7] {
    display: block;
    margin-top: 0.35rem;
    color: #98a2b3;
    font-size: 0.72rem;
}

.checkbox-field[b-r8zh1i6zk7] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 2.35rem;
    margin-top: 1.55rem;
    color: #344054;
    font-size: 0.84rem;
    font-weight: 700;
}

.checkbox-field input[b-r8zh1i6zk7] {
    width: 1rem;
    height: 1rem;
    accent-color: #275dca;
}

.form-field-status .field-help[b-r8zh1i6zk7] {
    margin-left: 1.6rem;
}

.validation-message[b-r8zh1i6zk7] {
    display: block;
    margin-top: 0.3rem;
    color: #b42318;
    font-size: 0.75rem;
}

.form-alert[b-r8zh1i6zk7] {
    margin: 1.1rem 1.3rem 0;
    padding: 0.75rem 0.85rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.6rem;
    font-size: 0.84rem;
}

.form-actions[b-r8zh1i6zk7] {
    display: flex;
    justify-content: flex-end;
    gap: 0.7rem;
    margin-top: 1.1rem;
}

.customer-rate-entry[b-r8zh1i6zk7] {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 1.2rem 1.3rem;
    border-bottom: 1px solid #edf0f4;
}

.customer-rate-entry .form-field:first-child[b-r8zh1i6zk7] {
    min-width: 18rem;
    flex: 1 1 22rem;
}

.customer-rate-entry .form-field:nth-child(2)[b-r8zh1i6zk7] {
    min-width: 10rem;
    flex: 0 1 13rem;
}

.customer-rate-entry .secondary-button[b-r8zh1i6zk7] {
    flex: 0 0 auto;
}

.customer-rate-alert[b-r8zh1i6zk7] {
    margin-top: 0.85rem;
    margin-bottom: 0;
}

.customer-rate-empty[b-r8zh1i6zk7] {
    padding: 1rem 1.3rem 1.2rem;
    color: #667085;
    font-size: 0.8rem;
}

.customer-rate-table-scroll[b-r8zh1i6zk7] {
    overflow-x: auto;
}

.customer-rate-table[b-r8zh1i6zk7] {
    width: 100%;
    min-width: 580px;
    border-collapse: collapse;
}

.customer-rate-table th[b-r8zh1i6zk7] {
    padding: 0.75rem 1.3rem;
    color: #667085;
    background: #fbfcfe;
    border-bottom: 1px solid #e8edf3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
}

.customer-rate-table td[b-r8zh1i6zk7] {
    padding: 0.85rem 1.3rem;
    color: #667085;
    border-bottom: 1px solid #edf0f4;
    font-size: 0.82rem;
    white-space: nowrap;
}

.customer-rate-table tbody tr:last-child td[b-r8zh1i6zk7] {
    border-bottom: 0;
}

.customer-rate-table small[b-r8zh1i6zk7] {
    display: block;
    margin-top: 0.15rem;
    color: #98a2b3;
    font-size: 0.7rem;
}

.primary-button[b-r8zh1i6zk7],
.secondary-button[b-r8zh1i6zk7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    border-radius: 0.6rem;
    font-size: 0.84rem;
    font-weight: 750;
    text-decoration: none;
}

.primary-button[b-r8zh1i6zk7] {
    color: #fff;
    background: #275dca;
    border: 1px solid #275dca;
    box-shadow: 0 5px 12px rgba(39, 93, 202, 0.18);
}

.primary-button:hover[b-r8zh1i6zk7] {
    color: #fff;
    background: #204fae;
    border-color: #204fae;
}

.secondary-button[b-r8zh1i6zk7] {
    color: #475467;
    background: #fff;
    border: 1px solid #d8e0ea;
}

.secondary-button:hover[b-r8zh1i6zk7] {
    color: #344054;
    background: #f8fafc;
}

.customer-form-state[b-r8zh1i6zk7] {
    max-width: 680px;
    margin: 5rem auto 0;
    padding: 3rem 2rem;
    color: #667085;
    text-align: center;
}

.customer-not-found[b-r8zh1i6zk7] {
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
}

.customer-not-found h1[b-r8zh1i6zk7] {
    margin-bottom: 0.45rem;
    color: #172235;
    font-size: 1.6rem;
}

.customer-not-found p[b-r8zh1i6zk7] {
    margin-bottom: 1.4rem;
}

@media (max-width: 680px) {
    .form-page-heading[b-r8zh1i6zk7] {
        align-items: flex-start;
        flex-direction: column;
    }

    .form-grid[b-r8zh1i6zk7] {
        grid-template-columns: 1fr;
    }

    .form-field-wide[b-r8zh1i6zk7] {
        grid-column: auto;
    }

    .form-actions[b-r8zh1i6zk7] {
        justify-content: stretch;
    }

    .form-actions > *[b-r8zh1i6zk7] {
        flex: 1;
    }

    .customer-rate-entry[b-r8zh1i6zk7] {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-rate-entry .form-field:first-child[b-r8zh1i6zk7],
    .customer-rate-entry .form-field:nth-child(2)[b-r8zh1i6zk7] {
        min-width: 0;
        flex-basis: auto;
    }
}
/* /Components/Pages/Customers.razor.rz.scp.css */
.customer-page[b-63orexb2q9] {
    max-width: 1380px;
    margin: 0 auto;
}

.customer-page-heading[b-63orexb2q9] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.65rem;
}

.customer-page h1[b-63orexb2q9],
.customer-page h2[b-63orexb2q9] {
    color: #172235;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.customer-page h1[b-63orexb2q9] {
    margin: 0 0 0.4rem;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
}

.eyebrow[b-63orexb2q9] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-description[b-63orexb2q9] {
    margin: 0;
    color: #667085;
}

.primary-button[b-63orexb2q9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.68rem 0.95rem;
    color: #fff;
    background: #275dca;
    border: 1px solid #275dca;
    border-radius: 0.65rem;
    box-shadow: 0 5px 12px rgba(39, 93, 202, 0.18);
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.primary-button:hover[b-63orexb2q9] {
    color: #fff;
    background: #204fae;
    border-color: #204fae;
}

.primary-button span[b-63orexb2q9] {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 0.8;
}

.customer-toolbar[b-63orexb2q9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.85rem;
}

.search-field[b-63orexb2q9] {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 580px;
    gap: 0.6rem;
    margin: 0;
    padding: 0 0.8rem;
    background: #f8fafc;
    border: 1px solid #e1e7ef;
    border-radius: 0.6rem;
}

.search-icon[b-63orexb2q9] {
    color: #98a2b3;
    font-size: 1.4rem;
    line-height: 1;
}

.search-field input[b-63orexb2q9] {
    width: 100%;
    padding: 0.65rem 0;
    color: #344054;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0.86rem;
}

.search-field:focus-within[b-63orexb2q9] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.status-filter[b-63orexb2q9] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
    color: #667085;
    font-size: 0.82rem;
    font-weight: 650;
}

.status-filter select[b-63orexb2q9] {
    min-width: 112px;
    padding: 0.6rem 2rem 0.6rem 0.7rem;
    color: #344054;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    outline: 0;
    font-size: 0.84rem;
}

.status-filter select:focus[b-63orexb2q9] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.customer-alert[b-63orexb2q9] {
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.65rem;
    font-size: 0.86rem;
}

.customer-table-card[b-63orexb2q9] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.table-card-heading[b-63orexb2q9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.table-card-heading h2[b-63orexb2q9] {
    margin: 0 0 0.15rem;
    font-size: 1rem;
}

.table-card-heading p[b-63orexb2q9],
.table-context[b-63orexb2q9] {
    margin: 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.table-context[b-63orexb2q9] {
    color: #667085;
}

.table-scroll[b-63orexb2q9] {
    overflow-x: auto;
}

.customer-table[b-63orexb2q9] {
    width: 100%;
    min-width: 1040px;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.customer-table th[b-63orexb2q9] {
    padding: 0.8rem 1rem;
    color: #667085;
    background: #fbfcfe;
    border-bottom: 1px solid #e8edf3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.customer-table td[b-63orexb2q9] {
    padding: 0.95rem 1rem;
    color: #667085;
    border-bottom: 1px solid #edf0f4;
    vertical-align: middle;
    white-space: nowrap;
}

.customer-table tbody tr:last-child td[b-63orexb2q9] {
    border-bottom: 0;
}

.customer-table tbody tr:hover[b-63orexb2q9] {
    background: #fbfdff;
}

.customer-table td strong[b-63orexb2q9] {
    color: #344054;
    font-weight: 700;
}

.customer-code[b-63orexb2q9] {
    color: #275dca;
    font-weight: 750;
}

.amount-column[b-63orexb2q9] {
    text-align: right !important;
}

.balance-cell[b-63orexb2q9] {
    display: inline-flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 0.18rem;
}

.balance-amount[b-63orexb2q9] {
    color: #344054;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.balance-label[b-63orexb2q9] {
    font-size: 0.67rem;
    font-weight: 750;
}

.balance-receivable[b-63orexb2q9] {
    color: #2866c7;
}

.balance-credit[b-63orexb2q9] {
    color: #7358bd;
}

.balance-settled[b-63orexb2q9] {
    color: #2e8b62;
}

.status-pill[b-63orexb2q9] {
    display: inline-block;
    padding: 0.28rem 0.52rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 750;
}

.status-active[b-63orexb2q9] {
    color: #25734f;
    background: #e8f7ef;
}

.status-inactive[b-63orexb2q9] {
    color: #667085;
    background: #f0f2f5;
}

.actions-column[b-63orexb2q9] {
    min-width: 280px;
}

.row-actions[b-63orexb2q9] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
}

.text-action[b-63orexb2q9] {
    padding: 0;
    color: #275dca;
    background: none;
    border: 0;
    font-size: 0.76rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.text-action:hover[b-63orexb2q9] {
    color: #173f91;
    text-decoration: none;
}

.rates-action[b-63orexb2q9] {
    color: #1769aa;
}

.rates-action:hover[b-63orexb2q9] {
    color: #0b4f82;
}

.danger-action[b-63orexb2q9] {
    color: #8b6b35;
}

.danger-action:hover[b-63orexb2q9] {
    color: #6f4f1c;
}

.confirm-action[b-63orexb2q9] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #667085;
    font-size: 0.72rem;
}

.confirm-button[b-63orexb2q9],
.cancel-button[b-63orexb2q9] {
    padding: 0.16rem 0.35rem;
    border-radius: 0.3rem;
    font-size: 0.7rem;
    font-weight: 750;
}

.confirm-button[b-63orexb2q9] {
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
}

.cancel-button[b-63orexb2q9] {
    color: #667085;
    background: #f8fafc;
    border: 1px solid #d8e0ea;
}

.empty-table-state[b-63orexb2q9] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 250px;
    padding: 2rem;
    color: #98a2b3;
    font-size: 0.84rem;
    text-align: center;
}

.empty-table-state strong[b-63orexb2q9] {
    color: #344054;
    font-size: 0.95rem;
}

.empty-state-icon[b-63orexb2q9] {
    margin-bottom: 0.3rem;
    color: #9ab9e9;
    font-size: 2rem;
}

.loading-indicator[b-63orexb2q9] {
    width: 1.35rem;
    height: 1.35rem;
    margin-bottom: 0.3rem;
    border: 2px solid #dbe7f8;
    border-top-color: #3975cf;
    border-radius: 50%;
    animation: customer-spin-b-63orexb2q9 700ms linear infinite;
}

.visually-hidden[b-63orexb2q9] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes customer-spin-b-63orexb2q9 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 680px) {
    .customer-page-heading[b-63orexb2q9] {
        display: block;
    }

    .primary-button[b-63orexb2q9] {
        margin-top: 1rem;
    }

    .customer-toolbar[b-63orexb2q9] {
        align-items: stretch;
        flex-direction: column;
    }

    .search-field[b-63orexb2q9] {
        max-width: none;
    }

    .status-filter[b-63orexb2q9] {
        justify-content: space-between;
    }

    .table-card-heading[b-63orexb2q9] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/ExpenseDetails.razor.rz.scp.css */
.expense-details-page[b-g60n93vgux] {
    max-width: 1080px;
    margin: 0 auto;
}

.expense-details-heading[b-g60n93vgux] {
    margin-bottom: 1.5rem;
}

.expense-details-heading h1[b-g60n93vgux] {
    margin: 0 0 0.3rem;
    color: #172235;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.eyebrow[b-g60n93vgux] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-description[b-g60n93vgux] {
    margin: 0;
    color: #667085;
    font-size: 0.88rem;
}

.details-heading-actions[b-g60n93vgux] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.back-link[b-g60n93vgux],
.secondary-button[b-g60n93vgux] {
    color: #275dca;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.back-link:hover[b-g60n93vgux] {
    text-decoration: underline;
}

.secondary-button[b-g60n93vgux] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    color: #475467;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.6rem;
}

.secondary-button:hover[b-g60n93vgux] {
    color: #344054;
    background: #f8fafc;
}

.expense-details-card[b-g60n93vgux],
.expense-not-found[b-g60n93vgux] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.details-card-heading[b-g60n93vgux] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.details-card-heading h2[b-g60n93vgux] {
    margin: 0;
    color: #172235;
    font-size: 1rem;
    font-weight: 750;
}

.expense-detail-grid[b-g60n93vgux] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1.5rem;
    margin: 0;
    padding: 1.3rem 1.2rem 1.5rem;
}

.expense-detail-grid > div[b-g60n93vgux] {
    min-width: 0;
}

.expense-detail-grid .detail-wide[b-g60n93vgux] {
    grid-column: 1 / -1;
}

dt[b-g60n93vgux] {
    margin-bottom: 0.3rem;
    color: #98a2b3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

dd[b-g60n93vgux] {
    margin: 0;
    color: #344054;
    font-size: 0.88rem;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.total-value[b-g60n93vgux] {
    color: #275dca;
    font-weight: 800;
}

.expense-details-state[b-g60n93vgux] {
    max-width: 680px;
    margin: 5rem auto 0;
    padding: 3rem 2rem;
    color: #667085;
    text-align: center;
}

.expense-not-found h1[b-g60n93vgux] {
    margin-bottom: 0.45rem;
    color: #172235;
    font-size: 1.6rem;
}

.expense-not-found p[b-g60n93vgux] {
    margin-bottom: 1.4rem;
}

@media (max-width: 760px) {
    .expense-details-heading[b-g60n93vgux] {
        align-items: flex-start;
        flex-direction: column;
    }

    .details-heading-actions[b-g60n93vgux] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }
}

@media (max-width: 560px) {
    .expense-detail-grid[b-g60n93vgux] {
        grid-template-columns: 1fr;
    }

    .expense-detail-grid .detail-wide[b-g60n93vgux] {
        grid-column: auto;
    }

    .details-card-heading[b-g60n93vgux] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/ExpenseForm.razor.rz.scp.css */
.expense-form-page[b-ugvwoazqv6] {
    max-width: 980px;
    margin: 0 auto;
}

.expense-form-heading[b-ugvwoazqv6] {
    margin-bottom: 1.5rem;
}

.expense-form-heading h1[b-ugvwoazqv6] {
    margin: 0 0 0.4rem;
    color: #172235;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.eyebrow[b-ugvwoazqv6] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-description[b-ugvwoazqv6] {
    margin: 0;
    color: #667085;
}

.back-link[b-ugvwoazqv6],
.secondary-button[b-ugvwoazqv6] {
    color: #275dca;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.back-link:hover[b-ugvwoazqv6] {
    text-decoration: underline;
}

.form-card[b-ugvwoazqv6],
.expense-not-found[b-ugvwoazqv6] {
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.form-card-heading[b-ugvwoazqv6] {
    padding: 1.15rem 1.3rem;
    border-bottom: 1px solid #edf0f4;
}

.form-card-heading h2[b-ugvwoazqv6] {
    margin: 0 0 0.15rem;
    color: #172235;
    font-size: 1rem;
    font-weight: 750;
}

.form-card-heading p[b-ugvwoazqv6] {
    margin: 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.form-grid[b-ugvwoazqv6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 1.2rem;
    padding: 1.3rem;
}

.form-field[b-ugvwoazqv6] {
    min-width: 0;
}

.form-field-wide[b-ugvwoazqv6] {
    grid-column: 1 / -1;
}

.form-field label:not(.checkbox-field)[b-ugvwoazqv6] {
    display: block;
    margin-bottom: 0.4rem;
    color: #344054;
    font-size: 0.8rem;
    font-weight: 700;
}

.form-field label span[b-ugvwoazqv6] {
    color: #b54708;
}

.form-control[b-ugvwoazqv6] {
    display: block;
    width: 100%;
    padding: 0.65rem 0.75rem;
    color: #344054;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    outline: 0;
    font-size: 0.86rem;
}

.form-control:focus[b-ugvwoazqv6] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.form-control[readonly][b-ugvwoazqv6] {
    color: #275dca;
    background: #f6f9ff;
    font-weight: 750;
}

.field-help[b-ugvwoazqv6] {
    display: block;
    margin-top: 0.35rem;
    color: #98a2b3;
    font-size: 0.72rem;
}

.form-alert[b-ugvwoazqv6] {
    margin: 1.1rem 1.3rem 0;
    padding: 0.75rem 0.85rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.6rem;
    font-size: 0.84rem;
}

.validation-message[b-ugvwoazqv6] {
    display: block;
    margin-top: 0.3rem;
    color: #b42318;
    font-size: 0.75rem;
}

.form-actions[b-ugvwoazqv6] {
    display: flex;
    justify-content: flex-end;
    gap: 0.7rem;
    margin-top: 1.1rem;
}

.primary-button[b-ugvwoazqv6],
.secondary-button[b-ugvwoazqv6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    border-radius: 0.6rem;
    font-size: 0.84rem;
    font-weight: 750;
}

.primary-button[b-ugvwoazqv6] {
    color: #fff;
    background: #275dca;
    border: 1px solid #275dca;
}

.primary-button:hover[b-ugvwoazqv6] {
    color: #fff;
    background: #204fae;
    border-color: #204fae;
}

.secondary-button[b-ugvwoazqv6] {
    color: #475467;
    background: #fff;
    border: 1px solid #d8e0ea;
}

.secondary-button:hover[b-ugvwoazqv6] {
    color: #344054;
    background: #f8fafc;
}

.expense-form-state[b-ugvwoazqv6] {
    max-width: 680px;
    margin: 5rem auto 0;
    padding: 3rem 2rem;
    color: #667085;
    text-align: center;
}

.expense-not-found h1[b-ugvwoazqv6] {
    margin-bottom: 0.45rem;
    color: #172235;
    font-size: 1.6rem;
}

.expense-not-found p[b-ugvwoazqv6] {
    margin-bottom: 1.4rem;
}

@media (max-width: 760px) {
    .expense-form-heading[b-ugvwoazqv6] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .form-grid[b-ugvwoazqv6] {
        grid-template-columns: 1fr;
    }

    .form-field-wide[b-ugvwoazqv6] {
        grid-column: auto;
    }

    .form-actions[b-ugvwoazqv6] {
        justify-content: stretch;
    }

    .form-actions > *[b-ugvwoazqv6] {
        flex: 1;
    }
}
/* /Components/Pages/ExpenseHeads.razor.rz.scp.css */
.expense-heads-page[b-g35daxit54],
.expenses-page[b-g35daxit54],
.expense-form-page[b-g35daxit54],
.expense-details-page[b-g35daxit54] {
    max-width: 1380px;
    margin: 0 auto;
}

.expense-page-heading[b-g35daxit54],
.expense-form-heading[b-g35daxit54],
.expense-details-heading[b-g35daxit54] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.65rem;
}

.expense-heads-page h1[b-g35daxit54],
.expense-heads-page h2[b-g35daxit54] {
    color: #172235;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.expense-heads-page h1[b-g35daxit54] {
    margin: 0 0 0.4rem;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
}

.eyebrow[b-g35daxit54] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-description[b-g35daxit54] {
    margin: 0;
    color: #667085;
}

.primary-button[b-g35daxit54],
.secondary-button[b-g35daxit54],
.text-action[b-g35daxit54] {
    text-decoration: none;
}

.primary-button[b-g35daxit54],
.secondary-button[b-g35daxit54] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    border-radius: 0.6rem;
    font-size: 0.84rem;
    font-weight: 750;
    white-space: nowrap;
}

.primary-button[b-g35daxit54] {
    color: #fff;
    background: #275dca;
    border: 1px solid #275dca;
}

.primary-button:hover[b-g35daxit54] {
    color: #fff;
    background: #204fae;
    border-color: #204fae;
}

.secondary-button[b-g35daxit54] {
    color: #475467;
    background: #fff;
    border: 1px solid #d8e0ea;
}

.secondary-button:hover[b-g35daxit54] {
    color: #344054;
    background: #f8fafc;
}

.expense-toolbar[b-g35daxit54] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.85rem;
}

.search-field[b-g35daxit54] {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 620px;
    gap: 0.6rem;
    margin: 0;
    padding: 0 0.8rem;
    background: #f8fafc;
    border: 1px solid #e1e7ef;
    border-radius: 0.6rem;
}

.search-icon[b-g35daxit54] {
    color: #98a2b3;
    font-size: 1.4rem;
    line-height: 1;
}

.search-field input[b-g35daxit54] {
    width: 100%;
    padding: 0.65rem 0;
    color: #344054;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0.86rem;
}

.search-field:focus-within[b-g35daxit54],
.status-filter select:focus[b-g35daxit54] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.status-filter[b-g35daxit54] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
    color: #667085;
    font-size: 0.82rem;
    font-weight: 650;
}

.status-filter select[b-g35daxit54] {
    min-width: 112px;
    padding: 0.6rem 2rem 0.6rem 0.7rem;
    color: #344054;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    outline: 0;
    font-size: 0.84rem;
}

.expense-alert[b-g35daxit54] {
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.65rem;
    font-size: 0.86rem;
}

.expense-table-card[b-g35daxit54] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.table-card-heading[b-g35daxit54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.table-card-heading h2[b-g35daxit54] {
    margin: 0 0 0.15rem;
    font-size: 1rem;
}

.table-card-heading p[b-g35daxit54] {
    margin: 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.table-scroll[b-g35daxit54] {
    overflow-x: auto;
}

.expense-table[b-g35daxit54] {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.expense-table th[b-g35daxit54] {
    padding: 0.8rem 1rem;
    color: #667085;
    background: #fbfcfe;
    border-bottom: 1px solid #e8edf3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.expense-table td[b-g35daxit54] {
    padding: 0.95rem 1rem;
    color: #667085;
    border-bottom: 1px solid #edf0f4;
    vertical-align: middle;
    white-space: nowrap;
}

.expense-table tbody tr:last-child td[b-g35daxit54] {
    border-bottom: 0;
}

.expense-table tbody tr:hover[b-g35daxit54] {
    background: #fbfdff;
}

.expense-table td strong[b-g35daxit54] {
    color: #344054;
    font-weight: 700;
}

.type-pill[b-g35daxit54],
.status-pill[b-g35daxit54] {
    display: inline-block;
    padding: 0.28rem 0.52rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 750;
}

.type-direct[b-g35daxit54] {
    color: #7358bd;
    background: #f1edff;
}

.type-operating[b-g35daxit54] {
    color: #5278bd;
    background: #eaf2ff;
}

.status-active[b-g35daxit54] {
    color: #25734f;
    background: #e8f7ef;
}

.status-inactive[b-g35daxit54] {
    color: #667085;
    background: #f0f2f5;
}

.row-actions[b-g35daxit54] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.text-action[b-g35daxit54] {
    padding: 0;
    color: #275dca;
    background: none;
    border: 0;
    font-size: 0.76rem;
    font-weight: 750;
    white-space: nowrap;
}

.text-action:hover[b-g35daxit54] {
    color: #173f91;
    text-decoration: underline;
}

.danger-action[b-g35daxit54] {
    color: #8b6b35;
}

.confirm-action[b-g35daxit54] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #667085;
    font-size: 0.72rem;
}

.confirm-button[b-g35daxit54],
.cancel-button[b-g35daxit54] {
    padding: 0.16rem 0.35rem;
    border-radius: 0.3rem;
    font-size: 0.7rem;
    font-weight: 750;
}

.confirm-button[b-g35daxit54] {
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
}

.cancel-button[b-g35daxit54] {
    color: #667085;
    background: #f8fafc;
    border: 1px solid #d8e0ea;
}

.empty-table-state[b-g35daxit54] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 250px;
    padding: 2rem;
    color: #98a2b3;
    font-size: 0.84rem;
    text-align: center;
}

.empty-table-state strong[b-g35daxit54] {
    color: #344054;
    font-size: 0.95rem;
}

.visually-hidden[b-g35daxit54] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 760px) {
    .expense-page-heading[b-g35daxit54] {
        align-items: flex-start;
        flex-direction: column;
    }

    .expense-toolbar[b-g35daxit54] {
        align-items: stretch;
        flex-direction: column;
    }

    .search-field[b-g35daxit54] {
        max-width: none;
    }

    .status-filter[b-g35daxit54] {
        justify-content: space-between;
    }

    .table-card-heading[b-g35daxit54] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/Expenses.razor.rz.scp.css */
.expenses-page[b-9110vy12ae] {
    max-width: 1480px;
    margin: 0 auto;
}

.expense-page-heading[b-9110vy12ae],
.expense-form-heading[b-9110vy12ae],
.expense-details-heading[b-9110vy12ae] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.expenses-page h1[b-9110vy12ae],
.expenses-page h2[b-9110vy12ae] {
    color: #172235;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.expenses-page h1[b-9110vy12ae] {
    margin: 0 0 0.4rem;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
}

.eyebrow[b-9110vy12ae] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-description[b-9110vy12ae] {
    margin: 0;
    color: #667085;
}

.primary-button[b-9110vy12ae],
.secondary-button[b-9110vy12ae],
.text-action[b-9110vy12ae] {
    text-decoration: none;
}

.primary-button[b-9110vy12ae],
.secondary-button[b-9110vy12ae] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    border-radius: 0.6rem;
    font-size: 0.84rem;
    font-weight: 750;
    white-space: nowrap;
}

.primary-button[b-9110vy12ae] {
    color: #fff;
    background: #275dca;
    border: 1px solid #275dca;
}

.primary-button:hover[b-9110vy12ae] {
    color: #fff;
    background: #204fae;
}

.summary-grid[b-9110vy12ae] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.summary-card[b-9110vy12ae] {
    min-height: 108px;
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.85rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.summary-card span[b-9110vy12ae],
.summary-card strong[b-9110vy12ae] {
    display: block;
}

.summary-card span[b-9110vy12ae] {
    color: #667085;
    font-size: 0.76rem;
    font-weight: 700;
}

.summary-card strong[b-9110vy12ae] {
    margin-top: 0.8rem;
    color: #172235;
    font-size: 1.25rem;
    letter-spacing: -0.025em;
}

.expense-toolbar[b-9110vy12ae] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.85rem;
}

.search-field[b-9110vy12ae] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 220px;
    max-width: 440px;
    gap: 0.6rem;
    margin: 0;
    padding: 0 0.8rem;
    background: #f8fafc;
    border: 1px solid #e1e7ef;
    border-radius: 0.6rem;
}

.search-icon[b-9110vy12ae] {
    color: #98a2b3;
    font-size: 1.4rem;
    line-height: 1;
}

.search-field input[b-9110vy12ae] {
    width: 100%;
    padding: 0.65rem 0;
    color: #344054;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0.82rem;
}

.search-field:focus-within[b-9110vy12ae],
.filter-field select:focus[b-9110vy12ae],
.filter-control:focus[b-9110vy12ae] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.filter-field[b-9110vy12ae],
.date-filter[b-9110vy12ae] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.filter-field select[b-9110vy12ae],
.filter-control[b-9110vy12ae] {
    min-width: 126px;
    padding: 0.58rem 0.6rem;
    color: #344054;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    outline: 0;
    font-size: 0.8rem;
}

.filter-control[b-9110vy12ae] {
    min-width: 132px;
}

.clear-filters-button[b-9110vy12ae] {
    padding: 0.58rem 0.7rem;
    color: #667085;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.clear-filters-button:hover[b-9110vy12ae] {
    color: #344054;
    background: #f8fafc;
}

.expense-alert[b-9110vy12ae] {
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.65rem;
    font-size: 0.86rem;
}

.expense-table-card[b-9110vy12ae] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.table-card-heading[b-9110vy12ae] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.table-card-heading h2[b-9110vy12ae] {
    margin: 0 0 0.15rem;
    font-size: 1rem;
}

.table-card-heading p[b-9110vy12ae],
.table-context[b-9110vy12ae] {
    margin: 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.table-context[b-9110vy12ae] {
    color: #667085;
}

.table-scroll[b-9110vy12ae] {
    overflow-x: auto;
}

.expense-table[b-9110vy12ae] {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    font-size: 0.81rem;
}

.expense-table th[b-9110vy12ae] {
    padding: 0.8rem 0.9rem;
    color: #667085;
    background: #fbfcfe;
    border-bottom: 1px solid #e8edf3;
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.expense-table td[b-9110vy12ae] {
    padding: 0.9rem;
    color: #667085;
    border-bottom: 1px solid #edf0f4;
    vertical-align: middle;
    white-space: nowrap;
}

.expense-table tbody tr:last-child td[b-9110vy12ae] {
    border-bottom: 0;
}

.expense-table tbody tr:hover[b-9110vy12ae] {
    background: #fbfdff;
}

.expense-table td strong[b-9110vy12ae] {
    color: #344054;
    font-weight: 700;
}

.amount-column[b-9110vy12ae] {
    text-align: right !important;
}

.row-actions[b-9110vy12ae] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.text-action[b-9110vy12ae] {
    padding: 0;
    color: #275dca;
    background: none;
    border: 0;
    font-size: 0.76rem;
    font-weight: 750;
    white-space: nowrap;
}

.text-action:hover[b-9110vy12ae] {
    color: #173f91;
    text-decoration: underline;
}

.empty-table-state[b-9110vy12ae] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 250px;
    padding: 2rem;
    color: #98a2b3;
    font-size: 0.84rem;
    text-align: center;
}

.empty-table-state strong[b-9110vy12ae] {
    color: #344054;
    font-size: 0.95rem;
}

.visually-hidden[b-9110vy12ae] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1180px) {
    .expense-toolbar[b-9110vy12ae] {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .search-field[b-9110vy12ae] {
        flex-basis: 100%;
        max-width: none;
    }
}

@media (max-width: 760px) {
    .expense-page-heading[b-9110vy12ae] {
        align-items: flex-start;
        flex-direction: column;
    }

    .summary-grid[b-9110vy12ae] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .expense-toolbar[b-9110vy12ae] {
        flex-direction: column;
    }

    .filter-field[b-9110vy12ae],
    .date-filter[b-9110vy12ae] {
        justify-content: space-between;
    }

    .filter-field select[b-9110vy12ae],
    .filter-control[b-9110vy12ae] {
        flex: 1;
    }

    .clear-filters-button[b-9110vy12ae] {
        width: 100%;
    }

    .table-card-heading[b-9110vy12ae] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .summary-grid[b-9110vy12ae] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/FixedAssetDetails.razor.rz.scp.css */
.fixed-asset-details-page[b-z7kgz76r1h] { display: grid; gap: 1rem; }
.fixed-asset-details-grid[b-z7kgz76r1h] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.fixed-asset-details-grid .detail-grid[b-z7kgz76r1h] { padding-bottom: .85rem; }
@media (max-width: 760px) { .fixed-asset-details-grid[b-z7kgz76r1h] { grid-template-columns: 1fr; } }
/* /Components/Pages/FixedAssetForm.razor.rz.scp.css */
.fixed-asset-form-page[b-n4ycla01ev] { display: grid; gap: 1rem; }
.fixed-asset-form[b-n4ycla01ev] { display: grid; gap: 1rem; }
.fixed-asset-form-card[b-n4ycla01ev] { overflow: hidden; background: #fff; border: 1px solid #e4e9f0; border-radius: .9rem; box-shadow: 0 7px 22px rgba(16,24,40,.035); }
.fixed-asset-form-heading[b-n4ycla01ev] { padding: 1rem 1.1rem; border-bottom: 1px solid #eef1f5; }
.fixed-asset-form-heading h2[b-n4ycla01ev] { margin: 0; color: #172235; font-size: 1rem; }
.fixed-asset-form-heading p[b-n4ycla01ev] { margin: .2rem 0 0; color: #667085; font-size: .8rem; }
.fixed-asset-form-grid[b-n4ycla01ev] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: 1.1rem; }
.fixed-asset-form-grid .form-field[b-n4ycla01ev] { display: grid; align-content: start; gap: .35rem; }
.fixed-asset-form-grid .form-field-wide[b-n4ycla01ev] { grid-column: 1 / -1; }
.fixed-asset-form-grid .form-field label:not(.checkbox-field)[b-n4ycla01ev] { color: #344054; font-size: .78rem; font-weight: 700; }
.fixed-asset-form-grid .form-field label span[b-n4ycla01ev] { color: #b42318; }
.fixed-asset-form-grid .form-control[b-n4ycla01ev] { width: 100%; min-height: 2.45rem; padding: .45rem .65rem; color: #344054; background: #fff; border: 1px solid #d8e0ea; border-radius: .55rem; }
.fixed-asset-form-grid .form-control:focus[b-n4ycla01ev] { border-color: #6b9fe8; box-shadow: 0 0 0 3px rgba(107,159,232,.16); outline: 0; }
.fixed-asset-form-grid .calculated-field[b-n4ycla01ev] { color: #17459f; background: #f0f6ff; border-color: #cfe0fb; font-weight: 750; }
.fixed-asset-form-grid .field-help[b-n4ycla01ev] { color: #667085; font-size: .72rem; }
.fixed-asset-form-grid .depreciation-help[b-n4ycla01ev] { align-self: center; padding-top: 1.3rem; }
.fixed-asset-form-grid .checkbox-field[b-n4ycla01ev] { display: flex; align-items: center; gap: .5rem; min-height: 2.45rem; color: #344054; font-weight: 650; }
.fixed-asset-form-grid .checkbox-field input[b-n4ycla01ev] { width: 1rem; height: 1rem; }
.fixed-asset-form-grid .form-field-status[b-n4ycla01ev] { align-self: center; }
@media (max-width: 640px) { .fixed-asset-form-grid[b-n4ycla01ev] { grid-template-columns: 1fr; } .fixed-asset-form-grid .form-field-wide[b-n4ycla01ev] { grid-column: auto; } .fixed-asset-form-grid .depreciation-help[b-n4ycla01ev] { padding-top: 0; } }
/* /Components/Pages/FixedAssets.razor.rz.scp.css */
.fixed-assets-page[b-ks41kv16fc] { display: grid; gap: 1rem; }
.fixed-asset-summary-grid[b-ks41kv16fc] { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }
.fixed-asset-summary-grid > div[b-ks41kv16fc] { padding: 1rem 1.1rem; background: #fff; border: 1px solid #e4e9f0; border-radius: .85rem; box-shadow: 0 7px 22px rgba(16,24,40,.035); }
.fixed-asset-summary-grid span[b-ks41kv16fc] { display: block; color: #667085; font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.fixed-asset-summary-grid strong[b-ks41kv16fc] { display: block; margin-top: .35rem; color: #172235; font-size: 1.12rem; }
.fixed-assets-toolbar[b-ks41kv16fc] { display: flex; flex-wrap: wrap; align-items: end; gap: .65rem; padding: .85rem; background: #fff; border: 1px solid #e4e9f0; border-radius: .85rem; }
.fixed-assets-search[b-ks41kv16fc] { flex: 1 1 19rem; }
.fixed-assets-search input[b-ks41kv16fc] { width: 100%; min-height: 2.45rem; padding: .45rem .65rem; color: #344054; background: #fff; border: 1px solid #d8e0ea; border-radius: .55rem; }
.fixed-assets-toolbar .filter-control[b-ks41kv16fc] { min-width: 9rem; flex: 0 1 12rem; }
.fixed-asset-table[b-ks41kv16fc] { min-width: 1450px; }
.asset-status-text[b-ks41kv16fc] { display: block; margin-top: .25rem; color: #667085; font-size: .7rem; }
@media (max-width: 900px) { .fixed-asset-summary-grid[b-ks41kv16fc] { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .fixed-asset-summary-grid[b-ks41kv16fc] { grid-template-columns: 1fr; } .fixed-assets-search[b-ks41kv16fc], .fixed-assets-toolbar .filter-control[b-ks41kv16fc] { width: 100%; min-width: 0; flex-basis: 100%; } }
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-page[b-3qro47egzm] {
    max-width: 1320px;
    margin: 0 auto;
}

.page-heading[b-3qro47egzm] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
}

.eyebrow[b-3qro47egzm] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

h1[b-3qro47egzm],
h2[b-3qro47egzm],
p[b-3qro47egzm] {
    margin-top: 0;
}

h1[b-3qro47egzm] {
    margin-bottom: 0.4rem;
    color: #172235;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    font-weight: 750;
    letter-spacing: -0.04em;
}

.page-description[b-3qro47egzm] {
    margin-bottom: 0;
    color: #667085;
    font-size: 0.98rem;
}

.date-card[b-3qro47egzm] {
    min-width: 142px;
    padding: 0.75rem 0.9rem;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.8rem;
    box-shadow: 0 5px 18px rgba(16, 24, 40, 0.035);
}

.date-card-label[b-3qro47egzm],
.date-card strong[b-3qro47egzm] {
    display: block;
}

.date-card-label[b-3qro47egzm] {
    margin-bottom: 0.18rem;
    color: #98a2b3;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.date-card strong[b-3qro47egzm] {
    color: #344054;
    font-size: 0.88rem;
}

.metric-grid[b-3qro47egzm] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.metric-card[b-3qro47egzm] {
    min-height: 142px;
    padding: 1.1rem 1.15rem;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.metric-card-topline[b-3qro47egzm] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #667085;
}

.metric-icon[b-3qro47egzm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.65rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.metric-label[b-3qro47egzm] {
    font-size: 0.83rem;
    font-weight: 650;
}

.metric-value[b-3qro47egzm] {
    display: block;
    margin-top: 1.05rem;
    color: #172235;
    font-size: 1.45rem;
    letter-spacing: -0.03em;
}

.metric-note[b-3qro47egzm] {
    display: block;
    margin-top: 0.12rem;
    color: #98a2b3;
    font-size: 0.72rem;
}

.metric-blue[b-3qro47egzm] {
    color: #2866c7;
    background: #eaf2ff;
}

.metric-violet[b-3qro47egzm] {
    color: #7358bd;
    background: #f1edff;
}

.metric-amber[b-3qro47egzm] {
    color: #b7791f;
    background: #fff5df;
}

.metric-teal[b-3qro47egzm] {
    color: #198c86;
    background: #e5f8f5;
}

.metric-rose[b-3qro47egzm] {
    color: #c45071;
    background: #fff0f3;
}

.metric-green[b-3qro47egzm] {
    color: #2e8b62;
    background: #e8f7ef;
}

.dashboard-quick-actions[b-3qro47egzm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1.1rem 1.2rem;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.dashboard-quick-actions h2[b-3qro47egzm] {
    margin: 0;
    color: #172235;
    font-size: 1rem;
    font-weight: 750;
}

.quick-action-links[b-3qro47egzm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.quick-action[b-3qro47egzm] {
    display: inline-flex;
    align-items: center;
    min-width: 170px;
    gap: 0.65rem;
    padding: 0.65rem 0.8rem;
    border: 1px solid #d8e0ea;
    border-radius: 0.65rem;
    text-decoration: none;
}

.quick-action:hover[b-3qro47egzm] {
    text-decoration: none;
}

.quick-action-icon[b-3qro47egzm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.5rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.quick-action strong[b-3qro47egzm],
.quick-action small[b-3qro47egzm] {
    display: block;
}

.quick-action strong[b-3qro47egzm] {
    font-size: 0.82rem;
}

.quick-action small[b-3qro47egzm] {
    margin-top: 0.08rem;
    color: #667085;
    font-size: 0.7rem;
}

.quick-action-in[b-3qro47egzm] {
    color: #25734f;
    background: #f5fcf7;
    border-color: #bfe7cf;
}

.quick-action-in:hover[b-3qro47egzm] {
    color: #1f6142;
    background: #e8f7ef;
}

.quick-action-in .quick-action-icon[b-3qro47egzm] {
    background: #d9f2e2;
}

.quick-action-out[b-3qro47egzm] {
    color: #315b96;
    background: #f6f9ff;
    border-color: #c9dbf5;
}

.quick-action-out:hover[b-3qro47egzm] {
    color: #254b7d;
    background: #eaf2ff;
}

.quick-action-out .quick-action-icon[b-3qro47egzm] {
    background: #dceaff;
}

.quick-action-expense[b-3qro47egzm] {
    color: #8a5a08;
    background: #fffaf0;
    border-color: #f2dba9;
}

.quick-action-expense:hover[b-3qro47egzm] {
    color: #704907;
    background: #fff4d6;
}

.quick-action-expense .quick-action-icon[b-3qro47egzm] {
    background: #ffedbd;
}

.quick-action-money-in[b-3qro47egzm] {
    color: #25734f;
    background: #f5fcf7;
    border-color: #bfe7cf;
}

.quick-action-money-in:hover[b-3qro47egzm] { color: #1f6142; background: #e8f7ef; }
.quick-action-money-in .quick-action-icon[b-3qro47egzm] { background: #d9f2e2; }

.quick-action-money-out[b-3qro47egzm] {
    color: #b42318;
    background: #fff7f6;
    border-color: #f2c7c2;
}

.quick-action-money-out:hover[b-3qro47egzm] { color: #8f1d15; background: #fff0ee; }
.quick-action-money-out .quick-action-icon[b-3qro47egzm] { background: #ffe0dc; }

.quick-action-bill[b-3qro47egzm] { color: #8a5a08; background: #fffaf0; border-color: #f2dba9; }
.quick-action-bill:hover[b-3qro47egzm] { color: #704907; background: #fff4d6; }
.quick-action-bill .quick-action-icon[b-3qro47egzm] { background: #ffedbd; }

.dashboard-overview-card[b-3qro47egzm] { margin-top: 1rem; padding: 1.1rem 1.2rem; background: #fff; border: 1px solid #e4e9f0; border-radius: .9rem; box-shadow: 0 7px 22px rgba(16,24,40,.035); }
.overview-heading[b-3qro47egzm] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.overview-heading h2[b-3qro47egzm] { margin: 0; color: #172235; font-size: 1rem; }
.overview-heading .eyebrow[b-3qro47egzm] { margin-bottom: .2rem; }
.overview-empty[b-3qro47egzm] { margin: .85rem 0 0; color: #667085; font-size: .84rem; }
.overview-list[b-3qro47egzm] { display: grid; gap: .5rem; margin-top: .8rem; }
.overview-row[b-3qro47egzm] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem .8rem; color: #344054; background: #fafbfc; border: 1px solid #eef1f5; border-radius: .6rem; text-decoration: none; }
.overview-row:hover[b-3qro47egzm] { color: #275dca; background: #f5f9ff; text-decoration: none; }
.overview-row strong[b-3qro47egzm], .overview-row small[b-3qro47egzm] { display: block; }
.overview-row strong[b-3qro47egzm] { color: #172235; font-size: .82rem; }
.overview-row small[b-3qro47egzm] { margin-top: .1rem; color: #667085; font-size: .7rem; }

.dashboard-lower-grid[b-3qro47egzm] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
    gap: 1rem;
    margin-top: 1rem;
}

.welcome-card[b-3qro47egzm],
.status-card[b-3qro47egzm] {
    min-height: 150px;
    padding: 1.35rem 1.4rem;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.welcome-card[b-3qro47egzm] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background: linear-gradient(135deg, #fff 0%, #f4f8ff 100%);
}

.welcome-copy[b-3qro47egzm] {
    max-width: 620px;
}

.welcome-card h2[b-3qro47egzm],
.status-card h2[b-3qro47egzm] {
    margin-bottom: 0.45rem;
    color: #172235;
    font-size: 1.05rem;
    font-weight: 750;
}

.welcome-card p:not(.eyebrow)[b-3qro47egzm],
.status-card p[b-3qro47egzm] {
    margin-bottom: 0;
    color: #667085;
    font-size: 0.86rem;
}

.welcome-mark[b-3qro47egzm] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 5.25rem;
    height: 5.25rem;
    margin-left: 1rem;
    color: #4779c8;
    background: #e4eeff;
    border-radius: 1.4rem;
    font-size: 1rem;
    font-weight: 800;
    transform: rotate(8deg);
}

.status-card-heading[b-3qro47egzm] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.status-card h2[b-3qro47egzm] {
    margin-bottom: 0;
}

.status-dot[b-3qro47egzm] {
    width: 0.55rem;
    height: 0.55rem;
    background: #36b37e;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #e5f8ef;
}

.status-label[b-3qro47egzm] {
    display: inline-block;
    margin-top: 1.35rem;
    padding: 0.35rem 0.55rem;
    color: #25734f;
    background: #e8f7ef;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 750;
}

@media (max-width: 960px) {
    .metric-grid[b-3qro47egzm] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .page-heading[b-3qro47egzm] {
        display: block;
    }

    .date-card[b-3qro47egzm] {
        display: none;
    }

    .metric-grid[b-3qro47egzm],
    .dashboard-lower-grid[b-3qro47egzm] {
        grid-template-columns: 1fr;
    }

    .dashboard-quick-actions[b-3qro47egzm] {
        align-items: stretch;
        flex-direction: column;
    }

    .quick-action-links[b-3qro47egzm] {
        flex-direction: column;
    }

    .quick-action[b-3qro47egzm] {
        min-width: 0;
    }

    .welcome-card[b-3qro47egzm] {
        align-items: flex-start;
    }

    .welcome-mark[b-3qro47egzm] {
        width: 4rem;
        height: 4rem;
        border-radius: 1rem;
    }
}
/* /Components/Pages/Inventory.razor.rz.scp.css */
.inventory-page[b-38hl92mt9y],
.inventory-details-page[b-38hl92mt9y],
.inventory-form-page[b-38hl92mt9y] {
    max-width: 1380px;
    margin: 0 auto;
}

.inventory-page-heading[b-38hl92mt9y],
.form-page-heading[b-38hl92mt9y],
.details-page-heading[b-38hl92mt9y] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.65rem;
}

.inventory-page h1[b-38hl92mt9y],
.inventory-page h2[b-38hl92mt9y] {
    color: #172235;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.inventory-page h1[b-38hl92mt9y] {
    margin: 0 0 0.4rem;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
}

.eyebrow[b-38hl92mt9y] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-description[b-38hl92mt9y] {
    margin: 0;
    color: #667085;
}

.primary-button[b-38hl92mt9y],
.secondary-button[b-38hl92mt9y],
.text-action[b-38hl92mt9y] {
    text-decoration: none;
}

.primary-button[b-38hl92mt9y] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.68rem 0.95rem;
    color: #fff;
    background: #275dca;
    border: 1px solid #275dca;
    border-radius: 0.65rem;
    box-shadow: 0 5px 12px rgba(39, 93, 202, 0.18);
    font-size: 0.86rem;
    font-weight: 750;
    white-space: nowrap;
}

.primary-button:hover[b-38hl92mt9y] {
    color: #fff;
    background: #204fae;
    border-color: #204fae;
}

.primary-button span[b-38hl92mt9y] {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 0.8;
}

.inventory-toolbar[b-38hl92mt9y] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.85rem;
}

.search-field[b-38hl92mt9y] {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 620px;
    gap: 0.6rem;
    margin: 0;
    padding: 0 0.8rem;
    background: #f8fafc;
    border: 1px solid #e1e7ef;
    border-radius: 0.6rem;
}

.search-icon[b-38hl92mt9y] {
    color: #98a2b3;
    font-size: 1.4rem;
    line-height: 1;
}

.search-field input[b-38hl92mt9y] {
    width: 100%;
    padding: 0.65rem 0;
    color: #344054;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0.86rem;
}

.search-field:focus-within[b-38hl92mt9y],
.status-filter select:focus[b-38hl92mt9y] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.status-filter[b-38hl92mt9y] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
    color: #667085;
    font-size: 0.82rem;
    font-weight: 650;
    white-space: nowrap;
}

.status-filter select[b-38hl92mt9y] {
    min-width: 112px;
    padding: 0.6rem 2rem 0.6rem 0.7rem;
    color: #344054;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    outline: 0;
    font-size: 0.84rem;
}

.inventory-alert[b-38hl92mt9y] {
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.65rem;
    font-size: 0.86rem;
}

.inventory-table-card[b-38hl92mt9y] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.table-card-heading[b-38hl92mt9y],
.details-card-heading[b-38hl92mt9y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.table-card-heading h2[b-38hl92mt9y],
.details-card-heading h2[b-38hl92mt9y] {
    margin: 0 0 0.15rem;
    color: #172235;
    font-size: 1rem;
    font-weight: 750;
}

.table-card-heading p[b-38hl92mt9y],
.table-context[b-38hl92mt9y],
.details-card-heading p[b-38hl92mt9y] {
    margin: 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.table-context[b-38hl92mt9y] {
    color: #667085;
}

.table-scroll[b-38hl92mt9y] {
    overflow-x: auto;
}

.inventory-table[b-38hl92mt9y] {
    width: 100%;
    min-width: 1240px;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.inventory-table th[b-38hl92mt9y] {
    padding: 0.8rem 1rem;
    color: #667085;
    background: #fbfcfe;
    border-bottom: 1px solid #e8edf3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.inventory-table td[b-38hl92mt9y] {
    padding: 0.95rem 1rem;
    color: #667085;
    border-bottom: 1px solid #edf0f4;
    vertical-align: middle;
    white-space: nowrap;
}

.inventory-table tbody tr:last-child td[b-38hl92mt9y] {
    border-bottom: 0;
}

.inventory-table tbody tr:hover[b-38hl92mt9y] {
    background: #fbfdff;
}

.inventory-table td strong[b-38hl92mt9y] {
    color: #344054;
    font-weight: 700;
}

.item-code[b-38hl92mt9y] {
    color: #275dca;
    font-weight: 750;
}

.amount-column[b-38hl92mt9y] {
    text-align: right !important;
}

.stock-cell[b-38hl92mt9y] {
    display: inline-flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 0.18rem;
}

.stock-label[b-38hl92mt9y],
.status-pill[b-38hl92mt9y],
.stock-pill[b-38hl92mt9y],
.movement-pill[b-38hl92mt9y] {
    display: inline-block;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 750;
}

.stock-label[b-38hl92mt9y] {
    font-size: 0.67rem;
}

.stock-ok[b-38hl92mt9y] {
    color: #25734f;
    background: #e8f7ef;
}

.stock-label.stock-ok[b-38hl92mt9y],
.stock-pill[b-38hl92mt9y] {
    padding: 0.24rem 0.5rem;
}

.stock-reorder[b-38hl92mt9y] {
    color: #8a5a08;
    background: #fff4d6;
}

.status-pill[b-38hl92mt9y] {
    padding: 0.28rem 0.52rem;
}

.status-active[b-38hl92mt9y] {
    color: #25734f;
    background: #e8f7ef;
}

.status-inactive[b-38hl92mt9y] {
    color: #667085;
    background: #f0f2f5;
}

.actions-column[b-38hl92mt9y] {
    min-width: 260px;
}

.row-actions[b-38hl92mt9y] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
}

.text-action[b-38hl92mt9y] {
    padding: 0;
    color: #275dca;
    background: none;
    border: 0;
    font-size: 0.76rem;
    font-weight: 750;
    white-space: nowrap;
}

.text-action:hover[b-38hl92mt9y] {
    color: #173f91;
    text-decoration: underline;
}

.danger-action[b-38hl92mt9y] {
    color: #8b6b35;
}

.confirm-action[b-38hl92mt9y] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #667085;
    font-size: 0.72rem;
}

.confirm-button[b-38hl92mt9y],
.cancel-button[b-38hl92mt9y] {
    padding: 0.16rem 0.35rem;
    border-radius: 0.3rem;
    font-size: 0.7rem;
    font-weight: 750;
}

.confirm-button[b-38hl92mt9y] {
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
}

.cancel-button[b-38hl92mt9y] {
    color: #667085;
    background: #f8fafc;
    border: 1px solid #d8e0ea;
}

.empty-table-state[b-38hl92mt9y],
.activity-empty[b-38hl92mt9y] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 250px;
    padding: 2rem;
    color: #98a2b3;
    font-size: 0.84rem;
    text-align: center;
}

.empty-table-state strong[b-38hl92mt9y] {
    color: #344054;
    font-size: 0.95rem;
}

.empty-state-icon[b-38hl92mt9y] {
    margin-bottom: 0.3rem;
    color: #9ab9e9;
    font-size: 2rem;
}

.loading-indicator[b-38hl92mt9y] {
    width: 1.35rem;
    height: 1.35rem;
    margin-bottom: 0.3rem;
    border: 2px solid #dbe7f8;
    border-top-color: #3975cf;
    border-radius: 50%;
    animation: inventory-spin-b-38hl92mt9y 700ms linear infinite;
}

.visually-hidden[b-38hl92mt9y] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes inventory-spin-b-38hl92mt9y {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 760px) {
    .inventory-page-heading[b-38hl92mt9y],
    .form-page-heading[b-38hl92mt9y],
    .details-page-heading[b-38hl92mt9y] {
        align-items: flex-start;
        flex-direction: column;
    }

    .inventory-toolbar[b-38hl92mt9y] {
        align-items: stretch;
        flex-direction: column;
    }

    .search-field[b-38hl92mt9y] {
        max-width: none;
    }

    .status-filter[b-38hl92mt9y] {
        justify-content: space-between;
    }

    .table-card-heading[b-38hl92mt9y] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/InventoryDetails.razor.rz.scp.css */
.inventory-details-page[b-pzu4c0iq5p] {
    max-width: 1180px;
}

.details-page-heading[b-pzu4c0iq5p] {
    margin-bottom: 1.5rem;
}

.eyebrow[b-pzu4c0iq5p] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.details-title-row[b-pzu4c0iq5p] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.details-page-heading h1[b-pzu4c0iq5p] {
    margin: 0 0 0.3rem;
    color: #172235;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.page-description[b-pzu4c0iq5p] {
    margin: 0;
    color: #667085;
    font-size: 0.88rem;
    font-weight: 650;
}

.details-heading-actions[b-pzu4c0iq5p] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.back-link[b-pzu4c0iq5p],
.secondary-button[b-pzu4c0iq5p] {
    color: #275dca;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.back-link:hover[b-pzu4c0iq5p] {
    text-decoration: underline;
}

.secondary-button[b-pzu4c0iq5p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    color: #475467;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.6rem;
}

.secondary-button:hover[b-pzu4c0iq5p] {
    color: #344054;
    background: #f8fafc;
}

.status-pill[b-pzu4c0iq5p],
.stock-pill[b-pzu4c0iq5p],
.movement-pill[b-pzu4c0iq5p] {
    display: inline-block;
    padding: 0.28rem 0.52rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 750;
}

.status-active[b-pzu4c0iq5p],
.movement-in[b-pzu4c0iq5p],
.stock-ok[b-pzu4c0iq5p] {
    color: #25734f;
    background: #e8f7ef;
}

.status-inactive[b-pzu4c0iq5p] {
    color: #667085;
    background: #f0f2f5;
}

.movement-out[b-pzu4c0iq5p],
.stock-reorder[b-pzu4c0iq5p] {
    color: #8a5a08;
    background: #fff4d6;
}

.details-alert[b-pzu4c0iq5p] {
    margin-bottom: 1rem;
    padding: 0.75rem 0.85rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.6rem;
    font-size: 0.84rem;
}

.details-layout[b-pzu4c0iq5p] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.details-card[b-pzu4c0iq5p],
.inventory-not-found[b-pzu4c0iq5p] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.details-card-heading[b-pzu4c0iq5p] {
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.details-card-heading h2[b-pzu4c0iq5p] {
    margin: 0;
    color: #172235;
    font-size: 1rem;
    font-weight: 750;
    letter-spacing: -0.02em;
}

.details-card-heading p[b-pzu4c0iq5p] {
    margin: 0.15rem 0 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.profile-grid[b-pzu4c0iq5p] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1.5rem;
    margin: 0;
    padding: 1.25rem 1.2rem 1.4rem;
}

.profile-grid div[b-pzu4c0iq5p] {
    min-width: 0;
}

.profile-grid .profile-wide[b-pzu4c0iq5p] {
    grid-column: 1 / -1;
}

dt[b-pzu4c0iq5p] {
    margin-bottom: 0.3rem;
    color: #98a2b3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

dd[b-pzu4c0iq5p] {
    margin: 0;
    color: #344054;
    font-size: 0.88rem;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.summary-list[b-pzu4c0iq5p] {
    margin: 0;
    padding: 0 1.2rem;
}

.summary-list > div[b-pzu4c0iq5p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.88rem 0;
    border-bottom: 1px solid #edf0f4;
}

.summary-list > div:last-child[b-pzu4c0iq5p] {
    border-bottom: 0;
}

.summary-list dt[b-pzu4c0iq5p] {
    margin: 0;
}

.summary-list dd[b-pzu4c0iq5p] {
    text-align: right;
    white-space: nowrap;
}

.summary-total dt[b-pzu4c0iq5p],
.summary-total dd[b-pzu4c0iq5p] {
    color: #275dca;
    font-weight: 800;
}

.activity-card[b-pzu4c0iq5p] {
    overflow: hidden;
}

.activity-table[b-pzu4c0iq5p] {
    width: 100%;
    min-width: 950px;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.activity-table th[b-pzu4c0iq5p] {
    padding: 0.8rem 1rem;
    color: #667085;
    background: #fbfcfe;
    border-bottom: 1px solid #e8edf3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.activity-table td[b-pzu4c0iq5p] {
    padding: 0.9rem 1rem;
    color: #667085;
    border-bottom: 1px solid #edf0f4;
    white-space: nowrap;
}

.activity-table tbody tr:last-child td[b-pzu4c0iq5p] {
    border-bottom: 0;
}

.activity-table tbody tr:hover[b-pzu4c0iq5p] {
    background: #fbfdff;
}

.activity-entry[b-pzu4c0iq5p] {
    color: #275dca !important;
    font-weight: 700;
}

.inventory-details-state[b-pzu4c0iq5p] {
    max-width: 680px;
    margin: 5rem auto 0;
    padding: 3rem 2rem;
    color: #667085;
    text-align: center;
}

.inventory-not-found h1[b-pzu4c0iq5p] {
    margin-bottom: 0.45rem;
    color: #172235;
    font-size: 1.6rem;
}

.inventory-not-found p[b-pzu4c0iq5p] {
    margin-bottom: 1.4rem;
}

@media (max-width: 760px) {
    .details-heading-actions[b-pzu4c0iq5p] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .details-layout[b-pzu4c0iq5p] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .profile-grid[b-pzu4c0iq5p] {
        grid-template-columns: 1fr;
    }

    .profile-grid .profile-wide[b-pzu4c0iq5p] {
        grid-column: auto;
    }
}
/* /Components/Pages/InventoryForm.razor.rz.scp.css */
.inventory-form-page[b-45w8kh86ue] {
    max-width: 980px;
}

.form-page-heading[b-45w8kh86ue] {
    margin-bottom: 1.5rem;
}

.form-page-heading h1[b-45w8kh86ue] {
    margin: 0 0 0.4rem;
    color: #172235;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.eyebrow[b-45w8kh86ue] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-description[b-45w8kh86ue] {
    margin: 0;
    color: #667085;
}

.back-link[b-45w8kh86ue],
.secondary-button[b-45w8kh86ue] {
    color: #275dca;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.back-link:hover[b-45w8kh86ue] {
    text-decoration: underline;
}

.form-card[b-45w8kh86ue],
.inventory-not-found[b-45w8kh86ue] {
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.form-card-heading[b-45w8kh86ue] {
    padding: 1.15rem 1.3rem;
    border-bottom: 1px solid #edf0f4;
}

.form-card-heading h2[b-45w8kh86ue] {
    margin: 0 0 0.15rem;
    color: #172235;
    font-size: 1rem;
    font-weight: 750;
}

.form-card-heading p[b-45w8kh86ue] {
    margin: 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.form-grid[b-45w8kh86ue] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 1.2rem;
    padding: 1.3rem;
}

.form-field[b-45w8kh86ue] {
    min-width: 0;
}

.form-field-wide[b-45w8kh86ue] {
    grid-column: 1 / -1;
}

.form-field label:not(.checkbox-field)[b-45w8kh86ue] {
    display: block;
    margin-bottom: 0.4rem;
    color: #344054;
    font-size: 0.8rem;
    font-weight: 700;
}

.form-field label span[b-45w8kh86ue] {
    color: #b54708;
}

.form-control[b-45w8kh86ue] {
    display: block;
    width: 100%;
    padding: 0.65rem 0.75rem;
    color: #344054;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    outline: 0;
    font-size: 0.86rem;
}

.form-control:focus[b-45w8kh86ue] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.form-textarea[b-45w8kh86ue] {
    resize: vertical;
}

.field-help[b-45w8kh86ue] {
    display: block;
    margin-top: 0.35rem;
    color: #98a2b3;
    font-size: 0.72rem;
}

.custom-unit-actions[b-45w8kh86ue] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.65rem;
}

.custom-unit-editor[b-45w8kh86ue] {
    margin-top: 0.75rem;
    padding: 0.85rem;
    border: 1px solid #d8e0ea;
    border-radius: 0.6rem;
    background: #f8fafc;
}

.checkbox-field[b-45w8kh86ue] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 2.35rem;
    margin-top: 1.55rem;
    color: #344054;
    font-size: 0.84rem;
    font-weight: 700;
}

.checkbox-field input[b-45w8kh86ue] {
    width: 1rem;
    height: 1rem;
    accent-color: #275dca;
}

.form-alert[b-45w8kh86ue] {
    margin: 1.1rem 1.3rem 0;
    padding: 0.75rem 0.85rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.6rem;
    font-size: 0.84rem;
}

.validation-message[b-45w8kh86ue] {
    display: block;
    margin-top: 0.3rem;
    color: #b42318;
    font-size: 0.75rem;
}

.form-actions[b-45w8kh86ue] {
    display: flex;
    justify-content: flex-end;
    gap: 0.7rem;
    margin-top: 1.1rem;
}

.primary-button[b-45w8kh86ue],
.secondary-button[b-45w8kh86ue] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    border-radius: 0.6rem;
    font-size: 0.84rem;
}

.primary-button[b-45w8kh86ue] {
    color: #fff;
    background: #275dca;
    border: 1px solid #275dca;
    font-weight: 750;
}

.primary-button:hover[b-45w8kh86ue] {
    color: #fff;
    background: #204fae;
    border-color: #204fae;
}

.secondary-button[b-45w8kh86ue] {
    color: #475467;
    background: #fff;
    border: 1px solid #d8e0ea;
}

.secondary-button:hover[b-45w8kh86ue] {
    color: #344054;
    background: #f8fafc;
}

.inventory-form-state[b-45w8kh86ue] {
    max-width: 680px;
    margin: 5rem auto 0;
    padding: 3rem 2rem;
    color: #667085;
    text-align: center;
}

.inventory-not-found h1[b-45w8kh86ue] {
    margin-bottom: 0.45rem;
    color: #172235;
    font-size: 1.6rem;
}

.inventory-not-found p[b-45w8kh86ue] {
    margin-bottom: 1.4rem;
}

@media (max-width: 680px) {
    .form-grid[b-45w8kh86ue] {
        grid-template-columns: 1fr;
    }

    .form-field-wide[b-45w8kh86ue] {
        grid-column: auto;
    }

    .form-actions[b-45w8kh86ue] {
        justify-content: stretch;
    }

    .form-actions > *[b-45w8kh86ue] {
        flex: 1;
    }
}
/* /Components/Pages/ModulePlaceholder.razor.rz.scp.css */
.placeholder-page[b-dd4hpwv4yq] {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 680px;
    margin: 5rem auto 0;
    padding: 3rem 2rem;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 1rem;
    box-shadow: 0 8px 26px rgba(16, 24, 40, 0.04);
}

.placeholder-icon[b-dd4hpwv4yq] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 1.25rem;
    color: #3169c6;
    background: #eaf2ff;
    border-radius: 1rem;
    font-size: 1.45rem;
    font-weight: 700;
}

.placeholder-eyebrow[b-dd4hpwv4yq] {
    margin-bottom: 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.placeholder-page h1[b-dd4hpwv4yq] {
    margin-bottom: 0.45rem;
    color: #172235;
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    font-weight: 750;
    letter-spacing: -0.04em;
}

.placeholder-message[b-dd4hpwv4yq] {
    margin-bottom: 1.5rem;
    color: #667085;
}

.back-link[b-dd4hpwv4yq] {
    color: #275dca;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.back-link:hover[b-dd4hpwv4yq] {
    text-decoration: underline;
}
/* /Components/Pages/Payables.razor.rz.scp.css */
.payable-actions[b-uq41sgzcz4],
.payables-heading-actions[b-uq41sgzcz4] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .65rem;
}

.payable-actions[b-uq41sgzcz4] {
    min-width: 15rem;
}
/* /Components/Pages/Receivables.razor.rz.scp.css */
.receivable-actions[b-ovb63ahzvx] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    min-width: 15rem;
}
/* /Components/Pages/StockTransactionDetails.razor.rz.scp.css */
.transaction-details-page[b-yjtxsdt6xs] {
    max-width: 1080px;
    margin: 0 auto;
}

.transaction-details-heading[b-yjtxsdt6xs] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.eyebrow[b-yjtxsdt6xs] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.details-title-row[b-yjtxsdt6xs] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.transaction-details-heading h1[b-yjtxsdt6xs] {
    margin: 0 0 0.3rem;
    color: #172235;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.page-description[b-yjtxsdt6xs] {
    margin: 0;
    color: #667085;
    font-size: 0.88rem;
    font-weight: 650;
}

.back-link[b-yjtxsdt6xs],
.secondary-button[b-yjtxsdt6xs] {
    color: #275dca;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.back-link:hover[b-yjtxsdt6xs] {
    text-decoration: underline;
}

.secondary-button[b-yjtxsdt6xs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    color: #475467;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.6rem;
}

.secondary-button:hover[b-yjtxsdt6xs] {
    color: #344054;
    background: #f8fafc;
}

.movement-pill[b-yjtxsdt6xs] {
    display: inline-block;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
}

.movement-in[b-yjtxsdt6xs] {
    color: #25734f;
    background: #e8f7ef;
}

.movement-out[b-yjtxsdt6xs] {
    color: #315b96;
    background: #eaf2ff;
}

.transaction-details-card[b-yjtxsdt6xs] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.details-card-heading[b-yjtxsdt6xs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.details-card-heading h2[b-yjtxsdt6xs] {
    margin: 0;
    color: #172235;
    font-size: 1rem;
    font-weight: 750;
}

.read-only-label[b-yjtxsdt6xs] {
    color: #98a2b3;
    font-size: 0.74rem;
}

.transaction-detail-grid[b-yjtxsdt6xs] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1.5rem;
    margin: 0;
    padding: 1.3rem 1.2rem 1.5rem;
}

.transaction-detail-grid > div[b-yjtxsdt6xs] {
    min-width: 0;
}

.transaction-detail-grid .detail-wide[b-yjtxsdt6xs] {
    grid-column: 1 / -1;
}

dt[b-yjtxsdt6xs] {
    margin-bottom: 0.3rem;
    color: #98a2b3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

dd[b-yjtxsdt6xs] {
    margin: 0;
    color: #344054;
    font-size: 0.88rem;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.transaction-details-state[b-yjtxsdt6xs] {
    max-width: 680px;
    margin: 5rem auto 0;
    padding: 3rem 2rem;
    color: #667085;
    text-align: center;
}

.transaction-not-found[b-yjtxsdt6xs] {
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
}

.transaction-not-found h1[b-yjtxsdt6xs] {
    margin-bottom: 0.45rem;
    color: #172235;
    font-size: 1.6rem;
}

.transaction-not-found p[b-yjtxsdt6xs] {
    margin-bottom: 1.4rem;
}

@media (max-width: 760px) {
    .transaction-details-heading[b-yjtxsdt6xs] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .transaction-detail-grid[b-yjtxsdt6xs] {
        grid-template-columns: 1fr;
    }

    .transaction-detail-grid .detail-wide[b-yjtxsdt6xs] {
        grid-column: auto;
    }

    .details-card-heading[b-yjtxsdt6xs] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/StockTransactionForm.razor.rz.scp.css */
.stock-form-page[b-16sq3izo3m] {
    max-width: 980px;
    margin: 0 auto;
}

.stock-form-heading[b-16sq3izo3m] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.stock-form-heading h1[b-16sq3izo3m] {
    margin: 0 0 0.4rem;
    color: #172235;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.eyebrow[b-16sq3izo3m] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-description[b-16sq3izo3m] {
    margin: 0;
    color: #667085;
}

.back-link[b-16sq3izo3m] {
    color: #275dca;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.back-link:hover[b-16sq3izo3m] {
    text-decoration: underline;
}

.form-card[b-16sq3izo3m],
.stock-form-state[b-16sq3izo3m] {
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.form-card-heading[b-16sq3izo3m] {
    padding: 1.15rem 1.3rem;
    border-bottom: 1px solid #edf0f4;
}

.form-card-heading h2[b-16sq3izo3m] {
    margin: 0 0 0.15rem;
    color: #172235;
    font-size: 1rem;
    font-weight: 750;
}

.form-card-heading p[b-16sq3izo3m] {
    margin: 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.form-grid[b-16sq3izo3m] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 1.2rem;
    padding: 1.3rem;
}

.form-field[b-16sq3izo3m] {
    min-width: 0;
}

.form-field-wide[b-16sq3izo3m] {
    grid-column: 1 / -1;
}

.form-field label:not(.checkbox-field)[b-16sq3izo3m] {
    display: block;
    margin-bottom: 0.4rem;
    color: #344054;
    font-size: 0.8rem;
    font-weight: 700;
}

.form-field label span[b-16sq3izo3m] {
    color: #b54708;
}

.form-control[b-16sq3izo3m] {
    display: block;
    width: 100%;
    padding: 0.65rem 0.75rem;
    color: #344054;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    outline: 0;
    font-size: 0.86rem;
}

.form-control:focus[b-16sq3izo3m] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.form-control[readonly][b-16sq3izo3m] {
    color: #5278bd;
    background: #f6f9ff;
    font-weight: 750;
}

.calculated-field .form-control[b-16sq3izo3m] {
    color: #275dca;
}

.field-help[b-16sq3izo3m] {
    display: block;
    margin-top: 0.35rem;
    color: #98a2b3;
    font-size: 0.72rem;
}

.form-alert[b-16sq3izo3m] {
    margin: 1.1rem 1.3rem 0;
    padding: 0.75rem 0.85rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.6rem;
    font-size: 0.84rem;
}

.validation-message[b-16sq3izo3m] {
    display: block;
    margin-top: 0.3rem;
    color: #b42318;
    font-size: 0.75rem;
}

.form-actions[b-16sq3izo3m] {
    display: flex;
    justify-content: flex-end;
    gap: 0.7rem;
    margin-top: 1.1rem;
}

.primary-button[b-16sq3izo3m],
.secondary-button[b-16sq3izo3m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    border-radius: 0.6rem;
    font-size: 0.84rem;
    font-weight: 750;
    text-decoration: none;
}

.primary-button[b-16sq3izo3m] {
    color: #fff;
    background: #275dca;
    border: 1px solid #275dca;
}

.primary-button:hover[b-16sq3izo3m] {
    color: #fff;
    background: #204fae;
    border-color: #204fae;
}

.stock-in-button[b-16sq3izo3m] {
    color: #25734f;
    background: #f5fcf7;
    border-color: #bfe7cf;
}

.stock-in-button:hover[b-16sq3izo3m] {
    color: #1f6142;
    background: #e8f7ef;
    border-color: #8fd2a9;
}

.stock-out-button[b-16sq3izo3m] {
    color: #fff;
    background: #416fae;
    border-color: #416fae;
}

.stock-out-button:hover[b-16sq3izo3m] {
    color: #fff;
    background: #315b96;
    border-color: #315b96;
}

.secondary-button[b-16sq3izo3m] {
    color: #475467;
    background: #fff;
    border: 1px solid #d8e0ea;
}

.secondary-button:hover[b-16sq3izo3m] {
    color: #344054;
    background: #f8fafc;
}

.stock-form-state[b-16sq3izo3m] {
    max-width: 680px;
    margin: 5rem auto 0;
    padding: 3rem 2rem;
    color: #667085;
    text-align: center;
}

@media (max-width: 760px) {
    .stock-form-heading[b-16sq3izo3m] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .form-grid[b-16sq3izo3m] {
        grid-template-columns: 1fr;
    }

    .form-field-wide[b-16sq3izo3m] {
        grid-column: auto;
    }

    .form-actions[b-16sq3izo3m] {
        justify-content: stretch;
    }

    .form-actions > *[b-16sq3izo3m] {
        flex: 1;
    }
}
/* /Components/Pages/StockTransactions.razor.rz.scp.css */
.stock-transactions-page[b-gqm1l3z251] {
    max-width: 1480px;
    margin: 0 auto;
}

.transactions-page-heading[b-gqm1l3z251] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.65rem;
}

.stock-transactions-page h1[b-gqm1l3z251],
.stock-transactions-page h2[b-gqm1l3z251] {
    color: #172235;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.stock-transactions-page h1[b-gqm1l3z251] {
    margin: 0 0 0.4rem;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
}

.eyebrow[b-gqm1l3z251] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-description[b-gqm1l3z251] {
    margin: 0;
    color: #667085;
}

.transaction-actions[b-gqm1l3z251],
.row-actions[b-gqm1l3z251] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.primary-button[b-gqm1l3z251],
.secondary-button[b-gqm1l3z251],
.back-link[b-gqm1l3z251],
.text-action[b-gqm1l3z251] {
    text-decoration: none;
}

.primary-button[b-gqm1l3z251],
.secondary-button[b-gqm1l3z251] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    border-radius: 0.6rem;
    font-size: 0.84rem;
    font-weight: 750;
    white-space: nowrap;
}

.primary-button[b-gqm1l3z251] {
    color: #fff;
    background: #275dca;
    border: 1px solid #275dca;
}

.primary-button:hover[b-gqm1l3z251] {
    color: #fff;
    background: #204fae;
    border-color: #204fae;
}

.secondary-button[b-gqm1l3z251] {
    color: #475467;
    background: #fff;
    border: 1px solid #d8e0ea;
}

.secondary-button:hover[b-gqm1l3z251] {
    color: #344054;
    background: #f8fafc;
}

.stock-in-button[b-gqm1l3z251] {
    color: #25734f;
    border-color: #bfe7cf;
    background: #f5fcf7;
}

.stock-in-button:hover[b-gqm1l3z251] {
    color: #1f6142;
    border-color: #8fd2a9;
    background: #e8f7ef;
}

.stock-out-button[b-gqm1l3z251] {
    color: #fff;
    background: #416fae;
    border-color: #416fae;
}

.stock-out-button:hover[b-gqm1l3z251] {
    color: #fff;
    background: #315b96;
    border-color: #315b96;
}

.transactions-toolbar[b-gqm1l3z251] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.85rem;
}

.search-field[b-gqm1l3z251] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 220px;
    max-width: 450px;
    gap: 0.6rem;
    margin: 0;
    padding: 0 0.8rem;
    background: #f8fafc;
    border: 1px solid #e1e7ef;
    border-radius: 0.6rem;
}

.search-icon[b-gqm1l3z251] {
    color: #98a2b3;
    font-size: 1.4rem;
    line-height: 1;
}

.search-field input[b-gqm1l3z251] {
    width: 100%;
    padding: 0.65rem 0;
    color: #344054;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0.82rem;
}

.search-field:focus-within[b-gqm1l3z251],
.filter-control:focus[b-gqm1l3z251],
.movement-filter select:focus[b-gqm1l3z251] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.date-filter[b-gqm1l3z251],
.movement-filter[b-gqm1l3z251] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.filter-control[b-gqm1l3z251],
.movement-filter select[b-gqm1l3z251] {
    min-width: 132px;
    padding: 0.58rem 0.6rem;
    color: #344054;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    outline: 0;
    font-size: 0.8rem;
}

.movement-filter select[b-gqm1l3z251] {
    min-width: 104px;
}

.clear-filters-button[b-gqm1l3z251] {
    padding: 0.58rem 0.7rem;
    color: #667085;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.clear-filters-button:hover[b-gqm1l3z251] {
    color: #344054;
    background: #f8fafc;
}

.transactions-alert[b-gqm1l3z251] {
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.65rem;
    font-size: 0.86rem;
}

.transactions-table-card[b-gqm1l3z251] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.table-card-heading[b-gqm1l3z251] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.table-card-heading h2[b-gqm1l3z251] {
    margin: 0 0 0.15rem;
    font-size: 1rem;
}

.table-card-heading p[b-gqm1l3z251],
.table-context[b-gqm1l3z251] {
    margin: 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.table-context[b-gqm1l3z251] {
    color: #667085;
}

.table-scroll[b-gqm1l3z251] {
    overflow-x: auto;
}

.transactions-table[b-gqm1l3z251] {
    width: 100%;
    min-width: 1380px;
    border-collapse: collapse;
    font-size: 0.81rem;
}

.transactions-table th[b-gqm1l3z251] {
    padding: 0.8rem 0.9rem;
    color: #667085;
    background: #fbfcfe;
    border-bottom: 1px solid #e8edf3;
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.transactions-table td[b-gqm1l3z251] {
    padding: 0.9rem;
    color: #667085;
    border-bottom: 1px solid #edf0f4;
    vertical-align: middle;
    white-space: nowrap;
}

.transactions-table tbody tr:last-child td[b-gqm1l3z251] {
    border-bottom: 0;
}

.transactions-table tbody tr:hover[b-gqm1l3z251] {
    background: #fbfdff;
}

.transactions-table td strong[b-gqm1l3z251],
.item-code[b-gqm1l3z251],
.entry-number[b-gqm1l3z251] {
    display: block;
}

.transactions-table td strong[b-gqm1l3z251] {
    color: #344054;
    font-weight: 700;
}

.item-code[b-gqm1l3z251] {
    margin-top: 0.16rem;
    color: #98a2b3;
    font-size: 0.7rem;
}

.entry-number[b-gqm1l3z251] {
    color: #275dca;
    font-weight: 750;
}

.movement-pill[b-gqm1l3z251] {
    display: inline-block;
    padding: 0.28rem 0.52rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
}

.movement-in[b-gqm1l3z251] {
    color: #25734f;
    background: #e8f7ef;
}

.movement-out[b-gqm1l3z251] {
    color: #315b96;
    background: #eaf2ff;
}

.amount-column[b-gqm1l3z251] {
    text-align: right !important;
}

.text-action[b-gqm1l3z251] {
    padding: 0;
    color: #275dca;
    background: none;
    border: 0;
    font-size: 0.76rem;
    font-weight: 750;
    white-space: nowrap;
}

.text-action:hover[b-gqm1l3z251] {
    color: #173f91;
    text-decoration: underline;
}

.empty-table-state[b-gqm1l3z251] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 250px;
    padding: 2rem;
    color: #98a2b3;
    font-size: 0.84rem;
    text-align: center;
}

.empty-table-state strong[b-gqm1l3z251] {
    color: #344054;
    font-size: 0.95rem;
}

.empty-state-icon[b-gqm1l3z251] {
    margin-bottom: 0.3rem;
    color: #9ab9e9;
    font-size: 2rem;
}

.loading-indicator[b-gqm1l3z251] {
    width: 1.35rem;
    height: 1.35rem;
    margin-bottom: 0.3rem;
    border: 2px solid #dbe7f8;
    border-top-color: #3975cf;
    border-radius: 50%;
    animation: stock-transaction-spin-b-gqm1l3z251 700ms linear infinite;
}

.visually-hidden[b-gqm1l3z251] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes stock-transaction-spin-b-gqm1l3z251 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1100px) {
    .transactions-toolbar[b-gqm1l3z251] {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .search-field[b-gqm1l3z251] {
        flex-basis: 100%;
        max-width: none;
    }
}

@media (max-width: 720px) {
    .transactions-page-heading[b-gqm1l3z251] {
        align-items: flex-start;
        flex-direction: column;
    }

    .transaction-actions[b-gqm1l3z251] {
        width: 100%;
    }

    .transaction-actions > *[b-gqm1l3z251] {
        flex: 1;
    }

    .transactions-toolbar[b-gqm1l3z251] {
        flex-direction: column;
    }

    .date-filter[b-gqm1l3z251],
    .movement-filter[b-gqm1l3z251] {
        justify-content: space-between;
    }

    .filter-control[b-gqm1l3z251],
    .movement-filter select[b-gqm1l3z251] {
        flex: 1;
    }

    .clear-filters-button[b-gqm1l3z251] {
        width: 100%;
    }

    .table-card-heading[b-gqm1l3z251] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/SupplierDetails.razor.rz.scp.css */
.supplier-details-page[b-yl6oy79e72] {
    max-width: 1180px;
    margin: 0 auto;
}

.details-page-heading[b-yl6oy79e72] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.eyebrow[b-yl6oy79e72] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.details-title-row[b-yl6oy79e72] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.details-page-heading h1[b-yl6oy79e72] {
    margin: 0 0 0.3rem;
    color: #172235;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.page-description[b-yl6oy79e72] {
    margin: 0;
    color: #667085;
    font-size: 0.88rem;
    font-weight: 650;
}

.details-heading-actions[b-yl6oy79e72] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.back-link[b-yl6oy79e72] {
    color: #275dca;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.back-link:hover[b-yl6oy79e72] {
    text-decoration: underline;
}

.secondary-button[b-yl6oy79e72] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    color: #475467;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.6rem;
    font-size: 0.84rem;
    font-weight: 750;
    text-decoration: none;
}

.secondary-button:hover[b-yl6oy79e72] {
    color: #344054;
    background: #f8fafc;
}

.details-alert[b-yl6oy79e72] {
    margin-bottom: 1rem;
    padding: 0.75rem 0.85rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.6rem;
    font-size: 0.84rem;
}

.details-layout[b-yl6oy79e72] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.details-card[b-yl6oy79e72] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.details-card-heading[b-yl6oy79e72] {
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.details-card-heading h2[b-yl6oy79e72] {
    margin: 0;
    color: #172235;
    font-size: 1rem;
    font-weight: 750;
    letter-spacing: -0.02em;
}

.profile-grid[b-yl6oy79e72] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1.5rem;
    margin: 0;
    padding: 1.25rem 1.2rem 1.4rem;
}

.profile-grid div[b-yl6oy79e72] {
    min-width: 0;
}

.profile-grid .profile-wide[b-yl6oy79e72] {
    grid-column: 1 / -1;
}

dt[b-yl6oy79e72] {
    margin-bottom: 0.3rem;
    color: #98a2b3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

dd[b-yl6oy79e72] {
    margin: 0;
    color: #344054;
    font-size: 0.88rem;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.summary-list[b-yl6oy79e72] {
    margin: 0;
    padding: 0 1.2rem;
}

.summary-list > div[b-yl6oy79e72] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 0;
    border-bottom: 1px solid #edf0f4;
}

.summary-list > div:last-child[b-yl6oy79e72] {
    border-bottom: 0;
}

.summary-list dt[b-yl6oy79e72] {
    margin: 0;
}

.summary-list dd[b-yl6oy79e72] {
    text-align: right;
    white-space: nowrap;
}

.summary-total[b-yl6oy79e72] {
    align-items: flex-end !important;
    padding-top: 1.1rem !important;
    padding-bottom: 1.25rem !important;
}

.summary-total dd[b-yl6oy79e72] {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 1rem;
    font-weight: 750;
}

.status-pill[b-yl6oy79e72] {
    display: inline-block;
    padding: 0.28rem 0.52rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 750;
}

.status-active[b-yl6oy79e72] {
    color: #25734f;
    background: #e8f7ef;
}

.status-inactive[b-yl6oy79e72] {
    color: #667085;
    background: #f0f2f5;
}

.balance-label[b-yl6oy79e72] {
    font-size: 0.7rem;
    font-weight: 750;
}

.balance-payable[b-yl6oy79e72] {
    color: #2866c7;
}

.balance-advance[b-yl6oy79e72] {
    color: #7358bd;
}

.balance-settled[b-yl6oy79e72] {
    color: #2e8b62;
}

.ledger-heading p[b-yl6oy79e72] {
    margin: 0.25rem 0 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.table-scroll[b-yl6oy79e72] {
    overflow-x: auto;
}

.ledger-table[b-yl6oy79e72] {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.ledger-table th[b-yl6oy79e72] {
    padding: 0.8rem 1rem;
    color: #667085;
    background: #fbfcfe;
    border-bottom: 1px solid #e8edf3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.ledger-table td[b-yl6oy79e72] {
    padding: 0.9rem 1rem;
    color: #667085;
    border-bottom: 1px solid #edf0f4;
    white-space: nowrap;
}

.ledger-table tbody tr:last-child td[b-yl6oy79e72] {
    border-bottom: 0;
}

.ledger-details[b-yl6oy79e72] {
    color: #344054 !important;
    font-weight: 650;
}

.amount-column[b-yl6oy79e72] {
    text-align: right !important;
}

.ledger-empty[b-yl6oy79e72] {
    padding: 3rem 1.5rem;
    color: #98a2b3;
    font-size: 0.84rem;
    text-align: center;
}

.supplier-details-state[b-yl6oy79e72] {
    max-width: 680px;
    margin: 5rem auto 0;
    padding: 3rem 2rem;
    color: #667085;
    text-align: center;
}

.supplier-not-found[b-yl6oy79e72] {
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
}

.supplier-not-found h1[b-yl6oy79e72] {
    margin-bottom: 0.45rem;
    color: #172235;
    font-size: 1.6rem;
}

.supplier-not-found p[b-yl6oy79e72] {
    margin-bottom: 1.4rem;
}

@media (max-width: 850px) {
    .details-layout[b-yl6oy79e72] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .details-page-heading[b-yl6oy79e72] {
        align-items: flex-start;
        flex-direction: column;
    }

    .details-heading-actions[b-yl6oy79e72] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.8rem;
    }

    .profile-grid[b-yl6oy79e72] {
        grid-template-columns: 1fr;
    }

    .profile-grid .profile-wide[b-yl6oy79e72] {
        grid-column: auto;
    }
}
/* /Components/Pages/SupplierForm.razor.rz.scp.css */
.supplier-form-page[b-n96xza6k3s] {
    max-width: 980px;
    margin: 0 auto;
}

.form-page-heading[b-n96xza6k3s] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-page-heading h1[b-n96xza6k3s] {
    margin: 0 0 0.4rem;
    color: #172235;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.eyebrow[b-n96xza6k3s] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-description[b-n96xza6k3s] {
    margin: 0;
    color: #667085;
}

.back-link[b-n96xza6k3s] {
    color: #275dca;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.back-link:hover[b-n96xza6k3s] {
    text-decoration: underline;
}

.form-card[b-n96xza6k3s] {
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.form-card-heading[b-n96xza6k3s] {
    padding: 1.15rem 1.3rem;
    border-bottom: 1px solid #edf0f4;
}

.form-card-heading h2[b-n96xza6k3s] {
    margin: 0 0 0.15rem;
    color: #172235;
    font-size: 1rem;
    font-weight: 750;
}

.form-card-heading p[b-n96xza6k3s] {
    margin: 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.form-grid[b-n96xza6k3s] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 1.2rem;
    padding: 1.3rem;
}

.form-field[b-n96xza6k3s] {
    min-width: 0;
}

.form-field-wide[b-n96xza6k3s] {
    grid-column: 1 / -1;
}

.form-field label:not(.checkbox-field)[b-n96xza6k3s] {
    display: block;
    margin-bottom: 0.4rem;
    color: #344054;
    font-size: 0.8rem;
    font-weight: 700;
}

.form-field label span[b-n96xza6k3s] {
    color: #b54708;
}

.form-control[b-n96xza6k3s] {
    display: block;
    width: 100%;
    padding: 0.65rem 0.75rem;
    color: #344054;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    outline: 0;
    font-size: 0.86rem;
}

.form-control:focus[b-n96xza6k3s] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.form-control.invalid[b-n96xza6k3s] {
    border-color: #e58c8c;
    outline: 0;
}

.form-textarea[b-n96xza6k3s] {
    resize: vertical;
}

.field-help[b-n96xza6k3s] {
    display: block;
    margin-top: 0.35rem;
    color: #98a2b3;
    font-size: 0.72rem;
}

.checkbox-field[b-n96xza6k3s] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 2.35rem;
    margin-top: 1.55rem;
    color: #344054;
    font-size: 0.84rem;
    font-weight: 700;
}

.checkbox-field input[b-n96xza6k3s] {
    width: 1rem;
    height: 1rem;
    accent-color: #275dca;
}

.form-field-status .field-help[b-n96xza6k3s] {
    margin-left: 1.6rem;
}

.validation-message[b-n96xza6k3s] {
    display: block;
    margin-top: 0.3rem;
    color: #b42318;
    font-size: 0.75rem;
}

.form-alert[b-n96xza6k3s] {
    margin: 1.1rem 1.3rem 0;
    padding: 0.75rem 0.85rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.6rem;
    font-size: 0.84rem;
}

.form-actions[b-n96xza6k3s] {
    display: flex;
    justify-content: flex-end;
    gap: 0.7rem;
    margin-top: 1.1rem;
}

.primary-button[b-n96xza6k3s],
.secondary-button[b-n96xza6k3s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.65rem 0.95rem;
    border-radius: 0.6rem;
    font-size: 0.84rem;
    font-weight: 750;
    text-decoration: none;
}

.primary-button[b-n96xza6k3s] {
    color: #fff;
    background: #275dca;
    border: 1px solid #275dca;
    box-shadow: 0 5px 12px rgba(39, 93, 202, 0.18);
}

.primary-button:hover[b-n96xza6k3s] {
    color: #fff;
    background: #204fae;
    border-color: #204fae;
}

.secondary-button[b-n96xza6k3s] {
    color: #475467;
    background: #fff;
    border: 1px solid #d8e0ea;
}

.secondary-button:hover[b-n96xza6k3s] {
    color: #344054;
    background: #f8fafc;
}

.supplier-form-state[b-n96xza6k3s] {
    max-width: 680px;
    margin: 5rem auto 0;
    padding: 3rem 2rem;
    color: #667085;
    text-align: center;
}

.supplier-not-found[b-n96xza6k3s] {
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
}

.supplier-not-found h1[b-n96xza6k3s] {
    margin-bottom: 0.45rem;
    color: #172235;
    font-size: 1.6rem;
}

.supplier-not-found p[b-n96xza6k3s] {
    margin-bottom: 1.4rem;
}

@media (max-width: 680px) {
    .form-page-heading[b-n96xza6k3s] {
        align-items: flex-start;
        flex-direction: column;
    }

    .form-grid[b-n96xza6k3s] {
        grid-template-columns: 1fr;
    }

    .form-field-wide[b-n96xza6k3s] {
        grid-column: auto;
    }

    .form-actions[b-n96xza6k3s] {
        justify-content: stretch;
    }

    .form-actions > *[b-n96xza6k3s] {
        flex: 1;
    }
}
/* /Components/Pages/SupplierPaymentForm.razor.rz.scp.css */
.supplier-balance[b-31tb6jhbz0] {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    margin-block: .85rem;
    padding: 1rem 1.15rem;
    border: 1px solid #cbdcf2;
    border-left: 4px solid #2563eb;
    border-radius: .75rem;
    background: #f0f6ff;
    color: #344054;
    overflow-wrap: anywhere;
}

.supplier-balance-label[b-31tb6jhbz0] {
    font-size: .85rem;
    font-weight: 600;
}

.supplier-balance strong[b-31tb6jhbz0] {
    color: #172b4d;
    font-size: 1.4rem;
    font-variant-numeric: tabular-nums;
}

.supplier-balance small[b-31tb6jhbz0] {
    font-size: .8rem;
    line-height: 1.5;
}
/* /Components/Pages/Suppliers.razor.rz.scp.css */
.supplier-page[b-j1zoxydyae] {
    max-width: 1380px;
    margin: 0 auto;
}

.supplier-page-heading[b-j1zoxydyae] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.65rem;
}

.supplier-page h1[b-j1zoxydyae],
.supplier-page h2[b-j1zoxydyae] {
    color: #172235;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.supplier-page h1[b-j1zoxydyae] {
    margin: 0 0 0.4rem;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
}

.eyebrow[b-j1zoxydyae] {
    margin: 0 0 0.35rem;
    color: #5278bd;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-description[b-j1zoxydyae] {
    margin: 0;
    color: #667085;
}

.primary-button[b-j1zoxydyae] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.68rem 0.95rem;
    color: #fff;
    background: #275dca;
    border: 1px solid #275dca;
    border-radius: 0.65rem;
    box-shadow: 0 5px 12px rgba(39, 93, 202, 0.18);
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.primary-button:hover[b-j1zoxydyae] {
    color: #fff;
    background: #204fae;
    border-color: #204fae;
}

.primary-button span[b-j1zoxydyae] {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 0.8;
}

.supplier-toolbar[b-j1zoxydyae] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.85rem;
}

.search-field[b-j1zoxydyae] {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 580px;
    gap: 0.6rem;
    margin: 0;
    padding: 0 0.8rem;
    background: #f8fafc;
    border: 1px solid #e1e7ef;
    border-radius: 0.6rem;
}

.search-icon[b-j1zoxydyae] {
    color: #98a2b3;
    font-size: 1.4rem;
    line-height: 1;
}

.search-field input[b-j1zoxydyae] {
    width: 100%;
    padding: 0.65rem 0;
    color: #344054;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0.86rem;
}

.search-field:focus-within[b-j1zoxydyae] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.status-filter[b-j1zoxydyae] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
    color: #667085;
    font-size: 0.82rem;
    font-weight: 650;
}

.status-filter select[b-j1zoxydyae] {
    min-width: 112px;
    padding: 0.6rem 2rem 0.6rem 0.7rem;
    color: #344054;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 0.55rem;
    outline: 0;
    font-size: 0.84rem;
}

.status-filter select:focus[b-j1zoxydyae] {
    border-color: #8db4ee;
    box-shadow: 0 0 0 3px rgba(74, 134, 232, 0.12);
}

.supplier-alert[b-j1zoxydyae] {
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
    border-radius: 0.65rem;
    font-size: 0.86rem;
}

.supplier-table-card[b-j1zoxydyae] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 0.9rem;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.035);
}

.table-card-heading[b-j1zoxydyae] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid #edf0f4;
}

.table-card-heading h2[b-j1zoxydyae] {
    margin: 0 0 0.15rem;
    font-size: 1rem;
}

.table-card-heading p[b-j1zoxydyae],
.table-context[b-j1zoxydyae] {
    margin: 0;
    color: #98a2b3;
    font-size: 0.76rem;
}

.table-context[b-j1zoxydyae] {
    color: #667085;
}

.table-scroll[b-j1zoxydyae] {
    overflow-x: auto;
}

.supplier-table[b-j1zoxydyae] {
    width: 100%;
    min-width: 1040px;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.supplier-table th[b-j1zoxydyae] {
    padding: 0.8rem 1rem;
    color: #667085;
    background: #fbfcfe;
    border-bottom: 1px solid #e8edf3;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.supplier-table td[b-j1zoxydyae] {
    padding: 0.95rem 1rem;
    color: #667085;
    border-bottom: 1px solid #edf0f4;
    vertical-align: middle;
    white-space: nowrap;
}

.supplier-table tbody tr:last-child td[b-j1zoxydyae] {
    border-bottom: 0;
}

.supplier-table tbody tr:hover[b-j1zoxydyae] {
    background: #fbfdff;
}

.supplier-table td strong[b-j1zoxydyae] {
    color: #344054;
    font-weight: 700;
}

.supplier-code[b-j1zoxydyae] {
    color: #275dca;
    font-weight: 750;
}

.amount-column[b-j1zoxydyae] {
    text-align: right !important;
}

.balance-cell[b-j1zoxydyae] {
    display: inline-flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 0.18rem;
}

.balance-amount[b-j1zoxydyae] {
    color: #344054;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.balance-label[b-j1zoxydyae] {
    font-size: 0.67rem;
    font-weight: 750;
}

.balance-payable[b-j1zoxydyae] {
    color: #2866c7;
}

.balance-advance[b-j1zoxydyae] {
    color: #7358bd;
}

.balance-settled[b-j1zoxydyae] {
    color: #2e8b62;
}

.status-pill[b-j1zoxydyae] {
    display: inline-block;
    padding: 0.28rem 0.52rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 750;
}

.status-active[b-j1zoxydyae] {
    color: #25734f;
    background: #e8f7ef;
}

.status-inactive[b-j1zoxydyae] {
    color: #667085;
    background: #f0f2f5;
}

.actions-column[b-j1zoxydyae] {
    min-width: 230px;
}

.row-actions[b-j1zoxydyae] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
}

.text-action[b-j1zoxydyae] {
    padding: 0;
    color: #275dca;
    background: none;
    border: 0;
    font-size: 0.76rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.text-action:hover[b-j1zoxydyae] {
    color: #173f91;
    text-decoration: underline;
}

.danger-action[b-j1zoxydyae] {
    color: #8b6b35;
}

.danger-action:hover[b-j1zoxydyae] {
    color: #6f4f1c;
}

.confirm-action[b-j1zoxydyae] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #667085;
    font-size: 0.72rem;
}

.confirm-button[b-j1zoxydyae],
.cancel-button[b-j1zoxydyae] {
    padding: 0.16rem 0.35rem;
    border-radius: 0.3rem;
    font-size: 0.7rem;
    font-weight: 750;
}

.confirm-button[b-j1zoxydyae] {
    color: #8a4b08;
    background: #fff8e8;
    border: 1px solid #f4dca6;
}

.cancel-button[b-j1zoxydyae] {
    color: #667085;
    background: #f8fafc;
    border: 1px solid #d8e0ea;
}

.empty-table-state[b-j1zoxydyae] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 250px;
    padding: 2rem;
    color: #98a2b3;
    font-size: 0.84rem;
    text-align: center;
}

.empty-table-state strong[b-j1zoxydyae] {
    color: #344054;
    font-size: 0.95rem;
}

.empty-state-icon[b-j1zoxydyae] {
    margin-bottom: 0.3rem;
    color: #9ab9e9;
    font-size: 2rem;
}

.loading-indicator[b-j1zoxydyae] {
    width: 1.35rem;
    height: 1.35rem;
    margin-bottom: 0.3rem;
    border: 2px solid #dbe7f8;
    border-top-color: #3975cf;
    border-radius: 50%;
    animation: supplier-spin-b-j1zoxydyae 700ms linear infinite;
}

.visually-hidden[b-j1zoxydyae] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

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

@media (max-width: 680px) {
    .supplier-page-heading[b-j1zoxydyae] {
        display: block;
    }

    .primary-button[b-j1zoxydyae] {
        margin-top: 1rem;
    }

    .supplier-toolbar[b-j1zoxydyae] {
        align-items: stretch;
        flex-direction: column;
    }

    .search-field[b-j1zoxydyae] {
        max-width: none;
    }

    .status-filter[b-j1zoxydyae] {
        justify-content: space-between;
    }

    .table-card-heading[b-j1zoxydyae] {
        align-items: flex-start;
        flex-direction: column;
    }
}
