@charset "UTF-8";
:root {
  --dt-header-align-items: center;
  --dt-header-vertical-align: middle;
}

table.table.dataTable,
table.dataTable {
  clear: both;
  margin-bottom: 0;
  max-width: none;
  border-spacing: 0;
}
table.table.dataTable thead,
table.dataTable thead {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  color: #FFF;
}
table.table.dataTable thead tr > th,
table.table.dataTable thead tr > td,
table.dataTable thead tr > th,
table.dataTable thead tr > td {
  background: rgb(19.0378378378, 29.35, 39.6621621622);
  color: #FFF;
  border: none;
  padding: 14px;
  text-align: left;
  vertical-align: var(--dt-header-vertical-align);
  box-sizing: border-box;
}
table.table.dataTable thead tr > th:first-child,
table.table.dataTable thead tr > td:first-child,
table.dataTable thead tr > th:first-child,
table.dataTable thead tr > td:first-child {
  border-radius: 8px 0 0 0;
}
table.table.dataTable thead tr > th:last-child,
table.table.dataTable thead tr > td:last-child,
table.dataTable thead tr > th:last-child,
table.dataTable thead tr > td:last-child {
  border-radius: 0 8px 0 0;
}
table.table.dataTable thead tr > th:active,
table.table.dataTable thead tr > td:active,
table.dataTable thead tr > th:active,
table.dataTable thead tr > td:active {
  outline: none;
}
table.table.dataTable tbody tr,
table.dataTable tbody tr {
  background-color: transparent;
}
table.table.dataTable tbody tr td, table.table.dataTable tbody tr th,
table.dataTable tbody tr td,
table.dataTable tbody tr th {
  border: none;
  padding-left: 16px;
  padding-right: 16px;
  color: #FFF;
  background: rgb(22.3459459459, 34.45, 46.5540540541);
  box-sizing: border-box;
}
table.table.dataTable tbody tr td a, table.table.dataTable tbody tr th a,
table.dataTable tbody tr td a,
table.dataTable tbody tr th a {
  color: #FFF;
}
table.table.dataTable tbody tr td a:hover, table.table.dataTable tbody tr th a:hover,
table.dataTable tbody tr td a:hover,
table.dataTable tbody tr th a:hover {
  text-decoration: underline;
}
table.table.dataTable tbody tr td.dt-control,
table.dataTable tbody tr td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.table.dataTable tbody tr td.dt-control:before,
table.dataTable tbody tr td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.table.dataTable tbody tr.dt-hasChild td.dt-control:before,
table.dataTable tbody tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(255, 255, 255, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}
table.table.dataTable tfoot:empty,
table.dataTable tfoot:empty {
  display: none;
}
table.table.dataTable thead > tr > th.dt-orderable-asc, table.table.dataTable thead > tr > th.dt-orderable-desc,
table.table.dataTable thead > tr > td.dt-orderable-asc,
table.table.dataTable thead > tr > td.dt-orderable-desc,
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.table.dataTable thead > tr > th.dt-orderable-asc:hover, table.table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.table.dataTable thead > tr > td.dt-orderable-desc:hover,
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(255, 255, 255, 0.1);
  outline-offset: -2px;
}
table.table.dataTable thead > tr > th .dt-column-order,
table.table.dataTable thead > tr > td .dt-column-order,
table.dataTable thead > tr > th .dt-column-order,
table.dataTable thead > tr > td .dt-column-order {
  position: relative;
  width: 12px;
  height: 20px;
}
table.table.dataTable thead > tr > th .dt-column-order:before, table.table.dataTable thead > tr > th .dt-column-order:after,
table.table.dataTable thead > tr > td .dt-column-order:before,
table.table.dataTable thead > tr > td .dt-column-order:after,
table.dataTable thead > tr > th .dt-column-order:before,
table.dataTable thead > tr > th .dt-column-order:after,
table.dataTable thead > tr > td .dt-column-order:before,
table.dataTable thead > tr > td .dt-column-order:after {
  position: absolute;
  display: block;
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}
table.table.dataTable thead > tr > th .dt-column-order:before,
table.table.dataTable thead > tr > td .dt-column-order:before,
table.dataTable thead > tr > th .dt-column-order:before,
table.dataTable thead > tr > td .dt-column-order:before {
  bottom: 50%;
  content: "▲";
}
table.table.dataTable thead > tr > th .dt-column-order:after,
table.table.dataTable thead > tr > td .dt-column-order:after,
table.dataTable thead > tr > th .dt-column-order:after,
table.dataTable thead > tr > td .dt-column-order:after {
  top: 50%;
  content: "▼";
}
table.table.dataTable thead > tr > th.dt-ordering-asc .dt-column-order:before, table.table.dataTable thead > tr > th.dt-ordering-desc .dt-column-order:after,
table.table.dataTable thead > tr > td.dt-ordering-asc .dt-column-order:before,
table.table.dataTable thead > tr > td.dt-ordering-desc .dt-column-order:after,
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: 0.6;
}
table.table.dataTable thead > tr > th.dt-orderable-none .dt-column-order:empty, table.table.dataTable thead > tr > th.sorting_desc_disabled .dt-column-order:after, table.table.dataTable thead > tr > th.sorting_asc_disabled .dt-column-order:before,
table.table.dataTable thead > tr > td.dt-orderable-none .dt-column-order:empty,
table.table.dataTable thead > tr > td.sorting_desc_disabled .dt-column-order:after,
table.table.dataTable thead > tr > td.sorting_asc_disabled .dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-none .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 .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.table.dataTable thead > tr > th div.dt-column-header,
table.table.dataTable thead > tr > th div.dt-column-footer,
table.table.dataTable thead > tr > td div.dt-column-header,
table.table.dataTable thead > tr > td div.dt-column-footer,
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 {
  display: flex;
  justify-content: space-between;
  align-items: var(--dt-header-align-items);
  gap: 4px;
}
table.table.dataTable thead > tr > th div.dt-column-header .dt-column-title,
table.table.dataTable thead > tr > th div.dt-column-footer .dt-column-title,
table.table.dataTable thead > tr > td div.dt-column-header .dt-column-title,
table.table.dataTable thead > tr > td div.dt-column-footer .dt-column-title,
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 {
  flex-grow: 1;
}
table.table.dataTable thead > tr > th div.dt-column-header .dt-column-title:empty,
table.table.dataTable thead > tr > th div.dt-column-footer .dt-column-title:empty,
table.table.dataTable thead > tr > td div.dt-column-header .dt-column-title:empty,
table.table.dataTable thead > tr > td div.dt-column-footer .dt-column-title:empty,
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 {
  display: none;
}
table.table.dataTable.nowrap th, table.table.dataTable.nowrap td,
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.table.dataTable th.dt-type-numeric, table.table.dataTable th.dt-type-date, table.table.dataTable td.dt-type-numeric, table.table.dataTable td.dt-type-date,
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.table.dataTable th.dt-type-numeric div.dt-column-header,
table.table.dataTable th.dt-type-numeric div.dt-column-footer, table.table.dataTable th.dt-type-date div.dt-column-header,
table.table.dataTable th.dt-type-date div.dt-column-footer, table.table.dataTable td.dt-type-numeric div.dt-column-header,
table.table.dataTable td.dt-type-numeric div.dt-column-footer, table.table.dataTable td.dt-type-date div.dt-column-header,
table.table.dataTable td.dt-type-date div.dt-column-footer,
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.table.dataTable th.dt-left, table.table.dataTable td.dt-left,
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.table.dataTable th.dt-center, table.table.dataTable td.dt-center,
table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}
table.table.dataTable th.dt-right, table.table.dataTable td.dt-right,
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.table.dataTable th.dt-right div.dt-column-header, table.table.dataTable td.dt-right div.dt-column-header,
table.dataTable th.dt-right div.dt-column-header,
table.dataTable td.dt-right div.dt-column-header {
  flex-direction: row-reverse;
}
table.table.dataTable th.dt-justify, table.table.dataTable td.dt-justify,
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.table.dataTable th.dt-nowrap, table.table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.table.dataTable th.dt-empty, table.table.dataTable td.dt-empty,
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}

