.simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
}
.simplebar-scrollbar::before {
  height: 10px !important;
  background: #2385ff;
  border-radius: 10px;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  margin: 0 auto;
  width: 70%;
  height: 10px !important;
  background: #ffffff;
  border-radius: 10px;
}
.scroll-area{
  padding-bottom: 40px;
  height: auto;
}