


button.btn.btn-primary {
    --bs-btn-color: rgb(255, 255, 255);
    --bs-btn-bg: rgb(56, 30, 105);
    --bs-btn-border-color: rgb(56, 30, 105);
    --bs-btn-hover-color: rgb(255, 255, 255);
    --bs-btn-hover-bg: rgb(62, 33, 116);
    --bs-btn-hover-border-color: rgb(50, 26, 93);
    --bs-btn-active-color: rgb(255, 255, 255);
    --bs-btn-active-bg: rgb(67, 36, 126);
    --bs-btn-active-border-color: rgb(54, 29, 101);
    --bs-btn-disabled-color: rgb(255, 255, 255);
    --bs-btn-disabled-bg: rgb(56, 30, 105);
    --bs-btn-disabled-border-color: rgb(45, 24, 84);
}

button.btn:focus,
button.btn:active:focus, 
button.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgb(67, 36, 126);
}