/* COLOCA ÍCONE SE CLIENT EXISTIR NA ASAAS */
.asaas-status {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asaas-status img {
    max-width: 18px;
    max-height: 18px;
}

.asaas-ok {
    background-color: #7dff82; /* verde */
}

.asaas-erro {
    background-color: #ff685f; /* vermelho */
}

/* Centraliza horizontalmente o ícone quando existir */
td .asaas-status {
    margin-left: auto;
    margin-right: auto;
}

/* ÍCONE DE COBRANÇA LEGADA (WPensar) */
.asaas-legado {
    background-color: #afafaf; /* cinza */
}
