/* ============================================================
   PORTAL BOOTSTRAP OVERRIDES
   Portal-specific Bootstrap theme customizations
   ============================================================ */

/* Focus styles */
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem var(--ds-white), 0 0 0 0.25rem var(--ds-color-edit);
}

/* Primary button colors */
.btn-primary {
    background-color: var(--ds-brand-red) !important;
    border-color: var(--ds-brand-red) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--ds-brand-red-dark) !important;
    border-color: var(--ds-brand-red-dark) !important;
}
