#titulo_customers {
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    background: #49bc64;

}

#tr {
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
}

.boton_add_customers {
    width: 4rem;
    height: 4rem;
    border-radius: 50% 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    background: #49bc64;
}

#boton_customers {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50% 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    background: #49bc64;
}

#th_customers {
    background: #49bc64;
}

;
