aside#chat{padding-bottom:8rem;border-left:1px solid rgba(0,0,0,.1);background-color:#fff;position:relative}aside#chat:before{content:"";display:block;width:100%;height:2rem;position:fixed;background-image:linear-gradient(180deg,hsl(0,0%,100%) 5px,hsla(0,0%,0%,0));z-index:9}aside#chat h2.gf-welcome:before{content:attr(data-pretitle);display:block;width:100%;padding-top:7rem;margin-bottom:.85em;font-family:manropebold,sans-serif;font-weight:700;font-size:2rem;color:hsl(138,40%,66%);text-align:center;background-image:url(/icons/logo.svg);background-repeat:no-repeat;background-size:6.5rem;background-position:50% 0}button.chatControl{display:block;width:1.25rem;height:1.25rem;padding:0;margin:0;font-size:1rem;position:absolute;top:.85rem;left:.75rem;background:rgba(0,0,0,0);border:none;z-index:9}button.chatControl span{display:none}button.chatControl:before{content:"";width:100%;font-family:FontAwesomeRegular;font-weight:400!important;font-size:.875em;color:#000;line-height:1;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}button.chatControl#chatToggle:before{content:""}button.chatControl#chatClose{left:auto;right:.75rem}button.chatControl#chatClose:before{content:"";letter-spacing:-.1em;font-size:.7em}.gf-message-wrapper{margin-bottom:2rem}.gf-composer-wrapper{width:18rem;max-width:58rem;margin:1rem 0;position:fixed;bottom:0;background:#fff}.gf-composer-form{padding:1.5em;font-family:manroperegular,sans-serif;font-weight:400;font-size:.85rem;border-radius:1rem;border:1px solid rgba(0,0,0,.1)}div.fileWrapper{width:100%;height:3.25rem;margin:.25rem 0;padding:0 1rem 0 .5rem;font-family:manropesemibold,sans-serif;font-weight:600;font-size:.75rem;background:#fff;border:1px solid hsl(100,13%,95%);border-radius:.5rem;position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center}div.fileWrapper>span.fileType{max-width:100%;height:100%;padding-left:2.5rem;display:inline-flex;flex-direction:column;justify-content:center;position:relative;overflow:clip}div.fileWrapper>span.fileType>span.fileExtension{font-family:manropelight,sans-serif;font-weight:300;color:rgba(0,0,0,.75)}div.fileWrapper>span.fileType:before{content:"";display:block;width:1.75rem;height:1.75rem;padding:.25rem;position:absolute;top:50%;left:0;transform:translateY(-50%);background-position:50% 0;background-size:contain;background-repeat:no-repeat}div.fileWrapper>span.fileType.doc:before,div.fileWrapper>span.fileType.docx:before,div.fileWrapper>span.fileType.pdf:before{background-image:url(/icons/file-document.svg)}div.fileWrapper>span.fileType.gif:before,div.fileWrapper>span.fileType.jpeg:before,div.fileWrapper>span.fileType.jpg:before,div.fileWrapper>span.fileType.mp4:before,div.fileWrapper>span.fileType.mpeg:before,div.fileWrapper>span.fileType.png:before,div.fileWrapper>span.fileType.ppt:before,div.fileWrapper>span.fileType.pptx:before,div.fileWrapper>span.fileType.svg:before{background-image:url(/icons/file-media.svg)}div.fileWrapper>span.fileType.csv:before,div.fileWrapper>span.fileType.xls:before,div.fileWrapper>span.fileType.xlsx:before{background-image:url(/icons/file-spreadsheet.svg)}div.fileWrapper{width:fit-content;max-width:100%}div.fileWrapper button.remove{width:.85rem;height:.85rem;padding:.05rem;position:absolute;top:.25rem;right:.25rem;background-color:#000;border-radius:100px}div.fileWrapper button.remove>span{display:none}div.fileWrapper button.remove>svg{width:.75rem;height:.75rem;color:#fff}.gf-bubble-client{margin-top:1.5rem;padding:10px 15px;font-size:.875rem;background-color:hsl(100,13%,95%)}.gf-bubble-client p{font-size:1em;line-height:1.4}.gf-bubble-quanta{padding:10px 15px;font-size:.875rem}.gf-bubble-quanta p{font-size:1em;line-height:1.4}.gf-bubble-quanta h1{font-size:2em}.gf-bubble-quanta h2{font-size:1.75em}.gf-bubble-quanta h3{font-size:1.5em}.gf-bubble-quanta h4{font-size:1.25em}.gf-welcome-suggestions-wrapper{margin:1rem auto 2rem}.gf-welcome-suggestion{margin:0 1rem;padding:1em 2.5em 1em 1em;display:flex;flex-direction:row;font-family:manroperegular,sans-serif;font-weight:400;font-size:.85rem;border-radius:1rem;border:1px solid rgba(0,0,0,.1);position:relative;text-align:left}.gf-welcome-suggestion:after{content:"";font-family:FontAwesomeRegular;font-weight:400!important;display:block;width:1em;position:absolute;top:50%;right:.5em;transform:translateY(-50%)}div.gf-composer-inner-wrapper{width:100%;display:flex;gap:1rem;position:relative}@media(max-width:600px){div.gf-composer-inner-wrapper{display:grid;grid-template-columns:1fr 1rem 1rem 1rem 2rem;grid-template-rows:auto 2rem;grid-template-areas:"textarea textarea textarea textarea textarea" ". recordDone record attachments send"}}div.gf-composer-inner-wrapper textarea.gf-composer-input{grid-area:textarea;font-family:manroperegular,sans-serif;font-weight:400;font-size:.875rem;color:#000}div.gf-composer-inner-wrapper textarea.gf-composer-input:focus{outline:none}div.gf-composer-inner-wrapper textarea.gf-composer-input::placeholder{color:#000}div.gf-composer-inner-wrapper .gf-record-button{grid-area:record;align-self:end}div.gf-composer-inner-wrapper .gf-attachment-button{grid-area:attachments;align-self:end}div.gf-composer-inner-wrapper .gf-send-button{grid-area:send;align-self:end;border-radius:100px;background:#000;margin:0}div.gf-composer-inner-wrapper .gf-send-vtt-button{grid-area:recordDone;align-self:end;display:none}div.gf-composer-inner-wrapper.active textarea.gf-composer-input{margin-bottom:2rem}@media(max-width:600px){div.gf-composer-inner-wrapper.active textarea.gf-composer-input{margin-bottom:0}}div.gf-composer-inner-wrapper.active .gf-send-vtt-button{display:block}div#dashboard.chat-min aside#chat div.gf-chat-inner-wrapper,div#dashboard.chat-min button#chatClose,div.gf-composer-inner-wrapper.active .gf-attachment-button,div.gf-composer-inner-wrapper.active .gf-send-button{display:none}div#dashboard.chat-mid button#chatToggle:before{content:""}div#dashboard.chat-mid aside#chat h2.gf-welcome{font-size:1.25rem}div#dashboard.chat-mid aside#chat h2.gf-welcome:before{padding-top:3.5rem;font-size:1rem;background-size:3.25rem}div#dashboard.chat-mid aside#chat form.gf-composer-form{padding:1em}div#dashboard.chat-mid aside#chat div.gf-composer-inner-wrapper{display:grid;grid-template-columns:1fr 1rem 1rem 1rem 2rem;grid-template-rows:auto 2rem;grid-template-areas:"textarea textarea textarea textarea textarea" ". recordDone record attachments send";gap:.5rem}div#dashboard.chat-max aside#chat{border-left:none;padding-bottom:12rem}div#dashboard.chat-max button#chatToggle:before{content:""}div#dashboard.chat-max .gf-welcome-suggestions-wrapper{margin:2rem auto 2.5rem}div#dashboard.chat-max .gf-welcome-suggestion{padding:1.5em 3em 1.5em 1.5em}div#dashboard.chat-max .gf-welcome-suggestion:after{right:1.5em}div#dashboard.chat-max .gf-composer-wrapper{width:calc(100vw - 14rem);padding:0 1rem;left:50%;bottom:2rem;transform:translateX(calc(-50% + 7rem))}div#dashboard.sidebar-min.chat-max .gf-composer-wrapper{width:calc(100vw - 2.75rem);transform:translateX(calc(-50% + 1.375rem))}div[data-radix-popper-content-wrapper=""]>div{padding:5px 7px;z-index:999999}@media(max-width:1024px){main#screen{padding-bottom:7.5rem}button#chatClose{display:none}aside#chat{overflow:visible!important;width:100%;padding:0;position:fixed;left:50%;bottom:0;transform:translateX(-50%);background-color:#fff;border:solid rgba(0,0,0,.1);border-width:1px 1px 0;border-radius:.75rem .75rem 0 0;box-shadow:0 -2px 30px rgba(0,0,0,.1);transition:height .2s linear}aside#chat:before{display:none}aside#chat h2.gf-welcome{margin-top:3rem}button#chatToggle{width:3.5rem;height:3.25rem;top:-1.25rem;left:50%;transform:translateX(calc(-50% - .5rem));background-color:#fff;border-radius:100px;border:solid rgba(0,0,0,.1);border-width:1px 0 0}button#chatToggle:before{font-size:1.5rem}.gf-composer-wrapper{width:calc(100% - 2rem);margin:1rem}.gf-composer-wrapper:before{display:none}.gf-chat-inner-wrapper{border-radius:12px 12px 0 0}div#dashboard.chat-mid button#chatToggle:before,div#dashboard.chat-min button#chatToggle:before{content:""}div#dashboard.chat-mid aside#chat,div#dashboard.chat-min aside#chat{height:5rem;padding:0;background-color:hsl(138,40%,66%)}div#dashboard.chat-mid aside#chat:before,div#dashboard.chat-min aside#chat:before{content:"Ask Quanta...";display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99;text-align:center;font-size:.875rem;background:rgba(0,0,0,0);height:auto;font-family:manropebold,sans-serif;font-weight:700}div#dashboard.chat-mid aside#chat .gf-composer-wrapper,div#dashboard.chat-min aside#chat .gf-composer-wrapper{position:relative}div#dashboard.chat-mid aside#chat button#chatToggle,div#dashboard.chat-min aside#chat button#chatToggle{background-color:hsl(138,40%,66%)}div#dashboard.chat-mid aside#chat .gf-chat-inner-wrapper,div#dashboard.chat-min aside#chat .gf-chat-inner-wrapper{display:none}div#dashboard.chat-max button#chatToggle:before,div#dashboard.chat-max.sidebar-min button#chatToggle:before{content:""}div#dashboard.chat-max aside#chat,div#dashboard.chat-max.sidebar-min aside#chat{background-color:#fff;padding-bottom:8rem;height:calc(100vh - 6rem);box-shadow:0 -2px 60px rgba(0,0,0,.5)}div#dashboard.chat-max aside#chat.home,div#dashboard.chat-max.sidebar-min aside#chat.home{box-shadow:none;border:none;width:auto;height:auto;position:static;border-radius:0;transform:none;margin-top:4rem;padding-bottom:8rem}div#dashboard.chat-max aside#chat.home .gf-composer-wrapper,div#dashboard.chat-max.sidebar-min aside#chat.home .gf-composer-wrapper{width:calc(100% - 4rem);margin:1rem 0;bottom:3rem}div#dashboard.chat-max .gf-composer-wrapper,div#dashboard.chat-max.sidebar-min .gf-composer-wrapper{width:calc(90vw - 2rem);transform:translateX(-50%);margin:0;padding:0;bottom:2rem}}