/* Rewards styling */
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@200;300;400;500;600;700;800;900;1000&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");
body {
  background: #f2f2f2 !important;
  font-family: "Figtree", sans-serif !important;
}
:root {
  --shadowSize: 10px;
  --shadowColor: grey;
  --tealThemeLight: #edfafb;
  --tealThemeDark: #027274;
  --tealBorder: #9fdedf;
  --orangeThemeLight: #fff6f1;
  --orangeThemeDark: #eb7623;
  --goldThemeLight: #fff4d3;
  --goldThemeDark: #d09e08;
}
.rewards-main-cont {
  max-width: 480px;
  margin: auto;
  margin-bottom: 80px;
}
.rewards-main-cont .header {
  padding: 15px;
  background-colot: white;
  background: url("https://ik.imagekit.io/getsetyo/GSY-web-images/rewards_background_thumbnail.png?updatedAt=1683039322551");
  background-repeat: repeat;
  background-size: 400px 300px;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 2px 0px #9fdedf;
}
.rewards-main-cont .header p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}
.rewards-main-cont .header .coins-card {
  position: relative;
  padding: 15px 10px;
  background: #ffffff;
  border: 1px solid var(--tealBorder);
  box-shadow: 0px 2px 0px var(--tealBorder);
  border-radius: 12px;
}
.rewards-main-cont .header .coins-card > .coins {
  font-weight: 700;
  font-size: 36px;
  color: #32303f;
  padding-right: 5px;
}

.rewards-main-cont .header .coins-card span {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #505555;
}
.rewards-main-cont .header .coins-card .icon {
  position: absolute;
  top: -50px;
  right: 10px;
}
.rewards-main-cont .header .redeem-btn {
  text-decoration: none;
  position: relative;
  display: block;
  color: white;
  font-weight: 600;
  background: var(--tealThemeDark);
  border-radius: 6px;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  padding: 10px;
}
.rewards-main-cont .header > div > p {
  color: var(--tealThemeDark);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
}
.rewards-main-cont .ledger,
.rewards-main-cont .achievements {
  width: 100%;
  background: white;
  margin-top: 8px;
  padding: 15px;
}
.rewards-main-cont .ledger h2,
.rewards-main-cont .achievements h2 {
  font-size: 18px;
}
.rewards-main-cont .ledger .hash-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
}
.rewards-main-cont .placeholder img {
  width: 100%;
}
.rewards-main-cont .banner-cards {
  padding: 16px 0px;
}
.dark-teal {
  color: var(--tealThemeDark);
}
.dark-grey {
  color: rgba(48, 62, 63, 0.8);
}
.rewards-history,
.achievements-history {
  margin-top: 15px;
}
.rewards-history .history-card {
  display: grid;
  grid-template-columns: 50px auto auto;
  gap: 15px;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e7e7e7;
}
.rewards-history .history-card:nth-last-child(1) {
  border-bottom: none;
}
.rewards-history .view-complete-history-btn button {
  width: 100%;
  margin-top: 10px;
  background: #edfafb;
  border-radius: 6px;
  border: none;
  padding: 8px;
  color: var(--tealThemeDark);
  font-size: 16px;
  font-weight: 500;
}
.rewards-history .history-card .text > div:nth-child(1) {
  color: #222b2c;
  font-weight: 500;
  line-height: 1.1;
  font-size: 16px;
  margin-bottom: 5px;
}
.rewards-history .history-card .text > div:nth-child(2) {
  color: #7b8a8a;
  font-size: 14px;
}
.rewards-history .history-card .points {
  color: var(--tealThemeDark);
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}
.modal-header {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.modal-header > div {
  display: flex;
  gap: 10px;
}
.modal-body {
  background: white;
  margin-top: 10px;
}
.achievements-history > div {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 15px;
  padding: 5px 10px;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border: 1px solid #cbf1f2;
  box-shadow: 0px 2px 0px #cbf1f2;
  border-radius: 8px;
}

.achievements-history .icon {
  background: #cbf1f2;
  border-radius: 4px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tealThemeDark);
  font-size: 30px;
}
.achievements-history .icon img {
  height: 45px;
}
.achievements-history .details > div:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
}
.achievements-history .details > div:nth-child(2) {
  color: #888888;
  font-weight: 500;
  font-size: 14px;
}

/* End Rewards styling */
