.validation-message {
  color: #d72a27;
  font-size: 12px;
  line-height: 16px;
}

.tilt-datepicker {
  margin-bottom: 4px;
}
.tilt-datepicker__label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #252525;
  margin-bottom: 4px;
  font-family: "Inter", sans-serif;
}
.tilt-datepicker__label--invalid {
  color: #d72a27;
}
.tilt-datepicker__input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 41px;
  max-width: 390px;
  box-sizing: border-box;
  background-color: #fff;
}
.tilt-datepicker__input-wrapper--invalid {
  border-color: #d72a27;
}
.tilt-datepicker__input-wrapper.disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.tilt-datepicker__input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  font-family: "Inter", sans-serif;
  padding: 12px 14px;
  background: transparent;
  box-sizing: border-box;
}
.tilt-datepicker__input.disabled {
  cursor: not-allowed;
}
.tilt-datepicker__icon {
  display: flex;
  align-items: center;
  padding-right: 12px;
  color: #525252;
}
.tilt-datepicker__icon svg {
  width: 18px;
  height: 18px;
}
.tilt-datepicker__error {
  font-size: 12px;
  color: #d72a27;
  font-family: "Inter", sans-serif;
  margin-top: 4px;
}

.tilt-text-input {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tilt-text-input__label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #252525;
  font-family: "Inter", sans-serif;
}
.tilt-text-input__label--invalid {
  color: #d72a27;
}
.tilt-text-input__field {
  flex: 1;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  font-family: "Inter", sans-serif;
  padding: 12px 14px;
  background: transparent;
  width: 100%;
  height: 41px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  max-width: 390px;
}
.tilt-text-input__field--invalid {
  border-color: #d72a27;
}

.retrieve-quote-form {
  gap: 0;
  width: 100%;
}
.retrieve-quote-form__field {
  margin-bottom: 16px;
}
.retrieve-quote-form__label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #252525;
  margin-bottom: 4px;
  font-family: "Inter", sans-serif;
}
.retrieve-quote-form__submit {
  display: block;
  width: 100%;
  height: 43px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  padding: 12px 20px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  margin-top: 24px;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.retrieve-quote-form__submit--disabled {
  background-color: #efefef;
  border-color: #737373;
  color: #737373;
  cursor: not-allowed;
}
.retrieve-quote-form__submit--enabled {
  background-color: #003df1;
  border-color: #003df1;
  color: #fefefe;
}
.retrieve-quote-form__submit--enabled:hover {
  background-color: #0032cc;
  border-color: #0032cc;
}

/*# sourceMappingURL=tilt-ui-components.css.map */
