::-webkit-scrollbar {
	background: #fff;
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background: #4F2A83;
	border-radius: 5px;
}

