.verde {
    color: lightgreen;
}

.rojo {
    color: lightcoral;
}

.naranja {
    color: orange;
}

.enlacerojo {
    color: #b22b32 !important;
}

.flota {
    text-align: center;
    width: 100px;
    text-decoration: none;
    font-weight: normal;
    float: left;
}

a.lista-eval {
    display: inline !important;
}

.status-box {
    display: inline-block;
    padding: 0px 6px;
    border: 2px solid #b22b32;
    border-radius: 8px;
    background-color: #EAF4FF;
    color: #b22b32;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    margin: 10px auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
