.wp-block-telex-block-open-router-chatbot .chatbot-widget{background:#fff;border:1px solid #e0e0e0;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;flex-direction:column;font-family:var(--font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);max-width:100%;overflow:hidden;position:relative}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header{align-items:center;background:var(--primary-color,#0073aa);border-bottom:1px solid hsla(0,0%,100%,.1);color:#fff;display:flex;justify-content:space-between;padding:12px 16px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header .bot-info{align-items:center;display:flex;gap:8px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header .bot-info .bot-avatar{border-radius:50%;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header .bot-info .bot-name{font-family:var(--font-family,inherit)!important;font-size:var(--header-font-size,16px)!important;font-weight:var(--header-font-weight,600)!important;line-height:1.2}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header .clear-chat-btn{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:4px;transition:background-color .2s}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header .clear-chat-btn:hover{background-color:hsla(0,0%,100%,.1)}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages{background:#f9f9f9;display:flex;flex:1;flex-direction:column;gap:12px;min-height:200px;overflow-y:auto;padding:16px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .message{display:flex}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .message.bot{justify-content:flex-start}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .message.user{justify-content:flex-end}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .message .message-bubble{border-radius:18px;font-family:var(--font-family,inherit);font-size:var(--font-size,14px);font-weight:var(--font-weight,normal);line-height:1.4;max-width:80%;padding:10px 14px;word-wrap:break-word;position:relative}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .message.bot .message-bubble{background:var(--bot-message-color,#f1f1f1);border-bottom-left-radius:4px;color:var(--text-color,#333)}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .message.user .message-bubble{background:var(--user-message-color,#0073aa);border-bottom-right-radius:4px;color:#fff}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .typing-indicator{display:flex;justify-content:flex-start}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .typing-indicator .typing-bubble{background:var(--bot-message-color,#f1f1f1);border-radius:18px;border-bottom-left-radius:4px;display:flex;gap:2px;padding:10px 14px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .typing-indicator .typing-bubble .dot{animation:typing 1.4s infinite;background:#999;border-radius:50%;height:4px;width:4px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .typing-indicator .typing-bubble .dot:nth-child(2){animation-delay:.2s}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .typing-indicator .typing-bubble .dot:nth-child(3){animation-delay:.4s}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .error-message{background:#ffeaea;border:1px solid #f0c0c0;border-radius:8px;color:#dc3232;font-family:var(--font-family,inherit);font-size:13px;padding:8px;text-align:center}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container{background:#fff;border-top:1px solid #e0e0e0;padding:16px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container .chat-input-wrapper{display:flex;gap:8px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container .chat-input-wrapper .chat-input{border:1px solid #ddd;border-radius:20px;flex:1;font-family:var(--font-family,inherit);font-size:var(--input-font-size,14px);outline:none;padding:10px 12px;transition:border-color .2s}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container .chat-input-wrapper .chat-input:focus{border-color:var(--primary-color,#0073aa)}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container .chat-input-wrapper .chat-input::-moz-placeholder{color:#999;font-family:var(--font-family,inherit)}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container .chat-input-wrapper .chat-input::placeholder{color:#999;font-family:var(--font-family,inherit)}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container .chat-input-wrapper .send-button{background:var(--primary-color,#0073aa)!important;border:none!important;border-radius:20px;color:#fff!important;cursor:pointer!important;font-family:var(--font-family,inherit);font-size:var(--input-font-size,14px);font-weight:var(--font-weight,500);opacity:1!important;padding:10px 16px;pointer-events:auto!important;position:relative;transition:background-color .2s;z-index:10}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container .chat-input-wrapper .send-button:hover{background:color-mix(in srgb,var(--primary-color,#0073aa) 85%,#000)!important;cursor:pointer!important;opacity:1!important}@media(max-width:768px){.wp-block-telex-block-open-router-chatbot .chatbot-widget{border:none;border-radius:0;border-top:1px solid #e0e0e0;box-shadow:none;height:auto!important;max-height:70vh;max-width:100vw;width:100%!important}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages{max-height:50vh;min-height:200px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .message .message-bubble{font-size:14px;max-width:85%;padding:8px 12px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header{padding:12px 16px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header .bot-name{font-size:16px!important}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header .bot-avatar{height:28px;width:28px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container{padding:12px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container .chat-input-wrapper{gap:6px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container .chat-input-wrapper .chat-input{border-radius:25px;font-size:16px;padding:12px 14px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container .chat-input-wrapper .send-button{border-radius:25px;font-size:14px;min-width:60px;padding:12px 18px}}@media(max-width:480px){.wp-block-telex-block-open-router-chatbot .chatbot-widget{height:60vh!important;max-height:60vh}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages{gap:8px;max-height:40vh;padding:12px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-messages .message .message-bubble{font-size:14px;max-width:90%;padding:8px 12px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header{padding:10px 12px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header .bot-info{gap:6px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header .bot-name{font-size:15px!important}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chatbot-header .bot-avatar{height:26px;width:26px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container{padding:10px 12px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container .chat-input-wrapper .chat-input{font-size:16px;padding:10px 12px}.wp-block-telex-block-open-router-chatbot .chatbot-widget .chat-input-container .chat-input-wrapper .send-button{font-size:13px;padding:10px 14px}}.chatbot-floating-widget{bottom:20px;position:fixed;transition:all .3s cubic-bezier(.25,.46,.45,.94);z-index:9999}.chatbot-floating-widget.position-bottom-left{left:20px}.chatbot-floating-widget.position-bottom-right{right:20px}.chatbot-floating-widget .floating-trigger{align-items:center;background:var(--primary-color,#0073aa);border:none;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.15);cursor:pointer;display:flex;height:60px;justify-content:center;outline:none;transition:all .2s ease;width:60px}.chatbot-floating-widget .floating-trigger:hover{box-shadow:0 6px 16px rgba(0,0,0,.2);transform:scale(1.05)}.chatbot-floating-widget .floating-trigger .floating-icon{color:#fff;font-family:var(--font-family,inherit);font-size:24px}.chatbot-floating-widget .floating-trigger .custom-icon{border-radius:50%;height:36px;-o-object-fit:cover;object-fit:cover;width:36px}.chatbot-floating-widget .floating-trigger .close-icon{color:#fff;font-family:var(--font-family,inherit);font-size:20px;transform:rotate(45deg);transition:transform .2s ease}.chatbot-floating-widget .floating-chat-widget{background:#fff;border:1px solid #e0e0e0;border-radius:12px;bottom:80px;box-shadow:0 8px 32px rgba(0,0,0,.12);display:none;flex-direction:column;font-family:var(--font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);height:500px;opacity:0;overflow:hidden;position:absolute;transform:scale(.8) translateY(20px);transition:all .2s cubic-bezier(.25,.46,.45,.94);width:380px}.chatbot-floating-widget .floating-chat-widget.active{display:flex;opacity:1;transform:scale(1) translateY(0)}.chatbot-floating-widget .floating-chat-widget.position-bottom-left{left:0}.chatbot-floating-widget .floating-chat-widget.position-bottom-right{right:0}.chatbot-floating-widget .floating-chat-widget .chatbot-header{align-items:center;background:var(--primary-color,#0073aa);border-bottom:1px solid hsla(0,0%,100%,.1);color:#fff;display:flex;justify-content:space-between;padding:12px 16px}.chatbot-floating-widget .floating-chat-widget .chatbot-header .bot-info{align-items:center;display:flex;gap:8px}.chatbot-floating-widget .floating-chat-widget .chatbot-header .bot-info .bot-avatar{border-radius:50%;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.chatbot-floating-widget .floating-chat-widget .chatbot-header .bot-info .bot-name{font-family:var(--font-family,inherit)!important;font-size:var(--header-font-size,16px)!important;font-weight:var(--header-font-weight,600)!important;line-height:1.2}.chatbot-floating-widget .floating-chat-widget .chatbot-header .header-actions{display:flex;gap:8px}.chatbot-floating-widget .floating-chat-widget .chatbot-header .header-actions .clear-chat-btn,.chatbot-floating-widget .floating-chat-widget .chatbot-header .header-actions .minimize-btn{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:4px;transition:background-color .2s}.chatbot-floating-widget .floating-chat-widget .chatbot-header .header-actions .clear-chat-btn:hover,.chatbot-floating-widget .floating-chat-widget .chatbot-header .header-actions .minimize-btn:hover{background-color:hsla(0,0%,100%,.1)}.chatbot-floating-widget .floating-chat-widget .chat-messages{background:#f9f9f9;display:flex;flex:1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px}.chatbot-floating-widget .floating-chat-widget .chat-messages .message{display:flex}.chatbot-floating-widget .floating-chat-widget .chat-messages .message.bot{justify-content:flex-start}.chatbot-floating-widget .floating-chat-widget .chat-messages .message.user{justify-content:flex-end}.chatbot-floating-widget .floating-chat-widget .chat-messages .message .message-bubble{border-radius:18px;font-family:var(--font-family,inherit);font-size:var(--font-size,14px);font-weight:var(--font-weight,normal);line-height:1.4;max-width:80%;padding:10px 14px;word-wrap:break-word}.chatbot-floating-widget .floating-chat-widget .chat-messages .message.bot .message-bubble{background:var(--bot-message-color,#f1f1f1);border-bottom-left-radius:4px;color:var(--text-color,#333)}.chatbot-floating-widget .floating-chat-widget .chat-messages .message.user .message-bubble{background:var(--user-message-color,#0073aa);border-bottom-right-radius:4px;color:#fff}.chatbot-floating-widget .floating-chat-widget .chat-messages .typing-indicator{display:flex;justify-content:flex-start}.chatbot-floating-widget .floating-chat-widget .chat-messages .typing-indicator .typing-bubble{background:var(--bot-message-color,#f1f1f1);border-radius:18px;border-bottom-left-radius:4px;display:flex;gap:2px;padding:10px 14px}.chatbot-floating-widget .floating-chat-widget .chat-messages .typing-indicator .typing-bubble .dot{animation:typing 1.4s infinite;background:#999;border-radius:50%;height:4px;width:4px}.chatbot-floating-widget .floating-chat-widget .chat-messages .typing-indicator .typing-bubble .dot:nth-child(2){animation-delay:.2s}.chatbot-floating-widget .floating-chat-widget .chat-messages .typing-indicator .typing-bubble .dot:nth-child(3){animation-delay:.4s}.chatbot-floating-widget .floating-chat-widget .chat-messages .error-message{background:#ffeaea;border:1px solid #f0c0c0;border-radius:8px;color:#dc3232;font-family:var(--font-family,inherit);font-size:13px;padding:8px;text-align:center}.chatbot-floating-widget .floating-chat-widget .chat-input-container{background:#fff;border-top:1px solid #e0e0e0;padding:16px}.chatbot-floating-widget .floating-chat-widget .chat-input-container .chat-input-wrapper{display:flex;gap:8px}.chatbot-floating-widget .floating-chat-widget .chat-input-container .chat-input-wrapper .chat-input{border:1px solid #ddd;border-radius:20px;flex:1;font-family:var(--font-family,inherit);font-size:var(--input-font-size,14px);outline:none;padding:10px 12px;transition:border-color .2s}.chatbot-floating-widget .floating-chat-widget .chat-input-container .chat-input-wrapper .chat-input:focus{border-color:var(--primary-color,#0073aa)}.chatbot-floating-widget .floating-chat-widget .chat-input-container .chat-input-wrapper .chat-input::-moz-placeholder{color:#999;font-family:var(--font-family,inherit)}.chatbot-floating-widget .floating-chat-widget .chat-input-container .chat-input-wrapper .chat-input::placeholder{color:#999;font-family:var(--font-family,inherit)}.chatbot-floating-widget .floating-chat-widget .chat-input-container .chat-input-wrapper .send-button{background:var(--primary-color,#0073aa)!important;border:none!important;border-radius:20px;color:#fff!important;cursor:pointer!important;font-family:var(--font-family,inherit);font-size:var(--input-font-size,14px);font-weight:var(--font-weight,500);opacity:1!important;padding:10px 16px;pointer-events:auto!important;position:relative;transition:background-color .2s;z-index:10}.chatbot-floating-widget .floating-chat-widget .chat-input-container .chat-input-wrapper .send-button:hover{background:color-mix(in srgb,var(--primary-color,#0073aa) 85%,#000)!important;cursor:pointer!important;opacity:1!important}@media(max-width:768px){.chatbot-floating-widget.position-bottom-left{bottom:10px;left:10px}.chatbot-floating-widget.position-bottom-right{bottom:10px;right:10px}.chatbot-floating-widget .floating-trigger{height:56px;width:56px}.chatbot-floating-widget .floating-trigger .floating-icon{font-size:22px}.chatbot-floating-widget .floating-trigger .custom-icon{height:32px;width:32px}.chatbot-floating-widget .floating-chat-widget{border-radius:8px;bottom:80px;height:auto!important;left:10px;margin:0;max-height:none!important;max-width:none!important;position:fixed;right:10px;top:50px;transform:translateY(20px) scale(.95);transform-origin:center center;width:auto!important}.chatbot-floating-widget .floating-chat-widget.position-bottom-left,.chatbot-floating-widget .floating-chat-widget.position-bottom-right{bottom:80px!important;left:10px!important;right:10px!important;top:50px!important;width:auto!important}.chatbot-floating-widget .floating-chat-widget.active{opacity:1;transform:translateY(0) scale(1)}.chatbot-floating-widget .floating-chat-widget .chat-messages{flex:1;gap:10px;min-height:0;overflow-y:auto;padding:12px;-webkit-overflow-scrolling:touch}.chatbot-floating-widget .floating-chat-widget .chat-messages .message .message-bubble{font-size:14px;max-width:85%;padding:8px 12px}.chatbot-floating-widget .floating-chat-widget .chatbot-header{flex-shrink:0;padding:12px 16px}.chatbot-floating-widget .floating-chat-widget .chatbot-header .bot-info{gap:6px}.chatbot-floating-widget .floating-chat-widget .chatbot-header .bot-info .bot-name{font-size:15px!important}.chatbot-floating-widget .floating-chat-widget .chatbot-header .bot-info .bot-avatar{height:28px;width:28px}.chatbot-floating-widget .floating-chat-widget .chat-input-container{flex-shrink:0;padding:12px}.chatbot-floating-widget .floating-chat-widget .chat-input-container .chat-input-wrapper{gap:6px}.chatbot-floating-widget .floating-chat-widget .chat-input-container .chat-input-wrapper .chat-input{-webkit-appearance:none;border-radius:25px;-webkit-border-radius:25px;font-size:16px!important;padding:12px 14px}.chatbot-floating-widget .floating-chat-widget .chat-input-container .chat-input-wrapper .send-button{border-radius:25px;flex-shrink:0;font-size:14px;min-width:60px;padding:12px 18px}}@media(max-width:480px){.chatbot-floating-widget.position-bottom-left{bottom:8px;left:8px}.chatbot-floating-widget.position-bottom-right{bottom:8px;right:8px}.chatbot-floating-widget .floating-trigger{height:50px;width:50px}.chatbot-floating-widget .floating-trigger .floating-icon{font-size:20px}.chatbot-floating-widget .floating-trigger .custom-icon{height:28px;width:28px}.chatbot-floating-widget .floating-chat-widget{border-radius:4px;bottom:65px;height:auto!important;left:5px;position:fixed;right:5px;top:40px;transform:translateY(20px) scale(.98);width:auto!important}.chatbot-floating-widget .floating-chat-widget.position-bottom-left,.chatbot-floating-widget .floating-chat-widget.position-bottom-right{bottom:65px!important;left:5px!important;right:5px!important;top:40px!important;width:auto!important}.chatbot-floating-widget .floating-chat-widget.active{transform:translateY(0) scale(1)}.chatbot-floating-widget .floating-chat-widget .chat-messages{gap:8px;padding:10px}.chatbot-floating-widget .floating-chat-widget .chat-messages .message .message-bubble{font-size:13px;max-width:90%;padding:8px 12px}.chatbot-floating-widget .floating-chat-widget .chatbot-header{padding:10px 12px}.chatbot-floating-widget .floating-chat-widget .chatbot-header .bot-info{gap:6px}.chatbot-floating-widget .floating-chat-widget .chatbot-header .bot-info .bot-name{font-size:14px!important}.chatbot-floating-widget .floating-chat-widget .chatbot-header .bot-info .bot-avatar{height:24px;width:24px}.chatbot-floating-widget .floating-chat-widget .chatbot-header .header-actions{gap:4px}.chatbot-floating-widget .floating-chat-widget .chatbot-header .header-actions .clear-chat-btn,.chatbot-floating-widget .floating-chat-widget .chatbot-header .header-actions .minimize-btn{font-size:14px;padding:6px}.chatbot-floating-widget .floating-chat-widget .chat-input-container{padding:8px 10px}.chatbot-floating-widget .floating-chat-widget .chat-input-container .chat-input-wrapper .chat-input{border-radius:20px;font-size:16px!important;padding:10px 12px}.chatbot-floating-widget .floating-chat-widget .chat-input-container .chat-input-wrapper .send-button{border-radius:20px;font-size:13px;min-width:50px;padding:10px 14px}}@media screen and (orientation:landscape)and (max-height:500px)and (max-width:900px){.chatbot-floating-widget .floating-chat-widget{height:auto!important;position:fixed!important;transform:translateY(10px) scale(.98);width:auto!important}.chatbot-floating-widget .floating-chat-widget,.chatbot-floating-widget .floating-chat-widget.position-bottom-left,.chatbot-floating-widget .floating-chat-widget.position-bottom-right{bottom:60px!important;left:10px!important;right:10px!important;top:20px!important}.chatbot-floating-widget .floating-chat-widget.active{transform:translateY(0) scale(1)}.chatbot-floating-widget .floating-chat-widget .chat-messages{flex:1;max-height:none;min-height:0;overflow-y:auto}}@media(max-width:375px){.chatbot-floating-widget .floating-chat-widget{border-radius:2px;height:auto!important;position:fixed!important;transform:translateY(15px) scale(.99)}.chatbot-floating-widget .floating-chat-widget,.chatbot-floating-widget .floating-chat-widget.position-bottom-left,.chatbot-floating-widget .floating-chat-widget.position-bottom-right{bottom:60px!important;left:3px!important;right:3px!important;top:30px!important;width:auto!important}.chatbot-floating-widget .floating-chat-widget.active{transform:translateY(0) scale(1)}.chatbot-floating-widget .floating-chat-widget .chat-messages{padding:8px}.chatbot-floating-widget .floating-chat-widget .chatbot-header{padding:8px 10px}.chatbot-floating-widget .floating-chat-widget .chatbot-header .bot-name{font-size:13px!important}.chatbot-floating-widget .floating-chat-widget .chatbot-header .bot-avatar{height:22px;width:22px}.chatbot-floating-widget .floating-chat-widget .chat-input-container{padding:8px}}.chatbot-welcome-bubbles{pointer-events:none;position:fixed;z-index:10000}.chatbot-welcome-bubbles.position-bottom-left{bottom:100px;left:20px}.chatbot-welcome-bubbles.position-bottom-right{bottom:100px;right:20px}.chatbot-welcome-bubbles .welcome-bubble{animation:welcomeBubbleSlide .5s cubic-bezier(.25,.46,.45,.94);background:var(--welcome-message-bg-color,#0073aa);border-radius:18px;box-shadow:0 4px 12px rgba(0,0,0,.15);color:var(--welcome-message-text-color,#fff);font-family:var(--font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);font-size:var(--font-size,14px);font-weight:var(--font-weight,normal);line-height:1.4;margin-bottom:8px;max-width:280px;opacity:1;padding:12px 16px;position:relative;transform:translateY(0);transition:all .3s ease}.chatbot-welcome-bubbles .welcome-bubble.fade-out{animation:welcomeBubbleFadeOut .5s cubic-bezier(.25,.46,.45,.94) forwards}.chatbot-welcome-bubbles .welcome-bubble:after{border-color:var(--welcome-message-bg-color,#0073aa) transparent transparent;border-style:solid;border-width:6px 8px 0;bottom:-6px;content:"";position:absolute}.chatbot-welcome-bubbles.position-bottom-left .welcome-bubble:after{left:20px}.chatbot-welcome-bubbles.position-bottom-right .welcome-bubble:after{right:20px}@media(max-width:768px){.chatbot-welcome-bubbles.position-bottom-left,.chatbot-welcome-bubbles.position-bottom-right{bottom:90px;left:15px;right:15px}.chatbot-welcome-bubbles .welcome-bubble{font-size:14px;max-width:none;padding:10px 14px}.chatbot-welcome-bubbles .welcome-bubble:after{left:50%;right:auto;transform:translateX(-50%)}}@media(max-width:480px){.chatbot-welcome-bubbles.position-bottom-left,.chatbot-welcome-bubbles.position-bottom-right{bottom:70px;left:10px;right:10px}.chatbot-welcome-bubbles .welcome-bubble{border-radius:14px;font-size:13px;padding:8px 12px}}@keyframes typing{0%,60%,to{opacity:.5;transform:scale(1)}30%{opacity:1;transform:scale(1.2)}}@keyframes welcomeBubbleSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes welcomeBubbleFadeOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-10px) scale(.9)}}
