.table tbody tr:hover td {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.075);
}

.footable thead tr th,
table.dataTable thead tr th {
  font-weight: 500;
  color: var(--senbee-theme-1);
  background-color: transparent;
  border: 0;
  padding-bottom: 0.75rem;
}
.footable thead tr th.selected,
table.dataTable thead tr th.selected {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.075);
}
.footable tbody tr td,
table.dataTable tbody tr td {
  background-color: transparent;
  vertical-align: middle;
  border: 0;
  padding: 0.5rem 0.5rem;
}
.footable tbody tr td:first-child, .footable tbody tr td.dtr-control,
table.dataTable tbody tr td:first-child,
table.dataTable tbody tr td.dtr-control {
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
.footable tbody tr td:last-child, .footable tbody tr td:last-child:not(.dtr-hidden), .footable tbody tr td.lastvisible,
table.dataTable tbody tr td:last-child,
table.dataTable tbody tr td:last-child:not(.dtr-hidden),
table.dataTable tbody tr td.lastvisible {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.footable tbody tr td.footable-first-visible.expand,
table.dataTable tbody tr td.footable-first-visible.expand {
  padding-left: 25px;
  position: relative;
}
.footable tbody tr td.footable-first-visible.expand .footable-toggle,
table.dataTable tbody tr td.footable-first-visible.expand .footable-toggle {
  position: absolute;
  top: calc(50% - 8px);
  left: 3px;
}
.footable tbody tr td.dtr-control,
table.dataTable tbody tr td.dtr-control {
  position: relative;
  padding-left: 1rem;
}
.footable tbody tr td.dtr-control:before,
table.dataTable tbody tr td.dtr-control:before {
  vertical-align: middle;
  border-left-color: var(--senbee-theme-2) !important;
  margin-left: -1rem;
  top: calc(50% - 3px);
  position: absolute;
}
.footable tbody tr td.selected,
table.dataTable tbody tr td.selected {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.075);
}
.footable tbody tr:last-child td,
table.dataTable tbody tr:last-child td {
  border: 0 !important;
}
.footable tbody tr:hover td,
table.dataTable tbody tr:hover td {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.075);
}
.footable tbody tr.child .child,
table.dataTable tbody tr.child .child {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.05);
  border-radius: var(--bs-border-radius);
}
.footable tbody tr.child ul.dtr-details,
table.dataTable tbody tr.child ul.dtr-details {
  width: 100%;
}
.footable tbody tr.dt-hasChild.dtr-expanded td.dtr-control:before,
table.dataTable tbody tr.dt-hasChild.dtr-expanded td.dtr-control:before {
  border-left-color: transparent !important;
  border-top-color: var(--senbee-theme-2) !important;
}

.footable tbody tr.footable-detail-row > td {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.05);
  border: 0;
}
.footable tbody tr.footable-detail-row > td .footable-details {
  background-color: transparent;
}
.footable tbody tr.footable-detail-row > td .footable-details th {
  font-size: 15px;
  font-weight: 500;
  color: var(--senbee-theme-1);
  border: 0;
  background-color: transparent;
}
.footable tbody tr.footable-detail-row > td .footable-details td {
  background-color: transparent !important;
}
.footable tbody tr:not(.footable-detail-row):hover td {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.075);
}
.footable.footable-datarow {
  border-spacing: 0 0.75rem;
  border-collapse: separate;
}
.footable.footable-datarow > tbody > tr:not(.footable-detail-row) {
  position: relative;
}
.footable.footable-datarow > tbody > tr:not(.footable-detail-row) td {
  padding: 1rem 0.5rem;
  position: relative;
  z-index: 1;
}
.footable.footable-datarow > tbody > tr:not(.footable-detail-row):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(var(--senbee-theme-1-rgb), 0.8);
  box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.03), 0 0.095rem 0.3rem rgba(0, 0, 0, 0.07);
  border-radius: var(--bs-radius);
}
.footable.footable-datarow tr.footable-detail-row > td {
  padding: 1rem;
  border-radius: var(--bs-radius);
}
.footable.footable-datarow tr.footable-detail-row > td .footable-details tbody tr th {
  display: none;
}
.footable.footable-datarow tr.footable-detail-row > td .footable-details tbody tr td {
  padding: 0;
  background-color: transparent;
}

