html{font-size:16px}body,html{margin:0;padding:0;border:none}body{width:100vw;height:100vh}#app{flex-direction:column;height:100%;font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}#app,#header{display:flex;width:100%}#header{height:auto;flex-direction:row;flex-shrink:1;flex:0;font-size:.9rem;justify-content:space-between;padding:5px;box-sizing:border-box}#title{display:flex;width:auto;font-size:1.2rem;align-items:center;justify-content:center;text-decoration:none;color:inherit}.logo{margin-right:5px;width:35px;height:35px}#headerButtonsBox,.imgButton{display:inline-flex;justify-content:center;vertical-align:middle}.imgButton{align-items:center;width:auto;font-size:1rem;border:none;border-radius:5px 5px;background:none;opacity:.8}.imgButton:hover{background-color:#dcdcdc}.imgButton>img{width:35px;height:35px;opacity:.8}.message[data-v-044d27d8]{width:100%;box-sizing:border-box;text-align:left;padding:10px 0}.user[data-v-044d27d8]{display:flex;flex-direction:row-reverse;text-align:right}.headIcon[data-v-044d27d8]{display:inline-block;vertical-align:top;margin:0 8px;width:35px;height:35px}.text[data-v-044d27d8]{display:inline-block;vertical-align:top;padding:8px;max-width:70vw;word-wrap:break-word;white-space:pre-line;text-align:left;font-size:1rem;border-radius:5px 5px;background-color:#efefef;overflow-x:auto}.mainContent[data-v-2911da88]{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;padding:1vh 2vw 1vh 2vw}.conversation[data-v-2911da88]{flex-grow:1;height:10px;overflow-y:auto;scroll-behavior:smooth;scrollbar-face-color:hsla(0,0%,39%,.4);scrollbar-arrow-color:hsla(0,0%,39%,.1);scrollbar-shadow-color:hsla(0,0%,39%,.1);scrollbar-track-color:hsla(0,0%,39%,.1)}.messageInput[data-v-2911da88]{flex-shrink:1;width:100%;box-sizing:border-box;text-align:right;border-radius:5px 5px;border:2px solid #dcdcdc;padding:5px 5px}.inputBox[data-v-2911da88]{width:100%;box-sizing:border-box;word-wrap:break-word;font-size:1.1rem;border:none;outline:none;resize:none}.button[data-v-2911da88]{outline:none;border:none;font-size:1rem;padding:7px 15px;border-radius:10px;color:#464646;background-color:rgba(16,163,127,.5)}.button[data-v-2911da88]:hover{background-color:rgba(16,163,127,.7)}