
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-2.3.7/r-3.0.8
 *
 * Included libraries:
 *   DataTables 2.3.7, Responsive 3.0.8
 */
:root {
	--dt-row-selected: 13, 110, 253;
	--dt-row-selected-text: 255, 255, 255;
	--dt-row-selected-link: 228, 228, 228;
	--dt-row-stripe: 0, 0, 0;
	--dt-row-hover: 0, 0, 0;
	--dt-column-ordering: 0, 0, 0;
	--dt-header-align-items: center;
	--dt-header-vertical-align: middle;
	--dt-html-background: white;
}

:root.dark {
	--dt-html-background: #212529;
}

table.dataTable tbody td.dt-control {
	text-align: center;
	cursor: pointer;
}

table.dataTable tbody td.dt-control:before {
	display: inline-block;
	box-sizing: border-box;
	content: "";
	border-top: 5px solid transparent;
	border-left: 10px solid rgba(0, 0, 0, .5);
	border-bottom: 5px solid transparent;
	border-right: 0px solid transparent;
}

table.dataTable tbody tr.dt-hasChild td.dt-control:before {
	border-top: 10px solid rgba(0, 0, 0, .5);
	border-left: 5px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 5px solid transparent;
}

table.dataTable tfoot:empty {
	display: none;
}

