/* simplebar-custom
---------------------------------------------------- */
.simplebar-track.simplebar-vertical {
  border: 1px solid #84c1da;
  width: .8rem;
  border-radius: 8px!important;
  overflow: hidden;
}

.simplebar-scrollbar::before {
  opacity: 1!important;
  background: #84c1da;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px!important;
}