.custom-scroll-bar::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}
.custom-scroll-bar::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgb(224, 224, 224);
}
.custom-scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgb(178, 178, 178);
}
