.tax-submit-status {
  margin: 14px 0 0;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 700;
}

.tax-submit-status.is-success {
  color: #315848;
  background: #e7f1eb;
  border: 1px solid #b9d2c3;
}

.tax-submit-status.is-error {
  color: #7b3d37;
  background: #f7e9e6;
  border: 1px solid #dfbbb5;
}

.tax-submit[disabled] {
  cursor: wait;
  opacity: .68;
}
