table > thead tr {
  font-size: 14px;
}

table > tbody tr {
  font-size: 12px;
}

th.sortable {
  cursor: pointer;
}

th.sortable:hover::after {
  color: #333;
}

tr.hover-actions-trigger {
  cursor: pointer;
}

@media screen and (max-width: 430px) {
  .data-pagination {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 430px) {
  .data-pagination {
    font-size: 1rem;
  }
}

.table-luki {
  border-collapse: separate;
  border-spacing: 0 0.2rem;
}

.table.table-luki > :not(caption) > * > * {
  background-color: #1c1919 !important;
}

.table-luki td,
.table-luki th {
  background-color: #1c1919;
  border-color: #6b5c57;
}

.table-luki th:first-of-type,
.table-luki td:first-of-type {
  border-top-left-radius: var(--ar-border-radius);
  border-bottom-left-radius: var(--ar-border-radius);
}

.table-luki th:last-of-type,
.table-luki td:last-of-type {
  border-top-right-radius: var(--ar-border-radius);
  border-bottom-right-radius: var(--ar-border-radius);
}

.table-rounded {
  border-collapse: collapse;
  border-radius: var(--ar-border-radius);
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.table-rounded tr:last-child td {
  border-bottom: none;
}
