/* Legacy bill status badges — matches multifact/resources/assets/sass/base/_dashboard.scss */

.legacy-bill-status {
    display: inline-block;
    padding: 0.2rem 1rem;
    border-radius: 15px;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    color: #212529;
}

.legacy-bill-status.is-prefactura {
    background-color: rgba(210, 199, 0, 0.3);
}

.legacy-bill-status.is-porcobrar {
    background-color: rgba(32, 228, 211, 0.3);
}

.legacy-bill-status.is-cobrada {
    background-color: rgba(0, 228, 33, 0.3);
}

.legacy-bill-status.is-pendientecancelar {
    background-color: rgba(245, 100, 0, 0.3);
}

.legacy-bill-status.is-cancelada {
    background-color: rgba(255, 39, 37, 0.3);
}

.legacy-bill-status.is-recibopago {
    background-color: rgba(28, 43, 186, 0.3);
}

.legacy-bill-status.is-pasivos {
    background-color: rgba(205, 205, 205, 0.3);
}

.legacy-bill-status.is-pasivos-clientes {
    background-color: rgba(248, 95, 6, 0.3);
}

.legacy-bill-status.is-parcialmente {
    background-color: rgba(15, 175, 175, 0.3);
}

.legacy-bill-status.is-extranjera {
    background-color: rgba(76, 0, 153, 0.3);
}
