::-webkit-scrollbar { width: 10px; }                       
::-webkit-scrollbar-track { background: transparent; }          
::-webkit-scrollbar-thumb { background: transparent; }          
::-webkit-scrollbar-thumb:hover { background: #464545f4;
                                  transition: 10s;
                                  cursor:pointer; }        
::-webkit-scrollbar-track:hover { background: #2d2c2c;
                                  transition: 10s;
                                  cursor:pointer; }        
::-webkit-scrollbar-button { background: transparent; }        
::-webkit-scrollbar-corner { background: transparent; }        
  
::-webkit-scrollbar:hover { cursor:pointer; }        
::-webkit-scrollbar-corner:hover { cursor:pointer; }        

                                  