.Scrollbars *{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

.Scrollbars {
  position: fixed;
  top: 50%;
  right: 2.25px;
  z-index: 1;
  max-height: 290px;
  max-width: 115px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Scrollbars a {
  outline: none;
  margin: 0;
  font-size: 0;
  line-height: 0;
  box-shadow: none;
  box-sizing: border-box;
  height: 15px;
  width: 16px;
  padding: 2px;
  border-radius: 100%;
  background: linear-gradient(0deg, #eddb82, #daae59 13%, #edde99 25%, #e4cb7b 33%, #dfc16a 38%, #fef8b8 50%, #f0d573 63%, #efd371 75%, #ebce82 88%, #d7b34b);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.Scrollbars a.active {
  background: #e2bb55; 
  border: 6px solid #d7b34b; 
}

@media (min-width: 769px) {
  .Scrollbars {
    display: none;
  }
}
