.activity-rewards-banner {
    position: relative;
    width: 100%;
    border-radius: 13px;
    margin-bottom: 30px;
	background-image: url(/templates/solution/img/activity_rewards.jpg);
    background-size: cover;
	height: 520px;
}

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

.activity-rewards-banner h3 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
	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;
	line-height: 25px;
	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 {
    display: inline-block;
    position: relative;
    height: 230px;
    border-radius: 13px;
	opacity: .4;
}

.reward.active {
    opacity: 1;
    background: linear-gradient(0deg, #2b2e35 30%, #3b3f49 100%);
    border: 1px solid #474c56;
    color: #96a9a6;
}

.reward.type_1 {
	background: linear-gradient(1deg,#575c7496 30%,#585d74 100%);
}

.reward.type_2 {
	background: linear-gradient(0deg, #292929 30%, #292929 100%);
    border: 1px solid #3e3e3e;
}

.reward.type_3 {
	background: linear-gradient(1deg,#575c7496 30%,#585d74 100%);
}

.reward .received {
	display: none;
}

.reward.active .received {
	display: flex;
    z-index: 1;
    font-size: 13px;
    font-weight: 800;
    bottom: -5px;
    position: absolute;
    left: 70px;
    border-radius: 50px;
    backdrop-filter: blur(1px);
    padding: 0px 9px 0px;
    border: solid 1px #5d5d5d;
    color: #ffffff;
    background: #4a4a4a;
    margin-bottom: 14px;
}


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

.reward .reward-day {
    background: linear-gradient(23deg, #cb4f50 0%, #8d2324 92%);
    width: 110px;
    height: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    color: #fbfbfb;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    margin: 0 auto;
	transform: translateY(-50%);
}

.reward .reward-day span {
	font-size: 40px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 40px;
	margin-top: 10px;
	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;
    justify-content: center;
    align-items: center;
    height: 130px;
	margin-top: 45px;
}

.reward .reward-content span:nth-child(1) {
	position: relative;
    z-index: 25;
    padding: 0 8px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.reward .reward-content span:nth-child(2) {
	position: relative;
    z-index: 25;
    margin: 6px 0 0;
    padding: 0 8px;
    overflow: hidden;
    color: #969696;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#activity-rewards {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(226px,1fr));
    grid-gap: 35px 25px;
	margin-top: 35px;
}

.reward-content .desc {
	text-align: center;
    display: flex;
    flex-direction: column;
}

.reward-content img {
    width: auto;
    height: 80px;
    margin-bottom: 20px;
}