html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.has-native-date-picker {
  position: relative;
}

.has-native-date-picker #dateInput {
  pointer-events: none;
  padding-right: 8px;
}

.native-date-picker-overlay {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0.01;
  cursor: pointer;
  -webkit-appearance: auto;
  appearance: auto;
  touch-action: manipulation;
}

@media (max-width: 600px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
    touch-action: manipulation;
  }

  .compact-field input,
  .compact-field select {
    font-size: 16px !important;
  }
}
