/*!/wp-content/plugins/dbp-debby-chat-1.3.9/dbp-debby-chat.css*/:root{--blue-400:#3c72d6;--blue-600:#1e458e;--blue-800:#10244b}.dbp-debby-chat-hidden{display:none!important}#dbp-debby-chat-chatbot-container{position:fixed;bottom:27px;right:27px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif}#dbp-debby-chat-chat-toggle-button{background-color:var(--blue-600);color:#fff;border:none;padding:15px;border-radius:50%;cursor:pointer;box-shadow:0 4px 8px rgb(0 0 0 / .2);transition:background-color 0.3s;display:flex;align-items:center;justify-content:center;width:50px;height:50px}#dbp-debby-chat-chat-toggle-button img{box-shadow:2px 4px 12px rgb(0 0 0 / .5);border-radius:50%;max-width:initial}#dbp-debby-chat-chat-toggle-button:hover{background-color:var(--blue-400)}#dbp-debby-chat-chat-window{width:350px;max-width:90vw;height:500px;max-height:80vh;background:#f9f9f9;border-radius:8px;box-shadow:0 8px 16px rgb(0 0 0 / .3);overflow:hidden;display:flex;flex-direction:column}#dbp-debby-chat-chat-header{background-color:var(--blue-600);color:#fff;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:700;cursor:default;flex-shrink:0;position:relative;z-index:2}#dbp-debby-chat-close-button{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;line-height:1;padding:0;margin-left:10px}#dbp-debby-chat-copilot-iframe{flex-grow:1;width:100%;height:100%;border:none;position:absolute;border-radius:8px}