/*css3 design scrollbar*/
::-webkit-scrollbar {
	padding: 3px;
	width: 6px;
}

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

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #198754;
}

::-webkit-scrollbar-corner {
	border-radius: 30%;
}