/* _content/Nexa.Web/Components/Dashboard/AdminDashboard.Razor.rz.scp.css */
.report-page[b-o87lq81her] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.report-header[b-o87lq81her] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(180, 137, 41, 0.2);
    border-radius: 1.25rem;
    background: linear-gradient(135deg, #111827, #1f2937 65%, #7c5f12);
    color: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
}

.report-header h1[b-o87lq81her] {
    margin: 0;
    font-size: 1.8rem;
}

.report-header p[b-o87lq81her] {
    margin: 0.4rem 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.refresh-button[b-o87lq81her] {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0.85rem;
    padding: 0.75rem 1.15rem;
    background: rgba(255, 255, 255, 0.12);
    color: white;
    font-weight: 800;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition:
        transform 0.18s ease,
        background 0.18s ease;
}

.refresh-button:hover:not(:disabled)[b-o87lq81her] {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.2);
}

.refresh-button:disabled[b-o87lq81her] {
    opacity: 0.65;
    cursor: default;
}

.kpi-section[b-o87lq81her] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.kpi-section h2[b-o87lq81her] {
    margin: 0;
    color: #0f172a;
    font-size: 1.1rem;
}

.kpi-grid[b-o87lq81her] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.kpi-card[b-o87lq81her] {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 150px;
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: linear-gradient(180deg, #fff, #fbfdff);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.kpi-card[b-o87lq81her]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #d4af37, #8b6b16);
}

.kpi-title[b-o87lq81her],
.kpi-unit[b-o87lq81her] {
    color: #64748b;
    font-weight: 700;
}

.kpi-card strong[b-o87lq81her] {
    margin-top: auto;
    color: #0f172a;
    font-size: 1.8rem;
    direction: ltr;
    text-align: right;
}

.report-links[b-o87lq81her] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.report-links a[b-o87lq81her] {
    padding: 1.1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.95rem;
    background: #fff;
    color: #0f172a;
    text-align: center;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease;
}

.report-links a:hover[b-o87lq81her] {
    transform: translateY(-2px);
    border-color: #d4af37;
    background: #fffaf0;
}

.loading-box[b-o87lq81her],
.alert[b-o87lq81her] {
    padding: 1.25rem;
    border-radius: 0.9rem;
}

.loading-box[b-o87lq81her] {
    border: 1px dashed #cbd5e1;
    text-align: center;
    color: #64748b;
    background: #f8fafc;
}

.alert-danger[b-o87lq81her] {
    color: #991b1b;
    border: 1px solid #fecaca;
    background: #fef2f2;
}

@media (max-width: 850px) {
    .kpi-grid[b-o87lq81her],
    .report-links[b-o87lq81her] {
        grid-template-columns: 1fr;
    }

    .report-header[b-o87lq81her] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* _content/Nexa.Web/Components/Dashboard/BalanceCards.razor.rz.scp.css */
.nexa-balance-row[b-8lx7kia86v] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    width: 100%;
}

.nexa-card[b-8lx7kia86v] {
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.25rem;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}

.nexa-balance-card[b-8lx7kia86v] {
    position: relative;
    overflow: hidden;
    min-height: 148px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nexa-balance-card[b-8lx7kia86v]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #d4af37, #f6d365);
}

.nexa-balance-title[b-8lx7kia86v] {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 800;
}

.nexa-balance-value[b-8lx7kia86v] {
    margin-top: 0.8rem;
    font-size: clamp(1.45rem, 2.6vw, 2.1rem);
    font-weight: 900;
    line-height: 1.2;
    direction: ltr;
    text-align: right;
}

.nexa-positive[b-8lx7kia86v] {
    color: #15803d;
}
.nexa-negative[b-8lx7kia86v] {
    color: #b91c1c;
}

.nexa-balance-footer[b-8lx7kia86v] {
    margin-top: 1rem;
    color: #94a3b8;
    font-size: 0.8rem;
    font-weight: 700;
}

@media (max-width: 640px) {
    .nexa-balance-card[b-8lx7kia86v] {
        min-height: 132px;
    }
}
/* _content/Nexa.Web/Components/Dashboard/DashboardTabs.razor.rz.scp.css */
.nexa-dashboard-tabs[b-szq5e8hw8d] {
    width: 100%;
    margin-top: 1rem;
    padding: 1.25rem;
    direction: rtl;
}

.nexa-dashboard-tabs__header[b-szq5e8hw8d] {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    text-align: right;
}

.nexa-dashboard-tabs__eyebrow[b-szq5e8hw8d] {
    color: #b08a21;
    font-size: 0.78rem;
    font-weight: 900;
}

.nexa-dashboard-tabs__title[b-szq5e8hw8d] {
    margin: 0.25rem 0 0;
    color: #0f172a;
    font-size: 1.1rem;
}

.nexa-dashboard-tabs__nav[b-szq5e8hw8d] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    flex-wrap: wrap;
    direction: rtl;
}

.nexa-dashboard-tabs__tab[b-szq5e8hw8d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.65rem 0.85rem;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.8rem;
    font-weight: 800;
    cursor: pointer;
    transition:
        background 0.18s ease,
        color 0.18s ease,
        border-color 0.18s ease,
        transform 0.18s ease;
}

.nexa-dashboard-tabs__tab:hover[b-szq5e8hw8d] {
    transform: translateY(-1px);
    border-color: #cbd5e1;
}

.nexa-dashboard-tabs__tab--active[b-szq5e8hw8d] {
    color: #7c5f12;
    background: #fff8df;
    border-color: #efd77e;
}

.nexa-dashboard-tabs__count[b-szq5e8hw8d] {
    min-width: 1.4rem;
    height: 1.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.3rem;
    color: #fff;
    background: #0f172a;
    border-radius: 999px;
    font-size: 0.72rem;
}

.nexa-dashboard-tabs__content[b-szq5e8hw8d] {
    margin-top: 1rem;
    min-height: 120px;
    text-align: right;
}

@media (max-width: 720px) {
    .nexa-dashboard-tabs__nav[b-szq5e8hw8d] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 440px) {
    .nexa-dashboard-tabs__nav[b-szq5e8hw8d] {
        grid-template-columns: 1fr;
    }
}
/* _content/Nexa.Web/Components/Dashboard/DealerDailyQuotePanel.razor.rz.scp.css */
.dealer-panel[b-mgtghruz4a] {
    width: 100%;
    padding: 1.25rem !important;
}

.dealer-summary-bar[b-mgtghruz4a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
    padding: 1rem 1.1rem;
    border: 1px solid #d9dce1;
    border-radius: 1rem;
    background: linear-gradient(135deg, #f8fafc, #eef0f3);
    box-shadow: 0 8px 22px rgba(30, 41, 59, 0.07);
}

.dealer-summary-balances[b-mgtghruz4a] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.35rem;
    min-width: 0;
}

.dealer-summary-title[b-mgtghruz4a] {
    color: #475569;
    font-size: 0.9rem;
    font-weight: 950;
}

.dealer-balance-item[b-mgtghruz4a] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.5rem;
    white-space: nowrap;
}

.dealer-balance-item > span[b-mgtghruz4a] {
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 900;
}

.dealer-balance-item > strong[b-mgtghruz4a] {
    color: #172033;
    font-size: 1.08rem;
    font-weight: 950;
}

.dealer-balance-item small[b-mgtghruz4a] {
    font-size: 0.72rem;
    font-weight: 850;
}

.dealer-refresh-status[b-mgtghruz4a] {
    display: flex;
    min-width: 225px;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    padding: 0.65rem 0.85rem;
    border: 1px solid #d4d7dc;
    border-radius: 0.85rem;
    color: #7b818a;
    background: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
    font-weight: 850;
}

.dealer-refresh-status strong[b-mgtghruz4a] {
    min-width: 2ch;
    color: #b46a3c;
    font-size: 1.2rem;
    font-variant-numeric: tabular-nums;
    text-align: center;
}

.dealer-refresh-status small[b-mgtghruz4a],
.dealer-refresh-status span[b-mgtghruz4a] {
    color: #7b818a;
}

.dealer-refresh-status.is-loading[b-mgtghruz4a] {
    border-color: #d6b095;
    color: #84614a;
    background: #f8eee8;
}

.dealer-refresh-status.is-loading strong[b-mgtghruz4a] {
    color: #84614a;
    font-size: 0.8rem;
}

.dealer-spinner[b-mgtghruz4a] {
    width: 17px;
    height: 17px;
    border: 3px solid #e7d2c4;
    border-top-color: #b46a3c;
    border-radius: 50%;
    animation: dealer-spin-b-mgtghruz4a 0.75s linear infinite;
}

.dealer-api-result[b-mgtghruz4a] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.85rem;
    font-size: 0.8rem;
    font-weight: 850;
}

