.btn-primary {
    background-color: #007bff!important;
}
.card-primary.card-outline {
    border-top: 3px solid #007bff!important;
}
.page-item.active .page-link {
    background-color: #007bff!important;
}
.bg-gradient-primary{
    background-color: #007bff!important;
    background: #007bff!important;
}
.swal2-confirm{
    background-color: #007bff!important;
    background: #007bff!important;
}
.nav-link .active {
    background-color: #007bff!important;
    background: #007bff!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    /* color: #fff; */
    background-color: #007bff!important;
}
.table th {
    border-bottom: 2px solid black;
    background: #007bff!important;
    color:#fff!important;
}
.nav-pills .nav-link:not(.active):hover {
    color: #007bff !important
}

/* .bg-cleamp, .login-page{
    background-color: #24abd4ff !important;
    color: #fff !important;
}

.bg-cleamp a, .login-page a{
    background-color: #24abd4ff !important;
    color: #fff !important;
}

.bg-cleamp-view{
    background-color: rgb(235, 233, 233) !important;
} */