<h2>
Chat with us
</h2>
<button type="button" aria-label="Exit Chat">
Minimize
</button>
Hi there! How can I help you?
<hr>
<textarea id="aikit-new-message-textarea" rows="1" placeholder="Preciona ENTER para mandar el mensaje..." tabindex="0"></textarea>
<style>
#aikit-conversation {
padding: 0px 20px;
width: 100%;
height: 457px;
overflow: hidden auto;
background: rgb(255, 255, 255);
transition: all 0.3s ease 0s;
max-height: 457px;
min-height: 700px;
flex: 0 1 auto;
}