.user-profile-wrapper{background:linear-gradient(0deg,rgba(186,85,211,.3),rgba(186,85,211,0))}.user-profile-content{max-width:var(--max-width);margin:0 auto;min-height:calc(100vh - 125px);justify-content:space-evenly;text-align:center}.user-profile-content,.user-profile-content div{display:flex;flex-direction:column;align-items:center}.user-profile-content div{gap:32px}.loading-wrapper .loading-profile-img{height:250px;width:250px;border-radius:50%}.loading-wrapper .loading-profile-img,.loading-wrapper .loading-profile-username{background:linear-gradient(90deg,#eeeeee30 30%,#fafafa43 50%,#eeeeee30 70%);background-size:300%;background-position-x:100%;animation:shimmer 1s linear infinite}.loading-wrapper .loading-profile-username{height:1.25em;width:7em;margin:0 auto;border-radius:4px}@keyframes shimmer{to{background-position-x:0}}.no-user-found h2{height:150px;display:flex;align-items:last baseline}.no-user-found p{height:130px;display:flex;align-items:baseline}.profile-img{object-fit:cover;outline:2px solid hsla(0,0%,100%,.3);outline-offset:-2px;border-radius:50%}.open-profile-btn{border-radius:14px;border:1px solid #ba55d3;background:#ba55d3;box-shadow:0 0 25px 0 rgba(186,85,211,.47);padding:10px 30px;transition:all .3s;font-size:1.2em;font-weight:700;color:#fff;cursor:pointer;&:hover{background-color:#ba55d3;box-shadow:0 0 25px 0 rgba(186,85,211,.47);transform:scale(1.1)}}.apple-btn{transform:scale(1.5);transition:all .3s;&:hover{transform:scale(1.7)}}