#mzs-chat-widget-container{position:fixed;bottom:20px;right:20px;z-index:999999;font-family:Inter,sans-serif}#mzs-chat-button{width:60px;height:60px;border-radius:50%;background-color:#0056b3;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:transform .3s ease}#mzs-chat-button:hover{transform:scale(1.05)}#mzs-chat-window{display:none;position:absolute;bottom:80px;right:0;width:350px;height:500px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0003;flex-direction:column;overflow:hidden;border:1px solid #eee}#mzs-chat-header{background-color:#0056b3;color:#fff;padding:15px;font-weight:700;display:flex;justify-content:space-between;align-items:center}#mzs-chat-close{cursor:pointer;font-size:20px;font-weight:700}#mzs-chat-messages{flex:1;padding:15px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background-color:#f9f9f9}.mzs-message{max-width:80%;padding:10px 14px;border-radius:18px;font-size:14px;line-height:1.4}.mzs-message.user{align-self:flex-end;background-color:#0056b3;color:#fff;border-bottom-right-radius:4px}.mzs-message.assistant{align-self:flex-start;background-color:#e9ecef;color:#333;border-bottom-left-radius:4px}#mzs-chat-input-container{display:flex;padding:10px;border-top:1px solid #eee;background:#fff}#mzs-chat-input{flex:1;padding:10px 15px;border:1px solid #ddd;border-radius:20px;outline:none;font-size:14px}#mzs-chat-send{background-color:#0056b3;color:#fff;border:none;border-radius:50%;width:40px;height:40px;margin-left:10px;cursor:pointer;display:flex;justify-content:center;align-items:center}#mzs-chat-send:disabled{background-color:#ccc;cursor:not-allowed}.mzs-typing-indicator{display:flex;gap:4px;padding:12px 16px;background-color:#e9ecef;border-radius:18px 18px 18px 4px;align-self:flex-start;width:fit-content}.mzs-typing-dot{width:6px;height:6px;background-color:#888;border-radius:50%;animation:mzs-typing 1.4s infinite ease-in-out both}.mzs-typing-dot:nth-child(1){animation-delay:-.32s}.mzs-typing-dot:nth-child(2){animation-delay:-.16s}@keyframes mzs-typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
/*# sourceMappingURL=/cdn/shop/t/172/assets/mzs-service-module.css.map */
