/* Frontend Custom Styles */

/* Custom badge colors */
.bg-purple {
    background-color: #6f42c1 !important;
    color: #fff !important;
}

.bg-indigo {
    background-color: #6610f2 !important;
    color: #fff !important;
}

.bg-cyan {
    background-color: #77dd77 !important;
    color: #fff !important;
}