.fooicon {
  font-family: bootstrap-icons !important;
}

.fooicon-sort-asc:before {
  content: "\f574";
}

.fooicon-sort-desc:before {
  content: "\f57b";
}

.fooicon-sort:before {
  content: "\f127";
  font-size: 11px;
}

.fooicon-plus:before {
  content: "\f282";
}

.fooicon-minus:before {
  content: "\f286";
}

.pagination {
  --bs-pagination-color: var(--senbee-theme-1);
  --bs-pagination-bg: transparent;
  --bs-body-bg: transparent;
  --bs-border-width: 0px;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-hover-bg: rgba(var(--senbee-theme-1-rgb), 0.1);
  --bs-pagination-active-bg: var(--senbee-theme-1);
  --bs-pagination-active-border-color: var(--senbee-theme-1);
}
.pagination li [data-dt-idx=first],
.pagination li [data-dt-idx=previous],
.pagination li [data-dt-idx=last],
.pagination li [data-dt-idx=next] {
  border-radius: var(--bs-border-radius);
  font-size: 1.5rem;
}
.pagination li [data-dt-idx=first] .page-link,
.pagination li [data-dt-idx=previous] .page-link,
.pagination li [data-dt-idx=last] .page-link,
.pagination li [data-dt-idx=next] .page-link {
  border-radius: 40px;
  min-width: 36px;
  text-align: center;
  line-height: 24px;
  border-radius: var(--bs-border-radius);
}
.pagination li [data-dt-idx=first] .page-link:focus, .pagination li [data-dt-idx=first] .page-link:hover,
.pagination li [data-dt-idx=previous] .page-link:focus,
.pagination li [data-dt-idx=previous] .page-link:hover,
.pagination li [data-dt-idx=last] .page-link:focus,
.pagination li [data-dt-idx=last] .page-link:hover,
.pagination li [data-dt-idx=next] .page-link:focus,
.pagination li [data-dt-idx=next] .page-link:hover {
  outline: 0;
  box-shadow: none;
}
.pagination li .page-link {
  border-radius: var(--bs-border-radius);
  min-width: 36px;
  text-align: center;
}

.footable-pagination-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.footable-pagination-wrapper .divider,
.footable-pagination-wrapper .label {
  display: none !important;
}
.footable-pagination-wrapper ul.pagination {
  margin: 0;
}
.footable-pagination-wrapper ul.pagination li.footable-page,
.footable-pagination-wrapper ul.pagination li.footable-page-nav {
  background-color: transparent;
  border: 0;
}
.footable-pagination-wrapper ul.pagination li.footable-page .footable-page-link,
.footable-pagination-wrapper ul.pagination li.footable-page-nav .footable-page-link {
  min-width: 36px;
  line-height: 24px;
  background-color: transparent;
  border: 0;
}
.footable-pagination-wrapper ul.pagination li.footable-page:hover .footable-page-link,
.footable-pagination-wrapper ul.pagination li.footable-page-nav:hover .footable-page-link {
  background-color: rgba(var(--senbee-theme-1-rgb), 0.1);
}
.footable-pagination-wrapper ul.pagination li.footable-page.active .footable-page-link,
.footable-pagination-wrapper ul.pagination li.footable-page-nav.active .footable-page-link {
  font-weight: 600;
  background-color: var(--senbee-theme-1);
  color: var(--senbee-theme-1-text);
}

