::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
    border-radius: 1rem;
}

::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    /*-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); */
    background-color: rgba(50,187,230,0.5);
    width:1rem;
}