html {
  scrollbar-width: thin;
  scrollbar-color: rgba(98, 203, 255, 0.28) transparent;
  scrollbar-gutter: stable;
}

body {
  scrollbar-width: thin;
  scrollbar-color: rgba(98, 203, 255, 0.28) transparent;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(98, 203, 255, 0.24) transparent;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

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

*::-webkit-scrollbar-thumb {
  min-height: 48px;
  background: rgba(98, 203, 255, 0.22);
  border: 2px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(98, 203, 255, 0.46);
  background-clip: padding-box;
}

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