.topbarContainer{height:50px;width:100%;background:#1877f2;display:flex;align-items:center;position:-webkit-sticky;position:sticky;top:0;z-index:999}.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:#fff;border-radius:30px;display:flex;align-items:center}.searchIcon{font-size:20px!important;margin-left:10px}.searchInput{outline:none;border:none;width:85%}.topbarRight{flex:4 1;display:flex;align-items:center;justify-content:space-around;color:#fff}.topbarLink{font-size:14px;margin-right:10px;cursor:pointer}.topbarIcons{display:flex}.topbarIconItem{margin-right:10px;cursor:pointer;position:relative}.topbarIconBadge{width:15px;height:15px;background:#dc143c;border-radius:50%;color:#fff;position:absolute;top:-5px;right:-5px;display:flex;justify-content:center;font-size:12px}.topbarImage{width:40px;height:40px;object-fit:cover;border-radius:50%;cursor:pointer}.sidebar{flex:3 1;height:calc(100vh - 50px);overflow-y:scroll;position:-webkit-sticky;position:sticky;top:50px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#b3b2b2}.sidebarWrapper{padding:20px}.sidebarList{padding:0;margin:0;list-style:none}.sidebarListItem{display:flex;align-items:center;margin-bottom:20px}.sidebarIcon{margin-right:15px}.sidebarButton{width:150px;border:none;padding:10px;font-weight:500;border-radius:5px}.sidebarHr{margin:20px 0}.sidebarFriendList{list-style:none;padding:0;margin:0}.sidebarFriend{display:flex;align-items:center;margin-bottom:15px}.sidebarFriendImg{width:40px;height:40px;object-fit:cover;border-radius:50%;margin-right:10px}.post{width:100%;border-radius:10px;box-shadow:0 0 16px -8px rgba(0,0,0,.68);margin:30px 0}.postWrapper{padding:10px}.postTop{justify-content:space-between}.postTop,.postTopLeft{display:flex;align-items:center}.postProfileImg{width:40px;height:40px;object-fit:cover;border-radius:50%}.postUsername{font-size:15px;font-weight:700;margin:0 10px}.postDate{font-size:12px}.postCenter{margin:20px 0}.postImg{width:100%;max-height:500px;object-fit:contain;margin-top:20px}.postBottom{justify-content:space-between}.postBottom,.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;padding-bottom:10px;border-radius:10px;box-shadow:0 0 16px -8px rgba(0,0,0,.68)}.shareWrapper{padding:20px}.shareTop{display:flex;align-items:center}.shareProfileImg{width:60px;height:60px;object-fit:cover;border-radius:50%;margin-right:15px}.shareInput{border:none;width:80%;outline:none;font-size:16px}.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}.shareOptionText{font-size:14px;font-weight:500}.shareButton{border:none;padding:7px;background:green;font-weight:500;cursor:pointer;border-radius:5px;color:#fff;margin-right:20px}.feed{flex:5.5 1}.feeWrapper{margin:20px}.rightbar{flex:3.5 1}.rightbarWrapper{padding:20px 20px 0 0}.birthdayIcon{margin-right:10px}.birthdayText{font-weight:300;font-size:15px}.rightbarAdImg{width:100%;border-radius:10px;margin:30px 0}.rightbarFriendList{margin:0;padding:0;list-style:none}.rightbarFriend{display:flex;align-items:center;margin-bottom:15px}.rightbarProfileImgContainer{margin-right:10px;position:relative}.rightbarProfileImg{width:60px;height:60px;border-radius:50%;object-fit:cover}.rightbarOnline{width:12px;height:12px;border-radius:50%;background:#6ba134;position:absolute;top:-2px;right:7px;border:2px solid #fff}.rightbarUsername{font-weight:500}.rightbarTitle,.rightbarTitle2{font-size:18px;font-weight:500;margin-bottom:20px}.rightbarTitle2{margin-top:25px}.rightbarFollowings{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.rightbarFollowing{margin-bottom:20px;cursor:pointer}.rightbarFollowingImg{width:100px;height:100px;object-fit:cover;border-radius:5px;display:flex;flex-direction:column}.rightbarInfoItem{margin-bottom:10px}.rightbarInfoKey{font-weight:500;margin-right:15px;color:#555}.rightbarInfoValue{font-weight:300}.homeComponent{display:flex;width:100%}.profileWrapper{display:flex}.profileLeft{flex:3 1}.profileRight{flex:9 1}.profileFeedAndRightbar{display:flex}.profileCover{position:relative;height:320px}.profileBackgroundImg{width:100%;height:250px;object-fit:cover}.profileImg{position:absolute;width:150px;height:150px;border-radius:50%;object-fit:cover;left:0;right:0;margin:auto;top:150px;border:3px solid #fff}.profileInfo{display:flex;flex-direction:column;align-items:center;justify-content:center}.profileName{font-size:24px}.profileDesc{font-weight:300}.login{display:flex;height:100vh;align-items:center;justify-content:center;background:#dcd7d7}.loginLeft,.loginRight{margin:0 20px}.loginTitle{font-size:54px;font-weight:700;margin-bottom:15px;color:#1877f2}.loginInfo{font-size:24px;font-weight:400;color:#555}.loginForm{display:flex;flex-direction:column;background:#fff;padding:20px;border:none;border-radius:5px;align-items:center;justify-content:center;width:500px}.loginForm>input{width:90%;padding:20px;margin:20px;border-radius:10px;font-size:18px}.loginForm>input:focus{outline:none}.loginForm>button{width:100%;padding:20px;margin:15px;border-radius:10px;border:none;color:#fff;background:#1877f2;font-size:20px;cursor:pointer}.loginForm>button:hover{background:#5787c5}.loginCreateAccount{width:70%;color:#fff;background:green}.loginCreateAccount:hover{background:#5fd35f}.loginForget{color:#1877f2;margin:20px 0}.loginForget:hover,.loginTitle:hover{color:#5787c5;cursor:pointer}.register{display:flex;height:100vh;align-items:center;justify-content:center;background:#dcd7d7}.registerLeft,.registerRight{margin:0 20px}.registerTitle{font-size:54px;font-weight:700;margin-bottom:15px;color:#1877f2}.registerInfo{font-size:24px;font-weight:400;color:#555}.registerForm{display:flex;flex-direction:column;background:#fff;padding:20px;border:none;border-radius:5px;align-items:center;justify-content:center;width:500px}.registerForm>input{width:90%;padding:20px;margin:10px;border-radius:10px;font-size:18px}.registerForm>input:focus{outline:none}.registerForm>button{width:100%;padding:20px;margin:15px;border-radius:10px;border:none;color:#fff;background:#1877f2;font-size:20px;cursor:pointer}.reisterForm>button:hover{background:#5787c5}.registerLogInAccount{width:70%;color:#fff;background:green}.registerLogInAccount:hover{background:#5fd35f}.registerForget{color:#1877f2;margin:20px 0}.registerForget:hover,.registerTitle:hover{color:#5787c5;cursor:pointer}
/*# sourceMappingURL=main.18769aca.chunk.css.map */