
.tablepress-scroll-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
}

.tablepress-scroll-wrapper>.dt-container {
	min-width: fit-content;
}

@media screen and (max-width:767px) {
	.tablepress-scroll-wrapper>.dt-container .dt-layout-row {
		flex-direction: row;
	}
}

.tablepress-scroll-wrapper>.dt-container :where(.dt-layout-row:not(.dt-layout-table)) .dt-layout-cell.dt-layout-full {
	width: auto;
}

.tablepress-scroll-wrapper>.dt-container .dt-layout-cell.dt-layout-full, .tablepress-scroll-wrapper>.dt-container .dt-layout-cell.dt-layout-start {
	left: 0;
	position: sticky;
}

.tablepress-scroll-wrapper>.dt-container .dt-layout-cell.dt-layout-end {
	position: sticky;
	right: 1px;
	z-index: 1;
}

@media screen and (max-width:600px) {
	.tablepress-scroll-wrapper>.dt-container .dt-layout-cell.dt-layout-end {}
}

.tablepress-scroll-wrapper>.dt-container .dt-layout-cell.dt-layout-cell:has(>.dt-buttons>.dt-button-background) {
	z-index: 2000;
}

.tablepress-scroll-buttons-wrapper-visible {
	clear: both;
	display: flex;
}

.tablepress-scroll-buttons-wrapper-visible .tablepress-scroll-wrapper {
	width: calc(100% - 60px);
}

.tablepress-scroll-buttons-wrapper-visible .tablepress-scroll-button {
	background-color: rgba(0, 0, 0, .1);
	border: none;
	cursor: pointer;
	font-size: larger;
	height: 100px;
	margin: 0 0 1rem;
	padding: 0;
	position: sticky;
	top: 200px;
	width: 30px;
}

.tablepress-scroll-buttons-wrapper-visible .tablepress-scroll-button:hover {
	background-color: rgba(0, 0, 0, .2);
}

.tablepress-scroll-buttons-wrapper-visible:has(.dt-container) .tablepress-scroll-button {
	margin: 2 lh 0 3 lh;
}

@media screen and (max-width:600px) {
	.tablepress-scroll-buttons-wrapper-visible:has(.dt-container) .tablepress-scroll-button {
		margin: 4 lh 0 5 lh;
	}
}

.tablepress-scroll-buttons-wrapper:not(.tablepress-scroll-buttons-wrapper-visible) .tablepress-scroll-button {
	display: none;
}

.tablepress-responsive-stack-headers tbody td:before {
	content: attr(data-th) !important;
	display: none;
	font-weight: 700;
	word-break: break-word;
}

@media (max-width:767px) {
	.tablepress-responsive-stack-phone colgroup, .tablepress-responsive-stack-phone tfoot, .tablepress-responsive-stack-phone thead {
		display: none;
	}
	
	.tablepress-responsive-stack-phone tbody td, .tablepress-responsive-stack-phone tbody th {
		border-top: none;
		display: block;
		text-align: center;
		width: auto !important;
	}
	
	.tablepress-responsive-stack-phone tr~tr td:first-child, .tablepress-responsive-stack-phone tr~tr th:first-child {
		border-top: 1px solid #ddd;
	}
	
	.tablepress-responsive-stack-phone.tablepress-responsive-stack-headers tbody td:before, .tablepress-responsive-stack-phone.tablepress-responsive-stack-headers tbody th:before {
		display: block;
	}
}

@media (max-width:979px) {
	.tablepress-responsive-stack-tablet colgroup, .tablepress-responsive-stack-tablet tfoot, .tablepress-responsive-stack-tablet thead {
		display: none;
	}
	
	.tablepress-responsive-stack-tablet tbody td, .tablepress-responsive-stack-tablet tbody th {
		border-top: none;
		display: block;
		text-align: center;
		width: auto !important;
	}
	
	.tablepress-responsive-stack-tablet tr~tr td:first-child, .tablepress-responsive-stack-tablet tr~tr th:first-child {
		border-top: 1px solid #ddd;
	}
	
	.tablepress-responsive-stack-tablet.tablepress-responsive-stack-headers tbody td:before, .tablepress-responsive-stack-tablet.tablepress-responsive-stack-headers tbody th:before {
		display: block;
	}
}

