/*
 * User panel — "اعلانات" tab styles
 *
 * Visual language mirrors the rewards/credits tab: rounded cards,
 * soft shadows, Vazirmatn, generous spacing. Colors map to the
 * notification `type` (info/success/warning/error) via modifier
 * classes so admins' choice in the dropdown flows straight through.
 */

.bazeh-notif-panel {
    direction: rtl;
    font-family: "Vazirmatn", "Vazir", Tahoma, system-ui, sans-serif;
    color: #111827;
    max-width: 760px;
    margin: 0 auto;
    --bzh-n-accent: #f05823;
    --bzh-n-accent-2: #ff7a3d;
    --bzh-n-accent-soft: rgba(240, 88, 35, 0.1);
    --bzh-n-accent-border: rgba(240, 88, 35, 0.32);
    --bzh-n-surface: #f1f5f9;
    --bzh-n-border: #e2e8f0;
    --bzh-n-text: #475569;
    --bzh-n-text-strong: #0f172a;
    --bzh-n-radius: 10px;
    --bzh-n-radius-pill: 999px;
    --bzh-n-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    --bzh-n-shadow-accent: 0 4px 14px rgba(240, 88, 35, 0.22);
}

/* Full-width user panel: stretch inbox to match the widened shell */
.bazeh-panel.bazeh-panel--fullwidth .bazeh-notif-panel {
    max-width: none;
    width: 100%;
    margin-inline: 0;
}

/* Theme/Elementor/Woo often paint generic `button` with maroon borders */
.bazeh-panel .bazeh-panel-content .bazeh-notif-panel button,
.bazeh-panel .bazeh-notif-panel button {
    appearance: none !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    font-family: "Vazirmatn", "Vazir", Tahoma, system-ui, sans-serif !important;
    text-decoration: none !important;
    text-shadow: none !important;
    letter-spacing: normal !important;
    line-height: 1.35 !important;
    margin: 0;
}
.bazeh-panel .bazeh-panel-content .bazeh-notif-panel button:focus-visible,
.bazeh-panel .bazeh-notif-panel button:focus-visible {
    outline: 2px solid rgba(240, 88, 35, 0.45) !important;
    outline-offset: 2px;
}

.bazeh-notif-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.bazeh-notif-title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #111827;
}
.bazeh-notif-sub {
    margin: 4px 0 0;
    font-size: 13px;
    color: #6b7280;
}
.bazeh-notif-sub strong {
    color: var(--bzh-n-accent);
    font-weight: 700;
    margin: 0 2px;
    font-variant-numeric: tabular-nums;
}

.bazeh-notif-header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-mark-all,
.bazeh-notif-mark-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 18px !important;
    background: #fff !important;
    color: var(--bzh-n-accent) !important;
    border: 1px solid var(--bzh-n-accent-border) !important;
    border-radius: var(--bzh-n-radius) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer;
    box-shadow: var(--bzh-n-shadow) !important;
    transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease, transform .12s ease;
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-mark-all:not([disabled]):hover,
.bazeh-panel .bazeh-notif-panel .bazeh-notif-mark-all:not([disabled]):focus-visible,
.bazeh-notif-mark-all:not([disabled]):hover,
.bazeh-notif-mark-all:not([disabled]):focus-visible {
    background: var(--bzh-n-accent-soft) !important;
    border-color: var(--bzh-n-accent) !important;
    color: #c2410c !important;
    box-shadow: var(--bzh-n-shadow-accent) !important;
}
.bazeh-notif-mark-all[disabled] { opacity: 0.5; cursor: default; }
.bazeh-panel .bazeh-notif-panel .bazeh-notif-archive-all,
.bazeh-notif-archive-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 18px !important;
    background: var(--bzh-n-surface) !important;
    color: var(--bzh-n-text-strong) !important;
    border: 1px solid var(--bzh-n-border) !important;
    border-radius: var(--bzh-n-radius) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer;
    box-shadow: var(--bzh-n-shadow) !important;
    transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-archive-all:not([disabled]):hover,
.bazeh-panel .bazeh-notif-panel .bazeh-notif-archive-all:not([disabled]):focus-visible,
.bazeh-notif-archive-all:not([disabled]):hover,
.bazeh-notif-archive-all:not([disabled]):focus-visible {
    background: #e2e8f0 !important;
    border-color: #cbd5e1 !important;
    color: var(--bzh-n-text-strong) !important;
}
.bazeh-notif-archive-all[disabled] { opacity: 0.45; cursor: default; }

