/* _content/ERP_BALANCE/Components/Layout/MainLayout.razor.rz.scp.css */
.erp-shell[b-st5smlmclp] {
    display: flex;
    min-height: 100vh;
    width: 100%;
    background: #eef2f7;
}

.erp-main-content[b-st5smlmclp] {
    flex: 1;
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.erp-desktop-frame[b-st5smlmclp] {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #ffffff;
    border-bottom: 1px solid #e5edf3;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.erp-titlebar[b-st5smlmclp] {
    min-height: 68px;
    padding: 0 18px;
    display: grid;
    grid-template-columns: minmax(190px, 260px) minmax(0, 1fr) max-content;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    color: #111827;
    direction: ltr;
    min-width: 0;
}

.erp-brand[b-st5smlmclp] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    justify-self: start;
    direction: ltr;
}

.erp-brand-mark[b-st5smlmclp] {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    border: 1px solid #99f6e4;
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(20, 184, 166, .22);
}

.erp-brand strong[b-st5smlmclp],
.erp-brand small[b-st5smlmclp] {
    display: block;
    line-height: 1.15;
}

.erp-brand strong[b-st5smlmclp] {
    color: #0f172a;
    font-size: 15.5px;
    font-weight: 900;
}

.erp-brand small[b-st5smlmclp] {
    color: #64748b;
    font-size: 11.5px;
    margin-top: 2px;
}

.erp-title-actions[b-st5smlmclp] {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-self: end;
    direction: ltr;
    min-width: 0;
    flex-shrink: 0;
}

.erp-mobile-menu-btn[b-st5smlmclp] {
    display: none;
    border: 1px solid #dbe7ef;
    color: #334155;
    background: #ffffff;
    border-radius: 10px;
    min-width: 38px;
    height: 34px;
    font-weight: 700;
}

.erp-menu-strip[b-st5smlmclp] {
    min-height: 68px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background: transparent;
    border: none;
    min-width: 0;
    overflow: visible;
    direction: rtl;
}

.header-icon-btn[b-st5smlmclp],
.user-chip[b-st5smlmclp],
.lang-btn[b-st5smlmclp] {
    border: 1px solid #dbe7ef;
    background: #ffffff;
    color: #334155;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.header-icon-btn[b-st5smlmclp] {
    position: relative;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 900;
}

.header-icon-btn:hover[b-st5smlmclp],
.user-chip:hover[b-st5smlmclp],
.lang-btn:hover[b-st5smlmclp] {
    background: #f8fafc;
    border-color: #b9c9d8;
}

.notification-badge[b-st5smlmclp] {
    position: absolute;
    top: -5px;
    right: -4px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ef4444;
    color: #ffffff;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
}

.user-chip[b-st5smlmclp] {
    height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 0 10px 0 5px;
    cursor: pointer;
}

.user-avatar[b-st5smlmclp] {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0f766e;
    color: #ffffff;
    font-weight: 900;
}

.user-company[b-st5smlmclp] {
    color: #334155;
    font-size: 12px;
    font-weight: 800;
}

.lang-btn[b-st5smlmclp] {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    font-weight: 900;
}

.erp-mobile-menu[b-st5smlmclp] {
    display: none;
}

