#beauty-chatbot{--text-color-light:#fff;--text-color-dark:#333;--bot-msg-bg:#fff;--font-family:sans-serif;font-family:var(--font-family);z-index:9999;position:fixed;bottom:25px;right:25px}#beauty-chatbot.bc-inherit-font{font-family:inherit!important}#beauty-chatbot[data-font=vazirmatn_local]{--font-family:"Vazirmatn",sans-serif}#beauty-chatbot.theme-pink{--gradient-primary:linear-gradient(135deg,#e85a9b 0%,#c33764 100%);--gradient-user:linear-gradient(135deg,#ff7e5f 0%,#feb47b 100%);--window-bg:#fdf5f8;--pattern-color:"%23f2dbe7";--shadow-color:#c337641a}#beauty-chatbot.theme-blue{--gradient-primary:linear-gradient(135deg,#5a9be8 0%,#376ec3 100%);--gradient-user:linear-gradient(135deg,#89f7fe 0%,#66a6ff 100%);--window-bg:#f3f7fd;--pattern-color:"%23e1eaf7";--shadow-color:#376ec31a}#beauty-chatbot.theme-green{--gradient-primary:linear-gradient(135deg,#5ae89b 0%,#37c36e 100%);--gradient-user:linear-gradient(135deg,#d4fc79 0%,#96e6a1 100%);--window-bg:#f3fdf7;--pattern-color:"%23e1f7ea";--shadow-color:#37c36e1a}#beauty-chatbot.theme-purple{--gradient-primary:linear-gradient(135deg,#9b59b6 0%,#8e44ad 100%);--gradient-user:linear-gradient(135deg,#ddd6f3 0%,#faaca8 100%);--window-bg:#f8f5f9;--pattern-color:"%23e9ddee";--shadow-color:#8e44ad1a}#beauty-chatbot.theme-orange{--gradient-primary:linear-gradient(135deg,#f39c12 0%,#e67e22 100%);--gradient-user:linear-gradient(135deg,#ffe1c5 0%,#ffd1a9 100%);--window-bg:#fef8f2;--pattern-color:"%23f9e9d4";--shadow-color:#e67e221a}#beauty-chatbot.theme-charcoal{--gradient-primary:linear-gradient(135deg,#485461 0%,#2c3e50 100%);--gradient-user:linear-gradient(135deg,#e0e0e0 0%,#bdbdbd 100%);--window-bg:#f4f5f6;--pattern-color:"%23e4e6e8";--shadow-color:#2c3e501a}#beauty-chatbot.theme-red{--gradient-primary:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);--gradient-user:linear-gradient(135deg,#ffdde1 0%,#ee9ca7 100%);--window-bg:#fdf5f4;--pattern-color:"%23f7e5e3";--shadow-color:#c0392b1a}#beauty-chatbot.theme-teal{--gradient-primary:linear-gradient(135deg,#1abc9c 0%,#16a085 100%);--gradient-user:linear-gradient(135deg,#a7ffeb 0%,#64ffda 100%);--window-bg:#f2fbf9;--pattern-color:"%23d4f2ea";--shadow-color:#16a0851a}#beauty-chatbot.theme-indigo{--gradient-primary:linear-gradient(135deg,#4834d4 0%,#341f9d 100%);--gradient-user:linear-gradient(135deg,#c5cae9 0%,#9fa8da 100%);--window-bg:#f5f4fd;--pattern-color:"%23e5e3f7";--shadow-color:#341f9d1a}#beauty-chatbot.theme-coral{--gradient-primary:linear-gradient(135deg,coral 0%,#ff6b6b 100%);--gradient-user:linear-gradient(135deg,#ffe0d8 0%,#ffcdbf 100%);--window-bg:#fff6f4;--pattern-color:"%23f9e7e3";--shadow-color:#ff6b6b1a}#beauty-chatbot.theme-slate{--gradient-primary:linear-gradient(135deg,#778ca3 0%,#4b6584 100%);--gradient-user:linear-gradient(135deg,#f1f2f6 0%,#dfe4ea 100%);--window-bg:#f7f8f9;--pattern-color:"%23e8e9eb";--shadow-color:#4b65841a}#beauty-chatbot.theme-sunset{--gradient-primary:linear-gradient(135deg,#fdc830 0%,#f37335 100%);--gradient-user:linear-gradient(135deg,#fff9e6 0%,#fff2d1 100%);--window-bg:#fffbf2;--pattern-color:"%23faeed4";--shadow-color:#f373351a}#beauty-chatbot #chat-toggle{background:var(--gradient-primary);color:var(--text-color-light);cursor:pointer;width:65px;height:65px;box-shadow:0 5px 20px var(--shadow-color);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.chat-toggle-wrapper{position:relative}.chat-toggle-pop{color:#000;text-wrap:wrap;z-index:9999;background-color:#fff;border-radius:9px;gap:5px;width:fit-content;max-width:230px;padding:11px;font-family:inherit;font-size:16px;display:flex;position:fixed;bottom:100px;right:25px;box-shadow:0 5px 20px 11px #0000001a}.chat-toggle-pop:before{content:"";background-color:inherit;border-radius:0 0 4px;width:12px;height:12px;position:absolute;bottom:-6px;right:21px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.chat-toggle-pop p{text-wrap:wrap;margin:0}.chat-toggle-pop svg{cursor:pointer;width:15px}.hidden{display:none}#beauty-chatbot #chat-toggle:hover{transform:scale(1.1)rotate(15deg)}#beauty-chatbot #chat-toggle svg{transition:transform .3s,opacity .3s;position:absolute}#beauty-chatbot #chat-toggle .icon-close{opacity:0;transform:rotate(-90deg)scale(.5)}#beauty-chatbot.open #chat-toggle .icon-chat{opacity:0;transform:rotate(90deg)scale(.5)}#beauty-chatbot.open #chat-toggle .icon-close{opacity:1;transform:rotate(0)scale(1)}#beauty-chatbot #chat-window{background-color:var(--window-bg);width:360px;height:550px;box-shadow:0 10px 30px var(--shadow-color);opacity:0;visibility:hidden;border-radius:20px;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:90px;right:0;overflow:hidden;transform:translateY(20px)scale(.9)}#beauty-chatbot.open #chat-window{opacity:1;visibility:visible;transform:translateY(0)scale(1)}#beauty-chatbot #chat-header{background:var(--gradient-primary);color:var(--text-color-light);text-shadow:1px 1px 2px #0000001a;justify-content:space-between;align-items:center;padding:15px 20px;font-weight:600;display:flex}#chat-header span{font-size:20px}#beauty-chatbot #close-chat{color:var(--text-color-light);cursor:pointer;opacity:.8;background:0 0;border:none;font-size:20px;font-weight:700;display:flex}#close-chat svg{width:20px}#beauty-chatbot #chat-messages{background-color:var(--window-bg);flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}#beauty-chatbot.theme-pink #chat-messages{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f2dbe7' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}#beauty-chatbot.theme-blue #chat-messages{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e1eaf7' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}#beauty-chatbot #chat-messages .msg{word-wrap:break-word;opacity:0;border-radius:20px;max-width:85%;padding:12px 18px;font-size:16px;line-height:1.6;animation:.5s cubic-bezier(.4,0,.2,1) forwards message-fade-in;transform:translateY(10px);box-shadow:0 2px 4px #00000014}@keyframes message-fade-in{to{opacity:1;transform:translateY(0)}}#beauty-chatbot #chat-messages .msg.bot{background:var(--bot-msg-bg);color:var(--text-color-dark);border-bottom-right-radius:5px;align-self:flex-start}#beauty-chatbot #chat-messages .msg.user{background:var(--gradient-user);color:var(--text-color-dark);border-bottom-left-radius:5px;align-self:flex-end}#beauty-chatbot #chat-input-container{background-color:#fff;border-top:1px solid #f0f0f0;padding:10px;display:flex}#beauty-chatbot #chat-input{color:var(--text-color-dark);background:0 0;border:none;outline:none;flex:1;padding:10px 15px;font-family:inherit;font-size:15px}#beauty-chatbot #send-btn{background:var(--gradient-primary);cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .2s;display:flex;transform:rotate(0)scaleX(-1)}#beauty-chatbot #send-btn:hover{filter:brightness(1.1);transform:rotate(360deg)scaleX(-1)}#quick-replies-container{background-color:#fff;border-top:1px solid #0000000d;flex-wrap:wrap;justify-content:center;gap:8px;padding:5px 10px 15px;display:flex}.quick-reply-btn{cursor:pointer;backdrop-filter:blur(5px);background-color:#ffffffb3;border:1px solid;border-radius:20px;padding:8px 15px;font-family:inherit;font-size:14px;transition:all .2s}#beauty-chatbot.theme-pink .quick-reply-btn{color:#c33764;border-color:#e85a9b}#beauty-chatbot.theme-blue .quick-reply-btn{color:#376ec3;border-color:#5a9be8}#beauty-chatbot.theme-green .quick-reply-btn{color:#37c36e;border-color:#5ae89b}.quick-reply-btn:hover,.quick-reply-btn.selected{background:var(--gradient-primary);border-color:#0000;transform:translateY(-2px);color:var(--text-color-light)!important}.quick-reply-confirm-btn{background:var(--gradient-primary);color:var(--text-color-light);cursor:pointer;border:none;border-radius:20px;width:100%;margin-top:5px;padding:10px 20px;font-family:inherit;font-size:14px}.kharidyar-closed-btn{text-align:center;cursor:pointer;background-color:#fff;border:none;width:100%;padding:15px;font-family:inherit;font-size:16px;display:none}.kharidyar-closed-btn-wrapper{display:none!important}@media (width<=480px){#beauty-chatbot{bottom:70px;right:15px}.chat-toggle-pop{bottom:150px;right:15px}#beauty-chatbot.open #chat-window{width:100dvw;height:100dvh;box-shadow:none;border-radius:0;position:fixed;inset:0}#beauty-chatbot.open #chat-toggle{opacity:0;pointer-events:none}}#beauty-chatbot #chat-header .header-buttons{align-items:center;gap:10px;display:flex}#beauty-chatbot #bc-restart-chat{color:var(--text-color-light);cursor:pointer;opacity:.8;background:0 0;border:none;padding:0;transition:all .5s;display:flex}#beauty-chatbot #bc-restart-chat:hover{opacity:1;transition:transform .3s;transform:rotate(180deg)}#beauty-chatbot #bc-restart-chat svg{width:20px}