
::-webkit-scrollbar {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: none;
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0;
    border: none;
    background-clip: padding-box;
    transition: none;
    opacity: 0;
}

::-webkit-scrollbar-thumb:hover {
    background: transparent;
    opacity: 0;
}


* {
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}


body::-webkit-scrollbar-thumb {
    box-shadow: none;
}

