::-webkit-scrollbar{
  width: 7px;
}
::-webkit-scrollbar-track {
  background-color: #e4e4e400 !important;
}
::-webkit-scrollbar-thumb {
  background-color: #ffffff63;
  border-radius: 100px;
}

::-webkit-scrollbar{
  width: 7px;
}
::-webkit-scrollbar-track {
  background-color: #e4e4e400 !important;
}
::-webkit-scrollbar-thumb {
  background-color: #ffffff63;
  border-radius: 100px;
}

body::-webkit-scrollbar{
  width: 7px;
  height: 0;
}

body::-webkit-scrollbar-track {
  background-color: #e4e4e400 !important;
}

body::-webkit-scrollbar-thumb {
  background-color: #ffffff63;
  border-radius: 100px;
}

@media only screen and (max-width: 250px) {
  body::-webkit-scrollbar{
    height: 7px;
  }
}   