/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2025 | 21:11:10 */
.orden-estatus{
    padding:6px 3px;
    border-radius:8px;
    font-size:16px;
    font-weight:400;
    text-align:center;
    width:140px;
    margin:auto
}

.orden-estatus.completado{
    background:#c6e1c6;
    color:#2c4700; 
}

.orden-estatus.fallido{
    background:#eba3a3;
    color:#570000;
}

.orden-estatus.procesando{
    background:#ebdaa1;
    color:#3e5700;
}

table.tabla-reportes tr.bono-vencido td, tr.bono-vencido td a{
    color:#eb2727;
    font-weight:600
}

table.tabla-reportes tr td,
table.tabla-reportes tr td a{
    font-weight:600;
}

.contenedor-exportar {
    display:flex;
    align-items:center;
    margin-bottom:20px;
    gap:10px
}

select#rango-selector {
    background:#ffffff;
    border-radius:360px;
    border:1px solid #ccc;
    padding:10px;
    font-size:14px;
}

.exportar-excel{
    padding:10px;
    font-size:14px;
    background:#00b0b9;
    border-radius:360px;
    transition:.3s all ease;
    font-weight:600;
}

.exportar-excel:hover{
    background:#ffa322
}