
:root{
  --switch-off-color: #ccc;
  --switch-on-color: #5cb85c;
}

.switch.-active-primary{
  --switch-on-color: #009EF5;
}
.switch.-inactive-danger{
  --switch-off-color: #d9534f;
}
.switch.-inactive-warning{
  --switch-off-color: #f0ad4e;
}
