::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0);
}
::-webkit-scrollbar:horizontal {
  height: 10px;
}
::-webkit-scrollbar:vertical {
  width: 10px;
}

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

::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #666;
}
::-webkit-scrollbar-thumb:horizontal {
  border-top: 5px solid rgba(255, 255, 255, 0);
}
::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: #555;
  border-top: 4px solid rgba(255, 255, 255, 0);
}
::-webkit-scrollbar-thumb:vertical {
  border-left: 5px solid rgba(255, 255, 255, 0);
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #555;
  border-left: 4px solid rgba(255, 255, 255, 0);
}

/*# sourceMappingURL=Scrollbar.css.map */
