/* iTech.OS scrollbar styling for Hi-Def Studio public pages. */
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(93, 178, 255, .62) rgba(4, 16, 30, .18);
}

html::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

html::-webkit-scrollbar-track {
  background: rgba(4, 16, 30, .18);
  border-left: 1px solid rgba(137, 197, 247, .05);
}

html::-webkit-scrollbar-thumb {
  min-height: 48px;
  border: 3px solid transparent;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(105, 195, 255, .78), rgba(64, 128, 244, .68));
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px rgba(186, 224, 255, .12);
}

html::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(128, 210, 255, .92), rgba(82, 148, 255, .86));
  background-clip: padding-box;
}

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