@media (max-width:1199px) {
	.tablepress-responsive-stack-desktop colgroup, .tablepress-responsive-stack-desktop tfoot, .tablepress-responsive-stack-desktop thead {
		display: none;
	}
	
	.tablepress-responsive-stack-desktop tbody td, .tablepress-responsive-stack-desktop tbody th {
		border-top: none;
		display: block;
		text-align: center;
		width: auto !important;
	}
	
	.tablepress-responsive-stack-desktop tr~tr td:first-child, .tablepress-responsive-stack-desktop tr~tr th:first-child {
		border-top: 1px solid #ddd;
	}
	
	.tablepress-responsive-stack-desktop.tablepress-responsive-stack-headers tbody td:before, .tablepress-responsive-stack-desktop.tablepress-responsive-stack-headers tbody th:before {
		display: block;
	}
}

.tablepress-responsive-stack-all colgroup, .tablepress-responsive-stack-all tfoot, .tablepress-responsive-stack-all thead {
	display: none;
}

.tablepress-responsive-stack-all tbody td, .tablepress-responsive-stack-all tbody th {
	border-top: none;
	display: block;
	text-align: center;
	width: auto !important;
}

.tablepress-responsive-stack-all tr~tr td:first-child, .tablepress-responsive-stack-all tr~tr th:first-child {
	border-top: 1px solid #ddd;
}

.tablepress-responsive-stack-all.tablepress-responsive-stack-headers tbody td:before, .tablepress-responsive-stack-all.tablepress-responsive-stack-headers tbody th:before {
	display: block;
}

