/* ============================
   MATERIAL REACT TABLE DARK FIXES
============================ */

.MRT_TablePaper-root,
.MRT_TableContainer-root,
.MRT_TopToolbar-root,
.MRT_BottomToolbar-root,
.MuiPaper-root {
  background-color: #000 !important;
  color: #fff !important;
}

.MRT_TableHeadCell-Content,
.MRT_TableBodyCell-Content {
  color: #fff !important;
}

.MRT_ToolbarAlertBanner-root {
  background-color: #000 !important;
  color: #fff !important;
}

.MuiTableSortLabel-root {
  color: #fff !important;
}

.MuiTableSortLabel-icon {
  color: #fff !important;
}

/* .MuiSvgIcon-root {
  color: #fff !important;
} */

.MuiPaginationItem-root {
  background: #000 !important;
  border: 1px solid #333 !important;
  color: #fff !important;
}

.MuiPaginationItem-root.Mui-selected {
  background: #333 !important;
  color: #fff !important;
}

.css-m9kink-MuiList-root-MuiMenu-list {
  background-color: #000 !important;
}

.css-1m2meye-MuiTableCell-root {
  padding: 12px 8px !important;
  padding-bottom: 0.8rem !important;
  padding-top: 1.5rem !important;
}

.MuiTableCell-head {
  padding: 16px 12px !important;
  /* Top/Bottom 16px, Left/Right 12px */
  background-color: #fff !important;
  color: #813257 !important;
}

/* Make header text vertically centered */
.MRT_TableHeadCell-Content {
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
}

/* .css-exd1zr {
  display: none !important;
} */

/* PAGINATION START*/

.tab_pagin {
  position: relative;
  margin-top: -7%;
  z-index: 1;
}

.pagination-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.custom-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #2a2a2a;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.page-btn.active {
  background: #2f2f2f;
  border-color: #2f2f2f;
}

.page-btn.arrow {
  font-size: 18px;
}

.page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* PAGINATION END*/

@media (min-width: 1200px) and (max-width: 1399px) {
  .tab_pagin {
    margin-top: -4%;
    z-index: 1;
  }
}

@media (min-width: 1400px) {
  .tab_pagin {
    margin-top: -4%;
    z-index: 1;
  }
}