/* simplebar-custom
---------------------------------------------------- */
.simplebar-track.simplebar-vertical {
  background: #e0ddce;
  width: 6px;
}

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

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