form .required:after {
  color: #f35958;
  content: "*";
  font-size: 15px;
  left: 3px;
  position: relative;
}

.form-switch-md .form-check-input {
  width: 4rem !important;
}

.form-switch-lg .form-check-input {
  width: 6rem !important;
}

.form-switch-xl .form-check-input {
  width: 8rem !important;
}

.feather-16 {
  height: 16px;
  width: 16px;
}

.feather-20 {
  height: 20px;
  width: 20px;
}

.feather-24 {
  height: 24px;
  width: 24px;
}

.feather-32 {
  height: 32px;
  width: 32px;
}
