/* filer left */
.left-filter-style-2 .left-filter-block {
  padding-left: 20px;
}

.left-filter-style-2 .left-filter-list-outer {
  max-height: 330px;
  overflow: hidden;
  padding: 0;
}

.left-filter-style-2 .left-filter-block-inner {
  position: relative;
  padding: 0;
}

.left-filter-style-2 .left-filter-list {
  padding-right: 20px;
}

.left-filter-style-2 .left-filter-block-inner .mCSB_container {
  overflow: visible;
}

/* if customscrollbar */

.left-filter-block-inner.with-customScrollbar {
  padding-bottom: 36px;
}

.left-filter-style-2 .mCSB_scrollTools {
  opacity: 0 !important;
  pointer-events: none;
}

.left-filter-block-inner .mCSB_inside>.mCSB_container {
  margin-right: 0 !important;
}

.custom-scroll-nav {
  width: calc(100% - 60px);
  left: 20px;
}

/* change arrow btns */

.left-filter-style-2 .custom-scroll-nav .nav-btns {
  width: 24px;
  height: 24px;
}

.left-filter-style-2 .custom-scroll-nav .custom-scroll-up {
  background-image: url(/themes/custom/gff/components/inner-pages/visualization/css/../img/arrow-btns/scrll_up.png);
}

.left-filter-style-2 .custom-scroll-nav .custom-scroll-up:hover {
  background-image: url(/themes/custom/gff/components/inner-pages/visualization/css/../img/arrow-btns/scrll_up_hover.png);
}

.left-filter-style-2 .custom-scroll-nav .custom-scroll-up.disable-nav {
  background-image: url(/themes/custom/gff/components/inner-pages/visualization/css/../img/arrow-btns/scrll_up_disabled.png);
}

.left-filter-style-2 .custom-scroll-nav .custom-scroll-down {
  background-image: url(/themes/custom/gff/components/inner-pages/visualization/css/../img/arrow-btns/scrll_down.png);
}

.left-filter-style-2 .custom-scroll-nav .custom-scroll-down:hover {
  background-image: url(/themes/custom/gff/components/inner-pages/visualization/css/../img/arrow-btns/scrll_down_hover.png);
}

.left-filter-style-2 .custom-scroll-nav .custom-scroll-down.disable-nav {
  background-image: url(/themes/custom/gff/components/inner-pages/visualization/css/../img/arrow-btns/scrll_down_disabled.png);
}
