.uk-table {
    color: #B9B9BA;
    border-left: 1px solid rgb(255 255 255 / 11%);
}

.uk-table th {
    font-size: .875rem;
    font-weight: 400;
    color: #fff;
    background: rgb(27 28 33 / 50%);
    border-right: 1px solid rgb(255 255 255 / 11%);
}


.uk-table td {
    padding: 16px 12px;
    vertical-align: top;
    border-right: 1px solid rgb(255 255 255 / 11%);
}

.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd) {
    background: rgb(37 38 44 / 40%);
    border-top: 1px solid rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}




.table-label {
  display: inline-flex;
  align-items: center;
  background-color: #2c2f33; 
  color: white;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 14px;
}

.table-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.table-text {
  white-space: nowrap;
}




td.table-primary {
    background: #E32562;
    color: white;
}

td.table-primary-stripe {
    background: #B11F4E;
    color: white;
}