.ef-sa-files input[type="file"] {
  min-height: 0;
  padding: 9px !important;
  font-size: 11px !important;
  cursor: pointer;
}

.ef-sa-files span {
  display: block;
  margin-top: 6px;
  color: #8a918c;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.ef-sa-lead-alert {
  position: sticky;
  top: -22px;
  z-index: 8;
  margin: -8px -8px 18px;
  padding: 13px 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.ef-sa-lead-alert.is-sending {
  border-color: #eadba8;
  background: #fff9df;
  color: #69581c;
}

.ef-sa-lead-alert.is-success {
  border-color: #bde2ca;
  background: #ecf9f0;
  color: #1f6e3e;
}

.ef-sa-lead-alert.is-error {
  border-color: #f1bfd0;
  background: #fff0f4;
  color: #9d2055;
}
