#chatbox.chatbox-closed{bottom:-800px}.chat-message{margin-bottom:10px;display:flex;align-items:flex-start}.chat-message.user{flex-direction:row-reverse;margin-right:-10px}.chat-message.user span{background-color:var(--chatbot-user-message-bg-color,#add8e6);color:var(--chatbot-user-message-text-color,#000);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px!important;padding:10px!important;border-radius:10px!important;max-width:90%!important;word-wrap:break-word;margin-right:10px!important;box-sizing:border-box!important;line-height:1.4!important}.chat-message.bot{justify-content:flex-start}.chat-message.bot span{background-color:var(--chatbot-bot-message-bg-color,#ffc0cb);color:var(--chatbot-bot-message-text-color,#000);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px!important;padding:10px!important;border-radius:10px!important;max-width:90%!important;word-wrap:break-word;margin-right:10px!important;box-sizing:border-box!important;line-height:1.4!important}.chat-message img{width:40px;height:40px;border-radius:50%;margin-right:10px}.chat-message.loading img{width:40px;height:20px}#chatbox.chatbot-position-left,#chatbot-container.chatbot-position-left{left:20px;right:auto;justify-content:flex-start}#prechat-form .form-field{margin-bottom:15px;text-align:left}#chatbot-proactive-bubble.visible{opacity:1;transform:translateY(0);pointer-events:all}#chatbot-proactive-bubble.chatbot-position-left{left:95px;right:auto}#chatbot-proactive-bubble.chatbot-position-left::after{left:-8px;right:auto;border-right:8px solid var(--chatbot-header-bg-color,#038af9)}.chatbot-shortcode-wrapper{position:relative;height:600px;width:100%;max-width:1100px;margin:40px auto;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden}.chatbot-shortcode-wrapper #chatbox{border-radius:0;box-shadow:none}@media (max-width:768px){#chatbot-container.chatbot-position-left{left:5px}#chatbot-proactive-bubble.chatbot-position-left{left:65px}}body .chatbot-shortcode-wrapper{position:relative!important;height:600px!important;width:100%!important;max-width:800px!important;margin:0 auto 40px!important;border:1px solid #e0e0e0!important;overflow:hidden!important;border-radius:8px!important;box-shadow:0 1px 3px rgba(0,0,0,.04)!important}body .chatbot-shortcode-wrapper #chatbox{border-radius:0!important;box-shadow:none!important}body .chatbot-shortcode-wrapper #chatbox-header{border-radius:0!important;min-height:50px!important;font-size:20px!important}body .chatbot-shortcode-wrapper #chatbox-controls{height:80px!important;padding:20px!important;align-items:center!important}body .chatbot-shortcode-wrapper #chatbox-input{height:50px!important;font-size:16px!important}body .chatbot-shortcode-wrapper #chatbox-send{height:50px!important;padding:10px 25px!important}