.btnConf::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";  
    padding-right: 5px;
}

.btnNovo::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f055";  
    padding-right: 5px;
}
.btnEditar::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f304";  
    padding-right: 5px;    
}

.btnFechar::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00d";  
    padding-right: 5px;
}

.btnExcluir::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f1f8";  
    padding-right: 5px;
}

.btnNovoUsr::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f234";  
    padding-right: 5px;
}

.btnNovoAluno::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\e541";  
    padding-right: 5px;
}