div.dt-container div.dt-paging ul.pagination {
	margin: auto;
	flex-wrap: nowrap;
}

div.dt-container div.dt-search input {
	padding-left: 2.25em;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1.35em" height="1.35em" viewBox="0 0 24 24" fill="none" stroke="rgb(73, 80, 87)" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" opacity="0.35"><path d="m21 21-4.34-4.34" /><circle cx="11" cy="11" r="8" /></svg>');
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: .5rem center;
}


[data-bs-theme="dark"] div.dt-container div.dt-search input {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1.35em" height="1.35em" viewBox="0 0 24 24" fill="none" stroke="rgb(245, 247, 251)" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" opacity="0.35"><path d="m21 21-4.34-4.34" /><circle cx="11" cy="11" r="8" /></svg>');
}

tbody, td, tfoot, th, thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}
