code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat-button{align-items:center;background-color:#fff;border:2px solid #e0e0e0;border-radius:50%;bottom:30px;box-shadow:0 4px 15px #00000026;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:60px;z-index:1000}.chat-button:hover{box-shadow:0 6px 25px #0003;transform:scale(1.1)}.chat-button svg{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;filter:drop-shadow(0 1px 2px rgba(102,126,234,.3))}.chat-button img{height:30px;width:30px}.chat-window{background-color:#fff;border-radius:10px;bottom:100px;box-shadow:0 4px 15px #0003;display:flex;flex-direction:column;height:500px;overflow:hidden;position:fixed;right:30px;width:350px;z-index:1000}.chat-header{align-items:center;background-color:#f1f1f1;border-bottom:1px solid #ddd;display:flex;padding:15px}.header-logo{border-radius:50%;height:40px;margin-right:10px;width:40px}.header-title{font-size:1.1em;font-weight:700;margin:0}.header-subtitle{color:#555;font-size:.8em;margin:0}.close-chat-button{background:none;border:none;color:#555;cursor:pointer;font-size:1.5em;margin-left:auto}.chat-body{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto}.chat-body input[type=text]{border:1px solid #ddd;border-radius:5px;font-size:.9em;margin-bottom:10px;padding:10px}.submit-button{background-color:#6a0dad;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;margin-bottom:15px;padding:12px}.submit-button:hover{background-color:#5e0b9c}.contact-info{align-items:center;border-bottom:1px solid #eee;border-top:1px solid #eee;color:#333;display:flex;font-size:.9em;justify-content:center;margin-bottom:10px;padding:10px}.contact-info span{margin-right:8px}.chat-iframe{border:none;flex-grow:1;height:100%;width:100%}.chat-footer{background-color:#f9f9f9;border-top:1px solid #eee;color:#777;font-size:.8em;padding:10px;text-align:center}
/*# sourceMappingURL=cq-pop-up-chat.css.map*/