.activity-rewards-banner {
	position: relative;
	width: 100%;
	background-color: #222127;
	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: 2px;
    background-color: rgba(27, 27, 27, 0.692);
    padding: 10px;
	text-align: center;
	margin-bottom: 30px;
	color: rgb(255, 255, 255);
}

.activity-rewards-banner p {
	color: white;
	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: 15px;
    display: flex;
    width: 49%;
    height: 100px;
    align-items: flex-start;
        background: linear-gradient(1deg, #343840 30%, #434951 100%);
    position: relative;
    overflow: hidden;
}

.reward .received {
	display: none;
}

.reward.active .received {
	display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    margin: -15px;
    backdrop-filter: blur(4px);
    justify-content: center;
    font-size: 21px;
    z-index: 1;
    color: #ffffff;
    background: rgb(237 128 117 / 11%);
    font-weight: bold;
    text-transform: uppercase;
}

.referal_procent {
    background: #f4886221 !important;
    color: #fdab8a !important;
    border: dashed 1px #f2866596;
}

@media (max-width: 991.99px) {
    .referal_procent {
		background: #393d51 !important;
		color: #7e84a0 !important;
    }
}

.black_list_left i {
    font-size: 19px;
    color: #ffffff;
    background: #4a4e57;
    display: flex;
    height: 44px;
    border-radius: 11px;
    width: 44px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.99px) {
    .referal_block i {
        width: fit-content !important;
        padding: 0 !important;
        height: fit-content !important;
        background: none !important;
        color: #747995 !important;
        margin-right: 11px !important;
        font-size: 19px !important;
    }
}

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

.reward .reward-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70px;
    line-height: 12px;
    height: 70px;
    background: linear-gradient(23deg, #fe9544 0%, #e5768d 55%);
    border-radius: 13px;
}

.reward .reward-day span {
font-size: 23px;
    text-align: center;
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    border-radius: 5px;
    width: fit-content;
}

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

#iconrewards {
	background-color: #2c2c2c;
	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: rgb(121, 121, 121);
	text-align: center;
	transition: all .3s ease;
}

#iconrewards:hover {
	background-color: #ffffff;
	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: #1b1b1b;
	text-align: center;
	transition: all .3s ease;
}

#wrapper {
	width: 100%;
	height: 100px;
	background-color: rgb(22, 22, 22);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: #00a8db21 solid 4px;
	margin-bottom: 30px;
}
  
#inner {
	width: 100%;
	height: 100px;
	background-color: #00a8db21;
	position: absolute;
	top: 0;
	left: -312px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: #009edb solid 4px;
	transition: .3s 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;
}