<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Codigo de teste: */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,900;1,100;1,400;1,900&amp;display=swap');

html { font-family: Roboto, Arial; font-size: 18px; }

.icon&gt;svg { height: 1em; width: 1.1em; vertical-align: middle; }

/* START: CSS do main header */
.main-header {
	background: linear-gradient(0deg, #246D26 0%, #246D26 50%, #246D26 100%);
	display: flex; padding: 0.5em 1em; align-items: center; position: sticky; top: 0; z-index: 5; border-bottom: 1px solid #a22342; justify-content: center;
	transition: height 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
	gap: 1em;
}
.main-logo { filter: drop-shadow(3px 5px 2px rgb(255 255 255 / 0.2)); }
.main-logo-campeonato { filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4)); }
.main-logo { height: 40px; max-height: 60%; min-height: 40%; }
.main-logo-campeonato { max-height: 90%; margin: 0 0.5em; }
.main-title { font-size: 1.4em; font-weight: bold; justify-content: center; flex-grow: 10; text-align: center; display: flex; align-items: stretch; color: white; gap: 1em; }
.main-title&gt;span { align-self: center; }
.main-title&gt;span.short { display: none; }
.top-panel&gt;.top-title&gt;.main-title { flex-basis: 70%; flex-shrink: 10; display: flex; }
.top-panel&gt;.top-title&gt;.main-title&gt;.input-container { flex-basis: 100%; flex-shrink: 10; border-radius: 3px; border: 1px solid lightgray; padding: 0.2rem 0.5rem; min-width: 0; background: white; display: flex; flex-direction: row; }
.top-panel&gt;.top-title&gt;.main-title&gt;.input-container input { border: none; background: inherit; color: black; width: 100%; font-family: inherit; font-size: 1.0rem; outline: none; }
.top-panel&gt;.top-title&gt;.main-title&gt;.input-container .small-button { color: lightgray; }
.top-panel&gt;.top-title.searching&gt;.main-title&gt;.input-container .small-button { color: red; }
.top-panel&gt;.top-title&gt;.main-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; }
.main-menu { color: white; }
.main-menu svg { height: 2.5em; }

.display_none { display: none !important; }


@media (max-width: 800px) {
	.main-title&gt;span.full { display: none; }
	.main-title&gt;span.short { display: block; }
}

@media (max-width: 540px) {
	.main-header { flex-wrap: wrap; justify-content: space-between; }
	.main-logo-campeonato { order: 1; }
	.main-title { order: 2 }
	.main-menu { display: flex; flex-basis: auto; flex-shrink: 0; flex-grow: 1; }
	/*.main-menu::after { content: " Menu"; font-size: 2em; line-height: 1.2em; margin-left: 0.2em; }*/
	.main-logo { max-height: 2rem; margin: 0.1rem; }
	.main-logo-campeonato { max-height: 2rem; }

}

/*body.scrolled_down .main-header { height: 3rem; margin-bottom: 3rem; }*/

.main-header .divider {
	height 4em;
	position: relative;
	align-self: stretch;
}
.main-header .divider .div-bottom {
	position: absolute; bottom: 1em;
	height: calc(50% - 1.5em);
	width: 1px;
	background: #fffa;
}
.main-header .divider .div-bottom::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 3px;
	height: 3px;
	background: white;
	transform: translate(0.5px) translateX(-50%) rotate(45deg);
}
.main-header .divider .div-middle {
	position: absolute; top: 50%;
}
.main-header .divider .div-middle::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 5px;
	background: white;
	transform: translate(0.5px) translateX(-50%) translateY(-50%) rotate(45deg);
}
.main-header .divider .div-top {
	position: absolute; top: 1em;
	height: calc(50% - 1.5em);
	width: 1px;
	background: #fffa;
}
.main-header .divider .div-top::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 3px;
	height: 3px;
	background: white;
	transform: translate(0.5px) translateX(-50%) rotate(45deg);
}

/*
@media (max-width: 540px) {
	.main-header { flex-wrap: wrap; justify-content: space-between; }
	.main-logo-campeonato { order: 1; }
	.main-title { order: 2; }

}
*/
/* END: CSS do main header */

