/* Activity rewards — SolutionPink theme colors (matches site palette) */
.activity-rewards-banner {
	position: relative;
	width: 100%;
	background: linear-gradient(169deg, #3a3d45 70%, #41444d 100%);
	border-radius: 10px;
	margin-bottom: 20px;
}

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

.activity-rewards-banner h3 {
	font-weight: bold;
	font-size: 16px;
	border-radius: 2px;
	background: linear-gradient(237deg, #393d45 60%, #fe7e7d52 100%);
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
	color: #ffffff;
}

.activity-rewards-banner p {
	color: #dadce2b8;
	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: #ff7591 !important;
	font-weight: bold !important;
	background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ff7591 0, #fe9544 250%));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: #00000052 1px 0 7px;
}

.reward {
	padding: 15px;
	border-radius: 15px;
	display: flex;
	width: 49%;
	background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
	box-shadow: 0px 5px 10px #13151a4f;
	height: 100px;
	align-items: flex-start;
	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(79 234 159 / 15%);
	font-weight: bold;
	text-transform: uppercase;
}

.referal_procent {
	background: #fe7e7d2b !important;
	color: #ff7676 !important;
	border: dashed 1px #ff767694;
	box-shadow: 0px 0px 36px #ff76764f;
}

@media (max-width: 991.99px) {
	.referal_procent {
		background: #393d45 !important;
		color: #9197a1 !important;
	}
}

.black_list_left i {
	font-size: 19px;
	color: #8b8e93d6;
	background: #ffffff1c;
	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;
	background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ff7591 0, #fe9544 250%));
	text-shadow: #000000d4 1px 0 15px;
	height: 70px;
	border-radius: 13px;
}

.reward .reward-day span {
	font-size: 23px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 35px;
	text-shadow: #000000d4 1px 0 15px;
	margin-top: 10px;
}

.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;
	color: #9197a1;
}

#iconrewards {
	background: linear-gradient(23deg, #383b43 0%, #43464f 55%);
	margin: 0 0 20px 5px;
	padding: 15px;
	width: 50px;
	display: inline-block;
	height: 50px;
	font-size: 20px;
	border-radius: 10px;
	color: #8b8e93d6;
	text-align: center;
	transition: all .3s ease;
}

#iconrewards:hover {
	background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #ff7591 0, #fe9544 250%));
	color: #ffffff;
}

#wrapper {
	width: 100%;
	height: 100px;
	background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border-top: 4px solid #fe7e7d52;
	margin-bottom: 30px;
}

#inner {
	width: 100%;
	height: 100px;
	background: linear-gradient(237deg, #393d45 60%, #fe7e7d52 100%);
	position: absolute;
	top: 0;
	left: -312px;
	border-radius: 10px;
	border-top: 4px solid #ff7591;
	transition: .3s ease;
}

#wrapper:hover #inner {
	left: 0;
}

#buttontext {
	margin-top: 14px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#arrowrewards {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

center {
	box-sizing: border-box;
	margin: 0;
}