html.dark table.dataTable td.dt-control:before, :root[data-bs-theme=dark] table.dataTable td.dt-control:before, :root[data-theme=dark] table.dataTable td.dt-control:before {
	border-left-color: rgba(255, 255, 255, .5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before, :root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before, :root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
	border-top-color: rgba(255, 255, 255, .5);
	border-left-color: transparent;
}

div.dt-scroll {
	width: 100%;
}

div.dt-scroll-body thead tr, div.dt-scroll-body tfoot tr {
	height: 0;
}

div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td, div.dt-scroll-body tfoot tr th, div.dt-scroll-body tfoot tr td {
	height: 0 !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	border-top-width: 0px !important;
	border-bottom-width: 0px !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing, div.dt-scroll-body tfoot tr th div.dt-scroll-sizing, div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
	height: 0 !important;
	overflow: hidden !important;
}

table.dataTable thead>tr>th:active, table.dataTable thead>tr>td:active {
	outline: none;
}

table.dataTable thead>tr>th.dt-orderable-asc .dt-column-order:before, table.dataTable thead>tr>th.dt-ordering-asc .dt-column-order:before, table.dataTable thead>tr>td.dt-orderable-asc .dt-column-order:before, table.dataTable thead>tr>td.dt-ordering-asc .dt-column-order:before {
	position: absolute;
	display: block;
	bottom: 50%;
	content: "▲";
	content: "▲"/"";
}

table.dataTable thead>tr>th.dt-orderable-desc .dt-column-order:after, table.dataTable thead>tr>th.dt-ordering-desc .dt-column-order:after, table.dataTable thead>tr>td.dt-orderable-desc .dt-column-order:after, table.dataTable thead>tr>td.dt-ordering-desc .dt-column-order:after {
	position: absolute;
	display: block;
	top: 50%;
	content: "▼";
	content: "▼"/"";
}

table.dataTable thead>tr>th.dt-orderable-asc .dt-column-order, table.dataTable thead>tr>th.dt-orderable-desc .dt-column-order, table.dataTable thead>tr>th.dt-ordering-asc .dt-column-order, table.dataTable thead>tr>th.dt-ordering-desc .dt-column-order, table.dataTable thead>tr>td.dt-orderable-asc .dt-column-order, table.dataTable thead>tr>td.dt-orderable-desc .dt-column-order, table.dataTable thead>tr>td.dt-ordering-asc .dt-column-order, table.dataTable thead>tr>td.dt-ordering-desc .dt-column-order {
	position: relative;
	width: 12px;
	height: 20px;
}

table.dataTable thead>tr>th.dt-orderable-asc .dt-column-order:before, table.dataTable thead>tr>th.dt-orderable-asc .dt-column-order:after, table.dataTable thead>tr>th.dt-orderable-desc .dt-column-order:before, table.dataTable thead>tr>th.dt-orderable-desc .dt-column-order:after, table.dataTable thead>tr>th.dt-ordering-asc .dt-column-order:before, table.dataTable thead>tr>th.dt-ordering-asc .dt-column-order:after, table.dataTable thead>tr>th.dt-ordering-desc .dt-column-order:before, table.dataTable thead>tr>th.dt-ordering-desc .dt-column-order:after, table.dataTable thead>tr>td.dt-orderable-asc .dt-column-order:before, table.dataTable thead>tr>td.dt-orderable-asc .dt-column-order:after, table.dataTable thead>tr>td.dt-orderable-desc .dt-column-order:before, table.dataTable thead>tr>td.dt-orderable-desc .dt-column-order:after, table.dataTable thead>tr>td.dt-ordering-asc .dt-column-order:before, table.dataTable thead>tr>td.dt-ordering-asc .dt-column-order:after, table.dataTable thead>tr>td.dt-ordering-desc .dt-column-order:before, table.dataTable thead>tr>td.dt-ordering-desc .dt-column-order:after {
	left: 0;
	opacity: .125;
	line-height: 9px;
	font-size: .8em;
}

table.dataTable thead>tr>th.dt-orderable-asc, table.dataTable thead>tr>th.dt-orderable-desc, table.dataTable thead>tr>td.dt-orderable-asc, table.dataTable thead>tr>td.dt-orderable-desc {
	cursor: pointer;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover, table.dataTable thead>tr>th.dt-orderable-desc:hover, table.dataTable thead>tr>td.dt-orderable-asc:hover, table.dataTable thead>tr>td.dt-orderable-desc:hover {
	outline: 2px solid rgba(0, 0, 0, .05);
	outline-offset: -2px;
}

table.dataTable thead>tr>th.dt-ordering-asc .dt-column-order:before, table.dataTable thead>tr>th.dt-ordering-desc .dt-column-order:after, table.dataTable thead>tr>td.dt-ordering-asc .dt-column-order:before, table.dataTable thead>tr>td.dt-ordering-desc .dt-column-order:after {
	opacity: .6;
}

table.dataTable thead>tr>th.dt-orderable-none:not(.dt-ordering-asc,.dt-ordering-desc) .dt-column-order:empty, table.dataTable thead>tr>th.sorting_desc_disabled .dt-column-order:after, table.dataTable thead>tr>th.sorting_asc_disabled .dt-column-order:before, table.dataTable thead>tr>td.dt-orderable-none:not(.dt-ordering-asc,.dt-ordering-desc) .dt-column-order:empty, table.dataTable thead>tr>td.sorting_desc_disabled .dt-column-order:after, table.dataTable thead>tr>td.sorting_asc_disabled .dt-column-order:before {
	display: none;
}

table.dataTable thead>tr>th:active, table.dataTable thead>tr>td:active {
	outline: none;
}

table.dataTable thead>tr>th div.dt-column-header, table.dataTable thead>tr>th div.dt-column-footer, table.dataTable thead>tr>td div.dt-column-header, table.dataTable thead>tr>td div.dt-column-footer, table.dataTable tfoot>tr>th div.dt-column-header, table.dataTable tfoot>tr>th div.dt-column-footer, table.dataTable tfoot>tr>td div.dt-column-header, table.dataTable tfoot>tr>td div.dt-column-footer {
	display: flex;
	justify-content: space-between;
	align-items: var(--dt-header-align-items);
	gap: 4px;
}

table.dataTable thead>tr>th div.dt-column-header .dt-column-title, table.dataTable thead>tr>th div.dt-column-footer .dt-column-title, table.dataTable thead>tr>td div.dt-column-header .dt-column-title, table.dataTable thead>tr>td div.dt-column-footer .dt-column-title, table.dataTable tfoot>tr>th div.dt-column-header .dt-column-title, table.dataTable tfoot>tr>th div.dt-column-footer .dt-column-title, table.dataTable tfoot>tr>td div.dt-column-header .dt-column-title, table.dataTable tfoot>tr>td div.dt-column-footer .dt-column-title {
	flex-grow: 1;
}

table.dataTable thead>tr>th div.dt-column-header .dt-column-title:empty, table.dataTable thead>tr>th div.dt-column-footer .dt-column-title:empty, table.dataTable thead>tr>td div.dt-column-header .dt-column-title:empty, table.dataTable thead>tr>td div.dt-column-footer .dt-column-title:empty, table.dataTable tfoot>tr>th div.dt-column-header .dt-column-title:empty, table.dataTable tfoot>tr>th div.dt-column-footer .dt-column-title:empty, table.dataTable tfoot>tr>td div.dt-column-header .dt-column-title:empty, table.dataTable tfoot>tr>td div.dt-column-footer .dt-column-title:empty {
	display: none;
}

div.dt-scroll-body>table.dataTable>thead>tr>th, div.dt-scroll-body>table.dataTable>thead>tr>td {
	overflow: hidden;
}

:root.dark table.dataTable thead>tr>th.dt-orderable-asc:hover, :root.dark table.dataTable thead>tr>th.dt-orderable-desc:hover, :root.dark table.dataTable thead>tr>td.dt-orderable-asc:hover, :root.dark table.dataTable thead>tr>td.dt-orderable-desc:hover, :root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-asc:hover, :root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-desc:hover, :root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-asc:hover, :root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-desc:hover {
	outline: 2px solid rgba(255, 255, 255, .05);
}

div.dt-processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -22px;
	text-align: center;
	padding: 2px;
	z-index: 10;
}

div.dt-processing>div:last-child {
	position: relative;
	width: 80px;
	height: 15px;
	margin: 1em auto;
}

div.dt-processing>div:last-child>div {
	position: absolute;
	top: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #0d6efd;
	background: rgb(var(--dt-row-selected));
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing>div:last-child>div:nth-child(1) {
	left: 8px;
	animation: datatables-loader-1 .6s infinite;
}

div.dt-processing>div:last-child>div:nth-child(2) {
	left: 8px;
	animation: datatables-loader-2 .6s infinite;
}

div.dt-processing>div:last-child>div:nth-child(3) {
	left: 32px;
	animation: datatables-loader-2 .6s infinite;
}

div.dt-processing>div:last-child>div:nth-child(4) {
	left: 56px;
	animation: datatables-loader-3 .6s infinite;
}

@keyframes datatables-loader-1 {
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes datatables-loader-3 {
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(0);
	}
}

@keyframes datatables-loader-2 {
	0% {
		transform: translate(0, 0);
	}
	
	100% {
		transform: translate(24px, 0);
	}
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: nowrap;
}

table.dataTable th, table.dataTable td {
	box-sizing: border-box;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
	text-align: right;
}

table.dataTable th.dt-type-numeric div.dt-column-header, table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header, table.dataTable th.dt-type-date div.dt-column-footer, table.dataTable td.dt-type-numeric div.dt-column-header, table.dataTable td.dt-type-numeric div.dt-column-footer, table.dataTable td.dt-type-date div.dt-column-header, table.dataTable td.dt-type-date div.dt-column-footer {
	flex-direction: row-reverse;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
	text-align: left;
}

table.dataTable th.dt-left div.dt-column-header, table.dataTable th.dt-left div.dt-column-footer, table.dataTable td.dt-left div.dt-column-header, table.dataTable td.dt-left div.dt-column-footer {
	flex-direction: row;
}

table.dataTable th.dt-center, table.dataTable td.dt-center {
	text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
	text-align: right;
}

table.dataTable th.dt-right div.dt-column-header, table.dataTable th.dt-right div.dt-column-footer, table.dataTable td.dt-right div.dt-column-header, table.dataTable td.dt-right div.dt-column-footer {
	flex-direction: row-reverse;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
	text-align: justify;
}

table.dataTable th.dt-justify div.dt-column-header, table.dataTable th.dt-justify div.dt-column-footer, table.dataTable td.dt-justify div.dt-column-header, table.dataTable td.dt-justify div.dt-column-footer {
	flex-direction: row;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
	white-space: nowrap;
}

table.dataTable th.dt-empty, table.dataTable td.dt-empty {
	text-align: center;
	vertical-align: top;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
	text-align: left;
	vertical-align: var(--dt-header-vertical-align);
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
	text-align: left;
}

table.dataTable thead th.dt-head-left div.dt-column-header, table.dataTable thead th.dt-head-left div.dt-column-footer, table.dataTable thead td.dt-head-left div.dt-column-header, table.dataTable thead td.dt-head-left div.dt-column-footer, table.dataTable tfoot th.dt-head-left div.dt-column-header, table.dataTable tfoot th.dt-head-left div.dt-column-footer, table.dataTable tfoot td.dt-head-left div.dt-column-header, table.dataTable tfoot td.dt-head-left div.dt-column-footer {
	flex-direction: row;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
	text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
	text-align: right;
}

table.dataTable thead th.dt-head-right div.dt-column-header, table.dataTable thead th.dt-head-right div.dt-column-footer, table.dataTable thead td.dt-head-right div.dt-column-header, table.dataTable thead td.dt-head-right div.dt-column-footer, table.dataTable tfoot th.dt-head-right div.dt-column-header, table.dataTable tfoot th.dt-head-right div.dt-column-footer, table.dataTable tfoot td.dt-head-right div.dt-column-header, table.dataTable tfoot td.dt-head-right div.dt-column-footer {
	flex-direction: row-reverse;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
	text-align: justify;
}

table.dataTable thead th.dt-head-justify div.dt-column-header, table.dataTable thead th.dt-head-justify div.dt-column-footer, table.dataTable thead td.dt-head-justify div.dt-column-header, table.dataTable thead td.dt-head-justify div.dt-column-footer, table.dataTable tfoot th.dt-head-justify div.dt-column-header, table.dataTable tfoot th.dt-head-justify div.dt-column-footer, table.dataTable tfoot td.dt-head-justify div.dt-column-header, table.dataTable tfoot td.dt-head-justify div.dt-column-footer {
	flex-direction: row;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
	text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
	text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
	text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
	text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap;
}

:root {
	--dt-row-hover-alpha: .035;
	--dt-row-stripe-alpha: .023;
	--dt-column-ordering-alpha: .019;
	--dt-row-selected-stripe-alpha: .923;
	--dt-row-selected-column-ordering-alpha: .919;
}

table.dataTable {
	width: 100%;
	margin: 0 auto;
	border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
	font-weight: bold;
}

table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}

table.dataTable>thead>tr>th:active, table.dataTable>thead>tr>td:active {
	outline: none;
}

table.dataTable>tfoot>tr>th, table.dataTable>tfoot>tr>td {
	border-top: 1px solid rgba(0, 0, 0, .3);
	padding: 10px 10px 6px 10px;
}

table.dataTable>tbody>tr {
	background-color: transparent;
}

table.dataTable>tbody>tr:first-child>* {
	border-top: none;
}

table.dataTable>tbody>tr:last-child>* {
	border-bottom: none;
}

table.dataTable>tbody>tr.selected>* {
	box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, .9);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .9);
	color: #fff;
	color: rgb(var(--dt-row-selected-text));
}

