::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: padding-box;
  border-radius: 10px;
  background-color: #cfd3d6;
}
::-webkit-scrollbar-thumb:hover {
  border: 2px solid transparent;
  background-color: #a3a7ad;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
