.theLeaderboard {
  min-height: 100vh;
  position: relative;
}
.theLeaderboard .theLeaderboardPadd {
  padding: 1.125rem 1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theLeaderboard .theLeaderboardPadd .theLPWidth {
  max-width: 1100px;
  width: 100%;
  margin: 0 0 2.75rem;
  /* Hide DataTable built-in controls */
}
.theLeaderboard .theLeaderboardPadd .theLPWidth .theLPWFlex {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin: 0 0 2rem;
}
.theLeaderboard .theLeaderboardPadd .theLPWidth .theLPWFlex .theLPWFFilter {
  padding: 0.75rem 1.3125rem;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.theLeaderboard .theLeaderboardPadd .theLPWidth .theLPTableBox {
  width: 100%;
  border: 1px solid #1d202b;
  border-radius: 0.75rem;
}
.theLeaderboard .theLeaderboardPadd .theLPWidth .theLPTableBox .theLTBPadd {
  padding: 0.875rem 1rem 1.75rem;
}
.theLeaderboard .theLeaderboardPadd .theLPWidth .theLPTableBox .theLTBPadd .theLTBPTableWrapper {
  overflow-x: auto;
  width: 100%;
}
.theLeaderboard .theLeaderboardPadd .theLPWidth .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTH {
  font-size: 0.875rem;
  font-weight: 800;
  padding: 0.75rem 0.875rem;
}
.theLeaderboard .theLeaderboardPadd .theLPWidth .theLPTableBox .theLTBPadd .theLTBPTableWrapper .theLTBPTableTD {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 0.875rem;
}
.theLeaderboard .theLeaderboardPadd .theLPWidth .dataTables_length,
.theLeaderboard .theLeaderboardPadd .theLPWidth .dataTables_filter,
.theLeaderboard .theLeaderboardPadd .theLPWidth .dataTables_info,
.theLeaderboard .theLeaderboardPadd .theLPWidth .dataTables_paginate {
  display: none !important;
}
.theLeaderboard .theLeaderboardPadd .theLPWidth table.dataTable {
  width: 100% !important;
}
.theLeaderboard .theLeaderboardPadd .dataTables_empty {
  color: var(--global-secondary-text-color);
}/*# sourceMappingURL=leaderboard.css.map */