.bg-primary {
    background-color: rgb(34, 36, 40) !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #d20000;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #d20000;
}

/* a {
    color: #d20000;
}

a:hover {
    color: #990000;
} */

/* .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff7a7a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 28%);
}

.custom-control-input:disabled:checked~.custom-control-label::before{
    background-color:rgba(255, 0, 0, 0.5);
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{
    border-color:#d20000;
    background-color:#d20000
} */