.custom-sales-report .csv-feed .feed-icon::before {
	content: "Export CSV";
	padding: 10px !important;
	text-indent: 0;
	visibility: visible !important;
	color: #fff;
	background: #ec640b;
}
.custom-sales-report .csv-feed .feed-icon {
	background: none !important;
	width: 100% !IMPORTANT;
	height: auto !important;
	text-indent: 0 !important;
	visibility: hidden;
	text-decoration: none !important;
}
.view-customers-report .csv-feed .feed-icon::before {
	content: "Export CSV";
	padding: 10px !important;
	text-indent: 0;
	visibility: visible !important;
	color: #fff;
	background: #ec640b;
}
.view-customers-report .csv-feed .feed-icon {
	background: none !important;
	width: 100% !IMPORTANT;
	height: auto !important;
	text-indent: 0 !important;
	visibility: hidden;
	text-decoration: none !important;
}
.hide-store-select .view-filters, .hide-store-select > form {
    display: none;
}
.view-products-report .csv-feed .feed-icon::before {
	content: "Export CSV";
	padding: 10px !important;
	text-indent: 0;
	visibility: visible !important;
	color: #fff;
	background: #ec640b;
}
.view-products-report .csv-feed .feed-icon {
	background: none !important;
	width: 100% !IMPORTANT;
	height: auto !important;
	text-indent: 0 !important;
	visibility: hidden;
	text-decoration: none !important;
}