.activity-rewards-banner {
	position: relative;
	width: 100%;
	background-color: #FBAB7E;
	background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);

	border-radius: 3px;
	margin-bottom: 30px;
}

.activity-rewards-banner a {
	padding: 40px 30px 40px 30px;
	display: block;
	width: 100%;
	height: 100%;
	white-space: normal;
}

.activity-rewards-banner h3 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 30px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.21);
}

.activity-rewards-banner p {
	color: white;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.21);
}

.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: 4px;
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #242b3d;
	overflow: hidden;
}

.reward .activ-received {
	display: none;
}

.reward.active .activ-received {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	align-items: center;
	margin: -15px;
	justify-content: center;
	font-size: 30px;
	color: #ffffff;
	background: rgb(42 98 51 / 74%);
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.62);
}

.reward:last-child {
	margin-bottom: 0;
}

.reward .reward-day {
display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #6080ff;
    border-radius: 5px;
    justify-content: center;
}

.reward-name {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.reward-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px
}

.received {
  display: none
}

.reward.active .reward-check {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #37374391;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  border-radius: 15px;
  height: 100%
}

.reward-title{
		font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	
}

.reward.active .reward-image {
  opacity: .3
}

.reward.active .reward-info {
  opacity: .3
}

.reward.active .reward-content {
  opacity: .3
}

.reward.active .received {
display: flex;
    align-items: center;
    justify-content: center;
    background: #37374391;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: 3px;
    height: 100%;
    opacity: 1;
}

.reward.active .received i {
color: #15b928;
    font-size: 45px;
}

.reward .reward-day span {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.reward .reward-day i {
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
}

.reward .reward-content {
	flex: 1;
	align-self: center;
	display: flex;
	flex-direction: column;
}