/* #region tabla mvp */
.mvp_cell-data {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.mvp_avatar{
	width: 32px;
    height: 32px;
	background-size: contain;
    margin-right: 8px;
    border-radius: var(--border-radius);
}

.mvp_cell-puesto {
	width: 32px;
}
.mvp_cell-nick {
	width: 230px;
    flex-direction: row;
    align-items: center;
	white-space: nowrap;
}
.mvp_cell-votos {
	width: 60px;
}
/* #endregion */

/* #region mi-sala */
.member-jugador-sin-asignar {
	position: relative;
	display:flex;
	align-items: center;
	white-space: nowrap;
}
.member-jugador-sin-asignar__avatar {
	position: relative;
	flex-shrink:0;
	width: 22px;
	height: 22px;
	margin-right:5px;
	background-size: contain;
	border-radius: var(--border-radius);
}
.member-jugador-sin-asignar__container-badge-level {
	flex-shrink:0;
	width: 22px;
	height: 22px;
	margin-right:5px;
}
.member-jugador-sin-asignar__apodo {
	line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	flex-grow: 1;
	width: 100px;
}
.row-sala__name-badge {
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(135deg, #ffd700, #ff6b00);
	color: #000;
	font-size: 11px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 0 0 8px 0;
}
/* #endregion */
.player-preview-d2__content__discord-icon {
	width: 18px;
	height: 18px;
	background-image: url(https://cdn.rd2la.com/images/retosdota2/icons/discord-mark-blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
