/* jQuery mCustomScrollbar CSS */
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mCSB_scrollTools .mCSB_dragger {
  position: relative;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_draggerRail {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
} 