.sidebar-scrollbar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sidebar-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #c8c5c5;
  border-radius: 10px;
}

/* Handle */
.sidebar-scrollbar::-webkit-scrollbar-thumb {
  background: #bababa;
  border-radius: 10px;
}


