div::-webkit-scrollbar, textarea::-webkit-scrollbar, .customScroll::-webkit-scrollbar{
	width: 8px;
	height: 8px;
	/* background-color: #F5F5F5; */
}

div::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb , .customScroll::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,0.6);
}

div::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track , .customScroll::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 8px;
	/* background-color: #F5F5F5; */
}