.activity-rewards-banner {
	position: relative;
	width: 100%;
	background-color: #1E2638;
	background-image: linear-gradient(62deg, #476661 20%, #35394c 50%);

	border-radius: 20px;
	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 {
    font-weight: bold;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    color: #e1e3e6;
    border: solid 1px #668782;
}

.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: 20px;
    display: flex;
    position: relative;
    background: #2b2b2b;
    margin-bottom: 25px !important;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 4px 4px;
    margin-left: 10px;
    border: solid 1px #668782;
    font-weight: 600;
    color: #ffffff00;
	background-image: url(../img/back_card.png);
	background-size: cover;
}

.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: #ffffff;
	background: #ffffff00;
	font-weight: bold;
	text-transform: uppercase;
	backdrop-filter: blur(5mm);
	z-index: 1;
	transition: 0.8s;
	border-radius: 20px;
}

.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;
	font-weight: 600;
	color: #ffffff00;
	
}


.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;
    background: #ffffff00;
    border: solid 1px #668782;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.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 .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 .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: .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 {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(226px, 1fr));
	grid-gap: 15px 15px;
	margin-top: auto;
}


#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;
}