/* BestAge CRM – Frontend Investor Portal Stylesheet */
/* Global shared classes used across all 8 dashboard shortcodes */

/* ── Layout ─────────────────────────────────────────────────────────────────── */
.ba-portal-wrap { font-family: 'Segoe UI', Arial, sans-serif; color: #000; direction: ltr; max-width: 1100px; margin: 0 auto; padding: 0 10px; }

/* ── Generic Shared Badges ────────────────────────────────────────────────────── */
.st-paid  { color: #27ae60; font-weight: 700; background: #eafaf1; padding: 3px 8px; border-radius: 4px; display: inline-block; }
.st-due   { color: #c0392b; font-weight: 700; background: #fdedec; padding: 3px 8px; border-radius: 4px; display: inline-block; }
.st-plus  { color: #27ae60; font-weight: 700; }
.st-minus { color: #c0392b; font-weight: 700; }

/* Responsive tables */
.ba-table-scroll { overflow-x: auto; }

/* ── Button shared styles ─────────────────────────────────────────────────────── */
.bestage-ajax-btn {
    display: inline-block;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.bestage-ajax-btn:disabled { background: #ccc !important; color: #666 !important; border-color: #aaa !important; cursor: not-allowed; }

/* ── Login page extras ────────────────────────────────────────────────────────── */
.ba-login-wrap * { box-sizing: border-box; }
