/* ─── BBI Custom CSS ──────────────────────────────────────────────────────── */

/* Poppins — same font as Skote theme uses via --bs-font-sans-serif */
*,
body,
h1, h2, h3, h4, h5, h6,
p, span, div, a, label,
input, select, textarea,
button, table, td, th {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Full width on large/desktop screens — override Skote's 85% cap */
@media (min-width: 1200px) {
    body[data-layout=horizontal] .container-fluid,
    body[data-layout=horizontal] .navbar-header {
        max-width: 100% !important;
    }
}

/* Status badges */
.badge-active   { background-color: #34c38f; color: #fff; padding: 4px 10px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; }
.badge-inactive { background-color: #f46a6a; color: #fff; padding: 4px 10px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; }
.badge-pending  { background-color: #f1b44c; color: #fff; padding: 4px 10px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; }
