.App{background-color:#00a000;width:100vw;height:100vh;display:flex;z-index:-99;flex-direction:column-reverse}.picker{position:fixed!important;top:0;right:0}.bubble{width:100%;color:var(--bubble-color)}.bubble-container{height:200px;width:100%}.bubble-content{background-color:var(--background-color);border-radius:30px;padding:12px 20px;margin-top:5px;margin-bottom:15px;display:inline-block;max-width:600px}.bubble-content{margin-right:25%;position:relative;overflow-wrap:break-word}.bubble:last-child .bubble-content:before,.bubble:nth-last-child(2) .bubble-content:before{content:"";position:absolute;z-index:0;bottom:0;left:-12px;height:26px;width:30px;background:inherit;border-bottom-right-radius:20px}.bubble:last-child .bubble-content:after,.bubble:nth-last-child(2) .bubble-content:after{background:#00a000!important;border-bottom-right-radius:15px;bottom:0;content:"";height:27px;left:-15px;position:absolute;width:15px;z-index:1}.bubble.input,.bubble.input .bubble-content{transition:opacity .4s ease-in-out;opacity:1;border:none;outline:none}.bubble.input.submitted{transition:none}.bubble.input.empty{opacity:0}.bubble.input>div{background-color:var(--bubble-background-color);font-size:32px;min-width:30px}.chat{padding-left:86px;padding-bottom:0;display:flex;flex-flow:column wrap;align-items:flex-start;font-size:32px;position:relative}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/montserrat-cyrillic-ext-wght-normal-a0c152a7.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/montserrat-cyrillic-wght-normal-637f5453.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/montserrat-vietnamese-wght-normal-26a448d7.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/montserrat-latin-ext-wght-normal-6e1f71b0.woff2) format("woff2-variations");unicode-range:U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/montserrat-latin-wght-normal-bb2f9008.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bubble-background-color: #eee;--bubble-color: #000;--background-color: #00a000 }html,body,#root{width:100vw;height:100vh}body{margin:0;font-family:Montserrat Variable,-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;background-color:#000}
