.leaderboard-heading {
  color: rgb(41,41,41);
  font-weight: 500;
  font-family: 'Ubuntu';
}

.leaderboard-icon {
  font-size: 48px;
  color: rgb(91,192,222);
}

.leaderboard-name {
  margin: 0;
  /*margin-left: 2em;*/
  font-family: 'Ubuntu';
  font-weight: 500;
}

.leaderboard-profileptslogo span {
  font-size: 17px !important;
  color: white;
  font-family: 'Ubuntu';
  font-weight: 800 !important;
}

.leaderboard-position {
  padding: 1em;
  margin: .5em;
  background-color: rgb(255,255,255);
  border-radius: 10px;
  box-shadow: 0px 0px 7px rgba(226,226,226,0.75), 0px 0px rgb(220,220,220), 0px 0px;
}

.leaderboard-trophy {
  height: 55px;
  width: 55px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}

.leaderboard-trophy i {
  color: white;
  font-size: 23px;
}

.leaderboard-trophy span {
  color: white;
  font-size: 23px;
  font-family: 'Ubuntu';
  font-weight: 500;
}

.trophy-gold {
  background: linear-gradient(30deg, rgb(255,188,108), rgb(250,255,0));
}

.trophy-bronze {
  background: linear-gradient(68deg, rgb(169,92,60) 0%, rgb(255,162,75) 100%);
}

.trophy-silver {
  background: linear-gradient(68deg, rgb(156,156,156) 0%, rgb(230,230,230) 100%);
}

.trophy-grey {
  background-color: rgb(120,120,120);
}

.leaderboard-avatar {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin-right: 1em;
  background-position: center !important;
  background-size: cover !important;
}

.leaderboard-points-wrapper {
  display: flex;
  align-items: center;
  margin-right: .7em;
}

.leaderboard-points-wrapper i {
  color: rgb(3,250,117);
}

