@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";#chatbot-container{position:fixed;bottom:30px;right:20px;width:330px;height:520px;background-color:#fff;border-radius:25px;box-shadow:0 6px 20px #0003;flex-direction:column;z-index:1000;overflow:hidden;transform:scale(0);opacity:0;pointer-events:none;transition:all .3s ease;transform-origin:bottom right}#chatbot-container.open{display:flex;transform:scale(1);opacity:1;pointer-events:auto}#chatbot-toggle{position:fixed;bottom:30px;right:20px;width:60px;height:60px;background-color:#fff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0003;font-size:24px;z-index:1001}#chatbot-toggle svg{width:32px;height:auto}.chatbot-header{position:relative;color:#fff;padding:20px 20px 40px;border-top-left-radius:25px;border-top-right-radius:25px;overflow:hidden;min-height:90px}.chatbot-header-text{position:relative;z-index:2}.chatbot-header-text strong{font-size:24px;font-weight:700}.chatbot-header-text p{font-size:14px;margin:0;font-weight:400}#chatbot-close{position:absolute;top:0;right:0;cursor:pointer;font-size:18px;font-weight:700;color:#fff;z-index:2;transition:transform .3s ease}#chatbot-close:hover{transform:rotate(90deg)}.chatbot-header:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:35px;background:url("data:image/svg+xml;utf8,<svg viewBox='0 0 500 150' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path d='M0,50 C150,150 350,-50 500,50 L500,150 L0,150 Z' fill='%23ffffff'/></svg>") no-repeat;background-size:cover;z-index:1;background-position-y:16px}.chatbot-header-actions{position:absolute;top:15px;right:15px;display:flex;gap:10px}#chatbot-close,#chatbot-clear{cursor:pointer;font-size:18px;color:#fff;transition:color .2s}#chatbot-close:hover,#chatbot-clear:hover{color:#f1f1f1}#chatbox-body{flex-grow:1;padding:15px;overflow-y:auto;background-color:#fafafa;scroll-behavior:smooth}.chat-message{padding:10px;border-radius:15px 15px 0/15px 15px 0px;margin-bottom:10px;max-width:80%;width:fit-content}.user-message{color:#fff;align-self:flex-end;margin-left:auto}.bot-message{background-color:#e0e0e0;align-self:flex-start;margin-right:auto;word-wrap:break-word}img.user-upload{width:60px}button#upload-btn{background:transparent}.chat-footer{display:flex;padding:15px;border-top:1px solid #eee}#chatbot-input{flex-grow:1;border:1px solid #ccc;border-radius:20px;padding:10px 15px;margin-right:0;outline:none}#send-btn{color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 8px #0003;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease}#chatbot-close{float:right;cursor:pointer;font-size:18px;font-weight:400;color:#fff}#chatbot-close:hover{color:#000}#chatbot-container.open+#chatbot-toggle{display:none}.typing-indicator{display:flex;gap:4px;align-items:center;padding:8px 12px;background:#e0e0e0;border-radius:12px;width:fit-content}.typing-indicator span{width:6px;height:6px;background-color:#555;border-radius:50%;display:inline-block;animation:bounce 1.3s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}.popup-chatbot{position:fixed;bottom:95px;right:20px;width:230px;background:#fff;border-radius:6px;border:1px solid #ccc;padding:13px 30px 13px 15px;box-shadow:0 1px 6px #1b1b1b33;transition:all .7s ease;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:999999}.closepoup{position:absolute;top:0;right:10px;width:30px;height:30px;padding:7px}.closepoup svg{width:20px!important;height:auto;cursor:pointer}a.whatsapp-btn{color:#ac7061}.chat-message strong{font-weight:500}.chat-footer{display:flex;padding:10px 15px;background:#f5f5f5;border-top:1px solid #ddd}#chatbot-input{flex:1;padding:10px 15px;border:1px solid #ccc;border-radius:20px;outline:none;font-size:15px;transition:border-color .3s ease,box-shadow .3s ease;margin-bottom:0}#chatbot-input:focus{box-shadow:0 0 5px #007bff4d}#send-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000040}#send-btn svg{stroke:#fff;transition:transform .3s ease}#send-btn:hover svg{transform:rotate(45deg)}.bot-link-card{display:flex;align-items:center;gap:10px;background:#f7f7f7;border-radius:10px;padding:10px;margin-top:8px;border:1px solid #eee}.bot-link-image{width:60px;height:60px;object-fit:cover;border-radius:8px}.bot-link-info{display:flex;flex-direction:column}.bot-link-title{font-weight:600;text-decoration:none}.bot-link-title:hover{text-decoration:underline}a.bot-link-title{line-height:1.2em;font-size:12px}.chatbot-header-text strong{animation:waveHand 5s infinite;display:inline-block}.user-combo-message{display:flex;align-items:center;justify-content:flex-start;gap:10px;max-width:100%;align-self:flex-start;background:#f8faff;padding:8px 10px;border-radius:12px;box-shadow:0 2px 6px #00000014;animation:fadeIn .3s ease;flex-direction:column}.user-combo-message .user-upload{width:150px;height:150px;border-radius:10px;object-fit:cover;box-shadow:0 3px 8px #0000001f;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.user-combo-message .user-upload:hover{transform:scale(1.05);box-shadow:0 5px 10px #00000026}.user-combo-message .user-text{color:#1a1a1a;font-size:13px;line-height:1.4;background:transparent;padding:0;margin:0}.chatgpt-upload-preview{display:flex;align-items:center;background:#f7f7f8;border:1px solid #e5e5e5;border-radius:16px;padding:0;margin-top:0;margin-bottom:0;transition:all .2s ease;margin-right:5px}.chatgpt-upload-item{display:flex;align-items:center;gap:10px;position:relative}.chatgpt-upload-item img{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}.chatgpt-upload-item img:hover{transform:scale(1.03)}.chatgpt-remove-btn{position:absolute;top:-8px;right:-8px;background:#fff;border:1px solid #ccc;border-radius:50%;color:#333;font-size:14px;width:20px;height:20px;cursor:pointer;line-height:16px;text-align:center;padding:0;transition:all .2s ease}.chatgpt-remove-btn:hover{background:#efefef;border-color:#aaa}#chatbot-input{border-radius:16px;background:#fff;border:1px solid #ddd;padding:10px 14px;resize:none;width:100%;min-height:44px;transition:all .2s ease}#chatbot-input:focus{border-color:#aaa;background:#fff;outline:none}#send-btn{color:#fff;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background-color .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes waveHand{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%,to{transform:rotate(0)}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
/*# sourceMappingURL=/cdn/shop/t/93/assets/lovemere_chatbot.css.map */
