.recent-users-table {
  overflow: hidden;
  width: 100%;
  color: #34544b;
  font-size: 12px;
  border: 1px solid #d8ebe4;
  border-radius: 5px;
  box-sizing: border-box;
}

.recent-users-row {
  display: grid;
  grid-template-columns: minmax(72px, 1.05fr) minmax(66px, 1fr) minmax(72px, 0.9fr) minmax(122px, 1.35fr);
  min-height: 31px;
  align-items: center;
  border-bottom: 1px solid #e2eee9;
}

.recent-users-row:last-child {
  border-bottom: 0;
}

.recent-users-row > span {
  overflow: hidden;
  padding: 6px 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.recent-users-head {
  color: #155d49;
  font-weight: 700;
  background: #e7f6f1;
}

.recent-user-balance {
  color: #087b5b;
  font-variant-numeric: tabular-nums;
}

.recent-users-head .recent-user-balance {
  color: inherit;
}

.recent-user-time {
  color: #647b74;
  font-variant-numeric: tabular-nums;
}

.recent-users-head .recent-user-time {
  color: inherit;
}

.recent-users-empty {
  display: grid;
  min-height: 76px;
  place-items: center;
  color: #909399;
  font-size: 12px;
}
