﻿.ScrollbarsmallTrasperent::-webkit-scrollbar-track {
  margin-top: 2px;
  margin-bottom: 2px;
  /*border-radius:10px;*/
  background-color: transparent;
  width: 10px;
}
.ScrollbarsmallTrasperent::-webkit-scrollbar {
  width: 10px;
}
.ScrollbarsmallTrasperent::-webkit-scrollbar-track:hover {
  background-color: rgba(255, 255, 255, 0.22);
}
.ScrollbarsmallTrasperent::-webkit-scrollbar-thumb {
  background-color: rgba(150, 172, 245, 0.46);
  /*border: 2px solid #555555;*/
  /*border-radius:10px;*/
  width: 10px;
}
.ScrollbarsmallTrasperent::-webkit-scrollbar-thumb:hover {
  background-color: rgba(94, 97, 138, 0.28);
  /*border: 2px solid #555555;*/
}