div.dt-container {
  position: relative;
}
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;
}
div.dt-container div.dt-length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dt-container div.dt-length select {
  width: auto;
  display: inline-block;
  margin-right: 0.5em;
}
div.dt-container div.dt-search {
  text-align: right;
}
div.dt-container div.dt-search label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dt-container div.dt-search input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dt-container div.dt-paging {
  margin: 0;
}
div.dt-container div.dt-paging ul.pagination {
  margin: 2px 0;
  flex-wrap: wrap;
}
div.dt-container div.dt-row {
  position: relative;
}
@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 div.dt-length, div.dt-container div.dt-search, div.dt-container div.dt-info, div.dt-container div.dt-paging {
    text-align: center;
  }
  div.dt-container .row {
    --bs-gutter-y: 0.5rem;
  }
  div.dt-container div.dt-paging ul.pagination {
    justify-content: center !important;
  }
}

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

div.dt-scroll-head table.dataTable {
  margin-bottom: 0 !important;
}

div.dt-scroll-head table.table-bordered {
  border-bottom-width: 0;
}

div.dt-scroll-body {
  border-bottom-color: var(--bs-border-color);
  border-bottom-width: var(--bs-border-width);
  border-bottom-style: solid;
}
div.dt-scroll-body > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dt-scroll-body > table > tbody > tr:first-child {
  border-top-width: 0;
}
div.dt-scroll-body > table > thead > tr {
  border-width: 0 !important;
}
div.dt-scroll-body > table > tbody > tr:last-child > * {
  border-bottom: none;
}
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;
  overflow: hidden;
}
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;
}

