.custom-switch .form-check-input {
  background-color: rgba(189, 189, 189, 1);
  border: none;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%255, 255, 255, 1%29'/%3e%3c/svg%3e");
}
.custom-switch .form-check-input:focus {
  border: none;
  background-color: rgba(189, 189, 189, 1) ;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%255, 255, 255, 1%29'/%3e%3c/svg%3e");
}

.custom-switch .form-check-input:checked {
  border: none;
  background-color: rgba(189, 189, 189, 1);
}

.custom-switch .form-check-label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    letter-spacing: 0.9px;
    margin-right: 8px;
    margin-bottom: 7px;
}
