.ps__rail-y {
	opacity: 1;
	width: 2px;
	background-color: #4abefc;
	right: 0;
}

.ps--active-y > .ps__rail-y{
	opacity: 1;
	width: 2px;
	background-color: #4abefc;
	right: 0;
}

.ps__thumb-y {
	border-radius: 0;
	background-color: #7ad7fd;
	opacity: 1;
	width: 12px;
	z-index: 2;
	right: 0;
	transition: top 0.1s;
}

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y{
	opacity: 1;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
	opacity: 1;
	width: 2px;
	background-color: #4abefc;
	right: 0;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #7ad7fd;
	opacity: 1;
	width: 12px;
}