@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap);*{margin:0;padding:0}:root{--grey-color:#eff2f5}html{font-size:100%}body{margin:0;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;font-family:"Poppins",sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.app{background-color:#f0f2f5}:root{--facebook-color:#2e81f4}.header{-webkit-justify-content:space-between;justify-content:space-between;box-shadow:0 5px 8px -9px rgba(0,0,0,.75);padding:0 2rem;position:-webkit-sticky;position:sticky;z-index:9999;top:0;height:60px;background-color:#fff}.header,.header__left,.header__middle,.header__right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.header__left img{margin-right:10px}.header__input{border-radius:50px;display:-webkit-flex;display:flex;background-color:#f0f2f5;-webkit-align-items:center;align-items:center;padding:0 1rem}.header__input input{border:none;padding:.6rem 1rem .6rem .5rem;outline-width:0;background-color:transparent;font-size:14px;font-family:inherit}.header__middle{height:100%}.header__option{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;cursor:pointer;padding:10px 40px}.header__option,.header__option--active{position:relative}.header__option--active:before{content:"";height:4px;width:100%;bottom:0;bottom:-5px;background-color:#2e81f4;background-color:var(--facebook-color);display:block;position:absolute;right:0;border-top-right-radius:5px;border-top-left-radius:5px}.header__option:hover{background-color:#eff2f5;border-radius:10px;border-bottom:none;-webkit-align-items:center;align-items:center}.header__option>.MuiSvgIcon-root{color:grey;font-size:30px}.header__option--active>.MuiSvgIcon-root,.header__option:hover>.MuiSvgIcon-root{color:#2e81f4;color:var(--facebook-color)}.header__info{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.header__info>h4{margin:0 10px;font-weight:500;font-size:15px}.header__icon.MuiIconButton-root:not(:last-child){margin-right:7px}.header__icon.MuiIconButton-root{background:#eff2f5}.main_body{display:-webkit-flex;display:flex;min-height:100vh;background-color:#f0f2f5;position:relative}@media (max-width:500px){.main_body{-webkit-flex-direction:column;flex-direction:column}}.feeds{-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;width:90%;position:relative}.messageSender{background-color:#fff;border-radius:10px;padding:1rem 0;width:100%;margin-top:1rem}.messageSender__top{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:0 1rem}.messageSender__top form{-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex}.messageSender__top input{border:none;background-color:#eff2f5;padding:10px 1rem;border-radius:20px;margin-left:10px;font-family:inherit;font-size:14px;outline-width:0}.messengerSender__input{-webkit-flex:1 1;flex:1 1;font-size:12px}.messengerSender__button--hidden{display:none}.messageSender__bottom{margin-top:2rem;padding:0 1rem}.messageSender__bottom,.messageSender__option{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.messageSender__option{padding:10px 20px;-webkit-flex:1 1;flex:1 1;cursor:pointer;border-radius:10px;color:grey;font-weight:600}.messageSender__option>.MuiSvgIcon-root{margin-right:5px}.messageSender__option:hover{background-color:hsla(0,0%,82.7%,.3)}.post{background-color:#fff;margin:1rem 0;border-radius:20px;box-shadow:0 5px 7px -7px rgba(0,0,0,.75);width:100%}.post__top{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:15px;position:relative}.post__userInfo{margin-left:10px}.post__userInfo h3{font-size:medium;text-transform:capitalize}.post__userInfo p{font-size:12px;color:grey}.post__comment,.post__message{color:#333;font-weight:500;padding:1rem 2rem;margin:10px 0}.post__comment p{font-size:14px}.post__image>img{width:100%;height:auto;max-width:100%;object-fit:cover}.post__options{padding:10px 15px 15px;border-top:1px solid #d3d3d3;-webkit-justify-content:space-evenly;justify-content:space-evenly;color:grey}.post__option,.post__options{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.post__option{cursor:pointer;padding:10px 15px}.post__option.active{color:var(--facebook-color)}.post__option>p{margin-left:10px}.post__option:hover{background-color:#eff2f5;border-radius:10px}.story{position:relative;background-position:50%;background-repeat:no-repeat;background-size:cover;background-color:#d3d3d3;height:200px;width:120px;border-radius:10px;margin:5px;padding:1rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;color:#fff;cursor:pointer;transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out;transition:transform .5s ease-out,-webkit-transform .5s ease-out;box-shadow:0 3px 5px rgba(0,0,0,.2);overflow:hidden}.story:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.storyReel{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding-top:10px;position:relative;margin-top:1rem}.storyReel__controller{position:absolute;height:50px;width:50px;background-color:#fff;border-radius:50%;right:-25px;top:40%;border:none;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.21);transition:background-color .3s ease-in-out;outline-width:0}.storyReel__controller:hover{background-color:var(--grey-color)}@media (max-width:500px){.storyReel{max-width:100px;overflow-x:hidden}}.sidebar{-webkit-flex:20% 1;flex:20% 1;margin:0 0 0 10px;position:-webkit-sticky;position:sticky;height:100%;top:30px;left:0;padding-top:1.5rem}.sidebarRow{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:10px;cursor:pointer;transition:background-color .5 ease-in;max-width:300px}.sidebarRow:first-child{margin-top:10px}.sidebarRow:hover{background-color:hsla(0,0%,82.7%,.3);border-radius:10px}.sidebarRow>h4{margin-left:15px;font-weight:500;font-size:15px;color:#444}.sidebarRow>.MuiSvgIcon-root{color:var(--facebook-color);font-size:xx-large}.widget{-webkit-flex:25% 1;flex:25% 1;text-align:right;position:-webkit-sticky;position:sticky;height:700px;top:40px;right:0;padding-top:1.5rem}@media (max-width:500px){.widget{display:none}}.login{height:100vh;display:grid;place-items:center}.login__wrapper{background:rgba(47,129,244,.35);box-shadow:0 8px 32px 0 rgba(200,220,247,.37);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);border-radius:10px;height:500px;width:250px;text-align:center;-webkit-justify-content:space-evenly;justify-content:space-evenly;padding:2rem}.login__logos,.login__wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.login__logos{-webkit-align-items:center;align-items:center}.login_logo{height:150px}.login__logos>img{margin-bottom:1rem}button.login__button{min-width:250px;background-color:var(--facebook-color);color:#fff;font-family:inherit;font-weight:600;font-size:1.2rem}button.login__button:hover{background-color:rgba(232,238,250,.637);color:var(--facebook-color)}
/*# sourceMappingURL=main.505bea2f.chunk.css.map */