/* simplebar-custom
---------------------------------------------------- */
.simplebar-track.simplebar-vertical {
  background: #edf1f5;
  width: 6px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .simplebar-track.simplebar-vertical {
    width: 4px;
    border-radius: 2px;
  }
}

.simplebar-scrollbar::before {
  opacity: 1!important;
  background: #1f497d;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}