#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}.profile-info .flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.profile-info .imgs .img{cursor:pointer;width:100px;height:100px;background-size:cover;margin-right:10px;border-radius:5px;position:relative;border:1px solid rgba(var(--vs-primary),1)}.profile-info .imgs .img .del{position:absolute;top:0;right:0}.profile-info .pt{width:100px!important;height:100px!important}.profile-info h6{margin-left:10px;font-size:12px}.profile-info p{margin-left:10px;font-size:16px;margin-top:5px}.profile-info .relative{position:relative}.profile-info .delete{position:absolute;right:0;top:0}