.customer-info-content {
    width: 100%;
    height: 177px;
}

.customer-userinfo-content {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    height: 100%;
}

.default-avatar {
    background-image: url(../images/userProfileIcon.svg) !important;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background-color: black;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: relative;
    top: 10px;
}

.action-edit-image{
    content: '';
    width: 32px;
    height: 32px;
    margin-top: 60px;
    margin-left: -18px;
    background-image: url(../images/imgedit.svg) !important;
    background-size: 31px 32px;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
}

.action-edit-content .action-edit::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
    background-image: url(../images/editIcon.svg) !important;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.user-birtday {
    font-size: 12px;
    color: #787776;
    line-height: 16px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .user-info {
        width: 16%;
    }
}

.action-edit-content {
    display: flex;
    align-items: flex-start;
    height: 60%;
}

.action-edit-content .action-edit {
    cursor: pointer;
}

.user-name {
    color: #111111;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.user-email {
    color: #111111;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.photo-user {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    background-color: black;
    text-align: center;
}

.profile-picture {
    width: 53.2px;
    height: 53.2px;
    border-radius: 50%;
    object-fit: cover;
}