/* ── Inbox feed tabs (همه / سفارش / تیکت / چت / سایر) ─────── */

.bazeh-notif-feed-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 0 18px;
    padding: 4px 0 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-feed-tabs .bazeh-notif-feed,
.bazeh-notif-feed-tabs .bazeh-notif-feed {
    flex: 0 0 auto;
    background: #fff !important;
    color: var(--bzh-n-text) !important;
    border: 1px solid var(--bzh-n-border) !important;
    border-radius: var(--bzh-n-radius-pill) !important;
    padding: 9px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: var(--bzh-n-shadow) !important;
    transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease, transform .12s ease;
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-feed-tabs .bazeh-notif-feed:hover,
.bazeh-notif-feed-tabs .bazeh-notif-feed:hover {
    border-color: #cbd5e1 !important;
    color: var(--bzh-n-text-strong) !important;
    background: var(--bzh-n-surface) !important;
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-feed-tabs .bazeh-notif-feed.is-active,
.bazeh-notif-feed-tabs .bazeh-notif-feed.is-active {
    background: linear-gradient(135deg, var(--bzh-n-accent) 0%, var(--bzh-n-accent-2) 100%) !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: var(--bzh-n-shadow-accent) !important;
}

/* ── Push subscribe card ───────────────────────────────────── */

.bazeh-notif-push-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    margin-bottom: 18px;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.06);
}
.bazeh-notif-push-card.is-enabled {
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
    border-color: #bbf7d0;
}
.bazeh-notif-push-card.is-unsupported { display: none; }

