#userSaldo {
    margin-right: 8px;
    font-weight: bold;
    color: #28a745;
    font-size: 14px;
    cursor: pointer;
}

#depositModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#depositContent {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 320px;
    text-align: center;
}

#pixQr {
    width: 200px;
    margin: 10px 0;
}

#pixCode {
    width: 100%;
    height: 80px;
    margin-top: 10px;
}

#generatePixBtn, #closeModal {
    margin: 10px 0px 0px 0px;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}