.dealer-api-result.is-success[b-mgtghruz4a] { color: #166534; background: #dcfce7; }
.dealer-api-result.is-error[b-mgtghruz4a] { color: #991b1b; background: #fee2e2; }
.dealer-api-result.is-manual[b-mgtghruz4a] { color: #854d0e; background: #fef3c7; }

.dealer-products[b-mgtghruz4a] { display: grid; gap: 1rem; }
.dealer-products.is-refreshing[b-mgtghruz4a] { opacity: 0.72; }

.dealer-product-card[b-mgtghruz4a] {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.dealer-product-card > header[b-mgtghruz4a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.dealer-product-card > header strong[b-mgtghruz4a] { font-size: 1.05rem; }
.dealer-product-card > header span[b-mgtghruz4a] { color: #64748b; font-size: 0.75rem; }

.dealer-limit-grid[b-mgtghruz4a] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.dealer-limit-card[b-mgtghruz4a] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
    padding: 1rem;
    border: 1px solid;
    border-radius: 1rem;
}

.dealer-limit-card > div:last-child[b-mgtghruz4a] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 0.35rem 0.8rem;
    width: 100%;
    min-width: 0;
}

.dealer-limit-buy[b-mgtghruz4a] {
    color: #374151;
    border-color: #c7cbd1;
    background: linear-gradient(135deg, #f8fafc, #e5e7eb);
}

.dealer-limit-sell[b-mgtghruz4a] {
    color: #7c3f20;
    border-color: #d8a98d;
    background: linear-gradient(135deg, #fbf4ef, #ead0bf);
}

.dealer-limit-icon[b-mgtghruz4a] {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.72);
    font-size: 1.2rem;
}

.dealer-limit-card span[b-mgtghruz4a] { font-size: 0.76rem; font-weight: 850; }
.dealer-limit-card strong[b-mgtghruz4a] { font-size: 1.25rem; white-space: nowrap; }
.dealer-limit-card strong small[b-mgtghruz4a] { font-size: 0.7rem; }
.dealer-limit-card p[b-mgtghruz4a] { grid-column: 1 / -1; margin: 0; font-size: 0.72rem; }

.dealer-limit-card.is-zero[b-mgtghruz4a] {
    color: #991b1b;
    border-color: #dc2626;
    background: #fee2e2;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.dealer-limit-card.is-zero[b-mgtghruz4a]::after {
    margin-right: auto;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    color: #fff;
    background: #dc2626;
    content: "سقف تکمیل";
    font-size: 0.65rem;
    font-weight: 900;
}

.dealer-price-form[b-mgtghruz4a] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #d9dce1;
    border-radius: 1rem;
}

.dealer-price-form.is-api[b-mgtghruz4a] { background: #f8fafc; }
.dealer-price-form.is-manual[b-mgtghruz4a] { border-color: #d8a98d; background: #fbf4ef; }

.dealer-price-field[b-mgtghruz4a] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.dealer-price-field label[b-mgtghruz4a] {
    color: #475569;
    font-size: 0.78rem;
    font-weight: 900;
    white-space: nowrap;
}

.dealer-save-button[b-mgtghruz4a] {
    width: 100%;
    margin-top: 0.8rem;
    padding: 0.8rem;
    border: 0;
    border-radius: 0.8rem;
    color: #fff;
    background: #b46a3c;
    font: inherit;
    font-weight: 950;
}

.dealer-save-button:disabled[b-mgtghruz4a] { opacity: 0.5; }
.dealer-buy-price[b-mgtghruz4a] { min-width: 0; }

@keyframes dealer-spin-b-mgtghruz4a { to { transform: rotate(360deg); } }

@media (max-width: 760px) {
    .dealer-panel[b-mgtghruz4a] { padding: 0.75rem !important; }

    .dealer-summary-bar[b-mgtghruz4a] {
        align-items: stretch;
        flex-direction: column;
        gap: 0.75rem;
    }

    .dealer-summary-balances[b-mgtghruz4a] {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.65rem 0.9rem;
    }

    .dealer-summary-title[b-mgtghruz4a] {
        grid-column: 1 / -1;
    }

    .dealer-balance-item[b-mgtghruz4a] {
        grid-column: 1 / -1;
        justify-content: space-between;
    }

    .dealer-refresh-status[b-mgtghruz4a] { min-width: 0; }

    .dealer-limit-grid[b-mgtghruz4a],
    .dealer-price-form[b-mgtghruz4a] { grid-template-columns: 1fr; }

    .dealer-limit-card[b-mgtghruz4a] { align-items: flex-start; }

    .dealer-limit-card > div:last-child[b-mgtghruz4a] {
        grid-template-columns: 1fr;
    }

    .dealer-limit-card strong[b-mgtghruz4a],
    .dealer-limit-card p[b-mgtghruz4a] {
        grid-column: 1;
        grid-row: auto;
    }

    .dealer-price-field[b-mgtghruz4a] {
        grid-template-columns: 1fr;
    }

    .dealer-price-field label[b-mgtghruz4a] { white-space: normal; }
}
/* _content/Nexa.Web/Components/Dashboard/TradingPanel.razor.rz.scp.css */
.nexa-trading-panel[b-e9y3sekrda] {
    display: block !important;
    grid-template-columns: none !important;
    width: 100% !important;
    overflow: hidden;
    padding: 0 !important;
    direction: rtl;
    border: 1px solid;
    border-radius: 1.35rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.nexa-trading-panel--buy[b-e9y3sekrda] {
    border-color: #b9bec6;
    background: linear-gradient(145deg, #f8fafc, #eef0f3 55%, #d9dde2);
}

.nexa-trading-panel--sell[b-e9y3sekrda] {
    border-color: #c98b65;
    background: linear-gradient(145deg, #fbf6f2, #f1dfd3 55%, #dfb89f);
}

.nexa-order-deadline[b-e9y3sekrda] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: .45rem;
    padding: .8rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .75);
    color: #334155;
    background: rgba(255, 255, 255, .58);
    font-weight: 900;
}

.nexa-order-deadline strong[b-e9y3sekrda] {
    min-width: 2ch;
    color: #b46a3c;
    font-size: 1.35rem;
    font-variant-numeric: tabular-nums;
    text-align: center;
}

.nexa-order-deadline small[b-e9y3sekrda] {
    color: #64748b;
    font-size: .72rem;
}

.nexa-customer-daily-limits[b-e9y3sekrda] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1rem 1.4rem 0;
}

.nexa-customer-limit[b-e9y3sekrda] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.35rem 1rem;
    min-width: 0;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.nexa-customer-limit > span[b-e9y3sekrda] {
    grid-column: 1;
}

.nexa-customer-limit > strong[b-e9y3sekrda] {
    grid-column: 2;
    grid-row: 1;
    white-space: nowrap;
}

.nexa-customer-limit > small[b-e9y3sekrda] {
    grid-column: 1 / -1;
}

.nexa-customer-gold-balance[b-e9y3sekrda] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.35rem 1rem;
    padding-top: 0.55rem;
    margin-top: 0.2rem;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.nexa-customer-gold-balance span[b-e9y3sekrda] {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 800;
}

.nexa-customer-gold-balance strong[b-e9y3sekrda] {
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 950;
    white-space: nowrap;
}

.nexa-customer-limit > span[b-e9y3sekrda],
.nexa-customer-limit > small[b-e9y3sekrda] {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 800;
}

.nexa-customer-limit > strong[b-e9y3sekrda] {
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 950;
}

.nexa-customer-limit--buy[b-e9y3sekrda] {
    border-color: #c7cbd1;
    background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(229,231,235,.76));
}

.nexa-customer-limit--cash[b-e9y3sekrda] {
    border-color: rgba(59, 130, 246, 0.3);
}

.nexa-customer-limit--sell[b-e9y3sekrda] {
    border-color: #d8a98d;
    background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(234,208,191,.72));
}

.nexa-customer-limit.is-zero[b-e9y3sekrda] {
    color: #991b1b;
    border-color: #ef4444;
    background: #fee2e2;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.nexa-customer-limit.is-zero > strong[b-e9y3sekrda] {
    color: #b91c1c;
}

.nexa-trading-panel__header[b-e9y3sekrda] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.42);
}

.nexa-trading-panel__header > div[b-e9y3sekrda] {
    display: grid;
    gap: 0.2rem;
}

.nexa-trading-panel__header strong[b-e9y3sekrda] {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 950;
}

.nexa-trading-panel__header span[b-e9y3sekrda] {
    color: #475569;
    font-size: 0.8rem;
}

.nexa-trading-panel__refresh[b-e9y3sekrda] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 142px;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 0.9rem;
    color: #334155;
    background: #fff;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.08);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.nexa-trading-tabs[b-e9y3sekrda] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 1.1rem 1.4rem 0;
    padding: 0.6rem;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.nexa-trading-tab[b-e9y3sekrda] {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.85rem;
    min-height: 82px;
    padding: 1rem 1.1rem;
    border: 2px solid #cbd5e1;
    border-radius: 1rem;
    color: #475569;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    font: inherit;
    text-align: right;
    cursor: pointer;
    transition:
        transform 0.16s ease,
        box-shadow 0.16s ease,
        border-color 0.16s ease;
}

.nexa-trading-tab:hover[b-e9y3sekrda] {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.13);
}

.nexa-trading-tab:focus-visible[b-e9y3sekrda] {
    outline: 4px solid rgba(59, 130, 246, 0.25);
    outline-offset: 2px;
}

.nexa-trading-tab__icon[b-e9y3sekrda] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 0.9rem;
    font-size: 1.25rem;
}

.nexa-trading-tab__body[b-e9y3sekrda] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
}

.nexa-trading-tab__body strong[b-e9y3sekrda] {
    color: inherit;
    font-size: 1rem;
    font-weight: 950;
}

.nexa-trading-tab__body small[b-e9y3sekrda] {
    flex: 0 0 auto;
    direction: ltr;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    text-align: right;
}

.nexa-trading-tab__arrow[b-e9y3sekrda] {
    opacity: 0.55;
    transition: transform 0.16s ease;
}

.nexa-trading-tab:hover .nexa-trading-tab__arrow[b-e9y3sekrda] {
    transform: translateX(-3px);
}

.nexa-trading-tab--buy .nexa-trading-tab__icon[b-e9y3sekrda] {
    color: #4b5563;
    background: #e5e7eb;
}

.nexa-trading-tab--sell .nexa-trading-tab__icon[b-e9y3sekrda] {
    color: #7c3f20;
    background: #ead0bf;
}

