.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 {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 18px;
	padding: 20px 20px 20px 18px;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
	margin: 0;
	min-height: 112px;
	font-weight: 600;
	color: #e8e8ea;
	background-color: #121215;
	background-image:
		repeating-linear-gradient(60deg, transparent 0, transparent 13px, rgba(255, 140, 0, 0.028) 13px, rgba(255, 140, 0, 0.028) 14px),
		repeating-linear-gradient(-60deg, transparent 0, transparent 13px, rgba(255, 140, 0, 0.02) 13px, rgba(255, 140, 0, 0.02) 14px),
		radial-gradient(ellipse 100px 72px at 92% 52%, rgba(255, 140, 0, 0.14), transparent 58%),
		linear-gradient(155deg, rgba(30, 30, 34, 0.98) 0%, rgba(14, 14, 18, 0.99) 100%);
	border: 1px solid rgba(255, 140, 0, 0.18);
	box-shadow:
		0 0 32px rgba(255, 140, 0, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		inset 0 -2px 0 rgba(255, 140, 0, 0.32);
}

.reward::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, #ff9f2e 0%, rgba(255, 140, 0, 0.2) 100%);
	border-radius: 14px 0 0 14px;
	pointer-events: none;
}

.reward::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 86px;
	height: 86px;
	background: url(../img/money.png) center / contain no-repeat;
	opacity: 0.12;
	pointer-events: none;
}

.reward .received {
	display: none;
}

.reward.active .received {
	display: flex;
	position: absolute;
	inset: 0;
	width: auto;
	height: auto;
	margin: 0;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	color: #ffffff;
	background: rgba(10, 10, 12, 0.78);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 3;
	transition: 0.35s ease;
	border-radius: 13px;
	border: 1px solid rgba(255, 140, 0, 0.35);
}

.reward.active .received:hover {
	inset: 0;
	margin: 0;
	width: auto;
	height: auto;
	background: rgba(10, 10, 12, 0.35);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	cursor: pointer;
	font-size: 0;
	color: transparent;
}

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

.reward .reward-day {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: auto;
	min-width: 64px;
	height: auto;
	margin: 0;
	padding: 2px 4px 2px 10px;
	position: relative;
	top: 0;
	background: none;
	border: none;
	backdrop-filter: none;
}

.reward .reward-day span {
	font-size: 40px;
	line-height: 1;
	text-align: left;
	color: #ff8c00;
	font-weight: 800;
	text-shadow: 0 0 26px rgba(255, 140, 0, 0.42);
}

.reward .reward-day i {
	font-size: 10px;
	font-weight: 700;
	font-style: normal;
	position: relative;
	top: 0;
	margin-top: 8px;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.88);
	text-transform: uppercase;
}

.reward .reward-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 4px 88px 4px 4px;
	gap: 6px;
	min-width: 0;
}

.reward .reward-content span:nth-child(1) {
	font-weight: 700;
	font-size: 15px;
	color: #ff8c00;
	border-radius: 0;
	width: auto;
}

.reward .reward-content span:nth-child(2) {
	font-size: 14px;
	font-weight: 500;
	color: rgba(200, 200, 208, 0.92);
	line-height: 1.35;
}

.reward .reward-content small {
	font-size: 15px;
	color: #ff9f2e;
	font-weight: 700;
	margin-left: 2px;
}

#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 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	margin-top: 0;
	align-items: stretch;
	padding: 4px 2px 12px;
	max-height: none;
	overflow: visible;
}


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