.scroll-bar-thin {
  scrollbar-width: thin;
  scrollbar-color: #dedede #c5c5c5;
}

.scroll-bar-thin::-webkit-scrollbar {
  width: 4px;
}

.scroll-bar-thin::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #dedede;
}

.scroll-bar-thin::-webkit-scrollbar-thumb:hover {
  background: #c5c5c5;
}

.scroll-bar-thin::-webkit-scrollbar-thumb:active {
  background: #787878;
}
