/* simplebar-custom
---------------------------------------------------- */
.simplebar-track.simplebar-vertical {
  width: 9px;
  background: #eee;
  border-radius: 4.5px;
}

@media screen and (max-width: 767px) {
  .simplebar-track.simplebar-vertical {
    width: 8px;
  }
}

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