/* 
   CSS exclusivo para a janela "Ficha do Aluno"
   Escopo restrito com seletor pelo título da janela
*/

.twindow:has(.panel-heading:contains("FICHA DO ALUNO")) .panel-heading,
.twindow:has(.panel-heading:contains("Ficha do Aluno")) .panel-heading {
    background: linear-gradient(90deg, #007bff, #0056b3) !important;
    color: white !important;
    font-weight: bold;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

/* Ajuste opcional do botão de fechar */
.twindow:has(.panel-heading:contains("Ficha do Aluno")) .panel-heading .close {
    color: white !important;
    opacity: 0.9 !important;
}
.twindow:has(.panel-heading:contains("Ficha do Aluno")) .panel-heading .close:hover {
    opacity: 1 !important;
}


.myCssClass{
    font-size:20px;
}