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

::-webkit-scrollbar-thumb {
  background: #292929;
  border-radius: 11px;
}

::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 15px;
  /*box-shadow: inset 7px 10px 12px #f0f0f0;*/
}

