.scrollbar-hide::-webkit-scrollbar {
display: none;
}
.scrollbar-hide {
-ms-overflow-style: none; 
scrollbar-width: none;  
}
::-webkit-scrollbar {
  width: 6px; 
  height: 6px; 
}

::-webkit-scrollbar-track {
  background: #171717; 
}

::-webkit-scrollbar-thumb {
  background: #404040; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #525252;
}
