:root{ --brand:#1667d6; }
body{ background:#fff; }
.navbar, .btn-primary, .bg-brand{ background:var(--brand)!important; border-color:var(--brand)!important; }
.text-brand{ color:var(--brand)!important; }
.form-required::after{ content:' *'; color:#d00; }
.table thead th{ background:#f5f8ff; }
.badge-status{ padding:.35rem .6rem; border-radius:999px; }
