﻿.zl-scrollBarBox {
	width: 10px;
	border-radius: 10px;
	height: 100%;
	position: absolute;
	background: rgb(241, 241, 241)
}

.zl-scrollBar {
	position: absolute;
	left: 0;
	top: 0;
	background: #848484;
	transition: background .3s
}

.zl-scrollBar.zl-verticalBar {
	min-height: 10px
}

.zl-scrollBar.zl-horizontalBar {
	min-width: 10px
}

.zl-scrollBar:hover {
	background: #000
}

.zl-scrollContentDiv {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	top: 0;
	left: 0
}

.zl-scrollBar.zl-verticalBar {
	height: 80px !important;
	background-color: #2d66a5;
}
