.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.scroll-h-700 {
  max-height: 700px;
  overflow-y: auto;
}
.scroll-h-600 {
  max-height: 600px;
  overflow-y: auto;
}
.scroll-h-250 {
  max-height: 250px;
  overflow-y: auto;
}
