/* .img-fluid {
  width: 100%;
  height: auto;
} */

.nftgc-leaderboard-podium-players {
  height: 100px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  color: white;
  margin-top: -10px;
}
.nftgc-leaderboard-prizes-text {
  color: #f5b041 !important;
  text-transform: uppercase !important;
  padding-top: 8px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
}
.nftgc-leaderboard-prize {
  text-align: center;
}
.nftgc-leaderboard-prizes {
  height: 110px;
  display: flex;
  align-items: flex-end;
  /* margin-bottom: 2vh; */
}
.nftgc-leaderboard-prizes-podium {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 5px;
}
.nftgc-leaderboard-prizes-first {
  height: 100%;
  align-items: flex-start;
}
.nftgc-leaderboard-prizes-second-prize {
  height: 50%;
  padding-left: 15px !important;
}
.nftgc-leaderboard-prizes-second-podium {
  height: 80%;
  padding-left: 15px !important;
}
.nftgc-leaderboard-prizes-third-prize {
  height: 20%;
  padding-right: 15px !important;
}
.nftgc-leaderboard-prizes-third-podium {
  height: 40%;
  padding-right: 15px !important;
}
.nftgc-leaderboard-podium {
  height: 200px;
  margin-top: -50px;
  z-index: 1;
}
.nftgc-leaderboard-list {
  background-image: url("../img/leaderboard-list-background.svg");
  background-size: cover;
  padding: 50px 20px 10px 20px;
  border-radius: 16px;
  z-index: 10;
}
.nftgc-leaderboard-align-podium {
  position: relative;
  z-index: 2;
}
.nftgc-leaderboard-align-full {
  margin-top: 20px;
}
.nftgc-leaderboard-item {
  border-radius: 16px;
  border: 1px solid var(--Grey-Colors-8, #44444c);
  background: #2d2f33;
  margin-bottom: 10px;
  position: relative;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.nftgc-leaderboard-item-mine {
  border: 2px solid #ffb80c;
}
.nftgc-leaderboard-listview {
  border: none !important; /* height: 400px; overflow-y: auto; */
}
.nftgc-leaderboard-prizes-image {
  width: 65%;
  height: auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 390px) {
  .nftgc-leaderboard-align-podium {
    margin-top: -70px;
  }
}
@media screen and (min-width: 390px) and (max-width: 479px) {
  .nftgc-leaderboard-align-podium {
    margin-top: -35px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .nftgc-leaderboard-align-podium {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 819px) {
  .nftgc-leaderboard-align-podium {
    margin-top: 90px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1279px) {
  .nftgc-leaderboard-align-podium {
    margin-top: 120px;
  }
  .nftgc-leaderboard-listview {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .nftgc-leaderboard-align-podium {
    margin-top: 120px;
  }
  .nftgc-leaderboard-listview {
    margin-top: 60px;
  }
}
@media screen and (min-width: 600px) {
  .nftgc-leaderboard-prizes-second-podium {
    height: 45%;
  }
  .nftgc-leaderboard-prizes-third-podium {
    height: 0%;
  }
  .nftgc-leaderboard-podium-players {
    margin-top: 40px;
  }
}
