.custom-data thead th{
  background-color:#1f1e2d;
  color:white;
}
.custom-data thead th:first-child{
  border-top-left-radius: 9px;
}
.custom-data thead th:last-child{
  border-top-right-radius: 9px;
}
.custom-data tfoot th{
  background-color:#1f1e2d;
  color:white;
}
.custom-data tfoot th:first-child{
  border-bottom-left-radius: 9px;
}
.custom-data tfoot th:last-child{
  border-bottom-right-radius: 9px;
}
.custom-data tbody {
  background: #eef0f8;
}
.custom-data tbody tr:hover {
  background-color:#1f1e2d;
  color:white;
}
.page-link{
  background-color: #1f1e2d !important;
  color:white;
}
.page-item.active .page-link{
  background: #eef0f8 !important;
  border-color: #eef0f8 !important;
  color: #1f1e2d;
}
.page-link:hover{
  color:#eef0f8; !important;
}
.pagination{
  cursor: pointer !important;
}
