/* Custom scrollbar styling for roi-eidiseon-side-block */
.roi-custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #e2e8f0 transparent;
}

/* Webkit browsers (Chrome, Safari, Edge) */
.roi-custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.roi-custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  margin: 4px 0;
}

.roi-custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #e2e8f0;
  border-radius: 3px;
}

.roi-custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #cbd5e0;
}

/* Firefox */
.roi-custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #e2e8f0 transparent;
}

/* For IE and Edge */
.roi-custom-scrollbar {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
