*,body{margin:0}body{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f2ef}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.app{flex-direction:column;align-items:center}.app,.app__body,.feed{display:flex}.feed{flex-direction:column;flex:0.4 1;margin:10px 20px;align-items:center}.feed__inputContainer{background-color:#fff;width:620px;padding:10px 10px 20px;border-radius:10px;border:.5px solid #d3d3d3;box-shadow:0 5px 10px 2px rgba(0,0,0,.5)}.feed__input{display:flex;border:1px solid #d3d3d3;border-radius:30px;color:grey;padding:10px 10px 10px 15px}.feed__input>form{display:flex;width:100%}.feed__input>form>input{border:none;flex:1 1;margin-left:10px;outline-width:0;font-weight:400;font-size:larger}.feed__input>form>button{display:none}.feed__inputOptions{display:flex;justify-content:space-evenly}@media screen and (max-width:600px){.feed{flex:1 1;width:100%}.feed__inputContainer{width:330px}}.inputOptions{display:flex;justify-content:space-between;align-items:center;margin-top:20px;cursor:pointer;padding:10px}.inputOptions:hover{background-color:#f5f5f5;border-radius:10px}.inputOptions>p{font-size:14px;font-weight:500;color:grey;margin-left:10px}.post{background-color:#fff;padding:15px;margin-top:20px;margin-bottom:10px;border-radius:10px;border:.5px solid #d3d3d3;box-shadow:0 5px 10px 2px rgba(0,0,0,.5);width:600px}.post__header{display:flex;margin-bottom:10px}.post__info{margin-left:15px}.post__info>h2{font-size:15px}.post__info>p{font-size:13px;color:grey}.post__body{overflow-wrap:normal;margin-top:1.5rem}.post__buttons{display:flex;justify-content:space-evenly}.comment__input{display:flex;margin-top:10px;justify-content:center;align-items:center;border-top:.5px solid #d3d3d3}.comment__input>.avatar{margin-top:10px}.comment__input>form{margin-top:10px;border:1px solid #d3d3d3;display:flex;width:100%;border-radius:30px;padding:10px;color:grey;margin-left:.5rem}.comment__input>form>input{border:none;flex:1 1;outline-width:0;font-weight:600}.comment__input>form>.comment__icons{font-size:x-large;color:#5e5b5b;cursor:pointer}.comment__input>form>button{display:none}.post__comments{margin-top:10px;display:flex;flex-direction:column;border-radius:10px}.post__comments>.comment__section{margin:5px;border:.5px solid #d3d3d3;border-radius:10px;background-color:#f2f2f2}.post__comments>.comment__section>p{margin-left:10px}.comment__header{display:flex;align-items:center;margin-top:10px}.comment__header>.comment__user{margin-left:10px}@media screen and (max-width:600px){.post{width:320px}.comment__input>form>.comment__icons{display:none}}.header{position:sticky;top:0;z-index:1;justify-content:space-evenly;background-color:#fff;margin:0 20px;width:100%;border-bottom:.5px solid #d3d3d3;padding:10px}.header,.header__left{display:flex;align-items:center}.header__left{flex:0.5 1;justify-content:flex-end}.header__left>img{object-fit:contain;height:44px;margin-right:10px;cursor:pointer}.header__search{display:flex;padding:10px;align-items:center;border-radius:5px;height:24px;width:350px;color:#eaeff4;background-color:#eef3f8}.header__search>input{flex:1 1;outline:none;border:none;background:none}.header__search>.MuiSvgIcon-root{font-size:20px;color:#180606}.header__options{flex:0.3 1;display:flex;border-right:1px solid #d3d3d3;justify-content:center;align-items:center;margin-left:40px}.header__options>.signOut{border-radius:55px;outline:none;border:none;font-size:15px;font-weight:400;background-color:#fff;cursor:pointer;color:#929191}.header__options>.signOut>h3{font-size:14px;font-weight:600}.header__options>.signOut:hover{color:#000}.header__right{flex:.2 1;display:flex;justify-content:flex-start;align-items:center}.header__rightWork{display:flex;justify-content:space-evenly}.header__rightWork>.MuiSvgIcon-root{color:grey;margin-right:20px;cursor:pointer}.header__rightWorkIcon:hover{color:#1b150a}.header__rightWorkText{font-size:12px;font-weight:400;color:#8a4505}.header__rightWorkText:hover{color:#1b150a;cursor:pointer}@media screen and (max-width:600px){.header{position:sticky;top:0;z-index:1}.header__left{margin-left:50px;display:none}.header__left>img{margin:0;height:22px}.header__search{padding:0;width:70px}.header__options{margin:0;display:flex;justify-content:space-evenly;align-items:center;width:100%;flex:1 1}.header__options>.signOut>h3{font-size:x-small}.header__right{display:none}}.headerIcons{display:flex;flex-direction:column;align-items:center;margin-right:15px;color:#929191;cursor:pointer}.headerIcons:hover{color:#000}.headerIcons__social{object-fit:contain;height:25px;width:25px}.headerIcons>.MuiAvatar-root{height:30px;width:30px}.headerIcons__title{font-size:14px;font-weight:600}@media screen and (max-width:600px){.headerIcons{margin:0}.headerIcons__title{margin:0;font-size:x-small;font-weight:700}}.sidebarLeft{flex:0.2 1;text-align:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:10rem;position:sticky;top:-248px}.sidebarLeft__profile{border-radius:10px;display:flex;flex-direction:column;align-items:center;border:1px solid #d3d3d3;box-shadow:0 5px 20px 2px rgba(0,0,0,.5);height:290px;margin-top:10px;background-color:#fff;width:200px}.sidebarLeft__profile>img{margin-bottom:-20px;width:100%;height:50px;border-top-left-radius:10px;border-top-right-radius:10px;object-fit:cover}.sidebarLeft__stat{margin-top:15px;display:flex;justify-content:space-evenly;border-bottom:.5px solid #d3d3d3}.sidebarLeft__stat:hover{background-color:#f5f5f5;border-radius:10px;cursor:pointer;color:#000}.sidebarLeft__stat>.sidebarLeft__statNumber{color:#4b6ac2;font-weight:bolder}.sidebarLeft__bookmarked{margin-top:15px;margin-left:5px;display:flex;cursor:pointer}.sidebarLeft__bookmarked:hover{background-color:#f5f5f5;border-radius:10px;cursor:pointer;color:#000}.sidebarLeft__bookmarked>h3{font-size:14px;font-weight:bolder}.sidebarLeft__hashtags{margin-top:15px;padding:10px;border:1px solid #d3d3d3;border-radius:10px;text-align:center;box-shadow:0 5px 20px 2px rgba(0,0,0,.5);width:180px;background-color:#fff}.sidebarLeft__hashtags>p{font-size:14px;padding-bottom:10px;font-weight:bolder;text-align:left}.sidebarLeft__recentItem{display:flex;font-size:14px;color:grey;font-weight:bolder;cursor:pointer;margin-bottom:5px;padding:5px}.sidebarLeft__recentItem:hover{background-color:#f5f5f5;border-radius:10px;cursor:pointer;color:#000}.sidebarLeft__hash{margin:0 5px}.sidebarLeft__groupsContent{margin-top:2rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;font-size:small}.sidebarLeft__groupsContent>p{color:#294782;font-size:14px;font-weight:500;text-align:justify;cursor:pointer}.sidebarLeft__groups{display:flex;margin-top:1rem}.sidebarLeft__groups:hover{background-color:#d3d3d3;border-radius:10px;cursor:pointer;padding:2px}.sidebarLeft__groupIcon{margin-right:10px;color:grey}.sidebarLeft__groups>p{color:grey;font-weight:600}@media screen and (max-width:600px){.sidebarLeft{display:none;margin-left:0;flex:0 1}}.sidebarRight{flex:0.4 1;text-align:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:sticky;top:-170px;margin-right:1.5rem}.sidebarRight__news{border-radius:10px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #d3d3d3;box-shadow:0 5px 20px 2px rgba(0,0,0,.5);margin-top:20px;width:280px;background-color:#fff}.sidebarRight__news>.sidebarRight__newsHeader{display:flex;justify-content:space-between;align-self:stretch;margin:10px;font-weight:700}.sidebarRight__article{display:flex;font-size:14px;color:grey;font-weight:bolder;cursor:pointer;margin-bottom:5px;padding:5px}.sidebarRight__article:hover{background-color:#f5f5f5;border-radius:10px;cursor:pointer;color:#000}.sidebarRight__articleContent{margin:0 5px}.sidebarRight__footer{display:flex;margin-top:80vh;margin-left:15vw;border-radius:10px;flex-direction:column;align-items:center;border:.5px solid #d3d3d3;box-shadow:0 5px 20px 2px rgba(0,0,0,.5);cursor:pointer;position:fixed;bottom:0;background-color:#fff}.sidebarRight__footerContent{display:flex;justify-content:space-evenly;align-items:center;padding:15px}.sidebarRight__activeSign{color:#237641;position:absolute;left:31px;top:28px;-webkit-transform:rotate(18deg);transform:rotate(18deg);font-size:20px}@media screen and (max-width:600px){.sidebarRight{flex:0 1;margin-right:0}.sidebarRight__footer,.sidebarRight__news{display:none}}.authNav{display:flex;flex-direction:column}.authNav__content{display:flex;align-items:center;justify-content:center}.authNav__content>img{object-fit:contain;height:120px;margin-right:20rem}.authNav__join{font-size:larger;font-weight:400;color:#362222;cursor:pointer;margin-right:2rem;border:none;outline:none}.authNav__join:hover{border-radius:10px;background-color:#fff}.authNav__signIn{border-radius:35px;color:#0a66c2;padding:10px;cursor:pointer;border:none;outline:none;font-size:larger}.authNav__signIn:hover{background-color:#c3dcf5}@media screen and (max-width:600px){.authNav,.authNav__content,.authNav__content>img{margin:0}.authNav__join{margin:10px}.authNav__signIn{margin-left:0}}.register__container{display:flex;justify-content:center;flex-direction:column;align-items:center;background-color:#fff;padding:10px 10px 20px;border-radius:10px;margin:50px;width:600px;height:600px;border:.5px solid #d3d3d3;box-shadow:0 5px 10px 2px rgba(0,0,0,.5)}.register__container>img{object-fit:contain;height:120px;width:100%}.register__container>h2{margin-bottom:2rem;font-size:large;font-weight:500}.register__container>form{display:flex;flex-direction:column}.register__container>form>input{width:500px;height:30px;font-size:20px;padding-left:10px;margin-bottom:10px;border-radius:10px;outline:none}.register__container>form>input:hover{outline:none;border:.2px solid red}.register__container>form>button{width:520px;height:50px;font-size:large;color:#fff;background-color:#0a66c2;border-radius:50px;cursor:pointer;border:none;outline:none}.register__container>form>button:hover{background-color:#004182;border:none;outline:none}.register__container>p{text-align:center}.register__container>h3,.register__container>p{margin-top:1rem;font-size:16px;font-weight:500;font-family:Georgia,"Times New Roman",Times,serif}.register__container>h3>.link{margin-left:5px;color:#1492db;font-weight:700;font-size:larger;text-decoration:none}@media screen and (max-width:600px){.register{background-color:#e9eff5}.register__container{width:300px;height:530px}.register__container>form>input{width:300px;font-size:14px}.register__container>form>button{width:315px}.register__container>h3{margin-bottom:10px}}.login{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff;box-shadow:0 5px 10px 2px rgba(0,0,0,.5)}.login>h2{margin-bottom:2rem;font-weight:500}.login>.login__subheading{margin-bottom:2rem;font-weight:400;color:#a69988}.login>img{object-fit:contain;height:120px;width:100%;cursor:pointer}.login>form{display:flex;flex-direction:column;justify-content:center;align-items:center}.login>form>input{width:500px;height:30px;font-size:20px;padding-left:10px;margin-bottom:10px;border-radius:10px;outline:none}.login>form>input:hover{outline:none;border:.2px solid #3910f1}.login>form>button{width:520px;height:50px;font-size:large;color:#fff;background-color:#0a66c2;border-radius:50px;cursor:pointer;outline:none}.login>form>button:hover{background-color:#004182}.login>h3{margin-top:2rem;font-weight:400;color:#0a66c2;cursor:pointer}.login>p{margin-top:1.5rem;text-align:center;margin-bottom:2rem}.login>p>.link{margin-left:5px;color:#1492db;font-weight:700;font-size:larger;text-decoration:none}@media screen and (max-width:600px){.login>form>input{width:300px}.login__subheading{width:380px}.login>form>button{width:320px}}
/*# sourceMappingURL=main.538c850c.chunk.css.map */