html {
    scroll-behavior: smooth !important;
  }
  /*width*/
  .sidebar-filter::-webkit-scrollbar {
  width:6px;
  }
  /*track*/
  .sidebar-filter::-webkit-scrollbar-track {
  background:rgb(255, 255, 255);
  }
  /*thumb*/
  .sidebar-filter::-webkit-scrollbar-thumb {
  background:rgb(152, 152, 152);
  border-radius:50px;
  }