@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);body{background-color:#f8f8f8}body::-webkit-scrollbar{width:.4rem}body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #fff}body::-webkit-scrollbar-thumb{background-color:#9fa7a7;outline:1px solid #fff;border-radius:5px}.App{overflow:hidden}.flexingNav{display:-webkit-flex;display:flex;background-color:#f8f8f8}.leftSideBar__Wrapper{position:fixed;z-index:5;top:0;left:0;margin-top:4rem;width:3rem;height:calc(100vh - 4rem)}.leftSideBar__Wrapper .inner__Wrapper{margin-left:.45rem;width:100%;height:100%;-webkit-justify-content:space-between;justify-content:space-between;background-color:#f8f8f8}.leftSideBar__Wrapper .inner__Wrapper,.leftSideBar__Wrapper .inner__Wrapper .upper__Section{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.leftSideBar__Wrapper .inner__Wrapper .upper__Section{height:30%;-webkit-justify-content:space-evenly;justify-content:space-evenly}.leftSideBar__Wrapper .lower__Section{width:100%;-webkit-flex:1 1;flex:1 1}.leftSideBar__Wrapper .lower__Section .stories{width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.leftSideBar__Wrapper .lower__Section .stories .StoryImageContainer{margin-top:1rem;width:2.2rem;height:2.2rem}.leftSideBar__Wrapper .lower__Section .stories .StoryImageContainer img{border:1px solid red;padding:.1rem;width:100%;height:100%;object-fit:cover;border-radius:50%}.leftSideBar__Wrapper .lower__Section .stories .storyUploadIconDoneContainer{margin-top:.5rem;cursor:pointer}.leftSideBar__Wrapper .lower__Section .stories .storyUploadIconDoneContainer .storyUplaodDoneIcons{cursor:pointer}.leftSideBar__Wrapper .lower__Section .stories .storyUploadIconDoneContainer button{background-color:#f8f8f8;border:none}.leftSideBar__Wrapper .lower__Section .stories .storyUploadIconContainer{margin-top:1rem;cursor:pointer}.leftSideBar__Wrapper .lower__Section .stories .storyUploadIconContainer .storyUploadIcon{cursor:pointer}@media only screen and (max-width:500px){.leftSideBar__Wrapper{position:fixed;top:0;left:0;margin-top:4rem;width:100%;height:4rem}.leftSideBar__Wrapper .inner__Wrapper{width:100%;background-color:#f8f8f8}.leftSideBar__Wrapper .inner__Wrapper,.leftSideBar__Wrapper .inner__Wrapper .upper__Section{height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center}.leftSideBar__Wrapper .inner__Wrapper .upper__Section{width:65%}.leftSideBar__Wrapper .lower__Section{height:100%}.leftSideBar__Wrapper .lower__Section,.leftSideBar__Wrapper .lower__Section .stories{width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center}.leftSideBar__Wrapper .lower__Section .stories{margin-bottom:1rem;-webkit-justify-content:space-between;justify-content:space-between}.leftSideBar__Wrapper .lower__Section .stories .StoryImageContainer{width:2.2rem;height:2.2rem}.leftSideBar__Wrapper .lower__Section .stories .StoryImageContainer img{border:1px solid red;padding:.1rem;width:100%;height:100%;object-fit:cover;border-radius:50%}.leftSideBar__Wrapper .lower__Section .stories .storyUploadIconDoneContainer,.leftSideBar__Wrapper .lower__Section .stories .storyUploadIconDoneContainer .storyUplaodDoneIcons{cursor:pointer}.leftSideBar__Wrapper .lower__Section .stories .storyUploadIconDoneContainer button{background-color:#f8f8f8;border:none}.leftSideBar__Wrapper .lower__Section .stories .storyUploadIconContainer,.leftSideBar__Wrapper .lower__Section .stories .storyUploadIconContainer .storyUploadIcon{cursor:pointer}}.dummyRoute{font-family:"Poppins",sans-serif;margin-left:.5rem;font-size:1.5rem}.mainContainerComp__Wrapper{margin-top:4rem;width:100%}.mainContainerComp__Wrapper .inner__Wrapper{width:100%;height:100%;display:-webkit-flex;display:flex}.mainContainerComp__Wrapper .inner__Wrapper .leftSide__Wrapper{-webkit-justify-content:center;justify-content:center;width:75%;display:-webkit-flex;display:flex}.mainContainerComp__Wrapper .inner__Wrapper .leftSide__Wrapper .leftSide__Comp{width:8.4%}.mainContainerComp__Wrapper .inner__Wrapper .leftSide__Wrapper .timeline__Comp{width:100%;height:100%}.mainContainerComp__Wrapper .inner__Wrapper .rightSide__Wrapper{background-color:#f8f8f8;width:30%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.mainContainerComp__Wrapper .inner__Wrapper .rightSide__Wrapper .AdsSection__Wrapper{z-index:2;width:100%;height:100%}.mainContainerComp__Wrapper .inner__Wrapper .rightSide__Wrapper .activeUsers__Comp{z-index:3;width:100%;height:100%}@media only screen and (max-width:850px){.mainContainerComp__Wrapper{width:100%}.mainContainerComp__Wrapper .inner__Wrapper .leftSide__Wrapper{-webkit-justify-content:center;justify-content:center;width:75%;display:-webkit-flex;display:flex}.mainContainerComp__Wrapper .inner__Wrapper .leftSide__Wrapper .timeline__Comp{margin-left:.5rem}.mainContainerComp__Wrapper .inner__Wrapper .rightSide__Wrapper{background-color:#f8f8f8;width:25%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.mainContainerComp__Wrapper .inner__Wrapper .rightSide__Wrapper .AdsSection__Wrapper{display:none}}@media only screen and (max-width:620px){.mainContainerComp__Wrapper{width:100%}.mainContainerComp__Wrapper .inner__Wrapper .leftSide__Wrapper{-webkit-justify-content:center;justify-content:center;width:100%}.mainContainerComp__Wrapper .inner__Wrapper .leftSide__Wrapper .timeline__Comp{margin-left:.5rem}.mainContainerComp__Wrapper .inner__Wrapper .rightSide__Wrapper{display:none;background-color:#f8f8f8}.mainContainerComp__Wrapper .inner__Wrapper .rightSide__Wrapper .activeUsers__Comp,.mainContainerComp__Wrapper .inner__Wrapper .rightSide__Wrapper .AdsSection__Wrapper{display:none}}@media only screen and (max-width:500px){.mainContainerComp__Wrapper{width:100%;margin-top:8rem;margin-left:0}.mainContainerComp__Wrapper .inner__Wrapper,.mainContainerComp__Wrapper .inner__Wrapper .leftSide__Wrapper{width:100%;margin-left:0}.mainContainerComp__Wrapper .inner__Wrapper .leftSide__Wrapper .leftSide__Comp{width:0}.mainContainerComp__Wrapper .inner__Wrapper .leftSide__Wrapper .timeline__Comp{width:100%;margin-left:0}.mainContainerComp__Wrapper .inner__Wrapper .rightSide__Wrapper{display:none}}.AdsSection__Wrapper{font-family:"Poppins",sans-serif;width:100%;margin-right:.7rem}.AdsSection__Wrapper .inner__Wrapper{width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;overflow-y:auto}.AdsSection__Wrapper .inner__Wrapper .upperPart{padding:.5rem}.AdsSection__Wrapper .inner__Wrapper .upperPart .title{color:#464949}.AdsSection__Wrapper .inner__Wrapper .upperPart .banner__Image{margin-top:.5rem;width:100%}.AdsSection__Wrapper .inner__Wrapper .upperPart .banner__Image img{border-radius:25px;width:100%;object-fit:contain}.AdsSection__Wrapper .inner__Wrapper .upperPart .banner__Info{margin-top:.5rem}.AdsSection__Wrapper .inner__Wrapper .upperPart .banner__Info p{font-size:.7rem;color:#464949}.AdsSection__Wrapper .inner__Wrapper .lowerPart,.AdsSection__Wrapper .inner__Wrapper .lowerPart .suggestions__Section{width:100%}.AdsSection__Wrapper .inner__Wrapper .lowerPart .suggestions__Section .suggestions__Text{padding:.5rem}.AdsSection__Wrapper .inner__Wrapper .lowerPart .suggestions__Section .suggestions__Text p{font-size:1rem;color:#464949}.User{border-radius:.5rem;border-bottom:3px solid #f8f8f8}.User .Add__Icon{padding-right:.3rem}.timeline__Wrapper{width:100%;background-color:#f8f8f8}.timeline__Wrapper .inner__Wrapper{width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column;background-color:#f8f8f8}.timeline__Wrapper .inner__Wrapper .posting__Section{z-index:2;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:7rem;border:2px solid #eee}.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion{background-color:#fff;padding:.5rem;width:100%;height:3.5rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;border-radius:.5rem;border:2px solid #eee}.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion .leftSide{width:100%;height:auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:.3rem}.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion .leftSide .userProfile__Pic{width:2rem;height:2rem}.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion .leftSide .userProfile__Pic img{border-radius:50%;width:100%;height:100%;object-fit:cover}.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion .leftSide .posting__Text{width:100%;height:auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-left:.3rem;margin-top:.3rem}.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion .leftSide .posting__Text textarea{width:100%;height:auto;outline:none;border:none;overflow-wrap:break-word;font-size:.85rem;font-family:"Nunito",sans-serif;position:relative;white-space:pre-wrap;resize:none;padding:.3rem;background-color:#fff;border-radius:.5rem}.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion .leftSide .posting__Text textarea::-webkit-scrollbar{width:12px;background-color:#fff}.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion .leftSide .posting__Text textarea::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px #e3e9e9;background-color:#e3e9e9}.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion .rightSide{width:20%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end}.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion .rightSide .emojisIcon,.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion .rightSide .uploadIcon{cursor:pointer;margin-right:.7rem}.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion .rightSide .emojisIcon label,.timeline__Wrapper .inner__Wrapper .posting__Section .upperPortion .rightSide .uploadIcon label{cursor:pointer}.timeline__Wrapper .inner__Wrapper .posting__Section .lowerPortion{width:100%;height:1.7rem;padding:0;margin:.7rem 0 0}.timeline__Wrapper .inner__Wrapper .posting__Section .lowerPortion button{margin:0;padding:0;width:100%;height:100%;border-radius:5px;border:none;font-family:"Poppins",sans-serif;background-color:#577eda;color:#fff;letter-spacing:.7px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out}.timeline__Wrapper .inner__Wrapper .posting__Section .lowerPortion button:disabled{background-color:#9fa7a7}.timeline__Wrapper .inner__Wrapper .posting__Section .lowerPortion button:hover:enabled{border:2px solid #577eda;background-color:transparent;color:#577eda}.timeline__Wrapper .inner__Wrapper .posting__Section .lowerPortion .progressBar{width:100%;height:1rem;margin-top:.5rem}.timeline__Wrapper .postsCollection{z-index:3;padding:1rem;width:95%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;background-color:#fff;border:2px solid #eee;-webkit-align-items:center;align-items:center;border-radius:.5rem;margin-bottom:1rem}.timeline__Wrapper .postsCollection .post__Comments,.timeline__Wrapper .postsCollection .post__userProfile{padding-top:.3rem;padding-bottom:.7rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%;border-bottom:2px solid #eee}.timeline__Wrapper .postsCollection .post__Comments .profilePic,.timeline__Wrapper .postsCollection .post__userProfile .profilePic{width:2.2rem;height:2.2rem}.timeline__Wrapper .postsCollection .post__Comments .profilePic img,.timeline__Wrapper .postsCollection .post__userProfile .profilePic img{width:100%;height:100%;object-fit:cover;border-radius:50%}.timeline__Wrapper .postsCollection .post__Comments .userName,.timeline__Wrapper .postsCollection .post__userProfile .userName{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;cursor:pointer}.timeline__Wrapper .postsCollection .post__Comments .userName p,.timeline__Wrapper .postsCollection .post__userProfile .userName p{padding:.3rem;font-family:"Open Sans",sans-serif;font-weight:600;font-size:.9rem}.timeline__Wrapper .postsCollection .post__Comments .individualComment,.timeline__Wrapper .postsCollection .post__userProfile .individualComment{width:80%}.timeline__Wrapper .postsCollection .post__Comments .individualComment p,.timeline__Wrapper .postsCollection .post__userProfile .individualComment p{font-family:"Open Sans",sans-serif;font-size:.7rem;width:95%}.timeline__Wrapper .postsCollection .post__userProfile{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.timeline__Wrapper .postsCollection .post__userProfile .innerLeft{padding-top:.3rem;padding-bottom:.7rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%}.timeline__Wrapper .postsCollection .post__userProfile .innerRight{cursor:pointer}.timeline__Wrapper .postsCollection .post__Comments{margin-top:1rem;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start}.timeline__Wrapper .postsCollection .post__Comments .profilePic{width:1.7rem;height:1.7rem}.timeline__Wrapper .postsCollection .post__Comments .profilePic img{width:100%;height:100%;object-fit:cover;border-radius:50%}.timeline__Wrapper .postsCollection .post__Comments .userName{width:auto;margin-left:.3rem;margin-top:.1rem;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start}.timeline__Wrapper .postsCollection .post__Comments .userName p{width:100%;-webkit-align-self:flex-start;align-self:flex-start;padding:0;font-size:.65rem}.timeline__Wrapper .postsCollection .post__Comments .individualComment{margin-left:.3rem;margin-top:.2rem}.timeline__Wrapper .postsCollection .post__Comments .individualComment p{font-size:.6rem}.timeline__Wrapper .postsCollection .post__Caption{margin-top:1rem;margin-bottom:.5rem;width:100%;font-family:"Nunito",sans-serif;font-size:.9rem;font-weight:400;color:#000}.timeline__Wrapper .postsCollection .postContent{margin-top:.3rem;width:100%;height:auto}.timeline__Wrapper .postsCollection .postContent img{width:100%;height:100%;object-fit:cover}.timeline__Wrapper .postsCollection .Reaction__Section{width:100%;padding-top:1.5rem;height:2.5rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.timeline__Wrapper .postsCollection .Reaction__Section .commentsSection,.timeline__Wrapper .postsCollection .Reaction__Section .LikesSection{cursor:pointer;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.timeline__Wrapper .postsCollection .Reaction__Section .commentsSection .commentsCount,.timeline__Wrapper .postsCollection .Reaction__Section .commentsSection .likesCount,.timeline__Wrapper .postsCollection .Reaction__Section .LikesSection .commentsCount,.timeline__Wrapper .postsCollection .Reaction__Section .LikesSection .likesCount{margin-left:.5rem;margin-bottom:.3rem}.timeline__Wrapper .postsCollection .Reaction__Section .commentsSection .commentsCount span,.timeline__Wrapper .postsCollection .Reaction__Section .commentsSection .likesCount span,.timeline__Wrapper .postsCollection .Reaction__Section .LikesSection .commentsCount span,.timeline__Wrapper .postsCollection .Reaction__Section .LikesSection .likesCount span{font-size:.8rem;font-family:"Open Sans",sans-serif;color:#9fa7a7}.timeline__Wrapper .postsCollection .Reaction__Section .commentsSection{margin-left:1rem}.timeline__Wrapper .postsCollection .commentWritingSection{width:100%;height:auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-left:.3rem;margin-top:.7rem;-webkit-justify-content:space-between;justify-content:space-between}.timeline__Wrapper .postsCollection .commentWritingSection textarea{width:100%;height:auto;outline:none;border:none;overflow-wrap:break-word;font-size:.85rem;font-family:"Nunito",sans-serif;position:relative;white-space:pre-wrap;resize:none;padding:.3rem;background-color:#fff;border-radius:.5rem}.timeline__Wrapper .postsCollection .commentWritingSection textarea::-webkit-scrollbar{width:12px;background-color:#fff}.timeline__Wrapper .postsCollection .commentWritingSection textarea::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px #e3e9e9;background-color:#e3e9e9}.timeline__Wrapper .postsCollection .commentWritingSection button{color:#577eda;background-color:transparent;border:none;font-size:.85rem;margin-left:.5rem;cursor:pointer}.timeline__Wrapper .postsCollection .commentWritingSection button:disabled{cursor:not-allowed;color:#9fa7a7}.timeline__Wrapper .postsCollection .viewMoreComments__Section{width:100%;margin-top:.5rem}.timeline__Wrapper .postsCollection .viewMoreComments__Section p{font-size:.65rem;opacity:.7;font-weight:500;font-family:"Open Sans",sans-serif}.timeline__Wrapper .postsCollection .viewMoreComments__Section p:hover{text-decoration:underline;cursor:pointer}@media only screen and (max-width:445px){.timeline__Wrapper .inner__Wrapper .posting__Section{width:95%}.timeline__Wrapper .inner__Wrapper .posting__Section .leftSide .posting__Text{width:75%}.timeline__Wrapper .inner__Wrapper .posting__Section .leftSide .posting__Text textarea{width:100%}}@media only screen and (max-width:388px){.timeline__Wrapper .inner__Wrapper .posting__Section{width:95%}.timeline__Wrapper .inner__Wrapper .posting__Section .leftSide .posting__Text{width:70%}.timeline__Wrapper .inner__Wrapper .posting__Section .leftSide .posting__Text textarea{width:100%}}@media only screen and (max-width:317px){.timeline__Wrapper .inner__Wrapper .posting__Section{width:95%}.timeline__Wrapper .inner__Wrapper .posting__Section .leftSide .posting__Text{width:60%}.timeline__Wrapper .inner__Wrapper .posting__Section .leftSide .posting__Text textarea{width:100%}}h1{margin-top:1rem;margin-bottom:.3rem;font-family:"Poppins",sans-serif;padding:.3rem;color:#464949}.favourites__Wrapper{width:100%;height:100%;margin:.5rem}.favourites__Wrapper .postsCollection{padding:1rem;width:95%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;background-color:#fff;border:2px solid #eee;-webkit-align-items:center;align-items:center;border-radius:.5rem;margin-bottom:1rem}.favourites__Wrapper .postsCollection .post__Comments,.favourites__Wrapper .postsCollection .post__userProfile{padding-top:.3rem;padding-bottom:.7rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%;border-bottom:2px solid #eee}.favourites__Wrapper .postsCollection .post__Comments .profilePic,.favourites__Wrapper .postsCollection .post__userProfile .profilePic{width:2.2rem;height:2.2rem}.favourites__Wrapper .postsCollection .post__Comments .profilePic img,.favourites__Wrapper .postsCollection .post__userProfile .profilePic img{width:100%;height:100%;object-fit:cover;border-radius:50%}.favourites__Wrapper .postsCollection .post__Comments .userName,.favourites__Wrapper .postsCollection .post__userProfile .userName{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;cursor:pointer}.favourites__Wrapper .postsCollection .post__Comments .userName p,.favourites__Wrapper .postsCollection .post__userProfile .userName p{padding:.3rem;font-family:"Open Sans",sans-serif;font-weight:600;font-size:.9rem}.favourites__Wrapper .postsCollection .post__Comments .individualComment,.favourites__Wrapper .postsCollection .post__userProfile .individualComment{width:80%}.favourites__Wrapper .postsCollection .post__Comments .individualComment p,.favourites__Wrapper .postsCollection .post__userProfile .individualComment p{font-family:"Open Sans",sans-serif;font-size:.7rem;width:95%}.favourites__Wrapper .postsCollection .post__userProfile{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.favourites__Wrapper .postsCollection .post__userProfile .innerLeft{padding-top:.3rem;padding-bottom:.7rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%}.favourites__Wrapper .postsCollection .post__userProfile .innerRight{cursor:pointer}.favourites__Wrapper .postsCollection .post__Comments{margin-top:1rem;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start}.favourites__Wrapper .postsCollection .post__Comments .profilePic{width:1.7rem;height:1.7rem}.favourites__Wrapper .postsCollection .post__Comments .profilePic img{width:100%;height:100%;object-fit:cover;border-radius:50%}.favourites__Wrapper .postsCollection .post__Comments .userName{width:auto;margin-left:.3rem;margin-top:.1rem;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start}.favourites__Wrapper .postsCollection .post__Comments .userName p{width:100%;-webkit-align-self:flex-start;align-self:flex-start;padding:0;font-size:.65rem}.favourites__Wrapper .postsCollection .post__Comments .individualComment{margin-left:.3rem;margin-top:.2rem}.favourites__Wrapper .postsCollection .post__Comments .individualComment p{font-size:.6rem}.favourites__Wrapper .postsCollection .post__Caption{margin-top:1rem;margin-bottom:.5rem;width:100%;font-family:"Nunito",sans-serif;font-size:.9rem;font-weight:400;color:#000}.favourites__Wrapper .postsCollection .postContent{margin-top:.3rem;width:100%;height:auto}.favourites__Wrapper .postsCollection .postContent img{width:100%;height:100%;object-fit:cover}.favourites__Wrapper .postsCollection .Reaction__Section{width:100%;padding-top:1.5rem;height:2.5rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.favourites__Wrapper .postsCollection .Reaction__Section .commentsSection,.favourites__Wrapper .postsCollection .Reaction__Section .LikesSection{cursor:pointer;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.favourites__Wrapper .postsCollection .Reaction__Section .commentsSection .commentsCount,.favourites__Wrapper .postsCollection .Reaction__Section .commentsSection .likesCount,.favourites__Wrapper .postsCollection .Reaction__Section .LikesSection .commentsCount,.favourites__Wrapper .postsCollection .Reaction__Section .LikesSection .likesCount{margin-left:.5rem;margin-bottom:.3rem}.favourites__Wrapper .postsCollection .Reaction__Section .commentsSection .commentsCount span,.favourites__Wrapper .postsCollection .Reaction__Section .commentsSection .likesCount span,.favourites__Wrapper .postsCollection .Reaction__Section .LikesSection .commentsCount span,.favourites__Wrapper .postsCollection .Reaction__Section .LikesSection .likesCount span{font-size:.8rem;font-family:"Open Sans",sans-serif;color:#9fa7a7}.favourites__Wrapper .postsCollection .Reaction__Section .commentsSection{margin-left:1rem}.favourites__Wrapper .postsCollection .commentWritingSection{width:100%;height:auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-left:.3rem;margin-top:.7rem;-webkit-justify-content:space-between;justify-content:space-between}.favourites__Wrapper .postsCollection .commentWritingSection textarea{width:100%;height:auto;outline:none;border:none;overflow-wrap:break-word;font-size:.85rem;font-family:"Nunito",sans-serif;position:relative;white-space:pre-wrap;resize:none;padding:.3rem;background-color:#fff;border-radius:.5rem}.favourites__Wrapper .postsCollection .commentWritingSection textarea::-webkit-scrollbar{width:12px;background-color:#fff}.favourites__Wrapper .postsCollection .commentWritingSection textarea::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px #e3e9e9;background-color:#e3e9e9}.favourites__Wrapper .postsCollection .commentWritingSection button{color:#577eda;background-color:transparent;border:none;font-size:.85rem;margin-left:.5rem;cursor:pointer}.favourites__Wrapper .postsCollection .commentWritingSection button:disabled{cursor:not-allowed;color:#9fa7a7}.favourites__Wrapper .postsCollection .viewMoreComments__Section{width:100%;margin-top:.5rem}.favourites__Wrapper .postsCollection .viewMoreComments__Section p{font-size:.65rem;opacity:.7;font-weight:500;font-family:"Open Sans",sans-serif}.favourites__Wrapper .postsCollection .viewMoreComments__Section p:hover{text-decoration:underline;cursor:pointer}.popUp__Container,.popUp__Container .inner__Wrapper{overflow:hidden;width:100%;height:100%}.popUp__Container .inner__Wrapper{position:fixed;background-color:rgba(0,0,0,.97);z-index:40000;cursor:pointer;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.popUp__Container .inner__Wrapper button{width:1.5rem;height:1.5rem;font-size:1rem;background-color:#000;color:#fff;border:none;border-radius:50%}.User{font-family:"Poppins",sans-serif;width:100%;background-color:#fff;padding-top:.5rem;padding-bottom:.5rem;padding-left:.3rem;border-radius:0}.User,.User .userProfile{display:-webkit-flex;display:flex}.User .userProfile{padding-left:.2rem;width:80%;-webkit-align-items:center;align-items:center}.User .userProfile .userProfile__Pic{width:2rem;height:2rem}.User .userProfile .userProfile__Pic img{width:100%;height:100%;border-radius:50%;object-fit:cover}.User .userProfile .username{margin-left:.5rem}.User .userProfile .username p{font-size:.8rem}.User .Add__Icon{width:20%;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:center;align-items:center;cursor:pointer;padding:0 .4rem 0 0}.posting__Section{background-color:#fff;padding:.5rem;width:95%;height:100%;height:4rem;border-radius:.5rem;margin-top:.5rem;margin-bottom:1rem}.posting__Section,.posting__Section .leftSide{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.posting__Section .leftSide{width:100%;height:100%}.posting__Section .leftSide .userProfile__Pic{width:2rem;height:2rem}.posting__Section .leftSide .userProfile__Pic img{border-radius:50%;width:100%;height:100%;object-fit:cover}.posting__Section .leftSide .posting__Text{width:100%;height:auto;display:-webkit-flex;display:flex}.posting__Section .leftSide .posting__Text textarea{width:100%;height:100%;outline:none;border:none;overflow-wrap:break-word;font-size:.85rem;font-family:"Nunito",sans-serif;position:relative;white-space:pre-wrap;resize:none;padding:.3rem;background-color:#f8f8f8;border-radius:1rem}.posting__Section .leftSide .posting__Text textarea::-webkit-scrollbar{width:12px;background-color:#fff}.posting__Section .leftSide .posting__Text textarea::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px #e3e9e9;background-color:#e3e9e9}.posting__Section .rightSide{width:20%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end}.posting__Section .rightSide .emojisIcon,.posting__Section .rightSide .uploadIcon{cursor:pointer;margin-right:.7rem}@media only screen and (max-width:690px){.posting__Section{width:95%}.posting__Section .leftSide .posting__Text{width:75%}.posting__Section .leftSide .posting__Text textarea{width:100%}}.converstionComp__Wrapper{height:calc(100vh - 4rem);overflow-y:hidden}.converstionComp__Wrapper .inner__Wrapper{background-color:#f8f8f8!important}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper{margin-top:5rem;box-shadow:inset 5px 10px 20px 1px rgba(189,181,181,.77);width:100%;margin-left:4rem;justify-self:flex-end;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:calc(100vh - 7rem);background-color:#eff3f3}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .upperSection{width:100%}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection{width:100%;height:100%;overflow-y:scroll}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .messagesContainer{margin-top:.5rem;height:auto;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;margin-bottom:.5rem;-webkit-justify-content:flex-end;justify-content:flex-end;overflow:hidden}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .messagesContainer .otherMessages{margin-left:.5rem;margin-top:1rem;display:-webkit-flex;display:flex;width:100%;-webkit-align-items:center;align-items:center}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .messagesContainer .otherMessages .userImage{width:2rem;height:2rem;margin-left:.5rem}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .messagesContainer .otherMessages .userImage img{width:100%;height:100%;object-fit:cover;border-radius:50%}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .messagesContainer .otherMessages .message{width:80%;height:auto}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .messagesContainer .otherMessages .message p{font-family:"Roboto",sans-serif;font-size:.9rem;margin-left:.5rem;box-shadow:0 3px 6px rgba(189,181,181,.77),0 5px 6px hsla(0,6%,83.7%,.55);overflow-wrap:break-word;white-space:pre-wrap;padding:.5rem;height:auto;border-radius:10px 10px 10px 0;background-color:#fff}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .myMessages{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:center;align-items:center;margin-top:1rem;margin-right:1rem}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .myMessages .myImage{width:2rem;height:2rem}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .myMessages .myImage img{width:100%;height:100%;object-fit:cover;border-radius:50%}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .myMessages .message{width:80%;margin-right:.5rem}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .myMessages .message p{font-family:"Roboto",sans-serif;font-size:.9rem;padding:.5rem .5rem .5rem .7rem;margin-top:.3rem;height:auto;color:#fff;border-radius:10px 10px 0 10px;background-color:#4c78dd;box-shadow:0 3px 6px rgba(189,181,181,.77),0 5px 6px hsla(0,6%,83.7%,.55)}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .messagesContainer::-webkit-scrollbar{width:8px;background-color:#fff;background-color:#e3e9e9}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .messagesContainer::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px #e3e9e9;background-color:#e3e9e9}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lastSection{height:4.6rem;width:100%;box-shadow:0 -10px 5px -5px #dbdfdf;background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}@media only screen and (max-width:890px){.converstionComp__Wrapper .inner__Wrapper .leftSide__Wrapper{width:0;display:none}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper{width:100%;margin-left:0}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection{padding-left:1rem}}@media only screen and (max-width:500px){.converstionComp__Wrapper{width:100%;margin-top:4rem}.converstionComp__Wrapper .inner__Wrapper .leftSide__Wrapper{display:none;margin-left:0;width:0}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper{width:100%;margin-left:0}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .messagesContainer .otherMessages .message p,.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper .lowerSection .myMessages .message p{font-size:.7rem}}@media only screen and (max-width:458px){.converstionComp__Wrapper{width:100%}.converstionComp__Wrapper .inner__Wrapper .leftSide__Wrapper{margin-left:0;width:0}.converstionComp__Wrapper .inner__Wrapper .rightSide__Wrapper{width:100%}}.hide{display:none}.converstionComp__Wrapper{width:100%;height:100vh;margin-left:0;background-color:#dcdcdb}.converstionComp__Wrapper .inner__Wrapper{background-color:#0847d5}.converstionComp__Wrapper .inner__Wrapper,.converstionComp__Wrapper .inner__Wrapper .leftSide{width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.converstionComp__Wrapper .inner__Wrapper .leftSide{background:#f8f8f8;-webkit-flex-direction:column;flex-direction:column}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox{background-color:#fff;padding-top:1.5rem;margin-top:4rem;width:22rem;height:28rem;border-radius:1rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-evenly;justify-content:space-evenly;margin-bottom:6rem;padding-bottom:2rem}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo{width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-evenly;justify-content:space-evenly}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .emailData,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .passwordData,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .usernameData{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form input{font-family:"Nunito",sans-serif;width:15.5rem;height:2rem;font-size:.9rem;border:0;border-bottom:2px inset #577eda;color:#464949;margin-left:.3rem;padding:.3rem;background-color:#fff}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .loginBtn{margin-bottom:-.7rem}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .loginBtn,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .registernewaccBtn{width:45%;height:2rem;border-radius:5rem;background-color:#577eda;color:#fff;font-size:.9rem;font-weight:550;font-family:"Nunito",sans-serif;transition:all .2s ease-in-out;border:2px solid #577eda}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .loginBtn:hover,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .registernewaccBtn:hover{background-color:#fff;color:#577eda}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .registernewaccBtn{background-color:#fff;border:2px solid #577eda;color:#577eda}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .registernewaccBtn:hover{background-color:#577eda;color:#fff}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .icons{width:100%;height:3rem;display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-align-items:center;align-items:center;padding-left:.5rem;padding-right:.5rem}.converstionComp__Wrapper .inner__Wrapper .leftSide .OtherInfo{width:45%;height:70%;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;margin-left:.5rem}.converstionComp__Wrapper .inner__Wrapper .leftSide .OtherInfo img{width:60%;height:42%;object-fit:cover;border-radius:.5rem}.fireErrors{font-family:"Montserrat",sans-serif;text-align:center;font-size:.7rem;font-weight:500;color:red;padding-left:1.7rem;padding-right:1.7rem;padding-top:1rem}@media only screen and (max-width:760px){.converstionComp__Wrapper{width:100%;height:calc(100vh - 4rem);margin-left:0;background-color:#f8f8f8}.converstionComp__Wrapper .inner__Wrapper{background-color:#0847d5}.converstionComp__Wrapper .inner__Wrapper,.converstionComp__Wrapper .inner__Wrapper .leftSide{overflow-y:hidden;width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.converstionComp__Wrapper .inner__Wrapper .leftSide{background:#f8f8f8;-webkit-flex-direction:column;flex-direction:column}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox{background-color:#fff;padding-top:1.5rem;width:100vw!important;height:100%!important;border-radius:1rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-evenly;justify-content:space-evenly;margin-bottom:6rem;padding-bottom:2rem}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo{width:100%!important;height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form{width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-evenly;justify-content:space-evenly}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .emailData,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .passwordData,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .usernameData{width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form input{font-family:"Nunito",sans-serif;width:85%;height:2rem;font-size:.7rem;border:0;color:#464949;border-bottom:2px inset #577eda;margin-left:.3rem;padding:.3rem;background-color:#fff}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .loginBtn{margin-bottom:-.5rem}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .loginBtn,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .registernewaccBtn{width:35%;height:1.4rem;border-radius:5rem;background-color:#577eda;color:#fff;font-size:.7rem;font-weight:400;font-family:"Nunito",sans-serif;transition:all .2s ease-in-out;border:2px solid #577eda}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .loginBtn:hover,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .registernewaccBtn:hover{background-color:#fff;color:#577eda}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .registernewaccBtn{background-color:#fff;border:2px solid #577eda;color:#577eda}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .registernewaccBtn:hover{background-color:#577eda;color:#fff}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .icons{width:100%;height:3rem;display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-align-items:center;align-items:center;padding-left:.5rem;padding-right:.5rem}.converstionComp__Wrapper .inner__Wrapper .leftSide .OtherInfo{width:45%;height:70%;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;margin-left:.5rem}.converstionComp__Wrapper .inner__Wrapper .leftSide .OtherInfo img{width:60%;height:42%;object-fit:cover;border-radius:.5rem}}@media only screen and (max-width:360px){.converstionComp__Wrapper{width:100%;height:calc(100vh - 4rem);margin-left:0;background-color:#f8f8f8}.converstionComp__Wrapper .inner__Wrapper{background-color:#0847d5}.converstionComp__Wrapper .inner__Wrapper,.converstionComp__Wrapper .inner__Wrapper .leftSide{overflow-y:hidden;width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.converstionComp__Wrapper .inner__Wrapper .leftSide{background:#f8f8f8;-webkit-flex-direction:column;flex-direction:column}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox{background-color:#fff;padding-top:1.5rem;width:14rem;height:22rem;border-radius:1rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-evenly;justify-content:space-evenly;margin-bottom:6rem;padding-bottom:2rem}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo{width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-evenly;justify-content:space-evenly}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .emailData,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .passwordData,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .usernameData{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form input{font-family:"Nunito",sans-serif;width:10rem;height:2rem;font-size:.7rem;border:0;border-bottom:2px inset #577eda;color:#464949;margin-left:.3rem;padding:.3rem;background-color:#fff}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .loginBtn{margin-bottom:-.5rem}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .loginBtn,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .registernewaccBtn{width:35%;height:1.4rem;border-radius:5rem;background-color:#577eda;color:#fff;font-size:.7rem;font-weight:400;font-family:"Nunito",sans-serif;transition:all .2s ease-in-out;border:2px solid #577eda}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .loginBtn:hover,.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .registernewaccBtn:hover{background-color:#fff;color:#577eda}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .registernewaccBtn{background-color:#fff;border:2px solid #577eda;color:#577eda}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .userInfo form .registernewaccBtn:hover{background-color:#577eda;color:#fff}.converstionComp__Wrapper .inner__Wrapper .leftSide .authBox .icons{width:100%;height:3rem;display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-align-items:center;align-items:center;padding-left:.5rem;padding-right:.5rem}.converstionComp__Wrapper .inner__Wrapper .leftSide .OtherInfo{width:45%;height:70%;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;margin-left:.5rem}.converstionComp__Wrapper .inner__Wrapper .leftSide .OtherInfo img{width:60%;height:42%;object-fit:cover;border-radius:.5rem}}*{margin:0;padding:0;box-sizing:border-box}.github_Repo{font-family:"Roboto",sans-serif;font-size:.7rem;cursor:pointer;margin-right:2rem;text-decoration:underline;color:#858888}@media only screen and (max-width:768px){.github_Repo{display:none}}.UpperHeader__Wrapper{position:fixed;z-index:5;top:0;left:0;width:100%;height:4rem;background-color:#f8f8f8;display:-webkit-flex;display:flex}.UpperHeader__Wrapper .inner__Wrapper{padding:1rem;height:100%;-webkit-justify-content:space-between;justify-content:space-between}.UpperHeader__Wrapper .inner__Wrapper,.UpperHeader__Wrapper .inner__Wrapper .leftSide,.UpperHeader__Wrapper .inner__Wrapper .rightSide{width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.UpperHeader__Wrapper .inner__Wrapper .leftSide{-webkit-justify-content:flex-start;justify-content:flex-start;display:-webkit-flex;display:flex}.UpperHeader__Wrapper .inner__Wrapper .leftSide .searchbar__Container{-webkit-flex:1 1;flex:1 1;margin-left:1.3rem;width:100%}.UpperHeader__Wrapper .inner__Wrapper .leftSide .searchbar__Container .searchBox{padding:.7rem;border:none;background-color:#e3e9e9;font-family:"Roboto",sans-serif;color:#464949;width:100%;height:1.8rem;border-radius:2rem;font-size:.9rem}.UpperHeader__Wrapper .inner__Wrapper .rightSide{-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end}.UpperHeader__Wrapper .inner__Wrapper .rightSide .notification__icon{margin-left:.7rem;cursor:pointer}.UpperHeader__Wrapper .inner__Wrapper .rightSide .message{cursor:pointer}.UpperHeader__Wrapper .inner__Wrapper .rightSide .User__Profile{cursor:pointer;margin-left:1rem;background-color:#f8f8f8;border-radius:50%}.UpperHeader__Wrapper .inner__Wrapper .rightSide .User__Profile img{border-radius:100%;width:2.5rem;height:2.5rem;object-fit:cover}@media only screen and (max-width:352px){.UpperHeader__Wrapper .inner__Wrapper .leftSide{display:-webkit-flex;display:flex}.UpperHeader__Wrapper .inner__Wrapper .leftSide .searchbar__Container{display:none}.UpperHeader__Wrapper .inner__Wrapper .rightSide .notification__icon{margin-right:1.2rem}}
/*# sourceMappingURL=main.6f8a5606.chunk.css.map */