.chat-container{height:68vh}.search-container{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-area:search-container;background-color:var(--dark-green);padding:20px;z-index:0}.conversation-list{grid-area:conversation-list;overflow-y:scroll}.conversation{display:grid;grid-template-columns:40px 1fr -webkit-max-content;grid-template-columns:40px 1fr max-content;grid-gap:10px;color:var(--gray);font-size:1.2rem;border-bottom:1px solid var(--dark-green);padding:20px}.conversation.active,.conversation:hover{background:var(--light-green)}.conversation:hover{cursor:pointer}.conversation img{grid-row:span 2;height:40px;width:40px;border-radius:100%}.title-text{font-weight:700;color:var(--black);padding-left:5px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}.update-date{font-size:1rem}.conversation-message{grid-column:span 2;padding-left:5px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}.chat-title{-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;grid-area:chat-title;color:var(--dark-green);font-weight:700;font-size:1.8rem;box-shadow:0 1px 3px -1px var(--black)}.chat-message-list,.chat-title{display:-webkit-flex;display:flex;padding:0 20px}.chat-message-list{-webkit-flex-flow:column;flex-flow:column;height:100%;-webkit-flex-direction:column-reverse;flex-direction:column-reverse;margin:10px;overflow-y:scroll}.message-row{display:grid;grid-template-columns:70%;margin:8px}.message-content{display:grid}.you-message{-webkit-justify-content:end;justify-content:end}.you-message .message-content{justify-items:end}.other-message .message-content{grid-template-columns:48px 1fr;grid-column-gap:15px;justify-items:start}.message-row img{border-radius:100%;grid-row:span 2;width:32px;height:32px}.message-time{font-size:1.2rem;color:var(--grey)}.message-text{padding:9px 14px;font-size:1.4rem;margin-bottom:5px;word-break:break-word}.you-message .message-text{background:var(--green);color:var(--white);border-radius:6px}.other-message .message-text{background:var(--green-smoke);color:var(--black);border-radius:6px}.chat-form{display:-webkit-flex;display:flex;height:80px;-webkit-align-items:center;align-items:center;grid-area:chat-form;background:var(--white-smoke);padding:16px}.chat-form input{-webkit-flex:1 0;flex:1 0;outline:none;padding:10px;border:none;color:var(--black);font-size:1rem;margin:10px}.feed-container{background:#fff}@media (min-width:1200px){.intro-section{width:90%;height:100vh;grid-column-gap:2rem;-webkit-column-gap:2rem;column-gap:2rem;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}}@media (max-width:1200px){.intro-section{width:90%;height:100vh;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}}@media (max-width:992px){.intro-section{max-width:960px;-webkit-transform:translateY(0);transform:translateY(0);margin-bottom:7vw}}@media (max-width:768px){.intro-section{max-width:720px;-webkit-transform:translateY(0);transform:translateY(0)}}@media (max-width:576px){.intro-section{max-width:540px;-webkit-transform:translateY(0);transform:translateY(0)}}.avoid-nav{margin-top:64px}.main-container{z-index:1}.full-height{height:100vh}.section{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;min-height:calc(100vh - 64px)}.rotating-text{color:#219653}.background-img{opacity:.25;position:absolute;height:100vh;pointer-events:none;z-index:-1}.slogan{font-size:max(3rem,5vw);font-weight:700}.intro-desc{font-size:1.5rem}.video-container{width:100%;height:0;position:relative;padding-bottom:56.25%}.video{position:absolute;left:0;top:0;overflow:hidden}.pic,.pic-container,.video{width:100%}.feature-heading{font-size:max(1.5rem,3vw);font-weight:700}.feature-text{font-size:max(1.25rem,2vw)}.test{background-color:rgba(255,0,99,.25);position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.col-gap{grid-column-gap:3rem;-webkit-column-gap:3rem;column-gap:3rem}.bg-team{background-image:url(https://i.ibb.co/TrVtL4Q/Design-community-pana.png);background-repeat:no-repeat;background-size:auto;background-position:50%;background-attachment:fixed}.act2{position:fixed;width:38%;top:0;right:0;z-index:3}.act3{margin-top:12%;margin-bottom:3%;width:85%}.act1{position:fixed;height:70%;width:auto;bottom:-3%;right:3%;-webkit-transform:rotate(14deg);transform:rotate(14deg);z-index:3}.no-wrap{white-space:nowrap}.feed-container{display:grid;grid:"sidebar mainContent"/1fr;height:90vh}.sidebar{grid-area:sidebar;overflow-y:scroll}.mainContent{grid-area:mainContent;overflow-y:scroll;background:#f0f2f5}body,html{background-color:#f2f2f2;background-attachment:fixed;background-size:cover;--green:#27ae60;--dark-green:#219653;--light-green:#6fcf97;--green-smoke:#dbf3e5;--black:#333;--gray:#828282;--red:#eb5757}.clickable:hover{text-decoration:underline;color:var(--green);cursor:pointer}.boldhover:hover{font-weight:700;cursor:pointer;color:#219653}.bold{font-weight:700}.italic{font-style:italic}.green{color:var(--green)}.dark-green{color:var(--dark-green)}.bg-green-smoke{background-color:var(--green-smoke)}.bg-white{background-color:#fff}.bg-green{background-color:var(--green)}.black{color:var(--black)}.gray{color:var(--gray)}.red{color:var(--red)}.white{color:#fff}.icon{font-size:24px}.tag{font-size:1rem;color:var(--dark-green);background-color:var(--green-smoke);border-color:var(--green-smoke);-webkit-justify-content:center;justify-content:center;padding-bottom:3px;padding-left:12px;padding-right:12px}.tag:hover{background-color:var(--dark-green);color:#fff;cursor:pointer}.green-button{background-color:var(--green);border-color:var(--green);color:#fff}.green-button:focus,.green-button:hover{background-color:var(--green-smoke);border-color:var(--green);color:var(--green)}.greensmoke-button{background-color:var(--green-smoke);border-color:var(--green-smoke);color:var(--dark-green)}.greensmoke-button:focus,.greensmoke-button:hover{background-color:#fff;border-color:var(--green);color:var(--dark-green)}.white-button{background-color:#fff;border-color:#dcdcdc;color:var(--black)}.white-button:focus,.white-button:hover{border-color:var(--green);color:var(--green)}.whitegreen-button{background-color:#fff;border-color:grey;color:var(--black)}.whitegreen-button:focus,.whitegreen-button:hover{background-color:var(--green-smoke);border-color:var(--green-smoke);color:var(--dark-green)}.full{height:100vh;width:100vw}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.pink{background-color:pink}.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--green);border-color:var(--green)}.facebook-container{background-color:#4267b2;border-color:#4267b2;color:#fff}.facebook-container:focus,.facebook-container:hover{background-color:rgba(66,103,178,.15);border-color:#4267b2;color:#4267b2}.github-container{background-color:#2b3137;border-color:#2b3137;color:#fff}.github-container:focus,.github-container:hover{background-color:rgba(43,49,55,.15);border-color:#2b3137;color:#2b3137}.google-container{background-color:#3972fe;border-color:#3972fe;color:#fff}.google-container:focus,.google-container:hover{background-color:rgba(57,114,254,.15);border-color:#3972fe;color:#3972fe}.ellipsis{height:175px;overflow:hidden;text-overflow:ellipsis}.bottom-fade{height:128px;margin-top:-128px;background-image:url(/static/media/fade.a60559dd.png);-webkit-transform:rotate(1turn);transform:rotate(1turn);pointer-events:none}.break-word{word-break:break-word}.long-text-ellipsis{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-menu.ant-menu-dark .ant-menu-item:hover.navitem{background-color:var(--dark-green)}.ant-menu.ant-menu-dark>.ant-menu-item-active.pickitem,.ant-menu.ant-menu-dark>.ant-menu-item-selected.pickitem{background-color:var(--green-smoke)}.ant-menu.ant-menu-dark>.ant-menu-item-active.notpickitem,.ant-menu.ant-menu-dark>.ant-menu-item-selected.notpickitem{background-color:transparent}.object-fit{object-fit:scale-down}.disable-horizontal-scroll{overflow-x:hidden}.enable-horizontal-scroll{overflow-x:auto}.box-shadow{box-shadow:20px 40px #888}.full-height{min-height:100vh}
/*# sourceMappingURL=main.c43a6d90.chunk.css.map */