#n8n-chat{position:fixed;bottom:20px;right:20px;z-index:9999;box-shadow:0 4px 8px rgba(0,0,0,.2)}.chat-window-wrapper .chat-window{border-radius:30px 30px 20px 20px;box-shadow:15px 10px 25px 20px rgba(0,0,0,.1)}.chat-window-wrapper .chat-window-toggle{background-color:#2e62e8}.chat-window-wrapper .chat-window-toggle:hover{background:#6d0dcc}.chat-heading{justify-content:center}.chat-layout .chat-header{background:var(--chat--color-light)}.chat-layout .chat-header h1{color:#1c59f8;font-weight:700;display:none}.chat-inputs textarea[data-v-de5e7961]{color:rgb(31,30,30)}.chat-layout .chat-body,.chat-layout .chat-header{background:#dde6ef}.chat-message.chat-message-from-bot:not(.chat-message-transparent),.chat-message.chat-message-from-user:not(.chat-message-transparent){border-radius:30px;box-shadow:1px 3px 3px rgba(0,0,0,.2)}.chat-message.chat-message-from-user:not(.chat-message-transparent){min-width:80px;text-align:center}.chat-layout .chat-footer{display:flex;align-items:center;justify-content:center;padding:5px;background:#dde6ef}.chat-input[data-v-de5e7961]{border:1px solid white;border-radius:30px;box-shadow:1px 1px 1px rgba(0,0,0,.2)}.chat-layout .chat-footer{border-top:none}.chat-input[data-v-de5e7961]{width:98%}.chat-inputs textarea[data-v-de5e7961]{border-radius:30px 0 0 30px;padding-left:20px}.chat-input[data-v-de5e7961] *{border-radius:0 30px 30px 0}