table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  color: rgb(0, 0, 0) !important;
  font-size: x-large !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  max-width: 1140px !important;
}

.fdd-pagination {
  padding-left: 3.33333em;
  padding-right: 3.33333em;
}
.fdd-pagination {
  display: inline-block;
  width: 100%;
  padding-top: 2em;
  text-align: center;
}

.fdd-pagination .page-numbers.current {
  color: #ffffff;
  border-color: var(--ast-global-color-0);
  background-color: var(--ast-global-color-0);
  border-radius: 5px;
  text-decoration: none !important;
}
.fdd-pagination .page-numbers {
  display: inline-block;
  width: 2.33333em;
  height: 2.33333em;
  font-size: 16px;
  line-height: calc(2.33333em - 3px);
  border-radius: 5px;
  font-family: Arial;
  color: #000000;
  background: #ffffff;
  border: solid #1f628d 1px;
  text-decoration: none !important;
  margin-left:5px;

}
.fdd-pagination .page-numbers:hover {
  background: #3cb0fd;
  text-decoration: none;
}