.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: 20px;
    border-radius: 20px;
    display: flex;
    position: relative;
    background: #2b2b2b;
    margin-bottom: 25px !important;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 4px 4px;
    margin-left: 10px;
    font-weight: 600;
    color: #ffffff;
    background-image: url(../img/back_cardes.png);
    background-size: 107%;
    animation: gradient 15s linear infinite;
    align-content: center;
    align-items: center;
}

.reward .received {
	display: none;
}

.reward.active .received {
    display: flex;
    position: absolute;
    width: 66%;
    height: 54%;
    align-items: center;
    margin: 10px;
    margin-left: 73px;
    justify-content: center;
    font-size: 25px;
    color: #eda162;
    background: linear-gradient(15deg, #da925621 30%, #ba845778 100%);
    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;
	align-items: center;
	margin: -30px;
	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: #668782;
	width: 135px;
	height: 70px;
}


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

.reward .reward-day {
    flex-direction: column;
    width: 135px;
    height: 70px;
    border-radius: 10px;
    align-items: center;
    background: #66878242;
    border: solid 1px transparent;
    font-weight: 600;
    color: #eda162;
    margin-bottom: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    margin-top: -30px;
    position: relative;
    backdrop-filter: blur(10mm);
}

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

.reward .reward-day i {font-size: 12.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: row;
	padding-left: 5px;
	padding-top: 10px;
}

.reward .reward-content span:nth-child(1) {font-weight: bold;font-size: 15px;color: #fff;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;
}