/* KWARTON License Manager — light admin theme tweaks on top of AdminLTE 4 */
:root {
    --kw-brand: #2f6fed;
    --kw-brand-dark: #1b4bb8;
}
body { font-family: "Source Sans 3", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

.sidebar-brand .brand-link { color: #fff; }
.app-sidebar .nav-header { letter-spacing: .04em; font-size: .72rem; opacity: .65; }
.app-sidebar .sidebar-menu .nav-link.active { background-color: var(--kw-brand); color: #fff; }

.small-box .icon > i, .small-box .small-box-icon > i { opacity: .35; }

.status-badge { text-transform: capitalize; }
.badge.text-bg-draft      { background:#6c757d; color:#fff; }
.badge.text-bg-active      { background:#198754; color:#fff; }
.badge.text-bg-expired     { background:#fd7e14; color:#fff; }
.badge.text-bg-suspended   { background:#ffc107; color:#000; }
.badge.text-bg-revoked     { background:#dc3545; color:#fff; }
.badge.text-bg-cancelled   { background:#495057; color:#fff; }

.table-empty-state { padding: 3rem 1rem; text-align: center; color: #8a94a6; }
.table-empty-state i { font-size: 2.25rem; display:block; margin-bottom:.5rem; opacity:.5; }

code.license-key { font-size: .95rem; letter-spacing: .5px; }
