/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2026 | 12:38:35 */
span.if-badge.if-badge-rechazada {
    color: #ffffff;
    background-color: red;
}

span.if-badge.if-badge-pendiente {
    background-color: antiquewhite;
    color: brown;
}

span.if-badge.if-badge-activa {
    background-color: #4caf80;
}