@charset "UTF-8";
html body .form-control:focus,
html body form:not(.was-validated) .form-control:focus,
html body .was-validated .ng-invalid .mw-datepicker .form-control:focus,
html body .was-validated .form-check-input:valid:focus:focus,
html body .was-validated .form-check-input:invalid:focus:focus {
  box-shadow: none !important;
}
html body .form-control {
  cursor: pointer;
  font-weight: 300 !important;
  background-position: right 1rem center !important;
}
html body select.form-control {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/styles/icons/svg/chevron-down.svg") no-repeat;
  padding-right: 2.125rem;
  padding-right: 2.875rem !important;
}
html body select.form-control::-ms-expand {
  display: none;
}
html body .form-check-input {
  all: unset;
  width: 20px;
  height: 20px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  margin-top: 0;
  border-radius: 50%;
  cursor: pointer;
}
html body .form-check-input:checked::after {
  content: "✔";
  color: white;
  font-weight: 300;
}
html body .form-check-input:checked::before {
  margin-top: 3px;
  font-size: 0.685rem;
  font-weight: 300;
}
html body .form-check-label {
  margin-left: 0.4rem;
}
html body .input-group-text {
  padding-right: 1rem;
  font-size: 1.125rem;
}
html body .form-group a {
  text-decoration: underline;
}
html body .form-group small {
  margin-top: 0.25rem;
}/*# sourceMappingURL=inputs.css.map */