#datatable_wrapper .pagination a,
#datatable_wrapper .dropdown-menu a {
	text-decoration: none;
}

.dt-button-active {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dt-button-active > span {
	margin-right: 1em;
}

div.dt-button-collection .dt-button-active::after {
	font-family: 'Font Awesome\ 5 free';
    font-weight: 900;
    font-size: 1.25em;
	content: "\f00c";
	color: #28a745;
}
