/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2025 | 11:05:00 */
.wpDataTablesWrapper table.wpDataTable td, 
.wpDataTablesWrapper table.wpDataTable th,
.wpDataTablesWrapper table.wpDataTable td.numdata, 
.wpDataTablesWrapper table.wpDataTable th.numdata { 
	text-align: center !important;
}

.wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
	padding: 20px 20px!important;
}

.wpDataTablesWrapper table.wpDataTable td {
	white-space: unset!important;
}

.wpDataTablesWrapper table.wpDataTable>thead>tr>th {
	white-space: unset!important;
}

.wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr > th, .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting, .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn {
	background-color: #1B449B!important;
	border-color: #f5f7fa!important;
}

.wpDataTablesWrapper .dt-buttons a.DTTT_button {
	font-weight:400!important;
	font-size:13px!important;
}

.wpdt-c .wpDataTablesWrapper .dataTables_filter input[type="search"], .wpdt-c .wpDataTablesWrapper .dataTables_length label {
	height:40px!important
}

.wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
	border-right:1px solid #f5f7fa!important;
}

.wpdt-c .wpDataTablesWrapper table.wpDataTable tbody td {
	border-right:1px solid #f5f7fa!important;
}

@media (max-width: 767px) { 
	.wpDataTablesWrapper table.wpDataTable {
    	display: block;
    	width: auto;
    	overflow-x: auto;
	}
	.wpDataTablesWrapper {
    	padding: 0px!important;
	}
}

.column-link a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden!important;
}

.wpDataTable tbody tr td {
	vertical-align: middle;
} 

.wpDataTables {
	padding: 0px!important;
}