.bg-purple {
    background-color: #8e44ad !important;
    color: white;
}

.bg-select-control {
    background-color: #efeffe !important;
    color: #212529 !important;
}

.bg-orange {
    background-color: #ec961e !important;
    color: white;
}

.bg-green {
    background-color: #3cd961 !important;
    color: white;
}

.bg-red {
    background-color: #b00606 !important;
    color: white;
}
.bg-pink {
    background-color: #ff00ff !important;
    color: white;
}

.bg-brown {
    background-color: #a5673f !important;
    color: white;
}

.bg-blue {
    background-color: #3d9bff !important;
    color: white;
}