::-webkit-scrollbar-thumb {
	/*background-clip: padding-box;*/
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	border: balck solid transparent;
	background-color: #b3b3b3;
	min-height: 12px 6px;
	min-width: 12px 6px;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	margin-right: 20px;
}

::-webkit-scrollbar-track {
	color: transparent;
	background: transparent;
}