table.dataTable>tbody>tr.selected a {
	color: #e4e4e4;
	color: rgb(var(--dt-row-selected-link));
}

table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td {
	padding: 8px 10px;
}

table.dataTable.row-border>tbody>tr>*, table.dataTable.display>tbody>tr>* {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

table.dataTable.row-border>tbody>tr:first-child>*, table.dataTable.display>tbody>tr:first-child>* {
	border-top: none;
}

table.dataTable.row-border>tbody>tr.selected+tr.selected>td, table.dataTable.display>tbody>tr.selected+tr.selected>td {
	border-top-color: rgba(13, 110, 253, .65);
	border-top-color: rgba(var(--dt-row-selected), .65);
}

table.dataTable.cell-border>tbody>tr>* {
	border-top: 1px solid rgba(0, 0, 0, .15);
	border-right: 1px solid rgba(0, 0, 0, .15);
}

table.dataTable.cell-border>tbody>tr>*:first-child {
	border-left: 1px solid rgba(0, 0, 0, .15);
}

table.dataTable.cell-border>tbody>tr:first-child>* {
	border-top: 1px solid rgba(0, 0, 0, .3);
}

table.dataTable.stripe>tbody>tr:nth-child(odd)>*, table.dataTable.display>tbody>tr:nth-child(odd)>* {
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .023);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), var(--dt-row-stripe-alpha));
}

