/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2022 | 02:17:52 */
::-webkit-scrollbar{
	width:0;
}

#scrollPath{
	position:fixed;
	top:0;
	right:0;
	width:10px;
	height:100%;
	background: 	rgba(255,255,255,0.05);
		z-index:999;
}

#progressbar{
	position:fixed;
	top:0;
	z-index:999;
	right:0;
	width:10px;
	height:100%;
	background: 	linear-gradient(to top, #18392B);
	animation: animate 5s linear infinite;
}



#progressbar:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: 	linear-gradient(to top, #18392B, #ddd);
	
}