.erp-tabs-wrapper[b-st5smlmclp] {
    direction: rtl;
    background: linear-gradient(180deg, #f4f7fb 0%, #e9eff7 100%);
    border-top: 1px solid #cfd9e7;
    border-bottom: 1px solid #cfd9e7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
    min-height: 54px;
    padding: 8px 14px 0;
}

.tabs-container[b-st5smlmclp] {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
    min-height: 46px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.tab-item[b-st5smlmclp] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 150px;
    max-width: 280px;
    height: 38px;
    padding: 0 13px 0 8px;
    border: 1px solid #bdc9d9;
    border-bottom-color: #cfd9e7;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #ffffff 0%, #eef3f9 100%);
    color: #334155;
    cursor: pointer;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    user-select: none;
    white-space: nowrap;
    box-shadow: 0 -1px 3px rgba(15, 23, 42, .05);
    transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.tab-item:hover[b-st5smlmclp] {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
    color: #111827;
}

.tab-item.active[b-st5smlmclp] {
    height: 43px;
    background: #ffffff;
    color: #0f172a;
    border-color: #aebdd0;
    border-top: 4px solid #2563eb;
    border-bottom-color: #ffffff;
    box-shadow: 0 -4px 12px rgba(37, 99, 235, .12);
}

.tab-dirty-dot[b-st5smlmclp] {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #f59e0b;
    box-shadow: 0 0 0 2px rgba(245, 158, 11, .16);
}

.tab-title[b-st5smlmclp] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.close-tab-btn[b-st5smlmclp] {
    order: -1;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 0;
}

.close-tab-btn:hover[b-st5smlmclp] {
    background: #fee2e2;
    color: #b91c1c;
}

.tab-workspace[b-st5smlmclp] {
    min-width: 0;
    width: 100%;
}

.tab-page-frame[b-st5smlmclp] {
    display: none;
    min-width: 0;
    width: 100%;
}

.tab-page-frame.active[b-st5smlmclp] {
    display: block;
}

.erp-page-content[b-st5smlmclp] {
    flex: 1;
    min-width: 0;
    width: 100%;
    padding: 14px;
    overflow: auto;
}

.erp-page-content > div[b-st5smlmclp] {
    min-width: 0;
}

@media (min-width: 992px) {
    .erp-page-content[b-st5smlmclp] {
        padding: 12px 14px 18px;
    }
}

@media (max-width: 1420px) {
    .erp-titlebar[b-st5smlmclp] {
        grid-template-columns: minmax(165px, 210px) minmax(0, 1fr) max-content;
        gap: 8px;
        padding: 0 10px;
    }

    .erp-brand[b-st5smlmclp] {
        gap: 8px;
    }

    .erp-brand-mark[b-st5smlmclp] {
        width: 30px;
        height: 30px;
        border-radius: 10px;
    }

    .erp-brand strong[b-st5smlmclp] {
        font-size: 13.5px;
    }

    .erp-brand small[b-st5smlmclp] {
        max-width: 145px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 10.5px;
    }

    .erp-title-actions[b-st5smlmclp] {
        gap: 5px;
    }

    .header-icon-btn[b-st5smlmclp] {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .user-chip[b-st5smlmclp] {
        height: 34px;
        padding-inline: 7px 5px;
    }

    .user-avatar[b-st5smlmclp] {
        width: 26px;
        height: 26px;
    }

    .user-company[b-st5smlmclp] {
        display: none;
    }

    .lang-btn[b-st5smlmclp] {
        min-height: 34px;
        padding: 0 10px;
        border-radius: 10px;
        font-size: 12px;
    }
}

@media (max-width: 1180px) {
    .erp-titlebar[b-st5smlmclp] {
        min-height: 64px;
        grid-template-columns: minmax(125px, 170px) minmax(0, 1fr) max-content;
        gap: 6px;
        padding: 0 12px;
    }

    .erp-brand small[b-st5smlmclp] {
        display: none;
    }

    .erp-mobile-menu-btn[b-st5smlmclp] {
        display: none !important;
    }

    .header-icon-btn[b-st5smlmclp],
    .user-chip[b-st5smlmclp] {
        display: none;
    }

    .erp-menu-strip[b-st5smlmclp] {
        display: flex !important;
        min-width: 0;
        overflow-x: auto;
        overflow-y: visible;
        scrollbar-width: thin;
    }

    .erp-menu-strip[b-st5smlmclp]::-webkit-scrollbar {
        height: 4px;
    }

    .erp-menu-strip[b-st5smlmclp]::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 999px;
    }

    .erp-mobile-menu[b-st5smlmclp] {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .erp-page-content[b-st5smlmclp] {
        padding: 10px;
    }
}

#blazor-error-ui[b-st5smlmclp] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-st5smlmclp] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/ERP_BALANCE/Components/Layout/NavMenu.razor.rz.scp.css */
.erp-menu[b-e4yme8ffke] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
    direction: rtl;
    overflow: visible;
}

.erp-menu-group[b-e4yme8ffke] {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 68px;
    flex: 0 0 auto;
}

.erp-menu-head[b-e4yme8ffke] {
    position: relative;
    height: 42px;
    border: 1px solid transparent;
    background: transparent;
    color: #334155;
    padding: 0 15px;
    border-radius: 12px;
    font-size: 14.5px;
    font-weight: 900;
    font-family: Arial, Tahoma, sans-serif;
    cursor: pointer;
    white-space: nowrap;
    max-width: 100%;
    transition: background-color .14s ease, color .14s ease, border-color .14s ease, box-shadow .14s ease;
}

.erp-menu-head[b-e4yme8ffke]::after {
    content: "";
    position: absolute;
    inset-inline: 16px;
    bottom: -12px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: transparent;
}

.erp-menu-group:hover .erp-menu-head[b-e4yme8ffke],
.erp-menu-group.active .erp-menu-head[b-e4yme8ffke] {
    background: #e8fbf8;
    color: #0f766e;
    border-color: #bff4ea;
    box-shadow: 0 8px 18px rgba(15, 118, 110, .08);
}

.erp-menu-group.active .erp-menu-head[b-e4yme8ffke]::after,
.erp-menu-group:hover .erp-menu-head[b-e4yme8ffke]::after {
    background: #14b8a6;
}

.erp-menu-dropdown[b-e4yme8ffke] {
    position: absolute;
    top: calc(100% - 4px);
    inset-inline-start: 0;
    display: none;
    flex-direction: column;
    min-width: 260px;
    max-height: calc(100vh - 150px);
    overflow: auto;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #dbe7ef;
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .14);
    z-index: 120;
}

.erp-menu-dropdown.wide[b-e4yme8ffke] {
    min-width: 310px;
}

.erp-menu-group:hover .erp-menu-dropdown[b-e4yme8ffke] {
    display: flex;
    align-items: stretch;
    gap: 3px;
}

.erp-menu-dropdown button[b-e4yme8ffke] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 9px;
    border: none;
    background: transparent;
    color: #1f2937;
    text-align: inherit;
    min-height: 36px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color .12s ease, color .12s ease, transform .12s ease;
}

.erp-menu-dropdown button:hover[b-e4yme8ffke],
.erp-menu-dropdown button:focus[b-e4yme8ffke] {
    background: #f0fdfa;
    color: #0f766e;
    outline: none;
    transform: translateX(-2px);
}

.menu-icon[b-e4yme8ffke] {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
}

.menu-section-title[b-e4yme8ffke] {
    padding: 7px 10px 5px;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}

.menu-separator[b-e4yme8ffke] {
    height: 1px;
    margin: 6px 4px;
    background: #e2e8f0;
}

.erp-menu-dropdown button:disabled[b-e4yme8ffke] {
    cursor: default;
    color: #94a3b8;
    background: transparent;
}

@media (max-width: 1420px) {
    .erp-menu[b-e4yme8ffke] {
        gap: 3px;
    }

    .erp-menu-head[b-e4yme8ffke] {
        height: 38px;
        padding: 0 10px;
        border-radius: 10px;
        font-size: 13px;
    }

    .erp-menu-head[b-e4yme8ffke]::after {
        inset-inline: 12px;
        bottom: -13px;
    }
}

