.wp-block-chating-chatbot-block{display:flex;flex-direction:column}.wp-block-chating-chatbot-block #chat-history{overflow-y:scroll}.wp-block-chating-chatbot-block .bot-error,.wp-block-chating-chatbot-block .bot-response,.wp-block-chating-chatbot-block .user-message{border-radius:20px;clear:both;margin-bottom:8px;max-width:80%;padding:8px 12px;word-wrap:break-word}.wp-block-chating-chatbot-block .user-message{border-radius:20px 20px 5px 20px;float:right;text-align:right}.wp-block-chating-chatbot-block .bot-error,.wp-block-chating-chatbot-block .bot-response{border-radius:20px 20px 20px 5px;float:left;text-align:left}.wp-block-chating-chatbot-block .input-row{align-items:center;display:flex;gap:10px;justify-content:center}.wp-block-chating-chatbot-block .input-row button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;aspect-ratio:1;border-radius:50%;display:flex;height:40px;justify-content:center;outline:none;transition:all .2s}.wp-block-chating-chatbot-block .input-row #chat-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #ccc;border-radius:20px;box-sizing:border-box;font-size:1em;outline:none;padding:8px 12px;width:100%}.block-editor-block-inspector #chating-loading{align-items:center;display:flex;gap:5px;justify-content:center;margin-top:5px;width:100%}.block-editor-block-inspector #chating-loading .loading-dot{background-color:#000;border-radius:50%;height:5px;width:5px}.block-editor-block-inspector #chating-loading .loading-dot:first-of-type{animation:load-editor 1.7s ease-in-out 0s infinite forwards}.block-editor-block-inspector #chating-loading .loading-dot:nth-of-type(2){animation:load-editor 1.7s ease-in-out .2s infinite forwards}.block-editor-block-inspector #chating-loading .loading-dot:nth-of-type(3){animation:load-editor 1.7s ease-in-out .4s infinite forwards}@keyframes load-editor{0%{transform:translateY(0)}25%{transform:translateY(-5px)}50%{transform:translateY(0)}to{transform:translateY(0)}}
