
.scroll-div::-webkit-scrollbar {
  width: 12px;
  height: 8px;
  background-color: #0a6ac45d; /* or add it to the track */
  border-radius: 10px;
  padding: 4px;
}

.scroll-div::-webkit-scrollbar-thumb {
  background: #82c0fa;
  width: 10px;
  border-radius: 6px;
}