::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: var(--bd-radius);
  background-color: var(--muted);
}
