.award_modal {
	background:var(--base-cont-top);
	padding: 0 28px 36px;
}
.award_modal .header {
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	height:156px;
}

.award_modal .content {
	margin-bottom:50px;
}
.award_modal .content .title {
	color:var(--base-txt-max);
	font-size:32px;
	font-style:normal;
	font-weight:400;
	line-height:40px;
	margin: 24px 0 8px 0;
	text-align:center;
}
.award_modal .content .description {
	color:var(--base-txt-secondary);
	text-align:center;
	font-size:16px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
}

.award_modal .users {
	margin: 0 0 20px 0;
	border-radius: 12px;
	box-shadow: var(--shadow-cont-major-outline);
	overflow: hidden;
}
.award_modal .users .row {
	cursor:pointer;
	display:flex;
	align-items:center;
	padding: 12px 32px 12px 16px;
	background:var(--base-cont-top-elevated);
}
.award_modal .users .row .medal {
	font-size:22px;
	font-style:normal;
	font-weight:700;
	line-height:28px;
}
.award_modal .users .row .rounded_avatar {
	display:flex;
	justify-content:center;
	align-items:center;
	width:28px;
	height:28px;
	border-radius:50%;
	margin: 0 12px 0 20px;
}
.award_modal .users .row .rounded_avatar.av_nm:before {
	background-position: -60px -560px;
	margin: 0;
}
.award_modal .users .row .rounded_avatar.av_nm {
	font: 11px/24px var(--font-base) !important;
}
.award_modal .users .row .name {
	color:var(--base-txt-primary);
	font-size:14px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	margin:0;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	max-width:250px;
	width:100%;
}
.award_modal .users .row .team {
	color:var(--base-txt-secondary);
	font-size:11px;
	font-style:normal;
	font-weight:400;
	line-height:16px;
	margin:0;
}
.award_modal .users .row .tasks_count {
	margin-left:auto;
	margin-right:0;
	color:var(--base-txt-primary);
	font-size: 14px;
	font-style:normal;
	font-weight: 590;
	line-height:20px;
}

.award_modal .help_text {
	color: var(--base-txt-tertiary);
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding-bottom: 20px;
	text-wrap-style: balance;
}

.award_modal .modal_buttons {
	margin-top: 24px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:12px;
}
.award_modal .modal_buttons .success_button {
	height:40px;
	border-radius:9px;
	background:var(--base-hlt-invert);
	color:var(--base-txt-alt-light);
	font-size:14px;
	font-style:normal;
	font-weight:700;
	line-height:20px;
}
.award_modal .modal_buttons .success_button:hover {
	background:var(--base-btn-primary-major);
}
.award_modal .modal_buttons .button_clicked_text {
	color:var(--base-txt-primary);
	color: var(--base-txt-btn-b);
	font-size: 22px;
	font-style: normal;
	font-weight: 200;
	line-height: 40px;
}

/*Active user*/
.award_modal .users .row.active {
	background: var(--base-hlt-b-easy);
}
.award_modal .users .row.active .name {
	font-size:16px;
	font-weight:510;
	color:var(--base-txt-max)
}
.award_modal .users .row.active .tasks_count {
	color:var(--base-txt-max);
	font-size: 16px;
	font-weight: 700;
}
.award_modal .users .row.active .rounded_avatar {
	outline:1.5px solid #8162e0;
	outline-offset:2px;
}

@media screen and (max-width:480px) {
	.award_modal .users {
		margin:0 0 20px 0;
	}
}


.modal__header .beta {
	padding:2px 8px;
	border-radius:8px;
	background:var(--base-cont-trans-low);
	color:var(--base-txt-secondary);
	font-size:12px;
	font-style:normal;
	font-weight:590;
	margin-left: -12px;
}