/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;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:baseline}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:baseline}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}.header-menu{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%;height:55px;padding-top:10px;background:#e3f2fd;border-bottom:1px solid #88c1ca;box-sizing:border-box}.command-btn{display:flex;flex-direction:row;align-items:center;height:36px;margin-top:15px;padding-left:10px;padding-right:18px;border:.5px solid #2979ff;border-radius:20px}.command-btn__text{font-size:14px;color:#2979ff}.chat-menu{padding:10px 20px;background-color:#fafaf9}.chat-menu__header{padding-bottom:8px;border-bottom:.5px solid #abaeb3}.chat-menu__title{font-size:14px;color:#989898}.chat-menu__actions{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between}.chat-bottom{order:3}.chat-form{position:relative}.chat-form__area{width:100%;border:0;outline:0;word-wrap:break-word;white-space:pre-wrap;color:#404040;font-size:18px;min-height:60px;line-height:1.4;box-sizing:border-box;padding:8px 10px;padding-right:70px;max-height:200px;overflow:auto;background:#fff;resize:none}.chat-form__btn{position:absolute;right:10px;top:13px;outline:none;border:none;width:40px;height:40px;background:#2962ff;border-radius:50%;cursor:pointer;transition:background-color .3ms ease}.chat-form__btn:hover{background:#5c87ff}.chat-form__btn--recognize{background:#d8d8d8}.chat-form__btn--recognizing{top:-17px;right:-20px;width:100px;height:100px;background:#2962ff}.bubble{margin:0 15px 18px;font-size:17px;line-height:22px;color:#575757}.bubble--right{text-align:right}.bubble__wrapper{display:inline-block;padding:12px;border-radius:10px;border-top-left-radius:0;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.bubble--right .bubble__wrapper{border-top-left-radius:10px;border-bottom-right-radius:0}.bubble-commands__item{margin:5px 0;font-size:16px;font-weight:300;color:#2979ff}.bubble-commands__item--disable{color:#aaa}.bubble-commands__description{font-size:13px;color:#575757}body{color:#575757;font-size:14px;line-height:normal;font-weight:400;font-style:normal;text-rendering:optimizeLegibility;font-family:-apple-system,BlinkMacSystemFont,Arial,sans-serif}.chat-container,body,html{height:100%}.chat,.chat-container{overflow:hidden}.chat{display:flex;flex-direction:column;max-width:840px;height:100%;margin:0 auto;background:#fff;border-left:1px solid #dfe5ec;border-right:1px solid #dfe5ec;border-bottom:1px solid #d2dbe3;box-shadow:0 1px 0 #dfe5ec}.chat__wrapper{flex:1 1 0;order:2;padding-top:15px;overflow-y:scroll;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;background:#a1dfde;background:linear-gradient(180deg,#a1dfde 0,#7db9e8)}