.dlm-csv-export-wrapper {
	position: relative;
}

.dlm-reports-header-export-button a {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.dlm-csv-export-wrapper__export_settings a {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.dlm-csv-export-wrapper__export_settings a,
.dlm-reports-header-export-button a {
	outline:none !important;
	box-shadow: none !important;
}

a#dlm-export-settings {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

a#dlm-export-settings span {
	font-size: 13px;
	width: 13px;
	height: 13px;
}

.dlm-export-settings__body {
	display: block;
	position: absolute;
	top: calc( 100% + 15px);
	background: #fff;
	padding: 15px;
	min-width: 160px;
	box-shadow: 0px 12px 12px rgba(0,0,0,0.3);
	left:0;
	transition: all 0.45s ease;
	opacity: 0;
	z-index: -1;
}

.dlm-export-settings__body.dlm-export-settings__body--open {
	opacity:1;
	z-index: 9999;
}

.dlm-export-settings__body ul li {
	list-style: none;
}

.dlm-csv-export-wrapper {
	display:grid;
	grid-template-columns: auto auto;
}