.custom-scroll-premium {
  overflow-x: auto !important; 
  overflow-y: hidden !important; 
  position: relative;
  /* Sesuaikan tinggi */
  /* margin-top: 50px !important;  */

  /* Gunakan auto agar scrollbar muncul saat dibutuhkan */
  
  /* Untuk Firefox */
  scrollbar-width: thin; 
  scrollbar-color: #0d9059 #081815; /* thumb track */
  
  -webkit-overflow-scrolling: touch;
}

/* Untuk Chrome, Edge, Safari */
.custom-scroll-premium::-webkit-scrollbar {
  width: 4px;  /* Ubah dari 0px menjadi 8px agar terlihat */
  height: 4px;
}

.custom-scroll-premium::-webkit-scrollbar-track {
  background: #16eea9 !important; 
  border-radius: 0; 
}

.custom-scroll-premium::-webkit-scrollbar-thumb {
  background: #0ea5e9 !important; 
  border-radius: 0; 
  border: none !important; 
}