
.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 30px;
}
.div.dataTables_wrapper div.dataTables_paginate {
  float: none !important;
  text-align: center !important;
}
.paginate_button
{
  margin-bottom: -20px;
}
table > tbody > tr > td{
  border-bottom-width: 0px !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: #F9F8F6 !important;
}
.table-striped>tbody>tr:nth-of-type(even)>* {
  --bs-table-accent-bg: #F3F1EF !important;
}
table
{
  border-bottom: 0px !important;
}