.profile_header {
    display: flex;
    box-sizing: border-box;    
    width: 100%;
    justify-items: center;
}
.profile_header > div {
    flex: 1 1 auto;
    margin: 5px;    
}
.profile_user_card > div {
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.profile_profile, .view_profile {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 0px solid grey;
    box-shadow: 5px 5px 5px #aaad;
    }
    
    .view_profile {
        height: 100px;
        width: 100px;
    }
    
    /* ------------------ */
    #__file{
    display: none;
    /* display: block; */
}
#uploadBtn {
    display: none;
    transform: translateY(50px);
    text-align: center;
    position: absolute;    
    width: 160px;
    z-index: 10;
    background: #4445;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    justify-self: center;    
}
.profile-avatar-img {
    display:flex;
    width: 24px;
    height: 24px;
    border: 1px solid var(--text-grey);
    border-radius: 50%;
    cursor: pointer;
}
.profile-img {  
    display: inline-block;
    margin: 0 auto .5rem auto;
    border: 1px solid var(--text-grey);
    border-radius: 50%;
    /* width: 48px;
    height: 48px; */
}
