html{font-size:14px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.ag-theme-material .ag-floating-bottom-container .ag-row-hover{background-color:initial}.ag-center-cols-viewport,.ag-floating-bottom{overflow:hidden!important}.public-DraftStyleDefault-block{margin:2px!important}#chat-card{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;border-radius:16px;flex-direction:column;position:fixed;right:32px;right:var(--chat-action-button-right,32px);width:450px;z-index:1001}#chat-card-header{background-color:#1c88cd;text-align:left}#chat-card-header .MuiAvatar-root{background-color:initial;color:#1c88cd;height:70px;overflow:hidden;width:70px}#chat-card-header .MuiAvatar-img{height:100%;object-fit:cover;padding:0;width:100%}#chat-card-header>.MuiCardHeader-content>.MuiCardHeader-title{font-size:30px;font-weight:700}#chat-card-header .MuiTypography-root,#chat-card-header-button{color:#fff}#chat-card-content{flex:1 1;overflow-y:auto;padding:16px}#chat-card-input-adornment{:hover{cursor:pointer}}#chat-card-actions{padding:16px}#chat-card-form{width:100%}@-webkit-keyframes slide-open{0%{bottom:0;bottom:var(--chat-action-slide-close-bottom,0);height:0}to{bottom:32px;bottom:var(--chat-action-button-bottom,32px);height:700px}}@keyframes slide-open{0%{bottom:0;bottom:var(--chat-action-slide-close-bottom,0);height:0}to{bottom:32px;bottom:var(--chat-action-button-bottom,32px);height:700px}}@-webkit-keyframes slide-close{0%{bottom:32px;bottom:var(--chat-action-button-bottom,32px);height:700px}to{bottom:0;bottom:var(--chat-action-slide-close-bottom,0);height:0}}@keyframes slide-close{0%{bottom:32px;bottom:var(--chat-action-button-bottom,32px);height:700px}to{bottom:0;bottom:var(--chat-action-slide-close-bottom,0);height:0}}@-webkit-keyframes hidden{0%{display:flex}to{display:none}}@keyframes hidden{0%{display:flex}to{display:none}}.chat-bubble{-moz-border-radius-bottomleft:2px;background-color:#f3f4f7;-webkit-border-radius:20px;-webkit-border-bottom-left-radius:2px;-moz-border-radius:20px;border-radius:20px;border-bottom-left-radius:2px;display:inline-block;padding:8px 20px}.typing{align-items:center;display:flex;height:17px}.typing .dot{-webkit-animation:mercuryTypingAnimation 1.8s ease-in-out infinite;animation:mercuryTypingAnimation 1.8s ease-in-out infinite;background-color:#1c88cd;border-radius:50%;display:inline-block;height:7px;margin-right:4px;vertical-align:middle;width:7px}.typing .dot:first-child{-webkit-animation-delay:.2s;animation-delay:.2s}.typing .dot:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.typing .dot:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.typing .dot:last-child{margin-right:0}@-webkit-keyframes mercuryTypingAnimation{0%{background-color:#288fcf;-webkit-transform:translateY(0);transform:translateY(0)}28%{background-color:#509fcf;-webkit-transform:translateY(-7px);transform:translateY(-7px)}44%{background-color:#72afd4;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mercuryTypingAnimation{0%{background-color:#288fcf;-webkit-transform:translateY(0);transform:translateY(0)}28%{background-color:#509fcf;-webkit-transform:translateY(-7px);transform:translateY(-7px)}44%{background-color:#72afd4;-webkit-transform:translateY(0);transform:translateY(0)}}#chat-message{display:flex;flex-direction:row;margin-bottom:24px}#chat-message-avatar{background-color:initial;color:#1c88cd;height:32px;margin-right:16px;overflow:hidden;width:32px}#chat-message-avatar .MuiAvatar-img{height:100%;object-fit:cover;padding:0;width:100%}#chat-message>.MuiBox-root{width:100%}#chat-message-message-header{align-items:flex-end;display:flex;flex-direction:row;margin-bottom:4px}#chat-message-name{color:#3f5f96;font-size:14px;font-weight:700}#chat-message-time{color:#576070;font-size:10px}#chat-message-sent{display:flex;flex-direction:row-reverse}#chat-message-typography{font-size:14px}#chat-message .MuiPaper-root{padding:8px;text-align:left;width:250px}#chat-message-received>.MuiPaper-root{background-color:#f3f4f7}#chat-message-sent>.MuiPaper-root{background-color:#2252a0;color:#fff}#chat-card-loading-container{height:0;position:relative}#chat-card-loading-indicator{-webkit-animation:loading-animation 1s ease infinite;animation:loading-animation 1s ease infinite;background:linear-gradient(90deg,rgba(255,0,0,0),#2252a0,rgba(255,0,0,0));background:linear-gradient(to right,rgba(255,0,0,0),var(--zoey-loading-indicator,#2252a0),rgba(255,0,0,0));background-size:200% 200%;bottom:0;height:5px;position:absolute;width:100%}@-webkit-keyframes loading-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes loading-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}#chat-action-button{background-color:#1c88cd;border-radius:25px 0 0 25px;bottom:70px;bottom:var(--chat-action-button-bottom,70px);box-shadow:0 4px 8px rgba(0,0,0,.2);color:#fff;font-size:16px;font-weight:700;min-height:48px;overflow:visible;padding:8px 20px 8px 88px;position:absolute;right:-155px;right:var(--chat-action-button-right,-155px);text-align:center;transition:right .4s cubic-bezier(.25,1.5,.5,1),box-shadow .2s ease,-webkit-transform .2s ease;transition:right .4s cubic-bezier(.25,1.5,.5,1),transform .2s ease,box-shadow .2s ease;transition:right .4s cubic-bezier(.25,1.5,.5,1),transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease;z-index:1000}#chat-action-button:hover{box-shadow:0 6px 12px rgba(0,0,0,.3);cursor:pointer;right:0;right:var(--chat-action-button-hover-right,0);-webkit-transform:scale(1.1);transform:scale(1.1)}#chat-action-button:active{box-shadow:0 4px 8px rgba(0,0,0,.2);-webkit-transform:scale(1);transform:scale(1)}.tiptap{table{border-collapse:collapse;margin:0;overflow:hidden;table-layout:fixed;td,th{border:2px solid #ced4da;box-sizing:border-box;min-width:1em;padding:3px 5px;position:relative;vertical-align:top;>*{margin-bottom:0}}th{background-color:#f1f3f5;font-weight:700;text-align:left}.selectedCell:after{background:rgba(200,200,255,.4);bottom:0;content:"";left:0;right:0;z-index:2}.column-resize-handle,.selectedCell:after{pointer-events:none;position:absolute;top:0}.column-resize-handle{background-color:#adf;bottom:-2px;right:-2px;width:4px}}img{max-height:auto;max-width:400px}p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}blockquote{background-color:#f2faf4;border-left:3px solid #c2e7c9;padding:1rem}a{color:#448ed9}}.tableWrapper{overflow-x:auto}.resize-cursor{cursor:ew-resize;cursor:col-resize}.editor{background-color:#fff;border:1px solid #0d0d0d;color:#0d0d0d;&__header{align-items:center;background:#0d0d0d;border-bottom:3px solid #0d0d0d;border-top-left-radius:.25rem;border-top-right-radius:.25rem;display:flex;flex:0 0 auto;flex-wrap:wrap;padding:.25rem}&__content{-webkit-overflow-scrolling:touch;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;padding:1.25rem 1rem}}.ProseMirror:focus{outline:none}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-cyrillic-ext-300-normal.4777461b144e55145268.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-cyrillic-300-normal.1431d1cef06ad04f5458.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-greek-ext-300-normal.35b9d6be04b95f0f0530.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-greek-300-normal.db2632771401f61463fe.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-vietnamese-300-normal.32fc45a3d1e8ea11fabc.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-latin-ext-300-normal.dc7dcec8e3f654e0ed63.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-latin-300-normal.c48fb6765a9fcb00b330.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-cyrillic-ext-400-normal.804378952da8a10faae2.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-cyrillic-400-normal.71a33b6b50457b2c903a.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-greek-ext-400-normal.169619821ea93019d1bb.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-greek-400-normal.c35e4c3958e209d17b31.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-vietnamese-400-normal.3230f9b040f3c630e0c3.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-latin-ext-400-normal.861b791f9de857a6e7bc.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-latin-400-normal.b009a76ad6afe4ebd301.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-cyrillic-ext-500-normal.62ced72e5832f02c2796.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-cyrillic-500-normal.cad7d3d9cb265e334e58.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-greek-ext-500-normal.6fb9cffb1d3e72bf9293.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-greek-500-normal.9ac81fefbe6c319ea40b.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-vietnamese-500-normal.d8642a3d1d4ef6179644.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-latin-ext-500-normal.9165081d10e1ba601384.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-latin-500-normal.f25d774ecfe0996f8eb5.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-cyrillic-ext-700-normal.be4d02458ce53887dc37.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-cyrillic-700-normal.d010f1f324e111a22e53.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-greek-ext-700-normal.bd9854c751441ccc1a70.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-greek-700-normal.50e795c1345353b0e996.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-vietnamese-700-normal.3425a701027d0699e369.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-latin-ext-700-normal.ed67ad54b1a8f5d21150.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-latin-700-normal.227c93190fe7f82de3f8.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
/*# sourceMappingURL=main.285c2911.css.map*/