@import url(https://fonts.googleapis.com/css?family=Hind+Madurai|Montserrat:700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}#root,body,html{background-color:#e2e1e0;font-family:"Hind Madurai",sans-serif;line-height:1.5;height:100%}h1,h2,h3,h4,h5,h6{font-family:"Montserrat",sans-serif}.layoutGrid{width:100%;max-width:1200px;height:100%;margin:0 auto;display:grid;grid-template-columns:2rem 3fr 5fr 2rem;grid-template-rows:minmax(2rem,auto) minmax(auto,800px) minmax(2rem,auto);grid-template-areas:". languageSwitcher languageSwitcher ." ". aboutApp chatContainer ." ". ........ ............. ."}.layoutGrid .aboutApp{grid-area:aboutApp;height:100%;overflow:auto}.layoutGrid .chatContainer{grid-area:chatContainer;height:100%;overflow:auto}.layoutGrid .languageSwitcher{grid-area:languageSwitcher;justify-self:end;align-self:end}.languageSwitcher{display:inline-flex;grid-gap:.25rem;gap:.25rem;padding:.4rem 0}.languageSwitcher-option{min-width:2.75rem;min-height:2rem;border:1px solid rgba(0,0,0,.25);border-radius:3px;background:#fff;cursor:pointer}.languageSwitcher-option[aria-pressed=true]{background-color:#84c7d0;font-weight:700}.languageSwitcher-option:focus{outline:3px solid #111;outline-offset:3px}@media screen and (max-width:1033px){.layoutGrid{grid-template-columns:1fr;grid-template-rows:auto auto minmax(250px,1fr);grid-template-areas:"languageSwitcher" "aboutApp" "chatContainer"}.layoutGrid .languageSwitcher{padding-right:1rem}}@media screen and (max-height:420px){.layoutGrid{grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-template-areas:"aboutApp chatContainer"}.layoutGrid .languageSwitcher{position:fixed;top:.5rem;right:.5rem;z-index:200;padding:0}}.aboutApp{background-color:#fff;padding:0 1.5rem}.aboutApp .welcome-title{text-align:center}.aboutApp-subheader{margin:2rem 0 0}.aboutApp p{margin:.5rem 0}.selectFileView{height:100%}.errorView,.spinnerView{height:100%;display:flex;justify-content:center;align-items:center;background-color:#84c7d0}.errorView{box-sizing:border-box;padding:1.5rem;flex-direction:column;text-align:center}.errorView-title{max-width:32rem;margin:0 0 .75rem;font-size:1.5rem}.errorView-description{max-width:34rem;margin:0 0 1rem;line-height:1.4}.errorView-diagnostic{width:100%;max-width:34rem;margin-bottom:1.25rem;color:rgba(0,0,0,.7);font-size:.85rem;line-height:1.35;text-align:left}.errorView-diagnostic dl{display:grid;grid-template-columns:minmax(7rem,auto) 1fr;grid-gap:.35rem .75rem;gap:.35rem .75rem;margin:0 0 .75rem}.errorView-diagnostic div{display:contents}.errorView-diagnostic dt{font-weight:700}.errorView-diagnostic dd{min-width:0}.errorView-diagnostic dd,.errorView-diagnostic p{margin:0;overflow-wrap:anywhere}.errorView-button{background-color:rgba(0,0,0,.2);border:0;padding:.7rem 1.5rem;border-radius:3px;cursor:pointer}.errorView-button:hover{background-color:rgba(0,0,0,.3)}.errorView-button:focus{outline:3px solid #111;outline-offset:3px}@media(max-width:480px){.errorView{padding:1rem}.errorView-title{font-size:1.25rem}.errorView-diagnostic{font-size:.8rem}.errorView-diagnostic dl{grid-template-columns:1fr;grid-gap:.15rem;gap:.15rem}.errorView-diagnostic dd{margin-bottom:.35rem}}.selectFile{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;background-color:#84c7d0;transition:all .2s ease-in-out;padding:2rem}.selectFile--advance{border:30px solid rgba(0,0,0,.2)}.selectFile--advance.is-dragover{border:10px solid rgba(0,0,0,.2);background-color:#42a0ac}.selectFile-icon{width:100px;height:100px}.selectFile-label{margin-top:1.5rem;font-size:25px;text-align:center}@media screen and (max-width:470px){.selectFile-icon{display:none}}.contactSelector{height:100%;background-color:#84c7d0;display:grid;grid-template-rows:77px minmax(0,1fr) 1rem}.contactSelector-header{display:flex;align-items:center;padding:1rem}.contactSelector-header .back-arrow{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:0;background:transparent;padding:0}.contactSelector-header .back-arrow svg{display:block;width:100%;height:auto}.contactSelector-header .text{font-size:30px;margin:0 0 0 1rem}.contactSelector-contactList{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:-webkit-min-content;grid-template-rows:min-content;grid-row-gap:1rem;row-gap:1rem;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;padding:0 1rem;box-sizing:border-box;height:100%;overflow:auto}.contactSelector-contact{align-self:flex-start;background-color:rgba(0,0,0,.2);padding:1rem 0;border:0;border-radius:3px;cursor:pointer}.contactSelector-contact:hover{background-color:rgba(0,0,0,.3)}.chatView{background-color:#eee;display:grid;grid-template-rows:auto minmax(0,1fr);height:100%;overflow:hidden}.chatView-header{z-index:100;width:100%;box-sizing:border-box;background-color:#84c7d0;padding:.7rem 1rem;display:flex;align-items:center;grid-gap:15px;gap:15px}.chatView-header .back-arrow{flex:0 0 auto;width:35px;height:35px;cursor:pointer;border:0;background:transparent;padding:0}.chatView-header .back-arrow svg{display:block;width:100%;height:auto}.chatView-header .header-text{display:block;flex:1 1 auto;min-width:0;font-size:30px;font-weight:400;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatView-container{min-height:0;overflow:hidden}.readModeSwitch{flex:0 0 auto;display:inline-flex;grid-gap:.25rem;gap:.25rem}.readModeSwitch-option{min-height:2rem;padding:.25rem .6rem;border:1px solid rgba(0,0,0,.25);border-radius:3px;background-color:hsla(0,0%,100%,.65);cursor:pointer}.readModeSwitch-option[aria-pressed=true]{background-color:#fff;font-weight:700}.chatVirtuoso{height:100%;overflow-x:hidden}.chatVirtuoso .chatMessageRow{overflow-x:hidden;display:grid;grid-template-columns:40px 1fr 1fr 1fr 1fr 1fr 40px;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-row-gap:10px;row-gap:10px;padding:10px 0}.chatVirtuoso .chatMessageRow .message{padding:10px;position:relative;max-width:100%;box-sizing:border-box}.chatVirtuoso .chatMessageRow .message:after{position:absolute;content:"";width:0;height:0;border-style:solid}.chatVirtuoso .chatMessageRow .message .sender{font-weight:700;margin:0}.chatVirtuoso .chatMessageRow .message .date{float:right;padding:0 0 0 7px;position:relative;bottom:-6px;color:#465656;font-size:12px}.chatVirtuoso .chatMessageRow .message .content{display:inline-block;font-family:inherit;max-width:100%;white-space:pre-wrap;margin:0;overflow-wrap:anywhere;word-break:break-word}.chatVirtuoso .chatMessageRow .message.others{grid-column:2/5;justify-self:flex-start;max-width:calc(100% - 10px);margin-left:10px;background-color:#75dddd;border-radius:0 5px 5px 5px}.chatVirtuoso .chatMessageRow .message.others:after{border-width:0 10px 10px 0;border-color:transparent #75dddd transparent transparent;top:0;left:-10px}.chatVirtuoso .chatMessageRow .message.mine{grid-column:4/7;justify-self:flex-end;max-width:calc(100% - 10px);margin-right:10px;border-radius:5px 0 5px 5px;background-color:#fff}.chatVirtuoso .chatMessageRow .message.mine:after{border-width:0 0 10px 10px;border-color:transparent transparent transparent #fff;top:0;right:-10px}.chatVirtuoso .chatMessageRow .message.system{grid-column:3/6;justify-self:center;max-width:100%;box-sizing:border-box;color:#39424e;background-color:hsla(0,0%,100%,.75);border-radius:5px;text-align:center}.chatVirtuoso .chatMessageRow .message.system:after{display:none}.chatVirtuoso .chatMessageRow .message.system .date{float:none;display:block;padding:4px 0 0;bottom:auto}@media screen and (max-width:500px){.contactSelector-header .back-arrow{width:25px;height:25px}.contactSelector-header .text{font-size:25px}.contactSelector-contactList{grid-template-columns:1fr}.chatView-header{flex-wrap:wrap;grid-gap:.5rem 10px;gap:.5rem 10px}.chatView-header .back-arrow{width:25px;height:25px}.chatView-header .header-text{font-size:22px}.readModeSwitch{width:100%}.readModeSwitch-option{flex:1 1;min-width:0;min-height:44px;overflow-wrap:anywhere}.chatVirtuoso .chatMessageRow{grid-template-columns:20px 1fr 1fr 1fr 1fr 1fr 20px}.chatVirtuoso .chatMessageRow .message.others{grid-column:2/6}.chatVirtuoso .chatMessageRow .message.mine{grid-column:3/7}.chatVirtuoso .chatMessageRow .message.system{grid-column:2/7}}.back-arrow:focus,.contactSelector-contact:focus,.readModeSwitch-option:focus{outline:3px solid #111;outline-offset:3px}@media(prefers-reduced-motion:reduce){.chatVirtuoso{scroll-behavior:auto}}
/*# sourceMappingURL=main.9a87b07f.chunk.css.map */