/* Custom overrides */
input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    padding-bottom: env(safe-area-inset-bottom);
}
