::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #4a5568;
  border-radius: 20px;
  border: 3px solid transparent;
}

.dark ::-webkit-scrollbar-thumb {
  background-color: #a0aec0;
}