#techno-chatbot-floating-icon.icon_text{width:auto;border-radius:100px;gap:15px;height:auto;padding:5px 20px 5px 5px;line-height:100%;display:flex;justify-content:center;align-items:center;font-size:var(--techno-chatbot-icontextsize)}#techno-chatbot-floating-icon.icon_text img{width:var(--techno-chatbot-iconwidth);height:var(--techno-chatbot-iconheight);border-radius:100%}#techno-chatbot-floating-icon.icon_text.emoji{padding:20px}#techno-chatbot-window.techno-chatbot-hidden{display:none}.techno-chatbot-contact-options{display:flex;gap:5px;flex-direction:column;margin-bottom:8px}.techno-chatbot-contact-options button{background:var(--techno-chatoptionbtn-bg);color:var(--techno-chatoptionbtn-txt);border:none;padding:10px 20px;border-radius:100px;cursor:pointer;font-weight:700}.techno-chatbot-end-options{display:flex;gap:5px;flex-direction:column}.techno-chatbot-end-options button{background:var(--techno-chatoptionbtn-bg);color:var(--techno-chatoptionbtn-txt);border:none;padding:10px 20px;border-radius:100px;cursor:pointer;font-weight:700}.techno-chatbot-suggestions{margin-top:6px}.techno-chatbot-suggestion-title{font-size:12px;margin-bottom:4px;opacity:.7}.techno-chatbot-suggestions button{display:block;margin:4px 0;padding:6px 10px;border-radius:6px;border:none;cursor:pointer;background:#f1f1f1}.techno-chatbot-suggestions button:hover{background:#e3e3e3}.techno-chatbot-menu>a.active+ul{max-height:9999px;opacity:1}.techno-chatbot-menu ul a.techno-cb-hide{display:none}.techno-status-dot.online{background-color:#22c55e;box-shadow:0 0 0 2px rgba(34,197,94,.25)}.techno-chatbot-time{font-size:.8em;display:block;text-align:right;margin:10px 0 0;opacity:.7}.techno-chatbot-message{margin-bottom:8px;padding:8px 12px;border-radius:15px 15px 0px;max-width:80%;word-wrap:break-word}.techno-chatbot-message.visitor{background:var(--techno-visitor-bubble-bg);color:var(--techno-visitor-bubble-text);margin-left:auto;text-align:left}.techno-chatbot-message.admin,.techno-chatbot-message.bot{background:var(--techno-admin-bubble-bg);border-radius:15px 15px 15px 0px;color:var(--techno-admin-bubble-text);margin-right:auto}.techno-chatbot-message p{margin:0 0 10px;padding:0}.techno-chatbot-message ol,.techno-chatbot-message ul{margin:0 0 10px;padding:0 0 0 20px}.techno-chatbot-message ol li,.techno-chatbot-message ul li{margin:0}.techno-chatbot-message.typing{display:flex;gap:4px;align-items:center;width:50px;justify-content:center}.techno-chatbot-message.typing span{width:6px;height:6px;background:var(--techno-admin-bubble-text);border-radius:50%;animation:technoTyping 1.2s infinite ease-in-out}.techno-chatbot-message.typing span:nth-child(2){animation-delay:.2s}.techno-chatbot-message.typing span:nth-child(3){animation-delay:.4s}#techno-chatbot-disclaimer-modal.active{display:flex}.techno-cbfade-out{animation-name:fadeOut}@media only screen and (max-width:600px){#techno-chatbot-floating-icon.icon_text{font-size:calc(var(--techno-chatbot-icontextsize) * .8)}#techno-chatbot-floating-icon.icon_text img{width:calc(var(--techno-chatbot-iconwidth) * .7);height:calc(var(--techno-chatbot-iconheight) * .7)}}