@media (max-width: 535px) {
  .tabulator .tabulator-footer .tabulator-footer-contents {
    flex-direction: column;
  }
  
  .tabulator .tabulator-footer .tabulator-paginator {
    flex: 1;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
}

.tabulator .tabulator-header .tabulator-col {
    background-color: rgb(36, 2, 39) !important;
}

.tabulator-row-odd {
    background-color: rgb(36, 2, 39);
}

.tabulator-row.tabulator-row-even {
    background-color: rgb(56, 4, 51);
}

.tabulator .tabulator-footer {
  background-color: rgb(36, 2, 39) !important;
}

.tabulator .tabulator-footer .tabulator-page {
  color: white;
}
