<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Ranking */
.ranking-container .ranking .header-container {
	/* padding-top: 3em; */
	text-align: center;
	position: sticky;
	/* top: 3em; */
	/* margin-top: -3em; */
	background: white;
	z-index: 2;
}
.ranking .header-container .scroll-container::-webkit-scrollbar { display: none; }
.ranking .header-container .scroll-container {
	-ms-overflow-style: none; scrollbar-width: none;
	border-radius: 10px 10px 0px 0px;
}

.ranking .header .asc::after {
	content: " \25b5";
}
.ranking .header .desc::after {
	content: " \25bf";
}
.ranking .header .fixed {
	overflow: hidden;
}
.ranking .title-grupo {
	font-weight: 600;
	padding: 0.1rem 1rem;
	background: #333; color: white;
	position: sticky;
	left: 0;
	min-width: 100% !important;
	width: 100% !important;
}
.ranking .line {
	border-bottom: 1px solid #ddd8;
	min-width: 31rem;
}

.ranking .header-container .scroll-container.header .line {
	line-height: 25px;
}
.ranking .scroll-container .footer-container .line {
    line-height: 25px;
    font-size: 14px;
}
.ranking .scroll-container .line {
    line-height: 35px;
	font-size: 14px;
}
.ranking .line.last {
	border-radius: 0px 0px 10px 10px;
}

