.userInfoCard{background:var(--cardsBGColor);width:21rem;max-height:31rem;color:var(--primaryColor);z-index:1;border:.5rem solid #20202099;flex-direction:column;align-items:center;padding:2.5rem 0;transition:opacity .4s ease-in-out;animation:.1s linear exploreCard;display:flex;position:relative;box-shadow:0 0 10px #00000040}@keyframes exploreCard{0%{opacity:0;border-radius:50%}to{opacity:1;border-radius:1.4rem}}.userInfoCard .bookmarkBtn{display:none;position:absolute;top:1.6rem;right:1.2rem}.userInfoCard .userInfoCardImg .avatar{border:4px solid var(--strokeColor)}.userInfoCard .userInfoCardImgHead{text-overflow:ellipsis;white-space:nowrap;word-break:break-all;max-width:90%;margin:1rem 0 .5rem;line-height:normal;overflow:hidden}.userInfoCard .lightText{text-overflow:ellipsis;white-space:nowrap;word-break:break-all;max-width:90%;padding-bottom:.5rem;line-height:1;overflow:hidden}.userInfoCard .lightText:not(:last-child){margin-bottom:.3rem}.userInfoCard .connectBtn{margin-top:1.6rem}.userInfoCard .bookMarkBtn{position:absolute;top:1.5rem;right:1.5rem}.userInfoCard .bookMarkBtn svg{fill:var(--primaryColor)}.userInfoCard.userInfoCardHybrid{max-height:35rem}.userInfoCard.userInfoCardHybrid .attendeePlacement{background-color:var(--themeExtraLightColor);box-sizing:border-box;border:1px solid #fff;border-radius:.8rem;padding:.5rem .9rem}.userInfoNewCard{background-color:var(--cardsBGColor);border:3px solid var(--strokeColor);border-radius:1rem;min-width:27rem;max-width:27rem;transition:opacity .4s ease-in-out;animation:.1s linear exploreCard;overflow:hidden}.userInfoNewCard .watchPartyUserProfile img{border-radius:.8rem}.userInfoNewCard .profileSetBlock{position:relative}.userInfoNewCard .profileSetBlock .profileSetIcon{z-index:1;border-radius:.3rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-top:-.5rem;margin-right:-.5rem;display:flex;position:absolute;right:0}.userInfoNewCard .profileSummary{padding:2rem}.userInfoNewCard .connectBtn{border-top-left-radius:0;border-top-right-radius:0;width:100%;margin:0}.userInfoNewCard .designationTextBlock{width:80%}
