::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  max-height: 5px;
  background-color: #d7d7d7;
}

/* Track */
::-webkit-scrollbar-track {

  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dc3545;
  border-radius: 10px;
  opacity: 0.5;
   height: 5px;
  max-height: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: darken(#dc3545, 20%);
}
