@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);@import url(https://fonts.cdnfonts.com/css/neue-haas-grotesk-text-pro);*{padding:0}*,body{margin:0}body{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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.feed{display:flex;justify-content:center;align-items:center}html{overflow-x:hidden;margin:0;padding:0;height:100%}body{min-height:100%}.MuiAvatar-root img{object-fit:fill!important;height:110%!important;width:110%!important}.allPosts{min-height:100vh!important}@media screen and (max-width:600px){html{overflow-x:hidden}}.createPost{height:100vh;width:100vw;display:flex;flex-direction:column}.createPost>.footer{width:50vw!important}.createPost__container{align-self:center;margin:auto;height:65%;width:37%;background:#fff;box-shadow:-2px -2px 10px rgba(0,0,0,.1),2px 3px 10px rgba(0,0,0,.12);border-radius:70px;display:flex;justify-content:space-around}.createPost__container h3{margin-bottom:20px;font-family:"Neue Haas Grotesk Text Pro";font-style:normal;font-weight:400;font-size:48px;line-height:59px;letter-spacing:.055em;color:#ff414d;white-space:nowrap}.createPost__container h3 svg{color:#214475!important;font-size:45px;transform:translateY(10px);padding-left:19px}.createPost__left{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.legend{background:#fff;border:1px solid #1aa6b7;box-sizing:border-box;box-shadow:6px 5px 16px 3px rgba(0,0,0,.1);border-radius:20px;height:30%;width:90%;position:relative;margin-bottom:20px;margin-left:20px;align-self:flex-start}.legend textarea{font-size:20px;height:90%;width:90%;border:none;position:absolute;top:10px;left:10px;outline-width:0}.legend svg{position:absolute;bottom:10px;right:20px;color:#ff414d!important}.legend textarea::-webkit-input-placeholder{font-family:Poppins;font-style:normal;font-weight:400;font-size:35px;line-height:52px;letter-spacing:.055em;color:#3f3d56;opacity:.6}.legend textarea:-ms-input-placeholder{font-family:Poppins;font-style:normal;font-weight:400;font-size:35px;line-height:52px;letter-spacing:.055em;color:#3f3d56;opacity:.6}.legend textarea::-ms-input-placeholder{font-family:Poppins;font-style:normal;font-weight:400;font-size:35px;line-height:52px;letter-spacing:.055em;color:#3f3d56;opacity:.6}.legend textarea::placeholder{font-family:Poppins;font-style:normal;font-weight:400;font-size:35px;line-height:52px;letter-spacing:.055em;color:#3f3d56;opacity:.6}.dragAndDrop{background:#fff;border:1px solid #1aa6b7;box-sizing:border-box;box-shadow:6px 5px 16px 3px rgba(0,0,0,.1);border-radius:20px;height:45px;align-self:flex-start;width:55%;margin-bottom:20px;margin-left:20px;background-color:#214475;cursor:pointer;transition:background .4s}.dragAndDrop:hover{background:#1aa6b7}.dragAndDrop div{color:#fff;font-size:20px;font-family:"Poppins";white-space:nowrap;padding-left:20px;padding-top:6px}.createPost__left button{background-color:#3f3d56;padding:20px;height:40px;width:190px;border-radius:15px;color:#fff;align-self:flex-start;margin-left:23px;font-family:"Poppins";font-weight:300;font-size:16px}.createPost__left button:hover{background:#63617a!important}.createPost__left h2{font-size:16px;height:20px;white-space:nowrap;font-style:italic;transform:translateY(-30px);padding-left:20px;align-self:flex-start;color:#3f3d56}.createPost__container .loading{transform:translateY(150px)!important}.createPost__container .loading svg{transform:translateY(-30px)!important}@media screen and (max-width:600px){.createPost__container{height:70%;width:90%}.createPost__left h3{font-size:35px}.createPost__left svg{height:40px;width:40px}.legend textarea::-webkit-input-placeholder{font-size:30px}.legend textarea:-ms-input-placeholder{font-size:30px}.legend textarea::-ms-input-placeholder{font-size:30px}.legend textarea::placeholder{font-size:30px}.dragAndDrop>div{font-size:17px}}svg{pointer-events:none}.footer{min-width:40vw;max-width:50vw;position:-webkit-sticky;position:sticky;bottom:0;box-shadow:2px 2px 17px rgba(0,0,0,.8);border-top-left-radius:40px;border-top-right-radius:40px;justify-content:space-around;margin:0 auto;z-index:100;height:60px}.footer,.icon__container{background:#fff;display:flex;align-items:center}.icon__container{height:45px;width:45px;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:100px;justify-content:center;cursor:pointer}.icon__container svg{height:80%;width:80%;margin:10px}.icon__all{position:relative}.icon__all p{position:absolute;bottom:0;font-weight:600;font-size:13px;background:#1aa6b7;border-radius:9px;color:#fff;padding:3px;font-family:"Lato";width:auto;pointer-events:none;opacity:0;transition:all .6s;margin-top:5px;transform:translateX(-4%);white-space:nowrap}.icon__all:hover>.icon__container{transform:translateY(-28px);box-shadow:0 4px 4px rgba(0,0,0,.25),2px 50px 38px rgba(0,0,0,.19)}.icon__all:hover>p{opacity:1}@media screen and (max-width:600px){.footer{min-width:87vw}}.allPosts{display:flex;flex-direction:column;justify-items:center}.post{margin:30px auto}.thepost{display:flex;flex-direction:column;align-items:flex-start;max-height:600px;background-color:#fff;box-shadow:-4px -4px 35px -15px rgba(0,0,0,.25),4px 4px 25px -11px rgba(0,0,0,.25);border-radius:60px;width:460px}.thepost__image{height:400px}.thepost__image,.thepost__image img{width:100%;border-top-left-radius:60px;border-top-right-radius:60px}.thepost__image img{height:100%;z-index:-1;object-fit:fill}.thepost__creator{height:30px;padding-left:10px;justify-content:space-between;width:90%}.likes,.thepost__creator{display:flex;align-items:center}.likes{text-align:end;color:#ff1a28;font-family:"Neue Haas Grotesk Text Pro";font-style:normal;font-weight:500;font-size:18px;letter-spacing:.02em}.likes svg{color:inherit!important}.MuiAvatar-root{height:25px!important;width:24px!important;border:2px solid #07689f;margin-right:10px!important;margin-top:5px}.MuiAvatar-root img{height:140%;width:140%;object-fit:contain}.thepost__creator p{font-size:20px;color:#07689f;font-family:"Poppins",sans-serif;cursor:pointer}.thepost__creator--name{display:flex}.thepost__creator p a{text-decoration:none;color:inherit}.thepost__creator p:hover{text-decoration:underline;color:#097cbe}.thepost__legend{font-size:16px;font-family:"Poppins",sans-serif;padding-left:10px;font-weight:500;min-height:45px;overflow-y:scroll;position:relative;width:90%}.thepost__legend .date{position:absolute;bottom:-2px;right:3px;font-size:13px;font-style:italic;opacity:.4;color:#07689f}.thepost__legend::-webkit-scrollbar{width:5px}.thepost__legend::-webkit-scrollbar-track{background:#f1f1f1}.thepost__legend::-webkit-scrollbar-thumb{background:#888}.thepost__interaction{display:flex;align-items:center;justify-content:space-evenly;width:100%;margin-top:6px}.thepost__interaction--option{height:35px;width:70px;background-color:#fff;box-shadow:-2px -2px 26px -79px rgba(0,0,0,.25),-2px -2px 23px -3px rgba(0,0,0,.25);border-radius:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .6s}.thepost__interaction--option:first-child:active>svg{transform:scale(1.3)}.thepost__interaction--option:hover{background-color:#b6b5b5}.thepost__interaction--option svg{height:30px;width:30px;pointer-events:none}.comment{width:420px;height:35px;display:flex;align-items:center;background:#fff;box-shadow:2px 2px 15px 1px rgba(0,0,0,.25),-4px -4px 9px -30px rgba(0,0,0,.25);border-radius:29px;margin-top:20px;margin-bottom:5px;opacity:0;position:relative;z-index:100}.comment input{border:none;flex:1 1;margin-right:10px;outline-width:0;width:70%}.allcomments{margin-top:5px;padding-left:38px;overflow-x:hidden;overflow-y:auto;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;margin-bottom:5px;width:80%}.allcomments::-webkit-scrollbar{width:5px}.allcomments::-webkit-scrollbar-track{background:#f1f1f1}.allcomments::-webkit-scrollbar-thumb{background:#888}.allcomments span{color:#1aa6b7;cursor:pointer}.allcomments span:hover{color:#1ec5d8;text-decoration:underline}.allcomments span a{text-decoration:none;color:inherit}.MuiSvgIcon-root{color:#1aa6b7!important;padding:5px 8px}.explore .loading{transform:translateY(300px)}.explore .footer{position:-webkit-sticky!important;position:sticky!important;bottom:0!important}.comment form{position:relative;width:100%}.comment form button{position:absolute;border:none;background-color:transparent;justify-self:end;cursor:pointer;right:10px;bottom:-10px}.follow-to-start{display:flex;align-items:center;justify-content:center;font-size:3.2rem;font-family:"Poppins"}.follow-to-start svg{height:50px!important;width:50px!important}@media screen and (max-width:600px){.post:first-child{margin-top:70px}.thepost{max-width:90vw;height:450px!important;margin:auto}.thepost__image{height:280px}.allcomments{margin-bottom:6px;margin-top:5px}.comment{width:80vw;margin:16px auto auto}.post{margin:5px auto}.post:first-child{margin-bottom:35px}}.header{height:30px;display:flex;align-items:center;width:100%;justify-content:space-between;padding:20px;background-color:#fff;box-shadow:4px 4px 19px -2px rgba(0,0,0,.25);border-bottom-left-radius:40px;border-bottom-right-radius:40px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header h3{font-family:"Poppins",sans-serif;font-size:32px;color:#07689f;padding-left:20px;cursor:pointer}.header h3 a{text-decoration:none;color:inherit}.search{background:#e5e5e5;border-radius:26px;width:22%;color:#07689f!important;height:30px;position:relative;margin-right:25px;flex:0.3 1}.search input{border:none;outline-width:0;margin-left:10px;width:60%;position:absolute;bottom:6.5px;background:inherit}.search input::-webkit-input-placeholder{font-family:"Poppins";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.045em;color:#132743}.search input:-ms-input-placeholder{font-family:"Poppins";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.045em;color:#132743}.search input::-ms-input-placeholder{font-family:"Poppins";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.045em;color:#132743}.search input::placeholder{font-family:"Poppins";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.045em;color:#132743}.allResults{position:absolute;top:40px;background:#fff;box-shadow:-5px -4px 20px 3px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.25);border-radius:42px;padding:20px 10px;width:90%;color:#132743}.allResults .result{height:30px;display:flex;justify-content:start;align-items:center;border-bottom:1px solid #275088;margin:15px 2px;padding-bottom:10px}.allResults .result a{display:flex;align-items:center;text-decoration:none;color:inherit}@media screen and (max-width:600px){.header{height:24px;padding:18px;width:98%;position:fixed}.header h3{font-size:21px;padding-left:7px}.search{flex:0.8 1}.search input{margin-left:3px}.search input::-webkit-input-placeholder{font-size:14px}.search input:-ms-input-placeholder{font-size:14px}.search input::-ms-input-placeholder{font-size:14px}.search input::placeholder{font-size:14px}}.login svg{height:120%;width:140%;position:fixed;right:-390px;top:-30px}.login__container{margin:25px 20px auto;height:75vh;width:400px;background:rgba(218,242,255,.79);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-blend-mode:multiply;border-radius:48px;padding:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.login__container h3{padding-top:40px;font-family:"Neue Haas Grotesk Text Pro",sans-serif;font-weight:700;font-size:60px;line-height:84px;color:#333}.inputs{height:60%;display:flex;flex-direction:column;justify-content:space-evenly}.input{display:flex;background:#fff;border:1px solid #003857;box-sizing:border-box;box-shadow:6px 5px 16px 3px rgba(0,0,0,.2);border-radius:14px;height:50px;position:relative;width:300px}.input input{border:none;outline-width:0;margin-left:25px;width:70%;font-family:sans-serif;font-size:20px}.input input::-webkit-input-placeholder{font-family:Poppins;font-weight:200;font-size:20px;line-height:27px;color:#07689f;opacity:.7}.input input:-ms-input-placeholder{font-family:Poppins;font-weight:200;font-size:20px;line-height:27px;color:#07689f;opacity:.7}.input input::-ms-input-placeholder{font-family:Poppins;font-weight:200;font-size:20px;line-height:27px;color:#07689f;opacity:.7}.input input::placeholder{font-family:Poppins;font-weight:200;font-size:20px;line-height:27px;color:#07689f;opacity:.7}.input svg{height:30px;width:30px;position:absolute;right:10px;top:2px;background-color:#fff}.login__container button{height:50px!important;width:170px;background:rgba(0,0,0,.8)!important;border-radius:12px!important;color:#fff;font-family:Poppins;display:flex;justify-content:flex-start;padding-left:20px;font-size:24px;line-height:42px;letter-spacing:.09em}.noAccount{margin-top:20px}.noAccount span{font-size:20px;line-height:24px;color:#1aa6b7}.noAccount a,.noAccount span{font-family:"Neue Haas Grotesk Text Pro";letter-spacing:.02em}.noAccount a{text-decoration:none;font-weight:700;font-size:22px;line-height:25px;color:#003857}.login__container.up h3{padding-top:0}.login__container.up button{width:230px;font-size:16px}.chooseAvatar{display:flex;align-items:center;justify-content:space-between}.chooseAvatar div{background:#003857;width:50%;height:20px;padding:10px;box-shadow:-4px -4px 12px rgba(0,0,0,.17),4px 4px 20px rgba(0,0,0,.15);border-radius:41px;color:#fff;cursor:pointer;font-weight:700;font-family:"Poppins",sans-serif;font-size:13px;transition:all .4s}.chooseAvatar div:hover{background:#007fc3}.chooseAvatar h3{font-size:16px;height:20px;white-space:nowrap;font-style:italic;transform:translateY(-30px);padding-left:20px}.loading{display:flex;justify-content:space-evenly;height:200px;width:100%;position:relative;margin-left:50px}.loading .connect{font-family:"Poppins",sans-serif;font-size:60px;color:#07689f;transform:translateY(-55px)}.loading svg{position:absolute;left:0;height:50px!important;width:50px!important}#point{-webkit-animation:rotate 1.5s linear infinite;animation:rotate 1.5s linear infinite;transform-origin:center}@-webkit-keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:600px){.login>svg{transform:translateX(-150px);z-index:-100;opacity:.6}.login__container{margin:75px auto auto;height:75vh;width:75vw;padding:25px}.input{width:97%}.input input{margin-right:10px}.login__container h3{padding-top:30px;font-size:50px}.chooseAvatar div{background:#003857;width:60%;font-size:12px}.chooseAvatar h3{font-size:12px;height:20px;white-space:nowrap;font-style:italic;transform:translateY(-30px);padding-left:20px}}.user__info{display:flex;flex-direction:column;align-items:center;justify-self:center;width:100%}.user__info--avatar{margin:10px auto;position:relative}.user__info--avatar .MuiAvatar-root{height:120px!important;width:120px!important}.user__info--avatar>svg{position:absolute;bottom:-30px;right:-17px;width:180px;height:80%}.user__info--statics{display:flex;align-items:center;justify-content:space-evenly;width:40%;margin:20px auto}.stat{display:flex;flex-direction:column;justify-content:start;align-items:flex-start}.stat__number{font-family:"Neue Haas Grotesk Text Pro";font-size:30px;line-height:49px;text-align:center;letter-spacing:.045em;color:#132743}.stat__name{font-family:Arial,sans-serif;font-size:20px;line-height:34px;letter-spacing:.045em;color:#ff414d}.images__container{flex-wrap:wrap;flex-direction:row;min-height:440px}.images__container,.single__img{display:flex;justify-content:center;align-items:center}.single__img{margin:0 40px 40px;box-shadow:4px 4px 18px 6px rgba(0,0,0,.1);-webkit-filter:drop-shadow(-4px -4px 20px rgba(0,0,0,.1));filter:drop-shadow(-4px -4px 20px rgba(0,0,0,.1));border-radius:53px;max-width:300px;height:300px}.single__img img{height:100%;width:100%;border-radius:53px;object-fit:fill}.follow{background:#107ebc;color:#fff;padding:10px;display:flex;align-items:center;justify-content:space-evenly;cursor:pointer}.follow:hover{background:#20a0eb}.follow svg{height:30px;width:30px;padding-right:10px}.follow.followed svg{color:#fff!important}.follow.followed{background-color:#17b817!important}.follow p{font-family:"Neue Haas Grotesk Text Pro";font-style:normal;font-weight:500;font-size:40px;line-height:44px;letter-spacing:.045em;padding-left:10px;color:#fff}.profile .loading{height:100px;width:350px}.profile .loading #point{position:relative!important;bottom:100px!important}.saved{display:flex;align-items:center;margin:50px 70px;justify-content:start}.saved__text{font-family:"Poppins";font-style:normal;font-weight:400;font-size:90px;line-height:135px;letter-spacing:.045em;color:#132743;padding-left:50px}.chatWith{width:65px;height:65px;background:#1aa6b7;color:#fff;border-radius:45%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s}.chatWith:hover{background-color:#28dcf0}.chatWith svg{height:40px!important;width:40px!important;color:#fff!important}.user__name{font-size:30px;font-family:"Poppins";padding-top:20px;color:#132743}@media screen and (max-width:600px){.user__info{margin-top:60px}.user__info--statics{width:100%}.stat>.stat__number{font-size:24px}.stat>.stat__name{font-size:14px;padding-right:6px}.follow{width:70px;height:25px;margin-left:10px;padding:15px;font-size:14px}.follow>svg{height:20px;width:20px}.chatWith{width:40px;height:40px;margin-left:10px}.chatWith>svg{width:25px!important;height:25px!important}.saved{margin:35px}.saved__text{font-size:40px;letter-spacing:.045em;color:#132743;padding-left:50px}}.settings__logo--wrapper{display:flex;margin-left:40px;align-items:center;justify-content:start;margin-top:25px}.settings__logo--wrapper svg{height:60px;width:60px}.settings__logo--wrapper p{font-family:"Poppins";font-size:60px;padding-left:40px;letter-spacing:.045em}.setting__container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;height:76vh}.setting__container .MuiAvatar-root.MuiAvatar-circle{height:70px!important;width:70px!important}.setting__avatar div{font-family:"Poppins";font-size:25px;line-height:37px;display:flex;align-items:center;justify-content:center;letter-spacing:.045em;background:#1aa6b7;padding:10px 18px;color:#fff;cursor:pointer}.setting__input{background:#fff;box-shadow:-3px -3px 20px rgba(0,0,0,.25),4px 4px 20px rgba(0,0,0,.15);border-radius:16px;width:35%}.setting__input input{border:none;outline-width:0;font-family:"Poppins";font-size:16px;padding-left:10px;margin:16px 10px}.setting__input input::-webkit-input-placeholder{opacity:.6}.setting__input input:-ms-input-placeholder{opacity:.6}.setting__input input::-ms-input-placeholder{opacity:.6}.setting__input input::placeholder{opacity:.6}.setting__update{width:200px;height:40px;font-family:"Poppins";font-size:35px;line-height:52px;display:flex;align-items:center;justify-content:center;letter-spacing:.045em;color:#fff!important;background:rgba(0,0,0,.8)}.setting__avatar .text{color:#525252;font-size:20px;font-family:"Poppins";white-space:nowrap;padding-left:20px;padding-top:6px}.setting__update button{color:#fff!important;width:100%!important}.error{color:#d63131}.error,.success{font-weight:700;font-size:18px;font-style:italic}.success{color:#10b110}@media screen and (max-width:600px){.settings__logo{margin-top:100px}.settings__logo--wrapper p{font-size:35px}.setting__input{width:75%}.setting__update{margin-bottom:30px}}.inbox{height:100%;width:100vw;padding-bottom:70px;background-color:#f4f5f9;transform:translateY(-30px)}.inbox>h3{font-family:"Neue Haas Grotesk Text Pro";font-style:normal;font-weight:700;font-size:50px;letter-spacing:.07em;padding:50px 30px 20px;color:#2b2b2b}.inbox__input{display:flex;background-color:#fff;width:28%;height:60px;border-radius:20px;align-items:center;margin:10px 30px}.inbox__input svg{margin:auto 18px}.inbox__input input{border:none;outline-width:0;margin:20px 5px;width:90%;height:90%;font-size:25px}.inbox__input input::-webkit-input-placeholder{font-family:"Poppins";font-size:18px;letter-spacing:.07em;color:#214475}.inbox__input input:-ms-input-placeholder{font-family:"Poppins";font-size:18px;letter-spacing:.07em;color:#214475}.inbox__input input::-ms-input-placeholder{font-family:"Poppins";font-size:18px;letter-spacing:.07em;color:#214475}.inbox__input input::placeholder{font-family:"Poppins";font-size:18px;letter-spacing:.07em;color:#214475}.inbox__recent--text{font-family:"Poppins";font-size:35px;letter-spacing:.07em;color:#ff3340;padding:20px 30px}.message__container{background-color:#fff;border-radius:33px;width:87%;margin-left:50px;margin-bottom:40px;cursor:pointer;transition:all .6s}.message__container:hover{transform:scale(1.07);opacity:.8;box-shadow:3px 40px 40px rgba(0,0,0,.15)}.message__container--with{width:90%;display:flex;justify-content:space-between;align-items:center}.with__left{display:flex;width:30%;margin:20px;justify-self:start}.with__left .MuiAvatar-root{border:2px solid #ff3340!important;margin-right:20px!important;height:45px!important;width:45px!important}.with__left .MuiAvatar-root svg{background:#e2e3e9!important;color:#3972c2!important}.with__left h2{font-weight:500;font-size:45px;color:#3f3d56}.with__left h2,.with__right{font-family:"Neue Haas Grotesk Text Pro";letter-spacing:.07em}.with__right{font-size:21px;text-transform:capitalize;color:#333}.lastMessage{font-family:"Lato";color:#7d7a7a;padding-bottom:20px}.lastMessage,.lastMessage span{font-size:30px;text-transform:capitalize}.lastMessage span{font-family:"Lato",sans-serif;color:#504c4c;padding-left:20px}.with__left.following{padding:40px 20px!important}.noRecent{font-family:"Neue Haas Grotesk Text Pro";font-weight:400;font-size:40px;letter-spacing:.07em;padding:50px 30px 20px;color:#2b2b2b}@media screen and (max-width:600px){.inbox{padding-top:70px}.inbox>h3{font-size:55px}.inbox__input{width:85%}.inbox__input input::-webkit-input-placeholder{color:#2b2b2b;font-size:14px}.inbox__input input:-ms-input-placeholder{color:#2b2b2b;font-size:14px}.inbox__input input::-ms-input-placeholder{color:#2b2b2b;font-size:14px}.inbox__input input::placeholder{color:#2b2b2b;font-size:14px}.message__container{width:95%;margin-left:20px}.with__left h2{font-size:25px;padding-right:20px;max-width:100px}.with__left .MuiAvatar-root{margin-right:10px!important;height:20px!important;width:20px!important}.with__right{font-size:13px}.lastMessage span{font-size:22px}.lastMessage{font-size:20px}.noRecent{font-size:25px}}.chat{width:100vw;height:89vh;background-color:#f4f5f9;display:flex;flex-direction:column;overflow-y:hidden!important}.chat .MuiAvatar-root{border:3px solid #1aa6b7!important}.chat .MuiAvatar-root img,.chat .MuiAvatar-root svg{height:100%!important;width:100%!important}.chat .MuiAvatar-root svg{object-fit:cover}.chat__header{justify-self:flex-start;background-color:#e5e5e5!important;display:flex;align-items:center;height:120px;width:100%;padding-top:50px;padding-bottom:20px}.chat__header--back{background:#fff;box-shadow:4px 4px 20px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;height:60px;width:60px;cursor:pointer;border-radius:50%;justify-self:start;margin-left:60px;transition:all .4s}.chat__header--back:hover{background:#f0f0f0}.chat__header--center{width:90%;justify-self:center;display:flex;align-items:center;justify-content:center}.chat__header--center .MuiAvatar-root{height:70px!important;width:70px!important;display:inherit!important}.chat__header--center h2{font-family:"Neue Haas Grotesk Text Pro";font-weight:500;font-size:35px;letter-spacing:.045em;color:#132743}.chat .MuiAvatar-root svg{background:#e2e3e9!important;color:#3972c2!important}.chat__scrollbar{overflow-y:auto;width:98%;overflow-x:hidden;flex:1 1}.chat__scrollbar::-webkit-scrollbar{width:10px}.chat__scrollbar::-webkit-scrollbar-track{background:#f1f1f1}.chat__scrollbar::-webkit-scrollbar-thumb{background:#a5a5a5;border-radius:20px}.message{display:flex;width:100vw;min-height:30px;margin-bottom:50px;position:relative}.message:first-child{margin-top:15px!important}.message .MuiAvatar-root{height:45px!important;width:45px!important;margin-left:20px!important;margin-right:20px!important}.message__receiver{display:flex;justify-self:flex-start;position:absolute}.message__receiver .message__timestamp{position:absolute;bottom:-26px;right:0;margin-right:20px;font-family:Arial;font-style:italic;font-size:14px;line-height:24px;letter-spacing:.045em;color:#1aa6b7}.message__sender{justify-self:right;position:absolute;top:0;right:0;display:flex}.message__sender .MuiAvatar-root{order:2;margin-right:40px!important}.message__sender .message__text{order:1}.message__sender .message__timestamp{position:absolute;bottom:-26px;left:0;font-family:Arial,sans-serif;font-style:italic;font-size:14px;line-height:24px;letter-spacing:.045em;color:#1aa6b7}.message__text{min-width:150px;max-width:80%;background:#fff;box-shadow:4px 4px 20px rgba(0,0,0,.25);border-radius:35px;font-family:"Poppins";font-size:25px;letter-spacing:.045em;padding:2px 10px;margin-right:10px}.chat__footer,.message__text{display:flex;align-items:center}.chat__footer{justify-self:end;max-height:130px;margin-top:10px;justify-content:space-between;margin-bottom:10px}.chat__input{background:#fff;box-shadow:4px 4px 20px rgba(0,0,0,.25);border-radius:36px;flex:1 1;margin-left:40px;margin-right:20px}.chat__input input{border:none;height:90%;width:90%;margin:10px 20px;outline-width:0;padding:2px 0;font-size:22px}.chat__input input::-webkit-input-placeholder{font-family:"Poppins";font-size:18px;line-height:52px;letter-spacing:.045em;color:rgba(0,0,0,.8)}.chat__input input:-ms-input-placeholder{font-family:"Poppins";font-size:18px;line-height:52px;letter-spacing:.045em;color:rgba(0,0,0,.8)}.chat__input input::-ms-input-placeholder{font-family:"Poppins";font-size:18px;line-height:52px;letter-spacing:.045em;color:rgba(0,0,0,.8)}.chat__input input::placeholder{font-family:"Poppins";font-size:18px;line-height:52px;letter-spacing:.045em;color:rgba(0,0,0,.8)}.chat__send{background:#003857;height:40px;width:40px;margin-right:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s}.chat__send svg{color:#fff!important}.chat__send:hover{background:#0c75ad}.chat button{border:none;outline-width:0}.chat form{max-height:110px;transform:translateY(-3px)}.scroll{height:30px;width:30px;display:flex;justify-content:center;align-items:center;padding:10px;background-color:#b4b4b4;border-radius:50%;margin-left:20px;cursor:pointer;position:fixed;bottom:70px;transition:all .4s;opacity:.7}.scroll:hover{background-color:#8a8a8a;opacity:1}.scroll svg{height:20px!important;width:20px!important;color:#fff!important}@media screen and (max-width:600px){.chat{height:100vh}.chat__header{padding-bottom:10px;height:85px}.chat__header--center .MuiAvatar-root{height:35px!important;width:35px!important}.chat__header--back{height:50px;width:55px;border-radius:50%;margin-left:40px}.chat__header--back svg{height:35px!important;width:35px!important}.message__text{min-width:90px;font-size:20px;padding:1px 8px;margin-right:8px;border-radius:25px}.message .MuiAvatar-root{height:35px!important;width:35px!important;margin-left:10px!important;margin-right:18px!important}.message__receiver .message__timestamp,.message__sender .message__timestamp{font-size:11px}.chat__input input{font-size:17px}.scroll{height:25px;width:25px;padding:8px;bottom:70px}}
/*# sourceMappingURL=main.cf24749c.chunk.css.map */