::-webkit-scrollbar {
  width: 7.5px;
  background-color: transparent;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent !important;
  border-radius: 50px;
  border: solid 0.5px white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(214, 214, 214);
}