.ranking .header .number {
	padding: 0.5rem 0;
}
.ranking .scroll-container {
	overflow-x: scroll;
	border: 1px solid lightgray;
}
.ranking {
	padding: 10px;
}
.ranking.publico .line {
	min-width: 55rem;
}
.ranking .fixed {
	position: sticky;
	left: 1px;
	z-index: 1;
	background: white;
	align-items: stretch;
}
.ranking .clube .clube-nome-short {
	display: none;
}
.ranking .clube .clube-escudo { width: 30px; height: 30px; object-fit: cover; }
/*.ranking .posicao { width: 2.3rem; text-align: center; font-weight: normal; font-size: 1rem; padding-right: 0.2rem; }*/
.ranking .clube .clube-nome {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ranking .number {
	text-align: center;
	border-right: 1px solid #eee;
}
.ranking .pu {
	border-left: 2px solid lightgray;
}
.ranking .clickable { cursor: pointer; }

.ranking { padding-bottom: 1rem; }
.ranking .line       { align-items: stretch; }
.ranking .header .line       { color: #666 !important; }
.ranking .header .line *     { font-weight: normal !important; }
.ranking .header .line .posicao { display: none; }
.ranking .header .line .posicao:before { content: "\00a0"; }
.ranking .header .line .clube { padding: 0.6rem 0.5rem; }
.ranking .line .posicao                       { padding: 2px; }
.ranking .line&gt;*:nth-child(even)       { background: #f8f8f8; }
/*.ranking .line .clube { border-right: 2px solid lightgray; }*/
.ranking .line .clube { background: linear-gradient(to left, #c3bbbb 0px, #e9e9e9 2px, #f8f8f8 5px); padding-left: 3px; }
.ranking .line .fixed { flex-basis: 35%; flex-shrink: 2; flex-grow: 5; min-width: 13.5rem; max-width: 15.5rem; border-right: 1px solid #eee; }
.ranking .line .fixed&gt;.number { flex-basis: 21%; align-self: stretch; }
.ranking .line .number { flex-basis: 15%; flex-shrink: 1; flex-grow: 5; display: flex; justify-content: center; align-items: center; min-width: 8.3rem; }
.ranking .line .pu {min-width: 5.3rem; flex-basis: 10%; }
.ranking .line .qtde {min-width: 4.3rem; flex-basis: 8%; }
.ranking .line .jg {min-width: 4.3rem; flex-basis: 8%; }
.ranking .line .number.large { flex-basis: 15%; flex-shrink: 5; flex-grow: 5; min-width: 4rem; }
.ranking .line .number.currency { flex-basis: 25%; flex-shrink: 5; flex-grow: 10; min-width: 7.5rem; }
.ranking .line .number.percent { flex-basis: 5%; min-width: 2.25rem; }
.ranking .line .posicao {
	text-align: center;
	border-right: 5px solid #ccc;
	width: 2em;
	padding: 0.7em 0em;
}
.ranking .cor_ranking_azul       .posicao { border-color: #31C9F5; }
.ranking .cor_ranking_verde      .posicao { border-color: #7CB566; }
.ranking .cor_ranking_laranja    .posicao { border-color: #f79f40; }
.ranking .cor_ranking_vermelho   .posicao { border-color: #E57789; }
.ranking .cor_ranking_roxo       .posicao { border-color: #6c2098; }
.ranking .cor_ranking_grena      .posicao { border-color: #6c2424; }
.ranking .cor_ranking_verde_agua .posicao { border-color: #14877b; }
.ranking .cor_ranking_pink       .posicao { border-color: #bc0f68; }
.ranking .cor_ranking_normal     .posicao { border-color: #F1F1F1; }
.ranking .selected-cell { background: #3fc6ea !important; color: #006286; font-weight: bold; }
.ranking .obs-grupo { background: #f8f8f8; padding: 0.2rem 1rem; text-align: center; width: 100%; max-width: 100vw; position: sticky; left: 0; }
.ranking .obs-pp { background: #eee; padding: 0.4rem 1rem; text-align: center; width: 100%; max-width: 100vw; position: sticky; left: 0; }

.ranking .footnote { background: transparent; padding: 1.4rem 1rem; text-align: left; width: 100%; max-width: 100vw; position: sticky; left: 0; color: gray; }
.ranking .footnote:empty { display: none; }

.ranking .jogo-detail { align-items: stretch; padding: 0.25rem; border: 2px solid #3fc6ea; background: #f8f8f8;  position: sticky; left: 0; width: calc(100vw-20px); max-width: 100%; }
.ranking .jogo-detail .jogo-detail-close { font-size: 1.0rem; color: #a12b21; position: absolute; right: 0.8rem; top: 0.1rem; text-align: center; }
.ranking .jogo-detail .title { font-size: 1.2rem; color: #3fc6ea; min-width: 7rem; padding: 0.1rem 0.2rem; }
.ranking .jogo-detail .jogo-title { border-bottom: 1px solid gray; font-weight: bold; }
.ranking .jogo-detail&gt;* + *:not(.filler) { border-left: 1px solid lightgray; min-width: 11rem; }
.ranking .jogo-detail&gt;*:not(.filler) { padding: 0.25rem 0.5rem; }
.ranking .jogo-detail .mandante { text-align: right; }
.ranking .jogo-detail .visitante { text-align: left; }
.ranking .jogo-detail .clube .clube-escudo { display: none; }
.ranking .jogo-detail .placar { font-weight: bold; padding: 0rem 0.5rem; }
.ranking .jogo-detail .placar.lost { color: #c66; }
.ranking .jogo-detail .placar.won { color: #4a4; }
.ranking .jogo-detail .placar.tie { color: #aaa; }


.e2 {
    min-width: 0;
    flex-basis: 2%;
    flex-shrink: 2;
}
.e5-center {
    min-width: 0;
    flex-basis: 10%;
    flex-shrink: 10;
    text-align: center;
	align-content: center;
	border-right: 1px solid lightgray;
}

.e10 {
    flex-grow: 0;
}
.select-ranking-dia-hora {
	padding: 10px;
}
.hora_formatada {
	margin-left: 15px;
}
.camp { border: 1px solid #1f6dad; padding: 1px 3px; display: inline-block; margin: 2px 2px; }
.camp.camp0, .linha-camp0, .linha-camp0:hover, .linha-camp0 .clickable, .linha-camp0 .clube, .linha-camp0 .e5-center { background: #49b5d6 !important; }
.camp.camp1, .linha-camp1, .linha-camp1:hover, .linha-camp1 .clickable, .linha-camp1 .clube, .linha-camp1 .e5-center { background: #8ed354 !important; }
.camp.camp2, .linha-camp2, .linha-camp2:hover, .linha-camp2 .clickable, .linha-camp2 .clube, .linha-camp2 .e5-center { background: #F4F499 !important; }
.camp.camp3, .linha-camp3, .linha-camp3:hover, .linha-camp3 .clickable, .linha-camp3 .clube, .linha-camp3 .e5-center { background: #866cdc !important; }
.camp.camp4, .linha-camp4, .linha-camp4:hover, .linha-camp4 .clickable, .linha-camp4 .clube, .linha-camp4 .e5-center { background: #bdf7f2 !important; }
.camp.camp5, .linha-camp5, .linha-camp5:hover, .linha-camp5 .clickable, .linha-camp5 .clube, .linha-camp5 .e5-center{ background: #faf !important; }
.camp.camp6, .linha-camp6, .linha-camp6:hover, .linha-camp6 .clickable, .linha-camp6 .clube, .linha-camp6 .e5-center { background: #a8a !important; }
.camp.camp7, .linha-camp7, .linha-camp7:hover, .linha-camp7 .clickable, .linha-camp7 .clube, .linha-camp7 .e5-center { background: #8aa !important; }
.camp.camp8, .linha-camp8, .linha-camp8:hover, .linha-camp8 .clickable, .linha-camp8 .clube, .linha-camp8 .e5-center { background: #aa8 !important; }
.camp.camp9, .linha-camp9, .linha-camp9:hover, .linha-camp9 .clickable, .linha-camp9 .clube, .linha-camp9 .e5-center { background: #aaa !important; }


.ranking-title&gt;select {
    flex-basis: auto;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid lightgray;
    padding: 0.2rem 0.5rem;
    font-family: inherit;
    font-size: 1.0rem;
    background: white;
}

.ranking .bg-timer-input {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 0;
    padding-left: 33px;
    background: url(https://www.srgoool.com.br/imagens/layout/bg-timer.png) no-repeat left center !important;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nome-camp-ranking {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.ranking .desc, .ranking .asc {
	background-color: #ccc !important;
	color: #000 !important;
}

.btn-fechar-dialog {
	position: absolute;
    right: 0;
    top: 0px;
    border: none !important;
    color: #ff0000;
    font-weight: bold;
}

.relative {
	position: relative;
}

.obs-ranking-content {
	padding: 5px;
}

.ranking .clube .estado-nome-short {
	display: none;
}
.ranking .clube .estado-nome {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ranking .clube .estado-escudo { width: 52px; height: 36px; }
.clube .estado-escudo {
    margin: 2px 8px;
}
.ranking&gt;.scroll-container .fixed:hover { cursor: pointer;}
.popup {
    cursor: pointer;
}

.estatistica .legenda-colunas-cartoes {
	padding: 0px 10px;
	height: 100px;
}

@media (max-width: 800px) {
	.ranking .jogo-detail { width: 100vw; position: sticky; left: 0 }
	.ranking .jogo-detail .title { display: none; }
	.ranking .jogo-detail .filler { display: none; }
	.ranking .jogo-detail .mandante { border-left: none; }
	.ranking .jogo-detail&gt;* { min-width: 4rem !important; }
	/* .ranking .clube .estado-escudo { width: 32px; height: 22px; } */
}
@media (max-width: 1400px) {
	.ranking.publico .clube .clube-nome-short { display: inline; }
	.ranking.publico .clube .clube-nome { display: none !important; }
	.ranking .clube .estado-nome-short { display: inline; }
	.ranking .clube .estado-nome { display: none !important; }
	
}
@media (max-width: 800px) {
	.ranking .clube .clube-nome-short { display: inline; }
	.ranking .clube .clube-nome { display: none !important; }
	.ranking .clube .estado-nome-short { display: inline; }
	.ranking .clube .estado-nome { display: none !important; }
	.e5-center { flex-basis: 31%; flex-shrink: 31; }
	.ranking .line .number { flex-basis: 5%; min-width: 9.3rem; }
	.ranking-container-aba-estadio .ranking .line { min-width: 58rem; }
	.ranking-container-aba-estado .ranking .line { min-width: 58rem; }
	.ranking-container-aba-dia_hora .ranking .line { min-width: 58rem; } 	
	.ranking-container-aba-dia_hora .ranking-campeonatos .line { min-width: 48rem; } 
	.ranking-campeonatos .footer-container .line { min-width: 35rem; }
	.select-ranking-dia-hora { min-width: 31rem !important; }
	.ranking .line .fixed { max-width: 15.5rem; }
	
	/* .ranking .line { min-width:48rem; } */
}

@media (max-width: 400px) {
	.ranking .clube .clube-escudo { width: 20px; height: 20px; }
}

/* .ranking-container-aba-dia_hora { 
	font-size: 14px;
} */</pre></body></html>