#chat-widget-container *,#chat-widget-container *::before,#chat-widget-container *::after{box-sizing:border-box}#chat-toggle-wrapper{position:fixed;bottom:20px;right:20px;width:70px;height:auto;display:flex;flex-direction:column;align-items:center;z-index:9999}#chat-toggle{font-size:16px!important;touch-action:manipulation!important;position:fixed!important;bottom:50px!important;right:20px!important;width:70px!important;height:70px!important;background:url(https://sardegnakartindoor.com/wp-content/plugins/bebot/assets/Images/xtoggle-bebot-chat.png.pagespeed.ic.pWQTCUhrVo.png) no-repeat center center!important;background-size:contain!important;background-color:transparent!important;border:none!important;cursor:pointer!important;z-index:9998!important;outline:none;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}#chat-toggle-indicator{position:fixed!important;bottom:55px!important;right:25px!important;width:60px!important;height:60px!important;border-radius:50%;z-index:9997!important}#chatbot{position:fixed;bottom:120px;right:30px;width:320px;max-height:450px;background:#fff;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.25);display:none;flex-direction:column;z-index:9999;overflow:hidden;animation:slideUp .3s ease-out;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}#chat-header{position:relative;top:50%;color:#fff;padding:0 14px;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:left;height:35px;border-top-left-radius:16px;border-top-right-radius:16px}#chat-header::after{content:"Chatta con " attr(data-botname);display:block}#chat-header #bebot-close-btn{position:absolute;top:50%;right:12px;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:22px;font-weight:300;cursor:pointer;opacity:.7;line-height:1;height:24px;width:24px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;-webkit-tap-highlight-color:transparent;user-select:none;outline:none}#bebot-close-btn{background:none;border:none;color:#fff;font-size:22px;font-weight:300;cursor:pointer;opacity:.7;padding:0;margin:0;line-height:1;height:24px;width:24px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;-webkit-tap-highlight-color:transparent;user-select:none;outline:none}#bebot-close-btn:hover{opacity:1}#chat-header #bebot-close-btn:hover{opacity:1}#chatbot #chat-header #bebot-close-btn:hover{opacity:1}#chat-log{flex:1;overflow-y:auto;padding:10px;background-color:#f4f4f4;scrollbar-width:thin;scrollbar-color:#ccc #f4f4f4}#chat-log::-webkit-scrollbar{width:6px}#chat-log::-webkit-scrollbar-track{background:#f4f4f4}#chat-log::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px;border:1px solid #f4f4f4}#chat-log div{margin-bottom:10px;max-width:80%;padding:6px 10px;border-radius:16px;line-height:1.4;word-wrap:break-word;clear:both;opacity:0;animation:fadeIn .4s ease forwards;font-size:13px}#chat-log div strong{display:block;margin-bottom:2px;font-weight:600;font-size:12px}#chat-log div.bot{background-color:#e0e0e0;float:left;border-bottom-left-radius:4px;color:#333}#chat-log div.user{color:#fff;float:right;border-bottom-right-radius:4px}#chat-log div a{display:inline-block;padding:3px 9px;border-radius:14px;background-color:rgba(0,0,0,.06);color:#007aff;text-decoration:none;font-weight:500;font-size:inherit;line-height:1.4;margin:1px 2px;transition:background-color .2s ease , color .2s ease}#chat-log div a:hover,#chat-log div a:focus{background-color:rgba(0,0,0,.09);color:#005ecb;text-decoration:none}#chat-log div.user a{background-color:rgba(255,255,255,.2);color:#fff}#chat-log div.user a:hover,#chat-log div.user a:focus{background-color:rgba(255,255,255,.3);color:#fff}#input-wrapper{align-items:center;height:70px;display:flex;padding:10px;background-color:#fff;border-top:1px solid #ddd;flex-shrink:0}#user-input{margin:0 0 20px 0;align-items:center;margin-top:20px!important;flex-grow:1;height:30px!important;line-height:normal!important;padding:6px 10px 6px 10px!important;border:1px solid #ccc!important;border-radius:8px!important;font-size:14px!important;background-color:#fff!important;color:#000!important}#send-btn{align-items:center;color:#fff;border:none;border-radius:8px;margin:5px 5px 5px 5px!important;padding:0 14px;font-size:16px;cursor:pointer;flex-shrink:0;height:38px;line-height:0;text-align:center;outline:none;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}@media (max-width:600px){#chatbot{position:fixed;bottom:120px;right:10px;width:calc(95%);max-height:calc(80%);background:#fff;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.25);display:none;flex-direction:column;z-index:9999;overflow:hidden;animation:slideUp .3s ease-out;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}#chat-log{padding:15px}#chatbot #input-wrapper #user-input{font-size:16px!important}}