table.dataTable.stripe>tbody>tr:nth-child(odd).selected>*, table.dataTable.display>tbody>tr:nth-child(odd).selected>* {
	box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, .923);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-stripe-alpha));
}

table.dataTable.hover>tbody>tr:hover>*, table.dataTable.display>tbody>tr:hover>* {
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .035);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), var(--dt-row-hover-alpha));
}

table.dataTable.hover>tbody>tr.selected:hover>*, table.dataTable.display>tbody>tr.selected:hover>* {
	box-shadow: inset 0 0 0 9999px #0d6efd !important;
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

table.dataTable.order-column>tbody tr>.sorting_1, table.dataTable.order-column>tbody tr>.sorting_2, table.dataTable.order-column>tbody tr>.sorting_3, table.dataTable.display>tbody tr>.sorting_1, table.dataTable.display>tbody tr>.sorting_2, table.dataTable.display>tbody tr>.sorting_3 {
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .019);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), var(--dt-column-ordering-alpha));
}

table.dataTable.order-column>tbody tr.selected>.sorting_1, table.dataTable.order-column>tbody tr.selected>.sorting_2, table.dataTable.order-column>tbody tr.selected>.sorting_3, table.dataTable.display>tbody tr.selected>.sorting_1, table.dataTable.display>tbody tr.selected>.sorting_2, table.dataTable.display>tbody tr.selected>.sorting_3 {
	box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, .919);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-column-ordering-alpha));
}

