/*!/wp-content/plugins/IAchatbot/public/shortcode/../assets/css/chat_bot.css*/#chatContainer *{margin:0;padding:0;box-sizing:border-box;font-size:16px}#chatContainer #chatButton{position:fixed;bottom:2px;right:20px;width:100px;height:45px;border-radius:5%;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:99999;background-image:url(/wp-content/plugins/IAchatbot/public/shortcode/../assets/css/wp-content/plugins/test-plugin/img/chatbotimg.png);background-size:contain;background-repeat:no-repeat;background-position:center}#chatContainer .header{display:flex;background-color:#337ab7;margin:0;height:100%;align-items:center;justify-content:space-between;padding:0;font-family:\'Lato\',sans-serif}#chatContainer button[type="submit"]{grid-area:1 / 2 / 2 / 3;background-color:#fff0;border:none;color:#000;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;padding:0}#chatContainer .hidden{visibility:hidden;opacity:0}#chatContainer .expanded{width:40dvw!important;height:90dvh!important}#chatContainer ul{display:flex;flex-direction:column;list-style-type:none;gap:10px;padding:0;width:100%;padding-top:6px}#chatContainer .message-ia{display:flex;flex-direction:column;max-width:98%;width:95%;gap:2px}#chatContainer .message-ia>span:first-child{font-size:16px;font-weight:500;display:flex;align-items:center;padding:0 5px;margin-bottom:0}#chatContainer .message-ia p{padding:8px 12px;margin:6px 0;background-color:#e4e6eb;border-radius:15px;max-width:99%;word-wrap:break-word;font-family:Arial,sans-serif;font-size:14px;box-shadow:0 1px 2px rgb(0 0 0 / .1)}#chatContainer .message-ia.user{min-width:35%!important;align-self:flex-end;align-items:flex-end;max-width:90%}#chatContainer .message-ia.user span{border-radius:6px}#chatContainer .message-ia.user p{background:rgb(152 195 255 / 85%);border-radius:6px}#chatContainer .message-ia.bot{align-self:flex-start;align-items:flex-start}#chatContainer .message-ia.bot span,#chatContainer .message-ia.bot p{border-radius:6px;margin-bottom:0}#chatContainer #expandButton{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:3px!important}#chatContainer #moveButton{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:3px!important}#chatContainer #clearButton{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:3px!important}#chatContainer #closeButton{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:3px!important}ol,ul{margin:1px}#btn-send_message_ia svg:hover{fill:#fff!important}#btn-new_message_ia svg:hover{fill:#fff!important}.div_load_container{display:none!important}.div_load{background:#fefefe;width:10px;height:10px;border-radius:50%;opacity:0;animation:bounce 1s infinite ease-in-out}@keyframes bounce{0%,100%{opacity:0;transform:translateY(0)}50%{opacity:1.5;transform:translateY(-5px)}}.div_load:nth-child(1){animation-delay:0s}.div_load:nth-child(2){animation-delay:0.2s}.div_load:nth-child(3){animation-delay:0.4s}.div_load:nth-child(4){animation-delay:0.6s}.div_load:nth-child(5){animation-delay:0.8s}@media screen and (max-width:600px){#chatContainer #expandButton{display:none!important}#chatContainer #moveButton{display:none!important}#chatContainer #chatForm{width:94dvw!important;height:90dvh!important}#chatContainer .form-chat_alpha input{font-size:19px!important}}