.text-bg-warning{
    background-color: rgb(233, 99, 36) !important;
}
.text-bg-info{
    background-color: aqua !important;
}
.text-bg-success{
    background-color: chartreuse !important;
    color: black !important;
}
.text-bg-light{
    background-color: gold !important;
}

.bg-warning{
    background-color: rgb(233, 99, 36) !important;
}
.bg-info{
    background-color: aqua !important;
}
.bg-success{
    background-color: chartreuse !important;
    color: black !important;
}
.bg-light{
    background-color: gold !important;
}

.badge-warning{
    background-color: rgb(233, 99, 36) !important;
}
.badge-info{
    background-color: aqua !important;
    color: black !important;
}
.badge-success{
    background-color: chartreuse !important;
    color: black !important;
}
.badge-light{
    background-color: gold !important;
}