/*
==========
Styles for photo of the account.
==========
*/

#account .view__data__container .view__content__photo .view__content__data .data__container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#account .view__data__container .view__content__photo .view__content__data .data__container img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

/*
==========
Styles for form photo profile.
==========
*/

#account .view__data__container #update-form-photo-profile .container__image{
    width: 100%;
    height: 170px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#account .view__data__container #update-form-photo-profile .container__photo__profile{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
}

#account .view__data__container #update-form-photo-profile .container__photo__profile img{
    width: 100%;
    height: 100%;
}

#account .view__data__container #update-form-photo-profile .container__input{
    width: 100%;
}

#account .view__data__container #update-form-photo-profile .container__input .input__image{
    display: none;
}