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