.ProfileCard{border-radius:1.5rem;display:flex;flex-direction:column;position:relative;gap:1rem;background-color:var(--cardColor);overflow-x:hidden}.ProfileCard>span{color:var(--purple)}.ProfileCard>span,.ProfileCard>span:hover{font-weight:700;align-self:center;margin-bottom:1rem;cursor:pointer}.ProfileCard>span:hover{color:var(--blue)}.ProfileImages{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.ProfileImages>Img:first-of-type{width:100%}.ProfileImages>Img:nth-of-type(2){width:6rem;border-radius:50%;position:absolute;bottom:-3rem}.ProfileImages>Img:nth-of-type(2):hover{width:6.2rem;border-radius:50%;border:2px solid #fff;position:absolute;bottom:-3.1rem}.ProfileName{display:flex;flex-direction:column;align-items:center;margin-top:3rem;color:#000}.ProfileName>span:first-of-type{font-weight:700}.followStatus{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.followStatus>hr{width:85%;border:1px solid var(--hrColor)}.followStatus>div{gap:1rem;width:80%;justify-content:space-around}.follow,.followStatus>div{display:flex;align-items:center}.follow{flex-direction:column;gap:.4rem;justify-content:center}.follow>span:first-of-type{padding-bottom:5px;text-align:center;align-items:center;font-weight:700;border-bottom-style:solid;border-bottom:.5px dashed var(--hrColor);width:100%;color:#000}.follow>span:nth-of-type(2){color:var(--gray);font-size:13px}.vertln{height:150%;border-left:2px solid var(--hrColor)}