::-webkit-scrollbar {
    width: 8px;
    height: 0px;
    background-color: #ffffff14;
}

::-webkit-scrollbar:hover {
    width: 8px;
    height: 0px;
}

::-webkit-scrollbar-track {
    border: 0px solid #ffffff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #b328ee16;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d69ce032;
    width: 10px;
}