.admin-users-table table {
  table-layout: fixed;
  width: 100%;
}

.admin-users-table th:nth-child(1),
.admin-users-table td:nth-child(1) {
  width: 22%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-users-table th:nth-child(2),
.admin-users-table td:nth-child(2) {
  width: 15%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-users-table th:nth-child(3),
.admin-users-table td:nth-child(3) {
  width: 12%;
}

.admin-users-table th:nth-child(4),
.admin-users-table td:nth-child(4) {
  width: 16%;
}

.admin-users-table th:nth-child(5),
.admin-users-table td:nth-child(5) {
  width: 8%;
}

.admin-users-table th:nth-child(6),
.admin-users-table td:nth-child(6) {
  width: 27%;
}

.admin-assets-page .mantine-Card-root {
  margin: 0;
}

.admin-map-container {
  height: clamp(300px, 45vh, 460px);
}

@media (max-height: 800px) {
  .admin-map-container {
    height: clamp(280px, 45vh, 460px);
  }

  .admin-assets-page .mantine-Title-root {
    font-size: 14px !important;
    line-height: 1.2;
  }

  .admin-assets-page .mantine-Text-root {
    font-size: 12px !important;
  }

  .admin-users-table th,
  .admin-users-table td {
    font-size: 12px;
    padding: 4px 6px;
  }
}
