<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.estatistica { /*padding-bottom: 200px;*/ font-size: 1.0em; }
.estatistica .publico-stats .clube-escudo { max-height: 2rem; }
.estatistica .jogo-stats .clube-escudo { max-height: 2rem; }
.estatistica .tabela-stats .clube-escudo { max-height: 2rem; }
.estatistica .clube-nome { display: none; }
.estatistica .clube-nome-short { display: none; }
.estatistica .clube-nome-suffix { display: none; }
.estatistica .box { padding: 0.25rem; }
.estatistica .box&gt;div { border: 1px solid lightgray; }
.estatistica .box .row { align-items: stretch; }
.estatistica .box .header { background: #eee; display: flex; align-items: center; }
.estatistica .box .header .title { flex-grow: 100; flex-basis: 100%; flex-shrink: 10; text-align: center; padding: 0.5em 0; }
.estatistica .publico-stats .box .placar-row { display: flex; flex-direction: row; align-items: center; justify-content: end; /*padding: 0.3em 1em;*/ }
.estatistica .publico-stats .box .placar-row&gt;* { padding: 0 0.5em; }
.estatistica .publico-stats .box .placar-value { display: flex; flex-direction: row; align-items: center; justify-content: start; border-left: 1px solid lightgray; padding: 0.3em 1em; }
.estatistica .box .clube { display: inline-block; }
.estatistica .box .clube&gt;span { display: none; }
.estatistica .box .clube .escudo { width: 2rem; }

.button.disabled {
	opacity: 0.2 !important;
}
.justify-center { justify-content: center; }

.estatistica .publico-stats { display: flex; flex-wrap: wrap; flex-direction: row; padding: 0.25rem; }
.estatistica .publico-stats .box { flex-basis: 16%; flex-grow: 10; }

.estatistica .jogo-stats { display: flex; flex-wrap: wrap; flex-direction: row; text-align: center; padding: 0.25rem; }
.estatistica .jogo-stats .box { flex-basis: 12%; flex-grow: 10; overflow: hidden; }
.estatistica .jogo-stats .header { white-space: nowrap; overflow: hidden; }
.estatistica .jogo-stats .content { display: flex; flex-direction: row; align-items: center; }
.estatistica .jogo-stats .internal-content { display: flex; flex-wrap: nowrap; flex-direction: column; align-items: center; flex-basis: 100%; flex-shrink: 10; }
.estatistica .content .button.disabled { visibility: hidden; }

.estatistica .vi-em-stats { display: flex; flex-wrap: wrap; flex-direction: row; padding: 0.25rem; text-align: center; }
.estatistica .vi-em-stats&gt;.box { flex-basis: 100%;  } 
.estatistica .vi-em-stats&gt;.jogo-container { flex-basis: 50%; flex-grow: 10; display: flex; flex-wrap: wrap; flex-direction: row; align-items: stretch; }
.estatistica .vi-em-stats&gt;.jogo-container .box { display: flex; align-items: stretch; }
.estatistica .vi-em-stats&gt;.jogo-container .box&gt;* { flex-grow: 10; }
.estatistica .tabela-stats&gt;.w15 { flex-basis: 15%; }
.estatistica .tabela-stats&gt;.w20 { flex-basis: 20%; }
.estatistica .tabela-stats&gt;.w40 { flex-basis: 40%; }
.estatistica .vi-em-stats&gt;.jogo-container .box.jogo { flex-basis: 40%; }
.estatistica .vi-em-stats&gt;.jogo-container .box.vi { flex-basis: 20%; }
.estatistica .vi-em-stats&gt;.jogo-container .box.em { flex-basis: 20%; }
.estatistica .vi-em-stats&gt;.jogo-container .box&gt;div&gt;* { padding: 0.5em 0; }
.estatistica .vi-em-stats&gt;.jogo-container .box .header { display: flex; }
.estatistica .vi-em-stats&gt;.jogo-container .content { font-size: 3.0em; padding: 0.2em 0;}

.estatistica .vi-em-stats&gt;.box .box .content { display: flex; align-items: center; }
.estatistica .vi-em-stats&gt;.box .box { border-top: 1px solid lightgray; }
.estatistica .vi-em-stats&gt;.box .box&gt;div { border: none; }
.estatistica .vi-em-stats&gt;.box .box .internal-content { display: flex; flex-direction: column; flex-grow: 10; }
.estatistica .vi-em-stats&gt;.box .clube-row { display: flex; align-items: center; justify-content: center; }
.estatistica .vi-em-stats&gt;.box .placar-row { display: flex; align-items: center; justify-content: center; font-size: 3em; font-weight: bold; }

.column-estatistica { display: inline;}

.bold { font-weight: bold }

@media (max-width: 2200px) {
	.estatistica .publico-stats .box { flex-basis: 33%; }
	.estatistica .publico-stats .box:nth-child(1) { order: 1; }
	.estatistica .publico-stats .box:nth-child(2) { order: 4; }
	.estatistica .publico-stats .box:nth-child(3) { order: 2; }
	.estatistica .publico-stats .box:nth-child(4) { order: 5; }
	.estatistica .publico-stats .box:nth-child(5) { order: 3; }
	.estatistica .publico-stats .box:nth-child(6) { order: 6; }
}

@media (max-width: 1100px) {
	.estatistica .publico-stats .box:nth-child(1) { order: 1; }
	.estatistica .publico-stats .box:nth-child(2) { order: 2; }
	.estatistica .publico-stats .box:nth-child(3) { order: 3; }
	.estatistica .publico-stats .box:nth-child(4) { order: 4; }
	.estatistica .publico-stats .box:nth-child(5) { order: 5; }
	.estatistica .publico-stats .box:nth-child(6) { order: 6; }
	.estatistica .publico-stats .box { flex-basis: 50%; }
}
@media (max-width: 700px) {
	.estatistica .publico-stats .box { flex-basis: 100%; }
}
@media (max-width: 1200px) {
	.estatistica .jogo-stats .box { flex-basis: 25%; }
}
@media (max-width: 700px) {
	.estatistica .jogo-stats .box { flex-basis: 50%; }
}
@media (max-width: 500px) {
	.estatistica .vi-em-stats .box:nth-child(1) { flex-basis: 100%; }
}

.estatistica .tabela-stats-title { background: #999; color: white; margin-bottom: 1em; padding: 0.5em 1em; }
.estatistica .tabela-stats { display: flex; flex-direction: row; flex-wrap: wrap; }
.estatistica .tabela-stats&gt;* { flex-grow: 10; padding: 0.4rem; box-sizing: border-box; flex-basis: 20%;}
@media (max-width: 1220px) {
	.estatistica .tabela-stats&gt;* { flex-basis: 23%; } /* 33% */
}
@media (max-width: 900px) {
	.estatistica .tabela-stats&gt;* { flex-basis: 50%; }
	.estatistica .tabela-stats&gt;.w20 { flex-basis: 100%; }
	.estatistica .tabela-stats&gt;.w25 { flex-basis: 100%; }
	.estatistica .tabela-stats&gt;.w15 { flex-basis: 100%; }
	.estatistica .tabela-stats&gt;.w40 { flex-basis: 100%; }
	.estatistica .vi-em-stats&gt;.jogo-container .box.jogo { flex-basis: 50%; }
	.estatistica .vi-em-stats&gt;.jogo-container .box.vi { flex-basis: 50%; }
	.estatistica .vi-em-stats&gt;.jogo-container .box.em { flex-basis: 50%; }
}

.estatistica .tabela-stats { margin-top: 1em; }
.estatistica .tabela-stats .title-stats { background: #eee; font-weight: normal; border: 1px solid lightgray; padding: 0.5em 1em; }
.estatistica .tabela-stats .subtitle-stats { background: #f8f8f8; }
.estatistica .tabela-stats { text-align: center; }
.estatistica .tabela-stats .cell { border-left: 1px solid lightgray; border-bottom: 1px solid lightgray; min-width: 0; flex-basis: 30%; flex-shrink: 10; flex-grow: 10; padding: 0.5em 1em; }
.estatistica .tabela-stats .cell:last-child { border-right: 1px solid lightgray; }

.estatistica .tabela-stats .clube .escudo { width: 20px; height: 20px; }
.estatistica .tabela-stats .column { align-items: center; }
.estatistica .tabela-stats .clube .nome { display: none; }
.estatistica .tabela-stats .clube .nome_abr { display: none; }
.estatistica .tabela-stats .clube .nome_suffix { display: none; }

.first-selected .button.left {
	opacity: 0.2 !important;
}

.last-selected .button.right {
	opacity: 0.2 !important;
}

.tabela-stats .first-selected, .estatistica .first-selected {
	opacity: 0.2 !important;
}

.tabela-stats .last-selected, .estatistica .last-selected {
	opacity: 0.2 !important;
}

.tabela-principal .estatistica .tabela-stats&gt;.w40 {
    flex-basis: 35%;
}</pre></body></html>