.footable-filtering-external .sr-only {
  display: none;
}
.footable-filtering-external .form-group {
  box-shadow: none;
}
.footable-filtering-external .input-group {
  border: 1px solid var(--bs-border-color);
}
.footable-filtering-external .input-group .input-group-btn .btn {
  margin-bottom: 0;
}
.footable-filtering-external .input-group .input-group-btn .fooicon-remove {
  vertical-align: top;
  margin-top: 3px;
}
.footable-filtering-external .input-group .input-group-btn .fooicon-remove:before {
  content: "\f659";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footable-filtering-external .input-group .input-group-btn .fooicon-search {
  vertical-align: top;
  margin-top: 3px;
}
.footable-filtering-external .input-group .input-group-btn .fooicon-search:before {
  content: "\f52a";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footable-filtering-external .input-group .input-group-btn.open .dropdown-menu {
  display: block;
}
.footable-filtering-external .input-group .input-group-btn.open .dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
  margin-top: 1px;
}
.footable-filtering-external .input-group .input-group-btn.open .dropdown-menu li {
  display: block;
  width: 100%;
  float: left;
  height: 30px;
}
.footable-filtering-external .input-group .input-group-btn.open .dropdown-menu li a.checkbox {
  padding: 0 15px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.footable-filtering-external .input-group .input-group-btn.open .dropdown-menu li a.checkbox label {
  vertical-align: middle;
  line-height: 16px;
}
.footable-filtering-external .input-group .input-group-btn.open .dropdown-menu li a.checkbox label input {
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}

/* dataTable*/
div.dt-container .dt-paging {
  margin: 0;
}
div.dt-container .dt-paging .dt-paging-button {
  min-width: 36px;
  line-height: 24px;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-border-radius);
  color: var(--senbee-text) !important;
}
div.dt-container .dt-paging .dt-paging-button:hover, div.dt-container .dt-paging .dt-paging-button:active {
  background: rgba(var(--senbee-theme-1-rgb), 0.1) !important;
  border: 0;
  color: var(--senbee-text) !important;
  box-shadow: none;
}
div.dt-container .dt-paging .dt-paging-button.active, div.dt-container .dt-paging .dt-paging-button.current {
  border: 0;
  background-color: var(--senbee-theme-1);
  color: var(--senbee-theme-1-text) !important;
  box-shadow: none;
}
div.dt-container .dt-paging .dt-paging-button.active:hover, div.dt-container .dt-paging .dt-paging-button.current:hover {
  border: 0;
  background-color: var(--senbee-theme-1) !important;
  color: var(--senbee-theme-1-text) !important;
}
div.dt-container .dt-paging .dt-paging-button.disabled {
  border: 0;
}
div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:focus, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  border: 0;
}
div.dt-container .dt-length .dt-input,
div.dt-container .dt-search .dt-input {
  border-color: var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
div.dt-container .dt-length .dt-input:focus,
div.dt-container .dt-search .dt-input:focus {
  border-color: var(--senbee-theme-1);
}
div.dt-container .dt-length label,
div.dt-container .dt-search label {
  margin: 0 15px;
  color: var(--bs-secondary);
}

/* dark mode */
[data-bs-theme=dark] .table thead tr th,
[data-bs-theme=dark] div.dt-container .dt-paging .dt-paging-button.disabled,
[data-bs-theme=dark] div.dt-container .dt-paging .dt-paging-button.disabled:hover,
[data-bs-theme=dark] div.dt-container .dt-paging .dt-paging-button.disabled:active {
  color: var(--bs-link-color) !important;
}
[data-bs-theme=dark] .table tbody tr:hover td,
[data-bs-theme=dark] .footable tbody tr:hover td,
[data-bs-theme=dark] table.dataTable tbody tr:hover td {
  background-color: rgba(255, 255, 255, 0.05);
}
[data-bs-theme=dark] .footable-pagination-wrapper ul.pagination li.footable-page .footable-page-link, [data-bs-theme=dark] .footable-pagination-wrapper ul.pagination li.footable-page-nav .footable-page-link {
  color: var(--senbee-theme-1-text);
}
[data-bs-theme=dark] .footable-pagination-wrapper ul.pagination li.footable-page.disabled .footable-page-link, [data-bs-theme=dark] .footable-pagination-wrapper ul.pagination li.footable-page-nav.disabled .footable-page-link {
  color: var(--bs-link-color);
}

/* responisve */
@media screen and (max-width: 767px) {
  div.dt-container .dt-paging .dt-paging-button {
    min-width: 34px;
    line-height: 18px;
    padding: 0.5rem;
  }
}