/*!/wp-content/plugins/gtb-ai-assistant/assets/css/chat.css*/html[lang="ar"] .gtb-chat,html[lang="ar"] .gtb-chat *{direction:rtl;text-align:right}html[lang="ar"] .gtb-msg--user{margin-right:auto;margin-left:0}html[lang="ar"] .gtb-agent-meta{flex-direction:row-reverse}html[lang="ar"] .gtb-agent-name{text-align:right}html[lang="ar"] .gtb-chat__footer{flex-direction:row-reverse}html[lang="ar"] .gtb-chat__footer input{text-align:right}.gtb-chat{position:fixed;right:33px;bottom:110px;width:360px;max-width:92vw;height:520px;display:flex;flex-direction:column;background:#f28b00;border-radius:20px;box-shadow:0 8px 30px rgb(0 0 0 / .15);font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;font-size:14px;overflow:hidden;opacity:0;transform:translateY(10px) scale(.96);pointer-events:none;transition:all .3s ease;z-index:99999}.gtb-chat.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.gtb-chat__header{background:#f28b00;color:#fff;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.gtb-chat__title{font-weight:600;font-size:15px;line-height:1.2;margin-right:10px;flex:1}.gtb-chat__min{background:#fff0;color:#fff;border:none;font-size:18px;cursor:pointer;line-height:1}.gtb-chat__body{flex:1;padding:16px 14px;overflow-y:auto;background:#f9fafb;scroll-behavior:smooth}.gtb-chat__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border-top:1px solid #e5e7eb;background:#fff}.gtb-chat__footer input,.gtb-chat__footer textarea{flex:1;border:1px solid #d1d5db;border-radius:22px;padding:11px 15px;font-size:14px;outline:none;height:45px;line-height:1.4;font-family:inherit;resize:none;overflow-y:auto}#gtb-ai-chat-root .gtb-chat__footer textarea{min-height:45px!important;height:45px!important;max-height:120px;overflow-y:auto;resize:none;box-shadow:none;line-height:1.4;word-wrap:break-word;white-space:pre-wrap;box-sizing:border-box}.gtb-chat__footer button{flex-shrink:0;background:#111827;color:#fff;border:none;border-radius:22px;padding:0 18px;height:45px;font-weight:500;cursor:pointer;transition:background .2s ease}.gtb-chat__footer button:hover{background:#1f2937}.gtb-chat__launcher{position:fixed;right:38px;bottom:35px;width:56px;height:56px;border-radius:50%!important;background:#f28b00;color:#f28b00;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 8px 25px rgb(0 0 0 / .25);transition:transform .25s ease,box-shadow .25s ease;z-index:99}button.gtb-chat__launcher{border-radius:50%!important}.gtb-chat__launcher:hover{transform:translateY(-3px) scale(1.07);box-shadow:0 12px 30px rgb(0 0 0 / .35)}.gtb-chat.is-open+.gtb-chat__launcher{display:none!important}.gtb-msg--bot{background:none;border:none;padding:0;margin-bottom:10px}.gtb-agent-meta{display:flex;align-items:center;gap:6px;margin-bottom:4px;margin-left:2px}.gtb-agent-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover}.gtb-agent-name{font-weight:600;font-size:13px;color:#111827}.gtb-agent-bubble{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:10px 14px;color:#111827;display:inline-block;max-width:95%;box-shadow:0 1px 3px rgb(0 0 0 / .08);white-space:pre-line;line-height:1.5}.gtb-msg--user{background:#111827;color:#fff;margin-left:auto;margin-top:12px;margin-bottom:12px;border-radius:16px;padding:10px 14px;max-width:fit-content;line-height:1.4;white-space:pre-line}.gtb-typing .typing-wrap{display:flex;align-items:center;gap:6px;background:#fff;border-radius:16px;padding:8px 12px;border:1px solid #e5e7eb;width:fit-content;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.gtb-typing .typing-avatar{width:18px;height:18px;border-radius:50%;object-fit:cover;opacity:.85}.gtb-typing .typing-text{font-size:13px;color:#4b5563}.gtb-typing .dots{display:inline-flex;gap:4px;margin-left:3px}.gtb-typing .dots i{width:6px;height:6px;background:#9ca3af;border-radius:50%;display:block;animation:blink 1.2s infinite}.gtb-typing .dots i:nth-child(2){animation-delay:.2s}.gtb-typing .dots i:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,100%{opacity:.2}40%{opacity:1}}@media (max-width:768px){.gtb-chat{position:fixed;top:env(safe-area-inset-top,0);right:0;left:0;width:100vw;height:100dvh;max-width:100vw;border-radius:0;box-shadow:none;background:#f9fafb;padding-top:env(safe-area-inset-top,0)}.gtb-chat__body{padding-bottom:calc(140px + env(safe-area-inset-bottom, 0px))!important}.gtb-chat__footer{position:fixed;left:0;right:0;bottom:0;z-index:100000;padding-bottom:calc(12px + env(safe-area-inset-bottom, 0px));border-top:1px solid #e5e7eb;background:#fff}button.gtb-chat__launcher{border-radius:50px!important}}@media screen and (max-width:849px){html body button.gtb-chat__launcher.gtb-chat__launcher{border-radius:50px!important}}@media screen and (max-width:849px){html body button.gtb-chat__launcher.gtb-chat__launcher{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;right:18px!important;bottom:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1.5px solid rgb(255 255 255 / .92)!important;border-radius:50%!important;background:#f28b00!important;color:transparent!important;font-size:0!important;line-height:1!important;box-shadow:0 10px 24px rgb(0 0 0 / .22),0 3px 10px rgb(242 139 0 / .22)!important;z-index:98!important;opacity:.98!important;overflow:visible!important;transform:none!important;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease!important}html body button.gtb-chat__launcher.gtb-chat__launcher::before{content:""!important;display:block!important;width:29px!important;height:29px!important;background:#fff!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 5.25C4.26 5.25 3.25 6.26 3.25 7.5V14C3.25 15.24 4.26 16.25 5.5 16.25H7.25V19.05C7.25 19.67 7.98 20 8.44 19.59L12.16 16.25H18.5C19.74 16.25 20.75 15.24 20.75 14V7.5C20.75 6.26 19.74 5.25 18.5 5.25H5.5ZM5.5 7H18.5C18.78 7 19 7.22 19 7.5V14C19 14.28 18.78 14.5 18.5 14.5H11.82C11.61 14.5 11.41 14.58 11.26 14.72L9 16.75V15.38C9 14.89 8.61 14.5 8.12 14.5H5.5C5.22 14.5 5 14.28 5 14V7.5C5 7.22 5.22 7 5.5 7ZM7.6 9.25H16.4C16.88 9.25 17.27 9.64 17.27 10.12C17.27 10.61 16.88 11 16.4 11H7.6C7.12 11 6.73 10.61 6.73 10.12C6.73 9.64 7.12 9.25 7.6 9.25ZM7.6 12.15H13.7C14.18 12.15 14.57 12.54 14.57 13.02C14.57 13.51 14.18 13.9 13.7 13.9H7.6C7.12 13.9 6.73 13.51 6.73 13.02C6.73 12.54 7.12 12.15 7.6 12.15Z'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 5.25C4.26 5.25 3.25 6.26 3.25 7.5V14C3.25 15.24 4.26 16.25 5.5 16.25H7.25V19.05C7.25 19.67 7.98 20 8.44 19.59L12.16 16.25H18.5C19.74 16.25 20.75 15.24 20.75 14V7.5C20.75 6.26 19.74 5.25 18.5 5.25H5.5ZM5.5 7H18.5C18.78 7 19 7.22 19 7.5V14C19 14.28 18.78 14.5 18.5 14.5H11.82C11.61 14.5 11.41 14.58 11.26 14.72L9 16.75V15.38C9 14.89 8.61 14.5 8.12 14.5H5.5C5.22 14.5 5 14.28 5 14V7.5C5 7.22 5.22 7 5.5 7ZM7.6 9.25H16.4C16.88 9.25 17.27 9.64 17.27 10.12C17.27 10.61 16.88 11 16.4 11H7.6C7.12 11 6.73 10.61 6.73 10.12C6.73 9.64 7.12 9.25 7.6 9.25ZM7.6 12.15H13.7C14.18 12.15 14.57 12.54 14.57 13.02C14.57 13.51 14.18 13.9 13.7 13.9H7.6C7.12 13.9 6.73 13.51 6.73 13.02C6.73 12.54 7.12 12.15 7.6 12.15Z'/%3E%3C/svg%3E")!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;-webkit-mask-position:center!important;mask-position:center!important;-webkit-mask-size:contain!important;mask-size:contain!important}html body button.gtb-chat__launcher.gtb-chat__launcher:hover{transform:translateY(-1px)!important;box-shadow:0 20px 38px rgb(0 0 0 / .30),0 9px 20px rgb(0 0 0 / .20),0 0 0 5px rgb(255 255 255 / .40)!important}html body button.gtb-chat__launcher.gtb-chat__launcher:active{transform:scale(.96)!important}body.single-product button.gtb-chat__launcher.gtb-chat__launcher{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;right:18px!important;bottom:94px!important;box-shadow:0 16px 30px rgb(0 0 0 / .27),0 7px 16px rgb(0 0 0 / .18),0 0 0 5px rgb(255 255 255 / .34)!important}body.single-product button.gtb-chat__launcher.gtb-chat__launcher::before{width:28px!important;height:28px!important}html[lang="ar"] body button.gtb-chat__launcher.gtb-chat__launcher{right:auto!important;left:18px!important}html[lang="ar"] body.single-product button.gtb-chat__launcher.gtb-chat__launcher{right:auto!important;left:18px!important}}