.mensajeImportacion {
    padding: 0.5em;
    border: 1px solid;
    margin: 0.5em;
    border-radius: 15px;
}

.importacionsuccess {
    /*background-color: #198754;*/
    color: #198754;
    border-color: #198754;
}

.importacionwarning {
    /*background-color: #ffc107;*/
    color: #ffc107;
    border-color: #ffc107;
}

.importacionerror {
    /*background-color: #dc3545;*/
    color: #dc3545;
    border-color: #dc3545;
}