.nexa-trading-tab--buy.is-active[b-e9y3sekrda] {
    color: #374151;
    border-color: #9ca3af;
    background: linear-gradient(135deg, #e5e7eb, #f8fafc);
    box-shadow: 0 12px 28px rgba(71, 85, 105, 0.16);
}

.nexa-trading-tab--sell.is-active[b-e9y3sekrda] {
    color: #7c3f20;
    border-color: #b46a3c;
    background: linear-gradient(135deg, #ead0bf, #fbf4ef);
    box-shadow: 0 12px 28px rgba(180, 106, 60, 0.2);
}

.nexa-trading-tab.is-active[b-e9y3sekrda]::after {
    content: "انتخاب‌شده";
    position: absolute;
    top: -0.55rem;
    left: 0.8rem;
    padding: 0.2rem 0.55rem;
    color: #fff;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 900;
}

.nexa-trading-tab--buy.is-active[b-e9y3sekrda]::after {
    background: #6b7280;
}
.nexa-trading-tab--sell.is-active[b-e9y3sekrda]::after {
    background: #a8582d;
}

.nexa-trading-panel__content[b-e9y3sekrda] {
    margin: 0.85rem 1.4rem 1.4rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.24);
}

.nexa-trade-card[b-e9y3sekrda] {
    width: 100%;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.nexa-trade-card__heading[b-e9y3sekrda],
.nexa-trade-card__summary[b-e9y3sekrda] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nexa-trade-card__heading[b-e9y3sekrda] {
    margin-bottom: 1.1rem;
}
.nexa-trade-card__heading span[b-e9y3sekrda],
.nexa-trade-card__heading strong[b-e9y3sekrda] {
    display: block;
}

.nexa-trade-card__active-price small[b-e9y3sekrda],
.nexa-trade-card__summary strong small[b-e9y3sekrda] {
    color: inherit;
    font-size: 0.72em;
    font-weight: 850;
}

.nexa-trade-card__summary strong[b-e9y3sekrda] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.3rem;
    color: #0f172a;
    font-size: 1.12rem;
    font-weight: 950;
}

.price-updated .nexa-trading-tab__body small[b-e9y3sekrda] {
    animation: nexa-price-updated-b-e9y3sekrda 2s ease-out;
}

@keyframes nexa-price-updated-b-e9y3sekrda {
    0% {
        color: #92400e;
        background: #fef08a;
        box-shadow: 0 0 0 6px rgba(250, 204, 21, .28);
    }
    55% {
        color: #854d0e;
        background: #fef9c3;
        box-shadow: 0 0 0 3px rgba(250, 204, 21, .15);
    }
    100% {
        color: inherit;
        background: transparent;
        box-shadow: none;
    }
}
.nexa-trade-card__heading > div > span[b-e9y3sekrda] {
    color: #475569;
    font-size: 0.82rem;
    font-weight: 800;
}
.nexa-trade-card__heading strong[b-e9y3sekrda] {
    margin-top: 0.3rem;
    color: #0f172a;
    font-size: 1.45rem;
    font-weight: 950;
}

.nexa-trade-card__badge[b-e9y3sekrda] {
    min-width: 4.5rem;
    padding: 0.55rem 0.8rem;
    text-align: center;
    border-radius: 999px;
    font-weight: 950;
}

.nexa-trade-card--buy .nexa-trade-card__badge[b-e9y3sekrda] {
    color: #166534;
    background: #bbf7d0;
}
.nexa-trade-card--sell .nexa-trade-card__badge[b-e9y3sekrda] {
    color: #991b1b;
    background: #fecaca;
}

.nexa-trade-card__columns[b-e9y3sekrda] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}

.nexa-trade-card__form[b-e9y3sekrda],
.nexa-trade-card__summaries[b-e9y3sekrda] {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.nexa-trade-card__field[b-e9y3sekrda] {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 850;
}

.nexa-quantity-editor[b-e9y3sekrda] {
    width: 100%;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
}

.nexa-quantity-editor[b-e9y3sekrda]  .dxbl-spin-edit,
.nexa-quantity-editor[b-e9y3sekrda]  .dxbl-text-edit,
.nexa-quantity-editor[b-e9y3sekrda]  .dxbl-edit {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
}

.nexa-quantity-editor[b-e9y3sekrda]  input {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding-block: 0 !important;
    line-height: 40px !important;
}

.nexa-quantity-editor[b-e9y3sekrda]  button,
.nexa-quantity-editor[b-e9y3sekrda]  [class*="spin-button"],
.nexa-quantity-editor[b-e9y3sekrda]  [class*="spin-btn"],
.nexa-quantity-editor[b-e9y3sekrda]  [class*="increment"],
.nexa-quantity-editor[b-e9y3sekrda]  [class*="decrement"] {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.nexa-trade-card__summary[b-e9y3sekrda] {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.76);
}

.nexa-trade-card__submit[b-e9y3sekrda] {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    border: 0;
    border-radius: 0.9rem;
    color: #fff;
    font: inherit;
    font-weight: 950;
    cursor: pointer;
}

.nexa-trade-card__submit--buy[b-e9y3sekrda] {
    background: linear-gradient(135deg, #4b5563, #9ca3af);
}
.nexa-trade-card__submit--sell[b-e9y3sekrda] {
    background: linear-gradient(135deg, #8f4d2b, #c47b50);
}
.nexa-trade-card__submit:disabled[b-e9y3sekrda],
.nexa-trading-panel__refresh:disabled[b-e9y3sekrda] {
    opacity: 0.48;
    cursor: not-allowed;
}

@media (max-width: 760px) {
    .nexa-trading-panel[b-e9y3sekrda],
    .nexa-trading-panel *[b-e9y3sekrda],
    .nexa-trading-panel *[b-e9y3sekrda]::before,
    .nexa-trading-panel *[b-e9y3sekrda]::after {
        box-sizing: border-box;
    }

    .nexa-trading-tabs[b-e9y3sekrda] {
        grid-template-columns: 1fr;
        gap: 0.65rem;
        margin-inline: 0.65rem;
        padding: 0.5rem;
    }

    .nexa-customer-daily-limits[b-e9y3sekrda] {
        grid-template-columns: 1fr;
        margin-inline: 0.65rem;
    }

    .nexa-customer-limit[b-e9y3sekrda] {
        grid-template-columns: 1fr;
        justify-items: start;
        row-gap: 0.45rem;
    }

    .nexa-customer-limit > span[b-e9y3sekrda],
    .nexa-customer-limit > strong[b-e9y3sekrda],
    .nexa-customer-limit > small[b-e9y3sekrda] {
        grid-column: 1;
        grid-row: auto;
    }

    .nexa-customer-gold-balance[b-e9y3sekrda] {
        width: 100%;
    }

    .nexa-trading-tab[b-e9y3sekrda] {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 68px;
        padding: 0.8rem 0.9rem;
    }

    .nexa-trading-tab__icon[b-e9y3sekrda] {
        display: none;
    }

    .nexa-trading-tab__body[b-e9y3sekrda] {
        display: grid;
        justify-content: stretch;
        gap: 0.3rem;
        min-width: 0;
    }

    .nexa-trading-tab__body small[b-e9y3sekrda] {
        justify-self: start;
    }

    .nexa-trading-tab__body strong[b-e9y3sekrda] {
        font-size: 0.92rem;
    }

    .nexa-trading-tab.is-active[b-e9y3sekrda]::after {
        top: -0.45rem;
        left: 0.55rem;
    }

    .nexa-trading-panel__content[b-e9y3sekrda] {
        width: auto;
        min-width: 0;
        margin: 0.75rem 0.65rem 0.85rem;
        padding: 0.65rem;
    }

    .nexa-trade-card[b-e9y3sekrda] {
        width: 100%;
        min-width: 0;
        padding: 0.85rem;
    }

    .nexa-trade-card__heading[b-e9y3sekrda] {
        margin-bottom: 0.9rem;
    }

    .nexa-trade-card__heading > div[b-e9y3sekrda] {
        display: grid;
        justify-items: center;
        gap: 0.55rem;
        width: 100%;
        min-width: 0;
        text-align: center;
    }

    .nexa-trade-card__heading > div > span[b-e9y3sekrda] {
        white-space: nowrap;
    }

    .nexa-trade-card__heading strong[b-e9y3sekrda] {
        font-size: 1.2rem;
    }

    .nexa-trade-card__badge[b-e9y3sekrda] {
        display: none !important;
    }

    .nexa-trade-card__active-price[b-e9y3sekrda] {
        display: grid !important;
        justify-items: center;
        gap: 0.3rem;
        width: 100%;
        white-space: nowrap;
    }

    .nexa-trade-card__active-price small[b-e9y3sekrda] {
        font-size: 0.82rem;
    }

    .nexa-trade-card__columns[b-e9y3sekrda] {
        grid-template-columns: 1fr;
        gap: 0.85rem;
        width: 100%;
        min-width: 0;
    }

    .nexa-trade-card__form[b-e9y3sekrda],
    .nexa-trade-card__summaries[b-e9y3sekrda] {
        width: 100%;
        min-width: 0;
    }

    .nexa-trade-card__summaries[b-e9y3sekrda] {
        gap: 0.6rem;
        overflow: hidden;
        padding: 0.6rem;
        border: 1px solid rgba(255, 255, 255, 0.92);
        border-radius: 0.9rem;
        background: rgba(255, 255, 255, 0.72);
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    }

    .nexa-trade-card__summary[b-e9y3sekrda] {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0.65rem;
        width: 100%;
        min-width: 0;
        padding: 0.8rem 0.85rem;
        border: 1px solid rgba(255, 255, 255, 0.9);
        border-radius: 0.75rem;
        background: rgba(255, 255, 255, 0.58);
    }

    .nexa-trade-card__summary:last-child[b-e9y3sekrda] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    }

    .nexa-trade-card__summary span[b-e9y3sekrda] {
        min-width: 0;
        color: #475569;
        font-size: 0.78rem;
        font-weight: 800;
        text-align: center;
    }

    .nexa-trade-card__summary strong[b-e9y3sekrda] {
        display: grid;
        justify-items: center;
        gap: 0.35rem;
        min-width: 0;
        max-width: 100%;
        color: #0f172a;
        font-size: 1.02rem;
        font-weight: 950;
        white-space: nowrap;
        text-align: center;
    }

    .nexa-trade-card__summary strong small[b-e9y3sekrda] {
        font-size: 0.75rem;
    }
}
/* _content/Nexa.Web/Components/Delivery/DeliveryConfirmPopup.razor.rz.scp.css */
.delivery-confirm-popup[b-dsg6uqlrkx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: .25rem;
}

.delivery-confirm-hero[b-dsg6uqlrkx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid #dbeafe;
    border-radius: 1rem;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 62%, #f0fdf4 100%);
}

.delivery-confirm-eyebrow[b-dsg6uqlrkx] {
    display: inline-block;
    margin-bottom: .35rem;
    color: #1d4ed8;
    font-size: .78rem;
    font-weight: 800;
}

.delivery-confirm-hero h5[b-dsg6uqlrkx] {
    margin: 0;
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 900;
}

.delivery-confirm-hero p[b-dsg6uqlrkx] {
    margin: .35rem 0 0;
    color: #64748b;
    font-size: .88rem;
}

.delivery-confirm-total[b-dsg6uqlrkx] {
    min-width: 125px;
    padding: .75rem 1rem;
    border-radius: .9rem;
    background: #0f172a;
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .16);
}

.delivery-confirm-total span[b-dsg6uqlrkx],
.delivery-confirm-total small[b-dsg6uqlrkx] {
    display: block;
    color: #cbd5e1;
    font-size: .72rem;
}

.delivery-confirm-total strong[b-dsg6uqlrkx] {
    display: block;
    margin: .15rem 0;
    font-size: 1.25rem;
}

.delivery-confirm-summary[b-dsg6uqlrkx] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.delivery-confirm-summary > div[b-dsg6uqlrkx] {
    padding: .8rem .9rem;
    border: 1px solid #e2e8f0;
    border-radius: .85rem;
    background: #f8fafc;
}

.delivery-confirm-summary span[b-dsg6uqlrkx],
.delivery-confirm-summary strong[b-dsg6uqlrkx] {
    display: block;
}

.delivery-confirm-summary span[b-dsg6uqlrkx] {
    margin-bottom: .25rem;
    color: #64748b;
    font-size: .75rem;
}

.delivery-confirm-summary strong[b-dsg6uqlrkx] {
    color: #0f172a;
    font-size: .9rem;
}

.delivery-confirm-form[b-dsg6uqlrkx] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
}

