.community-performance-table {
  min-width: 2100px;
}

.community-performance-table th,
.community-performance-table td {
  white-space: nowrap;
}

.community-performance-table th:first-child,
.community-performance-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #171821;
}

.community-performance-table th:first-child {
  z-index: 3;
  background: #11121a;
}

.community-performance-table td:first-child {
  box-shadow: 10px 0 18px #090a0f99;
}
