.profile-user {
    position: relative;
    display: inline-block;
}
.profile-user .profile-photo-edit {
    position: absolute;
    right: 10px;
    left: auto;
    bottom: 10px;
    cursor: pointer;
}
.profile-user .user-profile-image {
    -o-object-fit: cover;
    object-fit: cover;
}
.profile-user .profile-img-file-input {
    display: none;
}

.avatar-xs {
    height: 3rem;
    width: 3rem;
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #25a0e2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
