.no-scrollbars::-webkit-scrollbar {
    display: none;
}

.no-scrollbars {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

input::placeholder, select::placeholder {
    font-weight: normal;
    opacity: 0.8;
    font-size: 0.87em;
    font-family: sans-serif;
}

select * {
    color: #424242;
}

.a-text a {
    text-decoration: underline;
}

input[type="text"], input[type="email"], input[type="number"] {
    padding: 0.75em 0 0.75em 1.25em !important;
}