.nexa-form-field[b-dsg6uqlrkx] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.nexa-form-field-full[b-dsg6uqlrkx] {
    grid-column: 1 / -1;
}

.nexa-form-field label[b-dsg6uqlrkx] {
    color: #334155;
    font-size: .82rem;
    font-weight: 800;
}

.nexa-form-field small[b-dsg6uqlrkx] {
    color: #64748b;
    font-size: .72rem;
}

.delivery-receipt-link[b-dsg6uqlrkx] {
    align-self: flex-start;
    color: #1d4ed8;
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
}

.delivery-receipt-link:hover[b-dsg6uqlrkx] {
    text-decoration: underline;
}

.delivery-confirm-note[b-dsg6uqlrkx] {
    padding: .75rem .9rem;
    border: 1px solid #fde68a;
    border-radius: .8rem;
    background: #fffbeb;
    color: #92400e;
    font-size: .8rem;
}

.delivery-confirm-actions[b-dsg6uqlrkx] {
    display: flex;
    justify-content: flex-end;
    gap: .65rem;
    padding-top: .25rem;
}

.delivery-confirm-empty[b-dsg6uqlrkx] {
    padding: 1rem;
    border-radius: .8rem;
    background: #f8fafc;
    color: #64748b;
    text-align: center;
}

@media (max-width: 640px) {
    .delivery-confirm-hero[b-dsg6uqlrkx] {
        align-items: stretch;
        flex-direction: column;
    }

    .delivery-confirm-total[b-dsg6uqlrkx] {
        min-width: 0;
    }

    .delivery-confirm-summary[b-dsg6uqlrkx],
    .delivery-confirm-form[b-dsg6uqlrkx] {
        grid-template-columns: 1fr;
    }

    .nexa-form-field-full[b-dsg6uqlrkx] {
        grid-column: auto;
    }

    .delivery-confirm-actions[b-dsg6uqlrkx] {
        flex-direction: column-reverse;
    }
}
/* _content/Nexa.Web/Components/Delivery/DeliveryRecordEditor.razor.rz.scp.css */
.delivery-editor-grid[b-xoyv6xrw49]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.delivery-editor-summary[b-xoyv6xrw49]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin:1rem 0}.delivery-editor-summary>div[b-xoyv6xrw49]{padding:.8rem;border:1px solid var(--nexa-border);border-radius:.8rem;background:#f8fafc}.delivery-editor-summary span[b-xoyv6xrw49],.delivery-editor-summary strong[b-xoyv6xrw49]{display:block}.delivery-editor-summary span[b-xoyv6xrw49]{color:var(--nexa-text-muted);font-size:.78rem}.delivery-editor-summary .invalid strong[b-xoyv6xrw49]{color:var(--nexa-danger)}.delivery-editor-actions[b-xoyv6xrw49]{margin-top:1rem}.delivery-picker-table[b-xoyv6xrw49]{max-height:55vh}.delivery-receipt-link[b-xoyv6xrw49]{align-self:flex-start;color:#1d4ed8;font-size:.8rem;font-weight:800;text-decoration:none}.delivery-receipt-link:hover[b-xoyv6xrw49]{text-decoration:underline}@media(max-width:900px){.delivery-editor-grid[b-xoyv6xrw49],.delivery-editor-summary[b-xoyv6xrw49]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.delivery-editor-grid[b-xoyv6xrw49],.delivery-editor-summary[b-xoyv6xrw49]{grid-template-columns:1fr}}
/* _content/Nexa.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-4essdgtf6j] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    background: #f8fafc;
}

.app-sidebar[b-4essdgtf6j] {
    background: #111827;
    color: #fff;
}

.app-main[b-4essdgtf6j] {
    min-width: 0;
}

.app-header[b-4essdgtf6j] {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1.25rem;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.app-user[b-4essdgtf6j] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.app-content[b-4essdgtf6j] {
    padding: 1.25rem;
    min-width: 0;
    overflow-x: auto;
}

@media (max-width: 900px) {
    .app-shell[b-4essdgtf6j] {
        grid-template-columns: 1fr;
    }

    .app-sidebar[b-4essdgtf6j] {
        position: static;
    }
}
/* _content/Nexa.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-kg8pawtaym] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem;
}

.nav-menu a[b-kg8pawtaym] {
    display: block;
    padding: 0.7rem 0.85rem;
    border-radius: 0.6rem;
    color: #e5e7eb;
    text-decoration: none;
}

.nav-menu a:hover[b-kg8pawtaym],
.nav-menu a.active[b-kg8pawtaym] {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.nav-menu hr[b-kg8pawtaym] {
    width: 100%;
    border-color: rgba(255, 255, 255, 0.15);
}
/* _content/Nexa.Web/Components/Shared/BalanceBadge.razor.rz.scp.css */
.balance-badge[b-drwhfzdl1b] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 130px;
    justify-content: center;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    font-weight: 700;
}

.balance-badge small[b-drwhfzdl1b] {
    opacity: 0.8;
}

.balance-badge--positive[b-drwhfzdl1b] {
    color: #166534;
    background: #dcfce7;
}

.balance-badge--negative[b-drwhfzdl1b] {
    color: #991b1b;
    background: #fee2e2;
}

.balance-badge--zero[b-drwhfzdl1b] {
    color: #374151;
    background: #f3f4f6;
}

.balance-badge--empty[b-drwhfzdl1b] {
    color: #64748b;
    background: #f1f5f9;
}
/* _content/Nexa.Web/Components/Shared/ToastHost.razor.rz.scp.css */
.nexa-toast-stack[b-wfz2x8la46] {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 5000;
    display: grid;
    gap: 0.75rem;
    width: min(390px, calc(100vw - 2rem));
    pointer-events: none;
}

.nexa-toast[b-wfz2x8la46] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.8rem;
    min-height: 64px;
    padding: 0.9rem 1rem;
    direction: rtl;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 1rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.24);
    backdrop-filter: blur(14px);
    pointer-events: auto;
    animation: nexa-toast-in-b-wfz2x8la46 0.2s ease-out;
}

.nexa-toast i[b-wfz2x8la46] {
    font-size: 1.2rem;
}
.nexa-toast span[b-wfz2x8la46] {
    line-height: 1.75;
    font-weight: 800;
}
.nexa-toast button[b-wfz2x8la46] {
    width: 30px;
    height: 30px;
    padding: 0;
    color: inherit;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 1.2rem;
    cursor: pointer;
}

.nexa-toast--success[b-wfz2x8la46] {
    background: linear-gradient(135deg, rgba(21, 128, 61, 0.97), rgba(34, 197, 94, 0.94));
}
.nexa-toast--error[b-wfz2x8la46] {
    background: linear-gradient(135deg, rgba(153, 27, 27, 0.98), rgba(239, 68, 68, 0.95));
}
.nexa-toast--warning[b-wfz2x8la46] {
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.98), rgba(245, 158, 11, 0.95));
}
.nexa-toast--info[b-wfz2x8la46] {
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.98), rgba(59, 130, 246, 0.95));
}

