.ladder-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #5055cb;

  border-radius: 10px;
  border: 1px solid #686ef9;
}
.ladder-title {
  flex: 2;
}
.ladder-search {
  flex: 1;
}
.ladder-title {
  color: #888dff !important;
  font-weight: bold;
  text-transform: uppercase;
}
.ladder-search input {
  color: white;
}
.ladder-search input::-webkit-input-placeholder {
  color: #888dff;
}
.ladder-search input::-moz-placeholder {
  color: #888dff;
}
.ladder-search input:-ms-input-placeholder {
  color: #888dff;
}
.ladder-search input:-moz-placeholder {
  color: #888dff;
}

.leaderboard-results {
  text-align: left;
  border-collapse: collapse;
}
.leaderboard-results thead th {
  color: #747474;

  font-weight: bold;
}
.leaderboard-results tbody td {
  background: #1a1a1a;

  border-bottom: 5px solid #232323;
}
.leaderboard-results tbody td:nth-of-type(7) {
  font-weight: bold;
}
.leaderboard-results tbody tr:hover td {
  background: #1d1d1d;
}
.leaderboard-results tbody tr {
  color: #747474;
}
.active {
  color: #686ef9 !important;
}
.leaderboard-results tbody span {
  font-weight: bold;

  border-radius: 50%;
}
.leaderboard-results tbody tr:first-child span {
  background: #5055cb;
  color: white;
}
.leaderboard-results tbody tr span {
  background: #262626;
  color: #747474;
}

.c-pointer {
  cursor: pointer !important;
}
.text-ordi {
  color: #e74403 !important;
}
td,
th {
  text-align: center !important;
}