@media (max-width: 1180px) {
    .erp-menu[b-e4yme8ffke] {
        display: flex;
        justify-content: flex-start;
        gap: 3px;
        width: max-content;
        min-width: max-content;
        overflow: visible;
    }

    .erp-menu-group[b-e4yme8ffke] {
        display: flex;
        min-height: 64px;
        margin-bottom: 0;
    }

    .erp-menu-head[b-e4yme8ffke] {
        width: auto;
        height: 36px;
        padding: 0 9px;
        border-color: transparent;
        background: transparent;
        color: #334155;
        text-align: center;
        font-size: 12.5px;
    }

    .erp-menu-head[b-e4yme8ffke]::after {
        display: block;
    }

    .erp-menu-dropdown[b-e4yme8ffke],
    .erp-menu-dropdown.wide[b-e4yme8ffke] {
        position: fixed;
        top: 64px;
        left: 12px;
        right: 12px;
        display: none;
        width: auto;
        min-width: 0;
        max-height: min(420px, calc(100vh - 92px));
        margin-top: 0;
        padding: 8px;
        border: 1px solid #dbe7ef;
        border-radius: 14px;
        box-shadow: 0 18px 44px rgba(15, 23, 42, .14);
        background: #fff;
        z-index: 500;
    }

    .erp-menu-group:hover .erp-menu-dropdown[b-e4yme8ffke] {
        display: flex;
    }
}
/* _content/ERP_BALANCE/Components/Layout/OpenTabsBar.razor.rz.scp.css */
.open-tabs-bar[b-dg23qkdoxw] {
    direction: rtl;
    background: linear-gradient(180deg, #f4f7fb 0%, #e9eff7 100%);
    border-top: 1px solid #cfd9e7;
    border-bottom: 1px solid #cfd9e7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
    min-height: 54px;
    padding: 8px 14px 0;
}

.tabs-container[b-dg23qkdoxw] {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
    min-height: 46px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.tab-item[b-dg23qkdoxw] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 150px;
    max-width: 280px;
    height: 38px;
    padding: 0 13px 0 8px;
    border: 1px solid #bdc9d9;
    border-bottom-color: #cfd9e7;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #ffffff 0%, #eef3f9 100%);
    color: #334155;
    cursor: pointer;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    user-select: none;
    white-space: nowrap;
    box-shadow: 0 -1px 3px rgba(15, 23, 42, .05);
    transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.tab-item:hover[b-dg23qkdoxw] {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
    color: #111827;
}

.tab-item.active[b-dg23qkdoxw] {
    height: 43px;
    background: #ffffff;
    color: #0f172a;
    border-color: #aebdd0;
    border-top: 4px solid #2563eb;
    border-bottom-color: #ffffff;
    box-shadow: 0 -4px 12px rgba(37, 99, 235, .12);
}

.tab-title[b-dg23qkdoxw] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-dirty-dot[b-dg23qkdoxw] {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #f59e0b;
    box-shadow: 0 0 0 2px rgba(245, 158, 11, .16);
}

.close-tab-btn[b-dg23qkdoxw] {
    order: -1;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 0;
}

.close-tab-btn:hover[b-dg23qkdoxw] {
    background: #fee2e2;
    color: #b91c1c;
}
/* _content/ERP_BALANCE/Components/Layout/TabWorkspace.razor.rz.scp.css */
.tab-workspace[b-3h3h3j0dvs] {
    min-width: 0;
    width: 100%;
}

.tab-page-frame[b-3h3h3j0dvs] {
    display: none;
    min-width: 0;
    width: 100%;
}

.tab-page-frame.active[b-3h3h3j0dvs] {
    display: block;
}
/* _content/ERP_BALANCE/Components/Pages/AccountStatementReport.razor.rz.scp.css */
.account-statement-page[b-8vcq2hmhyv] {
    gap: 8px !important;
    padding: 10px 14px 18px !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.account-statement-page .statement-saas-header[b-8vcq2hmhyv] {
    min-height: 50px !important;
    padding: 0 !important;
    align-items: center !important;
    gap: 10px !important;
}

.account-statement-page .statement-title-block[b-8vcq2hmhyv] {
    gap: 8px !important;
}

.account-statement-page .statement-title-icon[b-8vcq2hmhyv] {
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
}

.account-statement-page .statement-title-block h2[b-8vcq2hmhyv] {
    font-size: 23px !important;
    line-height: 1.1 !important;
}

.account-statement-page .statement-breadcrumb[b-8vcq2hmhyv] {
    margin-top: 2px !important;
    font-size: 11px !important;
}

.account-statement-page .account-report-actions[b-8vcq2hmhyv] {
    gap: 6px !important;
    padding-top: 0 !important;
}

.account-statement-page .account-report-actions .save-btn[b-8vcq2hmhyv],
.account-statement-page .account-report-actions .collapse-btn[b-8vcq2hmhyv] {
    height: 32px !important;
    min-height: 32px !important;
    min-width: 62px !important;
    padding: 0 11px !important;
    border-radius: 7px !important;
    font-size: 12px !important;
}

.account-statement-page .account-report-actions .statement-primary-action[b-8vcq2hmhyv] {
    min-width: 92px !important;
}

.account-statement-page .account-statement-filter[b-8vcq2hmhyv] {
    padding: 10px 12px 12px !important;
    border-radius: 8px !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .045) !important;
}

.account-statement-page .statement-filter-title[b-8vcq2hmhyv] {
    margin-bottom: 8px !important;
    gap: 8px !important;
}

.account-statement-page .statement-filter-title h3[b-8vcq2hmhyv] {
    font-size: 16px !important;
    line-height: 1.1 !important;
}

.account-statement-page .statement-filter-title span:not(.statement-filter-symbol)[b-8vcq2hmhyv] {
    margin-top: 2px !important;
    font-size: 10.5px !important;
}

.account-statement-page .statement-filter-symbol[b-8vcq2hmhyv] {
    width: 24px !important;
    height: 24px !important;
    border-radius: 7px !important;
    font-size: 13px !important;
}

.account-statement-page .statement-filter-grid[b-8vcq2hmhyv] {
    grid-template-columns: minmax(160px, 1.05fr) minmax(190px, 1.25fr) minmax(240px, 1.25fr) minmax(170px, 1fr) minmax(150px, .8fr) !important;
    gap: 8px 10px !important;
    align-items: end !important;
}

.account-statement-page .statement-filter-grid label[b-8vcq2hmhyv] {
    margin-bottom: 3px !important;
    font-size: 11.5px !important;
}

.account-statement-page .statement-date-stack[b-8vcq2hmhyv] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.account-statement-page .account-statement-filter .form-control[b-8vcq2hmhyv] {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 9px !important;
    border-radius: 6px !important;
    font-size: 12.5px !important;
}

.account-statement-page .account-statement-filter .square-picker-btn[b-8vcq2hmhyv] {
    width: 36px !important;
    min-width: 36px !important;
    height: 34px !important;
    min-height: 34px !important;
    border-radius: 7px !important;
    font-size: 13px !important;
}

.account-statement-page .statement-checks[b-8vcq2hmhyv] {
    grid-column: 1 / -1 !important;
    min-height: 30px !important;
    padding-top: 6px !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}

.account-statement-page .statement-checks label[b-8vcq2hmhyv] {
    font-size: 11.5px !important;
    white-space: nowrap;
}

.account-statement-page .statement-checks input[type="checkbox"][b-8vcq2hmhyv] {
    width: 13px !important;
    height: 13px !important;
}

.account-statement-page .statement-filter-submit[b-8vcq2hmhyv] {
    justify-content: flex-start !important;
    margin-top: 8px !important;
}

.account-statement-page .statement-wide-search[b-8vcq2hmhyv] {
    min-width: 140px !important;
    height: 34px !important;
    min-height: 34px !important;
    border-radius: 7px !important;
    font-size: 12.5px !important;
}

.account-statement-page .statement-summary[b-8vcq2hmhyv] {
    gap: 8px !important;
    padding: 12px !important;
}

.account-statement-page .statement-summary div[b-8vcq2hmhyv] {
    min-height: 58px !important;
    padding: 9px 11px !important;
}

.account-statement-page .statement-summary span[b-8vcq2hmhyv] {
    font-size: 11px !important;
}

.account-statement-page .statement-summary strong[b-8vcq2hmhyv] {
    font-size: 15px !important;
}

@media (max-width: 1280px) {
    .account-statement-page .statement-filter-grid[b-8vcq2hmhyv] {
        grid-template-columns: repeat(3, minmax(180px, 1fr)) !important;
    }
}

@media (max-width: 860px) {
    .account-statement-page .statement-saas-header[b-8vcq2hmhyv] {
        align-items: stretch !important;
        flex-direction: column !important;
    }

    .account-statement-page .account-report-actions[b-8vcq2hmhyv] {
        flex-wrap: wrap !important;
    }

    .account-statement-page .statement-filter-grid[b-8vcq2hmhyv] {
        grid-template-columns: repeat(2, minmax(160px, 1fr)) !important;
    }
}

@media (max-width: 560px) {
    .account-statement-page[b-8vcq2hmhyv] {
        padding: 8px !important;
    }

    .account-statement-page .statement-filter-grid[b-8vcq2hmhyv],
    .account-statement-page .statement-date-stack[b-8vcq2hmhyv] {
        grid-template-columns: 1fr !important;
    }
}

.account-statement-page.result-tab[b-8vcq2hmhyv] {
    gap: 6px !important;
    padding-top: 6px !important;
}

.account-statement-page.result-tab .journal-card[b-8vcq2hmhyv] {
    min-width: 0 !important;
    max-width: 100% !important;
}

.account-statement-page.result-tab .statement-saas-header[b-8vcq2hmhyv] {
    min-height: 42px !important;
}

.account-statement-page.result-tab .statement-title-block h2[b-8vcq2hmhyv] {
    font-size: 21px !important;
}

.account-statement-page.result-tab .statement-title-icon[b-8vcq2hmhyv] {
    width: 26px !important;
    height: 26px !important;
    font-size: 14px !important;
}

.account-statement-page.result-tab .account-report-actions .save-btn[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-report-actions .collapse-btn[b-8vcq2hmhyv] {
    height: 30px !important;
    min-height: 30px !important;
    min-width: 56px !important;
    padding-inline: 10px !important;
}

.account-statement-page.result-tab .account-statement-filter[b-8vcq2hmhyv] {
    padding: 7px 10px 8px !important;
    border-radius: 7px !important;
}

.account-statement-page.result-tab .statement-filter-title[b-8vcq2hmhyv] {
    display: none !important;
}

.account-statement-page.result-tab .statement-filter-grid[b-8vcq2hmhyv] {
    grid-template-columns:
        minmax(120px, .75fr)
        minmax(170px, 1fr)
        minmax(210px, 1.05fr)
        minmax(160px, .9fr)
        minmax(130px, .65fr) !important;
    gap: 5px 8px !important;
}

.account-statement-page.result-tab .statement-filter-grid label[b-8vcq2hmhyv] {
    margin-bottom: 2px !important;
    font-size: 10.5px !important;
}

.account-statement-page.result-tab .account-statement-filter .form-control[b-8vcq2hmhyv] {
    height: 28px !important;
    min-height: 28px !important;
    padding-inline: 7px !important;
    font-size: 11.5px !important;
    border-radius: 5px !important;
}

.account-statement-page.result-tab .account-statement-filter .square-picker-btn[b-8vcq2hmhyv] {
    width: 30px !important;
    min-width: 30px !important;
    height: 28px !important;
    min-height: 28px !important;
    border-radius: 6px !important;
}

.account-statement-page.result-tab .statement-date-stack[b-8vcq2hmhyv] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
}

.account-statement-page.result-tab .statement-checks[b-8vcq2hmhyv] {
    min-height: 22px !important;
    padding-top: 4px !important;
    gap: 10px !important;
}

.account-statement-page.result-tab .statement-checks label[b-8vcq2hmhyv] {
    font-size: 10.5px !important;
}

.account-statement-page.result-tab .statement-checks input[type="checkbox"][b-8vcq2hmhyv] {
    width: 12px !important;
    height: 12px !important;
}

.account-statement-page.result-tab .statement-filter-submit[b-8vcq2hmhyv] {
    margin-top: 5px !important;
}

.account-statement-page.result-tab .statement-wide-search[b-8vcq2hmhyv] {
    height: 30px !important;
    min-height: 30px !important;
    min-width: 120px !important;
    font-size: 11.5px !important;
}

.account-statement-page.result-tab .statement-summary[b-8vcq2hmhyv] {
    padding: 8px !important;
}

.account-statement-page.result-tab .statement-summary div[b-8vcq2hmhyv] {
    min-height: 48px !important;
    padding: 7px 9px !important;
}

.account-statement-page.result-tab .statement-summary[b-8vcq2hmhyv] {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
}

.account-statement-page.result-tab .statement-grid-wrap[b-8vcq2hmhyv] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    min-height: 260px !important;
    max-height: calc(100vh - 300px) !important;
}

.account-statement-page.result-tab .statement-grid[b-8vcq2hmhyv] {
    width: 100% !important;
    min-width: 1040px !important;
    table-layout: fixed !important;
}

.account-statement-page.result-tab .account-statement-result-grid th[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td[b-8vcq2hmhyv] {
    padding: 5px 6px !important;
    font-size: 12.5px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

.account-statement-page.result-tab .account-statement-result-grid td:nth-child(7)[b-8vcq2hmhyv] {
    min-width: 0 !important;
    width: auto !important;
    white-space: normal !important;
}

.account-statement-page.result-tab .account-statement-result-grid th:nth-child(1)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(1)[b-8vcq2hmhyv] {
    width: 5.5%;
}

.account-statement-page.result-tab .account-statement-result-grid th:nth-child(2)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(2)[b-8vcq2hmhyv] {
    width: 7%;
}

.account-statement-page.result-tab .account-statement-result-grid th:nth-child(3)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(3)[b-8vcq2hmhyv] {
    width: 10%;
}

.account-statement-page.result-tab .account-statement-result-grid th:nth-child(4)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(4)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid th:nth-child(5)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(5)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid th:nth-child(6)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(6)[b-8vcq2hmhyv] {
    width: 7%;
}

.account-statement-page.result-tab .account-statement-result-grid th:nth-child(7)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(7)[b-8vcq2hmhyv] {
    width: 22%;
}

.account-statement-page.result-tab .account-statement-result-grid th:nth-child(8)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(8)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid th:nth-child(10)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(10)[b-8vcq2hmhyv] {
    width: 7%;
}

.account-statement-page.result-tab .account-statement-result-grid th:nth-child(9)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(9)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid th:nth-child(11)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(11)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid th:nth-child(12)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(12)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid th:nth-child(13)[b-8vcq2hmhyv],
.account-statement-page.result-tab .account-statement-result-grid td:nth-child(13)[b-8vcq2hmhyv] {
    width: 6%;
}

@media (max-width: 1180px) {
    .account-statement-page.result-tab .statement-filter-grid[b-8vcq2hmhyv] {
        grid-template-columns: repeat(3, minmax(150px, 1fr)) !important;
    }

    .account-statement-page.result-tab .statement-grid[b-8vcq2hmhyv] {
        min-width: 1000px !important;
    }

    .account-statement-page.result-tab .account-statement-result-grid th[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid td[b-8vcq2hmhyv] {
        font-size: 12px !important;
        padding-inline: 5px !important;
    }
}

@media (max-width: 860px) {
    .account-statement-page.result-tab .account-statement-result-grid th:nth-child(8)[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid td:nth-child(8)[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid th:nth-child(9)[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid td:nth-child(9)[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid th:nth-child(11)[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid td:nth-child(11)[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid th:nth-child(12)[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid td:nth-child(12)[b-8vcq2hmhyv] {
        display: none;
    }

    .account-statement-page.result-tab .account-statement-result-grid th[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid td[b-8vcq2hmhyv] {
        font-size: 11.5px !important;
        padding-inline: 4px !important;
    }
}

@media (max-width: 720px) {
    .account-statement-page.result-tab .statement-filter-grid[b-8vcq2hmhyv] {
        grid-template-columns: repeat(2, minmax(140px, 1fr)) !important;
    }

    .account-statement-page.result-tab .account-statement-result-grid th:nth-child(10)[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid td:nth-child(10)[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid th:nth-child(13)[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid td:nth-child(13)[b-8vcq2hmhyv] {
        display: none;
    }

    .account-statement-page.result-tab .account-statement-result-grid th[b-8vcq2hmhyv],
    .account-statement-page.result-tab .account-statement-result-grid td[b-8vcq2hmhyv] {
        font-size: 11px !important;
    }
}
/* _content/ERP_BALANCE/Components/Pages/CashVoucherEdit.razor.rz.scp.css */
.cash-voucher-entry-page[b-vvrzihtlg2] {
    gap: 8px;
}

.cash-voucher-entry-page .page-header-actions[b-vvrzihtlg2] {
    min-height: 54px;
    padding: 8px 14px 2px;
}

.cash-voucher-entry-page .page-header-actions h2[b-vvrzihtlg2] {
    font-size: 23px;
    line-height: 1.15;
}

.cash-voucher-entry-page .voucher-actions[b-vvrzihtlg2] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cash-voucher-entry-page .page-header-actions .save-btn[b-vvrzihtlg2],
.cash-voucher-entry-page .page-header-actions .collapse-btn[b-vvrzihtlg2] {
    min-width: 96px;
    height: 34px;
    min-height: 34px;
    padding: 5px 13px;
    border-radius: 7px;
}

.cash-voucher-entry-page .voucher-action[b-vvrzihtlg2],
.cash-voucher-entry-page .voucher-delete-action[b-vvrzihtlg2] {
    min-width: 92px;
    height: 34px;
    border-radius: 6px;
    font-weight: 700;
}

.cash-voucher-entry-page .voucher-action.primary[b-vvrzihtlg2] {
    min-width: 106px;
}

.cash-voucher-entry-page .voucher-delete-action[b-vvrzihtlg2] {
    border: 1px solid #d92d20;
    background: #d92d20;
    color: #fff;
    padding: 0 14px;
    cursor: pointer;
}

.cash-voucher-entry-page .voucher-delete-action:disabled[b-vvrzihtlg2] {
    opacity: .55;
    cursor: not-allowed;
}

.cash-voucher-entry-page .journal-page[b-vvrzihtlg2] {
    gap: 10px;
}

.cash-voucher-entry-page .journal-page > .journal-card:first-child[b-vvrzihtlg2] {
    padding: 12px 14px;
}

.cash-voucher-entry-page .journal-header-grid[b-vvrzihtlg2] {
    grid-template-columns: repeat(6, minmax(116px, 1fr));
    gap: 8px 10px;
}

.cash-voucher-entry-page .journal-card label[b-vvrzihtlg2] {
    margin-bottom: 3px;
    font-size: 11.5px;
}

.cash-voucher-entry-page .form-control[b-vvrzihtlg2],
.cash-voucher-entry-page .grid-input[b-vvrzihtlg2] {
    min-height: 32px;
    height: 32px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 13px;
}

.cash-voucher-entry-page .manual-number-input[b-vvrzihtlg2] {
    font-weight: 800;
    color: #172033;
    background: #fff;
}

.cash-voucher-entry-page .search-row[b-vvrzihtlg2] {
    grid-template-columns: 1fr 38px;
}

.cash-voucher-entry-page .search-row .collapse-btn[b-vvrzihtlg2] {
    width: 38px;
    min-width: 38px;
    height: 32px;
    min-height: 32px;
    padding: 0;
    border-radius: 7px;
}

.cash-voucher-entry-page .journal-grid-section[b-vvrzihtlg2] {
    padding: 10px 12px 12px;
}

.cash-voucher-entry-page .journal-grid-hint[b-vvrzihtlg2] {
    padding: 5px 8px;
    margin-bottom: 6px;
    font-size: 11px;
}

.cash-voucher-entry-page .journal-grid[b-vvrzihtlg2] {
    min-width: 1320px;
}

.cash-voucher-entry-page .journal-grid th[b-vvrzihtlg2],
.cash-voucher-entry-page .journal-grid td[b-vvrzihtlg2] {
    padding: 4px 6px;
    font-size: 12px;
}

.cash-voucher-entry-page .journal-grid thead th[b-vvrzihtlg2] {
    height: 28px;
}

.cash-voucher-entry-page .journal-grid .grid-input[b-vvrzihtlg2] {
    min-height: 30px;
    height: 30px;
    padding: 3px 7px;
}

.cash-voucher-entry-page .delete-small-btn[b-vvrzihtlg2] {
    width: 26px;
    height: 26px;
    min-width: 26px;
    padding: 0 !important;
    border-radius: 50%;
    line-height: 1;
    font-size: 15px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cash-voucher-entry-page .journal-grid .col-code[b-vvrzihtlg2] {
    width: 88px;
}

.cash-voucher-entry-page .journal-grid .col-name[b-vvrzihtlg2] {
    width: 180px;
}

.cash-voucher-entry-page .journal-grid .col-amount[b-vvrzihtlg2] {
    width: 100px;
}

.cash-voucher-entry-page .journal-grid .col-note[b-vvrzihtlg2] {
    width: 140px;
}

.cash-voucher-entry-page .journal-grid .col-currency[b-vvrzihtlg2] {
    width: 90px;
}

.cash-voucher-entry-page .journal-grid .col-rate[b-vvrzihtlg2] {
    width: 78px;
}

.cash-voucher-entry-page .journal-grid .col-vat-date[b-vvrzihtlg2] {
    width: 108px;
}

.cash-voucher-print[b-vvrzihtlg2] {
    display: none;
}

.voucher-confirm-overlay[b-vvrzihtlg2] {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(15, 23, 42, .42);
}

.voucher-confirm-box[b-vvrzihtlg2] {
    width: min(440px, 100%);
    background: #fff;
    color: #111827;
    border-radius: 8px;
    border: 1px solid #d8e0ee;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .22);
    padding: 20px;
    text-align: center;
}

.voucher-confirm-box h3[b-vvrzihtlg2] {
    margin: 0 0 8px;
    font-size: 20px;
}

.voucher-confirm-box p[b-vvrzihtlg2] {
    margin: 0 0 18px;
    color: #475569;
    font-weight: 600;
}

.voucher-confirm-actions[b-vvrzihtlg2] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.voucher-confirm-actions .collapse-btn[b-vvrzihtlg2],
.voucher-confirm-actions .voucher-delete-action[b-vvrzihtlg2] {
    min-width: 110px;
    height: 36px;
    border-radius: 6px;
}

@media print {
    @page {
        size: A4;
        margin: 12mm;
    }

    .cash-voucher-entry-page .page-header-actions[b-vvrzihtlg2],
    .cash-voucher-entry-page .journal-page[b-vvrzihtlg2],
    .cash-voucher-entry-page ~ *[b-vvrzihtlg2],
    .voucher-confirm-overlay[b-vvrzihtlg2] {
        display: none !important;
    }

    .cash-voucher-print[b-vvrzihtlg2] {
        display: block !important;
        visibility: visible !important;
        position: static;
        direction: rtl;
        color: #111827;
        font-family: Arial, Tahoma, sans-serif;
        font-size: 12px;
    }

    .cash-voucher-print *[b-vvrzihtlg2] {
        visibility: visible !important;
    }

    .print-company-row[b-vvrzihtlg2] {
        display: grid;
        grid-template-columns: 1fr 92px 1fr;
        align-items: center;
        gap: 12px;
        border-bottom: 2px solid #1f3b5d;
        padding-bottom: 10px;
    }

    .print-company-side[b-vvrzihtlg2] {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-height: 70px;
    }

    .print-company-side strong[b-vvrzihtlg2] {
        font-size: 17px;
        color: #10243f;
    }

    .print-company-side span[b-vvrzihtlg2] {
        color: #475569;
    }

    .print-company-side.ltr[b-vvrzihtlg2] {
        direction: ltr;
        text-align: left;
    }

    .print-logo[b-vvrzihtlg2] {
        width: 82px;
        height: 82px;
        object-fit: contain;
        margin: 0 auto;
    }

    .print-title-row[b-vvrzihtlg2] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 18px 0 12px;
        padding: 10px 12px;
        border: 1px solid #cbd5e1;
        background: #f8fafc;
    }

    .print-title-row h1[b-vvrzihtlg2] {
        margin: 0 0 4px;
        font-size: 24px;
        color: #0f172a;
    }

    .print-title-row span[b-vvrzihtlg2],
    .print-number-box span[b-vvrzihtlg2],
    .print-info-grid span[b-vvrzihtlg2],
    .print-amount-band span[b-vvrzihtlg2],
    .print-notes span[b-vvrzihtlg2] {
        color: #64748b;
        font-weight: 700;
    }

    .print-number-box[b-vvrzihtlg2] {
        min-width: 130px;
        border: 1px solid #1f3b5d;
        background: #fff;
        padding: 8px 10px;
        text-align: center;
    }

    .print-number-box strong[b-vvrzihtlg2] {
        display: block;
        font-size: 22px;
        color: #1f3b5d;
    }

    .print-info-grid[b-vvrzihtlg2] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin-bottom: 10px;
    }

    .print-info-grid div[b-vvrzihtlg2],
    .print-amount-band div[b-vvrzihtlg2],
    .print-notes[b-vvrzihtlg2] {
        border: 1px solid #d7dee9;
        padding: 8px 10px;
        min-height: 42px;
    }

    .print-info-grid strong[b-vvrzihtlg2],
    .print-amount-band strong[b-vvrzihtlg2],
    .print-notes strong[b-vvrzihtlg2] {
        display: block;
        margin-top: 3px;
        font-size: 13px;
    }

    .print-amount-band[b-vvrzihtlg2] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin: 10px 0 14px;
    }

    .print-amount-band div:last-child[b-vvrzihtlg2] {
        border-color: #1f3b5d;
        background: #eef4fb;
    }

    .print-cheques-table[b-vvrzihtlg2] {
        width: 100%;
        border-collapse: collapse;
        margin: 12px 0;
    }

    .print-cheques-table th[b-vvrzihtlg2] {
        background: #1f3b5d;
        color: #fff;
        font-weight: 700;
    }

    .print-cheques-table th[b-vvrzihtlg2],
    .print-cheques-table td[b-vvrzihtlg2] {
        border: 1px solid #cbd5e1;
        padding: 7px 6px;
        text-align: center;
    }

    .print-notes[b-vvrzihtlg2] {
        margin-top: 12px;
        min-height: 58px;
    }

    .print-signatures[b-vvrzihtlg2] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin-top: 42px;
    }

    .print-signatures div[b-vvrzihtlg2] {
        border-top: 1px solid #334155;
        padding-top: 8px;
        text-align: center;
        font-weight: 700;
    }
}
/* _content/ERP_BALANCE/Components/Pages/ChequeOperationExecute.razor.rz.scp.css */
.cheque-execute-page[b-uyxb05oqyh] {
    padding-block: 10px;
}

.cheque-execute-page .page-header-actions[b-uyxb05oqyh] {
    padding: 14px 18px;
    min-height: 58px;
}

.cheque-execute-page .page-header-actions h2[b-uyxb05oqyh] {
    font-size: 1.45rem;
    margin: 0;
}

.cheque-execute-page .journal-card[b-uyxb05oqyh] {
    padding: 10px 12px;
    margin-block: 8px;
}

.cheque-execute-page .movement-filter-grid[b-uyxb05oqyh] {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px 10px;
    align-items: end;
}

.cheque-execute-page label[b-uyxb05oqyh] {
    font-size: .78rem;
    margin-bottom: 3px;
}

.cheque-execute-page .form-control[b-uyxb05oqyh] {
    min-height: 32px;
    height: 32px;
    padding: 4px 8px;
    font-size: .86rem;
}

.cheque-execute-page .save-btn[b-uyxb05oqyh],
.cheque-execute-page .collapse-btn[b-uyxb05oqyh] {
    min-height: 32px;
    padding: 5px 14px;
    font-size: .86rem;
}

.cheque-execute-page .trial-summary-grid[b-uyxb05oqyh] {
    gap: 8px;
}

.cheque-execute-page .trial-summary-grid > div[b-uyxb05oqyh] {
    padding: 8px 10px;
    min-height: 56px;
}

.cheque-execute-page .trial-summary-grid span[b-uyxb05oqyh] {
    font-size: .78rem;
}

.cheque-execute-page .trial-summary-grid strong[b-uyxb05oqyh] {
    font-size: 1rem;
}

.cheque-execute-page .data-table th[b-uyxb05oqyh],
.cheque-execute-page .data-table td[b-uyxb05oqyh] {
    padding: 6px 8px;
    font-size: .84rem;
    white-space: nowrap;
}
/* _content/ERP_BALANCE/Components/Pages/ChequeOperations.razor.rz.scp.css */
.cheque-operations-page[b-792eaios1r] {
    padding-block: 10px;
}

.cheque-operations-page .page-header-actions[b-792eaios1r] {
    padding: 14px 18px;
    min-height: 58px;
}

.cheque-operations-page .page-header-actions h2[b-792eaios1r] {
    font-size: 1.45rem;
    margin: 0;
}

.cheque-operations-page .journal-card[b-792eaios1r] {
    padding: 10px 12px;
    margin-block: 8px;
}

.cheque-operations-page .movement-filter-grid[b-792eaios1r] {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 8px 10px;
    align-items: end;
}

.cheque-operations-page label[b-792eaios1r] {
    font-size: .78rem;
    margin-bottom: 3px;
}

.cheque-operations-page .form-control[b-792eaios1r] {
    min-height: 32px;
    height: 32px;
    padding: 4px 8px;
    font-size: .86rem;
}

.cheque-operations-page .save-btn[b-792eaios1r],
.cheque-operations-page .collapse-btn[b-792eaios1r] {
    min-height: 32px;
    padding: 5px 14px;
    font-size: .86rem;
}

.cheque-status-toggle[b-792eaios1r] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 8px;
    align-items: center;
}

.cheque-status-toggle label[b-792eaios1r] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    white-space: nowrap;
}

.cheque-operations-page .table-wrap[b-792eaios1r] {
    max-height: calc(100vh - 330px);
    overflow: auto;
}

.cheque-operations-page .data-table th[b-792eaios1r],
.cheque-operations-page .data-table td[b-792eaios1r] {
    padding: 6px 8px;
    font-size: .84rem;
    white-space: nowrap;
}
/* _content/ERP_BALANCE/Components/Pages/CustomerEdit.razor.rz.scp.css */
.party-entry-page[b-bor8c1nyex] {
    display: grid;
    gap: 12px;
    min-height: calc(100vh - 150px);
}

.party-header[b-bor8c1nyex] {
    align-items: center;
}

.party-header h2[b-bor8c1nyex],
.party-header p[b-bor8c1nyex] {
    margin: 0;
}

.party-header p[b-bor8c1nyex] {
    color: #60708a;
    font-weight: 700;
    margin-top: 4px;
}

.party-toolbar[b-bor8c1nyex],
.party-inline[b-bor8c1nyex],
.party-search-row[b-bor8c1nyex],
.party-credit-fields[b-bor8c1nyex] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.party-shell[b-bor8c1nyex] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    gap: 12px;
    align-items: start;
}

.party-editor-card[b-bor8c1nyex],
.party-list-card[b-bor8c1nyex] {
    padding: 12px;
    border-radius: 8px;
}

.party-card-title[b-bor8c1nyex],
.party-list-head[b-bor8c1nyex],
.party-credit-panel[b-bor8c1nyex] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.party-card-title h3[b-bor8c1nyex],
.party-list-head h3[b-bor8c1nyex] {
    margin: 0;
    color: #0b1f3a;
    font-size: 18px;
    font-weight: 900;
}

.party-card-title span[b-bor8c1nyex],
.party-list-head span[b-bor8c1nyex] {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.party-card-title strong[b-bor8c1nyex] {
    background: #eef6ff;
    color: #075985;
    border: 1px solid #bfdbfe;
    border-radius: 7px;
    padding: 7px 12px;
    white-space: nowrap;
}

.party-form-grid[b-bor8c1nyex] {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 10px;
}

.party-form-grid.identity[b-bor8c1nyex] {
    grid-template-columns: 140px 170px repeat(2, minmax(180px, 1fr));
}

.party-field[b-bor8c1nyex] {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.party-field label[b-bor8c1nyex] {
    color: #0b1f3a;
    font-size: 13px;
    font-weight: 900;
}

.party-field label span[b-bor8c1nyex] {
    color: #dc2626;
}

.party-field.span-2[b-bor8c1nyex] {
    grid-column: span 2;
}

.party-field.compact .party-inline .form-control[b-bor8c1nyex] {
    min-width: 0;
}

.party-section-title[b-bor8c1nyex] {
    margin: 16px 0 10px;
    color: #0f172a;
    font-weight: 900;
    border-top: 1px solid #e2e8f0;
    padding-top: 12px;
}

.party-credit-panel[b-bor8c1nyex] {
    margin: 16px 0 0;
    padding: 12px;
    border: 1px solid #dbe7f4;
    background: #f8fbff;
    border-radius: 8px;
}

.party-credit-panel > div:first-child[b-bor8c1nyex] {
    display: grid;
    gap: 3px;
}

.party-credit-panel span[b-bor8c1nyex] {
    color: #64748b;
    font-weight: 800;
    font-size: 13px;
}

.party-credit-panel strong[b-bor8c1nyex] {
    color: #0b1f3a;
    font-size: 24px;
    line-height: 1;
}

.party-credit-fields[b-bor8c1nyex] {
    min-width: 310px;
}

.party-list-card[b-bor8c1nyex] {
    position: sticky;
    top: 10px;
}

.party-search-row[b-bor8c1nyex] {
    margin-bottom: 10px;
}

.party-list-wrap[b-bor8c1nyex] {
    max-height: calc(100vh - 360px);
    overflow: auto;
    border: 1px solid #dce6f2;
    border-radius: 8px;
}

.party-list-table[b-bor8c1nyex] {
    margin: 0;
}

.party-list-table th[b-bor8c1nyex],
.party-list-table td[b-bor8c1nyex] {
    vertical-align: middle;
}

.party-row-button[b-bor8c1nyex] {
    display: grid;
    gap: 2px;
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: inherit;
    padding: 0;
}

.party-row-button strong[b-bor8c1nyex] {
    color: #0b1f3a;
}

.party-row-button span[b-bor8c1nyex],
.party-empty[b-bor8c1nyex] {
    color: #64748b;
    font-weight: 700;
}

.party-empty[b-bor8c1nyex] {
    text-align: center;
    padding: 24px 8px;
}

@media (max-width: 1180px) {
    .party-shell[b-bor8c1nyex],
    .party-form-grid[b-bor8c1nyex],
    .party-form-grid.identity[b-bor8c1nyex] {
        grid-template-columns: 1fr 1fr;
    }

    .party-list-card[b-bor8c1nyex] {
        position: static;
    }
}

@media (max-width: 720px) {
    .party-shell[b-bor8c1nyex],
    .party-form-grid[b-bor8c1nyex],
    .party-form-grid.identity[b-bor8c1nyex],
    .party-toolbar[b-bor8c1nyex],
    .party-credit-panel[b-bor8c1nyex],
    .party-credit-fields[b-bor8c1nyex] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .party-field.span-2[b-bor8c1nyex] {
        grid-column: auto;
    }
}
