.ai-chat-widget .chat-button {
    width: 80px; height: 80px; border-radius: 40px; border: 2px solid #ffffff;
    bottom: 40px; top:calc(100% - 140px); right: 50px !important;
}
.ai-chat-widget .zona-nuvoletta { bottom: 160px; right: 50px !important; width: 200px; }
.ai-chat-widget .msg-nuvoletta { font-family: 'Barlow', Helvetica, Arial, sans-serif !important; font-size: 18px; font-weight: 500; line-height: 24px; }
.ai-chat-widget .msg-nuvoletta span { color: #0c468b !important;  }
.ai-chat-widget .chat { bottom: 160px; right: 50px !important; width: 40%; }
.ai-chat-widget .footer-zona-domande { padding: 15px 10px; margin: 0 12px 15px 12px !important; background-color: #f0f0f0 !important;  }
.ai-chat-widget .domanda-footer { font-family: 'Barlow', Helvetica, Arial, sans-serif !important; font-size: 16px; color:#0c468b !important;  }
.ai-chat-widget .domanda-footer:hover { font-family: 'Barlow', Helvetica, Arial, sans-serif !important; font-size: 16px; color:#ffffff !important;  }
.ai-chat-widget .footer-zona-input {
    height: 45px !important;
    max-height: 45px !important;
    min-height: 45px !important;
    border: 1px solid #0c468b !important;
}
.ai-chat-widget .footer-text-input {
    font-family: 'Barlow', Helvetica, Arial, sans-serif !important; font-size: 16px !important;
    height: 45px !important;
    max-height: 45px !important;
    min-height: 45px !important;
    color: #0c468b !important;
}
.ai-chat-widget .nome-chatbot { font-family: 'Barlow', Helvetica, Arial, sans-serif !important; font-size: 16px; color:#0c468b !important; }
.ai-chat-widget .chat-message { font-family: 'Barlow', Helvetica, Arial, sans-serif !important; font-size: 16px !important; }
.ai-chat-widget .footer-powered-by { font-family: 'Barlow', Helvetica, Arial, sans-serif !important; font-size: 13px !important; }


@media screen and (min-width: 601px) and (max-width: 1100px) {
    .ai-chat-widget .chat { bottom: 160px; right: 50px !important; width: 70%; }
}
