<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.canvas-graphics-pie { max-width: 400px; width:50%;float:left; }
.canvas-graphics-pie-margin-right { margin-right: 100px }
.canvas-clear {
	content: '';
    display: block;
    clear: both;
}
.graphic .legenda-colunas-cartoes {
	padding: 0px 10px;
    height: 100px;
}

.graphic-container .graphic-title { text-align: center; padding: 0.5em; }
.graphic-container .select-row { display: flex; justify-content: center; align-items: center; gap: 10px; }
.graphic .select { width: 300px; }
.graphic .select_1_regiao { float:left; }
/* .graphic .select_1 { text-align: right;}
.graphic .select_1 .clube { justify-content: end; }
.graphic .select_1 .clube-escudo { order: 3; } */

@media (max-width: 900px) {
	.canvas-graphics-pie { width: 100%; }
	.canvas-graphics-pie-margin-right { margin-right: 0px }
}</pre></body></html>