.text-success {
    color: #00C83F !important;
}

.text-warning {
    color: #FDC401 !important;
}

.text-high-warning {
    color: #EB6E00 !important;
}

.text-danger {
    color: #EB1F00 !important;
}

.bg-success {
    background-color: #00C83F !important;
    color: #000000 !important;
}

.bg-warning {
    background-color: #FDC401 !important;
    color: #000000 !important;
}

.bg-high-warning {
    background-color: #EB6E00 !important;
    color: #000000 !important;
}

.bg-danger {
    background-color: #EB1F00 !important;
    color: #000000 !important;
}