::-webkit-scrollbar {
    width:10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.cards::-webkit-scrollbar {
    width:1px;
}
.cards::-webkit-scrollbar-track {
    background: transparent;
}
.cards::-webkit-scrollbar-thumb {
    background: transparent;
}
.cards::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}