@keyframes nexa-toast-in-b-wfz2x8la46 {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
/* _content/Nexa.Web/Pages/Accounting/BankTransfers.razor.rz.scp.css */
.page-shell[b-wxe2biq52n] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.page-header[b-wxe2biq52n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid #e7e5e4;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.page-header h3[b-wxe2biq52n] {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
}

.page-header p[b-wxe2biq52n] {
    margin: 0.35rem 0 0;
    color: #64748b;
}

[b-wxe2biq52n] .dxbl-grid {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

[b-wxe2biq52n] .dxbl-grid-header-row {
    background: #f8fafc;
}

[b-wxe2biq52n] .dxbl-grid-header-row > td,
[b-wxe2biq52n] .dxbl-grid-header-row > th {
    color: #334155;
    font-weight: 800;
}

.alert[b-wxe2biq52n] {
    padding: 0.9rem 1rem;
    border-radius: 0.8rem;
}

.alert-danger[b-wxe2biq52n] {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

@media (max-width: 720px) {
    .page-header[b-wxe2biq52n] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* _content/Nexa.Web/Pages/Accounting/CreateBankTransfer.razor.rz.scp.css */
.destination-balance[b-bhw2vz49mm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: .85rem 1rem;
    border: 1px solid rgba(180, 126, 51, .28);
    border-radius: 14px;
    background: rgba(255, 250, 240, .78);
}

.destination-balance strong[b-bhw2vz49mm] {
    color: #9a5a22;
    font-size: 1.12rem;
}

.destination-balance--loading[b-bhw2vz49mm] {
    justify-content: center;
    color: #64748b;
}

@media (max-width: 575.98px) {
    .destination-balance[b-bhw2vz49mm] {
        align-items: stretch;
        flex-direction: column;
        gap: .4rem;
    }
}
/* _content/Nexa.Web/Pages/Accounting/GoldLedger.razor.rz.scp.css */
.ledger-page[b-lpg3q4djhj] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ledger-header[b-lpg3q4djhj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid #e7e5e4;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.ledger-header h3[b-lpg3q4djhj] {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
}

.ledger-header p[b-lpg3q4djhj] {
    margin: 0.35rem 0 0;
    color: #64748b;
}

[b-lpg3q4djhj] .dxbl-grid {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

[b-lpg3q4djhj] .dxbl-grid-header-row {
    background: #f8fafc;
}

[b-lpg3q4djhj] .dxbl-grid-header-row > td,
[b-lpg3q4djhj] .dxbl-grid-header-row > th {
    color: #334155;
    font-weight: 800;
}

.alert[b-lpg3q4djhj] {
    padding: 0.9rem 1rem;
    border-radius: 0.8rem;
}

.alert-danger[b-lpg3q4djhj] {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

@media (max-width: 720px) {
    .ledger-header[b-lpg3q4djhj] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* _content/Nexa.Web/Pages/Accounting/RialLedger.razor.rz.scp.css */
.ledger-page[b-kgg11szsp8] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ledger-header[b-kgg11szsp8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid #e7e5e4;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.ledger-header h3[b-kgg11szsp8] {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
}

.ledger-header p[b-kgg11szsp8] {
    margin: 0.35rem 0 0;
    color: #64748b;
}

[b-kgg11szsp8] .dxbl-grid {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

[b-kgg11szsp8] .dxbl-grid-header-row {
    background: #f8fafc;
}

[b-kgg11szsp8] .dxbl-grid-header-row > td,
[b-kgg11szsp8] .dxbl-grid-header-row > th {
    color: #334155;
    font-weight: 800;
}

.alert[b-kgg11szsp8] {
    padding: 0.9rem 1rem;
    border-radius: 0.8rem;
}

.alert-danger[b-kgg11szsp8] {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

@media (max-width: 720px) {
    .ledger-header[b-kgg11szsp8] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* _content/Nexa.Web/Pages/Admin/DeliveryApprovals.razor.rz.scp.css */
.delivery-approval-form[b-a7zm18fk0n] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.delivery-approval-actions[b-a7zm18fk0n] {
    display: flex;
    justify-content: flex-start;
    gap: .65rem;
    padding-top: .5rem;
}

@media (max-width: 640px) {
    .delivery-approval-actions[b-a7zm18fk0n] {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .delivery-approval-actions > *[b-a7zm18fk0n] {
        width: 100%;
    }
}
/* _content/Nexa.Web/Pages/Admin/MarketPrices.razor.rz.scp.css */
.market-price-page[b-15k4wagntn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.market-product-filter[b-15k4wagntn] {
    max-width: none;
    margin-bottom: 0;
}

.market-grid-shell[b-15k4wagntn] {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.market-grid-shell[b-15k4wagntn]  .dxbl-grid {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.market-refresh-status[b-15k4wagntn] {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    margin-bottom: .8rem;
    padding: .65rem 1rem;
    border: 1px solid #dbeafe;
    border-radius: .85rem;
    color: #334155;
    background: #eff6ff;
    font-weight: 800;
}

.market-refresh-status strong[b-15k4wagntn] {
    color: #1d4ed8;
    font-size: 1.15rem;
    font-variant-numeric: tabular-nums;
}

.market-refresh-status small[b-15k4wagntn] {
    color: #64748b;
}

.market-refresh-status.is-loading[b-15k4wagntn] {
    border-color: #fde68a;
    color: #92400e;
    background: #fffbeb;
}

.market-refresh-status.is-loading strong[b-15k4wagntn] {
    color: #92400e;
    font-size: .88rem;
}

.market-refresh-spinner[b-15k4wagntn] {
    width: 18px;
    height: 18px;
    border: 3px solid #fde68a;
    border-top-color: #d97706;
    border-radius: 50%;
    animation: market-refresh-spin-b-15k4wagntn .75s linear infinite;
}

.market-grid-shell.is-refreshing[b-15k4wagntn] {
    position: relative;
    opacity: .68;
    pointer-events: none;
}

@keyframes market-refresh-spin-b-15k4wagntn {
    to { transform: rotate(360deg); }
}

.market-price-calculation-note[b-15k4wagntn] {
    margin: 0;
    padding: .75rem 1rem;
    border-bottom: 1px solid #fee2e2;
    background: #fff;
    color: #dc2626;
    font-size: .8rem;
    font-weight: 800;
    line-height: 1.8;
}

.market-grid-shell[b-15k4wagntn]  .market-price-excluded-row > td {
    background-color: #fef9c3 !important;
}

.market-grid-shell[b-15k4wagntn]  .market-price-excluded-row:hover > td {
    background-color: #fef3a6 !important;
}

.price-column-summaries[b-15k4wagntn] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
    border-top: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.price-summary-column[b-15k4wagntn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.price-box[b-15k4wagntn] {
    position: relative;
    display: flex;
    min-height: 118px;
    align-items: center;
    gap: .85rem;
    overflow: hidden;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, .25);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .07);
    transition: transform .18s ease, box-shadow .18s ease;
}

.price-box:hover[b-15k4wagntn] {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .11);
}

.price-box[b-15k4wagntn]::before {
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    content: "";
}

.buy-column .price-box[b-15k4wagntn]::before {
    background: linear-gradient(90deg, #0f766e, #2dd4bf);
}

.sell-column .price-box[b-15k4wagntn]::before {
    background: linear-gradient(90deg, #b45309, #f59e0b);
}

.price-box-company[b-15k4wagntn] {
    background: linear-gradient(145deg, #fff 0%, #fffbeb 100%);
}

.price-box-icon[b-15k4wagntn] {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: .85rem;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 900;
}

.buy-column .price-box-icon[b-15k4wagntn] {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    box-shadow: 0 8px 18px rgba(20, 184, 166, .25);
}

.sell-column .price-box-icon[b-15k4wagntn] {
    background: linear-gradient(135deg, #b45309, #f59e0b);
    box-shadow: 0 8px 18px rgba(245, 158, 11, .25);
}

.price-box-content[b-15k4wagntn] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: .3rem;
}

.price-box-content span[b-15k4wagntn] {
    color: #475569;
    font-size: .85rem;
    font-weight: 800;
}

.price-box-content strong[b-15k4wagntn] {
    color: #0f172a;
    font-size: clamp(1.15rem, 1.6vw, 1.65rem);
    font-weight: 950;
    line-height: 1.25;
    white-space: nowrap;
}

.price-box-content small[b-15k4wagntn] {
    color: #64748b;
    font-size: .72rem;
    line-height: 1.6;
}

@media (max-width: 1180px) {
    .price-column-summaries[b-15k4wagntn],
    .price-summary-column[b-15k4wagntn] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .price-column-summaries[b-15k4wagntn] {
        padding: .75rem;
    }

    .price-box[b-15k4wagntn] {
        min-height: 105px;
    }
}
/* _content/Nexa.Web/Pages/Admin/Organizations.razor.rz.scp.css */
.page-shell[b-g47zkumlnf] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.page-header[b-g47zkumlnf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid #e7e5e4;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.page-header h3[b-g47zkumlnf] {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
}

[b-g47zkumlnf] .dxbl-grid,
[b-g47zkumlnf] .dxbl-popup {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

[b-g47zkumlnf] .dxbl-grid-header-row {
    background: #f8fafc;
}

[b-g47zkumlnf] .dxbl-grid-header-row > td,
[b-g47zkumlnf] .dxbl-grid-header-row > th {
    color: #334155;
    font-weight: 800;
}

.form-actions[b-g47zkumlnf] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eef2f7;
}

.alert[b-g47zkumlnf] {
    padding: 0.9rem 1rem;
    border-radius: 0.8rem;
}

.alert-danger[b-g47zkumlnf] {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.nexa-profit-field[b-g47zkumlnf] {
    padding: 1rem;
    border: 1px solid #fde68a;
    border-radius: 1rem;
    background: linear-gradient(145deg, #fff 0%, #fffbeb 100%);
    box-shadow: 0 8px 22px rgba(180, 83, 9, .08);
}

.nexa-profit-field label[b-g47zkumlnf] {
    color: #92400e;
    font-weight: 900;
}

.nexa-profit-field small[b-g47zkumlnf] {
    color: #78716c;
    font-size: .72rem;
    line-height: 1.7;
}

.nexa-input-with-suffix[b-g47zkumlnf] {
    position: relative;
    display: flex;
    align-items: center;
}

.nexa-input-with-suffix .nexa-input[b-g47zkumlnf] {
    padding-left: 4.6rem;
}

.nexa-input-with-suffix span[b-g47zkumlnf] {
    position: absolute;
    left: .8rem;
    color: #a16207;
    font-size: .8rem;
    font-weight: 800;
    pointer-events: none;
}

@media (max-width: 720px) {
    .page-header[b-g47zkumlnf] {
        align-items: stretch;
        flex-direction: column;
    }

    .form-actions[b-g47zkumlnf] {
        flex-direction: column-reverse;
    }
}
.nexa-representative-actions[b-g47zkumlnf] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.nexa-national-card-preview[b-g47zkumlnf] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-top: .75rem;
}

.nexa-national-card-preview img[b-g47zkumlnf] {
    width: min(100%, 320px);
    max-height: 190px;
    object-fit: contain;
    border: 1px solid #e5d8b9;
    border-radius: .9rem;
    background: #fffdf8;
    box-shadow: 0 8px 20px rgba(95, 72, 24, .1);
}

.nexa-image-state[b-g47zkumlnf] {
    display: inline-flex;
    padding: .3rem .65rem;
    color: #78716c;
    border-radius: 999px;
    background: #f5f5f4;
    font-size: .75rem;
    font-weight: 800;
}

.nexa-image-state.has-image[b-g47zkumlnf] {
    color: #166534;
    background: #dcfce7;
}

@media (max-width: 720px) {
    .nexa-national-card-preview[b-g47zkumlnf] {
        align-items: stretch;
        flex-direction: column;
    }
}

.nexa-delete-confirmation p[b-g47zkumlnf] {
    margin: 0 0 1.25rem;
    color: var(--nexa-text);
    line-height: 1.9;
}
/* _content/Nexa.Web/Pages/Admin/Products.razor.rz.scp.css */
.page-shell[b-rt7heno5jk] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.page-header[b-rt7heno5jk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid #e7e5e4;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.page-header h3[b-rt7heno5jk] {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
}

[b-rt7heno5jk] .dxbl-grid,
[b-rt7heno5jk] .dxbl-popup {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

[b-rt7heno5jk] .dxbl-grid-header-row {
    background: #f8fafc;
}

[b-rt7heno5jk] .dxbl-grid-header-row > td,
[b-rt7heno5jk] .dxbl-grid-header-row > th {
    color: #334155;
    font-weight: 800;
}

.form-actions[b-rt7heno5jk] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eef2f7;
}

@media (max-width: 720px) {
    .page-header[b-rt7heno5jk] {
        align-items: stretch;
        flex-direction: column;
    }

    .form-actions[b-rt7heno5jk] {
        flex-direction: column-reverse;
    }
}
/* _content/Nexa.Web/Pages/Auth/Login.razor.rz.scp.css */
.login-page[b-0e1il4pvqv] {
    min-height: calc(100vh - 76px);
    display: grid;
    place-items: center;
    padding: 32px 18px;
    direction: rtl;
    background:
        radial-gradient(circle at 85% 15%, rgba(215, 178, 77, 0.18), transparent 34%),
        radial-gradient(circle at 12% 85%, rgba(94, 67, 12, 0.08), transparent 30%),
        linear-gradient(145deg, #fffdf8 0%, #f7f3e8 52%, #f4efe2 100%);
}

.login-card[b-0e1il4pvqv] {
    width: min(100%, 430px);
    padding: 34px;
    border: 1px solid rgba(185, 142, 31, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(62, 45, 8, 0.13);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.login-brand[b-0e1il4pvqv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
    text-align: center;
}

.login-logo-wrap[b-0e1il4pvqv] {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid rgba(196, 151, 34, 0.24);
    border-radius: 22px;
    background: linear-gradient(145deg, #fffdf6, #f2dfaa);
    box-shadow: 0 14px 28px rgba(149, 107, 10, 0.16);
}

.login-logo[b-0e1il4pvqv] {
    width: 58px;
    height: 48px;
    object-fit: contain;
}

.login-brand h1[b-0e1il4pvqv] {
    margin: 0;
    color: #2b2415;
    font-size: 1.85rem;
    font-weight: 900;
}

.login-brand p[b-0e1il4pvqv] {
    margin: 7px 0 0;
    color: #7a715f;
    font-size: 0.9rem;
}

.login-error[b-0e1il4pvqv] {
    margin-bottom: 18px;
    border-radius: 14px;
    font-size: 0.84rem;
}

.login-form[b-0e1il4pvqv] {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.login-field label[b-0e1il4pvqv] {
    display: block;
    margin-bottom: 7px;
    color: #3f382a;
    font-size: 0.82rem;
    font-weight: 800;
}

.login-input-wrap[b-0e1il4pvqv] {
    position: relative;
}

.login-input-wrap i[b-0e1il4pvqv] {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    color: #9b7b2b;
    transform: translateY(-50%);
    pointer-events: none;
}

.login-input-wrap .form-control[b-0e1il4pvqv] {
    min-height: 50px;
    padding-right: 43px;
    padding-left: 14px;
    border: 1px solid #ded6c4;
    border-radius: 14px;
    background: #fffefa;
    box-shadow: none;
    text-align: right;
    direction: rtl;
}

.login-input-wrap .form-control:focus[b-0e1il4pvqv] {
    border-color: #c99f3d;
    box-shadow: 0 0 0 4px rgba(201, 159, 61, 0.12);
}

.login-input-wrap .form-control.is-invalid[b-0e1il4pvqv] {
    border-color: #dc6b5f;
    background: #fffafa;
    box-shadow: 0 0 0 4px rgba(220, 107, 95, 0.11);
}

.login-validation-message[b-0e1il4pvqv] {
    display: none;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.55rem;
    padding: 0.55rem 0.7rem;
    color: #9f3029;
    border: 1px solid #f2c6c1;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #fff8f7, #fff1ef);
    box-shadow: 0 5px 14px rgba(159, 48, 41, 0.06);
    font-size: 0.76rem;
    font-weight: 850;
}

.login-validation-message.is-visible[b-0e1il4pvqv] {
    display: flex;
    animation: login-validation-in-b-0e1il4pvqv 0.18s ease-out;
}

.login-validation-icon[b-0e1il4pvqv] {
    display: inline-grid;
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 1.35rem;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8796e, #b83e34);
    box-shadow: 0 3px 8px rgba(184, 62, 52, 0.25);
    font-family: Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 900;
}

@keyframes login-validation-in-b-0e1il4pvqv {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.login-captcha-row[b-0e1il4pvqv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: stretch;
}

.login-captcha-question[b-0e1il4pvqv] {
    min-height: 50px;
    display: grid;
    place-items: center;
    border: 1px dashed #c9a448;
    border-radius: 14px;
    color: #4b3810;
    background:
        repeating-linear-gradient(
            -45deg,
            rgba(214, 176, 78, 0.08),
            rgba(214, 176, 78, 0.08) 8px,
            rgba(255, 255, 255, 0.72) 8px,
            rgba(255, 255, 255, 0.72) 16px
        );
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    user-select: none;
}

.login-captcha-input .form-control[b-0e1il4pvqv] {
    text-align: center;
    direction: ltr;
}

.login-button[b-0e1il4pvqv] {
    width: 100%;
    min-height: 52px;
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, #d6b04e 0%, #9e710c 100%);
    box-shadow: 0 13px 25px rgba(151, 107, 9, 0.22);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 900;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

.login-button:hover[b-0e1il4pvqv] {
    transform: translateY(-2px);
    filter: brightness(1.03);
    box-shadow: 0 17px 30px rgba(151, 107, 9, 0.28);
}

.login-button:active[b-0e1il4pvqv] {
    transform: translateY(0);
}

.login-hint[b-0e1il4pvqv] {
    margin-top: 22px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #6f6654;
    border: 1px dashed #ddd1b2;
    border-radius: 13px;
    background: #fcfaf4;
    text-align: center;
    font-size: 0.78rem;
}

.login-hint strong[b-0e1il4pvqv] {
    color: #4a3a16;
    direction: ltr;
    unicode-bidi: isolate;
}

@media (max-width: 520px) {
    .login-page[b-0e1il4pvqv] {
        min-height: calc(100vh - 66px);
        padding: 20px 12px;
    }

    .login-card[b-0e1il4pvqv] {
        padding: 26px 20px;
        border-radius: 20px;
    }

    .login-logo-wrap[b-0e1il4pvqv] {
        width: 64px;
        height: 64px;
        border-radius: 19px;
    }

    .login-logo[b-0e1il4pvqv] {
        width: 51px;
        height: 51px;
    }

    .login-captcha-row[b-0e1il4pvqv] {
        grid-template-columns: 1fr;
    }
}
/* _content/Nexa.Web/Pages/Dashboard/Home.razor.rz.scp.css */
.nexa-dashboard-page[b-6nz48xm3hg] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    padding: 0.25rem;
}

.nexa-dashboard-main-grid[b-6nz48xm3hg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 19rem;
    gap: 1rem;
    align-items: start;
    width: 100%;
}

.nexa-dashboard-main-grid--single[b-6nz48xm3hg] {
    grid-template-columns: minmax(0, 1fr);
}

.nexa-dashboard-main-grid__primary[b-6nz48xm3hg] {
    display: flex;
    min-width: 0;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
}

.nexa-dashboard-main-grid__primary > *[b-6nz48xm3hg] {
    width: 100%;
    max-width: none;
}

.nexa-dashboard-main-grid__aside[b-6nz48xm3hg] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.nexa-dashboard-empty-state[b-6nz48xm3hg] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    min-height: 8.5rem;
    padding: 1rem;
}

.nexa-dashboard-empty-state__icon[b-6nz48xm3hg] {
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    place-items: center;
    border-radius: 1rem;
    background: rgba(215, 181, 109, 0.14);
    color: #9a6f1c;
    font-weight: 900;
}

.nexa-dashboard-empty-state strong[b-6nz48xm3hg],
.nexa-dashboard-empty-state span[b-6nz48xm3hg] {
    display: block;
}

.nexa-dashboard-empty-state span[b-6nz48xm3hg] {
    margin-top: 0.35rem;
    color: #6b7280;
    line-height: 1.8;
}

.nexa-dashboard-empty-state button[b-6nz48xm3hg],
.nexa-quick-action[b-6nz48xm3hg] {
    font: inherit;
}

.nexa-dashboard-empty-state button[b-6nz48xm3hg] {
    border: 0;
    background: transparent;
    color: #9a6f1c;
    font-weight: 700;
    cursor: pointer;
}

.nexa-quick-action[b-6nz48xm3hg] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.95rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fff;
    text-align: right;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.nexa-quick-action:hover[b-6nz48xm3hg] {
    transform: translateY(-2px);
    border-color: rgba(215, 181, 109, 0.65);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.nexa-quick-action__icon[b-6nz48xm3hg] {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    place-items: center;
    border-radius: 0.85rem;
    background: #f8f4eb;
    color: #8a641b;
    font-weight: 900;
}

.nexa-quick-action__body strong[b-6nz48xm3hg],
.nexa-quick-action__body small[b-6nz48xm3hg] {
    display: block;
}

.nexa-quick-action__body small[b-6nz48xm3hg] {
    margin-top: 0.3rem;
    color: #6b7280;
    line-height: 1.6;
}

.nexa-quick-action__arrow[b-6nz48xm3hg] {
    color: #9ca3af;
}

@media (max-width: 1100px) {
    .nexa-dashboard-main-grid[b-6nz48xm3hg] {
        grid-template-columns: 1fr;
    }

    .nexa-dashboard-main-grid__aside[b-6nz48xm3hg] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .nexa-dashboard-page[b-6nz48xm3hg] {
        padding: 0.2rem;
    }

    .nexa-dashboard-main-grid__aside[b-6nz48xm3hg] {
        grid-template-columns: 1fr;
    }

    .nexa-dashboard-empty-state[b-6nz48xm3hg] {
        grid-template-columns: auto 1fr;
    }

    .nexa-dashboard-empty-state button[b-6nz48xm3hg] {
        grid-column: 1 / -1;
        justify-self: stretch;
        padding: 0.7rem;
        border-radius: 0.75rem;
        background: #f8f4eb;
    }
}
/* _content/Nexa.Web/Pages/Delivery/Deliveries.razor.rz.scp.css */
.page-shell[b-smqyp9mxju] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.page-header[b-smqyp9mxju] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid #e7e5e4;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.page-header h3[b-smqyp9mxju] {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
}

.page-header p[b-smqyp9mxju] {
    margin: 0.35rem 0 0;
    color: #64748b;
}

[b-smqyp9mxju] .dxbl-grid {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

[b-smqyp9mxju] .dxbl-grid-header-row {
    background: #f8fafc;
}

[b-smqyp9mxju] .dxbl-grid-header-row > td,
[b-smqyp9mxju] .dxbl-grid-header-row > th {
    color: #334155;
    font-weight: 800;
}

.delivery-confirmation[b-smqyp9mxju] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}

.delivery-confirmation--done[b-smqyp9mxju] {
    color: #166534;
    background: #dcfce7;
    border: 1px solid #bbf7d0;
}

.alert[b-smqyp9mxju] {
    padding: 0.9rem 1rem;
    border-radius: 0.8rem;
}

.alert-danger[b-smqyp9mxju] {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

@media (max-width: 720px) {
    .page-header[b-smqyp9mxju] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* _content/Nexa.Web/Pages/Delivery/DeliveryPrintPreview.razor.rz.scp.css */
.delivery-print-page[b-t0sqc7847o] { max-width: 1180px; margin: 0 auto; padding: 1rem; }
.delivery-print-actions[b-t0sqc7847o] { display: flex; gap: .75rem; margin-bottom: 1rem; }
.delivery-print-loading[b-t0sqc7847o] { padding: 3rem; text-align: center; }
.delivery-print-sheet[b-t0sqc7847o] { background: #fff; border: 1px solid #d8c8ae; border-radius: 18px; box-shadow: 0 14px 35px rgba(56, 43, 25, .1); color: #28231c; padding: 2rem; }
.delivery-print-header[b-t0sqc7847o], .delivery-print-parties[b-t0sqc7847o], .delivery-print-confirmations[b-t0sqc7847o] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.delivery-print-header[b-t0sqc7847o] { align-items: start; border-bottom: 2px solid #b87333; padding-bottom: 1.25rem; }
.delivery-print-header h1[b-t0sqc7847o] { margin: 0 0 .35rem; font-size: 1.65rem; }
.delivery-print-header p[b-t0sqc7847o] { margin: 0; color: #7a6c5a; }
.delivery-print-document-meta[b-t0sqc7847o] { margin: 0; }
.delivery-print-document-meta div[b-t0sqc7847o] { display: flex; justify-content: space-between; gap: 1rem; padding: .25rem 0; }
.delivery-print-document-meta dt[b-t0sqc7847o] { color: #716658; }
.delivery-print-document-meta dd[b-t0sqc7847o] { margin: 0; font-weight: 700; }
.delivery-print-summary[b-t0sqc7847o] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin: 1.25rem 0; }
.delivery-print-summary div[b-t0sqc7847o], .delivery-print-party[b-t0sqc7847o] { border: 1px solid #e4dacb; border-radius: 12px; padding: 1rem; }
.delivery-print-summary span[b-t0sqc7847o] { display: block; color: #716658; margin-bottom: .35rem; }
.delivery-print-summary strong[b-t0sqc7847o] { font-size: 1.05rem; }
.delivery-print-party h2[b-t0sqc7847o], .delivery-print-orders h2[b-t0sqc7847o], .delivery-print-description h2[b-t0sqc7847o] { font-size: 1.05rem; margin: 0 0 .85rem; color: #8b4c1d; }
.delivery-print-party p[b-t0sqc7847o] { display: flex; justify-content: space-between; gap: 1rem; margin: .65rem 0; }
.delivery-print-party span[b-t0sqc7847o] { color: #716658; }
.delivery-print-orders[b-t0sqc7847o], .delivery-print-description[b-t0sqc7847o] { margin-top: 1.25rem; }
.delivery-print-orders[b-t0sqc7847o] { overflow-x: auto; }
.delivery-print-orders table[b-t0sqc7847o] { width: 100%; border-collapse: collapse; min-width: 760px; }
.delivery-print-orders th[b-t0sqc7847o], .delivery-print-orders td[b-t0sqc7847o] { border: 1px solid #e3dbcf; padding: .65rem; text-align: center; }
.delivery-print-orders th[b-t0sqc7847o] { background: #f5efe6; }
.delivery-print-description p[b-t0sqc7847o] { min-height: 3.5rem; border: 1px solid #e4dacb; border-radius: 10px; padding: .8rem; }
.delivery-print-confirmations[b-t0sqc7847o] { margin-top: 2rem; }
.delivery-print-confirmations > div[b-t0sqc7847o] { min-height: 130px; border-top: 1px solid #b9aa95; padding-top: .75rem; display: flex; flex-direction: column; gap: .4rem; }
.delivery-print-confirmations span[b-t0sqc7847o] { color: #4d7052; }
.delivery-print-confirmations em[b-t0sqc7847o] { margin-top: auto; color: #8b8276; font-style: normal; }

@media (max-width: 700px) {
    .delivery-print-page[b-t0sqc7847o] { padding: .5rem; }
    .delivery-print-sheet[b-t0sqc7847o] { padding: 1rem; border-radius: 12px; }
    .delivery-print-header[b-t0sqc7847o], .delivery-print-parties[b-t0sqc7847o], .delivery-print-confirmations[b-t0sqc7847o], .delivery-print-summary[b-t0sqc7847o] { grid-template-columns: 1fr; }
}

@media print {
    .delivery-print-actions[b-t0sqc7847o] { display: none !important; }
    .delivery-print-page[b-t0sqc7847o] { max-width: none; margin: 0; padding: 0; }
    .delivery-print-sheet[b-t0sqc7847o] { border: 0; border-radius: 0; box-shadow: none; padding: 10mm; }
}
/* _content/Nexa.Web/Pages/Inventory/WarehouseCardex.razor.rz.scp.css */
.warehouse-cardex-filter[b-r869zo2om3] {
    display: flex;
    align-items: end;
    gap: 0.75rem;
    max-width: 520px;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #e7dcc4;
    border-radius: 1rem;
    background: #fffdf8;
    box-shadow: 0 8px 22px rgba(120, 91, 28, 0.07);
}

.warehouse-cardex-filter .nexa-form-field[b-r869zo2om3] {
    flex: 1;
}

.warehouse-balance-panel[b-r869zo2om3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid #d7c28c;
    border-radius: 1.15rem;
    background: linear-gradient(135deg, #fffdf8, #f7edd3);
    box-shadow: 0 12px 28px rgba(120, 91, 28, 0.1);
}

.warehouse-balance-panel > div:first-child span[b-r869zo2om3] {
    color: #806a3a;
    font-size: 0.78rem;
    font-weight: 850;
}

.warehouse-balance-panel h4[b-r869zo2om3] {
    margin: 0.25rem 0 0;
    color: #352b18;
    font-weight: 950;
}

.warehouse-balance-list[b-r869zo2om3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.warehouse-balance-list article[b-r869zo2om3] {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: baseline;
    gap: 0.4rem;
    min-width: 180px;
    padding: 0.75rem 0.9rem;
    border: 1px solid #d9e8d9;
    border-radius: 0.85rem;
    color: #14532d;
    background: #f0fdf4;
}

.warehouse-balance-list article.is-negative[b-r869zo2om3] {
    color: #991b1b;
    border-color: #fecaca;
    background: #fef2f2;
}

.warehouse-balance-list article strong[b-r869zo2om3] {
    font-size: 1.05rem;
    font-weight: 950;
}

.warehouse-balance-list article small[b-r869zo2om3] {
    font-size: 0.72rem;
    font-weight: 800;
}

.warehouse-cardex-loading[b-r869zo2om3] {
    padding: 2rem;
    color: #6b5b38;
    text-align: center;
}

@media (max-width: 760px) {
    .warehouse-cardex-filter[b-r869zo2om3] {
        align-items: stretch;
        flex-direction: column;
        max-width: none;
    }

    .warehouse-balance-panel[b-r869zo2om3] {
        align-items: stretch;
        flex-direction: column;
    }

    .warehouse-balance-list[b-r869zo2om3],
    .warehouse-balance-list article[b-r869zo2om3] {
        width: 100%;
    }
}
/* _content/Nexa.Web/Pages/Orders/Orders.razor.rz.scp.css */
.page-shell[b-5txtc82tz8] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    height: 100%;
    min-height: 0;
}

.page-header[b-5txtc82tz8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .55rem .75rem;
    border: 1px solid #e7e5e4;
    border-radius: .75rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.page-header h3[b-5txtc82tz8] {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
}

.orders-product-filter[b-5txtc82tz8] {
    display: grid;
    grid-template-columns: auto minmax(220px, 360px);
    align-items: center;
    gap: .65rem;
    margin: 0;
}

.orders-product-filter label[b-5txtc82tz8],
.order-grid-filters label[b-5txtc82tz8] {
    margin: 0;
}

.order-grid-filters[b-5txtc82tz8] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: .75rem;
    margin: 0;
}

.orders-date-filters[b-5txtc82tz8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(190px, 300px));
    gap: .75rem;
}

.orders-filter-actions[b-5txtc82tz8] {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: .35rem !important;
    margin-inline-start: auto;
    width: auto;
    white-space: nowrap;
}

.orders-filter-actions .nexa-action-button[b-5txtc82tz8] {
    flex: 0 0 auto;
    margin: 0 !important;
}

.orders-grid-host[b-5txtc82tz8] {
    flex: 1;
    min-height: 260px;
    overflow: hidden;
    position: relative;
}

[b-5txtc82tz8] .dxbl-grid {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
    height: 100% !important;
    min-height: 260px;
}

[b-5txtc82tz8] .dxbl-grid-header-row {
    background: #f8fafc;
}

[b-5txtc82tz8] .dxbl-grid-header-row > td,
[b-5txtc82tz8] .dxbl-grid-header-row > th {
    color: #334155;
    font-weight: 800;
}

.alert[b-5txtc82tz8] {
    padding: 0.9rem 1rem;
    border-radius: 0.8rem;
}

.alert-danger[b-5txtc82tz8] {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

@media (max-width: 720px) {
    .page-header[b-5txtc82tz8] {
        gap: .5rem;
    }

    .orders-product-filter[b-5txtc82tz8] {
        grid-template-columns: auto minmax(0, 1fr);
        flex: 1;
    }

    .order-grid-filters[b-5txtc82tz8] {
        align-items: stretch;
        flex-direction: column;
    }

    .orders-date-filters[b-5txtc82tz8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orders-filter-actions[b-5txtc82tz8] {
        align-self: flex-start;
    }
}
/* _content/Nexa.Web/Pages/Organization/Users.razor.rz.scp.css */
.page-shell[b-s1u4vhybii] {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.organization-user-modal-backdrop[b-s1u4vhybii] {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.55);
}

.organization-user-modal[b-s1u4vhybii] {
    width: min(760px, 100%);
    max-height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
    overflow: hidden;
    direction: rtl;
    text-align: right;
}

.organization-user-modal__header[b-s1u4vhybii],
.organization-user-modal__footer[b-s1u4vhybii] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #fff;
}

.organization-user-modal__header[b-s1u4vhybii] {
    border-bottom: 1px solid #e2e8f0;
}

.organization-user-modal__header h4[b-s1u4vhybii] {
    margin: 0;
    color: #0f172a;
    font-size: 1.1rem;
}

.organization-user-modal__close[b-s1u4vhybii] {
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 0.65rem;
    background: #f1f5f9;
    color: #334155;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.organization-user-modal__body[b-s1u4vhybii] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 1.25rem;
}

.organization-user-modal__footer[b-s1u4vhybii] {
    justify-content: flex-start;
    border-top: 1px solid #e2e8f0;
}

.permission-grid[b-s1u4vhybii] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    background: #f8fafc;
}

.permission-item[b-s1u4vhybii] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.6rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.7rem;
    background: #fff;
    cursor: pointer;
}

.permission-item input[b-s1u4vhybii] {
    flex: 0 0 auto;
}

@media (max-width: 720px) {
    .organization-user-modal-backdrop[b-s1u4vhybii] {
        align-items: flex-start;
        padding: 0.5rem;
    }

    .organization-user-modal[b-s1u4vhybii] {
        max-height: calc(100vh - 1rem);
    }

    .permission-grid[b-s1u4vhybii] {
        grid-template-columns: 1fr;
    }
}
/* _content/Nexa.Web/Pages/Reports/GeneralLedger.razor.rz.scp.css */
.page-shell[b-nlfi2yrlcg] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.page-header[b-nlfi2yrlcg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid #e7e5e4;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.page-header h3[b-nlfi2yrlcg] {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
}

.page-header p[b-nlfi2yrlcg] {
    margin: 0.35rem 0 0;
    color: #64748b;
}

[b-nlfi2yrlcg] .dxbl-fl {
    padding: 1rem 1.1rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
}

[b-nlfi2yrlcg] .dxbl-grid {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

[b-nlfi2yrlcg] .dxbl-grid-header-row {
    background: #f8fafc;
}

[b-nlfi2yrlcg] .dxbl-grid-header-row > td,
[b-nlfi2yrlcg] .dxbl-grid-header-row > th {
    color: #334155;
    font-weight: 800;
}

.alert[b-nlfi2yrlcg] {
    padding: 0.9rem 1rem;
    border-radius: 0.8rem;
}

.alert-danger[b-nlfi2yrlcg] {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

@media (max-width: 720px) {
    .page-header[b-nlfi2yrlcg] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* _content/Nexa.Web/Pages/Reports/Overview.razor.rz.scp.css */
.report-page[b-o2x4fsf1q6] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.report-header[b-o2x4fsf1q6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(180, 137, 41, 0.2);
    border-radius: 1.25rem;
    background: linear-gradient(135deg, #111827, #1f2937 65%, #7c5f12);
    color: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
}

.report-header h1[b-o2x4fsf1q6] {
    margin: 0;
    font-size: 1.8rem;
}

.report-header p[b-o2x4fsf1q6] {
    margin: 0.4rem 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.refresh-button[b-o2x4fsf1q6] {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0.85rem;
    padding: 0.75rem 1.15rem;
    background: rgba(255, 255, 255, 0.12);
    color: white;
    font-weight: 800;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition:
        transform 0.18s ease,
        background 0.18s ease;
}

.refresh-button:hover:not(:disabled)[b-o2x4fsf1q6] {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.2);
}

.refresh-button:disabled[b-o2x4fsf1q6] {
    opacity: 0.65;
    cursor: default;
}

.kpi-section[b-o2x4fsf1q6] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.kpi-section h2[b-o2x4fsf1q6] {
    margin: 0;
    color: #0f172a;
    font-size: 1.1rem;
}

.kpi-grid[b-o2x4fsf1q6] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.kpi-card[b-o2x4fsf1q6] {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 150px;
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: linear-gradient(180deg, #fff, #fbfdff);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.kpi-card[b-o2x4fsf1q6]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #d4af37, #8b6b16);
}

.kpi-title[b-o2x4fsf1q6],
.kpi-unit[b-o2x4fsf1q6] {
    color: #64748b;
    font-weight: 700;
}

.kpi-card strong[b-o2x4fsf1q6] {
    margin-top: auto;
    color: #0f172a;
    font-size: 1.8rem;
    direction: ltr;
    text-align: right;
}

.report-links[b-o2x4fsf1q6] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.report-links a[b-o2x4fsf1q6] {
    padding: 1.1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.95rem;
    background: #fff;
    color: #0f172a;
    text-align: center;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease;
}

.report-links a:hover[b-o2x4fsf1q6] {
    transform: translateY(-2px);
    border-color: #d4af37;
    background: #fffaf0;
}

.loading-box[b-o2x4fsf1q6],
.alert[b-o2x4fsf1q6] {
    padding: 1.25rem;
    border-radius: 0.9rem;
}

.loading-box[b-o2x4fsf1q6] {
    border: 1px dashed #cbd5e1;
    text-align: center;
    color: #64748b;
    background: #f8fafc;
}

.alert-danger[b-o2x4fsf1q6] {
    color: #991b1b;
    border: 1px solid #fecaca;
    background: #fef2f2;
}

@media (max-width: 850px) {
    .kpi-grid[b-o2x4fsf1q6],
    .report-links[b-o2x4fsf1q6] {
        grid-template-columns: 1fr;
    }

    .report-header[b-o2x4fsf1q6] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* _content/Nexa.Web/Pages/Reports/SubLedger.razor.rz.scp.css */
.page-shell[b-i1dak4158h] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.page-header[b-i1dak4158h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid #e7e5e4;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.page-header h3[b-i1dak4158h] {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
}

.page-header p[b-i1dak4158h] {
    margin: 0.35rem 0 0;
    color: #64748b;
}

[b-i1dak4158h] .dxbl-fl {
    padding: 1rem 1.1rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
}

[b-i1dak4158h] .dxbl-grid {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

[b-i1dak4158h] .dxbl-grid-header-row {
    background: #f8fafc;
}

[b-i1dak4158h] .dxbl-grid-header-row > td,
[b-i1dak4158h] .dxbl-grid-header-row > th {
    color: #334155;
    font-weight: 800;
}

.alert[b-i1dak4158h] {
    padding: 0.9rem 1rem;
    border-radius: 0.8rem;
}

.alert-danger[b-i1dak4158h] {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

@media (max-width: 720px) {
    .page-header[b-i1dak4158h] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* _content/Nexa.Web/Pages/Reports/TrialBalance.razor.rz.scp.css */
.page-shell[b-ekzol5og3k] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.page-header[b-ekzol5og3k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid #e7e5e4;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.page-header h3[b-ekzol5og3k] {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
}

.page-header p[b-ekzol5og3k] {
    margin: 0.35rem 0 0;
    color: #64748b;
}

[b-ekzol5og3k] .dxbl-grid {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

[b-ekzol5og3k] .dxbl-grid-header-row {
    background: #f8fafc;
}

[b-ekzol5og3k] .dxbl-grid-header-row > td,
[b-ekzol5og3k] .dxbl-grid-header-row > th {
    color: #334155;
    font-weight: 800;
}

.alert[b-ekzol5og3k] {
    padding: 0.9rem 1rem;
    border-radius: 0.8rem;
}

.alert-danger[b-ekzol5og3k] {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

@media (max-width: 720px) {
    .page-header[b-ekzol5og3k] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* _content/Nexa.Web/Pages/Trading/Trades.razor.rz.scp.css */
.page-shell[b-5n4wcvujnb] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    height: 100%;
    min-height: 0;
}

.page-header[b-5n4wcvujnb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .55rem .75rem;
    border: 1px solid #e7e5e4;
    border-radius: .75rem;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.page-header h3[b-5n4wcvujnb] {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
}

.trades-product-filter[b-5n4wcvujnb] {
    display: grid;
    grid-template-columns: auto minmax(220px, 360px);
    align-items: center;
    gap: .65rem;
    margin: 0;
}

.trades-product-filter label[b-5n4wcvujnb],
.trade-grid-filters label[b-5n4wcvujnb] { margin: 0; }

.trade-grid-filters[b-5n4wcvujnb] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: .75rem;
    margin: 0;
}

.trades-date-filters[b-5n4wcvujnb] {
    display: grid;
    grid-template-columns: repeat(2, minmax(190px, 300px));
    gap: .75rem;
}

.trades-filter-actions[b-5n4wcvujnb] {
    display: inline-flex !important;
    align-items: center;
    gap: .35rem !important;
    margin-inline-start: auto;
    width: auto;
    white-space: nowrap;
}

.trades-filter-actions .nexa-action-button[b-5n4wcvujnb] {
    flex: 0 0 auto;
    margin: 0 !important;
}

.trades-grid-host[b-5n4wcvujnb] {
    flex: 1;
    min-height: 260px;
    overflow: hidden;
    position: relative;
}

[b-5n4wcvujnb] .dxbl-grid {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
    height: 100% !important;
    min-height: 260px;
}

[b-5n4wcvujnb] .dxbl-grid-header-row {
    background: #f8fafc;
}

[b-5n4wcvujnb] .dxbl-grid-header-row > td,
[b-5n4wcvujnb] .dxbl-grid-header-row > th {
    color: #334155;
    font-weight: 800;
}

.alert[b-5n4wcvujnb] {
    padding: 0.9rem 1rem;
    border-radius: 0.8rem;
}

.alert-danger[b-5n4wcvujnb] {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

@media (max-width: 720px) {
    .page-header[b-5n4wcvujnb] {
        gap: .5rem;
    }

    .trades-product-filter[b-5n4wcvujnb] { grid-template-columns: auto minmax(0, 1fr); flex: 1; }
    .trade-grid-filters[b-5n4wcvujnb] { align-items: stretch; flex-direction: column; }
    .trades-date-filters[b-5n4wcvujnb] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .trades-filter-actions[b-5n4wcvujnb] { align-self: flex-start; }
}