@media not print {
	@media (max-width:767px) {
		.tablepress-responsive-phone {
			display: block;
			width: 100% !important;
		}
		
		.tablepress-responsive-phone thead {
			display: block;
			float: left;
		}
		
		.tablepress-responsive-phone thead tr td, .tablepress-responsive-phone thead tr th {
			width: auto !important;
		}
		
		.tablepress-responsive-phone thead tr td:not(:last-child), .tablepress-responsive-phone thead tr th:not(:last-child) {
			border-bottom: 1px solid rgba(0, 0, 0, 0);
		}
		
		.tablepress-responsive-phone thead td:empty:before, .tablepress-responsive-phone thead td:has(.dt-column-title:empty):before {
			content: " ";
		}
		
		.tablepress-responsive-phone tfoot {
			display: none;
		}
		
		.tablepress-responsive-phone tbody {
			display: block;
			overflow-x: auto;
			position: relative;
			text-align: left;
			white-space: nowrap;
			width: auto;
		}
		
		.tablepress-responsive-phone tbody tr {
			display: inline-block;
			vertical-align: top;
		}
		
		.tablepress-responsive-phone tbody tr td:not(:last-child), .tablepress-responsive-phone tbody tr th:not(:last-child) {
			border-bottom: 1px solid #ddd;
		}
		
		.tablepress-responsive-phone tbody td:empty:before {
			content: " ";
		}
		
		.tablepress-responsive-phone tbody td, .tablepress-responsive-phone tbody th, .tablepress-responsive-phone thead td, .tablepress-responsive-phone thead th, .tablepress-responsive-phone thead tr {
			border: none;
			display: block;
		}
		
		.tablepress-responsive-phone thead tr+tr, .tablepress-responsive-phone thead tr:has(+tr) {
			float: left;
		}
		
		.tablepress-responsive-phone.tablepress thead .dt-orderable-asc, .tablepress-responsive-phone.tablepress thead .dt-orderable-desc, .tablepress-responsive-phone.tablepress thead .dt-ordering-asc, .tablepress-responsive-phone.tablepress thead .dt-ordering-desc {
			padding-right: 36px;
		}
		
		.tablepress-responsive-phone.tablepress thead .dt-orderable-asc span.dt-column-order, .tablepress-responsive-phone.tablepress thead .dt-orderable-desc span.dt-column-order, .tablepress-responsive-phone.tablepress thead .dt-ordering-asc span.dt-column-order, .tablepress-responsive-phone.tablepress thead .dt-ordering-desc span.dt-column-order {
			right: 12px;
			transform: rotate(-90deg);
		}
		
		.dtfh-floatingparent.dtfh-floatingparent-head .tablepress-responsive-phone {
			display: none;
		}
	}
	
	@media (max-width:979px) {
		.tablepress-responsive-tablet {
			display: block;
			width: 100% !important;
		}
		
		.tablepress-responsive-tablet thead {
			display: block;
			float: left;
		}
		
		.tablepress-responsive-tablet thead tr td, .tablepress-responsive-tablet thead tr th {
			width: auto !important;
		}
		
		.tablepress-responsive-tablet thead tr td:not(:last-child), .tablepress-responsive-tablet thead tr th:not(:last-child) {
			border-bottom: 1px solid rgba(0, 0, 0, 0);
		}
		
		.tablepress-responsive-tablet thead td:empty:before, .tablepress-responsive-tablet thead td:has(.dt-column-title:empty):before {
			content: " ";
		}
		
		.tablepress-responsive-tablet tfoot {
			display: none;
		}
		
		.tablepress-responsive-tablet tbody {
			display: block;
			overflow-x: auto;
			position: relative;
			text-align: left;
			white-space: nowrap;
			width: auto;
		}
		
		.tablepress-responsive-tablet tbody tr {
			display: inline-block;
			vertical-align: top;
		}
		
		.tablepress-responsive-tablet tbody tr td:not(:last-child), .tablepress-responsive-tablet tbody tr th:not(:last-child) {
			border-bottom: 1px solid #ddd;
		}
		
		.tablepress-responsive-tablet tbody td:empty:before {
			content: " ";
		}
		
		.tablepress-responsive-tablet tbody td, .tablepress-responsive-tablet tbody th, .tablepress-responsive-tablet thead td, .tablepress-responsive-tablet thead th, .tablepress-responsive-tablet thead tr {
			border: none;
			display: block;
		}
		
		.tablepress-responsive-tablet thead tr+tr, .tablepress-responsive-tablet thead tr:has(+tr) {
			float: left;
		}
		
		.tablepress-responsive-tablet.tablepress thead .dt-orderable-asc, .tablepress-responsive-tablet.tablepress thead .dt-orderable-desc, .tablepress-responsive-tablet.tablepress thead .dt-ordering-asc, .tablepress-responsive-tablet.tablepress thead .dt-ordering-desc {
			padding-right: 36px;
		}
		
		.tablepress-responsive-tablet.tablepress thead .dt-orderable-asc span.dt-column-order, .tablepress-responsive-tablet.tablepress thead .dt-orderable-desc span.dt-column-order, .tablepress-responsive-tablet.tablepress thead .dt-ordering-asc span.dt-column-order, .tablepress-responsive-tablet.tablepress thead .dt-ordering-desc span.dt-column-order {
			right: 12px;
			transform: rotate(-90deg);
		}
		
		.dtfh-floatingparent.dtfh-floatingparent-head .tablepress-responsive-tablet {
			display: none;
		}
	}
	
	@media (max-width:1199px) {
		.tablepress-responsive-desktop {
			display: block;
			width: 100% !important;
		}
		
		.tablepress-responsive-desktop thead {
			display: block;
			float: left;
		}
		
		.tablepress-responsive-desktop thead tr td, .tablepress-responsive-desktop thead tr th {
			width: auto !important;
		}
		
		.tablepress-responsive-desktop thead tr td:not(:last-child), .tablepress-responsive-desktop thead tr th:not(:last-child) {
			border-bottom: 1px solid rgba(0, 0, 0, 0);
		}
		
		.tablepress-responsive-desktop thead td:empty:before, .tablepress-responsive-desktop thead td:has(.dt-column-title:empty):before {
			content: " ";
		}
		
		.tablepress-responsive-desktop tfoot {
			display: none;
		}
		
		.tablepress-responsive-desktop tbody {
			display: block;
			overflow-x: auto;
			position: relative;
			text-align: left;
			white-space: nowrap;
			width: auto;
		}
		
		.tablepress-responsive-desktop tbody tr {
			display: inline-block;
			vertical-align: top;
		}
		
		.tablepress-responsive-desktop tbody tr td:not(:last-child), .tablepress-responsive-desktop tbody tr th:not(:last-child) {
			border-bottom: 1px solid #ddd;
		}
		
		.tablepress-responsive-desktop tbody td:empty:before {
			content: " ";
		}
		
		.tablepress-responsive-desktop tbody td, .tablepress-responsive-desktop tbody th, .tablepress-responsive-desktop thead td, .tablepress-responsive-desktop thead th, .tablepress-responsive-desktop thead tr {
			border: none;
			display: block;
		}
		
		.tablepress-responsive-desktop thead tr+tr, .tablepress-responsive-desktop thead tr:has(+tr) {
			float: left;
		}
		
		.tablepress-responsive-desktop.tablepress thead .dt-orderable-asc, .tablepress-responsive-desktop.tablepress thead .dt-orderable-desc, .tablepress-responsive-desktop.tablepress thead .dt-ordering-asc, .tablepress-responsive-desktop.tablepress thead .dt-ordering-desc {
			padding-right: 36px;
		}
		
		.tablepress-responsive-desktop.tablepress thead .dt-orderable-asc span.dt-column-order, .tablepress-responsive-desktop.tablepress thead .dt-orderable-desc span.dt-column-order, .tablepress-responsive-desktop.tablepress thead .dt-ordering-asc span.dt-column-order, .tablepress-responsive-desktop.tablepress thead .dt-ordering-desc span.dt-column-order {
			right: 12px;
			transform: rotate(-90deg);
		}
		
		.dtfh-floatingparent.dtfh-floatingparent-head .tablepress-responsive-desktop {
			display: none;
		}
	}
	
	.tablepress-responsive-all {
		display: block;
		width: 100% !important;
	}
	
	.tablepress-responsive-all thead {
		display: block;
		float: left;
	}
	
	.tablepress-responsive-all thead tr td, .tablepress-responsive-all thead tr th {
		width: auto !important;
	}
	
	.tablepress-responsive-all thead tr td:not(:last-child), .tablepress-responsive-all thead tr th:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0);
	}
	
	.tablepress-responsive-all thead td:empty:before, .tablepress-responsive-all thead td:has(.dt-column-title:empty):before {
		content: " ";
	}
	
	.tablepress-responsive-all tfoot {
		display: none;
	}
	
	.tablepress-responsive-all tbody {
		display: block;
		overflow-x: auto;
		position: relative;
		text-align: left;
		white-space: nowrap;
		width: auto;
	}
	
	.tablepress-responsive-all tbody tr {
		display: inline-block;
		vertical-align: top;
	}
	
	.tablepress-responsive-all tbody tr td:not(:last-child), .tablepress-responsive-all tbody tr th:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}
	
	.tablepress-responsive-all tbody td:empty:before {
		content: " ";
	}
	
	.tablepress-responsive-all tbody td, .tablepress-responsive-all tbody th, .tablepress-responsive-all thead td, .tablepress-responsive-all thead th, .tablepress-responsive-all thead tr {
		border: none;
		display: block;
	}
	
	.tablepress-responsive-all thead tr+tr, .tablepress-responsive-all thead tr:has(+tr) {
		float: left;
	}
	
	.tablepress-responsive-all.tablepress thead .dt-orderable-asc, .tablepress-responsive-all.tablepress thead .dt-orderable-desc, .tablepress-responsive-all.tablepress thead .dt-ordering-asc, .tablepress-responsive-all.tablepress thead .dt-ordering-desc {
		padding-right: 36px;
	}
	
	.tablepress-responsive-all.tablepress thead .dt-orderable-asc span.dt-column-order, .tablepress-responsive-all.tablepress thead .dt-orderable-desc span.dt-column-order, .tablepress-responsive-all.tablepress thead .dt-ordering-asc span.dt-column-order, .tablepress-responsive-all.tablepress thead .dt-ordering-desc span.dt-column-order {
		right: 12px;
		transform: rotate(-90deg);
	}
	
	.dtfh-floatingparent.dtfh-floatingparent-head .tablepress-responsive-all {
		display: none;
	}
}

