form .required:after{color:#f35958;content:"*";font-size:15px;left:3px;position:relative}.form-switch-md .form-check-input{width:4rem!important}.form-switch-lg .form-check-input{width:6rem!important}.form-switch-xl .form-check-input{width:8rem!important}.feather-16{height:16px;width:16px}.feather-20{height:20px;width:20px}.feather-24{height:24px;width:24px}.feather-32{height:32px;width:32px}


/* BRAND OVERRIDES */
:root{
  /* Change this to your brand color */
  --brand-primary: #1E88E5;
  --bs-primary: var(--brand-primary);
  --bs-primary-rgb: 30,136,229;
}
a{color:var(--bs-primary);}
a:hover{filter:brightness(0.95);}
.btn-primary, .btn-primary:active, .btn-primary:focus{background-color:var(--bs-primary);border-color:var(--bs-primary);}
.badge.bg-primary{background-color:var(--bs-primary)!important;}

/* Optional: messenger accent icons */
.messenger-badge{display:inline-flex;align-items:center;gap:.25rem;}
