input[type="date"], input[type="time"] {
  -webkit-appearance: none; /* For Safari and Chrome on mobile */
  -moz-appearance: none;
  appearance: none; /* Standard property */
}