table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_1, table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_1 {
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .054);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha)));
}

table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_2, table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_2 {
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .047);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - .007));
}

table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_3, table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_3 {
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .039);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - .015));
}

table.dataTable.display>tbody>tr:nth-child(odd).selected>.sorting_1, table.dataTable.order-column.stripe>tbody>tr:nth-child(odd).selected>.sorting_1 {
	box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, .954);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)));
}

table.dataTable.display>tbody>tr:nth-child(odd).selected>.sorting_2, table.dataTable.order-column.stripe>tbody>tr:nth-child(odd).selected>.sorting_2 {
	box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, .947);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - .007));
}

table.dataTable.display>tbody>tr:nth-child(odd).selected>.sorting_3, table.dataTable.order-column.stripe>tbody>tr:nth-child(odd).selected>.sorting_3 {
	box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, .939);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - .015));
}

table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .082);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha)));
}

table.dataTable.display tbody tr:hover>.sorting_2, table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .074);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - .007));
}

table.dataTable.display tbody tr:hover>.sorting_3, table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .062);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - .015));
}

table.dataTable.display tbody tr:hover.selected>.sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
	box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, .982);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)));
}

table.dataTable.display tbody tr:hover.selected>.sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
	box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, .974);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - .007));
}

table.dataTable.display tbody tr:hover.selected>.sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
	box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, .962);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - .015));
}

