::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 1) !important;
    background: linear-gradient(#514ED9 79%, #514ED9 79%);
    border-radius: 5px;
}
::-webkit-scrollbar-track:hover {
    background: transparent;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}