.c-chatbox{position:fixed;bottom:1rem;right:1rem;width:380px;height:660px;max-width:calc(100vw - 2rem);max-height:calc(100dvh - 2.5rem);overflow:hidden;background-color:var(--wp--preset--color--concrete);border-radius:.375rem;box-shadow:32px 32px 32px 0px rgba(0,0,0,.2392156863),-24px -24px 40px 0px rgba(0,0,0,.1607843137);display:flex;flex-direction:column;z-index:12;animation:chatboxClose .3s ease forwards;transition:max-height .15s linear}.c-chatbox[aria-hidden=false]{animation:chatboxOpen .35s ease .15s both}@media(min-width: 601px){.c-chatbox{max-height:calc(100dvh - 2.5rem - var(--wp-admin--admin-bar--height, 0px))}}@media(min-width: 1600px)and (min-height: 800px){.c-chatbox{bottom:1.5rem;right:1.5rem}}.c-chatbox::before,.c-chatbox::after{content:"";position:absolute;width:50%;border-radius:100%;aspect-ratio:1/1;opacity:1;z-index:-1;filter:blur(100px);pointer-events:none;transition:opacity .25s ease-in-out}.c-chatbox::before{top:4rem;right:2rem;background-color:var(--wp--preset--color--cold-turkey)}.c-chatbox::after{bottom:4rem;left:2rem;background-color:var(--wp--preset--color--nepal)}.c-chatbox:has(.c-chatbox__body.is-history)::before,.c-chatbox:has(.c-chatbox__body.is-history)::after{opacity:0}.c-chatbox:has(.c-chatbox__body.is-history) .c-chatbox__form{display:none}.is-closing-header-side .c-chatbox[aria-hidden=false]{opacity:0;transform:translate3d(0, 100%, 0);animation:chatboxOpen .35s ease .6s forwards}@media(min-width: 48em){.is-closing-header-side .c-chatbox[aria-hidden=false]{animation-delay:1s}}.has-header-side-open .c-chatbox[aria-hidden=false]{animation:chatboxClose .3s ease forwards}.c-chatbox__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem;z-index:1;box-shadow:0 .25rem 2rem 0 rgba(0,0,0,.16);background-color:var(--wp--preset--color--white)}@media(min-width: 36em){.c-chatbox__header{padding:1rem}}.c-chatbox__title{font-size:clamp(0.8125rem,0.7732963875rem + 0.1642036125vw,0.9375rem);font-weight:600;margin:0;color:var(--wp--preset--color--woodsmoke);letter-spacing:-0.01em}.c-chatbox__mandana-link{flex-shrink:0;padding:0;border:0;background-color:var(--wp--preset--color--transparent);cursor:pointer;color:var(--wp--preset--color--storm-dust);transition:all .25s ease-in-out;display:none}.c-chatbox__mandana-link:hover{color:var(--wp--preset--color--potters-clay)}.c-chatbox__mandana-link:hover svg{transform:translate(-10%, -10%)}.c-chatbox__mandana-link svg{display:block;transition:inherit}@media(max-width: 47.99em){.c-chatbox__mandana-link svg{max-width:2rem}}@media(max-width: 35.99em){.c-chatbox__mandana-link svg{max-width:1.5rem}}.c-chatbox__close{padding:0;border:0;background-color:var(--wp--preset--color--transparent);cursor:pointer;color:var(--wp--preset--color--storm-dust);transition:color .25s ease-in-out}@media(hover: hover){.c-chatbox__close:hover{color:#c62828}}@media(max-width: 47.99em){.c-chatbox__close svg{max-width:1.25rem}}.c-chatbox__body{flex:1;overflow-x:clip;overflow-y:auto;padding:1rem .75rem}@media(min-width: 36em){.c-chatbox__body{padding:1rem .875rem}}@media(min-width: 48em){.c-chatbox__body{padding:1rem}}.c-chatbox__body.is-chat .c-chatbox__messages{opacity:0;animation:chatboxMessage .25s ease-in-out .1s forwards}.c-chatbox__body.is-chat .c-chatbox__messages .c-chatbox__message{animation:none;transform:none;opacity:1}.c-chatbox__body.is-history .c-chatbox__messages{display:none}.c-chatbox__body.is-history .c-chatbox__history{display:block;animation:chatboxMessage .25s ease-in-out .1s forwards}.c-chatbox__history{font-size:clamp(0.6875rem,0.4542197452rem + 0.9952229299vw,0.8125rem);line-height:2;font-weight:600;display:none;opacity:0}.c-chatbox__history .history-item{padding:1em 0}.c-chatbox__history .history-item:not(:last-child){border-bottom:.0625rem solid var(--wp--preset--color--mercury)}.c-chatbox__history .history-item a{display:block;color:var(--wp--preset--color--woodsmoke)}.c-chatbox__history .history-item a::before{content:"";width:1.1429em;height:1.1429em;display:inline-block;vertical-align:middle;margin-left:.5rem;opacity:.8;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;background-color:currentColor;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none" viewBox="0 0 18 18"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 5h8M5 9h6M1 17V4a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H5z"/></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none" viewBox="0 0 18 18"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 5h8M5 9h6M1 17V4a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H5z"/></svg>')}.c-chatbox__history .history-item a:hover{color:var(--wp--preset--color--potters-clay)}.c-chatbox__history .history-item.is-active a{color:var(--wp--preset--color--potters-clay);font-weight:700}.c-chatbox__messages{display:flex;flex-direction:column;gap:.625rem;overflow-x:clip;overflow-y:visible}@media(min-width: 36em){.c-chatbox__messages{gap:.75rem}}@media(min-width: 48em){.c-chatbox__messages{gap:.75rem}}.c-chatbox__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.875rem;padding:1.5rem 1rem;text-align:center}.c-chatbox__loading p{display:none}.c-chatbox__spinner{width:2rem;height:2rem;border:3px solid var(--wp--preset--color--storm-dust-2);border-top-color:var(--wp--preset--color--storm-dust);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.c-chatbox__message{display:flex;gap:.25rem;align-items:flex-start;opacity:0;animation:chatboxMessage .25s ease-in-out .1s forwards;min-width:0}.c-chatbox__message.is-new{opacity:1;transform:translateX(100%) scale(0.6);animation:chatboxUserMessage .5s ease-in-out 0s forwards}.c-chatbox__message .avatar{width:2rem;aspect-ratio:1/1;flex-shrink:0;position:relative;box-sizing:border-box}.c-chatbox__message .avatar img{width:100%;display:block;-o-object-fit:cover;object-fit:cover;border-radius:100%;background-color:var(--wp--preset--color--nepal)}@media(min-width: 36em){.c-chatbox__message .avatar{width:2.25rem}}.c-chatbox__message .content{padding:.625rem;border-radius:.25rem 0 .25rem .25rem;font-family:var(--wp--preset--font-family--vazirmatn);font-size:clamp(0.8125rem,0.6958598726rem + 0.497611465vw,0.875rem);line-height:1.55;font-weight:400;color:var(--wp--preset--color--black);background-color:var(--wp--preset--color--nepal);word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;min-width:0;max-width:100%;flex:1}@media(min-width: 48em){.c-chatbox__message .content{padding:.75rem}}.c-chatbox__message .content p{margin:0 0 .625em}.c-chatbox__message .content p:last-child{margin-bottom:0}.c-chatbox__message .content a{color:currentColor;border-bottom:1px solid currentColor;font-weight:500;padding-bottom:.0625rem;text-decoration:none;transition:all .2s ease-in-out;word-break:break-word;overflow-wrap:break-word}.c-chatbox__message .content a:hover,.c-chatbox__message .content a:focus{color:var(--wp--preset--color--potters-clay);border-bottom-color:var(--wp--preset--color--potters-clay)}.c-chatbox__message .content h1,.c-chatbox__message .content h2,.c-chatbox__message .content h3,.c-chatbox__message .content h4,.c-chatbox__message .content h5,.c-chatbox__message .content h6{font-weight:700;line-height:1.75;margin:0 0 .625em}.c-chatbox__message .content h1:not(:first-child),.c-chatbox__message .content h2:not(:first-child),.c-chatbox__message .content h3:not(:first-child),.c-chatbox__message .content h4:not(:first-child),.c-chatbox__message .content h5:not(:first-child),.c-chatbox__message .content h6:not(:first-child){margin-top:.875em}.c-chatbox__message .content h1{font-size:clamp(1rem,0.7667197452rem + 0.9952229299vw,1.125rem)}.c-chatbox__message .content h2{font-size:clamp(0.9375rem,0.7042197452rem + 0.9952229299vw,1.0625rem)}.c-chatbox__message .content h3{font-size:clamp(0.875rem,0.6417197452rem + 0.9952229299vw,1rem)}.c-chatbox__message .content h4,.c-chatbox__message .content h5,.c-chatbox__message .content h6{font-size:clamp(0.8125rem,0.5792197452rem + 0.9952229299vw,0.9375rem)}.c-chatbox__message .content ul,.c-chatbox__message .content ol{margin:0 0 .75em;padding-right:1.25em;padding-left:0}.c-chatbox__message .content ul:last-child,.c-chatbox__message .content ol:last-child{margin-bottom:0}.c-chatbox__message .content ul li,.c-chatbox__message .content ol li{margin-bottom:.5em}.c-chatbox__message .content ul li:last-child,.c-chatbox__message .content ol li:last-child{margin-bottom:0}.c-chatbox__message .content ul{list-style-type:disc}.c-chatbox__message .content ol{list-style-type:decimal}.c-chatbox__message .content ul ul,.c-chatbox__message .content ol ol,.c-chatbox__message .content ul ol,.c-chatbox__message .content ol ul{margin-top:.375em;margin-bottom:.5em;padding-right:1em}.c-chatbox__message .content ul+p,.c-chatbox__message .content ol+p,.c-chatbox__message .content ul+div,.c-chatbox__message .content ol+div{margin-top:.75em}.c-chatbox__message .content strong,.c-chatbox__message .content b{font-weight:700}.c-chatbox__message .content em,.c-chatbox__message .content i{font-style:italic}.c-chatbox__message .content code{font-family:monospace;font-size:.8125em;background-color:rgba(0,0,0,.06);padding:.125em .3125em;border-radius:.1875rem;word-break:break-all}.c-chatbox__message .content pre{margin:.75em 0;padding:.625em;background-color:rgba(0,0,0,.06);border-radius:.25rem;overflow-x:auto;font-size:.8125em;max-width:100%}.c-chatbox__message .content pre code{background-color:rgba(0,0,0,0);padding:0;word-break:normal}.c-chatbox__message .content blockquote{margin:.75em 0;padding-right:.875em;border-right:.1875rem solid var(--wp--preset--color--potters-clay);font-style:italic;opacity:.9;font-size:.875em}.c-chatbox__message .content hr{margin:1.25em 0;border:0;border-top:1px solid currentColor;opacity:.2}.c-chatbox__message:has(~.c-chatbox__loading){display:none}.c-chatbox__message.mandana-message{flex-direction:row-reverse}.c-chatbox__message.mandana-message.is-new{transform:translateX(-100%) scale(0.6);animation-name:chatboxMandanaMessage}.c-chatbox__message.mandana-message.is-new:not(:first-child){animation-delay:.5s}.c-chatbox__message.mandana-message .avatar img{border:.0625rem solid var(--wp--preset--color--heathered-gray)}.c-chatbox__message.mandana-message .avatar:has(~.content.has-error)::after{content:"";width:1rem;height:1rem;position:absolute;bottom:-0.125rem;right:-0.125rem;border-radius:100%;background-repeat:no-repeat;background-position:center;background-color:#f63232;background-size:.75rem;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="0.625em" height="0.625em" fill="none" viewBox="0 0 10 10"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" d="M5 3.333V5m0 1.667h.004M3.625 1.25h2.75c.125 0 .208.042.292.125l1.958 1.958a.378.378 0 0 1 .125.292v2.75a.378.378 0 0 1-.125.292L6.667 8.625a.378.378 0 0 1-.292.125h-2.75a.378.378 0 0 1-.292-.125L1.375 6.667a.378.378 0 0 1-.125-.292v-2.75c0-.125.042-.208.125-.292l1.958-1.958a.378.378 0 0 1 .292-.125Z"/></svg>')}.c-chatbox__message.mandana-message .avatar:has(~.content.has-error) img{filter:grayscale(100%)}.c-chatbox__message.mandana-message .content{border-radius:0 .25rem .25rem .25rem;color:var(--wp--preset--color--woodsmoke);background-color:var(--wp--preset--color--heathered-gray)}.c-chatbox__message.mandana-message .content.has-error{color:var(--wp--preset--color--woodsmoke);background-color:#ffebec}.c-chatbox__message.mandana-message .content.has-error strong{color:#ad1f2b}.c-chatbox__message.mandana-message .content .loading{display:block;width:1rem;height:1.5em;direction:ltr}.c-chatbox__message.mandana-message .content .loading::after{content:"...";display:block;width:0;animation:chatboxMandanaMessageLoading 1.5s infinite;overflow:hidden}.c-chatbox__message.mandana-message .content a{color:inherit;border-bottom-color:rgba(26,26,26,.25)}.c-chatbox__message.mandana-message .content a:hover,.c-chatbox__message.mandana-message .content a:focus{color:var(--wp--preset--color--black);border-bottom-color:var(--wp--preset--color--woodsmoke)}.c-chatbox__message.mandana-message .content h1,.c-chatbox__message.mandana-message .content h2,.c-chatbox__message.mandana-message .content h3,.c-chatbox__message.mandana-message .content h4,.c-chatbox__message.mandana-message .content h5,.c-chatbox__message.mandana-message .content h6{color:var(--wp--preset--color--black)}.c-chatbox__message.mandana-message .content code{background-color:hsla(0,0%,100%,.1)}.c-chatbox__message.mandana-message .content pre{background-color:hsla(0,0%,100%,.05)}.c-chatbox__form{padding:0 .75rem .375rem;z-index:1}@media(min-width: 36em){.c-chatbox__form{padding:0 .875rem .375rem}}@media(min-width: 48em){.c-chatbox__form{padding:0 1rem .5rem}}.c-chatbox__form-inside{display:flex;flex-direction:column;align-items:flex-end;gap:0;position:relative;overflow:hidden;border-radius:.25rem;border:.0625rem solid rgba(0,0,0,.1);background-color:var(--wp--preset--color--white);transition:all .25s ease-in-out}.c-chatbox__form-inside:has(textarea:focus){border-color:var(--wp--preset--color--potters-clay)}.c-chatbox__form-inside textarea{width:100%;box-sizing:border-box;resize:none;outline:none;border:0;padding:.625rem .625rem .625rem 2.75rem;color:var(--wp--preset--color--woodsmoke);font-family:inherit;font-size:1rem;line-height:1.5;font-weight:350;background-color:var(--wp--preset--color--white);transition:color .25s ease-in-out,border-color .25s ease-in-out}.c-chatbox__form-inside textarea::-moz-placeholder{color:var(--wp--preset--color--storm-dust)}.c-chatbox__form-inside textarea::placeholder{color:var(--wp--preset--color--storm-dust)}@media(min-width: 62em){.c-chatbox__form-inside textarea{font-size:clamp(0.8125rem,0.7732963875rem + 0.1642036125vw,0.9375rem);font-weight:500}}.c-chatbox__form-inside button[type=submit]{position:absolute;bottom:.625rem;left:.625rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:.25rem;color:var(--wp--preset--color--white);background-color:var(--wp--preset--color--woodsmoke);transition:all .2s ease-in-out}.c-chatbox__form-inside button[type=submit]:hover{cursor:pointer;background-color:var(--wp--preset--color--potters-clay)}.c-chatbox__form-inside button[type=submit]:focus{outline-offset:.125rem}.c-chatbox__form-inside button[type=submit]:disabled{opacity:.65;pointer-events:none}.c-chatbox__form-inside button[type=submit] svg{display:block;max-width:1.25rem}.c-chatbox__nav{display:flex;flex-wrap:nowrap;gap:.75rem;padding:.5rem .75rem;border-radius:.25rem;background-color:var(--wp--preset--color--white);margin:0 .75rem .625rem}@media(min-width: 36em){.c-chatbox__nav{margin:0 .875rem .625rem}}@media(min-width: 48em){.c-chatbox__nav{margin:0 1rem .75rem}}.c-chatbox__nav button{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.125rem .25rem;border:0;border-radius:.125rem;font-family:inherit;font-weight:600;font-size:clamp(0.625rem,0.2750796178rem + 1.4928343949vw,0.8125rem);cursor:pointer;color:var(--wp--preset--color--storm-dust);background-color:rgba(0,0,0,0);transition:all .25s ease-in-out}.c-chatbox__nav button svg{max-width:1.846em}.c-chatbox__nav button:hover{color:var(--wp--preset--color--potters-clay);background:linear-gradient(180deg, rgba(191, 182, 151, 0.1) 0%, rgba(191, 182, 151, 0) 100%)}.c-chatbox__nav button.is-active{pointer-events:none;color:var(--wp--preset--color--potters-clay);background:linear-gradient(180deg, rgba(191, 182, 151, 0.3) 0%, rgba(191, 182, 151, 0) 100%)}.c-chatbox-button{position:fixed;bottom:1rem;right:1rem;z-index:12}.c-chatbox-button button{display:flex;align-items:center;justify-content:center;padding:0;width:2.75rem;height:2.75rem;top:0;position:relative;border:.125rem solid var(--wp--preset--color--heathered-gray);cursor:pointer;font-family:inherit;font-size:1rem;font-weight:700;border-radius:100%;overflow:hidden;background-color:#ded1b8;transition:all .25s ease-in-out .5s,top .25s ease-in-out,box-shadow .25s ease-in-out;box-shadow:0 .25rem .75rem rgba(0,0,0,.15)}.c-chatbox-button button:hover{top:-0.125rem;box-shadow:0 .375rem 1rem rgba(0,0,0,.25)}.c-chatbox-button button:hover+.c-chatbox-button__dialog{top:-0.75rem}.c-chatbox-button button:has(+.c-chatbox-button__dialog:hover){top:-0.125rem;box-shadow:0 .375rem 1rem rgba(0,0,0,.25)}.c-chatbox-button button img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-chatbox-button button[aria-expanded=false] img{transition:opacity .3s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.c-chatbox-button button[aria-expanded=true]{opacity:0;transform:translate3d(0, calc(100% + 2rem), 0);transition-delay:0s}.c-chatbox-button button[aria-expanded=false]:not(.has-interaction)+.c-chatbox-button__dialog{animation:chatboxDialogSlideUp .3s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards 2s;transition:top .25s ease-in-out}.c-chatbox-button button[aria-expanded=false].hide-dialog+.c-chatbox-button__dialog{animation:chatboxDialogSlideDown .3s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards 0s}.c-chatbox-button button[aria-expanded=true]+.c-chatbox-button__dialog{display:none}.is-closing-header-side .c-chatbox-button{opacity:0;transform:translate3d(0, 100%, 0);animation:chatboxOpen .35s ease .6s forwards}.has-header-side-open .c-chatbox-button{animation:chatboxClose .3s ease forwards}@media(min-width: 48em){.c-chatbox-button button{width:3.5rem;height:3.5rem}}@media(min-width: 100em){.c-chatbox-button{bottom:1.5rem;right:1.5rem}}.c-chatbox-button__dialog{position:absolute;top:-0.625rem;right:.25rem;width:-moz-max-content;width:max-content;z-index:-1;opacity:0;transform:scale(0.9);box-shadow:1rem 1rem 1.5rem -0.125rem rgba(0,0,0,.24);background-color:var(--wp--preset--color--woodsmoke);color:var(--wp--preset--color--white);padding:.875rem 1rem;border-radius:.5rem;font-size:clamp(.8125rem,.8125rem + .15vw,.9375rem);font-weight:600;line-height:1.4}.c-chatbox-button__dialog::after{content:"";position:absolute;bottom:-0.4375rem;right:.875rem;width:1rem;height:.5rem;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8" fill="none"><path fill="%231a1a1a" d="M16 0H0l6.586 6.586a2 2 0 0 0 2.828 0z"/></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8" fill="none"><path fill="%231a1a1a" d="M16 0H0l6.586 6.586a2 2 0 0 0 2.828 0z"/></svg>');-webkit-mask-repeat:repeat;mask-repeat:repeat;-webkit-mask-position:center top;mask-position:center top;background-color:var(--wp--preset--color--woodsmoke)}.c-chatbox-button__dialog:hover{cursor:pointer;top:-0.75rem}@media(min-width: 48em){.c-chatbox-button__dialog{right:.625rem}}@media(min-width: 75em){.c-chatbox-button__dialog{font-size:clamp(0.75rem,0.6911945813rem + 0.2463054187vw,0.9375rem)}}@keyframes chatboxDialogSlideUp{to{transform:scale(1) translateY(-100%);opacity:1}}@keyframes chatboxDialogSlideDown{from{transform:scale(1) translateY(-100%);opacity:1}to{transform:scale(0.9);opacity:0}}@keyframes chatboxMessage{to{opacity:1}}@keyframes chatboxUserMessage{to{transform:none}}@keyframes chatboxMandanaMessage{to{transform:none}}@keyframes chatboxMandanaMessageLoading{0%{width:0;content:""}25%{width:.5em;content:"."}50%{width:1em;content:".."}75%{width:1.5em;content:"..."}100%{width:0;content:""}}@keyframes chatboxOpen{0%{opacity:0;transform:translate3d(0, 100%, 0)}100%{opacity:1;transform:none}}@keyframes chatboxClose{100%{opacity:0;transform:translate3d(0, 100%, 0)}}
