.bd-sidebar-primary::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bd-sidebar-primary::-webkit-scrollbar-track {
  background-color: transparent;
  margin-top: 1px;
  margin-bottom: 1px;
}

.bd-sidebar-primary::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background-color: rgb(163 163 163);
}

.bd-sidebar-primary::-webkit-scrollbar-corner {
  background-color: transparent;
}
