.api-alert span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.apikey-data-table thead th:nth-child(3), .apikey-data-table thead th:nth-child(2) {
  min-width: 180px;
}
.apikey-data-table thead th:nth-child(4) {
  min-width: 380px;
}
.apikey-data-table thead th:nth-child(7), .apikey-data-table thead th:nth-child(5) {
  min-width: 100px;
}

.api-eshop-card h6 {
  color: rgba(var(--dark), 0.75);
}