/* simplebar-custom
---------------------------------------------------- */
.simplebar-track.simplebar-vertical {
  background: #dfe5e3;
  width: 6px;
  border-radius: 3px;
}

@media screen and (max-width: 1199px) {
  .simplebar-track.simplebar-vertical {
    width: 5px;
    border-radius: 2.5px;
  }
}

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