::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

::-webkit-scrollbar-thumb {
  background: rgba(196, 196, 196, 0.75);
  border: 1px solid #ffffff;
  border-radius: 11px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(168, 168, 168, 0.75);
}

::-webkit-scrollbar-thumb:active {
  background: rgba(168, 168, 168, 0.75);
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 11px;
}

::-webkit-scrollbar-track:hover {
  background: rgba(206, 206, 206, 0.61);
}

::-webkit-scrollbar-track:active {
  background: rgba(180, 180, 180, 0.55);
}

*,
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(196, 196, 196, 0.75) transparent;
}
