/* DatePicker2 */
.tilt-datepicker {
  margin-bottom: 0;
}
.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;
}

/* TextInput */
.tilt-text-input {
  margin-bottom: 0;
}
.tilt-text-input__label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #252525;
  margin-bottom: 4px;
  font-family: "Inter", sans-serif;
}
.tilt-text-input__label--invalid {
  color: #d72a27;
}
.tilt-text-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-text-input__wrapper--invalid {
  border-color: #d72a27;
}
.tilt-text-input__field {
  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;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.tilt-text-input__error {
  font-size: 12px;
  color: #d72a27;
  font-family: "Inter", sans-serif;
  margin-top: 4px;
}

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