@charset "utf-8";
body{
	overflow: overlay;
}
::-webkit-scrollbar {
	width: 10px;
	position: relative;
	z-index: 90;
}
::-webkit-scrollbar-thumb {
	background: rgba(22,60,91,.8);
	position: relative;
	z-index: 90;
    transition: 400ms ease;
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(22,60,91,1);
}
::-webkit-scrollbar-track {
	background: transparent;
}


