﻿/* Component utilities */
.glass-panel {
  overflow: hidden;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(87, 199, 255, 0.35) transparent;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: rgba(153, 127, 219, 0.35);
  border-radius: 999px;
}
