/* Basic global styles included for production build so /index.css resolves correctly */
:root {
  color-scheme: light;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background-color: #f9fafb;
}

a {
  color: inherit;
}

input[type="date"].custom-date-input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}

input[type="date"].custom-date-input::-webkit-calendar-picker-indicator,
input[type="date"].custom-date-input::-webkit-inner-spin-button,
input[type="date"].custom-date-input::-webkit-clear-button {
  display: none;
}
