.bg-gradient-primary {
    background: linear-gradient(4deg, #424578 0, #0085ff 100%) !important;
}
ul.nav.nav-pills .active {
    background: #007bec;
}
ul.nav.nav-pills a {
    color: #007bec;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bec;
    border-color: #007bec;
}
.col-md-6 span.select2.select2-container {
    width: 100% !important;
}