.btn-jeh {
  border-radius: 12px !important;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
  font-size: 18px !important;
}

.btn-jeh-blue {
  background-color: #2F3292 !important;
  color: white !important;
}

.btn-jeh-green {
  background-color: #69C4B0 !important;
  color: black !important;
}

.btn-jeh-orange {
  background-color: #2b2d42 !important;
  color: white !important;
}

.btn-white-text {
  color: white !important;
}

#addField {
  color: #198754 !important;
}

#addField:hover {
  color: white !important;
}

#removeField {
  color: #dc3545 !important;
}

#removeField:hover {
  color: white !important;
}
/*# sourceMappingURL=button-styles.css.map */