/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #8E32F9 #333333;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #333333;
}

*::-webkit-scrollbar-track:hover {
  background-color: #222222;
}

*::-webkit-scrollbar-track:active {
  background-color: #000;
}

*::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #8E32F9;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #8E32F9;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #8E32F9;
}
