#profile-page .profile-img-container{display:flex;align-items:center;position:absolute;bottom:-3.6rem;left:10%;width:80%;justify-content:space-between}#profile-page .user-profile-img{border:.3rem solid #fff;box-shadow:0 0 10px 3px rgba(0,0,0,.3)}#profile-page .user-latest-image{transition:all .2s ease-in-out}#profile-page .user-latest-image:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}#profile-page .profile-header-nav{background-color:#fff}.table-edit-icon{cursor:pointer;height:40px;width:40px;color:#fff;display:flex;margin:1px auto;align-items:right;justify-content:center;border-radius:50%;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;background:rgba(var(--vs-primary),1)}