/**
 * Player Evaluation (My Account).
 */

.a2z-player-evaluation-page {
	padding-top: 24px;
	padding-bottom: 40px;
}

.a2z-player-evaluation {
	margin: 0 0 24px;
}

.a2z-player-evaluation__group {
	margin: 0 0 18px;
	color: #9e9caa;
	font-size: 13px;
	font-weight: 600;
}

.a2z-player-evaluation__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	align-items: start;
}

.a2z-player-evaluation__section.card {
	margin-bottom: 0;
}

.a2z-player-evaluation__title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
}

.a2z-player-evaluation__table {
	margin: 0;
	width: 100%;
}

.a2z-player-evaluation__table th,
.a2z-player-evaluation__table td {
	vertical-align: middle;
	padding: 10px 12px;
}

.a2z-player-evaluation__table th {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65);
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.a2z-player-evaluation__table td {
	font-size: 14px;
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

.a2z-player-evaluation__table td strong {
	color: #fff;
	font-weight: 800;
}

.a2z-player-evaluation__table td small {
	margin-left: 2px;
	color: #9e9caa;
	font-size: 11px;
}

.a2z-player-evaluation__table .a2z-grade {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 800;
}

.a2z-player-evaluation__table .a2z-grade--a {
	background: rgba(0, 135, 81, 0.25);
	color: #00ff85;
}

.a2z-player-evaluation__table .a2z-grade--b {
	background: rgba(77, 163, 255, 0.2);
	color: #4da3ff;
}

.a2z-player-evaluation__table .a2z-grade--c {
	background: rgba(255, 193, 7, 0.18);
	color: #ffc107;
}

.a2z-player-evaluation__table .a2z-grade--d {
	background: rgba(255, 111, 111, 0.18);
	color: #ff8f8f;
}

.a2z-player-evaluation__empty-section {
	margin: 0;
	color: #9e9caa;
	font-size: 13px;
}

.a2z-player-evaluation--empty .a2z-player-evaluation__notice {
	padding: 28px 24px;
	border: 1px solid #4a4868;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
	text-align: center;
}

.a2z-player-evaluation--empty .a2z-player-evaluation__notice p {
	margin: 0;
	color: #b8b6c8;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

@media (max-width: 991px) {
	.a2z-player-evaluation__grid {
		grid-template-columns: 1fr;
	}
}
