@charset "UTF-8";
.form-quote svg.direction-left {
  transform: rotate(-180deg);
}

.w2dformquote-submit-status {
  align-items: center;
  background: #f5f7fa;
  border: 1px solid #d9e0e8;
  border-radius: 4px;
  color: #2f3a45;
  display: flex;
  font-weight: 600;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
}

.w2dformquote-submit-status[hidden] {
  display: none;
}

.w2dformquote-submit-spinner {
  animation: w2dformquote-spin 0.8s linear infinite;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  flex: 0 0 auto;
  height: 1.1rem;
  width: 1.1rem;
}

.form-quote.is-submitting fieldset {
  opacity: 0.45;
  pointer-events: none;
}

.form-quote.is-submitting .btn {
  cursor: wait;
}

@keyframes w2dformquote-spin {
  to {
    transform: rotate(360deg);
  }
}

#quote_message_help {
  display: none;
}
