.bg-light-primary {
    background-color: rgba(52, 96, 255, 0.15)!important;
}

.bg-light-success {
    background-color: rgb(18 191 35 / 15%)!important;
}

.bg-light-danger {
    background-color: rgb(231 46 46 / 15%)!important;
}

.bg-light-info {
    background-color: rgba(50, 190, 255, 0.15)!important;
}

.bg-light-warning {
    background-color: rgba(255, 204, 50, 0.15)!important;
}

.bg-light-purple {
    background-color: rgba(135, 50, 255, 0.15)!important;
}

.bg-light-orange {
    background-color: rgba(255, 101, 50, 0.15)!important;
}

.bg-light-bronze {
    background-color: rgba(204, 117, 41, 0.15)!important;
}

.bg-light-pink {
    background-color: rgba(231, 46, 123, 0.15)!important;
}

.bg-light-tiffany {
    background-color: rgba(51, 99, 255, 0.15)!important;
}

.bg-light-dark {
    background-color: rgba(33, 37, 41, 0.15)!important;
}