.card:nth-child(2){
    border-left-color:#d4af37;
}

.card:nth-child(3){
    border-left-color:#16296f;
}

.card:nth-child(4){
    border-left-color:#15803d;
}

#tabelaProfessoresCargos td:nth-child(1){
    color:#16296f;
    font-weight:bold;
}

#tabelaProfessoresCargos td:nth-child(4){
    color:#c91f28;
    font-weight:bold;
}

.texto-backup{
    color:#555;
    font-size:14px;
    line-height:1.5;
    margin-bottom:15px;
}

.acoes-admin{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.btn-backup,
.btn-importar,
.btn-danger{
    border:none;
    padding:11px 15px;
    border-radius:8px;
    cursor:pointer;
    font-size:13px;
    font-weight:bold;
    color:white;
    transition:0.3s;
}

.btn-backup{
    background:#16296f;
}

.btn-importar{
    background:#15803d;
    display:inline-block;
}

.btn-importar input{
    display:none;
}

.btn-danger{
    background:#c91f28;
}

.btn-backup:hover,
.btn-importar:hover,
.btn-danger:hover{
    opacity:0.9;
    transform:scale(1.03);
}