.ec-custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 4px;
  background: rgba(255, 0, 0, 0.01);
}
.ec-custom-scrollbar::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background-clip: padding-box;
  background-color: #cccccc;
  border-radius: 16px;
}

.ec-custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.ec-custom-scrollbar::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

/* Handle on hover */
.ec-custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #c3c3c3;
}