/* #custom-form-error {
  z-index: 99999;
}

#custom-form-error input {
  border: 1px solid #196136;
  border-radius: 5px;
  outline: none;
}

#custom-form-error {
  border: 1px solid #f44e4e !important;
} */
.required-star,.error{
  color: #f44e4e;
}

input[type="date"] {
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent; 
  /*you need to disable the background becasue the icon can repeat based on input size */
}

