::-webkit-scrollbar {
  width: 10px;
  background: none;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(transparent, #8ad4ff);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(transparent, #135b84);
  transition: all 1s;
}

* {
  scrollbar-color: rgb(3, 81, 126) rgba(0, 128, 0, 0);
  scrollbar-width: thin;
}
