.chat_bot_wrapper{font-family:Roboto,Helvetica,Arial,sans-serif;position:absolute;top:0;right:0;z-index:1000;width:400px;max-width:calc(100vw - 252px);height:100%;padding:10px;display:none}.chat_bot_wrapper.open{display:block}.chat_bot_wrapper .chat_bot_body{display:flex;flex-direction:column;background:#fff;height:100%;box-shadow:0 0 15px #96969699;border-radius:4px}.chat_bot_wrapper .chat_bot_body .chat_messages_wrapper{display:flex;flex-direction:column;flex:1;overflow:auto;margin-top:10px}.chat_bot_wrapper .chat_bot_body .chat_messages_wrapper .chat_messages{display:flex;flex-direction:column;justify-content:flex-end;padding:0 10px 10px;flex:1}.chat_bot_wrapper .chat_bot_body .chat_messages_wrapper .chat_messages .chat_message{margin-top:15px;white-space:pre-wrap}.chat_bot_wrapper .chat_bot_body .chat_messages_wrapper .chat_messages .chat_message.user{background:rgba(233,233,233,.5);padding:5px;border-radius:4px;max-width:80%;align-self:flex-end}.chat_bot_wrapper .chat_bot_body .chat_input{display:flex;flex-direction:row;padding:0 5px 5px;align-items:center;position:relative}.chat_bot_wrapper .chat_bot_body .chat_input .bot_message_btn{position:absolute;top:50%;transform:translateY(-50%);right:5px}.chat_bot_wrapper .chat_bot_body .chat_input textarea{width:100%;padding:10px 30px 10px 10px;min-height:40px;border-radius:4px;border:2px solid rgba(13,13,13,.05);outline:0;resize:none}.content:not(.active) .chat_bot_wrapper{right:-252px;max-width:100vw}@media (max-width: 652px){.content.active .chat_bot_wrapper.open,.content.active .chat_bot_wrapper{display:none}}.chatbot_page{position:relative;width:100vw;height:100vh}.chatbot_page .chat_bot_wrapper.open,.chatbot_page .chat_bot_wrapper{display:block;width:100%;max-width:100%}
