*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

.hidden{
    display: none !important;
}

select,
input, textarea{
    /* -webkit-appearance: none;
    -moz-appearance: none; */
    /* appearance: none; */
    outline: none;
    background-color: transparent;
}