﻿.pedido-estado {
    font-weight: 500;
}
.pedido-estado.active {
    font-weight: 800;
}
.estado-0 {
    color: #de442d;
}
.estado-1 {
    color: #1e78d3;
}
.estado-2 {
    color: #b4dc0f;
}
.estado-3 {
    color: #db1b83;
}
.estado-4 {
    color: #a2a0a1;
}