/* Sidebar background */
.sidebar {
    background-color: #f9f9f9;
    min-height: 100vh;
    padding: 20px;
}

/* Labels balance/growth */
.sidebar .label {
    font-size: 13px;
    color: #777;
    margin-bottom: 4px;
}

/* Values balance/growth */
.sidebar .value {
    font-weight: 600;
    font-size: 16px;
}

/* User info */
.sidebar .user-name {
    font-weight: 700;
    margin-top: 10px;
}

#logo-img {
    width: 131px;
    height: 70px;
}

.title-card {
    font-weight: 700;
    color: black;
}

.img-bank {
    width: 22%;
    border-radius: 8px;
}

.card-coupon {
    background-color: #5AB157;
}

.totals-btn {
    background-color: #5AB157;
}

@media (max-width: 1100px) {
    .title-cards {
        display: inline-block !important;
    }

    .img-bank {
        width: 30%;
        margin-bottom: 5px;
    }

    .info-card {
        margin-bottom: 7px;
    }
}