@mixin bg-soft-variant($parent, $color) {
  #{$parent} {
	background-color: rgba($color, $btn-soft-bg-opacity) !important;
  }
}
