.quote-form .quote-form-status {
  margin: 1rem 0 0;
  padding: .9rem 1rem;
  border: 1px solid #b9c9e2;
  border-radius: 9px;
  color: #173a7a;
  background: #eef3fb;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

.quote-form .quote-form-status[hidden] {
  display: none;
}

.quote-form .quote-form-status.is-success {
  border-color: #72bd8b;
  color: #155f31;
  background: #eaf8ef;
}

.quote-form .quote-form-status.is-error {
  border-color: #dc928d;
  color: #8d211a;
  background: #fff0ef;
}

.quote-form .quote-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.quote-form .consent-box {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: 1.15rem;
}

.quote-form .consent-box .form-check-input {
  flex: 0 0 1.5rem;
  float: none;
  width: 1.5rem;
  height: 1.5rem;
  margin: .05rem 0 0;
  border: 2px solid #204ca6;
  cursor: pointer;
}

.quote-form .consent-box .form-check-input:checked {
  border-color: #204ca6;
  background-color: #204ca6;
}

.quote-form .consent-box .form-check-label {
  flex: 1;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.45;
  cursor: pointer;
}
