.customer-credit .header-credit{
    display: flex;
    align-items: flex-start; /* Alinea los elementos en la parte superior */
    padding: 0.7rem;
    background-color: var(--complementary-color);
    color: var(--light-color);
}


.badge {
    display: inline-flex;
    align-items: center;
    
    padding: .25rem .5rem;
    font-size: .625rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;

    background-color: var(--light-color);
    color: var(--complementary-color);

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin-left: 5px;
}

.customer-credit .card{
    border: solid 2px var(--complementary-color);
    border-radius: 10px;

}
.customer-credit .list-group{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

