*::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: transparent !important;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: transparent !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #718096;
}
