
.table {
  width: 100%;
}

.table .th {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 5px solid #040818;
}

.table .td {
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #040818;
}

.table .pagination {
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}

.table .pagination .page {
  font-size: 18px;
  color: #040818;
  line-height: 28px;
  width: 28px;
  height: 28px;
  text-align: center;
}

.table .pagination .page:hover,
.table .pagination .page.active {
  color: #fff;
  background: #040818;
  border-radius: 50%;
}