table.dataTable.compact thead th, table.dataTable.compact thead td, table.dataTable.compact tfoot th, table.dataTable.compact tfoot td, table.dataTable.compact tbody th, table.dataTable.compact tbody td {
	padding: 4px;
}

div.dt-container div.dt-layout-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: .75em 0;
}

div.dt-container div.dt-layout-row div.dt-layout-cell {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
	justify-content: flex-start;
	margin-right: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
	justify-content: flex-end;
	margin-left: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
	display: none;
}

@media screen and (max-width: 767px) {
	div.dt-container div.dt-layout-row:not(.dt-layout-table) {
		display: block;
	}
	
	div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
		display: block;
		text-align: center;
	}
	
	div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell>* {
		margin: .5em 0;
	}
	
	div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
		margin-right: 0;
	}
	
	div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
		margin-left: 0;
	}
}

div.dt-container div.dt-layout-start>*:not(:last-child) {
	margin-right: 1em;
}

div.dt-container div.dt-layout-end>*:not(:first-child) {
	margin-left: 1em;
}

div.dt-container div.dt-layout-full {
	width: 100%;
}

div.dt-container div.dt-layout-full>*:only-child {
	margin-left: auto;
	margin-right: auto;
}

div.dt-container div.dt-layout-table>div {
	display: block !important;
}

@media screen and (max-width: 767px) {
	div.dt-container div.dt-layout-start>*:not(:last-child) {
		margin-right: 0;
	}
	
	div.dt-container div.dt-layout-end>*:not(:first-child) {
		margin-left: 0;
	}
}

div.dt-container {
	position: relative;
	clear: both;
}

div.dt-container .dt-search input {
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 5px;
	background-color: transparent;
	color: inherit;
	margin-left: 3px;
}

div.dt-container .dt-input {
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 5px;
	background-color: transparent;
	color: inherit;
}

div.dt-container select.dt-input {
	padding: 4px;
}

div.dt-container .dt-paging .dt-paging-button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: .5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	color: inherit !important;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
	color: inherit !important;
	border: 1px solid rgba(0, 0, 0, .3);
	background-color: rgba(0, 0, 0, .05);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229.5, 229.5, 229.5, .05)), color-stop(100%, rgba(0, 0, 0, .05)));
	background: -webkit-linear-gradient(top, rgba(229.5, 229.5, 229.5, .05) 0%, rgba(0, 0, 0, .05) 100%);
	background: -moz-linear-gradient(top, rgba(229.5, 229.5, 229.5, .05) 0%, rgba(0, 0, 0, .05) 100%);
	background: -ms-linear-gradient(top, rgba(229.5, 229.5, 229.5, .05) 0%, rgba(0, 0, 0, .05) 100%);
	background: -o-linear-gradient(top, rgba(229.5, 229.5, 229.5, .05) 0%, rgba(0, 0, 0, .05) 100%);
	background: linear-gradient(to bottom, rgba(229.5, 229.5, 229.5, .05) 0%, rgba(0, 0, 0, .05) 100%);
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
	cursor: default;
	color: rgba(0, 0, 0, .5) !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}

