.no_data{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height:2em;
	color: #666976;
	margin: 2rem;
}
.no_data #NO_DATA_IMG,.no_data>img{
	width: 20%;
	height: 30%;
	min-width: 200px;
	min-height: 200px;
	/* object-fit: cover; */
}