@font-face {
  font-family: "Trade Gothic Bold";
  src: url("../assets/fonts/TradeGothicBoldCondensedNo20.otf");
}
@font-face {
  font-family: "Trade Gothic Std";
  src: url("../assets/fonts/TradeGothicLTStdCondensedNo18.otf");
}
html {
  height: 100vh;
  overflow: hidden;
}

body {
  margin: 0;
  height: 100%;
}

livelike-quest:last-of-type {
  margin: 0;
}

.container {
  overflow-y: auto;
  height: 100%;
}

.section.leaderboard {
  padding: 20px;
}

.section.quests {
  font-family: "Trade Gothic Bold";
  padding: 0 15px 15px 15px;
  overflow-x: hidden;
}

.section.quests header {
  color: #1b2d4b;
  font-size: 20px;
  padding: 30px 0 15px 0;
}

/* Redemption */
.redemptions {
  font-family: 'Trade Gothic Bold';
  background: #298fff;
  justify-content: center;
  padding: 10px;
  display: none;
}
.redemptions.show {
  display: flex;
}

.redemption-text {
  margin: 0 10px 0 0;
  color: white;
  font-size: 16px;
  align-self: center;
}
.cash-out {
  display: none;
}
.cash-out.show {
  display: flex;
}
.cash-out:hover {
  cursor: pointer;
}

/* Rank */
.section.leaderboard {
  display: flex;
  justify-content: space-between;
  font-family: 'Trade Gothic Bold';
}
.rank-container {
  display: flex;
  flex-direction: column;
  color: #1B2D4B;
}
.rank-top {
  display: flex;
  margin-bottom: 4px;
}
.blue-check {
  align-self: center;
  display: flex;
  height: 16px;
  width: 16px;
  margin-right: 4px;
}
.rank-section-badge {
  font-size: 20px;
}
.rank-bottom {
  font-size: 14px;
}
.rank-bottom > * {
  margin-right: 3px;
}
.rank.text {
  color: #298fff;
}
.leaderboard-button {
  align-self: center;
}
.leaderboard-button:hover{
  cursor: pointer;
}