 ::-webkit-scrollbar{
 background: #EAEDED;
 width: 10px;
 height: 10px;
 }

 ::-webkit-scrollbar-track{
 /*	box-shadow: inset 0 0 10px #00000070;
 	border-radius: 10px;*/
 }

::-webkit-scrollbar-thumb{
	background: #BC3438;
	border-radius: 10px;
}
.hei{
	max-height: 300px;
} 
