  .tablepress {
	font-size: 1rem;
	line-height: 1.5;
}

.tablepress td,
.tablepress th {
	padding: 0.625rem 0.75rem;
}

.tablepress tfoot th,
.tablepress thead th {
	font-weight: 600;
	background-color: #aa0032;
	color: #fff;
}

.tablepress tbody td,
.tablepress tfoot th {
	border-color: #ced4da;
}

.tablepress .odd td {
	background-color: #f7f7f9;
}

.tablepress .row-hover tr:hover td {
	background-color: #e9ecef;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: #ec2227;
}

.dataTables_wrapper {
	margin: 1.5em 0;
}

.dataTables_wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.dataTables_wrapper .tablepress {
	margin: 0;
	clear: both;
}

.dataTables_length {
	margin: 0 0 0.5em 0;
	float: left;
	white-space: nowrap;
}

.dataTables_length select {
	width: auto;
	height: 32px;
	padding: 0 0.25rem;
	margin: 0 2px;
}

.dataTables_filter {
	margin: 0 0 0.5em 0;
	float: right;
	white-space: nowrap;
}

.dataTables_filter input {
	width: auto;
	height: 32px;
	padding: 0 0.375rem;
	margin: 0 0 0 0.5em;
}

.dataTables_info {
	margin: 0.5em 0 0 0;
	float: left;
}

.dataTables_paginate {
	margin: 0.5em 0 0 0;
	float: right;
}

.dataTables_paginate a {
	display: inline-block;
	margin: 0 0.25em;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.paginate_button.current {
	font-weight: 600;
}

.dataTable .sorting,
.dataTable .sorting_asc,
.dataTable .sorting_desc {
	position: relative;
	padding-right: 2.25rem;
	cursor: pointer;
}

.dataTable .sorting:after,
.dataTable .sorting_asc:after,
.dataTable .sorting_desc:after {
	position: absolute;
	top: 0;
	left: auto;
	bottom: 0;
	right: 0.75rem;
	width: 0.75rem;
	height: 1rem;
	margin: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
}

.dataTable .sorting:after {
	content: "\f0dc";
}

.dataTable .sorting_asc:after {
	content: "\f0d8";
}

.dataTable .sorting_desc:after {
	content: "\f0d7";
}