@-webkit-keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes appear{0%{opacity:0}to{opacity:1}}@-webkit-keyframes bounce{0%,60%,to{-webkit-transform:none;-webkit-transform:initial;transform:none}30%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes bounce{0%,60%,to{-webkit-transform:none;-webkit-transform:initial;transform:none}30%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}body{margin:0;font-family:-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}#root{height:100vh;background-color:#818a91;padding:3rem}.chat-sim-container{max-width:1800px;background-color:#5e6870;border-radius:.5rem}.chat-toggle-container{background:#818a91}.chat-toggle-container div{background:#2ba1fd;color:#fff;border:1px solid rgba(53,58,186,.5);border-bottom:none}.chat-toggle-container .active{background:#5e6870;text-decoration:underline;border:1px solid #2ba1fd;border-bottom:none}.chat-bubble-container{-webkit-animation:appear .5s 1;animation:appear .5s 1}.chat-bubble-container .chat-bubble{position:relative;background:#ddd;border-radius:1rem;color:#000;text-align:center;min-width:100px}.chat-bubble-container .chat-bubble.bubble-origin-left:before,.chat-bubble-container .chat-bubble.bubble-origin-right:before{content:"";width:0;height:0;position:absolute;border-color:#ddd transparent transparent #ddd;border-style:solid;border-width:5px 5px 8px 10px;left:22px;bottom:-13px}.chat-bubble-container .chat-bubble.bubble-origin-right:before{border-right:10px solid #ddd;border-left:6px solid transparent;left:auto;right:22px}.chat-bubble-container .chat-bubble-user-icon{height:30px;width:30px;border-radius:1rem}.chat-bubble-container .chat-bubble-user-icon.left-user-bubble{background-color:#353aba;color:#fff}.chat-bubble-container .chat-bubble-user-icon.right-user-bubble{background-color:#2ba1fd;color:#fff}.chat-input{resize:none}.chat-input,.chat-input:focus{background:#ddd}.chat-input-button{background-color:rgba(43,161,253,.3);color:#fff}.is-typing span{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:2px;background-color:#2ba1fd;-webkit-animation:bounce 1.3s linear infinite;animation:bounce 1.3s linear infinite}.is-typing span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.is-typing span:nth-child(3){-webkit-animation-delay:-.9s;animation-delay:-.9s}.rounded-corners-all{border-radius:1rem}.rounded-corners-top{border-top-left-radius:1rem;border-top-right-radius:1rem}.right-border{border-right:1px solid}.top-border{border-top:1px solid}@media (max-width:992px){#root{padding:2rem}}@media (max-width:768px){.right-border{border-right:none}#root{padding:1rem}}
/*# sourceMappingURL=main.dd514218.chunk.css.map */