.btn-primary {
    background-color: #828a91!important;
}

.card-primary.card-outline {
    border-top: 3px solid #828a91!important;
}

.page-item.active .page-link {
    background-color: #828a91!important;
}

.bg-gradient-primary {
    background-color: #828a91!important;
    background: #828a91!important;
}

.swal2-confirm {
    background-color: #828a91!important;
    background: #828a91!important;
}

.nav-link .active {
    background-color: #828a91!important;
    background: #828a91!important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* color: #fff; */
    background-color: #828a91!important;
}

.table th {
    border-bottom: 2px solid black;
    background: #828a91!important;
    color: #fff!important;
}

.nav-pills .nav-link:not(.active):hover {
    color: #828a91!important
}