.eliminado {
    background: linear-gradient(45deg, #ebebeb, #e25a24) !important;
}

.rechazado {
    background: linear-gradient(45deg, #ebebeb, #e25a24) !important;
}

.creado {
    background: linear-gradient(45deg, #cecccb, #5c5c5c) !important;
}

.enespera {
    background: linear-gradient(45deg, #fce9c1, #ff8c00) !important;
}

.pendiente {
    background: linear-gradient(45deg, #eaf6fd, #59bee6) !important;
}

.revision {
    background: linear-gradient(45deg, #eaf6fd, #449bce) !important;
}

.autorizado {
    background: linear-gradient(45deg, #d9f4f8, #1885f3) !important;
}

.fondoconfirmado {
    background: linear-gradient(45deg, #c1f1fa, #008080) !important;
}

.validado {
    background: linear-gradient(45deg, #c1f1fa, #008080) !important;
}

.depositado {
    background: linear-gradient(45deg, #dcf5b5, #388e3c) !important;
}

.cierreencurso {
    background: linear-gradient(45deg, #eaf6fd, #449bce) !important;
}

.polizadescargada {
    background: linear-gradient(45deg, #e2eff1, #7dcf5c) !important;
}

.finalizado {
    background: linear-gradient(45deg, #e2eff1, #7dcf5c) !important;
}