div.dt-scroll-foot > .dt-scroll-footInner {
  box-sizing: content-box;
}
div.dt-scroll-foot > .dt-scroll-footInner > table {
  margin-top: 0 !important;
  border-top: none;
}
div.dt-scroll-foot > .dt-scroll-footInner > table > tfoot > tr:first-child {
  border-top-width: 0 !important;
}

div.table-responsive > div.dt-container > div.row {
  margin-left: 0;
  margin-right: 0;
}
div.table-responsive > div.dt-container > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dt-container > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

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: #FFF;
  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 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.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);
  }
}
div.dt-paging {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}
div.dt-paging ul.pagination {
  margin: 0;
}
div.dt-paging ul.pagination li.page-item:first-child .page-link {
  border-radius: 128px 0 0 128px;
  padding-left: 20px;
}
div.dt-paging ul.pagination li.page-item:last-child .page-link {
  border-radius: 0 128px 128px 0;
  padding-right: 20px;
}
div.dt-paging ul.pagination li.page-item .page-link {
  background-color: rgb(22.3459459459, 34.45, 46.5540540541);
  border-color: rgb(19.0378378378, 29.35, 39.6621621622);
  color: #FFF;
  text-decoration: none !important;
  box-shadow: none;
}
div.dt-paging ul.pagination li.page-item .page-link:hover {
  background-color: rgba(13, 184, 160, 0.1);
  color: rgb(13, 184, 160);
}
div.dt-paging ul.pagination li.page-item .page-link:focus {
  box-shadow: none;
}
div.dt-paging ul.pagination li.page-item.active .page-link {
  color: #FFF;
  background-color: rgb(13, 184, 160);
  border-color: rgb(13, 184, 160);
}
div.dt-paging ul.pagination li.page-item.disabled .page-link {
  background-color: rgb(22.3459459459, 34.45, 46.5540540541);
  border-color: rgb(19.0378378378, 29.35, 39.6621621622);
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

div.dt-scroll-body {
  border-bottom: none !important;
}