::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #b0b0b0;
}

::-webkit-scrollbar-thumb {
    background-color: #494949;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

a, a:hover, a:focus, a:active {
    text-decoration: none !important;
    color: inherit !important;
}