.activity-rewards-banner {
  position: relative;
  width: 100%;
  background-color: #222222;
  border-radius: 10px;
  margin-bottom: 20px;
}

.activity-rewards-banner a {
  padding: 30px 30px 30px 30px;
  display: block;
  width: 100%;
  height: 100%;
  white-space: normal;
}

.activity-rewards-banner h3 {
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  color: #e1e3e6;
  border: solid 1px #363738;
}

.activity-rewards-banner p {
  color: #939393;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
}

.activity-rewards-banner img {
  width: 100%;
  max-width: 270px;
  display: block;
  margin: 0 auto 20px;
}

.day-in-a-row {
  color: #fbab7e !important;
  font-weight: bold !important;
  border-bottom: 2px solid #fbab7e;
  background-color: #fbab7e;
  background-image: linear-gradient(62deg, #fbab7e 0%, #f7ce68 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reward {
  padding: 15px;
  border-radius: 20px;
  display: flex;
  position: relative;
  background: #222222;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 4px 4px;
  margin-left: 10px;
}

.reward .received {
  display: none;
}

.reward.active .received {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  margin: -15px;
  justify-content: center;
  font-size: 25px;
  color: #828282;
  background: #1c1c1cd4;
  font-weight: bold;
  text-transform: uppercase;
  backdrop-filter: blur(1mm);
  z-index: 1;
  transition: 0.6s;
}

.reward.active .received:hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  margin: -15px;
  justify-content: center;
  font-size: 25px;
  color: #f0f8ff00;
  background: #1c1c1c00;
  font-weight: bold;
  text-transform: uppercase;
  backdrop-filter: none;
  z-index: 1;
  transition: 0.7s;
  cursor: pointer;
  font-size: 0;
}

.reward:last-child {
  margin-bottom: 0;
}

.reward .reward-day {
  display: flex;
  flex-direction: column;
  width: 70px;
  height: 70px;
  background-image: linear-gradient(35deg, #828282 0%, #828282 100%);
  border-radius: 13px;
  align-items: center;
}

.reward .reward-day span {
  font-size: 23px;
  text-align: center;
  color: #e1e3e6;
  font-weight: bold;
  line-height: 35px;
  margin-top: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.reward .reward-day i {
  font-size: 10.5px;
  font-weight: 600;
  font-style: normal;
  position: relative;
  color: #e1e3e6;
  top: -5px;
}

.reward .reward-content {
  flex: 1;
  align-self: center;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.reward .reward-content span:nth-child(1) {
  line-height: 18px;
  font-weight: bold;
  font-size: 15px;
  color: #e1e3e6;
  border-radius: 5px;
  width: fit-content;
}

.reward .reward-content span:nth-child(2) {
  font-size: 14px;
  /* margin-top: 10px; */
}

#iconrewards {
  background-color: #2a2a2b;
  margin: 0px 0px 20px 5px;
  padding: 15px;
  width: 50px;
  display: inline-block;
  height: 50px;
  font-family: Font Awesome\5 Free;
  font-size: 20px;
  border-radius: 5px;
  color: #939393;
  text-align: center;
  transition: all 0.3s ease;
}

#iconrewards:hover {
  background-color: #939393;
  margin: 0px 0px 20px 5px;
  padding: 15px;
  width: 50px;
  display: inline-block;
  height: 50px;
  font-family: Font Awesome\5 Free;
  font-size: 20px;
  border-radius: 5px;
  color: #222222;
  text-align: center;
  transition: all 0.3s ease;
}

#wrapper {
  width: 100%;
  height: 100px;
  background-color: #1c1c1c;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 30px;
  /* border: solid 1px #363738; */
}

#inner {
  width: 100%;
  height: 100px;
  background-color: #4141413d;
  position: absolute;
  top: 0;
  left: -312px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: #c1ae69 solid 4px;
  transition: 0.6s ease;
}

#wrapper:hover #inner {
  left: 0;
}

#buttontext {
  margin-top: 14px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#arrowrewards {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
center {
  box-sizing: border-box;
  margin: 0;
}

#activity-rewards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

#referal_procent {
  border: none;
  padding: 11px 11px;
  color: #e1e3e6;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  background: #363738;
  font-weight: bold;
  border-radius: 6px;
}
