.homeContainer{display:flex;width:100%}.post{width:100%;border-radius:10px;box-shadow:1px 4px 15px -2px rgba(0,0,0,.36);margin:30px 0}.postWrapper{padding:10px}.postTop{justify-content:space-between}.postTop,.postTopLeft{display:flex;align-items:center}.postProfileImg{width:32px;height:32px;border-radius:50%;object-fit:cover;cursor:pointer}.postUserName{font-size:15px;font-weight:500;margin:0 10px}.postMoreButtonIcon,.postUserName{cursor:pointer}.postDate{font-size:12px}.postCenter{margin:20px 0}.postImg{margin-top:20px;width:100%;max-height:500px;object-fit:contain}.postBottom{display:flex;justify-content:space-between}.postBottomLeft{display:flex;align-items:center}.likeIcon{width:24px;height:24px;margin-right:5px;cursor:pointer}.postLikeCounter{font-size:15px}.postCommentText{cursor:pointer;border-bottom:1px dashed grey;font-size:15px}.share{width:100%;height:170px;border-radius:10px;box-shadow:1px 4px 15px -2px rgba(0,0,0,.36)}.shareWrapper{padding:10px}.shareTop{display:flex;align-items:center}.shareProfileImg{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:10px}.shareInput{border:none;outline:none;width:80%}.shareHr{margin:20px}.shareBottom{display:flex;align-items:center;justify-content:space-between}.shareOptions{display:flex;margin-left:20px}.shareOption{display:flex;align-items:center;margin-right:15px;cursor:pointer}.shareIcon{font-size:18px;margin-right:3px}.shareOptionText{font-size:14px;font-weight:500}.shareButton{border:none;padding:10px;border-radius:5px;background-color:#008b8b;font-weight:500;cursor:pointer;margin-right:20px;color:#fff}.feed{flex:5.5 1}.feedWrapper{padding:20px}.rightbar{flex:2 1}.rightbarWrapper{padding:20px 20px 0 0}.birthdayContainer{display:flex;align-items:center}.birthdayImg{width:40px;height:40px;margin-right:10px}.birthdayText{font-weight:300;font-size:15px}.rightbarAd{width:100%;border-radius:10px;margin:30px 0}.rightbarFriendList{padding:0;margin:0;list-style:none}.rightbarTitle{font-size:18px;font-weight:500;margin-bottom:10px}.rightbarInfo{margin-bottom:30px}.rightbarInfoItem{margin-bottom:10px}.rightbarInfoKey{font-weight:500;margin-right:15px;color:#555}.rightbarInfoValue{font-weight:300}.rightbarFollowings{display:flex;flex-wrap:wrap}.rightbarFollowing{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;cursor:pointer;margin-right:10px}.rightbarFollowingImg{width:100px;height:100px;object-fit:cover;border-radius:5px;margin-bottom:5px}.rightbarFriend{display:flex;align-items:center;margin-bottom:15px}.rightbarProfileImgContainer{margin-right:10px;position:relative}.rightbarProfileImg{width:40px;height:40px;border-radius:50%;object-fit:cover}.rightbarTitle{margin-bottom:20px}.rightbarOnline{width:12px;height:12px;border-radius:50%;background-color:#32cd32;position:absolute;top:-2px;right:-3px;border:2px solid #fff}.rightbarUserName{font-weight:500}.sidebar{flex:2 1;height:calc(100vh - 50px);overflow-y:scroll;position:-webkit-sticky;position:sticky;top:50px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background-color:#f1f1f1}::-webkit-scrollbar-thumb{background-color:#b8b6b6;border-radius:7px}.sidebarWrapper{padding:20px}.sidebarList{padding:0;margin:0;list-style:none}.sidebarListItem{display:flex;align-items:center;cursor:pointer;padding:10px 5px;border-radius:10px;margin-bottom:3px;transition:all .2s ease-in-out}.sidebarListItem:last-child{margin-bottom:20px}.sidebarListItem:hover{background-color:#468ff0}.sidebarIcon{margin-right:15px}.sidebarButton{width:150px;border:none;padding:10px;border-radius:5px;font-weight:500;cursor:pointer}.sidebarHr{margin:20px 0}.sidebarFriendList{padding:0;margin:0;list-style:none;cursor:pointer}.sidebarFriend{display:flex;align-items:center;margin-bottom:15px}.sidebarFriendImg{width:32px;height:32px;border-radius:50%;object-fit:cover;margin-right:10px}.topbarContainer{height:50px;width:100%;background-color:#1877f2;display:flex;align-items:center;position:-webkit-sticky;position:sticky;top:0;z-index:100}.topbarLeft{flex:3 1}.logo{font-size:24px;margin-left:20px;font-weight:700;color:#fff;cursor:pointer}.topbarCenter{flex:5 1}.searchBar{width:100%;height:30px;background-color:#fff;border-radius:30px;display:flex;align-items:center}.searchIcon{font-size:20px;margin-left:10px}.searchInput{border:none;outline:none;width:90%}.topbarRight{flex:4 1;display:flex;align-items:center;justify-content:space-around;color:#fff}.topbarLink{margin-right:10px;font-size:14px;cursor:pointer}.topbarIcons{display:flex}.topbarIconItem{margin-right:15px;cursor:pointer;position:relative}.topbarIconBadge{width:15px;height:15px;background-color:red;border-radius:50%;color:#fff;position:absolute;top:-5px;right:-5px;display:flex;align-items:center;justify-content:center;font-size:12px}.topbarImg{width:32px;height:32px;border-radius:50%;object-fit:cover;cursor:pointer}.profile{display:flex}.profileRight{flex:9 1}.profileCover{height:320px;position:relative}.profileCoverImg{width:100%;height:250px;object-fit:cover}.profileUserImg{position:absolute;width:150px;height:150px;border-radius:50%;object-fit:cover;left:0;right:0;top:150px;margin:auto;border:3px solid #fff}.profileInfo{display:flex;flex-direction:column;align-items:center}.profileInfoName{font-size:24px}.profileInfoDesc{font-weight:300}.profileRightBottom{display:flex}body{margin:0}.login{width:100vw;height:100vh;background-color:#f0f2f5;display:flex;align-items:center;justify-content:center}.loginWrapper{width:70%;height:70%;display:flex}.loginLeft,.loginRight{flex:1 1;display:flex;flex-direction:column;justify-content:center}.loginLogo{font-size:50px;font-weight:800;color:#1775ee;margin-bottom:10px}.loginDesc{font-size:24px}.loginBox{height:300px;padding:20px;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between}.loginInput{height:50px;border-radius:10px;border:1px solid grey;font-size:18px;padding-left:20px;outline:none}.loginButton{height:50px;border-radius:10px;border:none;background-color:#1775ee;color:#fff;font-size:20px;font-weight:500}.loginButton,.loginForgot{cursor:pointer;text-align:center}.loginForgot{color:#1775ee}.loginRegisterButton{width:50%;align-self:center;height:50px;border-radius:10px;border:none;background-color:#17b1ee;color:#fff;font-size:17px;font-weight:500;cursor:pointer}
/*# sourceMappingURL=main.18c0f00c.chunk.css.map */