div.dt-container .dt-paging .dt-paging-button:hover {
	color: white !important;
	border: 1px solid #111;
	background-color: #111;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
	background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
	background: -moz-linear-gradient(top, #585858 0%, #111 100%);
	background: -ms-linear-gradient(top, #585858 0%, #111 100%);
	background: -o-linear-gradient(top, #585858 0%, #111 100%);
	background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

div.dt-container .dt-paging .dt-paging-button:active {
	outline: none;
	background-color: #0b0b0b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a2a2a), color-stop(100%, #0b0b0b));
	background: -webkit-linear-gradient(top, #2a2a2a 0%, #0b0b0b 100%);
	background: -moz-linear-gradient(top, #2a2a2a 0%, #0b0b0b 100%);
	background: -ms-linear-gradient(top, #2a2a2a 0%, #0b0b0b 100%);
	background: -o-linear-gradient(top, #2a2a2a 0%, #0b0b0b 100%);
	background: linear-gradient(to bottom, #2a2a2a 0%, #0b0b0b 100%);
	box-shadow: inset 0 0 3px #111;
}

div.dt-container .dt-paging .ellipsis {
	padding: 0 1em;
}

div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
	color: inherit;
}

div.dt-container .dataTables_scroll {
	clear: both;
}

div.dt-container .dataTables_scroll div.dt-scroll-body {
	-webkit-overflow-scrolling: touch;
}

div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>th, div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>td, div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>th, div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>td {
	vertical-align: middle;
}

div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>th>div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body>table>thead>tr>td>div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>th>div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body>table>tbody>tr>td>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}

div.dt-container.dt-empty-footer .dt-scroll-body {
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody>tr:last-child>* {
	border-bottom: none;
}

html.dark {
	--dt-row-hover: 255, 255, 255;
	--dt-row-stripe: 255, 255, 255;
	--dt-column-ordering: 255, 255, 255;
}

html.dark table.dataTable>thead>tr>th, html.dark table.dataTable>thead>tr>td {
	border-bottom: 1px solid #595b5e;
}

html.dark table.dataTable>thead>tr>th:active, html.dark table.dataTable>thead>tr>td:active {
	outline: none;
}

html.dark table.dataTable>tfoot>tr>th, html.dark table.dataTable>tfoot>tr>td {
	border-top: 1px solid #595b5e;
}

html.dark table.dataTable.row-border>tbody>tr>*, html.dark table.dataTable.display>tbody>tr>* {
	border-top: 1px solid #404346;
}

html.dark table.dataTable.row-border>tbody>tr:first-child>*, html.dark table.dataTable.display>tbody>tr:first-child>* {
	border-top: none;
}

html.dark table.dataTable.row-border>tbody>tr.selected+tr.selected>td, html.dark table.dataTable.display>tbody>tr.selected+tr.selected>td {
	border-top-color: rgba(13, 110, 253, .65);
	border-top-color: rgba(var(--dt-row-selected), .65);
}

html.dark table.dataTable.cell-border>tbody>tr>th, html.dark table.dataTable.cell-border>tbody>tr>td {
	border-top: 1px solid #404346;
	border-right: 1px solid #404346;
}

html.dark table.dataTable.cell-border>tbody>tr>th:first-child, html.dark table.dataTable.cell-border>tbody>tr>td:first-child {
	border-left: 1px solid #404346;
}

html.dark .dt-container.dt-empty-footer table.dataTable {
	border-bottom: 1px solid #595b5e;
}

html.dark .dt-container .dt-search input, html.dark .dt-container .dt-length select {
	border: 1px solid rgba(255, 255, 255, .2);
	background-color: var(--dt-html-background);
}

html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
	border: 1px solid #595b5e;
	background: rgba(255, 255, 255, .15);
}

html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
	color: #666 !important;
}

html.dark .dt-container .dt-paging .dt-paging-button:hover {
	border: 1px solid #353535;
	background: #353535;
}

html.dark .dt-container .dt-paging .dt-paging-button:active {
	background: #3a3a3a;
}

*[dir=rtl] table.dataTable thead th, *[dir=rtl] table.dataTable thead td, *[dir=rtl] table.dataTable tfoot th, *[dir=rtl] table.dataTable tfoot td {
	text-align: right;
}

*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date, *[dir=rtl] table.dataTable td.dt-type-numeric, *[dir=rtl] table.dataTable td.dt-type-date {
	text-align: left;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
	text-align: right;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
	text-align: left;
}

*[dir=rtl] div.dt-container div.dt-search input {
	margin: 0 3px 0 0;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
	cursor: default !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before {
	display: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
	cursor: pointer;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
	margin-right: .5em;
	display: inline-block;
	box-sizing: border-box;
	content: "";
	border-top: 5px solid transparent;
	border-left: 10px solid rgba(0, 0, 0, .5);
	border-bottom: 5px solid transparent;
	border-right: 0px solid transparent;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control.arrow-right::before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control.arrow-right::before {
	border-top: 5px solid transparent;
	border-left: 0px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 10px solid rgba(0, 0, 0, .5);
}

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 {
	border-top: 10px solid rgba(0, 0, 0, .5);
	border-left: 5px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 5px solid transparent;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control {
	padding-left: .333em;
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control, table.dataTable.dtr-column>tbody>tr>th.dtr-control, table.dataTable.dtr-column>tbody>tr>td.control, table.dataTable.dtr-column>tbody>tr>th.control {
	cursor: pointer;
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control:before, table.dataTable.dtr-column>tbody>tr>th.dtr-control:before, table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
	display: inline-block;
	box-sizing: border-box;
	content: "";
	border-top: 5px solid transparent;
	border-left: 10px solid rgba(0, 0, 0, .5);
	border-bottom: 5px solid transparent;
	border-right: 0px solid transparent;
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control.arrow-right::before, table.dataTable.dtr-column>tbody>tr>th.dtr-control.arrow-right::before, table.dataTable.dtr-column>tbody>tr>td.control.arrow-right::before, table.dataTable.dtr-column>tbody>tr>th.control.arrow-right::before {
	border-top: 5px solid transparent;
	border-left: 0px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 10px solid rgba(0, 0, 0, .5);
}

table.dataTable.dtr-column>tbody>tr.dtr-expanded td.dtr-control:before, table.dataTable.dtr-column>tbody>tr.dtr-expanded th.dtr-control:before, table.dataTable.dtr-column>tbody>tr.dtr-expanded td.control:before, table.dataTable.dtr-column>tbody>tr.dtr-expanded th.control:before {
	border-top: 10px solid rgba(0, 0, 0, .5);
	border-left: 5px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 5px solid transparent;
}

table.dataTable>tbody>tr.child {
	padding: .5em 1em;
}

table.dataTable>tbody>tr.child:hover {
	background: transparent !important;
}

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 #efefef;
	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 {
	padding-bottom: 0;
	border-bottom: none;
}

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

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

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

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

div.dtr-modal div.dtr-modal-content h2 {
	margin-top: 0;
}

div.dtr-modal div.dtr-modal-close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 22px;
	height: 22px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	z-index: 12;
}

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

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

html.dark table.dataTable>tbody>tr>td.dtr-control:before, html[data-bs-theme=dark] table.dataTable>tbody>tr>td.dtr-control:before {
	border-left-color: rgba(255, 255, 255, .5) !important;
}

html.dark table.dataTable>tbody>tr>td.dtr-control.arrow-right::before, html[data-bs-theme=dark] table.dataTable>tbody>tr>td.dtr-control.arrow-right::before {
	border-right-color: rgba(255, 255, 255, .5) !important;
}

html.dark table.dataTable>tbody>tr.dtr-expanded>td.dtr-control:before, html.dark table.dataTable>tbody>tr.dtr-expanded>th.dtr-control:before, html[data-bs-theme=dark] table.dataTable>tbody>tr.dtr-expanded>td.dtr-control:before, html[data-bs-theme=dark] table.dataTable>tbody>tr.dtr-expanded>th.dtr-control:before {
	border-top-color: rgba(255, 255, 255, .5) !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}

html.dark table.dataTable>tbody>tr.child ul.dtr-details>li, html[data-bs-theme=dark] table.dataTable>tbody>tr.child ul.dtr-details>li {
	border-bottom-color: #404346;
}

html.dark div.dtr-modal div.dtr-modal-display, html[data-bs-theme=dark] div.dtr-modal div.dtr-modal-display {
	background-color: #212529;
	border: 1px solid rgba(255, 255, 255, .15);
}
