.text-vat {
    color: #f84f5a;
}

.text-vat:hover, .text-vat:focus, .text-vat:active, .text-vat.nav-link.show {
    color: #f62835;
}

.text-bg-warning {
    color: #6c757d !important;
    background-color: #fef195 !important;
}

.text-bg-info {
    color: #fff !important;
    background-color: #75DBCD !important;
}

.text-bg-important {
    color: #6c757d !important;
    background-color: #FFC482 !important;
}

.text-bg-danger {
    color: #fff !important;
    background-color: #f84f5a !important;
}

.text-bg-success {
    color: #6c757d !important;
    background-color: #90e39a !important;
}

.text-bg-primary {
    color: #fff !important;
    background-color: #6f8ec3 !important;
}