/* line 1, ../sass/idangerous.swiper.scrollbar.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 7, ../sass/idangerous.swiper.scrollbar.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* line 14, ../sass/idangerous.swiper.scrollbar.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 18, ../sass/idangerous.swiper.scrollbar.scss */
.swiper-scrollbar {
  background: none;
  position: absolute;
  right: 3px;
  top: 0;
  height: 100%;
  width: 5px;
}

/* line 26, ../sass/idangerous.swiper.scrollbar.scss */
.swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.3);
}