table.dataTable {
	--responsive-collapse-control-size: 16px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
	cursor: pointer;
	padding-left: calc(var(--responsive-collapse-control-size) + 14px);
	position: relative;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
	background-color: var(--responsive-collapse-expand-bg-color, #31b131);
	border: 2px solid #fff;
	border-radius: var(--responsive-collapse-control-size);
	box-shadow: 0 0 3px #444;
	box-sizing: initial;
	color: var(--responsive-collapse-expand-text-color, #fff);
	content: "+";
	display: block;
	font-family: monospace !important;
	font-size: var(--responsive-collapse-control-size);
	height: var(--responsive-collapse-control-size);
	left: 5px;
	line-height: var(--responsive-collapse-control-size);
	position: absolute;
	text-align: center;
	text-indent: 0 !important;
	top: 10px;
	width: var(--responsive-collapse-control-size);
}

table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before {
	background-color: var(--responsive-collapse-close-bg-color, #d33333);
	color: var(--responsive-collapse-close-text-color, #fff);
	content: "-";
}

table.dataTable.dtr-column>tbody>tr>td.control, table.dataTable.dtr-column>tbody>tr>td.dtr-control, table.dataTable.dtr-column>tbody>tr>th.control, table.dataTable.dtr-column>tbody>tr>th.dtr-control {
	cursor: pointer;
	min-width: calc(var(--responsive-collapse-control-size) + 14px);
	position: relative;
}

table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>td.dtr-control:before, table.dataTable.dtr-column>tbody>tr>th.control:before, table.dataTable.dtr-column>tbody>tr>th.dtr-control:before {
	background-color: var(--responsive-collapse-expand-bg-color, #31b131);
	border: 2px solid #fff;
	border-radius: var(--responsive-collapse-control-size);
	box-shadow: 0 0 3px #444;
	box-sizing: initial;
	color: var(--responsive-collapse-expand-text-color, #fff);
	content: "+";
	display: block;
	font-family: monospace !important;
	font-size: var(--responsive-collapse-control-size);
	height: var(--responsive-collapse-control-size);
	left: calc(50% - 10px);
	line-height: var(--responsive-collapse-control-size);
	position: absolute;
	text-align: center;
	text-indent: 0 !important;
	top: calc(50% - var(--responsive-collapse-control-size) / 2 - 2px);
	width: var(--responsive-collapse-control-size);
}

table.dataTable.dtr-column>tbody>tr.dtr-expanded td.control:before, table.dataTable.dtr-column>tbody>tr.dtr-expanded td.dtr-control:before, table.dataTable.dtr-column>tbody>tr.dtr-expanded th.control:before, table.dataTable.dtr-column>tbody>tr.dtr-expanded th.dtr-control:before {
	background-color: var(--responsive-collapse-close-bg-color, #d33333);
	color: var(--responsive-collapse-close-text-color, #fff);
	content: "-";
}

table.dataTable>tbody>tr.child ul.dtr-details {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
	border-bottom: 1px solid var(--border-color);
	padding: .5em 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
	padding-top: 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

table.dataTable>tbody>tr.child span.dtr-title {
	display: inline-block;
	font-weight: 700;
	min-width: 75px;
}

div.dtr-modal {
	box-sizing: border-box;
	height: 100%;
	left: 0;
	padding: 10em 1em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000000;
}

div.dtr-modal div.dtr-modal-display {
	background-color: #f5f5f7;
	border: 1px solid #000;
	border-radius: .5em;
	bottom: 0;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .6);
	height: fit-content;
	left: 0;
	margin: auto;
	max-height: 75%;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	z-index: 1000002;
}

div.dtr-modal div.dtr-modal-content {
	padding: 2em;
	position: relative;
}

div.dtr-modal table.dtr-details {
	border-collapse: collapse;
}

div.dtr-modal table.dtr-details td {
	padding: .5em .5em .5em 0;
	word-break: break-word;
}

div.dtr-modal table.dtr-details td:last-child {
	padding: .5em 0 .5em .5em;
}

div.dtr-modal table.dtr-details tr~tr td {
	border-top: 1px solid #888;
}

div.dtr-modal div.dtr-modal-close {
	border-radius: 3px;
	cursor: pointer;
	font-size: xx-large;
	line-height: normal;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 0;
	z-index: 12;
}

div.dtr-modal div.dtr-modal-background {
	background: rgba(0, 0, 0, .6);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000001;
}

@media screen and (max-width:767px) {
	div.dtr-modal div.dtr-modal-display {
		width: 95%;
	}
}

.tablepress-responsive {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

.tablepress-responsive * {
	word-break: normal;
}
