/* .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(23 71 143 / 25%);
} */

.form-control:focus {
    outline: 0;
    border-color: rgb(23 71 143);
    box-shadow: 0 0 0 0.2rem rgb(23 71 143 / 25%);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(23 71 143) !important;
    border-color: rgb(23 71 143) !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(23 71 143) !important;
    border-color: rgb(23 71 143) !important;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: rgb(23 71 143) !important;
    border-color: rgb(23 71 143) !important;
    box-shadow: 0 0 0 0.2rem rgb(23 71 143 / 50%) !important;
}

.btn-outline-white:focus {
    box-shadow: 0 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 0 !important;
}