#profile-page .profile-img-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:-3.6rem;left:10%;width:80%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#profile-page .user-profile-img{border:.3rem solid #fff;-webkit-box-shadow:0 0 10px 3px rgba(0,0,0,.3);box-shadow:0 0 10px 3px rgba(0,0,0,.3)}#profile-page .user-latest-image{-webkit-transition:all .2s ease-in-out;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:-webkit-box;display:-ms-flexbox;display:flex;margin:1px auto;-webkit-box-align:right;-ms-flex-align:right;align-items:right;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;background:rgba(var(--vs-primary),1)}