.swiper-scrollbar ,.swiper-scrollbar{
	border-radius: .25rem/* 10px */;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}
.swiper-scrollbar-drag {
	height: 50%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: .25rem/* 10px */;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
    .swiper-scrollbar {
        background-color: transparent;
        position: absolute;
        right: .075rem/* 3px */;
        top: 0;
        height: 100%;
        width: .125rem/* 5px */;
        z-index: 999;
    }
    
    .swiper-scrollbar .swiper-scrollbar-drag {
        background: #ff9100;
    }