/* BAW-D FORM FORMATTING */

.bawd-form-hidden {
  display: none !important;
}

.bawd-ownership-total-status {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border: 1px solid #d7e4e8;
  border-radius: 6px;
  font-weight: 700;
}

.bawd-ownership-total-status--valid {
  background: #edf8f8;
  border-color: #7abfbe;
  color: #083f4b;
}

.bawd-ownership-total-status--invalid {
  background: #fff4e8;
  border-color: #c46a12;
  color: #8a4300;
}

.bawd-ownership-total-status {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border: 1px solid #d7e4e8;
  border-radius: 6px;
  font-weight: 700;
}

.bawd-ownership-total-status--valid {
  background: #edf8f8;
  border-color: #7abfbe;
  color: #083f4b;
}

.bawd-ownership-total-status--under {
  background: #fff4e8;
  border-color: #c46a12;
  color: #8a4300;
}

.bawd-ownership-total-status--over {
  background: #fdecec;
  border-color: #b3261e;
  color: #8f1d17;
}