::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #5865f2;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #4752c4;
}
