/* Swap Bootstrap Primary (#0d6efd) with #111f90 */
.btn-primary,
.bg-primary,
.text-primary,
.border-primary {
    background-color: #111f90 !important;
    border-color: #111f90 !important;
    color: #fff !important;
}


/* Swap Bootstrap Warning (#ffc107) with #ffb512 */
.btn-warning,
.bg-warning,
.text-warning,
.border-warning {
    background-color: #ffb512 !important;
    border-color: #ffb512 !important;
    color: #000 !important;
}

.alert-warning {
    background-color: #ffb512 !important;
    border-color: #ffb512 !important;
    color: #212529 !important; /* changed here too */
}
