#piechart div.apexcharts-legend {
	top: 9px !important;
	/* height: 92% !important; */
	right: 22px !important;
    -webkit-box-shadow: 2px 3px 6px #888888 !important;
	box-shadow: 2px 4px 10px #888888 !important;
	/* border: 1px solid #000000; // Pic charts's Legend box border */
	bottom: auto !important;
}
.apexcharts-legend-series{
	display: flex !important;
	align-items: center;
}
.apexcharts-menu-item.exportCSV{
	display: none;
}
.apexcharts-toolbar{
    top : -20px !important;
}