.FollowersCard{width:100%;border-radius:.7rem;gap:1rem;display:flex;flex-direction:column;font-size:13px}.FollowersCard h3{font-weight:700;font-size:15px}.follower{display:flex;justify-content:space-between;align-items:center}.follower>div{display:flex;gap:10px}.follower>svg,.followerImg{width:3.2rem;height:3.2rem;border-radius:50%}.name{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.name>span:first-of-type{font-weight:700}.fc-button{height:2rem;padding-left:10px;padding-right:10px}.ProfilePostShare>div>input::-moz-placeholder{color:#4d4a4a}.ProfilePostShare>div>input::placeholder{color:#4d4a4a}.ProfilePostShare{display:flex;background-color:var(--cardColor);padding:1rem;border-radius:1rem}.ProfilePostShare>img{border-radius:50%;width:3rem;height:3rem}.ProfilePostShare>div{position:relative;display:flex;flex-direction:column;width:90%;gap:1rem}.ProfilePostShare>div>input,.ProfilePostShare>div>textarea{background:var(--inputColor);border-radius:10px;padding:10px;margin-right:1rem;margin-left:1rem;font-size:17px;border:none;outline:none;color:#000}.ProfilePostShare>div>button{position:absolute;display:grid;width:25%;align-items:end;bottom:0;right:5px;max-height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.postOptions{display:flex;justify-content:space-around;padding-bottom:70px}.postOptions .option,.postOptions svg,.ps-button{font-size:15px;font-weight:500}.postOptions svg{margin-right:5px;font-size:19px}.postOptions .option{padding:5px 10px;border-radius:10px;display:flex;align-items:center;justify-content:center}.option:hover{cursor:pointer}.ps-button{padding:5px 20px}.previewImage{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center}.previewImage>svg{left:1.5rem;border:2px solid var(--red);color:red;border-radius:50%}.previewImage>svg,.useIcon{position:absolute;top:.5rem;cursor:pointer}.useIcon{right:2rem;border:2px solid #e04141;color:#e04141;border-radius:50%}.useIcon:hover{color:#ac2424;border:2px solid #ac2424}.previewImage>.selectedPostImage{padding-bottom:70px;display:flex;margin-top:10px}.previewImage>img{width:75%;max-height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.ProfilePostSide{display:flex;flex-direction:column;gap:1rem;height:100vh;overflow:auto;padding-bottom:100px}.ProfileRightSide{display:flex;flex-direction:column;gap:2rem}.navIcons{margin-top:1rem;display:flex;justify-content:space-between;cursor:pointer}.navIcons>img,.navIcons>svg{width:1.5rem;height:1.5rem}.ProfileThreads,.ProfileTrendCard{display:flex;flex-direction:column;gap:1rem}.ProfileTrendCard{border-radius:1.5rem;background-color:var(--cardColor);color:#000;padding:1rem}.trend{display:flex;flex-direction:column;margin-top:1.5rem;gap:.5rem}.trend>span:first-of-type{font-weight:700}.trend>span:nth-of-type(2){font-size:13px}.r-button{height:3rem;width:80%;align-self:center}.ProfileThread{margin-top:1rem;margin-bottom:1rem;display:flex;flex-direction:column;padding:1rem;gap:1rem;border-radius:1rem;background-color:var(--cardColor)}.detail>span{margin-right:5px}.ProfileThread>img{width:100%;max-height:20rem;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.ProfileThread .profileThreadReactions{display:flex;align-items:flex-start;gap:1.5rem}.profileThreadReactions>img{padding-left:2px;padding-right:2px}