html {
  scrollbar-width: thin;
  scrollbar-color: #1457a8 #eef2f7;
}

html::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

html::-webkit-scrollbar-track {
  background: #eef2f7;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #3a7ec2, #1457a8);
  border-radius: 20px;
  border: 0.5px solid #eef2f7;
}
