#fpcai-floating-chat-app-icon{position:fixed;z-index:1000;display:flex;align-items:center;justify-content:center;width:calc(var(--icon-size,30px) * 1.5);height:calc(var(--icon-size,30px) * 1.5);border-radius:var(--border-radius,50%);background-color:var(--icon-bg-color,#25d366);transition:filter .3s ease}#fpcai-floating-chat-app-icon a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}#fpcai-floating-chat-app-icon svg{width:100%;height:100%;margin:0;padding:0;border:0;fill:var(--icon-fill,#ffffff);stroke:var(--icon-stroke,#000000);shape-rendering:geometricPrecision}#fpcai-floating-chat-app-icon svg path{fill:var(--icon-fill,#ffffff);stroke:var(--icon-stroke,#000000)}#fpcai-floating-chat-app-icon:focus,#fpcai-floating-chat-app-icon:hover{filter:var(--filter-effect, none)}