/* CSS específico (classificacao) */
.tabela tr:nth-child(-n+4) td:first-child {
    border-left: 4px solid rgb(19, 85, 22);
}

.tabela tr:nth-child(5) td:first-child {
    border-left: 4px solid #4CAF50;
}

.tabela tr:nth-child(6) td:first-child {
    border-left: 4px solid #4CAF50;
}

.tabela tr:nth-child(n+7):nth-child(-n+12) td:first-child {
    border-left: 4px solid rgb(49, 127, 201);
}
/* === CSP: extracted from inline styles (auto-generated) === */
.csp-5fb14063 { background-color: rgb(7, 83, 247); }
.csp-b10cf466 { background-color: rgb(11, 192, 247); }
.csp-61813737 { background-color: #4CAF50; }
.csp-cdb2064a { background-color: #F44336; }
