@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap");
.custom-input {
  position: relative !important;
  width: 100% !important;
  font-family: "Poppins", sans-serif !important;
}
.custom-input input,
.custom-input textarea {
  width: 100% !important;
  height: 45px !important;
  padding: 6px 20px 0 20px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #061e05 !important;
  background-color: #ffffff !important;
  border: 1px solid #061e05 !important;
  border-radius: 0 !important;
  outline: none !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.custom-input input:focus,
.custom-input textarea:focus {
  border-color: #29b475 !important;
}
.custom-input textarea {
  height: auto !important;
  min-height: 45px !important;
  resize: vertical !important;
  padding-top: 20px !important;
}
.custom-input label {
  position: absolute !important;
  left: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #061e05 !important;
  background-color: transparent !important;
  pointer-events: none !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  z-index: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}
.custom-input .error-tooltip {
  position: absolute !important;
  right: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 20px !important;
  height: 20px !important;
  background-color: #cc3333 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  z-index: 3 !important;
}
.custom-input .error-tooltip .icon {
  line-height: 1 !important;
  padding-bottom: 2px !important;
}
.custom-input .error-tooltip .message {
  position: absolute !important;
  top: 35px !important;
  right: -22px !important;
  width: 200px !important;
  min-height: 50px !important;
  background-color: #cc3333 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 8px 12px !important;
  border-radius: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.2s ease !important;
  z-index: 10 !important;
  text-align: left !important;
  font-family: "Poppins", sans-serif !important;
}
.custom-input .error-tooltip .message::after {
  content: "" !important;
  position: absolute !important;
  top: -12px !important;
  right: 22px !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 12px solid #cc3333 !important;
  transform: rotate(0deg) !important;
}
.custom-input .error-tooltip:hover .message {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.custom-input.is-focused label, .custom-input.has-value label {
  top: -9px !important;
  transform: translateY(0) !important;
  font-size: 14px !important;
  background-color: #ffffff !important;
  padding: 0 4px !important;
  color: #29b475 !important;
  left: 16px !important;
}
.custom-input.is-focused input,
.custom-input.is-focused textarea, .custom-input.has-value input,
.custom-input.has-value textarea {
  border-color: #29b475 !important;
}
.custom-input.has-error input,
.custom-input.has-error textarea {
  border-color: #cc3333 !important;
}
.custom-input.has-error label {
  color: #cc3333 !important;
}
.custom-input.has-error.is-focused label, .custom-input.has-error.has-value label {
  color: #cc3333 !important;
}
.custom-input.has-error.is-focused input,
.custom-input.has-error.is-focused textarea, .custom-input.has-error.has-value input,
.custom-input.has-error.has-value textarea {
  border-color: #cc3333 !important;
}
@media (max-width: 768px) {
  .custom-input input,
  .custom-input textarea {
    height: 40px !important;
    font-size: 14px !important;
  }
  .custom-input label {
    font-size: 14px !important;
    left: 16px !important;
  }
  .custom-input.is-focused label, .custom-input.has-value label {
    font-size: 13px !important;
    top: -6px !important;
    left: 12px !important;
  }
  .custom-input .error-tooltip {
    width: 18px !important;
    height: 18px !important;
    font-size: 12px !important;
    right: 16px !important;
  }
  .custom-input .error-tooltip .message {
    width: 180px !important;
    font-size: 12px !important;
    right: -18px !important;
    top: 30px !important;
  }
}
@media (max-width: 480px) {
  .custom-input input,
  .custom-input textarea {
    height: 36px !important;
    font-size: 13px !important;
  }
  .custom-input label {
    font-size: 13px !important;
    left: 14px !important;
  }
  .custom-input.is-focused label, .custom-input.has-value label {
    font-size: 12px !important;
    top: -6px !important;
    left: 10px !important;
  }
  .custom-input .error-tooltip {
    width: 16px !important;
    height: 16px !important;
    font-size: 10px !important;
    right: 14px !important;
  }
  .custom-input .error-tooltip .message {
    width: 160px !important;
    font-size: 11px !important;
    right: -14px !important;
    top: 28px !important;
  }
}/*# sourceMappingURL=nova-input.css.map */