.bazeh-notif-push-icon {
    flex: 0 0 48px;
    width: 48px; height: 48px;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bazeh-notif-push-card.is-enabled .bazeh-notif-push-icon { background: #10b981; }

.bazeh-notif-push-body { flex: 1; min-width: 0; }
.bazeh-notif-push-body h3 { margin: 0 0 4px; font-size: 15px; font-weight: 700; color: #1e3a8a; }
.bazeh-notif-push-card.is-enabled .bazeh-notif-push-body h3 { color: #065f46; }
.bazeh-notif-push-body p { margin: 0; font-size: 13px; color: #4b5563; line-height: 1.7; }

.bazeh-notif-push-btn {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s ease;
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-push-card .bazeh-notif-push-btn,
.bazeh-notif-push-card .bazeh-notif-push-btn {
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 0 !important;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28) !important;
    min-height: 42px;
    padding: 10px 18px !important;
    font-weight: 700 !important;
}
.bazeh-notif-push-btn:hover { background: #1d4ed8; }
.bazeh-panel .bazeh-notif-panel .bazeh-notif-push-card .bazeh-notif-push-btn:hover,
.bazeh-notif-push-card .bazeh-notif-push-btn:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
    color: #fff !important;
}
.bazeh-notif-push-card.is-enabled .bazeh-notif-push-btn {
    background: #fff;
    color: #047857;
    border: 1px solid #86efac;
}
.bazeh-notif-push-btn[disabled] { opacity: 0.6; cursor: wait; }

.bazeh-notif-push-error {
    margin: 10px 0 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #9a3412;
    font-size: 12px;
    line-height: 1.65;
    text-align: right;
    overflow-wrap: anywhere;
}
.bazeh-notif-push-error[hidden] { display: none !important; }
.bazeh-notif-nudge .bazeh-notif-push-error {
    margin-top: 12px;
    width: 100%;
}
.bazeh-notif-push-card.has-push-error .bazeh-notif-push-btn,
.bazeh-notif-nudge.has-push-error .bazeh-notif-push-btn {
    margin-top: 0;
}
.bazeh-notif-nudge__cta.bazeh-notif-push-btn span[data-bazeh-notif-push-label] {
    white-space: nowrap;
}

/* ── Compact DND settings card ─────────────────────────────── */
.bazeh-notif-dnd-card {
    margin: 10px 0 18px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    padding: 12px;
}
.bazeh-notif-dnd-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.bazeh-notif-dnd-head h3 {
    margin: 0;
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
}
.bazeh-notif-dnd-head small { color: #64748b; font-size: 11px; }
.bazeh-notif-dnd-form { display: grid; gap: 8px; }
.bazeh-notif-dnd-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 8px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    font-size: 12.5px;
    color: #1f2937;
}
.bazeh-notif-dnd-row input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #f05823;
}
.bazeh-notif-dnd-foot {
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.bazeh-notif-dnd-foot p {
    margin: 0;
    font-size: 11.5px;
    color: #64748b;
}
.bazeh-notif-dnd-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.bazeh-notif-dnd-reset {
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 12px;
    cursor: pointer;
}
.bazeh-notif-dnd-reset:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}
.bazeh-notif-dnd-save {
    border: 0;
    border-radius: 10px;
    background: #f05823;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 12px;
    cursor: pointer;
}
.bazeh-notif-dnd-save:hover { filter: brightness(1.05); }

/* ── Dashboard nudge popup (shown every 7 days until enabled) ── */
.bazeh-notif-nudge {
    position: fixed;
    inset: 0;
    z-index: 100200;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 20px 16px;
    direction: rtl;
    font-family: "Vazirmatn", "Vazir", Tahoma, system-ui, sans-serif !important;
    color: #111827;
    -webkit-font-smoothing: antialiased;
}
.bazeh-notif-nudge,
.bazeh-notif-nudge *:not(svg):not(path):not(circle):not(rect):not(line) {
    font-family: "Vazirmatn", "Vazir", Tahoma, system-ui, sans-serif !important;
}
.bazeh-notif-nudge__panel {
    width: min(420px, calc(100vw - 32px));
    background: linear-gradient(180deg, #fff 0%, #fffaf7 100%);
    border: 1px solid rgba(240, 88, 35, 0.18);
    border-radius: 20px;
    box-shadow:
        0 24px 56px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    padding: 22px 20px 18px;
    position: relative;
    animation: bazeh-notif-nudge-in 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);
    text-align: right;
}
.bazeh-notif-nudge__close {
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    width: 34px;
    height: 34px;
    border: 0 !important;
    border-radius: 10px !important;
    background: #f1f5f9 !important;
    color: #64748b !important;
    cursor: pointer;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 0;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.15s ease, color 0.15s ease;
}
.bazeh-notif-nudge__close:hover,
.bazeh-notif-nudge__close:focus-visible {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}
.bazeh-notif-nudge__close svg {
    display: block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.bazeh-notif-nudge__hero {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 14px;
    padding-inline-end: 36px;
}
.bazeh-notif-nudge__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f05823 0%, #ff7a3d 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(240, 88, 35, 0.28);
}
.bazeh-notif-nudge__icon svg {
    display: block;
    width: 24px;
    height: 24px;
}
.bazeh-notif-nudge__head {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a !important;
    line-height: 1.45;
    -webkit-text-fill-color: #0f172a !important;
}
.bazeh-notif-nudge__text {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: #475569 !important;
    line-height: 1.85;
    -webkit-text-fill-color: #475569 !important;
}
.bazeh-notif-nudge__list {
    margin: 0 0 16px;
    padding: 0 20px 0 0;
    list-style: none;
}
.bazeh-notif-nudge__list li {
    position: relative;
    margin: 0 0 8px;
    padding-inline-start: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #334155 !important;
    line-height: 1.7;
    -webkit-text-fill-color: #334155 !important;
}
.bazeh-notif-nudge__list li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f05823, #ff7a3d);
    transform: translateY(-50%);
}
.bazeh-notif-nudge__cta.bazeh-notif-push-btn {
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: normal;
    text-align: center;
    line-height: 1.55;
    height: auto !important;
    min-height: 48px;
    padding: 12px 16px !important;
    overflow-wrap: anywhere;
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #f05823 0%, #ff7a3d 100%) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    font-family: inherit !important;
    box-shadow: 0 10px 24px rgba(240, 88, 35, 0.32) !important;
    cursor: pointer;
    transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.bazeh-notif-nudge__cta.bazeh-notif-push-btn:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(240, 88, 35, 0.38) !important;
    color: #fff !important;
    background: linear-gradient(135deg, #f05823 0%, #ff7a3d 100%) !important;
}
.bazeh-notif-nudge__cta.bazeh-notif-push-btn:active {
    transform: translateY(0);
}
.bazeh-notif-nudge__cta.bazeh-notif-push-btn[disabled] {
    opacity: 0.65;
    cursor: wait;
    transform: none;
}
@keyframes bazeh-notif-nudge-in {
    from { opacity: 0; transform: translateY(10px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ── List ───────────────────────────────────────────────────── */

.bazeh-notif-list { display: flex; flex-direction: column; gap: 8px; }

.bazeh-notif-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 14px 11px 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 11px;
    transition: all .18s ease;
    cursor: pointer;
    overflow: hidden;
}
.bazeh-notif-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
    transform: translateY(-1px);
}

.bazeh-notif-item.is-unread { background: #f8fafc; border-color: #c7d2fe; }
.bazeh-notif-item.is-unread::before {
    content: '';
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: 3px;
    background: linear-gradient(180deg, #2563eb 0%, #4f46e5 100%);
}

.bazeh-notif-item-dot {
    flex: 0 0 10px;
    width: 10px; height: 10px;
    border-radius: 50%;
    margin-top: 6px;
    background: #cbd5e1;
    flex-shrink: 0;
}
.bazeh-notif-item.is-unread .bazeh-notif-item-dot { background: #2563eb; box-shadow: 0 0 0 4px rgba(37,99,235,0.12); }
.bazeh-notif-item--success.is-unread .bazeh-notif-item-dot { background: #10b981; box-shadow: 0 0 0 4px rgba(16,185,129,0.12); }
.bazeh-notif-item--warning.is-unread .bazeh-notif-item-dot { background: #f59e0b; box-shadow: 0 0 0 4px rgba(245,158,11,0.12); }
.bazeh-notif-item--error.is-unread   .bazeh-notif-item-dot { background: #ef4444; box-shadow: 0 0 0 4px rgba(239,68,68,0.12); }

.bazeh-notif-item-icon {
    flex: 0 0 38px;
    width: 38px; height: 38px;
    border-radius: 9px;
    object-fit: cover;
    background: #f3f4f6;
}

.bazeh-notif-item-body { flex: 1; min-width: 0; }
.bazeh-notif-item-title {
    margin: 0 0 2px;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    line-height: 1.45;
}
.bazeh-notif-item-text {
    font-size: 12.5px;
    color: #4b5563;
    line-height: 1.65;
    word-wrap: break-word;
}

/* Admin «new order» card — buyer stats (order_admin_new template) */
.bazeh-notif-order-cust-meta {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e5e7eb;
    font-size: 12px;
    line-height: 1.5;
    color: #374151;
}
/* Persian numerals + Vazir: keep digits readable like rest of Bazeh admin */
.bazeh-notif-order-cust-meta,
.bazeh-notif-order-cust-meta .bazeh-notif-num {
    font-family: Vazir, Vazirmatn, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, sans-serif;
    font-feature-settings: "lnum" 0;
}
.bazeh-notif-order-cust-meta--row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
}
.bazeh-notif-order-cust-meta--row .bazeh-notif-stat {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 6px;
    white-space: nowrap;
}
.bazeh-notif-order-cust-meta--row .bazeh-notif-stat strong {
    font-weight: 700;
    color: #1f2937;
    margin-inline-end: 2px;
}
.bazeh-notif-order-cust-meta--row .bazeh-notif-unit {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
}
.bazeh-notif-stat-div {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cbd5e1;
    flex: 0 0 auto;
}
.bazeh-notif-pay-warn {
    display: inline-block;
    margin-inline-end: 2px;
    padding: 1px 7px;
    border-radius: 6px;
    font-size: 10.5px;
    font-weight: 700;
    color: #92400e;
    background: #fef3c7;
    border: 1px solid #fcd34d;
}
.bazeh-notif-pay-ok {
    display: inline-block;
    margin-inline-end: 2px;
    padding: 1px 7px;
    border-radius: 6px;
    font-size: 10.5px;
    font-weight: 700;
    color: #166534;
    background: #dcfce7;
    border: 1px solid #86efac;
}
/* Late status flips: when an admin «new order» card is rewritten by
 * Bazeh_Order_Notifications::refresh_admin_payment_chip after the
 * buyer cancels, requests a refund, or the gateway hard-fails, we
 * keep the same pill layout so nothing reflows in the inbox row. */
.bazeh-notif-pay-refund {
    display: inline-block;
    margin-inline-end: 2px;
    padding: 1px 7px;
    border-radius: 6px;
    font-size: 10.5px;
    font-weight: 700;
    color: #1e3a8a;
    background: #dbeafe;
    border: 1px solid #93c5fd;
}
.bazeh-notif-pay-cancel {
    display: inline-block;
    margin-inline-end: 2px;
    padding: 1px 7px;
    border-radius: 6px;
    font-size: 10.5px;
    font-weight: 700;
    color: #475569;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
}
.bazeh-notif-pay-fail {
    display: inline-block;
    margin-inline-end: 2px;
    padding: 1px 7px;
    border-radius: 6px;
    font-size: 10.5px;
    font-weight: 700;
    color: #991b1b;
    background: #fee2e2;
    border: 1px solid #fca5a5;
}
.bazeh-notif-pay-sep {
    margin: 0 3px;
    color: #94a3b8;
    font-weight: 700;
}

/* First purchase — admin «new order» buyer row */
.bazeh-notif-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: 6px;
    margin-inline-end: 2px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.2;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.bazeh-notif-badge--first-purchase {
    color: #eef2ff;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 55%, #4338ca 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}
.bazeh-notif-order-cust-meta--row .bazeh-notif-badge {
    flex: 0 0 auto;
    align-self: center;
}
/* Legacy stored HTML: flex container missing — still align rows when :has() supported */
.bazeh-notif-order-cust-meta:has(.bazeh-notif-order-cust-meta__row):not(.bazeh-notif-order-cust-meta--row) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 12px;
}
.bazeh-notif-order-cust-meta:has(.bazeh-notif-order-cust-meta__row):not(.bazeh-notif-order-cust-meta--row) .bazeh-notif-order-cust-meta__row {
    display: inline-flex;
    margin: 0 !important;
}

/* Legacy three-line layout (older stored notifications) */
.bazeh-notif-order-cust-meta__row {
    margin: 0 0 4px;
}
.bazeh-notif-order-cust-meta__row:last-child {
    margin-bottom: 0;
}
.bazeh-notif-order-cust-meta__row strong {
    font-weight: 700;
    color: #1f2937;
    margin-inline-end: 4px;
}
.bazeh-notif-item-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 8px;
    font-size: 12px;
    color: #9ca3af;
}
/* زمان + مشاهده در یک ردیف با آمار سفارش (دسکتاپ) — متا سمت چپ، آمار راست در RTL */
.bazeh-notif-item-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 14px;
    width: 100%;
    margin-top: 8px;
}
.bazeh-notif-item-stats {
    flex: 1 1 auto;
    min-width: 0;
    text-align: start;
}
.bazeh-notif-item-meta--inline {
    flex: 0 0 auto;
    margin-top: 0;
    white-space: nowrap;
    gap: 10px;
}
.bazeh-notif-item-cta {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}
.bazeh-notif-item-cta:hover { text-decoration: underline; }

/* ── Empty + status ─────────────────────────────────────────── */

.bazeh-notif-empty {
    text-align: center;
    padding: 60px 20px;
    color: #9ca3af;
}
.bazeh-notif-empty svg { opacity: 0.4; margin-bottom: 10px; }
.bazeh-notif-empty p { margin: 0; font-size: 14px; }
.bazeh-notif-empty--error { color: #b91c1c; }
.bazeh-notif-empty--error p { color: inherit; }
.bazeh-notif-retry-hint { margin: 10px 0 0; font-size: 13px; opacity: 0.85; }

.bazeh-notif-status {
    font-size: 12px;
    color: #6b7280;
    margin-top: 12px;
    text-align: center;
    min-height: 18px;
}
.bazeh-notif-status.is-error { color: #dc2626; }
.bazeh-notif-status.is-ok    { color: #047857; }

/* ── Badge in sidebar / mobile tabs ─────────────────────────── */

.bazeh-panel-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    margin-inline-start: 6px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 1px 3px rgba(220, 38, 38, 0.35);
    animation: bazeh-notif-pop .3s ease;
}
.bazeh-panel-badge--green {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    box-shadow: 0 1px 3px rgba(22, 163, 74, 0.35);
}

/* داخل سرگروه منو — فشرده، بدون margin اضافه */
.bazeh-nav-accordion__summary-badges .bazeh-panel-badge {
    margin-inline-start: 0;
}
.bazeh-panel-badge--compact {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 10px;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
    box-shadow: none;
}
.bazeh-nav-accordion__summary-badges .bazeh-panel-badge--compact {
    animation: none;
}

@keyframes bazeh-notif-pop {
    0%   { transform: scale(0.2); opacity: 0; }
    70%  { transform: scale(1.15); }
    100% { transform: scale(1); opacity: 1; }
}

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 640px) {
    .bazeh-notif-header { flex-direction: column; align-items: stretch; }
    .bazeh-notif-header-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .bazeh-panel .bazeh-notif-panel .bazeh-notif-mark-all,
    .bazeh-panel .bazeh-notif-panel .bazeh-notif-archive-all,
    .bazeh-notif-mark-all,
    .bazeh-notif-archive-all {
        width: 100%;
        flex: none;
        min-width: 0;
        padding: 11px 14px !important;
        white-space: normal;
        text-align: center;
        line-height: 1.45 !important;
    }
    .bazeh-notif-tabs-bar {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: visible;
        align-items: center;
        gap: 8px;
        position: sticky;
        top: 0;
        z-index: 6;
        background: #fff;
        padding: 8px 0 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e2e8f0;
    }
    .bazeh-notif-tabs {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
    }
    .bazeh-panel .bazeh-notif-panel .bazeh-notif-tab,
    .bazeh-notif-tab {
        flex: 1 1 auto;
        justify-content: center;
        padding: 10px 6px !important;
        white-space: nowrap;
        font-size: 12px !important;
        min-width: 0;
    }
    .bazeh-notif-archive-actions {
        flex: 0 0 auto;
        width: auto;
        margin-inline-start: 0;
        justify-content: center;
    }
    .bazeh-panel .bazeh-notif-panel .bazeh-notif-delete-all,
    .bazeh-notif-delete-all {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        padding: 0 !important;
        gap: 0;
    }
    .bazeh-notif-delete-all__label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    .bazeh-notif-delete-all__icon {
        display: block;
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }
    .bazeh-panel .bazeh-notif-panel .bazeh-notif-more-btn,
    .bazeh-notif-more-btn { width: 100%; justify-content: center; }

    .bazeh-notif-push-card { flex-direction: column; align-items: stretch; gap: 12px; }
    .bazeh-notif-push-btn,
    .bazeh-panel .bazeh-notif-panel .bazeh-notif-push-card .bazeh-notif-push-btn { width: 100%; }

    .bazeh-notif-item {
        padding: 14px;
        gap: 8px;
        align-items: flex-start;
    }
    .bazeh-notif-item-body { flex: 1; min-width: 0; }
    .bazeh-notif-item-icon { width: 36px; height: 36px; flex-basis: 36px; }
    .bazeh-notif-item > .bazeh-notif-archive,
    .bazeh-notif-item > .bazeh-notif-dismiss {
        flex-shrink: 0;
        align-self: flex-start;
    }
    .bazeh-notif-item-title { font-size: 13px; }
    .bazeh-notif-item-text  { font-size: 12px; }
    .bazeh-notif-item-row { flex-direction: column; align-items: stretch; }
    .bazeh-notif-item-stats { text-align: right; }
    .bazeh-notif-item-meta--inline { white-space: normal; }
}

/* ── Tabs (inbox / archived) + archive bulk delete on same row ─ */

.bazeh-notif-tabs-bar {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    margin: 8px 0 14px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.bazeh-notif-tabs {
    display: flex;
    gap: 4px;
    padding: 5px;
    margin: 0;
    background: var(--bzh-n-surface);
    border: 1px solid var(--bzh-n-border);
    border-radius: 14px;
    flex: 1 1 auto;
    min-width: 0;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-tab,
.bazeh-notif-tab {
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--bzh-n-text) !important;
    border-radius: 10px !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-tab:hover,
.bazeh-notif-tab:hover {
    color: var(--bzh-n-text-strong) !important;
    background: rgba(255, 255, 255, 0.65) !important;
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-tab.is-active,
.bazeh-notif-tab.is-active {
    background: #fff !important;
    color: var(--bzh-n-text-strong) !important;
    box-shadow: var(--bzh-n-shadow) !important;
    font-weight: 700 !important;
}
.bazeh-notif-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    font-size: 11px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: #64748b;
    background: #e2e8f0;
    border-radius: var(--bzh-n-radius-pill);
}
.bazeh-notif-tab.is-active .bazeh-notif-count {
    background: var(--bzh-n-accent-soft);
    color: var(--bzh-n-accent);
}

/* ── Archive button on each item ────────────────────────────── */

.bazeh-notif-item { position: relative; }
.bazeh-panel .bazeh-notif-panel .bazeh-notif-archive,
.bazeh-notif-archive {
    appearance: none;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    background: var(--bzh-n-surface) !important;
    border: 1px solid var(--bzh-n-border) !important;
    border-radius: var(--bzh-n-radius) !important;
    color: #64748b !important;
    cursor: pointer;
    align-self: flex-start;
    display: inline-flex;
    box-shadow: var(--bzh-n-shadow) !important;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .12s ease;
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-archive:hover,
.bazeh-notif-archive:hover {
    background: var(--bzh-n-accent-soft) !important;
    border-color: var(--bzh-n-accent-border) !important;
    color: var(--bzh-n-accent) !important;
    box-shadow: var(--bzh-n-shadow-accent) !important;
}
.bazeh-notif-archive svg {
    display: block;
    flex-shrink: 0;
}
.bazeh-notif-item.is-removing { opacity: .4; pointer-events: none; }

/* ── Show more ──────────────────────────────────────────────── */

.bazeh-notif-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.bazeh-notif-more-wrap[hidden] { display: none; }
.bazeh-panel .bazeh-notif-panel .bazeh-notif-more-btn,
.bazeh-notif-more-btn {
    appearance: none;
    background: #fff !important;
    border: 1px solid var(--bzh-n-border) !important;
    border-radius: var(--bzh-n-radius-pill) !important;
    padding: 10px 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--bzh-n-text-strong) !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    box-shadow: var(--bzh-n-shadow) !important;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-more-btn:hover:not([disabled]),
.bazeh-notif-more-btn:hover:not([disabled]) {
    background: var(--bzh-n-accent-soft) !important;
    border-color: var(--bzh-n-accent-border) !important;
    color: var(--bzh-n-accent) !important;
    box-shadow: var(--bzh-n-shadow-accent) !important;
}
.bazeh-notif-more-btn svg {
    flex-shrink: 0;
    opacity: 0.85;
}
.bazeh-notif-more-btn[disabled] { opacity: .6; cursor: default; }
.bazeh-notif-loading {
    text-align: center;
    padding: 40px 20px;
    color: #6b7280;
    font-size: 13px;
}

.bazeh-notif-archive-actions {
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex: 0 0 auto;
    margin-inline-start: auto;
}
.bazeh-notif-archive-actions[hidden] { display: none; }
.bazeh-panel .bazeh-notif-panel .bazeh-notif-delete-all,
.bazeh-notif-delete-all {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    min-width: 42px;
    padding: 0 14px 0 12px !important;
    background: #fff !important;
    color: #b91c1c !important;
    border: 1px solid #fecaca !important;
    border-radius: var(--bzh-n-radius) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(185, 28, 28, 0.06) !important;
    transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
    font-family: "Vazirmatn", "Vazir", Tahoma, system-ui, sans-serif !important;
}
.bazeh-notif-delete-all__icon {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.bazeh-notif-delete-all__label {
    line-height: 1.3;
}
.bazeh-panel .bazeh-notif-panel .bazeh-notif-delete-all:hover,
.bazeh-notif-delete-all:hover {
    background: #fef2f2 !important;
    border-color: #f87171 !important;
    color: #991b1b !important;
    box-shadow: 0 2px 8px rgba(185, 28, 28, 0.12) !important;
}
.bazeh-notif-delete-all:active {
    transform: translateY(1px);
}

.bazeh-notif-dismiss {
    appearance: none !important;
    -webkit-appearance: none !important;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    margin-inline-start: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    border: 1px solid #fecaca !important;
    border-radius: var(--bzh-n-radius) !important;
    cursor: pointer;
    color: #b91c1c !important;
    box-shadow: 0 1px 2px rgba(185, 28, 28, 0.08) !important;
    line-height: 0;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.bazeh-notif-dismiss svg {
    display: block;
    flex-shrink: 0;
}
.bazeh-notif-dismiss:hover {
    color: #991b1b !important;
    background: #fef2f2 !important;
    border-color: #f87171 !important;
    box-shadow: 0 2px 8px rgba(185, 28, 28, 0.12) !important;
}

/* DND accordion + inline status */
.bazeh-notif-dnd-toggle {
    width: 100%;
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: right;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.bazeh-notif-dnd-head { list-style: none; }
.bazeh-notif-dnd-head::-webkit-details-marker { display: none; }
.bazeh-notif-dnd-toggle-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}
.bazeh-notif-dnd-toggle-title::before {
    content: "▾";
    font-size: 12px;
    transition: transform .2s ease;
}
.bazeh-notif-dnd-card:not([open]) .bazeh-notif-dnd-toggle-title::before {
    transform: rotate(-90deg);
}
.bazeh-notif-dnd-inline-status {
    font-size: 12px;
    color: #64748b;
    min-height: 18px;
    margin: 4px 0 2px;
}
.bazeh-notif-dnd-inline-status.is-ok { color: #047857; }
.bazeh-notif-dnd-inline-status.is-error { color: #b91c1c; }

/* Admin inbox: guest / customer badge + chat preview */
.bazeh-notif-role-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    padding: 3px 8px;
    border-radius: 999px;
    vertical-align: middle;
    margin-left: 6px;
}
.bazeh-notif-role-badge--guest {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fcd34d;
}
.bazeh-notif-role-badge--customer {
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #93c5fd;
}
.bazeh-notif-chat-preview {
    margin-top: 8px;
    padding: 8px 10px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
}
.bazeh-notif-muted {
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
}

/* ── Premium «special reward» notifications ───────────────── */

.bazeh-notif-item--reward {
    border: 1px solid rgba(167, 139, 250, 0.45);
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(251, 191, 36, 0.22) 0%, transparent 55%),
        radial-gradient(90% 70% at 0% 100%, rgba(167, 139, 250, 0.18) 0%, transparent 50%),
        linear-gradient(135deg, #fffbeb 0%, #ffffff 38%, #faf5ff 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 12px 28px rgba(109, 40, 217, 0.1);
    padding: 16px 16px 14px 14px;
    gap: 12px;
}
.bazeh-notif-item--reward.is-unread {
    border-color: rgba(124, 58, 237, 0.55);
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(251, 191, 36, 0.28) 0%, transparent 55%),
        radial-gradient(90% 70% at 0% 100%, rgba(167, 139, 250, 0.24) 0%, transparent 50%),
        linear-gradient(135deg, #fff7ed 0%, #ffffff 40%, #f5f3ff 100%);
}
.bazeh-notif-item--reward.is-unread::before {
    width: 4px;
    background: linear-gradient(180deg, #f59e0b 0%, #a855f7 55%, #6366f1 100%);
}
.bazeh-notif-item--reward .bazeh-notif-item-dot {
    display: none;
}
.bazeh-notif-item--reward .bazeh-notif-item-title::before {
    content: 'پاداش ویژه';
    display: inline-flex;
    align-items: center;
    margin-inline-end: 8px;
    padding: 2px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #5b21b6;
    background: linear-gradient(90deg, rgba(251, 191, 36, 0.35), rgba(167, 139, 250, 0.35));
    border: 1px solid rgba(167, 139, 250, 0.35);
    vertical-align: middle;
}
.bazeh-notif-item--reward .bazeh-notif-item-title {
    font-size: 14px;
    color: #4c1d95;
}
.bazeh-notif-item--reward .bazeh-notif-item-text {
    color: #374151;
}
.bazeh-reward-inbox__reason {
    margin: 0 0 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px dashed rgba(167, 139, 250, 0.45);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.75;
    color: #1f2937;
}
.bazeh-reward-inbox__perks {
    margin: 0;
    padding: 0 18px 0 0;
    list-style: none;
}
.bazeh-reward-inbox__perks li {
    position: relative;
    padding: 6px 0 6px 0;
    font-size: 12.5px;
    font-weight: 600;
    color: #6d28d9;
    line-height: 1.5;
}
.bazeh-reward-inbox__perks li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-inline-end: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fbbf24, #a855f7);
    vertical-align: middle;
}
.bazeh-notif-item--reward .bazeh-notif-item-cta {
    background: linear-gradient(90deg, #7c3aed, #a855f7);
    color: #fff !important;
    border-radius: 999px;
    padding: 4px 12px;
    font-weight: 700;
    border: none;
}

/* ── Confirm dialog (Vazir) ───────────────────────────────── */

.bazeh-notif-confirm {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: "Vazirmatn", "Vazir", Tahoma, system-ui, sans-serif !important;
}
.bazeh-notif-confirm__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    border: 0;
    padding: 0;
    cursor: pointer;
}
.bazeh-notif-confirm__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 360px;
    background: #fff;
    border-radius: 16px;
    padding: 20px 18px 16px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
    direction: rtl;
    text-align: right;
    font-family: "Vazirmatn", "Vazir", Tahoma, system-ui, sans-serif !important;
}
.bazeh-notif-confirm__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    font-family: "Vazirmatn", "Vazir", Tahoma, system-ui, sans-serif !important;
}
.bazeh-notif-confirm__message {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.75;
    color: #475569;
    font-family: "Vazirmatn", "Vazir", Tahoma, system-ui, sans-serif !important;
}
.bazeh-notif-confirm__actions {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
}
.bazeh-notif-confirm__btn {
    appearance: none;
    border: 0;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    font-family: "Vazirmatn", "Vazir", Tahoma, system-ui, sans-serif !important;
}
.bazeh-notif-confirm__btn--ghost {
    background: #f1f5f9;
    color: #334155;
}
.bazeh-notif-confirm__btn--danger {
    background: #dc2626;
    color: #fff;
}
.bazeh-notif-confirm__btn--danger:hover {
    background: #b91c1c;
}
