/* HF Provider Directory Form Classes */
.hfpd-display-none {
  display: none !important;
}

.hfpd-form-phone {
  padding-left: 60px !important;
}

.hfpd-checkbox {
  margin-right: 10px;
}

.hfpd-specialties-checkbox,
.hfpd-degrees-checkbox {
  margin-bottom: 5px;
}

.hfpd-form-textarea {
  height: 200px;
  width: 400px;
}

.hfpd-disabled {
  pointer-events: none;
  background-color: lightgray;
  color: gray;
}

.hfpd-form-addr-info {
  font-size: 0.8em;
  font-weight: 600;
  color: #1fa1bb;
  margin-left: 5px;
}

.hfpd-form-addr-info-data {
  font-size: 0.8em;
  font-weight: 400;
  color: black;
}

.hfpd-form-label {
  font-weight: bold;
  font-size: 1.3rem;
}

.hfpd-form-label-subtag {
  color: #444444;
  font-weight: 600;
  font-size: 1rem;
  font-style: italic;
}

.hfpd-form-italic {
  font-style: italic;
}/*# sourceMappingURL=hfpd-form.css.map */