body{
  &::-webkit-scrollbar {
     width: 5px !important;
     background-color: #ffffff !important;
   }

  &::-webkit-scrollbar-track {
    border: none;
  }

  &::-webkit-scrollbar-thumb {
    background-color: $theme-color-1 !important;
    border-radius: 0px !important;
    border: none;
    &:hover, &:active{
      background-color: $theme-color-2 !important;
    }
  }
}
