// Background lighten 

@mixin bg-variant-light($color) {
    background-color: rgba($color, 0.25) !important;
}