/**/
.inicioloadingspeed {
	background: transparent;
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	background-image: url(/img/logo_prodi_pelotasola_speed_2023.svg);
	background-size: contain;
}
.teamshieldwrapper.enfichapartido {
	height: auto;
	padding-bottom: 6px;
}
.fichapartidocabecera {
	padding-bottom: 100px !important;
	padding-bottom: 0px !important;
	height: auto;
}
.ultimopartidowrapper:first-child .resultadosprevios .previousresults:after,
.separadorvertical
	+ .ultimopartidowrapper
	.resultadosprevios
	.previousresults:after {
	content: '';
	background: #ea4335;
	position: absolute;
	width: 40px;
	height: 3px;
	bottom: 2px;
	left: 50%;
	margin-left: -20px;
	border-radius: 6px;
}
.ultimopartidowrapper:first-child
	.resultadosprevios
	.previousresults.ganopartidoprevio:after,
.separadorvertical
	+ .ultimopartidowrapper
	.resultadosprevios
	.previousresults.ganopartidoprevio:after {
	background: #3aa757;
}
.ultimopartidowrapper:first-child
	.resultadosprevios
	.previousresults.empatopartidoprevio:after,
.separadorvertical
	+ .ultimopartidowrapper
	.resultadosprevios
	.previousresults.empatopartidoprevio:after {
	background: #9aa0a6;
}
.chatitem.updating {
	animation: flickerAnimation 2s infinite;
}
.chatitem.updating .chatuserpic,
.chatitem.updating .chatusercopas {
	display: none;
}
@keyframes flickerAnimation {
	0% {
		opacity: 0.8;
	}
	50% {
		opacity: 0.4;
	}
	100% {
		opacity: 0.8;
	}
}

.listtitle {
	text-align: left;
	padding-left: 16px !important;
	margin-top: 8px;
	margin-bottom: 14px;
	color: #000 !important;
	font-weight: 600 !important;
	font-size: 13px;
}
.container {
	padding-bottom: 0;
}
.tabs__section {
	padding-bottom: 16px;
}
/* .popuwrapper {
	max-height: 10svh - 48px !important;
	height: calc(10svh - 48px);
	overflow: scroll;
	min-height: 0;
	background: black;
} */
.piechartwrapper {
	display: none;
}