/* Esconde as abas */

.button-box {
	text-align: center;
}
.button-box&gt;* {
	margin: 0.1em;
	display: inline-block;
}
.button { padding: 0.5em; cursor: pointer; }
button { font-family: inherit; color: #78add2; }
button svg { display: block; height: 1rem; opacity: 0.6; vertical-align: top;}
button svg { opacity: 1; }
button {
	border: 1px solid #78add2;
	padding: 3px 3px 1px 3px;
	background: white;
	border-radius: 5px;
	min-width: 1.5rem;
}


.button-line button {
	background-color: #78add2;
	padding: 1rem 2rem;
	color: white;
	border-radius: 5px;
	border: none;
	box-shadow: 1px 2px 0px #d4b9c7;
	font-weight: bold;
	font-size:1rem;
}

/* Fim codigo de teste */

* { box-sizing: border-box; }

.check-field label {
	font-size: 0.7rem;
	font-weight: bold;
}
.check-field label &gt; input:checked + span {
  background: #246D26;
}
.check-field label &gt; input + span {
	display: inline-block;
	border-radius: 2rem;
	height: 2rem;
	width: 6.3rem;
	position: relative;
	vertical-align: middle;
	border: 1px solid grey;
	transition: background .1s ease-in-out;
	font-size: 0.8rem;
	padding: 0.4rem 0.6rem;
	text-align: right;
	color: #0004;
}
.check-field label &gt; input:checked + span {
	text-align: left;
	color: #fff;
}
.check-field label &gt; input + span::after {
	content: " Off";
}
.check-field label &gt; input:checked + span::after {
	content: " On";
}
.check-field label &gt; input:checked + span::before {
  left: calc(100% + 3px - 2rem);
  background: #fff;
  border-color: #fff;
}
.check-field label &gt; input + span::before {
  background: grey;
  border: 1px solid grey;
  display: block;
  border-radius: 50%;
  height: calc(2rem - 6px);
  width: calc(2rem - 6px);
  position: absolute;
  left: 1px;
  top: 1px;
  content: " ";
  transition: background .1s ease-in-out,left .1s ease-in-out;
}
.check-field label &gt; input {
  display: none;
}
.ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.column { display: flex; flex-direction: column; align-items: stretch; }
.row { display: flex; flex-direction: row; align-items: center; }

.e100 { min-width: auto; flex-basis: 100%; flex-shrink: 10; flex-grow: 10; }
.e60 { min-width: 0; flex-basis: 60%; flex-shrink: 10; flex-grow: 10; }
.e50 { min-width: 0; flex-basis: 50%; flex-shrink: 10; flex-grow: 10; }
.e40 { min-width: 0; flex-basis: 40%; flex-shrink: 10; flex-grow: 10; }
.e30 { min-width: 0; flex-basis: 30%; flex-shrink: 10; flex-grow: 10; }
.e25 { min-width: 0; flex-basis: 25%; flex-shrink: 10; flex-grow: 10; }
.e20 { min-width: 0; flex-basis: 20%; flex-shrink: 10; flex-grow: 10; }
.e10 { min-width: 0; flex-basis: 10%; flex-shrink: 10; flex-grow: 10; }
.e0 { min-width: auto; flex-basis: auto; flex-shrink: 0; flex-grow: 0; }
.e0ext { min-width: auto; flex-basis: auto; flex-shrink: 0; flex-grow: 10; }


.scroll-y { overflow-y: auto; }

.comma_list&gt;* { display: inline }
.comma_list&gt;*+*::before { content: ", " }

.clube {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.clube .clube-escudo { margin: 0 8px; }
.tabela .tabela-linha .tabela-linha-content .clube .clube-escudo { margin: 0 4px; }
.right-panel .tabela .tabela-linha .tabela-linha-content .clube .clube-escudo { margin: 0 8px; }
.clube .clube-nome-suffix::before { content: "-"; } /* "\00a0-\00a0" */

body { margin: 0; padding: 0; }
body::before {
	/*background: url(https://www.srgoool.com.br/imagens/copa/bg-copa.jpg) 50% 50% repeat #00023d;*/
	background: url(img/bg_lance.jpg) 50% 50% repeat #00023d;
	opacity: .09;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20000;
	content: " ";
}


.modal-wrapper { position: fixed; z-index: 3; width: 100%; height: 100%; background: #0006; top: 0; left: 0; }
.modal {
	position: fixed;
	background: #fdfdfd;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-30%);
	padding: 20px;
	width: 400px;
	max-width: 90%;
	max-height: 80%;
	border-radius: 10px;
	border: 2px solid lightgray;
	display: flex;
	flex-direction: column;
}
.modal&gt;div { flex-shrink: 10; overflow-y: auto; }
.modal .button-line { text-align: center; flex-grow: 0; flex-shrink: 0; }
.modal .button-line button { cursor: pointer; border: 1px solid lightgray; border-radius: 10px; padding: 4px 12px; display: inline-block; margin: 10px; min-height: 32px; }

@media (max-width: 600px) {
	html { font-size: 14px; }
}
@media (max-width: 400px) {
	html { font-size: 13px; }
}

body:not(.scrolled_down) .scroll-to-top { display: none; }
.scroll-to-top {
	position: fixed;
	right: 1rem;
	bottom: 0.8rem;
	z-index: 9;
	border: 2px solid #78add2;
	background: #ffffff;
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	padding: 0.3rem;
	font-weight: bold;
	color: #78add2;
}

.marca-background { position: fixed; left: 0; bottom: 0; z-index: 1; background: #fffd; height: 1.8rem; width: 5rem; border-top-right-radius: 1rem;}
.marca { position: fixed; left: 5px; bottom: 0; z-index: 1000000; padding: 0.1rem; }
.marca .marca-texto { display: none; }
.marca .marca-imagem-xsmall { max-height: 0.8rem; }
.marca .marca-imagem-small { max-height: 0.9rem; }
.marca .marca-imagem { max-height: 1rem; }

.ico-imagem-small { max-height: 1.5rem; max-width: 1.5rem; }
.ico-column { display: inline-flex; flex-direction: initial; align-items: center; }
.estatistica-ico-titulo { align-items: center; display: flex; justify-content: center; }




/* --------------- TOP PANEL / MENU ------------------------- */

.top-panel[data-show="true"] {

    top: 0;

}
.top-panel {
	display: flex; flex-direction: column; align-items: stretch;
	/* padding-top: 3em; */

	position: fixed;
	top: -90%;
	left: 0;
	width: 100%;
	height: 90%;
	transition: top .5s ease-in-out;
	background: #fff;
	z-index: 10;
	border-bottom: 3px solid grey;
	box-sizing: border-box;

}
.top-panel-content {
	overflow-y: auto;
}

.top-panel .tipo-panel-tipo-header { padding: 0.1em 2.2em; background: #eee; margin-top: 1em;  }
.top-panel ul { padding: 0.1em 2em; list-style: none; display: flex; flex-wrap: wrap; margin: 0; }
.top-panel ul&gt;li { flex-basis: 25%; flex-shrink: 10; flex-grow: 0; cursor: pointer; padding: 0.1em 0.2em; }
.top-panel ul&gt;li.encerrado { color: #aaa; }
.top-panel ul&gt;li.selected { background: #3fc6ea; color: white; }
.top-panel ul&gt;li:hover { background: #3fc6ea80; }
@media (max-width: 1500px) {
	.top-panel ul&gt;li { flex-basis: 33%; }
	}
@media (max-width: 900px) {
	.top-panel ul&gt;li { flex-basis: 50%; }
}
@media (max-width: 500px) {
	.top-panel ul&gt;li { flex-basis: 100%; }
}

.top-panel&gt;.top-panel-legenda { padding: 1em 2rem; display: flex; flex-direction: row; }
.top-panel&gt;.top-panel-legenda&gt;*+* { margin-left: 1rem; }
.top-panel&gt;.top-panel-legenda .legenda-em-andamento:before { content: ""; display: inline-block; width: 1em; height: 1em; background: #666; border: 1px solid black; vertical-align: middle; margin-right: 0.4rem; }
.top-panel&gt;.top-panel-legenda .legenda-encerrado:before { content: ""; display: inline-block; width: 1em; height: 1em; background: #aaa; border: 1px solid black; vertical-align: middle; margin-right: 0.4rem; }


/* ---------- RODADA / FASE SELECT --------------------------- */
.title-fase-rodada {
	text-align: center;
	background: #ddd;
	position: sticky;
	left: 0;
	z-index: 3;
}
.title-fase-rodada.fase {
	background: #ccc;
	z-index: 4;
}

.title-fase-rodada .nome-fase-rodada {
	background: inherit;
	position: relative;
}

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

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

.select-fase-rodada-blackout {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.2);
}
.title-fase-rodada:not([data-show="true"]) .select-fase-rodada,
.select-fase-rodada-blackout:not([data-show="true"]) {
	display: none;
}

.select-fase-rodada {
	position: absolute;
	top: 100%;
	left: 20%;
	max-height: calc(90vh - 12em);
	width: 60%;
	z-index: 10;
	background: white;
	border: 1px solid lightgray;
	font-size: 1.2em;
	padding: 2px;
	overflow-y: auto;
}
.select-fase-rodada&gt;div {
	cursor: pointer;
	height: 100%;
}

.select-fase-rodada&gt;div&gt;div {
	padding: 0.2em;
}
.select-fase-rodada&gt;div&gt;div:hover {
	background: #7eb46680;
	color: white;
}

.select-fase-rodada&gt;div&gt;div.selected {
	background: #7eb466;
	color: white;
}
.select-fase-rodada&gt;div&gt;div.inactive {
	color: #ddd;
}

/* ---------- TIPO CLASSIFICACAO SELECT --------------------------- */
.title-tipo-classificacao {
	text-align: center;
	/* background: #ddd; */
	position: sticky;
	left: 0;
	z-index: 3;
	height: 30px;
    padding-top: 4px;
}
.title-tipo-classificacao.tipo-classificacao {
	background: #ccc;
	z-index: 5;
}

.title-tipo-classificacao .nome-tipo-classificacao {
	background: inherit;
	position: relative;
	cursor: pointer;
}

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

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

.select-tipo-classificacao-blackout {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.2);
}
.title-tipo-classificacao:not([data-show="true"]) .select-tipo-classificacao,
.select-tipo-classificacao-blackout:not([data-show="true"]) {
	display: none;
}

.select-tipo-classificacao {
	position: absolute;
	top: 100%;
	left: 20%;
	max-height: calc(90vh - 12em);
	width: 60%;
	z-index: 10;
	background: white;
	border: 1px solid lightgray;
	font-size: 1.2em;
	padding: 2px;
	overflow-y: auto;
}
.select-tipo-classificacao&gt;div {
	cursor: pointer;
	height: 100%;
}

.select-tipo-classificacao&gt;div&gt;div {
	padding: 0.2em;
}
.select-tipo-classificacao&gt;div&gt;div:hover {
	background: #7eb46680;
	color: white;
}

.select-tipo-classificacao&gt;div&gt;div.selected {
	background: #7eb466;
	color: white;
}
.select-tipo-classificacao&gt;div&gt;div.inactive {
	color: #ddd;
}

.bloco-topo { font-weight: bold; font-size: 8rem; }

.chevron {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
	height: 20px;
    width: 20px;
    float: right;
}

.chevron-up {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

[data-tooltip]::before {
    /* needed - do not touch */
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
	z-index: 99;
    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
	right: 10px;
    color: #333;
    border-radius: 10px;
	border-color: #333;
    box-shadow: 2px 2px 1px silver;
}

[data-tooltip]:hover::before {
    /* needed - do not touch */
    opacity: 1;

    /* customizable */
	background: #f8f8f8;
    margin-top: -10px;
    margin-left: -80px;
}

[data-tooltip]:not([data-tooltip-persistent])::before {
    pointer-events: none;
}

.simulador-container .tabela-principal {
	overflow: auto;
}</pre></body></html>