/*! For license information please see bundle.js.LICENSE.txt */
(()=>{var e={262:e=>{const t=e=>(e=e.replace(/(\/(\b#\b)|\#[^/]*)$/gm,"")).replace(/\/$/,"");e.exports={cleanUrl:t,cleanUrlV2:e=>{const{origin:a,pathname:n,search:o}=new URL(e);return t(a+n)+o},cleanUrlV3:e=>{const{origin:a,pathname:n,search:o}=new URL(e);return t(a+n)},applyAmpUrl:function(e){return e.replace("<ampersand>","&")},relativeToAbsolute:(e,t)=>{if("/"===e[0])return new URL(e,t).href;if(e.startsWith("http"))return e;if(e.startsWith("tel:")||e.startsWith("mailto:"))return e;let{pathname:a,href:n}=new URL(t);a=a.split("/");let o=a.pop();return o&&o.includes(".")||(n+="/index.html"),new URL(e,n).href},makeUrlFromParams:function(e){try{let{path:t}=e;t=t.join("/"),t=decodeURI(t);let a=t;Object.keys(e).length>1&&(a+="?");for(const t in e)if(Object.hasOwnProperty.call(e,t)&&"path"!==t){const n=e[t];if(Array.isArray(n))for(const e of n)a+=`${t}=${e}&`;else"string"==typeof n&&(a+=`${t}=${n}&`)}return"&"!==a[a.length-1]&&"?"!==a[a.length-1]||(a=a.substring(0,a.length-1)),a}catch(e){return""}}}},283:e=>{e.exports={findCommonElement:(e,t)=>{if(!e||!t)return!1;const a=new Set(e);for(const e of t)if(a.has(e))return!0;return!1},returnCommonElement(e,t){const a=new Set(e);for(let e=0;e<t.length;e++)if(a.has(t[e]))return t[e]},rateLimiter:(e,t,a,n)=>{const o=Date.now();return n[e]||(n[e]=[]),n[e]=n[e].filter((e=>o-e<a)),n[e].length>=t||(n[e].push(o),!1)},validateField:e=>/^[a-zA-Z\s'-]{1,50}$/.test(e.trim()),passwordValidator:e=>/^(?=.*[A-Z])(?=.*[a-z])(?=.*\d)(?=.*[#?!@$%^&*-])[^\s]{6,}$/.test(e),isValidUrl(e){if(!e||"string"!=typeof e)return{valid:!1,error:"URL is required and must be a string"};if(!(e=e.trim()).startsWith("https://")&&!e.startsWith("http://"))return{valid:!1,error:"Invalid website url type, should start with http:// or https://"};try{const t=new URL(e);return["http:","https:"].includes(t.protocol)?t.hostname?"localhost"===t.hostname||"127.0.0.1"===t.hostname||t.hostname.startsWith("192.168.")||t.hostname.startsWith("10.")||t.hostname.startsWith("172.")||t.hostname.startsWith("169.254.")?{valid:!1,error:"Local/private URLs are not allowed"}:{valid:!0,url:t.href}:{valid:!1,error:"Invalid URL: Missing hostname"}:{valid:!1,error:"Invalid protocol. Only HTTP and HTTPS are allowed"}}catch(e){return{valid:!1,error:"Invalid URL format"}}}}},151:e=>{var t={utf8:{stringToBytes:function(e){return t.bin.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(t.bin.bytesToString(e)))}},bin:{stringToBytes:function(e){for(var t=[],a=0;a<e.length;a++)t.push(255&e.charCodeAt(a));return t},bytesToString:function(e){for(var t=[],a=0;a<e.length;a++)t.push(String.fromCharCode(e[a]));return t.join("")}}};e.exports=t},939:e=>{var t,a;t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a={rotl:function(e,t){return e<<t|e>>>32-t},rotr:function(e,t){return e<<32-t|e>>>t},endian:function(e){if(e.constructor==Number)return 16711935&a.rotl(e,8)|4278255360&a.rotl(e,24);for(var t=0;t<e.length;t++)e[t]=a.endian(e[t]);return e},randomBytes:function(e){for(var t=[];e>0;e--)t.push(Math.floor(256*Math.random()));return t},bytesToWords:function(e){for(var t=[],a=0,n=0;a<e.length;a++,n+=8)t[n>>>5]|=e[a]<<24-n%32;return t},wordsToBytes:function(e){for(var t=[],a=0;a<32*e.length;a+=8)t.push(e[a>>>5]>>>24-a%32&255);return t},bytesToHex:function(e){for(var t=[],a=0;a<e.length;a++)t.push((e[a]>>>4).toString(16)),t.push((15&e[a]).toString(16));return t.join("")},hexToBytes:function(e){for(var t=[],a=0;a<e.length;a+=2)t.push(parseInt(e.substr(a,2),16));return t},bytesToBase64:function(e){for(var a=[],n=0;n<e.length;n+=3)for(var o=e[n]<<16|e[n+1]<<8|e[n+2],r=0;r<4;r++)8*n+6*r<=8*e.length?a.push(t.charAt(o>>>6*(3-r)&63)):a.push("=");return a.join("")},base64ToBytes:function(e){e=e.replace(/[^A-Z0-9+\/]/gi,"");for(var a=[],n=0,o=0;n<e.length;o=++n%4)0!=o&&a.push((t.indexOf(e.charAt(n-1))&Math.pow(2,-2*o+8)-1)<<2*o|t.indexOf(e.charAt(n))>>>6-2*o);return a}},e.exports=a},206:e=>{function t(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}e.exports=function(e){return null!=e&&(t(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&t(e.slice(0,0))}(e)||!!e._isBuffer)}},503:(e,t,a)=>{var n,o,r,s,i;n=a(939),o=a(151).utf8,r=a(206),s=a(151).bin,(i=function(e,t){e.constructor==String?e=t&&"binary"===t.encoding?s.stringToBytes(e):o.stringToBytes(e):r(e)?e=Array.prototype.slice.call(e,0):Array.isArray(e)||e.constructor===Uint8Array||(e=e.toString());for(var a=n.bytesToWords(e),c=8*e.length,l=1732584193,d=-271733879,u=-1732584194,g=271733878,p=0;p<a.length;p++)a[p]=16711935&(a[p]<<8|a[p]>>>24)|4278255360&(a[p]<<24|a[p]>>>8);a[c>>>5]|=128<<c%32,a[14+(c+64>>>9<<4)]=c;var h=i._ff,m=i._gg,f=i._hh,v=i._ii;for(p=0;p<a.length;p+=16){var T=l,b=d,y=u,x=g;l=h(l,d,u,g,a[p+0],7,-680876936),g=h(g,l,d,u,a[p+1],12,-389564586),u=h(u,g,l,d,a[p+2],17,606105819),d=h(d,u,g,l,a[p+3],22,-1044525330),l=h(l,d,u,g,a[p+4],7,-176418897),g=h(g,l,d,u,a[p+5],12,1200080426),u=h(u,g,l,d,a[p+6],17,-1473231341),d=h(d,u,g,l,a[p+7],22,-45705983),l=h(l,d,u,g,a[p+8],7,1770035416),g=h(g,l,d,u,a[p+9],12,-1958414417),u=h(u,g,l,d,a[p+10],17,-42063),d=h(d,u,g,l,a[p+11],22,-1990404162),l=h(l,d,u,g,a[p+12],7,1804603682),g=h(g,l,d,u,a[p+13],12,-40341101),u=h(u,g,l,d,a[p+14],17,-1502002290),l=m(l,d=h(d,u,g,l,a[p+15],22,1236535329),u,g,a[p+1],5,-165796510),g=m(g,l,d,u,a[p+6],9,-1069501632),u=m(u,g,l,d,a[p+11],14,643717713),d=m(d,u,g,l,a[p+0],20,-373897302),l=m(l,d,u,g,a[p+5],5,-701558691),g=m(g,l,d,u,a[p+10],9,38016083),u=m(u,g,l,d,a[p+15],14,-660478335),d=m(d,u,g,l,a[p+4],20,-405537848),l=m(l,d,u,g,a[p+9],5,568446438),g=m(g,l,d,u,a[p+14],9,-1019803690),u=m(u,g,l,d,a[p+3],14,-187363961),d=m(d,u,g,l,a[p+8],20,1163531501),l=m(l,d,u,g,a[p+13],5,-1444681467),g=m(g,l,d,u,a[p+2],9,-51403784),u=m(u,g,l,d,a[p+7],14,1735328473),l=f(l,d=m(d,u,g,l,a[p+12],20,-1926607734),u,g,a[p+5],4,-378558),g=f(g,l,d,u,a[p+8],11,-2022574463),u=f(u,g,l,d,a[p+11],16,1839030562),d=f(d,u,g,l,a[p+14],23,-35309556),l=f(l,d,u,g,a[p+1],4,-1530992060),g=f(g,l,d,u,a[p+4],11,1272893353),u=f(u,g,l,d,a[p+7],16,-155497632),d=f(d,u,g,l,a[p+10],23,-1094730640),l=f(l,d,u,g,a[p+13],4,681279174),g=f(g,l,d,u,a[p+0],11,-358537222),u=f(u,g,l,d,a[p+3],16,-722521979),d=f(d,u,g,l,a[p+6],23,76029189),l=f(l,d,u,g,a[p+9],4,-640364487),g=f(g,l,d,u,a[p+12],11,-421815835),u=f(u,g,l,d,a[p+15],16,530742520),l=v(l,d=f(d,u,g,l,a[p+2],23,-995338651),u,g,a[p+0],6,-198630844),g=v(g,l,d,u,a[p+7],10,1126891415),u=v(u,g,l,d,a[p+14],15,-1416354905),d=v(d,u,g,l,a[p+5],21,-57434055),l=v(l,d,u,g,a[p+12],6,1700485571),g=v(g,l,d,u,a[p+3],10,-1894986606),u=v(u,g,l,d,a[p+10],15,-1051523),d=v(d,u,g,l,a[p+1],21,-2054922799),l=v(l,d,u,g,a[p+8],6,1873313359),g=v(g,l,d,u,a[p+15],10,-30611744),u=v(u,g,l,d,a[p+6],15,-1560198380),d=v(d,u,g,l,a[p+13],21,1309151649),l=v(l,d,u,g,a[p+4],6,-145523070),g=v(g,l,d,u,a[p+11],10,-1120210379),u=v(u,g,l,d,a[p+2],15,718787259),d=v(d,u,g,l,a[p+9],21,-343485551),l=l+T>>>0,d=d+b>>>0,u=u+y>>>0,g=g+x>>>0}return n.endian([l,d,u,g])})._ff=function(e,t,a,n,o,r,s){var i=e+(t&a|~t&n)+(o>>>0)+s;return(i<<r|i>>>32-r)+t},i._gg=function(e,t,a,n,o,r,s){var i=e+(t&n|a&~n)+(o>>>0)+s;return(i<<r|i>>>32-r)+t},i._hh=function(e,t,a,n,o,r,s){var i=e+(t^a^n)+(o>>>0)+s;return(i<<r|i>>>32-r)+t},i._ii=function(e,t,a,n,o,r,s){var i=e+(a^(t|~n))+(o>>>0)+s;return(i<<r|i>>>32-r)+t},i._blocksize=16,i._digestsize=16,e.exports=function(e,t){if(null==e)throw new Error("Illegal argument "+e);var a=n.wordsToBytes(i(e,t));return t&&t.asBytes?a:t&&t.asString?s.bytesToString(a):n.bytesToHex(a)}},89:e=>{e.exports={BLOCK_ELEMENT:["address","area","article","aside","audio","base","blockquote","body","button","canvas","caption","center","col","colgroup","command","datalist","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","input","isindex","keygen","label","legend","li","link","menu","meta","meter","nav","noframes","noscript","ol","optgroup","option","output","p","param","pre","progress","ruby","section","select","sly","source","style","summary","table","tbody","td","textarea","tfoot","th","thead","title","tr","track","ul","video","root","html","main","app-root","product-recommendations","scroll-carousel","safe-sticky","carousel-navigation","featured-collections-carousel","cart-drawer","height-observer","variant-picker","collection-layout-switch","product-list","product-card","badge-list","fieldset","slideshow-carousel","x-header","header-sidebar","line-item","line-item-quantity","quantity-selector","buy-buttons","pagination-controls","pagination-template","ngb-modal-window","ng-select","head-placeholder","figcaption","fw-embed-feed","p-tabpanel","p-tabview","p-button","p-input","app-cards","p-inputgroup","sticky-header","localization-form","dl","dt","dd","cart-items"],IGNORE:["script","img","noscript","iframe","css","style","!doctype","comment","svg","wordtune-styles","wordtune-style","next-route-announcer"],INLINE_ELEMENTS:["a","abbr","acronym","audio","b","bdi","bdo","big","br","button","canvas","cite","code","data","datalist","del","dfn","em","embed","i","iframe","img","input","ins","kbd","label","map","mark","meter","noscript","object","output","picture","progress","q","ruby","s","samp","script","select","slot","small","span","strong","sub","sup","template","time","u","tt","var","video","wbr"],META_ALLOWED:["description","keywords","twitter:title","twitter:description","og:title","og:description","linkedin:title","linkedin:description","facebook:title","facebook:description","pinterest:title","pinterest:description"],INPUT_ALLOWED_CLICK:["button","submit","reset"],INPUT_ALLOWED_TYPED:["text","number","email","password","search","tel","url"],WIDGET_POSITIONS:{TOP_RIGHT:"TOP_RIGHT",RIGHT_CENTER:"RIGHT_CENTER",LEFT_CENTER:"LEFT_CENTER",RIGHT_BOTTOM:"RIGHT_BOTTOM",LEFT_BOTTOM:"LEFT_BOTTOM",MPL_HEADER:"MPL_HEADER",NOWFLOATS_POSITION:"NOWFLOATS_POSITION",LOKSABHA_POSITION:"LOKSABHA_POSITION"},WIDGET_POSITION_CLASS_MAPPER:{TOP_RIGHT:"anuvadak-fixed-top",RIGHT_CENTER:"anuvadak-fixed-right-center",RIGHT_BOTTOM:"anuvadak-fixed-right-bottom",LEFT_CENTER:"anuvadak-fixed-left-center",LEFT_BOTTOM:"anuvadak-fixed-left-bottom",MPL_HEADER:"anuvadak-fixed-mpl-header",NOWFLOATS_POSITION:"anuvadak-fixed-nowfloats-position",LOKSABHA_POSITION:"anuvadak-fixed-loksabha-position"},LANGUAGE_CONSTANTS:{SOURCE_LANGUAGE:"english"},REVERSE_LANGUAGE_MAP:{en:"english",hi:"hindi",od:"odia",pa:"punjabi",gu:"gujarati",mr:"marathi",te:"telugu",ta:"tamil",as:"assamese",bn:"bengali",ml:"malayalam",kn:"kannada",ur:"urdu",mai:"maithili",sa:"sanskrit",kok:"konkani","kas-IN":"kashmiri(arabic)",mni:"manipuri","mni-Mtei":"manipuri(mtei)",af:"afrikaans",sq:"albanian",am:"amharic",brx:"bodo",bg:"bulgarian",my:"burmese",km:"cambodian",hr:"croatian",cs:"czech",da:"danish",doi:"dogri",nl:"dutch",et:"estonian",fa:"farsi",fi:"finnish",fr:"french",de:"german",el:"greek",hu:"hungarian",is:"icelandic",id:"indonesia",it:"italian",ku:"kurdish",lo:"lao",ln:"lingala",mg:"malagasy",ms:"malay",mt:"maltese",mn:"mongolian",ne:"nepali",no:"norwegian",ps:"pashto",pl:"polish",pt:"portuguese",ro:"romanian",ru:"russian",sat:"santali",sr:"serbian",sd:"sindhi",si:"sinhalese",sk:"slovak",sl:"slovenian",so:"somali",ckb:"sorani",es:"spanish",sw:"swahili",sv:"swedish",tg:"tajik",th:"thai",tr:"turkish",tw:"twi",uk:"ukrainian",uz:"uzbek",vi:"vietnamese",zu:"zulu",ar:"arabic",az:"azeri",dv:"dhivehi",iw:"hebrew","zh-TW":"chinese(t)","zh-CN":"chinese(s)",tl:"Tagalog",ko:"Korean","es-MX":"MexicanSpanish","ja-JP":"Japanese"},CACHE_CONFIG_CONSTANT:{JS_SNIPPET:"js_snippet",GET_TRANSLATION:"get_translation",SCOPE_CHECK:"scope_check",CUSTOM_FONT:"custom_font",NO_TRANSLATION:"no_translation",IGNORE_PATTERN:"ignore_pattern"},LANGUAGE_MAP:{english:"en",hindi:"hi",odia:"od",punjabi:"pa",gujarati:"gu",marathi:"mr",telugu:"te",tamil:"ta",assamese:"as",bengali:"bn",malayalam:"ml",kannada:"kn",urdu:"ur",maithili:"mai",sanskrit:"sa",konkani:"kok",kashmiri:"ks","kashmiri(arabic)":"kas-IN",manipuri:"mni","manipuri(mtei)":"mni-Mtei",afrikaans:"af",albanian:"sq",amharic:"am",bodo:"brx",bulgarian:"bg",burmese:"my",cambodian:"km",croatian:"hr",czech:"cs",danish:"da",dogri:"doi",dutch:"nl",estonian:"et",farsi:"fa",finnish:"fi",french:"fr",german:"de",greek:"el",hungarian:"hu",icelandic:"is",indonesia:"id",italian:"it",kurdish:"ku",lao:"lo",lingala:"ln",malagasy:"mg",malay:"ms",maltese:"mt",mongolian:"mn",nepali:"ne",norwegian:"no",pashto:"ps",polish:"pl",portuguese:"pt",romanian:"ro",russian:"ru",santali:"sat",serbian:"sr",sindhi:"sd",sinhalese:"si",slovak:"sk",slovenian:"sl",somali:"so",sorani:"ckb",spanish:"es",swahili:"sw",swedish:"sv",tajik:"tg",thai:"th",turkish:"tr",twi:"tw",ukrainian:"uk",uzbek:"uz",vietnamese:"vi",zulu:"zu",arabic:"ar",azeri:"az",dhivehi:"dv",hebrew:"iw","chinese(t)":"zh-TW","chinese(s)":"zh-CN",MexicanSpanish:"es-MX",Japanese:"ja-JP"},META_FOR_SEO:{title:"meta:title",keywords:"meta:keywords",description:"meta:description","twitter:title":"twitter:title","twitter:description":"twitter:description","og:title":"og:title","og:description":"og:description","linkedin:title":"linkedin:title","linkedin:description":"linkedin:description","facebook:title":"facebook:description","facebook:description":"facebook:description","pinterest:title":"pinterest:title","pinterest:description":"pinterest:description"},FEEDBACK_TRANSLATION_MAP:{english:"Suggest",hindi:"सुझाव",odia:"ପରାମର୍ଶ",punjabi:"ਸੁਝਾਅ",gujarati:"સૂચન",marathi:"सूचित",telugu:"సూచించండి",tamil:"பரிந்துரை",assamese:"পৰামৰ্শ",bengali:"সাজেস্ট",malayalam:"നിർദ്ദേശിക്കുക",kannada:"ಸೂಚಿಸುತ್ತದೆ",kashmiri:"सुझाव","kashmiri(arabic)":"مشورٕ ریُن",urdu:"تجویز",sanskrit:"समाक्षिपते"},SUGGESTION_POPUP_CONTENT:{english:{headerTextSuggestion:"Give suggestion, help us improve the Translation",headerTextFeedback:"Give feedback, help us improve the translation",descriptionTextSuggestion:"To give suggestion, on the next screen, select or click any\n            text that needs a fix or update.\n            It's as easy as 1-2-3!",descriptionTextFeedback:"To give feedback, click on feedback button and drop your rating on the next page, It's as easy as 1-2-3!",descriptionTextBoth:"To give suggestion, click on suggestion button and select or click any text that needs a fix or update, or to give feedback click on feedback button and drop your rating on the next page, It's as easy as 1-2-3!",buttonText:"Give Suggestion",selectedText:"Selected text",suggestedText:"Write suggestion for it",swalekhText:"Swalekh",placeholderText:"Write here...",captchaHeadingText:"Please complete the below",captchaPlaceholderText:"Please enter captcha here...",suggestMoreButtonText:"Save & Suggest more",cancelButtonText:"Cancel",submitButtonText:"Submit",toastrText:"Correction recorded, thank you for participating !",ratingDescriptionText:"Please take a moment to rate your experience on our page. Your input helps us improve and provide better service.",giveRatingText:"Give Rating",selectRatingText:"Please select rating!",giveFeedbackText:"Give your feedback!",ratingRecordedText:"Rating recorded, thank you for participating !",suggestionRecordedText:"Correction recorded, thank you for participating !",provideFeedbackText:"Please provide feedback !"},hindi:{headerTextSuggestion:"हमें सुझाव दें, अनुवाद को बेहतर बनाने में हमारी मदद करें",headerTextFeedback:"प्रतिक्रिया दें, अनुवाद में सुधार करने में हमारी मदद करें",descriptionTextSuggestion:"सुझाव देने के लिए, अगली स्क्रीन पर, किसी भी ऐसे टेक्स्ट को चुनें या क्लिक करें जिसे आप ठीक या अपडेट करना चाहते हैं। यह 1-2-3 गिनने जितना आसान है!",descriptionTextFeedback:"प्रतिक्रिया देने के लिए, फीडबैक बटन पर क्लिक करें और अगले पृष्ठ पर अपनी रेटिंग ड्रॉप करें, यह 1-2-3 जितना आसान है!",descriptionTextBoth:"सुझाव देने के लिए, सुझाव बटन पर क्लिक करें और किसी भी पाठ को चुनें या क्लिक करें जिसे फिक्स या अपडेट की आवश्यकता है, या फीडबैक बटन पर क्लिक करें और अगले पृष्ठ पर अपनी रेटिंग ड्रॉप करें, यह 1-2-3 जितना आसान है!",buttonText:"सुझाव दें",selectedText:"चुना गया टेक्स्ट",suggestedText:"इसके लिए सुझाव लिखें।",swalekhText:"स्वलेख",placeholderText:"यहां लिखें...",captchaHeadingText:"कृपया निम्नलिखित को पूरा करें",captchaPlaceholderText:"कृपया यहां कैप्चा प्रविष्ट करें...",suggestMoreButtonText:"सेव करें और अधिक सुझाव दें",cancelButtonText:"कैंसिल करें",submitButtonText:"सबमिट करें",toastrText:"सुधार रिकॉर्ड किए गए , भाग लेने के लिए धन्यवाद!",ratingDescriptionText:"कृपया हमारे पेज पर अपने अनुभव का मूल्यांकन करने के लिए कुछ समय दें। आपका योगदान हमें बेहतर बनाने और बेहतर सेवा प्रदान करने में मदद करता है।",giveRatingText:"रेटिंग दें",selectRatingText:"कृपया एक रेटिंग चुनें!",giveFeedbackText:"अपनी प्रतिक्रिया दें!",ratingRecordedText:"रेटिंग रिकॉर्ड की गई, भाग लेने के लिए धन्यवाद!",suggestionRecordedText:"सुधार दर्ज किया गया, भाग लेने के लिए धन्यवाद!",provideFeedbackText:"कृपया प्रतिक्रिया दें!"},odia:{headerTextSuggestion:"ପରାମର୍ଶ ଦିଅନ୍ତୁ, ଉନ୍ନତମାନର ଅନୁବାଦ ପାଇଁ ଆମକୁ ସାହାଯ୍ୟ କରନ୍ତୁ",headerTextFeedback:"ମତାମତ ଦିଅନ୍ତୁ, ଅନୁବାଦରେ ଉନ୍ନତି ଆଣିବାରେ ଆମକୁ ସାହାଯ୍ୟ କରନ୍ତୁ",descriptionTextSuggestion:"ପରାମର୍ଶ ଦେବାକୁ, ପରବର୍ତ୍ତୀ ସ୍କ୍ରିନ୍‌ରେ, ଫିକ୍ସ କିମ୍ବା ଅପ୍‌ଡେଟ୍ କରିବାକୁ ଚାହୁଁଥିବା ଟେକ୍ସଟ୍‌ ଚୟନ କରନ୍ତୁ। ଏହା 1-2-3 ଭଳି ସହଜ ଅଟେ!",descriptionTextFeedback:"ମତାମତ ଦେବାକୁ, ମତାମତ ବଟନ୍ ଉପରେ କ୍ଲିକ୍ କରନ୍ତୁ ଏବଂ ପରବର୍ତ୍ତୀ ପୃଷ୍ଠାରେ ଆପଣଙ୍କର ରେଟିଂ ଡ୍ରପ୍ କରନ୍ତୁ, ଏହା 1-2-3 ପରି ସହଜ!",descriptionTextBoth:"ପ୍ରସ୍ତାବ ଦେବା ପାଇଁ, ପ୍ରସ୍ତାବ ବଟନ୍ ଉପରେ କ୍ଲିକ୍ କରନ୍ତୁ ଏବଂ ଏକ ଫିକ୍ସ କିମ୍ବା ଅପଡେଟ୍ ଆବଶ୍ୟକ କରୁଥିବା ଯେକୌଣସି ଟେକ୍ସଟ୍ ଚୟନ କିମ୍ବା କ୍ଲିକ୍ କରନ୍ତୁ, କିମ୍ବା ମତାମତ ବଟନ୍ ଉପରେ କ୍ଲିକ୍ କରନ୍ତୁ ଏବଂ ପରବର୍ତ୍ତୀ ପୃଷ୍ଠାରେ ଆପଣଙ୍କର ରେଟିଂ ଡ୍ରପ୍ କରନ୍ତୁ, ଏହା 1-2-3 ପରି ସହଜ!",buttonText:"ପରାମର୍ଶ ଦିଅନ୍ତୁ",selectedText:"ଚୟନିତ ଟେକ୍ସଟ୍",suggestedText:"ଏହା ପାଇଁ ପରାମର୍ଶ ଲେଖନ୍ତୁ",swalekhText:"ସ୍ଵଲେଖ",placeholderText:"ଏଠାରେ ଲେଖନ୍ତୁ...",captchaHeadingText:"ଦୟାକରି ନିମ୍ନଲିଖିତ ପ୍ରକ୍ରିୟା ସମ୍ପୂର୍ଣ୍ଣ କରନ୍ତୁ",captchaPlaceholderText:"ଦୟାକରି ଏଠାରେ କ୍ୟାପ୍‌ଚା ପ୍ରବେଶ କରନ୍ତୁ...",suggestMoreButtonText:"ସେଭ୍ କରନ୍ତୁ ଏବଂ ଅଧିକ ପରାମର୍ଶ ଦିଅନ୍ତୁ",cancelButtonText:"ବାତିଲ୍ କରନ୍ତୁ",submitButtonText:"ସବ୍‌ମିଟ୍ କରନ୍ତୁ",toastrText:"ସଂଶୋଧନ ରେକର୍ଡ କରାହୋଇଛି, ଅଂଶଗ୍ରହଣ କରିଥିବାରୁ ଧନ୍ୟବାଦ!",ratingDescriptionText:"ଦୟାକରି ଆମ ପୃଷ୍ଠାରେ ଆପଣଙ୍କର ଅଭିଜ୍ଞତାର ମୂଲ୍ୟାଙ୍କନ କରିବା ସକାଶେ କିଛି ସମୟ ଦିଅନ୍ତୁ। ଆପଣଙ୍କ ଯୋଗଦାନ ଆମକୁ ଉନ୍ନତ କରିବାରେ ଏବଂ ଉନ୍ନତ ସେବା ପ୍ରଦାନ କରିବାରେ ସାହାଯ୍ୟ କରିବ।",giveRatingText:"ରେଟିଂ ଦିଅନ୍ତୁ",selectRatingText:"ଦୟାକରି ରେଟିଂ ଚୟନ କରନ୍ତୁ!",giveFeedbackText:"ଆପଣଙ୍କ ମତାମତ ଦିଅନ୍ତୁ!",ratingRecordedText:"ରେଟିଂ ରେକର୍ଡ ହୋଇଛି, ଅଂଶଗ୍ରହଣ କରିଥିବାରୁ ଧନ୍ୟବାଦ!",suggestionRecordedText:"ରେକର୍ଡ ହୋଇଛି ସଂଶୋଧନ, ଅଂଶଗ୍ରହଣ କରିଥିବାରୁ ଧନ୍ୟବାଦ!",provideFeedbackText:"ଦୟାକରି ମତାମତ ଦିଅନ୍ତୁ!"},punjabi:{headerTextSuggestion:"ਸੁਝਾਅ ਦਿਓ, ਅਨੁਵਾਦ ਨੂੰ ਬਿਹਤਰ ਬਣਾਉਣ ਵਿੱਚ ਸਾਡੀ ਮਦਦ ਕਰੋ",headerTextFeedback:"ਫੀਡਬੈਕ ਦਿਓ, ਅਨੁਵਾਦ ਨੂੰ ਬਿਹਤਰ ਬਣਾਉਣ ਵਿੱਚ ਸਾਡੀ ਮਦਦ ਕਰੋ",descriptionTextSuggestion:"ਸੁਝਾਅ ਦੇਣ ਲਈ, ਅਗਲੀ ਸਕ੍ਰੀਨ 'ਤੇ, ਕਿਸੇ ਅਜਿਹੇ ਟੈਕਸਟ ਨੂੰ ਚੁਣੋ ਜਾਂ ਉਸ 'ਤੇ ਕਲਿੱਕ ਕਰੋ ਜਿਸ ਨੂੰ ਠੀਕ ਜਾਂ ਅੱਪਡੇਟ ਕਰਨ ਦੀ ਲੋੜ ਹੈ। ਇਹ 1-2-3 ਜਿੰਨਾ ਸੌਖਾ ਹੈ!",descriptionTextFeedback:"ਫੀਡਬੈਕ ਦੇਣ ਲਈ, ਫੀਡਬੈਕ ਬਟਨ 'ਤੇ ਕਲਿੱਕ ਕਰੋ ਅਤੇ ਅਗਲੇ ਪੇਜ 'ਤੇ ਆਪਣੀ ਰੇਟਿੰਗ ਸੁੱਟੋ, ਇਹ 1-2-3 ਜਿੰਨਾ ਸੌਖਾ ਹੈ!",descriptionTextBoth:"ਸੁਝਾਅ ਦੇਣ ਲਈ, ਸੁਝਾਅ ਬਟਨ 'ਤੇ ਕਲਿੱਕ ਕਰੋ ਅਤੇ ਕਿਸੇ ਵੀ ਟੈਕਸਟ ਨੂੰ ਚੁਣੋ ਜਾਂ ਕਲਿੱਕ ਕਰੋ ਜਿਸ ਨੂੰ ਫਿਕਸ ਜਾਂ ਅਪਡੇਟ ਦੀ ਜ਼ਰੂਰਤ ਹੈ, ਜਾਂ ਫੀਡਬੈਕ ਬਟਨ 'ਤੇ ਕਲਿੱਕ ਕਰਨ ਅਤੇ ਅਗਲੇ ਪੰਨੇ' ਤੇ ਆਪਣੀ ਰੇਟਿੰਗ ਛੱਡਣ ਲਈ, ਇਹ 1-2-3 ਜਿੰਨਾ ਸੌਖਾ ਹੈ!",buttonText:"ਸੁਝਾਅ ਦਿਓ",selectedText:"ਚੁਣਿਆ ਟੈਕਸਟ",suggestedText:"ਇਸ ਦੇ ਲਈ ਸੁਝਾਅ ਲਿਖੋ",swalekhText:"ਸਵਲੇਖ",placeholderText:"ਇੱਥੇ ਲਿਖੋ...",captchaHeadingText:"ਕਿਰਪਾ ਕਰਕੇ ਹੇਠਾਂ ਦਿੱਤੇ ਨੂੰ ਪੂਰਾ ਕਰੋ",captchaPlaceholderText:"ਕਿਰਪਾ ਕਰਕੇ ਕੈਪਚਾ ਇੱਥੇ ਦਰਜ ਕਰੋ...",suggestMoreButtonText:"ਸੇਵ ਕਰੋ ਅਤੇ ਹੋਰ ਸੁਝਾਅ ਦਿਓ",cancelButtonText:"ਰੱਦ ਕਰੋ",submitButtonText:"ਸਬਮਿਟ ਕਰੋ",toastrText:"ਸੋਧ ਦਰਜ ਕੀਤੀ ਗਈ, ਭਾਗ ਲੈਣ ਲਈ ਤੁਹਾਡਾ ਧੰਨਵਾਦ ! ",ratingDescriptionText:"ਕਿਰਪਾ ਕਰਕੇ ਸਾਡੇ ਪੰਨੇ 'ਤੇ ਆਪਣੇ ਅਨੁਭਵ ਨੂੰ ਰੇਟ ਕਰਨ ਲਈ ਥੋੜਾ ਸਮਾਂ ਲਵੋ। ਤੁਹਾਡੇ ਵੱਲੋਂ ਦਿੱਤੀ ਗਈ ਇਨਪੁੱਟ ਸਾਨੂੰ ਬਿਹਤਰ ਸੇਵਾ ਪ੍ਰਦਾਨ ਕਰਨ ਅਤੇ ਬਿਹਤਰ ਬਣਾਉਣ ਵਿੱਚ ਸਹਾਇਤਾ ਕਰਦੀ ਹੈ। ",giveRatingText:"ਰੇਟਿੰਗ ਦਿਓ",selectRatingText:"ਕਿਰਪਾ ਕਰਕੇ ਰੇਟਿੰਗ ਚੁਣੋ!",giveFeedbackText:"ਆਪਣੀ ਫੀਡਬੈਕ ਦਿਓ!",ratingRecordedText:"ਰੇਟਿੰਗ ਰਿਕਾਰਡ ਕੀਤੀ ਗਈ ਹੈ, ਹਿੱਸਾ ਲੈਣ ਲਈ ਧੰਨਵਾਦ!",suggestionRecordedText:"ਸੁਧਾਰ ਦਰਜ ਕੀਤਾ ਗਿਆ ਹੈ, ਹਿੱਸਾ ਲੈਣ ਲਈ ਧੰਨਵਾਦ!",provideFeedbackText:"ਕਿਰਪਾ ਕਰਕੇ ਫੀਡਬੈਕ ਦਿਓ!"},gujarati:{headerTextSuggestion:"સૂચન આપો, અનુવાદને સુધારવામાં અમને મદદ કરો",headerTextFeedback:"પ્રતિસાદ આપો, અનુવાદને સુધારવામાં અમારી સહાય કરો",descriptionTextSuggestion:"સૂચન આપવા માટે, આગામી સ્ક્રીન પર, ફિક્સ અથવા અપડેટ કરવાની જરૂર હોય તે કોઈપણ ટેક્સ્ટ પસંદ કરો અથવા ક્લિક કરો. તે 1-2-3 જેટલું જ સરળ છે!",descriptionTextFeedback:"પ્રતિસાદ આપવા માટે, પ્રતિસાદ બટન પર ક્લિક કરો અને આગલા પૃષ્ઠ પર તમારું રેટિંગ છોડો, તે 1-2-3 જેટલું સરળ છે!",descriptionTextBoth:"સૂચન આપવા માટે, સૂચન બટન પર ક્લિક કરો અને કોઈ પણ ટેક્સ્ટને પસંદ કરો અથવા ક્લિક કરો કે જેને ફિક્સ અથવા અપડેટની જરૂર હોય, અથવા પ્રતિસાદ બટન પર ક્લિક કરો અને આગલા પૃષ્ઠ પર તમારું રેટિંગ છોડો, તે 1-2-3 જેટલું સરળ છે!",buttonText:"સૂચન આપો",selectedText:"પસંદ કરેલ ટેક્સ્ટ",suggestedText:"તે માટે સૂચન લખો",swalekhText:"સ્વલેખ",placeholderText:"અહીં લખો...",captchaHeadingText:"કૃપા કરીને નીચેનું પૂર્ણ કરો",captchaPlaceholderText:"કૃપા કરીને અહીં કેપ્ચા દાખલ કરો...",suggestMoreButtonText:"સેવ કરો અને વધુ સૂચવો",cancelButtonText:"રદ્દ કરો ",submitButtonText:"સબમિટ કરો",toastrText:"સુધારો રેકોર્ડ થયેલ છે, યોગદાન આપવા બદલ આભાર !",ratingDescriptionText:"કૃપા કરીને અમારા પેજ પર તમારા અનુભવને રેટ કરવા માટે થોડો સમય ફાળવો. તમારો ઈનપુટ અમને વધુ સારી સેવા પ્રદાન કરવામાં અને તેને સુધારવામાં મદદ કરે છે.",giveRatingText:"રેટિંગ આપો",selectRatingText:"કૃપા કરીને રેટિંગ પસંદ કરો!",giveFeedbackText:"તમારો પ્રતિસાદ આપો!",ratingRecordedText:"રેટિંગ રેકોર્ડ કરવામાં આવ્યું, ભાગ લેવા બદલ આભાર!",suggestionRecordedText:"સુધારણા રેકોર્ડ કરવામાં આવી છે, ભાગ લેવા બદલ આભાર!",provideFeedbackText:"કૃપા કરીને પ્રતિસાદ આપો!"},marathi:{headerTextSuggestion:"सूचना द्या, भाषांतर सुधारण्यास मदत करा",headerTextFeedback:"अभिप्राय द्या, आम्हाला भाषांतर सुधारण्यास मदत करा",descriptionTextSuggestion:"सूचना देण्यासाठी, पुढील स्क्रीनवर, दुरुस्त किंवा बदल करणे आवश्यक असलेला कोणताही मजकूर निवडा किंवा त्यावर क्लिक करा. हे 1-2-3 इतके सोपे आहे!",descriptionTextFeedback:"अभिप्राय देण्यासाठी, अभिप्राय बटणावर क्लिक करा आणि पुढील पृष्ठावर आपले रेटिंग ड्रॉप करा, हे 1-2-3 इतके सोपे आहे!",descriptionTextBoth:"सूचना देण्यासाठी, सूचना बटणावर क्लिक करा आणि निराकरण किंवा अद्यतन आवश्यक असलेला कोणताही मजकूर निवडा किंवा क्लिक करा किंवा अभिप्राय बटणावर अभिप्राय क्लिक करण्यासाठी आणि पुढील पृष्ठावर आपले रेटिंग ड्रॉप करण्यासाठी, हे 1-2-3 इतके सोपे आहे!",buttonText:"सूचना द्या",selectedText:"निवडलेला मजकूर",suggestedText:"त्यासाठी सूचना लिहा",swalekhText:"स्वलेख",placeholderText:"येथे लिहा...",captchaHeadingText:"कृपया खालील पूर्ण करा",captchaPlaceholderText:"कृपया येथे कॅप्चा प्रविष्ट करा...",suggestMoreButtonText:"सेव्ह करा आणि अधिक सुचवा",cancelButtonText:"रद्द करा",submitButtonText:"सबमिट करा",toastrText:"दुरुस्ती नोंदवली, सहभागी झाल्याबद्दल धन्यवाद!",ratingDescriptionText:"कृपया आमच्या पेजवर आपला अनुभव रेट करण्यासाठी थोडा वेळ घ्या. आपले इनपुट आम्हाला सुधारणा करण्यास आणि चांगली सेवा प्रदान करण्यास मदत करते.",giveRatingText:"रेटिंग द्या",selectRatingText:"कृपया रेटिंग निवडा!",giveFeedbackText:"आपला अभिप्राय द्या!",ratingRecordedText:"मानांकन, सहभागी झाल्याबद्दल धन्यवाद!",suggestionRecordedText:"सुधारणेबद्दल धन्यवाद, सहभागी झाल्याबद्दल धन्यवाद!",provideFeedbackText:"कृपया आपली प्रतिक्रिया कळवा!"},telugu:{headerTextSuggestion:"అనువాదాన్ని మెరుగుపరచడంలో మాకు సహాయపడటానికి సూచన ఇవ్వండి\n",headerTextFeedback:"అభిప్రాయం ఇవ్వండి, అనువాదాన్ని మెరుగుపరచడంలో మాకు సహాయపడండి",descriptionTextSuggestion:"సూచన ఇవ్వడానికి, తదుపరి స్క్రీన్ లో, సవరించాల్సిన  లేదా నవీకరించాల్సిన ఏదైనా టెక్స్ట్ ను ఎంచుకోండి లేదా క్లిక్ చేయండి. ఇది 1-2-3 అంత సులభం!",descriptionTextFeedback:"ఫీడ్ బ్యాక్ ఇవ్వడానికి, ఫీడ్ బ్యాక్ బటన్ పై క్లిక్ చేసి, తదుపరి పేజీలో మీ రేటింగ్ ను వదలండి, ఇది 1-2-3 అంత సులభం!",descriptionTextBoth:"సూచన ఇవ్వడానికి, సలహా బటన్ పై క్లిక్ చేసి, పరిష్కారానికి లేదా నవీకరణకు అవసరమైన ఏదైనా టెక్స్ట్ ను ఎంచుకోండి లేదా క్లిక్ చేయండి లేదా ఫీడ్ బ్యాక్ బటన్ పై క్లిక్ చేసి, తదుపరి పేజీలో మీ రేటింగ్ ను డ్రాప్ చేయడానికి, ఇది 1-2-3 అంత సులభం!",buttonText:"సూచన ఇవ్వండి",selectedText:"ఎంచుకున్న టెక్స్ట్",suggestedText:"దాని కోసం సూచన రాయండి",swalekhText:"స్వలేఖ్",placeholderText:"ఇక్కడ వ్రాయండి...",captchaHeadingText:"దయచేసి ఈ క్రింది వాటిని పూర్తి చేయండి",captchaPlaceholderText:"దయచేసి ఇక్కడ క్యాప్చాను నమోదు చేయండి...",suggestMoreButtonText:"సేవ్ చేయండి మరియు మరిన్ని సూచించండి ",cancelButtonText:"రద్దు చేయండి",submitButtonText:"సబ్మిట్ చేయండి ",toastrText:"సవరణ నమోదు చేయబడింది, పాల్గొన్నందుకు ధన్యవాదాలు !",ratingDescriptionText:"దయచేసి మా పేజీలో మీ అనుభవాన్ని రేట్ చేయడానికి కొంత సమయం కేటాయించండి. మీ ఇన్‌పుట్ మెరుగుపరచడానికి మరియు మెరుగైన సేవను అందించడంలో మాకు సహాయపడుతుంది.",giveRatingText:"రేటింగ్ ఇవ్వండి",selectRatingText:"దయచేసి రేటింగ్‌ని ఎంచుకోండి!",giveFeedbackText:"మీ అభిప్రాయాన్ని తెలియజేయండి!",ratingRecordedText:"రేటింగ్ నమోదు చేయబడింది, పాల్గొన్నందుకు ధన్యవాదాలు!",suggestionRecordedText:"నమోదు చేసినందుకు ధన్యవాదాలు, ధన్యవాదాలు!",provideFeedbackText:"అభిప్రాయం తెలపండి!"},tamil:{headerTextSuggestion:"பரிந்துரை வழங்குவதன் மூலம் மொழிபெயர்ப்பை மேம்படுத்த எங்களுக்கு உதவுங்கள்",headerTextFeedback:"பின்னூட்டம் கொடுங்கள், மொழிபெயர்ப்பை மேம்படுத்த எங்களுக்கு உதவுங்கள்",descriptionTextSuggestion:"பரிந்துரை வழங்க, அடுத்த திரையில் காட்டப்படும் சரிசெய்யக்கூடிய அல்லது மாற்ற வேண்டிய வார்த்தைகளை கிளிக் செய்யுங்கள் அல்லது தேர்ந்தெடுங்கள். இது 1-2-3 போன்று மிகவும் எளிதானது!",descriptionTextFeedback:"கருத்துக்களை வழங்க, பின்னூட்ட பொத்தானைக் கிளிக் செய்து அடுத்த பக்கத்தில் உங்கள் மதிப்பீட்டைக் கைவிடவும், அது 1-2-3 போல எளிதானது!",descriptionTextBoth:"பரிந்துரை வழங்க, பரிந்துரை பொத்தானைக் கிளிக் செய்து, சரிசெய்தல் அல்லது புதுப்பிப்பு தேவைப்படும் எந்தவொரு உரையையும் தேர்ந்தெடுக்கவும் அல்லது கிளிக் செய்யவும் அல்லது கருத்து பொத்தானைக் கிளிக் செய்து அடுத்த பக்கத்தில் உங்கள் மதிப்பீட்டைக் கைவிடவும், அது 1-2-3 போல எளிதானது!",buttonText:"ஆலோசனை வழங்குங்கள்",selectedText:"தேர்ந்தெடுக்கப்பட்ட வார்த்தைகள்",suggestedText:"இதற்கான பரிந்துரையை வழங்குங்கள்",swalekhText:"ஸ்வலேக்",placeholderText:"இங்கே எழுதுங்கள்...",captchaHeadingText:"கீழே உள்ளவற்றை நிறைவுசெய்யுங்கள்",captchaPlaceholderText:"இங்கே கேப்ச்சாவை டைப்செய்யுங்கள்...",suggestMoreButtonText:"சேமி & மேலும் பரிந்துரையுங்கள்",cancelButtonText:"ரத்துசெய்",submitButtonText:"சமர்ப்பி",toastrText:"திருத்தம் பதிவு செய்யப்பட்டது. பங்கேற்றதற்கு நன்றி!",ratingDescriptionText:"எங்களது பக்கத்தைப் பற்றிய உங்கள் அனுபவத்தை மதிப்பீடு செய்ய சில நிமிடங்களை ஒதுக்குங்கள். உங்கள் கருத்துக்கள் எங்களை மேம்படுத்தவும், சிறந்த சேவையை வழங்கவும் உதவுகிறது.",giveRatingText:"மதிப்பீடு செய்யவும்",selectRatingText:"தயவுசெய்து மதிப்பீட்டைத் தேர்ந்தெடுக்கவும்!",giveFeedbackText:"உங்கள் கருத்துக்களைப் பகிரவும்!",ratingRecordedText:"பதிவு செய்தமைக்கு மிக்க நன்றி!",suggestionRecordedText:"பதிவு செய்யப்பட்ட திருத்தம், கலந்து கொண்டதற்கு நன்றி!",provideFeedbackText:"தயவு செய்து பின்னூட்டம் இடுங்கள்!"},assamese:{headerTextSuggestion:"পৰামৰ্শ আগবঢ়াই আমাক অনুবাদ উন্নত কৰাত সহায় কৰক",headerTextFeedback:"মতামত দিয়ক, অনুবাদ উন্নত কৰাত আমাক সহায় কৰক",descriptionTextSuggestion:"পৰামৰ্শ দিবলৈ, পৰৱৰ্তী স্ক্ৰীণত, সংশোধন বা আপডেটৰ প্ৰয়োজন হোৱা যিকোনো টেক্সট্ বাছনি কৰক বা ক্লিক কৰক। এইটো 1-2-3ৰ দৰেই সহজ!",descriptionTextFeedback:"মতামত দিবলৈ, ফীডবেক বুটামত ক্লিক কৰক আৰু পৰৱৰ্তী পৃষ্ঠাত আপোনাৰ ৰেটিং ড্ৰপ কৰক, ই 1-2-3-ৰ দৰে সহজ!",descriptionTextBoth:"পৰামৰ্শ দিবলৈ, পৰামৰ্শ বুটামত ক্লিক কৰক আৰু ফিক্স বা আপডেটৰ প্ৰয়োজন হোৱা যিকোনো পাঠ বাছনি বা ক্লিক কৰক, বা মতামত দিবলৈ, মতামত বুটামত ক্লিক কৰক আৰু পৰৱৰ্তী পৃষ্ঠাত আপোনাৰ ৰেটিং ড্ৰপ কৰক, ই 1-2-3 ৰ দৰে সহজ!",buttonText:"বুজি পাইছেনে",selectedText:"বাছনি কৰা টেক্সট্",suggestedText:"ইয়াৰ বাবে পৰামৰ্শ লিখক",swalekhText:"স্ৱলেখ",placeholderText:"ইয়াত লিখক...",captchaHeadingText:"অনুগ্ৰহ কৰি তলত দিয়াবোৰ সম্পূৰ্ণ কৰক",captchaPlaceholderText:"অনুগ্ৰহ কৰি ইয়াত কেপচা প্ৰবিষ্ট কৰক...",suggestMoreButtonText:"চেভ কৰক আৰু অধিক পৰামৰ্শ দিয়ক",cancelButtonText:"বাতিল কৰক",submitButtonText:"দাখিল কৰক",toastrText:"সংশোধন ৰেকৰ্ড কৰা হৈছে, অংশগ্ৰহণ কৰাৰ বাবে ধন্যবাদ !",ratingDescriptionText:"অনুগ্ৰহ কৰি অলপ সময় উলিয়াই আমাৰ পৃষ্ঠাত আপোনাৰ অভিজ্ঞতাৰ ওপৰত ৰেটিং দিয়ক। আপোনাৰ ইনপুটে আমাক উন্নত কৰাত আৰু উত্তম সেৱা প্ৰদান কৰাত সহায় কৰে।",giveRatingText:"ৰেটিং দিয়ক",selectRatingText:"অনুগ্ৰহ কৰি ৰেটিং বাছনি কৰক!",giveFeedbackText:"আপোনাৰ মতামত জনাওক!",ratingRecordedText:"ৰেটিং ৰেকৰ্ড কৰা হৈছে, অংশগ্ৰহণ কৰাৰ বাবে ধন্যবাদ!",suggestionRecordedText:"সংশোধন ৰেকৰ্ড কৰা হৈছে, অংশগ্ৰহণ কৰাৰ বাবে ধন্যবাদ!",provideFeedbackText:"অনুগ্ৰহ কৰি মতামত প্ৰদান কৰক!"},bengali:{headerTextSuggestion:"পরামর্শ দিয়ে, অনুবাদের মান উন্নত করতে, আমাদের সাহায্য করুন",headerTextFeedback:"প্রতিক্রিয়া দিন, আমাদের অনুবাদ উন্নত করতে সাহায্য করুন",descriptionTextSuggestion:"পরামর্শ দেওয়ার জন্য, পরবর্তী স্ক্রিনে, সংশোধন বা আপডেটের প্রয়োজন এমন যেকোনো টেক্সট নির্বাচন করুন বা ক্লিক করুন। এটা 1-2-3 এর মতই সহজ!",descriptionTextFeedback:"প্রতিক্রিয়া জানাতে, প্রতিক্রিয়া বোতামে ক্লিক করুন এবং পরবর্তী পৃষ্ঠায় আপনার রেটিং ফেলে দিন, এটি 1-2-3 এর মতো সহজ!",descriptionTextBoth:"পরামর্শ দেওয়ার জন্য, পরামর্শ বোতামে ক্লিক করুন এবং একটি ফিক্স বা আপডেটের প্রয়োজন এমন কোনও পাঠ্য নির্বাচন করুন বা ক্লিক করুন, বা প্রতিক্রিয়া জানাতে প্রতিক্রিয়া বোতামে ক্লিক করুন এবং পরবর্তী পৃষ্ঠায় আপনার রেটিং ফেলে দিন, এটি 1-2-3 এর মতো সহজ!",buttonText:"প্রস্তাব দেওয়া",selectedText:"নির্বাচিত টেক্সট",suggestedText:"এর ব্যাপারে আপনার পরামর্শ জানান",swalekhText:"স্বলেখ",placeholderText:"এখানে লিখুন...",captchaHeadingText:"অনুগ্রহ করে নিম্নলিখিতটি সম্পূর্ণ করুন",captchaPlaceholderText:"অনুগ্রহ করে এখানে ক্যাপচা লিখুন...",suggestMoreButtonText:"সেভ করুন এবং আরো সাজেস্ট করুন",cancelButtonText:"ক্যানসেল করুন",submitButtonText:"সাবমিট করুন",toastrText:"সংশোধন রেকর্ড করা হয়েছে, অংশগ্রহণ করার জন্য আপনাকে অসংখ্য ধন্যবাদ!",ratingDescriptionText:"অনুগ্রহ করে আমাদের পেজে আপনার অভিজ্ঞতার রেটিং দিন। আপনার ইনপুট আমাদের উন্নত এবং ভাল পরিষেবা দিতে সাহায্য করে।",giveRatingText:"রেটিং দিন",selectRatingText:"অনুগ্রহ করে রেটিং নির্বাচন করুন!",giveFeedbackText:"আপনার মতামত জানান!",ratingRecordedText:"রেটিং রেকর্ড করা হয়েছে, অংশগ্রহণের জন্য ধন্যবাদ!",suggestionRecordedText:"সংশোধন রেকর্ড করা হয়েছে, অংশগ্রহণের জন্য আপনাকে ধন্যবাদ!",provideFeedbackText:"দয়া করে মতামত দিন!"},malayalam:{headerTextSuggestion:"നിർദ്ദേശം നൽകൂ, വിവർത്തനം മെച്ചപ്പെടുത്താൻ ഞങ്ങളെ സഹായിക്കൂ",headerTextFeedback:"ഫീഡ്ബാക്ക് നൽകുക, പരിഭാഷ മെച്ചപ്പെടുത്താൻ ഞങ്ങളെ സഹായിക്കുക",descriptionTextSuggestion:"നിർദ്ദേശം നൽകുന്നതിന്, അടുത്ത സ്‌ക്രീനിൽ, തിരുത്തുകയോ അപ്‌ഡേറ്റ് ചെയ്യുകയോ ചെയ്യേണ്ട ടെക്സ്റ്റ് തിരഞ്ഞെടുക്കുക അല്ലെങ്കിൽ അതിൽ ക്ലിക്ക് ചെയ്യുക. ഇത് 1-2-3 എണ്ണുന്നതുപോലെ ലളിതമാണ്!",descriptionTextFeedback:"ഫീഡ്ബാക്ക് നൽകുന്നതിന്, ഫീഡ്ബാക്ക് ബട്ടണിൽ ക്ലിക്കുചെയ്ത് അടുത്ത പേജിൽ നിങ്ങളുടെ റേറ്റിംഗ് ഡ്രോപ്പ് ചെയ്യുക, ഇത് 1-2-3 പോലെ എളുപ്പമാണ്!",descriptionTextBoth:"നിർദ്ദേശങ്ങൾ നൽകുന്നതിന്, നിർദ്ദേശ ബട്ടണിൽ ക്ലിക്കുചെയ്ത് ഒരു പരിഹാരമോ അപ്ഡേറ്റോ ആവശ്യമുള്ള ഏതെങ്കിലും വാചകം തിരഞ്ഞെടുക്കുക അല്ലെങ്കിൽ ക്ലിക്കുചെയ്യുക, അല്ലെങ്കിൽ ഫീഡ്ബാക്ക് ബട്ടണിൽ ഫീഡ്ബാക്ക് ക്ലിക്കുചെയ്ത് അടുത്ത പേജിൽ നിങ്ങളുടെ റേറ്റിംഗ് ഡ്രോപ്പ് ചെയ്യുക, ഇത് 1-2-3 പോലെ എളുപ്പമാണ്!",buttonText:"നിര്‍ദ്ദേശങ്ങള്‍ നല്‍കുക",selectedText:"തിരഞ്ഞെടുത്ത ടെക്സ്റ്റ്",suggestedText:"ഇതിനായി നിർദ്ദേശം എഴുതൂ",swalekhText:"സ്വലേഖ് ",placeholderText:"ഇവിടെ എഴുതൂ...",captchaHeadingText:"ദയവായി താഴെയുള്ളത് പൂർത്തിയാക്കുക",captchaPlaceholderText:"ദയവായി ഇവിടെ ക്യാപ്ച നൽകുക...",suggestMoreButtonText:"സേവ് ചെയ്ത് കൂടുതൽ നിർദ്ദേശങ്ങൾ നൽകൂ",cancelButtonText:"റദ്ദാക്കുക",submitButtonText:"സമർപ്പിക്കുക",toastrText:"തിരുത്തൽ രേഖപ്പെടുത്തി, പങ്കെടുത്തതിന് നന്ദി!",ratingDescriptionText:"ഞങ്ങളുടെ പേജിലെ നിങ്ങളുടെ അനുഭവം റേറ്റുചെയ്യാൻ അൽപ്പസമയം ചെലവഴിക്കുക. മികച്ച സേവനം നൽകാനും അത് മെച്ചപ്പെടുത്താനും നിങ്ങളുടെ ഇൻപുട്ട് ഞങ്ങളെ സഹായിക്കുന്നു.",giveRatingText:"റേറ്റിംഗ് നല്‍കുക",selectRatingText:"ദയവായി റേറ്റിംഗ് തിരഞ്ഞെടുക്കുക!",giveFeedbackText:"നിങ്ങളുടെ അഭിപ്രായം അറിയിക്കുക!",ratingRecordedText:"റേറ്റിംഗ് റെക്കോർഡ് ചെയ്തു, പങ്കെടുത്തതിന് നന്ദി!",suggestionRecordedText:"തിരുത്തൽ രേഖപ്പെടുത്തി, പങ്കെടുത്തതിന് നന്ദി!",provideFeedbackText:"ദയവായി അഭിപ്രായം അറിയിക്കുക!"},kannada:{headerTextSuggestion:"ಅನುವಾದದ ಗುಣಮಟ್ಟ ಸುಧಾರಿಸಲು ನಿಮ್ಮ ಸಲಹೆಗಳನ್ನು ನೀಡಿ",headerTextFeedback:"ಪ್ರತಿಕ್ರಿಯೆ ನೀಡಿ, ಅನುವಾದವನ್ನು ಸುಧಾರಿಸಲು ನಮಗೆ ಸಹಾಯ ಮಾಡಿ",descriptionTextSuggestion:"ನಿಮ್ಮ ಸಲಹೆಗಳನ್ನು ನೀಡಲು, ಮುಂದಿನ ಸ್ಕ್ರೀನ್‌ನಲ್ಲಿ, ತಿದ್ದುಪಡಿ ಅಥವಾ ಅಪ್‌ಡೇಟ್ ಅಗತ್ಯವಿರುವ ಪಠ್ಯವನ್ನು ಆಯ್ಕೆ ಮಾಡಿ ಅಥವಾ ಕ್ಲಿಕ್ ಮಾಡಿ. ಇದು 1-2-3ಅಂದಷ್ಟು ಸುಲಭ!",descriptionTextFeedback:"ಪ್ರತಿಕ್ರಿಯೆ ನೀಡಲು, ಪ್ರತಿಕ್ರಿಯೆ ಬಟನ್ ಮೇಲೆ ಕ್ಲಿಕ್ ಮಾಡಿ ಮತ್ತು ಮುಂದಿನ ಪುಟದಲ್ಲಿ ನಿಮ್ಮ ರೇಟಿಂಗ್ ಅನ್ನು ಬಿಡಿ, ಇದು 1-2-3 ರಂತೆ ಸುಲಭವಾಗಿದೆ!",descriptionTextBoth:"ಸಲಹೆ ನೀಡಲು, ಸಲಹೆ ಬಟನ್ ಮೇಲೆ ಕ್ಲಿಕ್ ಮಾಡಿ ಮತ್ತು ಫಿಕ್ಸ್ ಅಥವಾ ಅಪ್ ಡೇಟ್ ಅಗತ್ಯವಿರುವ ಯಾವುದೇ ಪಠ್ಯವನ್ನು ಆಯ್ಕೆ ಮಾಡಿ ಅಥವಾ ಕ್ಲಿಕ್ ಮಾಡಿ ಅಥವಾ ಪ್ರತಿಕ್ರಿಯೆ ಬಟನ್ ಮೇಲೆ ಪ್ರತಿಕ್ರಿಯೆ ಕ್ಲಿಕ್ ಮಾಡಿ ಮತ್ತು ಮುಂದಿನ ಪುಟದಲ್ಲಿ ನಿಮ್ಮ ರೇಟಿಂಗ್ ಅನ್ನು ಬಿಡಿ, ಇದು 1-2-3 ರಂತೆ ಸುಲಭ!",buttonText:"ಸಲಹೆ ನೀಡಿ",selectedText:"ಆಯ್ಕೆ ಮಾಡಿದ ಪಠ್ಯ",suggestedText:"ಇದಕ್ಕೆ ನಿಮ್ಮ ಸಲಹೆ ನೀಡಿ",swalekhText:"ಸ್ವಲೇಖ್",placeholderText:"ಇಲ್ಲಿ ಬರೆಯಿರಿ...",captchaHeadingText:"ದಯವಿಟ್ಟು ಈ ಕೆಳಗಿನದನ್ನು ಪೂರ್ಣಗೊಳಿಸಿ",captchaPlaceholderText:"ದಯವಿಟ್ಟು ಇಲ್ಲಿ ಕ್ಯಾಪ್ಚಾ ನಮೂದಿಸಿ...",suggestMoreButtonText:"ಸೇವ್ ಮಾಡಿ ಮತ್ತು ಇನ್ನಷ್ಟು ಸಲಹೆಗಳನ್ನು ನೀಡಿ",cancelButtonText:"ರದ್ದುಮಾಡಿ",submitButtonText:"ಸಲ್ಲಿಸಿ",toastrText:"ತಿದ್ದುಪಡಿಯನ್ನು ದಾಖಲಿಸಲಾಗಿದೆ, ಭಾಗವಹಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು!",ratingDescriptionText:"ನಮ್ಮ ಪೇಜ್ ಕುರಿತು ನಿಮ್ಮ ಅಭಿಪ್ರಾಯ ಹಂಚಿಕೊಳ್ಳಿ. ನಿಮ್ಮ ಪ್ರತಿಕ್ರಿಯೆ ನಮ್ಮ ಸೇವೆಗಳನ್ನು ಸುಧಾರಿಸಿಕೊಳ್ಳಲು ಮತ್ತು ಇನ್ನಷ್ಟು ಉತ್ತಮ ಸೇವೆ ಒದಗಿಸಲು ನಮಗೆ ಸಹಾಯ ಮಾಡುತ್ತದೆ.",giveRatingText:"ರೇಟಿಂಗ್ ನೀಡಿ",selectRatingText:"ದಯವಿಟ್ಟು ರೇಟಿಂಗ್ ಆಯ್ಕೆಮಾಡಿ!",giveFeedbackText:"ನಿಮ್ಮ ಪ್ರತಿಕ್ರಿಯೆ ನೀಡಿ!",ratingRecordedText:"ರೇಟಿಂಗ್ ದಾಖಲಿಸಲಾಗಿದೆ, ಭಾಗವಹಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು!",suggestionRecordedText:"ತಿದ್ದುಪಡಿಯನ್ನು ದಾಖಲಿಸಲಾಗಿದೆ, ಭಾಗವಹಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು!",provideFeedbackText:"ದಯವಿಟ್ಟು ಪ್ರತಿಕ್ರಿಯೆ ನೀಡಿ!"},kashmiri:{headerTextSuggestion:"Give suggestion, help us improve the Translation",headerTextFeedback:"Give feedback, help us improve the translation",descriptionTextSuggestion:"To give suggestion, on the next screen, select or click any\n            text that needs a fix or update.\n            It's as easy as 1-2-3!",descriptionTextFeedback:"To give feedback, click on feedback button and drop your rating on the next page, It's as easy as 1-2-3!",descriptionTextBoth:"To give suggestion, click on suggestion button and select or click any text that needs a fix or update, or to give feedback click on feedback button and drop your rating on the next page, It's as easy as 1-2-3!",buttonText:"Give Suggestion",selectedText:"Selected text",suggestedText:"Write suggestion for it",swalekhText:"Swalekh",placeholderText:"Write here...",captchaHeadingText:"Please complete the below",captchaPlaceholderText:"Please enter captcha here...",suggestMoreButtonText:"Save & Suggest more",cancelButtonText:"Cancel",submitButtonText:"Submit",toastrText:"Correction recorded, thank you for participating !",ratingDescriptionText:"Please take a moment to rate your experience on our page. Your input helps us improve and provide better service.",giveRatingText:"Give Rating",selectRatingText:"Please select rating!",giveFeedbackText:"Give your feedback!",ratingRecordedText:"Rating recorded, thank you for participating !",suggestionRecordedText:"Correction recorded, thank you for participating !",provideFeedbackText:"Please provide feedback !"},"kashmiri(arabic)":{headerTextSuggestion:"Give suggestion, help us improve the Translation",headerTextFeedback:"Give feedback, help us improve the translation",descriptionTextSuggestion:"To give suggestion, on the next screen, select or click any\n            text that needs a fix or update.\n            It's as easy as 1-2-3!",descriptionTextFeedback:"To give feedback, click on feedback button and drop your rating on the next page, It's as easy as 1-2-3!",descriptionTextBoth:"To give suggestion, click on suggestion button and select or click any text that needs a fix or update, or to give feedback click on feedback button and drop your rating on the next page, It's as easy as 1-2-3!",buttonText:"Give Suggestion",selectedText:"Selected text",suggestedText:"Write suggestion for it",swalekhText:"Swalekh",placeholderText:"Write here...",captchaHeadingText:"Please complete the below",captchaPlaceholderText:"Please enter captcha here...",suggestMoreButtonText:"Save & Suggest more",cancelButtonText:"Cancel",submitButtonText:"Submit",toastrText:"Correction recorded, thank you for participating !",ratingDescriptionText:"Please take a moment to rate your experience on our page. Your input helps us improve and provide better service.",giveRatingText:"Give Rating",selectRatingText:"Please select rating!",giveFeedbackText:"Give your feedback!",ratingRecordedText:"Rating recorded, thank you for participating !",suggestionRecordedText:"Correction recorded, thank you for participating !",provideFeedbackText:"Please provide feedback !"},urdu:{headerTextSuggestion:"Give suggestion, help us improve the Translation",headerTextFeedback:"Give feedback, help us improve the translation",descriptionTextSuggestion:"To give suggestion, on the next screen, select or click any\n            text that needs a fix or update.\n            It's as easy as 1-2-3!",descriptionTextFeedback:"To give feedback, click on feedback button and drop your rating on the next page, It's as easy as 1-2-3!",descriptionTextBoth:"To give suggestion, click on suggestion button and select or click any text that needs a fix or update, or to give feedback click on feedback button and drop your rating on the next page, It's as easy as 1-2-3!",buttonText:"Give Suggestion",selectedText:"Selected text",suggestedText:"Write suggestion for it",swalekhText:"Swalekh",placeholderText:"Write here...",captchaHeadingText:"Please complete the below",captchaPlaceholderText:"Please enter captcha here...",suggestMoreButtonText:"Save & Suggest more",cancelButtonText:"Cancel",submitButtonText:"Submit",toastrText:"Correction recorded, thank you for participating !",ratingDescriptionText:"Please take a moment to rate your experience on our page. Your input helps us improve and provide better service.",giveRatingText:"Give Rating",selectRatingText:"Please select rating!",giveFeedbackText:"Give your feedback!",ratingRecordedText:"Rating recorded, thank you for participating !",suggestionRecordedText:"Correction recorded, thank you for participating !",provideFeedbackText:"Please provide feedback !"},sanskrit:{headerTextSuggestion:"Give suggestion, help us improve the Translation",headerTextFeedback:"Give feedback, help us improve the translation",descriptionTextSuggestion:"To give suggestion, on the next screen, select or click any\n            text that needs a fix or update.\n            It's as easy as 1-2-3!",descriptionTextFeedback:"To give feedback, click on feedback button and drop your rating on the next page, It's as easy as 1-2-3!",descriptionTextBoth:"To give suggestion, click on suggestion button and select or click any text that needs a fix or update, or to give feedback click on feedback button and drop your rating on the next page, It's as easy as 1-2-3!",buttonText:"Give Suggestion",selectedText:"Selected text",suggestedText:"Write suggestion for it",swalekhText:"Swalekh",placeholderText:"Write here...",captchaHeadingText:"Please complete the below",captchaPlaceholderText:"Please enter captcha here...",suggestMoreButtonText:"Save & Suggest more",cancelButtonText:"Cancel",submitButtonText:"Submit",toastrText:"Correction recorded, thank you for participating !",ratingDescriptionText:"Please take a moment to rate your experience on our page. Your input helps us improve and provide better service.",giveRatingText:"Give Rating",selectRatingText:"Please select rating!",giveFeedbackText:"Give your feedback!",ratingRecordedText:"Rating recorded, thank you for participating !",suggestionRecordedText:"Correction recorded, thank you for participating !",provideFeedbackText:"Please provide feedback !"}},POPUP_LANUAGES_MAP:[{name:"English",abbreviation:"En",translatedText:"English",langCode:"en",lowerCase:"english"},{name:"Hindi",abbreviation:"हि",translatedText:"हिन्दी",langCode:"hi",lowerCase:"hindi"},{name:"Odia",abbreviation:"ଓଡ଼ି",translatedText:"ଓଡ଼ିଆ",langCode:"od",lowerCase:"odia"},{name:"Punjabi",abbreviation:"ਪੰ",translatedText:"ਪੰਜਾਬੀ",langCode:"pa",lowerCase:"punjabi"},{name:"Gujarati",abbreviation:"ગુ",translatedText:"ગુજરાતી",langCode:"gu",lowerCase:"gujarati"},{name:"Marathi",abbreviation:"म",translatedText:"मराठी",langCode:"mr",lowerCase:"marathi"},{name:"Telugu",abbreviation:"తె",translatedText:"తెలుగు",langCode:"te",lowerCase:"telugu"},{name:"Tamil",abbreviation:"த",translatedText:"தமிழ்",langCode:"ta",lowerCase:"tamil"},{name:"Assamese",abbreviation:"অ",translatedText:"অসমীয়া",langCode:"as",lowerCase:"assamese"},{name:"Bengali",abbreviation:"ব",translatedText:"বাংলা",langCode:"bn",lowerCase:"bengali"},{name:"Malayalam",abbreviation:"മ",translatedText:"മലയാളം",langCode:"ml",lowerCase:"malayalam"},{name:"Kannada",abbreviation:"ಕ",translatedText:"ಕನ್ನಡ",langCode:"kn",lowerCase:"kannada"},{name:"Urdu",abbreviation:"ا",translatedText:"اردو",langCode:"ur",lowerCase:"urdu"}]}},104:function(e,t,a){const{getConfig:n,setConfig:o,setIgnorePatternRegex:r,setNoTranslationNode:s}=a(384),{LANGUAGE_CONSTANTS:i,CACHE_CONFIG_CONSTANT:c,REVERSE_LANGUAGE_MAP:l,LANGUAGE_MAP:d}=a(89),{getCurrentLanguage:u,setTranslationDictionary:g,normalStringify:p,getSourceFontDictionary:h,setSourceFontDictionary:m,setTransliterationHash:f,getTransliterationHash:v,updateTranslationDictionary:T,getTransDict:b,setManualTranslationResult:y}=a(829),x=(e,t,a,n)=>{let o=O(P(e));switch(t){case"NONE":return o;case"SUBDIRECTORY":return w(e,a);case"SUBDOMAIN":return S(e,a);case"CUSTOM":return k(o,a,n)}},k=(e,t,a)=>{try{const{host:n,pathname:o,protocol:r}=new URL(e),s=n+o;let i=e;return Object.keys(a).forEach((e=>{if(a[e]===`${t}`)return i;s.startsWith(a[e])&&(i=r+"//"+s.replace(a[e],t))})),i}catch(t){return console.log("Error on rectifyForCustom",t),e}},w=(e,t)=>{const{pathname:a}=new URL(e),n=a.split("/")[1];let o=e;return 2===n.length&&l[n]&&(o=o.replace(`/${n}`,"")),O(o)},S=(e,t)=>{const{hostname:a}=new URL(e);let n=e;return a!==t&&(n=n.replace(a,t)),n},L=e=>{try{return!e.match(/^[\d\,\-\_\.$!@#%^&*()+=:;"'~\`\s\|₹]+$/g)&&!!e.match(/^[\x00-\x7F\xA0\u200A“”’‘«»‹›©÷– ₹…°Â⭐é½¼¾—×→ ‍™®‡†●•ēÉ\p{Sm}]*$/gu)}catch(e){return!1}},C=async(e,t)=>{try{const{projectKey:a,missingTranslationUrl:o,url:r,ignorePatternRegex:s,hostname:i,multiOrigin:l,getLanguageTranslationUrl:d,cacheConfig:u}=n(),g=new RegExp(s,"gm"),p=u[c.GET_TRANSLATION]||!1,h={},m=Object.keys(e).map((t=>!!t&&(h[t]=e[t].preProcessedSource,(""===s||!e[t].textContent.match(g)&&!e[t].styledSource.match(g))&&(e[t].projectId=a,e[t].url=O(r),e[t].hostname=new URL(e[t].url).hostname,!!L(e[t].preProcessedSource)&&{...e[t]})))).filter(Boolean);if(!m.length>0)return h;const f=m.map((e=>e.sourceHash)),v=await fetch(d,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({targetLang:t,url:r,cache:p,projectId:a,sourceHashes:f,queryType:"project"})}).then((e=>e.json())).then((e=>e.success?e.data:{})).catch((e=>(console.log("GET TRANSLATION FAILED"),{}))),T=[];return m.forEach((t=>{v[t.sourceHash]||T.push(e[t.sourceHash])})),T.length>0&&fetch(o,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({newTm:T,language:t,projectId:a,url:r,multiDomain:l})}),{...h,...v}}catch(e){return Promise.reject({})}},E=((e,t=1500)=>{let a,n,o=null;return async(...r)=>{let s;clearTimeout(o),n===r[1]?r[0]={...r[0],...a}:n=r[1],a={...r[0]};const i=r[0],c=r[1],l=r[2];Object.keys(i).length>=25?s=await e.apply(this,r).then((e=>{T(c,e),l(),A()})).then((()=>{a={}})):o=setTimeout((async()=>{e.apply(this,r).then((e=>{T(c,e),l(),A()})).then((()=>{a={}}))}),t)}})(C),A=async()=>{try{const e=n(),t=u(),{url:a,projectKey:o}=e,r=e.cacheConfig[c.CUSTOM_FONT]||!1,s=await(await fetch(`${e.getCustomFontSizeUrl}?url=${R(O(a))}&lang=${t}&cache=${r}&projectId=${o}`)).json();if(U(),!0===s.success){const e=s.data;if(Object.keys(e).length>0){const t={};Object.keys(e).forEach((a=>{document.querySelectorAll(a).forEach((e=>{const a=function(e){if(e.id)return`#${e.id}`;const t=[];for(;e&&e.nodeType===Node.ELEMENT_NODE;){let a=e.tagName.toLowerCase();const n=Array.from(e.parentNode?.children||[]);n.filter((t=>t.tagName===e.tagName)).length>1&&(a+=`:nth-child(${n.indexOf(e)+1})`),t.unshift(a),e=e.parentElement}return t.join(" > ")}(e);t[a]=window.getComputedStyle(e).getPropertyValue("font-size")})),N(a,e[a])})),m(t)}}else U()}catch(e){console.log("Error on custom font",e),U()}},N=(e,t)=>{document.querySelectorAll(e).forEach((e=>{e.style.fontSize=`${t}`}))},U=()=>{const e=h();for(const t in e)document.querySelectorAll(t).forEach((a=>a.style.fontSize=e[t]))},I=(e,t)=>{for(const a of e.children)a.setAttribute(t,!0),I(a,t);e.setAttribute(t,!0)},O=e=>(e=e.replace(/#[^\/]*$/gm,"")).replace(/\/$/,""),R=e=>e.replace("&","<ampersand>"),P=e=>{let t=M(e);return t=_(t),t},_=e=>{try{let t=e;const a=new URL(e),n=a.searchParams.get("lg-anv");if(a.searchParams.has("lg-anv")){const e=`lg-anv=${n}`;t.match(e)&&(t=t.replace(`?${e}`,""),t=t.replace(`&${e}`,""))}return t}catch{return e}},M=e=>{let t=e;return t.match("v=private&")&&(t=t.replace("v=private&","")),t.match("v=private")&&(t=t.replace("?v=private",""),t=t.replace("&v=private","")),t};e.exports={loadInitVariables:async()=>{try{let t=n();const a=await(async(e,t)=>{const{hostname:a}=new URL(window.location.href);return await fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectId:e,hostname:a})}).then((e=>e.json())).then((e=>!!e.success&&(e.data.url=O(window.location.href),e.data))).catch((e=>{console.log(e)}))})(t.projectKey,t.loadInitVariableUrl);return a.websiteMapping=a.websiteMapping.toUpperCase(),a.hostname=(e=a.hostname,a.multiOrigin?window.location.hostname:e),a.url=x(a.url,a.websiteMapping,a.hostname,a.customRedirectMapping),t={...t,...a},o(t),t=n(),console.log(t),Promise.resolve({...t})}catch(e){return Promise.reject()}var e},getTranslations:async e=>{try{const t=e||u();if(t===i.SOURCE_LANGUAGE)return Promise.resolve({});{const e=await(async e=>{const t=n().getLanguageTranslationUrl,a=n().url,o=n().cacheConfig[c.GET_TRANSLATION]||!1,r=n().projectKey,s=Object.keys(b("english")||{});if(0!==s.length)return await fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({targetLang:e,url:a,cache:o,projectId:r,sourceHashes:s,fetchManual:!0})}).then((e=>e.json())).then((e=>e.success?e.data:{}))})(t),{result:a,manualTranslationResult:o}=e;return y(o),g(t,a),Promise.resolve(e)}}catch(e){return Promise.reject({})}},sendMissingTranslations:C,cleanUrl:O,createSiteVisitImpression:async e=>{const{projectKey:t,sendSiteVisitImpressionUrl:a,url:o}=n(),r=new URL(o).hostname;await fetch(a,{method:"POST",headers:{"Content-Type":"application/json"},body:p({language:e,projectId:t,hostname:r,impressions:[{url:o}]})})},checkInScope:async()=>{try{const{checkScopeUrl:e,projectKey:t,url:a,cacheConfig:o,languageOption:r}=n();if(!a)return;const s=o[c.SCOPE_CHECK]||!1;let i=r.map((e=>d[e]));await fetch(e,{method:"POST",headers:{"Content-Type":"application/json"},body:p({url:"english"==u()?a:localStorage.getItem("en-url"),projectId:t,cache:s,domainLanguages:i})})}catch(e){console.log(e)}},getCustomFontSize:A,resetFontSize:U,actualUrl:P,fetchIgnorePattern:async()=>{const{getIgnorePatternUrl:e,projectKey:t,cacheConfig:a}=n(),o=a[c.IGNORE_PATTERN]||!1,s=await(await fetch(`${e}?projectId=${t}&cache=${o}`,{method:"POST"})).json();r(s.data)},applyNoTranslation:()=>{const{noTranslationNodes:e,noLocalizationClass:t}=n();e.forEach((e=>{try{document.querySelectorAll(e).forEach((e=>I(e,t)))}catch(e){console.log(e)}}));try{document.querySelectorAll('[avk-only-nmt="true"][search-bar="true"]').forEach((e=>{I(e,t),e.removeAttribute("avk-only-nmt")}))}catch(e){console.log(e)}},getNoTranslationNodes:async()=>{try{const{url:e,getNoTranslationNodeUrl:t,projectKey:a,cacheConfig:o}=n(),r=u(),i=o[c.NO_TRANSLATION]||!1,l=await(await fetch(`${t}?url=${R(O(e))}&lang=${r}&projectId=${a}&cache=${i}`,{method:"POST"})).json();if(!0===l.success){const e=l.data;s(e)}}catch(e){console.log(e)}},urlRectify:x,urlForSubdomain:(e,t)=>{if("english"===t)return n().url;const{hostname:a}=new URL(e),o=a.split(".");o[0]=d[t];const r=o.join(".");return e.replace(a,r)},urlForSubdirectory:(e,t)=>{if("english"===t)return n().url;let{pathname:a,origin:o}=new URL(e);return a=`/${d[t]}${a}`,new URL(a,o).href},addImageUrls:async({imageUrlsObj:e,urls:t,targetLang:a,projectId:o})=>{try{const{addImageUrl:r}=n();(await fetch(r,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({imageUrlsObj:e,urls:t,targetLang:a,projectId:o})})).success}catch(e){console.log(e)}},sendFaultyTranslation:e=>{try{const{faultyTranslationUrl:t,projectKey:a}=n();let o=`${t}?projectId=${a}&targetLang=${d[u()]}`;for(const t of e)o=`${o}&sourceHash=${t}`;fetch(o).then((e=>{})).catch((e=>{console.log(e)}))}catch(e){console.log(e)}},checkDomainActive:async()=>{const{hostname:e,projectKey:t,checkDomainUrl:a,cacheConfig:o}=n(),r=o[c.SCOPE_CHECK]||!1,s=await(await fetch(`${a}?hostname=${e}&projectId=${t}&cache=${r}`)).json();return s.success?!!s.data.active:"DOMAIN_NOT_EXIST"},getMetaTypeData:async()=>{try{const{projectKey:e,url:t,getMetaTypeUrl:a}=n(),o=u();return(await(await fetch(a,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectId:e,url:t,targetLang:d[o]})})).json()).data}catch(e){return{}}},storeMetaTypeData:async e=>{try{const{projectKey:t,url:a,hostname:o,storeMetaTypeUrl:r}=n();return await(await fetch(r,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectId:t,hostname:o,url:a,sourceHashWithMetaType:e})})).json(),{success:!0}}catch(e){return console.log(e),{success:!1}}},sendTransliterationHashes:e=>{try{const{projectKey:t,setTransliterationUrl:a,url:o}=n();let r=`${a}?projectId=${t}&url=${o}`;for(const t of e)r=`${r}&sourceHash=${t}`;fetch(r).then((t=>{let a=v();f([...new Set([...e,...a])])})).catch((e=>{console.log(e)}))}catch(e){console.log(e)}},filterForAnuvadak:L,debounceMissingTranslationsFunc:E,storeSuggestionData:async e=>{try{const{projectKey:t,url:a,hostname:o,suggestionStoreUrl:r}=n(),s=await(await fetch(r,{method:"POST",headers:{"Content-Type":"application/json"},body:p({projectId:t,hostname:o,url:a,targetLang:d[u()],suggestionString:e.suggestionString,originalString:e.originalString,sourceHash:e.sourceHash})})).json();return console.log(s.body),{success:!0}}catch(e){return console.log(e),{success:!1}}},checkImageLocalizationStatus:async({projectId:e})=>{try{const{checkImageLocalizationStatusUrl:t}=n();return await(await fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectId:e})})).json()}catch(e){return console.log(e),{success:!1}}},transformImageUrl:async({projectId:e,targetLang:t})=>{try{const{transformImageUrl:a}=n(),o=await(await fetch(a,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectId:e,targetLang:t})})).json();if(!0===o.success)return o}catch(e){return console.log(e),{success:!1}}},registerPageRating:async({rating:e,ratingDescription:t})=>{try{const{projectKey:a,uploadFeedbackUrl:o,url:r}=n(),s=d[u()];!0===(await(await fetch(o,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectId:a,url:r,targetLanguage:s,rating:e,description:t})})).json()).success&&console.log("Feedback captured")}catch(e){console.log(e)}},fetchFontFamilyForLanguage:async({projectId:e,targetLang:t})=>{try{const{fetchFontFamilyForLanguageUrl:a}=n(),o=await(await fetch(a,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectId:e,targetLang:t})})).json();o&&o.fontFamilyScript.startsWith("<style>")?(document.head.insertAdjacentHTML("beforeend",`${o.fontFamilyScript}`),document.body.style.setProperty("font-family",o.fontFamilyName,"important"),document.querySelectorAll("h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,input,select,.select,button,.btn").forEach((e=>{e.style.setProperty("font-family",o.fontFamilyName,"important")})),document.querySelectorAll("#anuvadak-language-selector-list > li").forEach((e=>{e.style.setProperty("font-family","Helvetica, Helvetica Neue, Arial, Lucida Grande, sans-serif","important")}))):(document.body.style.removeProperty("font-family"),document.querySelectorAll("h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,input,select,.select,button,.btn").forEach((e=>{e.style.removeProperty("font-family")})))}catch(e){return{success:!1}}},urlForCustom:(e,t)=>{const{customRedirectMapping:a}=n(),o=a[d[t]];if(o){const{hostname:t}=new URL(e);return e.replace(`${t}`,o)}return e},setTranslatedPath:async()=>{try{const{projectKey:e,getTranslatedUrls:t,urlTranslation:a}=n();if(a){const a=await(await fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectId:e,url:localStorage.getItem("en-url")})})).json();localStorage.setItem("translated_paths",JSON.stringify(a.data));const n=d[u()];window.history.replaceState({},"",a.data[`${n}`])}}catch(e){console.log(e)}}}},384:(e,t,a)=>{const{WIDGET_POSITIONS:n}=a(89);let o={hostname:"",wscope:"",inclusionList:[],exclusionList:[],languageSelectorVisible:!1,noLocalizationClass:"anuvadak-no-localization",noManualClass:"avk-only-nmt",allowedLanguage:{},projectKey:"",websiteMapping:"NONE",url:"",loadInitVariableUrl:"",checkExistingTmUrl:"",getLanguageTranslationUrl:"",urlContentTracker:"",missingTranslationUrl:"",sendSiteVisitImpressionUrl:"",checkScopeUrl:"",isVisible:!0,getCustomFontSizeUrl:"",getIgnorePatternUrl:"",ignorePatternRegex:"",getNoTranslationNodeUrl:"",noTranslationNodes:[],disableWidget:!1,cacheConfig:{},position:"",multiOrigin:!1,disableWidget:!1,metaTags:{},customWidget:!1,faultyTranslationUrl:"",rtlDirective:!0,languageOption:[],checkDomainUrl:"",addImageUrl:"",storeMetaTypeUrl:"",getMetaTypeUrl:"",shadowMode:"closed",widgetIcon:"svg",transliterationCssClass:[],swalekhEnabled:!1,swalekhClasses:[],languageFontFactor:{},feedbackButton:!1,canonical:!1,feedback:!1,suggestionStoreUrl:"",transformImageUrl:"",imageLocalization:!1,checkImageLocalizationStatusUrl:"",uploadFeedbackUrl:"",suggestion:!1,fetchFontFamilyForLanguageUrl:"",getTranslatedUrls:"",customRedirectMapping:{},popUpWidgetCustomization:{},popUpWidgetConfiguration:!1,urlTranslation:!1,reloadOnLangChange:!1,imgLocalization:!1,customClassListToParse:[],swalekhConfig:{}};e.exports={getConfig:()=>o,setProjectKey:e=>{o.projectKey=e},setConfig:e=>{o={...e}},setBackendUrl:e=>{o.loadInitVariableUrl=e.loadInitVariableUrl,o.getLanguageTranslationUrl=e.getLanguageTranslationUrl,o.urlContentTracker=e.urlContentTracker,o.missingTranslationUrl=e.missingTranslationUrl,o.sendSiteVisitImpressionUrl=e.sendSiteVisitImpressionUrl,o.checkScopeUrl=e.checkScopeUrl,o.getCustomFontSizeUrl=e.getCustomFontSizeUrl,o.getIgnorePatternUrl=e.getIgnorePatternUrl,o.getNoTranslationNodeUrl=e.getNoTranslationNodeUrl,o.faultyTranslationUrl=e.faultyTranslationUrl,o.checkDomainUrl=e.checkDomainUrl,o.addImageUrl=e.addImageUrl,o.getMetaTypeUrl=e.getMetaTypeUrl,o.storeMetaTypeUrl=e.storeMetaTypeUrl,o.setTransliterationUrl=e.setTransliterationUrl,o.swalekhClientUrl=e.swalekhClientUrl,o.suggestionStoreUrl=e.suggestionStoreUrl,o.transformImageUrl=e.transformImageUrl,o.checkImageLocalizationStatusUrl=e.checkImageLocalizationStatusUrl,o.uploadFeedbackUrl=e.uploadFeedbackUrl,o.fetchFontFamilyForLanguageUrl=e.fetchFontFamilyForLanguageUrl,o.getTranslatedUrls=e.getTranslatedUrls,o.checkExistingTmUrl=e.checkExistingTmUrl},setIgnorePatternRegex:e=>{o.ignorePatternRegex=e},setCustomWidget:e=>{o.customWidget=e},setNoTranslationNode:e=>{o.noTranslationNodes=e},setWidgetPosition:e=>{o.position=e||n.RIGHT_CENTER},setDisableWidget:e=>{o.disableWidget=!!e},setLanguageOption:e=>{o.languageOption=e},setShadowMode:e=>{o.shadowMode=e},setWidgetIcon:e=>{o.widgetIcon=e},setFeedbackButton:e=>{o.feedbackButton=e},setImageLocalization:e=>{o.imageLocalization=e}}},289:(e,t,a)=>{const{storeSuggestionData:n,registerPageRating:o}=a(104),{getCurrentLanguage:r,getTransDict:s}=a(829),{SUGGESTION_POPUP_CONTENT:i}=a(89),{getConfig:c}=a(384);let l,d,u,g,p,h,m,f,v,T,b,y,x;const k=()=>{l.style.display="none",u.style.display="none",p.value="",g.style.display="none"},w=e=>{if(document.querySelector(`#${e}`)){let t=window.$;t(`#${e}`).data("mode")&&(t(`#${e}`).getkeyboard()?(t(`#${e}`).removeClass("ui-keyboard-autoaccepted"),t(`#${e}`).removeAttr("data-indic-input-mode"),t(`#${e}`).getkeyboard().destroy()):(t(`#${e}`).removeAttr("data-indic-input-mode"),setTimeout((()=>{t(`#${e}`).textcomplete("destroy")}),100)))}},S=e=>{var t=$(`#${e}`),a=localStorage.getItem("active-language")||"hindi",n="keyboard-mode",o=sessionStorage.getItem(n);t.indicInput({...c().swalekhConfig,numSuggestions:10,mode:o||"phonetic",orgName:"ok",domain:1}),t.trigger("change_lang",{hindi:"hi",marathi:"mr",telugu:"te",tamil:"ta",kannada:"kn",malayalam:"ml",odia:"or",punjabi:"pa",gujarati:"gu",assamese:"as",bengali:"bn",urdu:"ur",maithili:"mai",sanskrit:"sa",konkani:"kok",manipuri:"mni","manipuri(mtei)":"mni-Mtei",bodo:"brx",dogri:"doi",nepali:"ne",sindhi:"sd",santali:"sat","kashmiri(arabic)":"ur"}[a]),t.on("mode_changed",(function(e,t){sessionStorage.setItem(n,t)})),t.focus().val(t.focus().val());const r=document.querySelector(".dropdown-menu");r&&r.setAttribute("anuvadak-no-localization",!0)},L=e=>{let t=document.getSelection().toString();const a=s(r())[T];if(""===t){t=a;const e=document.createElement("div");e.innerHTML=a,t=e.textContent}else{const e=t.indexOf(a);e&&(t=t.substring(e))}l.style.display="flex",d.style.display="none",u.style.display="flex",document.querySelector(".anv-selected-input-box").value=t,O(!1)},C=()=>{const e=p.value,t=m.value;if(e){const a=new CustomEvent("anv-suggestion-submit",{detail:{originalString:t,suggestionString:e,sourceHash:T}});return document.dispatchEvent(a),n({...a.detail}),p.value="",!0}return v.textContent="Suggestion can't be empty",p.classList.add("suggestion-box-error"),setInterval((()=>{v.textContent="",p.classList.remove("suggestion-box-error")}),2e3),!1},E=()=>{l.style.display="none",O(!0),["mouseup","touchend"].forEach((e=>{document.addEventListener(e,L,{once:!0})}))},A=e=>{(["a"].includes(e.target?.localName)||["a"].includes(e.target?.parentElement?.localName))&&e.preventDefault()},N=e=>{e.stopPropagation();const t=(e=>{if("document"===e.target.localName)return;let t=e.target;if(t){for(;(!t||!t.hasAttribute("avt-sourcehash-0"))&&(t=t?.parentElement,t););if(t)return t}})(e);t&&(T=t.getAttribute("avt-sourcehash-0"))},U=e=>{if(e.stopPropagation(),["a"].includes(e?.target?.localName)&&e.target.addEventListener("click",A,{once:!0}),["a"].includes(e?.target?.parentElement?.localName)&&e.target.parentElement.addEventListener("click",A,{once:!0}),"document"===e.target.localName)return;let t=e.target;if(t){for(;(!t||!t.hasAttribute("avt-sourcehash-0"))&&(t=t?.parentElement,t););t&&t.classList.add("hoverstyle-selection")}},I=e=>{if(e.stopPropagation(),["a"].includes(e?.target?.localName)&&"mouseout"===e.type&&e.target.removeEventListener("click",A),["a"].includes(e?.target?.parentElement?.localName)&&"mouseout"===e.type&&e.target.parentElement.removeEventListener("click",A),"document"===e.target.localName)return;let t=e.target;if(t){for(;(!t||!t.hasAttribute("avt-sourcehash-0"))&&(t=t?.parentElement,t););t&&t.classList.remove("hoverstyle-selection")}},O=e=>{e?document.querySelector("body").classList.add("disable-pointer"):document.querySelector("body").classList.remove("disable-pointer"),e?(document.addEventListener("mouseover",U),document.addEventListener("mouseout",I),document.addEventListener("mouseup",I,{once:!0}),document.addEventListener("mousedown",N)):(document.removeEventListener("mouseover",U),document.removeEventListener("mouseout",I),document.removeEventListener("mousedown",N))};function R(e){M(parseFloat(e.target.getAttribute("data-value")))}function P(){M(y)}function _(e){y=parseFloat(e.target.getAttribute("data-value")),M(y)}function M(e){x.forEach((t=>{parseFloat(t.getAttribute("data-value"))<=e?t.classList.add("selected"):t.classList.remove("selected")}))}e.exports={initializeFeedback:()=>{const e=document.createElement("link");e.href="https://anuvadak.in/api/translation/snippet/static/suggestion.selector.css",e.rel="stylesheet",document.head.appendChild(e);const t=document.createElement("script");t.src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js",t.async=!0,document.head.appendChild(t);const a=document.createElement("script");a.src="https://anuvadak.in/api/translation/snippet/static/swalekh_single_mode.js",a.async=!0,document.head.appendChild(a);const n=document.createElement("div");n.setAttribute("anuvadak-no-localization","true"),n.innerHTML=(e=>{const{headerTextSuggestion:t,descriptionTextSuggestion:a,buttonText:n,submitButtonText:o,ratingDescriptionText:r,giveRatingText:s,selectRatingText:l,giveFeedbackText:d,ratingRecordedText:u,suggestionRecordedText:g,selectedText:p,suggestedText:h,swalekhText:m,placeholderText:f,suggestMoreButtonText:v,cancelButtonText:T}=i[e]||i.english,{feedback:b,suggestion:y}=c();return` <div class="anv-widget-overlay">\n<div class="anv-widget-popup-1 anv-widget-popup-1-animate-enter">\n    <div class="anv-widget-popup-content1">\n        <div class="anv-widget-popup-text-header">${t}</div>\n        <div class="anv-widget-popup-divider"></div>\n        <div class="anv-widget-popup-text-desc">${a}</div>\n    </div>\n    <div class="anv-widget-popup-content2">\n        <img src="https://anuvadak.in/api/translation/snippet/static/content_pointer.gif" alt="Content Pointer Image">\n    </div>\n    <div class="anv-widget-popup-content3">\n        <button class="anv-widget-popup-button anv-widget-popup-1-page-feedback" ${b?"":'style="display: none;"'}>\n            ${s}\n        </button>\n        <button class="anv-widget-popup-button anv-widget-popup-1-understood" ${y?"":'style="display: none;"'}>\n            ${n}\n        </button>\n    </div>\n    <div class="anv-widget-popup-close">\n        <img src="https://anuvadak.in/api/translation/snippet/static/close.svg" alt="Close Icon">\n    </div>\n</div>\n\n<div class="anv-widget-popup-2">\n    <div class="anv-widget-popup-2-content">\n        <div class="head-section-title">\n            ${t}\n        </div>\n        <div class="anv-widget-popup-divider"></div>\n        <div class="text-select-box">\n            <span class="select-box-head anv-feedback-select-title">${p}</span>\n            <input type="none" class="anv-selected-input-box" value="Some lorem ipsum that would be removed" readonly/>\n        </div>\n        <div class="write-suggestion-box">\n            <div class="title-head-box">\n                <span class="select-box-head anv-feedback-suggest-title">${h}</span>\n                <div class="anv-widget-swalekh-box">\n                    <span class="select-box-head anv-feedback-swalekh-title">${m}</span>\n                    <img src="https://anuvadak.in/api/translation/snippet/static/keyboard.svg" alt="keyboard icon" />\n                    <label class="switch">\n                        <input type="checkbox" class="anv-widget-swalekh-checkbox" />\n                        <span class="slider"></span>\n                    </label>\n                </div>\n            </div>\n            <textarea placeholder="${f}" id="anv-widget-swalekh-textarea" class="suggestion-box editable-area" ></textarea>\n            <div class="anv-widget-suggestion-invalid" ></div>\n        </div>\n    </div>\n    <div class="anv-widget-popup-divider"></div>\n    <div class="anv-widget-popup-2-button">\n        <div class="submit-box">\n            <span class="suggest-more anv-suggest-save-btn">${v}</span>\n            <div class="btn-list">\n                <span class="cancel-button anv-suggest-cancel-btn">${T}</span>\n                <button class="submit-button anv-suggest-submit-btn">${o}</button>\n            </div>\n        </div>\n    </div>\n\n    <div class="anv-widget-popup-close">\n        <img src="https://anuvadak.in/api/translation/snippet/static/close.svg" alt="Close Icon">\n    </div>\n</div>\n\n<div class="anv-widget-popup-page-feedback" >\n  <div class="anv-widget-popup-content1">\n    <div class="anv-widget-popup-text-header">${t}</div>\n    <div class="anv-widget-popup-divider"></div>\n    <div class="anv-widget-popup-text-feedback-desc">${r}</div>\n  </div>\n  <div class="feedback-container anuvadak-no-localization">\n    <div class="feedback-container-left" >\n      <div class="rating-container">\n        <div class="star full" data-value="1" id="star-index-1">1</div>\n        <div class="star full" data-value="2" id="star-index-2">2</div>\n        <div class="star full" data-value="3" id="star-index-3">3</div>\n        <div class="star full" data-value="4" id="star-index-4">4</div>\n        <div class="star full" data-value="5" id="star-index-5">5</div>\n      </div>\n      <div class="anv-widget-rating-container-invalid" >${l}</div>\n      <textarea placeholder="${d}"  class="feedback-box editable-area"></textarea>\n      <div class="anv-widget-feedback-invalid" ></div>\n    </div>\n  </div>\n  <div class="anv-widget-popup-content3">\n    <button class="anv-widget-popup-button anv-widget-popup-submit-rating">\n      ${o}\n    </button>\n  </div>\n    <div class="anv-widget-popup-close">\n      <img src="https://anuvadak.in/api/translation/snippet/static/close.svg" alt="Close Icon">\n    </div>\n  </div>\n\n</div>\n\n<div class="anv-widget-success-rating">\n  <img style="height: 24px" src="https://anuvadak.in/api/translation/snippet/static/check_circle.svg" />\n  <div class="anv-widget-success-text anv-widget-success-rating" >\n    ${u}\n  </div>\n</div>\n\n<div class="anv-widget-success-suggestion">\n  <img style="height: 24px" src="https://anuvadak.in/api/translation/snippet/static/check_circle.svg" />\n  <div class="anv-widget-success-text anv-widget-success-suggestion" >\n    ${g}\n  </div>\n</div>`})(localStorage.getItem("active-language")),document.body.appendChild(n)},implementSuggestionScript:()=>{const{feedback:e}=c();d=document.querySelector(".anv-widget-popup-1"),u=document.querySelector(".anv-widget-popup-2"),g=document.querySelector(".anv-widget-popup-page-feedback"),p=document.querySelector(".suggestion-box"),m=document.querySelector(".anv-selected-input-box"),f=document.querySelector(".anv-widget-success-suggestion"),v=document.querySelector(".anv-widget-suggestion-invalid"),h=document.querySelector(".anv-widget-swalekh-checkbox"),l=document.querySelector(".anv-widget-overlay"),e&&(b=document.querySelectorAll(".feedback-box")[0],b.value="",y=5,document.querySelector(".anv-widget-popup-1-page-feedback").addEventListener("click",(e=>{d.classList.add("anv-widget-popup-1-animate-exit"),setTimeout((()=>{d.classList.remove("anv-widget-popup-1-animate-exit"),d.style.display="none",g.style.display="flex"}),400)})),document.querySelectorAll(".anv-widget-popup-submit-rating")[0].addEventListener("click",(()=>{if(!y)return document.querySelector(".anv-widget-rating-container-invalid").style.display="block",void setInterval((()=>{document.querySelector(".anv-widget-rating-container-invalid").style.display="none"}),2e3);y<=3&&!b.value&&(document.querySelector(".anv-widget-feedback-invalid").textContent=(i[r()]||i.english).provideFeedbackText,setTimeout((()=>{document.querySelector(".anv-widget-feedback-invalid").textContent=""}),4e3),document.querySelector(".anv-widget-feedback-rating").return);const e=document.querySelector(".anv-widget-success-rating");e.style.display="flex",e.classList.add("anv-widget-success-suggestion-animate"),setTimeout((()=>{e.style.display="none",e.classList.remove("anv-widget-success-suggestion-animate")}),3e3),o({rating:y,ratingDescription:b.value}),y=5,b.value="",M(y),k()})),x=document.querySelectorAll(".star"),x.forEach((e=>{e.addEventListener("mouseover",R),e.addEventListener("mouseout",P),e.addEventListener("click",_)})),M(y)),document.querySelector(".suggest-more").addEventListener("click",(e=>{C()&&(f.style.display="flex",f.classList.add("anv-widget-success-suggestion-animate"),E(),setTimeout((()=>{f.style.display="none",f.classList.remove("anv-widget-success-suggestion-animate")}),3e3))})),document.querySelector(".anv-widget-popup-1-understood").addEventListener("click",(e=>{d.classList.add("anv-widget-popup-1-animate-exit"),setTimeout((()=>{d.classList.remove("anv-widget-popup-1-animate-exit"),E()}),400)})),document.querySelectorAll(".anv-widget-popup-close,.cancel-button").forEach((e=>{e.addEventListener("click",(e=>{k()}))})),document.querySelector(".submit-button").addEventListener("click",(e=>{C()&&(k(),f.style.display="flex",f.classList.add("anv-widget-success-suggestion-animate"),setTimeout((()=>{f.style.display="none",f.classList.remove("anv-widget-success-suggestion-animate")}),3e3))})),h.addEventListener("change",(()=>{h.checked?p.addEventListener("focus",(e=>{h.checked&&S("anv-widget-swalekh-textarea")}),{once:!0}):document.body.querySelector("#anv-widget-swalekh-textarea")&&w("anv-widget-swalekh-textarea")})),h.checked=!0,p.addEventListener("focus",(e=>{h.checked&&S("anv-widget-swalekh-textarea")}),{once:!0})},suggestionFlowStart:()=>{l.style.display="flex",d.style.display="flex",(e=>{Object.keys(i).includes(e)||(e="english");const{suggestion:t,feedback:a}=c(),{headerTextSuggestion:n,headerTextFeedback:o,buttonText:r,submitButtonText:s,ratingDescriptionText:l,giveRatingText:d,selectRatingText:u,giveFeedbackText:g,ratingRecordedText:p,suggestionRecordedText:h,selectedText:m,suggestedText:f,swalekhText:v,placeholderText:T,suggestMoreButtonText:y,cancelButtonText:x}=i[e];let k="";t&&a?k=i[e].descriptionTextBoth:t?k=i[e].descriptionTextSuggestion:a&&(k=i[e].descriptionTextFeedback);const L=document.querySelectorAll(".anv-widget-popup-text-header"),C=document.querySelector(".anv-widget-popup-text-desc"),E=document.querySelector(".anv-widget-popup-text-feedback-desc"),A=document.querySelector(".anv-widget-popup-1-page-feedback"),N=document.querySelector(".anv-widget-popup-1-understood"),U=document.querySelector(".anv-widget-rating-container-invalid"),I=document.querySelector(".feedback-box"),O=document.querySelector(".anv-widget-popup-submit-rating"),R=document.querySelector(".anv-widget-success-rating"),P=document.querySelector(".anv-widget-success-suggestion"),_=document.querySelector(".head-section-title"),M=document.querySelector(".anv-feedback-select-title"),B=document.querySelector(".anv-feedback-suggest-title"),j=document.querySelector(".anv-feedback-swalekh-title"),F=document.querySelector("#anv-widget-swalekh-textarea"),D=document.querySelector(".anv-suggest-save-btn"),H=document.querySelector(".anv-suggest-cancel-btn"),$=document.querySelector(".anv-suggest-submit-btn");L.forEach(((e,t)=>{0===t&&(e.textContent=n),1===t&&(e.textContent=o)})),C.textContent=k,E.textContent=l,A.textContent=g,N.textContent=r,U.textContent=u,I.textContent=g,O.textContent=s,R.textContent=p,P.textContent=h,_.textContent=n,M.textContent=m,B.textContent=f,j.textContent=v,F.placeholder=T,D.textContent=y,H.textContent=x,$.textContent=s,b&&(b.placeholder=g),w("anv-widget-swalekh-textarea"),setTimeout((()=>{S("anv-widget-swalekh-textarea")}),400)})(localStorage.getItem("active-language")||"english")}}},487:(e,t,a)=>{const{getCustomFontSize:n,applyNoTranslation:o,urlRectify:r,getTranslations:s,filterForAnuvadak:i,debounceMissingTranslationsFunc:c,checkInScope:l}=a(104),{getConfig:d,setConfig:u}=a(384),{LANGUAGE_MAP:g}=a(89),{findAllTextTagOnMutation:p,transformAllTextTagToEnglish:h,reduceFontSize:m,transformAllTextTag:f}=a(417),{appendToTranslationDictionary:v,getCurrentLanguage:T,getTransDict:b,updateTranslationDictionary:y}=a(829),{getLangSelectorDOMRoot:x}=a(202),k={childList:!0,subtree:!0,characterData:!0};let w=null;const S=(e,t)=>{if(function(){const e=document.documentElement.classList;return e.contains("translated-ltr")||e.contains("translated-rtl")||document.getElementById("goog-gt-tt")}())return void console.log("Google Page Translate active — Stopping Anuvadak observer actions.");let a=function(){let e=[];try{e=Object.keys(d().allowedLanguage).map((e=>document.getElementById(`av-v1-${e}`)))}catch(t){console.error("Error while getting ignored nodes: ",t),e=[]}return e.push(document.getElementById("av-v1-english")),e}();const n=e.every((e=>function(e,t){return t.some((t=>t&&(t===e||t.contains(e))))}(e.target,a)));if(!n&&w&&(w.disconnect(),o(),"english"!==T()))try{const e=d();if("reload"===performance.getEntriesByType("navigation")[0]?.type&&d().urlTranslation)return void(window.location.href=localStorage.getItem("en-url"));const t=r(window.location.href,e.websiteMapping,e.hostname,e.customRedirectMapping);let a=!0;if(t!==e.url){if(u({...e,url:t}),"COMPLETE"===e.wscope)e.exclusionList.includes(t)&&(a=!1),l();else if("PARTIAL"===e.wscope&&!e.inclusionList.includes(t)){let e=JSON.parse(localStorage.getItem("translated_paths"));Object.values(e).includes(new URL(t).pathname)&&(a=!1)}a?(E(!1),document.dispatchEvent(new CustomEvent("startGetTranslations")),s().then((()=>{C(),document.dispatchEvent(new CustomEvent("endGetTranslations"))}))):E(!0)}else e.disableWidget||C()}catch(e){console.log(e)}finally{w.observe(document.body,k)}},L=()=>window.location.pathname+window.location.search,C=()=>{let{newStrings:e,tmsToBeChecked:t}=p();if(t.length>0){const e=(e=>{const t=(()=>{try{const e=L(),t=sessionStorage.getItem("anuvadak_checked_tms");return(t?JSON.parse(t):{})[e]||{}}catch(e){return console.error("Error reading checked TMs from sessionStorage:",e),{}}})();return e.filter((e=>!t[e.sourceHash]))})(t);if(e.length>0){const t=d().checkExistingTmUrl;fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({tms:e,checkExistingTm:!0,projectId:d().projectKey,language:T()})}).then((()=>{(e=>{try{const t=L(),a=sessionStorage.getItem("anuvadak_checked_tms"),n=a?JSON.parse(a):{};n[t]||(n[t]={}),e.forEach((e=>{e.sourceHash&&(n[t][e.sourceHash]=!0)})),sessionStorage.setItem("anuvadak_checked_tms",JSON.stringify(n))}catch(e){console.error("Error storing checked TMs to sessionStorage:",e)}})(e)})).catch((e=>{console.error("Error checking existing TMs:",e)}))}}if(0===Object.keys(e).length)return;const a=T(),n=b(a),o={};let r={};const s={};Object.keys(e).forEach((t=>{n[t]?i(e[t].preProcessedSource)&&(s[t]=e[t]):i(e[t].preProcessedSource)&&(o[t]=e[t].preProcessedSource,r[t]=e[t])})),0!==Object.keys(s).length&&v("english",s),e=r,0!==Object.keys(o).length&&(v("english",e),v(a,o),c(e,a,f))},E=e=>{const t=d(),a=document.getElementById("anuvadak-language-selector-container");e?(!1===t.disableWidget&&h(),u({...t,disableWidget:!0}),a.style.display="none"):(u({...t,disableWidget:!1}),a.style.display="")};e.exports={mObserver:()=>{w=new MutationObserver(S),w.observe(document.body,k)},disconnectObserver:()=>{w.disconnect()},reconnectObserver:()=>{w.observe(document.body,k)}}},417:(e,t,a)=>{const n=a(503),{sendFaultyTranslation:o,storeMetaTypeData:r,getMetaTypeData:s,sendTransliterationHashes:i,debounceMissingTranslationsFunc:c}=a(104),{getConfig:l}=a(384),{BLOCK_ELEMENT:d,IGNORE:u,META_ALLOWED:g,INPUT_ALLOWED_CLICK:p,INPUT_ALLOWED_TYPED:h,INLINE_ELEMENTS:m,LANGUAGE_CONSTANTS:f,META_FOR_SEO:v,LANGUAGE_MAP:T}=a(89),{getTransDict:b,getCurrentLanguage:y,getPrevLanguage:x,getReverseTranslationHash:k,getTransliterationHash:w,setTransliterationHash:S,updateTranslationDictionary:L,appendToTranslationDictionary:C,getManualTranslationResult:E}=a(829),{findCommonElement:A}=a(283),{cleanUrlV2:N}=a(262),{maybeUpsertCurrentUrlHashes:U}=a(373);let I=[];const O=e=>{if(!e)return!0;let t=e;for(;t&&t!==document.documentElement;){if(t.getAttribute&&"true"===t.getAttribute("avk-only-nmt"))return!1;const e=l().noManualClass;if(e&&t.getAttribute){const a=t.getAttribute(e);if("true"===a||!0===a)return!1}if(e&&t.classList&&t.classList.contains(e))return!1;t=t.parentElement}return!0},R=e=>{if(e.nodeType===Node.TEXT_NODE)return""!==e.textContent.trim();if(e.childNodes)for(const t of e.childNodes)if(!u.includes(t.localName)&&!u.includes(t.nodeType)&&R(t))return!0;return!1},P=e=>{const t=l().customClassListToParse;return e.classList.contains("anv-block")||[...e.classList].some((e=>t.includes(e)))},_=e=>{let t=[],a=[];for(const n of e.childNodes){let e=!1;const{hostname:o}=l();if(("anuvadak-test.youkraft.vercel.app"===o||o.includes("decathlon.in"))&&"a"===n.localName)for(const t of n.children)if(t.localName&&(d.includes(t.localName)||$(t.localName||"")||"span"===t.localName)){e=!0;break}if(("ba35f28f-c6c1-4398-a0c3-5f69963415ad"===l().projectKey||"65d2906e-0c9b-4c0d-8898-5edb846b06d4"===l().projectKey)&&"SUBDIRECTORY"===l().websiteMapping&&"a"===n.localName){const e=l().hostname,t=y();if("english"!==t){const a=T[t];n.href.includes(e)&&!n.href.includes(e+"/"+a)&&(n.href=n.href.replace(e,e+"/"+a))}}n.classList&&P(n)&&(e=!0),n.localName&&!m.includes(n.localName)&&(e=!0),u.includes(n.localName)||u.includes(n.nodeType)||n.getAttribute&&"true"===n.getAttribute(l().noLocalizationClass)||n.classList&&n.classList.contains(l().noLocalizationClass)||(d.includes(n.localName)||$(n.localName||"")||e?(t.length>0&&(a.push(t),t=[]),("meta"===n.localName&&(g.includes(n.getAttribute("name"))||g.includes(n.getAttribute("property")))&&n.getAttribute("content")&&n.getAttribute("content").trim()||"input"===n.localName&&p.includes(n.getAttribute("type"))&&n.getAttribute("value")||"input"===n.localName&&h.includes(n.getAttribute("type"))&&n.getAttribute("placeholder")||"textarea"===n.localName&&n.getAttribute("placeholder"))&&a.push([n]),a.push(..._(n))):3===n.nodeType&&""===n.textContent.trim()||("br"===n.localName&&0!==t.length&&t.push(n),R(n)&&t.push(n)))}return t.length>0&&a.push(t),a},M=e=>{try{e?document.documentElement.hasAttribute("dir")||document.documentElement.setAttribute("dir","rtl"):document.documentElement.removeAttribute("dir")}catch(e){console.log(e)}},B=()=>{const e=_(document),t=y(),a=b("english"),o=b(t),r=(s=o,Object.fromEntries(Object.entries(s).map((([e,t])=>[t,e]))));var s;const d={},u={},{rtlDirective:m,projectKey:f,hostname:v,websiteMapping:T}=l();m&&(["urdu","kashmiri(arabic)","arabic","hebrew","kurdish","azeri"].includes(t)?M(!0):M(!1));const x=[];e.forEach((e=>{const t=e[0],s=document.createElement("div");for(const t of e)s.appendChild(t.cloneNode(!0));const i=s.innerHTML;let c="",l="";switch(t.localName){case"meta":if(t.getAttribute("content")&&t.getAttribute("content").trim()&&(g.includes(t.getAttribute("name"))||g.includes(t.getAttribute("property")))){const e=t.getAttribute("avt-org-meta");e&&(o[e]?t.setAttribute("content",o[e]):(t.setAttribute("content",a[e].preProcessedSource),d[e]=a[e]))}if(1===e.length)return;break;case"input":if(h.includes(t.getAttribute("type"))){let e=t.getAttribute("avt-org-inp");e||(e=n(t.getAttribute("placeholder").trim().replace(/\s\s+|\\n/g," ")),t.setAttribute("avt-org-inp",e)),o[e]?t.getAttribute("placeHolder")&&t.setAttribute("placeholder",o[e]):t.getAttribute("placeHolder")&&a[e]&&a[e].preProcessedSource&&(t.setAttribute("placeholder",a[e].preProcessedSource),d[e]=a[e])}if(p.includes(t.getAttribute("type"))){let e=t.getAttribute("avt-org-inp");e||(e=n(t.getAttribute("value").trim().replace(/\s\s+|\\n/g," ")),t.setAttribute("avt-org-inp",e)),o[e]?t.setAttribute("value",o[e]):(t.setAttribute("value",a[e].preProcessedSource),d[e]=a[e])}if(1===e.length)return;break;case"textarea":let r=t.getAttribute("avt-org-inp");if(r||(r=n(t.getAttribute("placeholder").trim().replace(/\s\s+|\\n/g," ")),t.setAttribute("avt-org-inp",r)),o[r]?t.getAttribute("placeholder")&&t.setAttribute("placeholder",o[r]):t.getAttribute("placeholder")&&(t.setAttribute("placeholder",a[r].preProcessedSource),d[r]=a[r]),1===e.length)return;break;default:c=s.textContent.trim().replace(/\s\s+|\\n/g," ")}let m=i.match(/<(\w+)\s+\w+.*?>/g),f=i.trim().replace(/\s\s+|\\n/g," "),v=/\s([a-zA-Z0-9._-]+?)="(.*?)"/g,T={},b=1;if(m)for(let e=0;e<m.length;e++)for(;;){let t=v.exec(m[e]);if(null===t)break;{let e=t[0].replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),a=new RegExp(e);f=f.replace(a,` attrId=${b}`),T[b]=t[0],b++}}l=n(f),x.push(l);let y=t.parentNode.getAttribute("avt-sourcehash-0");if("c24502da71ffab4bd2aa42596082e35a"!==y&&"39dcfebc412c911a4ec2bb8d6d5c06c0"!==y||(r[f]&&(y=r[f]),y=e[0].classList.contains("show_hide")?"c24502da71ffab4bd2aa42596082e35a":"39dcfebc412c911a4ec2bb8d6d5c06c0"),"f544293e2391200b1f778069e304ac7d"!==y&&"9b267bcca242f0dedf7e4fbf9c7bc05b"!==y||(r[f]&&(y=r[f]),y="a"===e[0].localName?"9b267bcca242f0dedf7e4fbf9c7bc05b":"f544293e2391200b1f778069e304ac7d"),"c33e5f040bec5eb72df635b47a6ebc79"===y&&"a"===e[0].localName&&e[0].classList&&e[0].classList.contains("readmore")&&(y="f97eef15f56334282efe9869b49e38a7"),"4f5474e45168302b5466e712f38ddb7a"===y&&"a"===e[0].localName&&e[0].classList&&e[0].classList.contains("fromcta")&&(y="6bb99678dade548fa6233ca71e6bb578"),"f49dbb2d35dc65f7e82f032aa32cef34"!==y){if(a[y]){const n={...a[y],preProcessedTarget:o[y]||a[y].preProcessedSource,domInfo:T},r=document.createElement("div"),{styledTarget:s}=H(n);r.innerHTML=s;const i=_(r)[0];let c=!1;if(i&&e&&i.length===e.length)for(let t=0;t<e.length;t++)try{const a=[],n=[];if(F(e[t],a),F(i[t],n),!n||!a||a.length!==n.length){c=!0;break}for(let e=0;e<a.length;e++)a[e].nodeValue=n[e].nodeValue,G(a[e])}catch(a){console.log(e[t].textContent)}else c=!0;if(c){u[l]=!0;for(const a of e)a!==t&&a.remove();try{D(s).forEach((e=>{t.parentNode.insertBefore(e,t)})),t.remove()}catch(e){console.log(e)}}}y&&!o[y]&&a[y]&&(d[y]=a[y])}})),j(a,d,o,r),Object.keys(d).length&&c(d,t,B),Object.keys(u).length;const k=Array.from(new Set(x));U(k),I.length>0&&i(I)},j=(e,t,a,o)=>{try{const s={},i=e=>Object.fromEntries(Object.entries(e).map((([e,t])=>[t,e]))),c=x(),d=i(b(c)),u=[];function r(r){document.querySelectorAll(`[${r}]`).forEach((i=>{try{const g=i.getAttribute(r);if(i.closest(`[${l().noLocalizationClass}="true"], .${l().noLocalizationClass}`))return;if(!g.trim())return;let p=n(g);if(o[g])return;d[g]&&"english"!==c&&(p=d[g]),u.push(p),a[p]?i.setAttribute(r,a[p]):(e[p]||t[p]||(t[p]={sourceHash:p,styledSource:g,preProcessedSource:g,textContent:g,classList:i.parentElement.classList?[...i.parentElement.classList]:[],manualTranslation:O(i)},s[p]={sourceHash:p,styledSource:g,preProcessedSource:g,textContent:g,classList:i.parentElement.classList?[...i.parentElement.classList]:[],manualTranslation:O(i)}),d[g]&&e[d[g]]&&i.setAttribute(r,e[d[g]].preProcessedSource))}catch(e){console.log("Error on item of transformAllTagAttributes")}}))}r("title"),r("alt"),"bcfaac97-7f61-4e7a-a312-b959fe9d59c4"!==l().projectKey&&r("aria-label");const g=Array.from(new Set(u));U(g),Object.keys(s).length>0&&C("english",s)}catch(p){console.log("Error on transformAllTagAttributes")}},F=(e,t)=>{const a=e.childNodes;if(3===e.nodeType&&t.push(e),Symbol.iterator in Object(a))for(const e of a)3===e.nodeType?e.data.trim().replace(/\s+/g," ")&&t.push(e):F(e,t)},D=e=>{const t=document.createElement("div");t.innerHTML=e;const a=[];return t.childNodes.forEach((e=>{a.push(e)})),a},H=e=>{let t,a,n,o;({styledSource:t,preProcessedSource:a,domInfo:n,preProcessedTarget:o}=e);for(const e in n){const t=n[e];o=o.replace(`attrId=${e}`,t)}return e.styledTarget=o,e},$=e=>!!(e.startsWith("app-")||e.startsWith("owl-")||e.startsWith("modal-")||e.startsWith("product-")||e.startsWith("ngx-")||e.startsWith("ng-")||e.startsWith("ngb-")),G=(e,t=!1)=>{try{3===e.nodeType&&(e=e.parentNode);const t=l().languageFontFactor,a=y();if(0===Object.keys(t).length||e.hasAttribute(`data-fontResize-${a}`))return;const n=x(),o=window.getComputedStyle(e).fontSize,r=parseFloat(o),s=o.match(/\D+$/)[0];let i;i=r*(t[a]??1)/(t[n]??1)+s,e.style.fontSize=i,e.removeAttribute(`data-fontResize-${n}`),e.setAttribute(`data-fontResize-${a}`,"applied")}catch(e){console.log(e,"errrrr")}};e.exports={findAllTextTag:()=>{const e=l().transliterationCssClass,t=_(document),a={},o=[];I=[],t.forEach(((t,r)=>{const s=O(t[0]),i=t[0];if("c24502da71ffab4bd2aa42596082e35a"!==t[0].parentNode.getAttribute("avt-sourcehash-0")&&t[0].parentNode.getAttribute("avt-sourcehash-0")&&"meta"!==i.localName&&"input"!==i.localName)return;const c=document.createElement("div");for(const e of t)c.appendChild(e.cloneNode(!0));const l=c.innerHTML;let d="",u="";switch(i.localName){case"meta":if(!i.getAttribute("content"))break;if((g.includes(i.getAttribute("name"))||g.includes(i.getAttribute("property")))&&(d=i.getAttribute("content").trim().replace(/\s\s+|\\n/g," ")),!i.hasAttribute("avt-org-meta")){const e=n(d);i.setAttribute("avt-org-meta",e);let o="";i.getAttribute("name")&&(o=i.getAttribute("name")),i.getAttribute("property")&&(o=i.getAttribute("property")),a[e]={sourceHash:e,styledSource:d,preProcessedSource:d,textContent:d,classList:t[0].parentElement.classList?[...t[0].parentElement.classList]:[],manualTranslation:s}}if(1===t.length)return;break;case"input":if(h.includes(i.getAttribute("type"))&&(d=i.getAttribute("placeholder").trim().replace(/\s\s+|\\n/g," ")),p.includes(i.getAttribute("type"))&&(d=i.getAttribute("value").trim().replace(/\s\s+|\\n/g," ")),!i.hasAttribute("avt-org-inp")){const e=n(d);i.setAttribute("avt-org-inp",e),a[e]={sourceHash:e,styledSource:d,preProcessedSource:d,textContent:d,classList:t[0].parentElement.classList?[...t[0].parentElement.classList]:[],manualTranslation:s}}if(1===t.length)return;break;case"textarea":if(i.hasAttribute("placeholder")&&(d=i.getAttribute("placeholder").trim().replace(/\s\s+|\\n/g," "),!i.hasAttribute("avt-org-inp"))){const e=n(d);if(i.setAttribute("avt-org-inp",e),a[e]={sourceHash:e,styledSource:d,preProcessedSource:d,textContent:d,classList:t[0].parentElement.classList?[...t[0].parentElement.classList]:[],manualTranslation:s},1===t.length)return}if(1===t.length)return;break;default:d=c.textContent.trim().replace(/\s\s+|\\n/g," ")}let m=l.match(/<(\w+)\s+\w+.*?>/g),f=l.trim().replace(/\s\s+|\\n/g," "),v=/\s([a-zA-Z0-9._-]+?)="(.*?)"/g,T={},b=1;if(m)for(let e=0;e<m.length;e++)for(;;){let t=v.exec(m[e]);if(null===t)break;{let e=t[0].replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),a=new RegExp(e);f=f.replace(a,` attrId=${b}`),T[b]=t[0],b++}}u=n(f),o.push(u);let y=0;for(;t[0].parentNode.getAttribute(`avt-sourcehash-${y}`);)y++;t[0].parentNode.setAttribute(`avt-sourceHash-${y}`,u),a[u]?a[u]={sourceHash:u,styledSource:l,preProcessedSource:f,textContent:d.trim(),classList:t[0].parentElement.classList?[...a[u].classList,...t[0].parentElement.classList]:[],manualTranslation:a[u].manualTranslation||s}:a[u]={sourceHash:u,styledSource:l,preProcessedSource:f,textContent:d.trim(),classList:t[0].parentElement.classList?[...t[0].parentElement.classList]:[],manualTranslation:s},A(e,t[0].parentElement.classList)&&I.push(u)}));const r=Array.from(new Set(o));return U(r),I.length>0&&i(I),a},transformAllTextTag:B,findAllTextTagOnMutation:()=>{const e=l().transliterationCssClass,t=w();I=[];const a=_(document),o=y();if("english"===o)return{};const r=b(o),s=b("english"),c=(d=r,Object.fromEntries(Object.entries(d).map((([e,t])=>[t,e]))));var d;const u={},g=[];let m=[],f=E();a.forEach(((a,i)=>{const d=O(a[0]),v=a[0],b=document.createElement("div");for(const e of a)b.appendChild(e.cloneNode(!0));const y=b.innerHTML;let x="",k="";switch(v.localName){case"meta":return;case"input":if(h.includes(v.getAttribute("type"))){let e=v.getAttribute("avt-org-inp");x=v.getAttribute("placeholder").trim().replace(/\s\s+|\\n/g," "),e||(e=n(x),v.setAttribute("avt-org-inp",e)),s[e]||(u[e]={sourceHash:e,styledSource:x,preProcessedSource:x,textContent:x,classList:a[0].parentElement.classList?[...a[0].parentElement.classList]:[],manualTranslation:d}),v.getAttribute("placeHolder")&&e&&r&&r[e]&&r[e]?v.getAttribute("placeHolder")&&v.setAttribute("placeholder",r[e]):v.getAttribute("placeHolder")&&e&&s&&s[e]&&s[e].preProcessedSource&&v.setAttribute("placeholder",s[e].preProcessedSource)}if(p.includes(v.getAttribute("type"))){let e=v.getAttribute("avt-org-inp");x=v.getAttribute("value").trim().replace(/\s\s+|\\n/g," "),e||(e=n(x),v.setAttribute("avt-org-inp",e)),s[e]||(u[e]={sourceHash:e,styledSource:x,preProcessedSource:x,textContent:x,classList:a[0].parentElement.classList?[...a[0].parentElement.classList]:[],manualTranslation:d}),r[e]?v.setAttribute("value",r[e]):v.setAttribute("value",s[e].preProcessedSource)}if(1===a.length)return;break;case"textarea":let e=v.getAttribute("avt-org-inp");if(x=v.getAttribute("placeholder").trim().replace(/\s\s+|\\n/g," "),e||(e=n(x),v.setAttribute("avt-org-inp",e)),s[e]||(u[e]={sourceHash:e,styledSource:x,preProcessedSource:x,textContent:x,classList:a[0].parentElement.classList?[...a[0].parentElement.classList]:[],manualTranslation:d}),r[e]?v.setAttribute("placeholder",r[e]):v.setAttribute("placeholder",s[e]?.preProcessedSource||u[e]?.preProcessedSource),1===a.length)return;break;default:x=b.textContent.trim().replace(/\s\s+|\\n/g," ")}let w=y.match(/<(\w+)\s+\w+.*?>/g),S=y.trim().replace(/\s\s+|\\n/g," "),L=/\s([a-zA-Z0-9._-]+?)="(.*?)"/g,C={},E=1;if(w)for(let e=0;e<w.length;e++)for(;;){let t=L.exec(w[e]);if(null===t)break;{let e=t[0].replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),a=new RegExp(e);S=S.replace(a,` attrId=${E}`),C[E]=t[0],E++}}k=n(S),g.push(k);let N=a[0].parentNode.getAttribute("avt-sourcehash-0");"c24502da71ffab4bd2aa42596082e35a"!==N&&"39dcfebc412c911a4ec2bb8d6d5c06c0"!==N||(c[S]&&(N=c[S]),N=a[0].classList.contains("show_hide")?"c24502da71ffab4bd2aa42596082e35a":"39dcfebc412c911a4ec2bb8d6d5c06c0"),"f544293e2391200b1f778069e304ac7d"!==N&&"9b267bcca242f0dedf7e4fbf9c7bc05b"!==N||(c[S]&&(N=c[S]),N="a"===a[0].localName?"9b267bcca242f0dedf7e4fbf9c7bc05b":"f544293e2391200b1f778069e304ac7d");const U={sourceHash:k,preProcessedResult:u,preProcessedString:S,manualTranslation:d,targetLang:T[o],projectId:l().projectKey};f&&void 0!==f[k]&&!f[k]&&d&&m.push(U);let R="";R="english"===o?r[N]?r[N].preProcessedSource:"":r[N];const P=document.createElement("div");if(P.innerHTML=R,P.textContent.trim().replace(/\s+/g,"")!==b.textContent.trim().replace(/\s+/g,"")){if(a[0].parentNode.setAttribute("avt-sourcehash-0",k),r[k]){const e={preProcessedSource:S,styledSource:y,preProcessedTarget:r[k],domInfo:C},t=document.createElement("div"),{styledTarget:n}=H(e);t.innerHTML=n;const o=_(t)[0];let s=!1;if(o&&a&&o.length===a.length)for(let e=0;e<a.length;e++)try{const t=[],n=[];if(F(a[e],t),F(o[e],n),!n||!t||t.length!==n.length){s=!0;break}for(let e=0;e<t.length;e++)G(t[e]),t[e].textContent=n[e].textContent}catch(t){console.log(a[e].textContent)}else{for(const e of a)3!==e.nodeType&&(s=!0);if(!s&&a&&o&&a.length>1&&1===o.length&&3===o[0].nodeType){a[0].textContent=o[0].textContent;for(let e=1;e<a.length;e++)a[e].textContent=""}s=!0}}u[k]?u[k]={sourceHash:k,styledSource:y,preProcessedSource:S,textContent:x.trim(),classList:a[0].parentElement.classList?[...u[k].classList,...a[0].parentElement.classList]:[],manualTranslation:u[k].manualTranslation||d}:u[k]={sourceHash:k,styledSource:y,preProcessedSource:S,textContent:x.trim(),classList:a[0].parentElement.classList?[...a[0].parentElement.classList]:[],manualTranslation:d},!t.includes(k)&&A(e,a[0].parentElement.classList)&&I.push(k)}}));const v=Array.from(new Set(g));return U(v),I.length>0&&i(I),j(s,u,r,c),{newStrings:u,tmsToBeChecked:m}},transformAllTextTagToEnglish:()=>{},checkAllMetaTags:async()=>{try{const e=await s(),t=Object.keys(v),a={};for(const o of t){let t;const r=v[o];let s="avt-org-meta",i="";if("title"===o){if(t=document.querySelector(o),s="avt-sourcehash-0",i=t.getAttribute(s)?t.getAttribute(s):n(t.nodeValue),!e[r]){a[r]||(a[r]={}),a[r].sourceHash=i;const e=document.createElement("div");e.appendChild(t.cloneNode(!0)),e.childNodes[0].textContent="avt-text-replace",e.children[0].removeAttribute(s),a[r].metaText=e.innerHTML}}else t=document.querySelectorAll(`meta[property='${o}'],meta[name='${o}']`),t.forEach((t=>{if(t.getAttribute(s))i=t.getAttribute(s);else{const e=t.getAttribute("content");if(!e.match(/^[\x00-\x7F\xA0\u200A“”’‘«»‹›©÷– ₹…°⭐é½¼¾—×Â‡†●•ēÉ\p{Sm}]*$/gu))return!0;i=n(e)}if(!e[r]){a[r]||(a[r]={}),a[r].sourceHash=i;const e=document.createElement("div");e.appendChild(t.cloneNode(!0)),e.children[0].setAttribute("content","avt-text-replace"),e.children[0].removeAttribute(s),a[r].metaText=e.innerHTML}}))}Object.keys(a).length>0&&r(a)}catch(e){console.log(e)}},reduceFontSize:G}},829:(e,t,a)=>{const{getConfig:n}=a(384),o="av-v1",r="source-fonts",s="active-language",i="prev-language";function c(){return localStorage.getItem(s)}function l(e){return`${o}-${e}`}function d(e,t){try{if(!document.getElementById(l(e))){const t=document.createElement("div");t.classList.add(n().noLocalizationClass),t.setAttribute(n().noLocalizationClass,"true"),t.setAttribute("data-nosnippet","true"),t.id=l(e),t.style.display="none",document.body.appendChild(t)}document.getElementById(l(e)).textContent=t}catch(e){"QuotaExceededError"===e.name&&(localStorage.clear(),window.location.reload())}}function u(e){return document.getElementById(l(e))?document.getElementById(l(e)).textContent:""}function g(e,t=!1){try{let a=e;return t&&(a+="-interim"),JSON.parse(u(a))||{}}catch(e){return{}}}function p(e,t,a=!1){let n=e;a&&(n+="-interim"),d(n,m(t))}function h(){return JSON.parse(u(r)||"{}")}function m(e){if(Array.prototype.toJSON){const t=Array.prototype.toJSON;delete Array.prototype.toJSON;const a=JSON.stringify(e);return Array.prototype.toJSON=t,a}return JSON.stringify(e)}e.exports={getCurrentLanguage:c,setCurrentLanguage:function(e){const t=c()||"english",a=`avk-${t}`,n=`avk-${e}`;localStorage.setItem(s,e),"english"===e?(document.querySelector("body").classList.remove(a),localStorage.setItem(i,e)):(document.querySelector("body").classList.add(n),document.querySelector("body").classList.remove(a),localStorage.setItem(i,t))},write:d,setTranslationDictionary:p,updateTranslationDictionary:function(e,t={}){p(e,{...g(e),...t})},getTransDict:g,setReverseTranslationHash:function(e,t){d(`${e}-reverse-map`,m(t))},getReverseTranslationHash:function(e){const t=`${e}-reverse-map`;return JSON.parse(u(t))||{}},getPrevLanguage:function(){return localStorage.getItem(i)},setPrevLanguage:function(e){localStorage.setItem(i,e)},appendToTranslationDictionary:function(e,t){d(e,m({...g(e),...t}))},normalStringify:m,getSourceFontDictionary:h,setSourceFontDictionary:function(e){const t={...h()||{},...e};d(r,m(t))},removeSourceFontDictionary:function(){var e;e=r,localStorage.removeItem(l(e))},getTransliterationHash:function(){let e=u("t13n-hashes");return""!==e?JSON.parse(e):[]},setTransliterationHash:function(e){d("t13n-hashes",m(e))},getIntialPopUpConformation:function(){return localStorage.getItem("initial-popup-conformation")},getManualTranslationResult:function(){try{const e=u("manual-translation");return e?JSON.parse(e):{}}catch(e){return{}}},setManualTranslationResult:function(e){d("manual-translation",m(e))}}},373:(e,t,a)=>{const{getConfig:n}=a(384),{getCurrentLanguage:o}=a(829),r="avk-urlSourceHashes",s="avk-last-url";function i(){try{const e=sessionStorage.getItem(r);return e?JSON.parse(e):{}}catch(e){return console.warn("Failed to parse avk storage:",e),{}}}function c(e){try{sessionStorage.setItem(r,JSON.stringify(e))}catch(e){console.warn("Failed to write avk storage:",e)}}async function l(e={}){const{sourceHashes:t}=e;if(null==t)throw new Error("sourceHashes is required (provide [] for no hashes)");const a=Array.isArray(t)?t.map(String):[String(t)],r=n().url,s=i(),l=s[r]||{url:r,sourceHashes:[]},d=Array.isArray(l.sourceHashes)?l.sourceHashes:[],u=new Set(d),g=[...d];for(const e of a)u.has(e)||(u.add(e),g.push(e));if(function(e=[],t=[]){if(!Array.isArray(e)||!Array.isArray(t))return!1;if(e.length!==t.length)return!1;for(let a=0;a<e.length;a++)if(e[a]!==t[a])return!1;return!0}(d,g))return l;l.sourceHashes=g,s[r]=l,c(s);const p="function"==typeof n?n():{},h=p&&p.fetchFontFamilyForLanguageUrl,m=p&&(p.projectKey||p.projectId),f="function"==typeof o?o():void 0;if("edc96308-11d6-49a8-855f-fbcd407e094f"!==m)return l;if(!h)return console.warn("urlContentTracker / fetchFontFamilyForLanguageUrl endpoint not configured; skipping API call."),l;const v={url:r,projectId:m,sourceHashes:g,targetLang:f,urlTracker:!0};try{await fetch(h,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(v)})}catch(e){console.warn("Failed to call urlContentTracker:",e)}return l}async function d(e=[],t={}){const a=t.collector,n=l;let o=null;try{o=sessionStorage.getItem(s)}catch(e){}const r=window.location.href,d=o!==r;if(d)try{sessionStorage.setItem(s,r);const e=i();e[r]?c({[r]:e[r]}):c({[r]:{url:r,sourceHashes:[]}})}catch(e){}let u=Array.isArray(e)?e.map(String):[];if(d&&0===u.length&&"function"==typeof a)try{const e=await a();Array.isArray(e)&&e.length>0&&(u=Array.from(new Set(e.map(String))))}catch(e){console.warn("collector failed:",e)}if(!d&&0===u.length)return null;if(d&&0===u.length)return null;try{return await n({sourceHashes:u})}catch(e){return console.warn("maybeUpsert: upsert failed:",e),null}}window.avkUrlSourceHash={upsertSourceHashesForCurrentUrl:l,maybeUpsertCurrentUrlHashes:d,_loadAvkStorage:i,_saveAvkStorage:c},e.exports={upsertSourceHashesForCurrentUrl:l,maybeUpsertCurrentUrlHashes:d,_loadAvkStorage:i,_saveAvkStorage:c}},202:(e,t,a)=>{"use strict";a.r(t),a.d(t,{createWidget:()=>k,getCloseSVG:()=>b,getLangSelectorDOMRoot:()=>w,getLanguageSVG:()=>y,highlightSelectedLanguage:()=>T,isVisible:()=>f,setCurrLanguage:()=>h,setWidgetConfig:()=>g});var n=a(104),o=a(384),r=a(89),s=a(829);let i,c=[],l="english",d=null,u=null;const g=e=>{p(e.allowedLanguage),m(e.isVisible),u=e.wscope},p=e=>{c=e},h=e=>{console.log(e,"current lang"),l=e},m=e=>{i=e},f=()=>i||v(),v=()=>window.location.href.includes("v=private"),T=e=>{let t=e||(0,s.getCurrentLanguage)();t||(t="english");const a=d.getElementById("anuvadak-language-selector-list").children;for(const e of a)e.getAttribute("value")===t?e.classList.add("anuvadak-li-hover"):e.classList.remove("anuvadak-li-hover")},b=e=>{const t=e||(0,s.getCurrentLanguage)()||"english";return"text"===(0,o.getConfig)().widgetIcon&&t?`<div style="text-align:left; padding:'0 10px'">\n        <div style="opacity:0.8">Language</div>\n        <div \n            class="avk-currently-active-language"\n            style="\n            display: flex;\n            justify-content: space-between;\n        ">\n            <span>${t}</span>\n            <span>\n            <svg fill="#ffffff" height="0.8vw" width="0.8vw" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" \n                 viewBox="0 0 330 330" xml:space="preserve">\n            <path id="XMLID_224_" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394\n                l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393\n                C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z"/>\n            </svg>            </span>\n        </div>\n    </div>`:'<svg fill="#ffffff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="28px" height="40px">\n    <path\n        d="M 12 8 L 8 12 L 24.666016 32 L 8 52 L 12 56 L 32 39.333984 L 52 56 L 56 52 L 39.333984 32 L 56 12 L 52 8 L 32 24.666016 L 12 8 z" />\n    </svg>'},y=e=>{const t=e||(0,s.getCurrentLanguage)()||"english";return"text"===(0,o.getConfig)().widgetIcon&&t?`<div style="text-align:left; padding:'0 10px'">\n        <div style="opacity:0.8">Language</div>\n        <div \n            class="avk-currently-active-language"\n            style="\n            display: flex;\n            justify-content: space-between;\n        ">\n            <span>${t}</span>\n            <span>\n                <svg fill="#000000" height="0.8vw" width="0.8vw" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" \n                    viewBox="0 0 330 330" xml:space="preserve">\n                    <path fill="#ffffff" id="XMLID_225_" d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393\n                    c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393\n                    s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"/>\n                </svg>\n            </span>\n        </div>\n    </div>`:(console.log((0,o.getConfig)().renderIcon),(0,o.getConfig)().renderIcon?'<div style="cursor:pointer">\n       <img src="https://reverieinc.com/wp-content/uploads/2025/03/svgviewer-png-output.png" alt="SVG Image" width="30" height="25">\n      </div>':'<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40px"\n            height="40px" viewBox="0 0 1469 1024">\n            <g id="icomoon-ignore">\n            </g>\n            <path fill="#ffffff"\n                d="M413.945 115.202c-1.283 3.416-52.107 136.896-113.19 296.85-60.863 159.954-110.834 291.51-110.834 292.148s25.63 0.854 57.022 0.638l57.238-0.638 21.782-59.8c12.172-32.885 25.84-70.686 30.754-83.928l8.756-23.922h101.018c94.176 0 101.018 0.216 102.51 3.632 0.638 2.139 13.242 38.44 27.76 80.728s27.122 78.588 27.76 80.512c1.070 2.994 4.054 3.848 11.318 3.848h10.039l-30.97 31.176-30.97 30.97 13.88 12.81c33.1 30.538 62.362 47.834 100.802 60.438 30.538 10.039 52.32 12.81 89.484 11.318 48.050-1.708 81.797-12.604 113.398-36.516 37.802-28.406 57.66-60.863 65.14-105.926l3.416-21.36 10.894 1.492c14.096 2.139 57.444 2.139 68.978 0l9.184-1.492 0.428 112.543 0.638 112.758 54.028 0.638 53.818 0.428v-518.95h111.050v-96.1h-318.205v96.1h98.24l-0.428 95.462-0.638 95.246-11.75 4.27c-8.328 2.778-19.65 4.486-38.44 5.124-41.434 1.708-65.14-4.908-98.662-27.551l-14.312-9.61 5.34-5.124c10.248-9.61 28.192-39.294 34.17-56.384 4.486-13.242 6.194-22.214 6.832-39.726 1.708-45.488-11.102-80.086-41.002-109.558-33.74-33.532-71.756-48.050-126.432-48.266-52.752 0-101.018 19.22-134.756 53.818-8.972 9.184-16.442 16.442-16.658 16.229-0.216-0.428-21.782-58.946-48.050-130.486l-47.628-129.632h-110.412l-2.346 5.762zM499.797 350.122c17.084 49.12 30.754 89.906 30.322 90.76-0.428 1.070-29.684 1.708-64.924 1.708-48.482 0-63.854-0.638-63.854-2.562 0-3.632 64.924-178.967 66.2-178.967 0.638 0 15.166 40.148 32.246 89.052zM665.736 419.532c15.588 13.88 29.046 25.198 30.116 25.198 0.854 0 5.762-5.762 10.894-12.81 16.229-22.42 32.885-31.824 59.584-33.532 41.641-2.994 66.416 18.366 66.416 57.238 0 22.214-4.702 34.596-17.939 47.834-16.442 16.442-30.322 20.29-72.826 20.29h-33.1v39.932l-0.216 40.148-39.294-106.78c-21.782-58.73-39.51-107.209-39.51-107.634 0-1.283 5.978 3.848 35.878 30.116zM817.791 627.109c16.658 5.34 30.538 15.804 36.516 28.406 7.473 15.166 7.264 41.641-0.428 58.514-11.102 23.49-30.116 36.307-60.863 40.58-40.364 5.556-81.366-8.54-110.834-38.44l-10.464-10.894h36.732c20.29 0 36.732-0.428 36.732-0.854 0-0.638-2.994-8.972-6.617-18.795s-10.248-28.192-14.95-40.786l-8.328-23.274 45.272 1.070c34.808 0.638 48.266 1.708 57.238 4.486z">\n            </path>\n        </svg>')},x=()=>{if(v()){const{hostname:e}=new URL(window.location.href);document.querySelectorAll("a").forEach((t=>{const a=t.getAttribute("href");try{if(a.match(/^\//))a.split("?").length>1?t.setAttribute("href",`${a}&v=private`):t.setAttribute("href",`${a}?v=private`);else{const n=new URL(a);if(a&&n.hostname===e){let e="";e=n.search?"&v=private":"?v=private",t.setAttribute("href",`${n.protocol}//${n.hostname}${n.pathname}${e}`)}}}catch(e){}}))}},k=e=>{if(console.log("no of times it is loaded"),e.customWidget)return d=document.getElementById("anuvadak-language-selector-container"),void x();const t=document.createElement("div"),a=JSON.parse(localStorage.getItem("avk-wgt-coords")),i=e.position||r.WIDGET_POSITIONS.RIGHT_CENTER,l=r.WIDGET_POSITION_CLASS_MAPPER[i];t.classList.add("anuvadak-dflex","anuvadak-flex-column","anuvadak-justify-content-center"),a?(t.style.position="fixed",t.style.left=a.left,t.style.top=a.top,t.style.zIndex="9999",t.style.cursor="move"):t.classList.add(l),t.id="anuvadak-language-selector-container",t.setAttribute("draggable","false");const g=document.createElement("div");g.classList.add("anuvadak-dflex","anuvadak-justify-content-center"),g.id="anuvadak-language-svg",g.innerHTML=y(),g.setAttribute("draggable","false"),t.append(g);const p=document.createElement("div");p.classList.add("anuvadak-dnone"),p.id="anuvadak-language-selector";const h=document.createElement("ul");h.id="anuvadak-language-selector-list";const m=c;let f=(()=>{const{websiteMapping:e,url:t}=(0,o.getConfig)();let a="#";return"NONE"!==e&&(a=t),`<li value="english" class="anuvadak-dflex anuvadak-justify-content-center">\n    <a href=${a} anuvadak-no-localization=true class="anuvadak-language-selector-anchor anuvadak-no-localization">English</a>\n    </li>`})();for(const t in m){if(0!==e.languageOption.length&&!e.languageOption.includes(t))continue;const a=e.url;let o="";switch(e.websiteMapping){case"NONE":o="#";break;case"SUBDIRECTORY":o=(0,n.urlForSubdirectory)(a,t);break;case"SUBDOMAIN":o=(0,n.urlForSubdomain)(a,t);break;case"CUSTOM":o=(0,n.urlForCustom)(a,t)}f+=`<li value="${t}" data-wmap="${u}" class="anuvadak-dflex anuvadak-justify-content-center">\n            <a href=${o} anuvadak-no-localization=true class="anuvadak-language-selector-anchor anuvadak-no-localization">${m[t]}</a>\n        </li>`}e.feedbackButton&&(f+=`\n  <li value="suggest" data-wmap="${u}" class="anuvadak-dflex anuvadak-justify-content-center" \n     style="position: sticky;\n            bottom: 0px;\n            background: teal;\n            padding: 4px;\n            margin-bottom: -1em">\n        <a style="cursor: pointer; font-size: 12px" anuvadak-no-localization=true id="suggest-widget" class="anuvadak-language-selector-anchor anuvadak-no-localization">${r.FEEDBACK_TRANSLATION_MAP[(0,s.getCurrentLanguage)()]||r.FEEDBACK_TRANSLATION_MAP.english}</a>\n        <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">\n            <mask id="mask0_587_704" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="17" height="16">\n                <rect x="0.5" width="16" height="16" fill="#D9D9D9"/>\n            </mask>\n            <g mask="url(#mask0_587_704)">\n                <path d="M4.9309 11.332L7.09757 7.9987L6.7559 8.51536C6.52813 8.85981 6.2809 9.24037 6.01424 9.65703C5.74757 10.0737 5.50035 10.457 5.27257 10.807L4.9309 11.332ZM7.8809 12.6654H3.71424C3.44757 12.6654 3.25312 12.5487 3.1309 12.3154C3.00868 12.082 3.01979 11.8543 3.16424 11.632L5.49757 7.9987L3.16424 4.36536C3.01979 4.14314 3.00868 3.91536 3.1309 3.68203C3.25312 3.4487 3.44757 3.33203 3.71424 3.33203H10.4976C10.7198 3.33203 10.9281 3.38203 11.1226 3.48203C11.317 3.58203 11.4753 3.72092 11.5976 3.8987L14.2809 7.68203C13.9809 7.55981 13.6726 7.46814 13.3559 7.40703C13.0392 7.34592 12.7198 7.32092 12.3976 7.33203L10.4976 4.66536H4.9309L7.09757 7.9987L4.9309 11.332H7.8809C7.84757 11.5543 7.8309 11.7765 7.8309 11.9987C7.8309 12.2209 7.84757 12.4431 7.8809 12.6654ZM12.0142 12.082L11.7309 11.7987C11.6309 11.6987 11.5115 11.6487 11.3726 11.6487C11.2337 11.6487 11.1142 11.6987 11.0142 11.7987C10.9142 11.8987 10.8642 12.0154 10.8642 12.1487C10.8642 12.282 10.9142 12.3987 11.0142 12.4987L11.6642 13.1487C11.7642 13.2487 11.8809 13.2987 12.0142 13.2987C12.1476 13.2987 12.2642 13.2487 12.3642 13.1487L13.9809 11.5654C14.0809 11.4654 14.1309 11.3459 14.1309 11.207C14.1309 11.0681 14.0809 10.9487 13.9809 10.8487C13.8809 10.7487 13.7615 10.6987 13.6226 10.6987C13.4837 10.6987 13.3642 10.7487 13.2642 10.8487L12.0142 12.082ZM12.4976 15.332C11.5753 15.332 10.7892 15.007 10.1392 14.357C9.48924 13.707 9.16424 12.9209 9.16424 11.9987C9.16424 11.0765 9.48924 10.2904 10.1392 9.64037C10.7892 8.99037 11.5753 8.66536 12.4976 8.66536C13.4198 8.66536 14.2059 8.99037 14.8559 9.64037C15.5059 10.2904 15.8309 11.0765 15.8309 11.9987C15.8309 12.9209 15.5059 13.707 14.8559 14.357C14.2059 15.007 13.4198 15.332 12.4976 15.332Z" fill="#1AD0A5"/>\n            </g>\n        </svg>\n    </li>`),h.innerHTML=f,p.append(h),t.append(p);let v=!1,k=!1;g.onmousedown=function(e){if(0!==e.button)return;e.preventDefault(),k=!0,v=!1;const a=e.clientX-t.getBoundingClientRect().left,n=e.clientY-t.getBoundingClientRect().top;function o(e){k&&(v=!0,function(e,o){const r=t.offsetWidth,s=t.offsetHeight,i=window.innerWidth-20||window.innerWidth,c=window.innerHeight-20||window.innerHeight;let l=e-a,d=o-n;l=Math.max(0,Math.min(i-r,l)),d=Math.max(0,Math.min(c-s,d)),t.style.position="fixed",t.style.left=l+"px",t.style.top=d+"px",t.style.zIndex="9999",t.style.cursor="move"}(e.clientX,e.clientY))}document.addEventListener("mousemove",o),document.addEventListener("mouseup",(function e(a){if(document.removeEventListener("mousemove",o),document.removeEventListener("mouseup",e),v){const{left:e,top:a}=t.style;localStorage.setItem("avk-wgt-coords",JSON.stringify({left:e,top:a}))}k=!1,setTimeout((()=>{t.style.cursor="default"}),100)}))},g.onclick=function(e){if(v)return void(v=!1);const a=document.getElementById("anuvadak-language-selector");if(a.classList.contains("anuvadak-dnone")){a.classList.remove("anuvadak-dnone"),a.classList.add("animate__animated","animate__fadeIn"),g.innerHTML=b();const e=t.getBoundingClientRect(),n=a.offsetHeight||200,o=window.innerHeight-e.bottom;if(o<n+20){let a=e.top-(n-o-100);a=Math.max(0,a),t.style.top=a+"px"}}else a.classList.add("anuvadak-dnone"),a.classList.remove("animate__animated","animate__fadeIn"),g.innerHTML=y()};const w=document.createElement("div");w.classList.add("anuvadak-blinker"),w.style.top="5px",w.style.right="9px",w.style.pointerEvents="none",w.style.display="block",t.appendChild(w),document.getElementsByTagName("body")[0].append(t),d=document,S(),T(),x(),t.style.textTransform="capitalize"},w=()=>d,S=()=>{const e=document.createElement("link");e.rel="stylesheet","text"===(0,o.getConfig)().widgetIcon?e.href="https://anuvadak.in/api/translation/snippet/static/language.selector.text.css":e.href="https://anuvadak.in/api/translation/snippet/static/language.selector.css",d.head.append(e)}}},t={};function a(n){var o=t[n];if(void 0!==o)return o.exports;var r=t[n]={exports:{}};return e[n].call(r.exports,r,r.exports,a),r.exports}a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{"use strict";a.d(n,{default:()=>N});var e=[],t=!1,o=!1;function r(){if(!t){t=!0;for(var a=0;a<e.length;a++)e[a].fn.call(window,e[a].ctx);e=[]}}var s=a(104),i=a(487),c=a(417),l=a(202),d=a(829),u=a(89),g=a(289),p=a(384);const h=a(503);async function m(){try{if((await(0,s.checkImageLocalizationStatus)({projectId:(0,p.getConfig)().projectKey})).imgLocalization){let a=document.querySelectorAll("img"),n=[];for(var e=0;e<a.length;e++){var t=a[e];let o=t.getAttribute("src"),r=t.getAttribute("srcset");o&&(n.push(o),t.setAttribute("avt-imageSrcHash-0",h(o))),r&&(n.push(r),t.setAttribute("avt-imageSrcHash-0",h(r)))}if(0===n.length)return"no Images found";let o={},r=[],{url:i}=(0,p.getConfig)();n.forEach(((e,t)=>{o[h(e)]={srcHash:h(e),url:i,sourceSrc:e,targetSrc:e,targetLang:u.LANGUAGE_MAP[(0,d.getCurrentLanguage)()],hostname:(0,p.getConfig)().hostname,projectId:(0,p.getConfig)().projectKey},r.push(e)})),(0,s.addImageUrls)({imageUrlsObj:o,urls:r,targetLang:u.LANGUAGE_MAP[(0,d.getCurrentLanguage)()],projectId:(0,p.getConfig)().projectKey})}}catch(e){console.log(e)}}async function f(){try{if((await(0,s.checkImageLocalizationStatus)({projectId:(0,p.getConfig)().projectKey})).imgLocalization){let e=await(0,s.transformImageUrl)({projectId:(0,p.getConfig)().projectKey,targetLang:u.LANGUAGE_MAP[(0,d.getCurrentLanguage)()]});document.querySelectorAll("img").forEach(((t,a)=>{let n=document.querySelectorAll("img")[a].getAttribute("avt-imagesrchash-0"),o=document.querySelectorAll("img")[a].src;if(!n&&!o)return!1;o?document.querySelectorAll("img")[a].src=e?e?.data[n]:document.querySelectorAll("img")[a].src:document.querySelectorAll("img")[a].srcset=e?e?.data[n]:document.querySelectorAll("img")[a].srcset}))}}catch(e){return console.log(e),{status:!1}}}let v=null,T=[];const b=()=>{const e=document.createElement("link");e.href="https://anuvadak.in/api/translation/snippet/static/popupWidget.selector.css",e.rel="stylesheet",document.head.appendChild(e)},y=e=>{(0,d.getIntialPopUpConformation)()||localStorage.setItem("initial-popup-conformation",!1),(e=>{const{popUpWidgetCustomization:t}=e,{iconCssDetails:a,modelPositionCss:n}=t;b();let o=(0,d.getCurrentLanguage)(),r=document.createElement("div");console.log(n),r.classList.add("anuvadak-popup-widget-container","anuvadak-zIndex","anuvadak-dflex","anuvadak-flex-row","anuvadak-align-item-center"),r.addEventListener("click",(()=>{let e=document.getElementById("anuvadak-popup-main-id");"none"===e.style.display&&(e.style.display="flex"),document.getElementById("anuvadak-popup-widget-down-icon").classList.add("rotate-icon")})),a&&!n&&Object.keys(a).map((e=>{if(a[e])if("top"!==e&&"left"!==e||(r.style[e]=a[e]+"%"),"fontSize"===e){if(r.style[e]=a[e],"fontWeight"===e){const t=a[e],n={100:"100",200:"200",300:"300",400:"normal",500:"500",600:"600",700:"bold",800:"800",900:"900"};r.style.fontWeight=n[t]||t.toString()}}else r.style[e]=a[e]})),n&&(r.style.top="auto",r.style.left="auto");let s=u.POPUP_LANUAGES_MAP.find((e=>e.lowerCase===o));const i=document.createElement("div");i.innerHTML=s.abbreviation,i.classList.add("anuvadak-popup-widget-icon"),i.setAttribute("anuvadak-no-localization","true"),a?.icon&&(i.style.backgroundColor=a?.icon?.backgroundColor,i.style.color=a?.icon?.color),r.appendChild(i);const c=document.createElement("div");c.classList.add("anuvadak-popup-widget-lang-name-container");const l=document.createElement("p");l.textContent=s.translatedText,l.classList.add("anuvadak-popup-widget-name"),l.setAttribute("anuvadak-no-localization","true"),c.appendChild(l);const g=document.createElement("div");if(g.textContent="^",g.classList.add("anuvadak-popup-widget-down-icon","rotate-icon"),g.id="anuvadak-popup-widget-down-icon",g.setAttribute("anuvadak-no-localization","true"),r.appendChild(c),n){let e;r.style.position="absolute",(n.startsWith(".")||n.startsWith("#"))&&(e=document.querySelector(n)),e&&(e.appendChild(r),document.body.appendChild(e))}else document.body.appendChild(r)})(e),(e=>{let t=localStorage.getItem("initial-popup-conformation");const{popUpWidgetCustomization:a}=e,{headingCssDetails:n,languageBoxCssDetails:o,subHeadingCssDetails:r,langIconVisibility:s}=a;let i=(0,d.getCurrentLanguage)();b();let c=document.createElement("div");c.classList.add("anuvadak-popup-main-container","anuvadak-zIndex","anuvadak-dflex","anuvadak-flex-column","anuvadak-align-item-center"),c.id="anuvadak-popup-main-id";const l=document.createElement("div");l.className="anuvadak-popup-close-conatiner";const g=document.createElement("div");g.classList.add("anuvadak-popup-close-box","anuvadak-cursor-pointer"),g.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="15" height="15" viewBox="0 0 30 30">\n    <path d="M 7 4 C 6.744125 4 6.4879687 4.0974687 6.2929688 4.2929688 L 4.2929688 6.2929688 C 3.9019687 6.6839688 3.9019687 7.3170313 4.2929688 7.7070312 L 11.585938 15 L 4.2929688 22.292969 C 3.9019687 22.683969 3.9019687 23.317031 4.2929688 23.707031 L 6.2929688 25.707031 C 6.6839688 26.098031 7.3170313 26.098031 7.7070312 25.707031 L 15 18.414062 L 22.292969 25.707031 C 22.682969 26.098031 23.317031 26.098031 23.707031 25.707031 L 25.707031 23.707031 C 26.098031 23.316031 26.098031 22.682969 25.707031 22.292969 L 18.414062 15 L 25.707031 7.7070312 C 26.098031 7.3170312 26.098031 6.6829688 25.707031 6.2929688 L 23.707031 4.2929688 C 23.316031 3.9019687 22.682969 3.9019687 22.292969 4.2929688 L 15 11.585938 L 7.7070312 4.2929688 C 7.5115312 4.0974687 7.255875 4 7 4 z"></path>\n</svg>',l.append(g),c.append(l),g.addEventListener("click",(()=>{c.style.display="none",document.getElementById("anuvadak-popup-widget-down-icon").classList.add("rotate-icon")}));const p=document.createElement("div");p.classList.add("anuvadak-popup-widget-content-conatiner");const h=document.createElement("div");h.classList.add("anuvadak-popup-main-heading","anuvadak-dflex-row-center");const m=document.createElement("span");m.className="anuvadak-popup-main-head-text",m.textContent=n?.text||"Anuvadak is now available in your Language",n?.fontSize&&(m.style.fontSize=n?.fontSize),n?.fontColor&&(m.style.color=n?.fontColor),n?.fontWeight&&(m.style.fontWeight=n?.fontWeight),h.append(m),p.append(h);const f=document.createElement("div");f.classList.add("anuvadak-popup-sub-heading","anuvadak-dflex-row-center");const y=document.createElement("span");y.className="anuvadak-popup-sub-head-text",y.textContent=r?.text||"Please select your preferred Language",r?.fontSize&&(y.style.fontSize=r?.fontSize),r?.fontColor&&(y.style.color=r?.fontColor),r?.fontWeight&&(y.style.fontWeight=r?.fontWeight),f.append(y),p.append(f);const x=document.createElement("ul");x.className="anuvadak-languages-container",x.setAttribute("anuvadak-no-localization","true"),(e=>{let t=Object.keys(e?.allowedLanguage);T=u.POPUP_LANUAGES_MAP.filter((e=>{if(t.includes(e.lowerCase)||"english"===e.lowerCase)return e}))})(e),T.forEach((e=>{const t=document.createElement("li");t.classList.add("anuvadak-language-box"),e.lowerCase===i&&t.classList.add("anuvadak-languages-popup-highlight");let a=e.name;t.setAttribute("value",a.toLowerCase());const n=document.createElement("div");n.innerHTML=e.abbreviation,n.classList.add("anuvadak-language-icon"),o?.iconColor&&(n.style.backgroundColor=o?.iconColor),o?.fontSize&&(n.style.fontSize=o?.fontSize),o?.fontColor&&(n.style.color=o?.fontColor),s&&t.appendChild(n);const r=document.createElement("div");r.className="anuvadak-language-text-box";const c=document.createElement("p");if(c.textContent=e.translatedText,c.classList.add("anuvadak-language-name"),r.append(c),"English"!==e.name){const t=document.createElement("p");t.textContent=e.name,t.classList.add("anuvadak-language-sub-text-name"),r.append(t)}t.appendChild(r),x.appendChild(t)})),p.append(x),c.append(p),v=document,document.body.appendChild(c),"true"===t&&(c.style.display="none")})(e)},x=()=>v,k=async e=>{if(document.dispatchEvent(new CustomEvent("startGetTranslations")),await(0,s.getTranslations)(e),"english"!==e&&(0,i.mObserver)(),e&&(console.log("changing language"),(0,d.setCurrentLanguage)(e),(0,s.setTranslatedPath)()),(0,d.getCurrentLanguage)()===u.LANGUAGE_CONSTANTS.SOURCE_LANGUAGE){if((0,p.getConfig)().urlTranslation){const e=localStorage.getItem("en-url");return void(window.location.href=e)}return void window.location.reload()}const t=new CustomEvent("languageToggle",{detail:{currentLanguage:(0,d.getCurrentLanguage)(),checkScopeFn:e=>{let t=(0,s.cleanUrl)(e),a=!1;return("COMPLETE"===(0,p.getConfig)().wscope||(0,p.getConfig)().inclusionList.includes(t))&&(a=!0),{scope:a,language:(0,d.getCurrentLanguage)()}}}});document.dispatchEvent(t);const a=(0,c.findAllTextTag)();0!==Object.keys(a).length&&(0,d.appendToTranslationDictionary)("english",a),(0,c.transformAllTextTag)(),document.dispatchEvent(new CustomEvent("endGetTranslations")),(0,i.reconnectObserver)(),(0,s.getCustomFontSize)(),(0,s.createSiteVisitImpression)((0,d.getCurrentLanguage)()),(0,c.checkAllMetaTags)()},w=e=>{e.preventDefault();const t=e.currentTarget.getAttribute("value")||e.currentTarget.value;if(t||window.alert("Attribute value not set properly"),t===(0,d.getCurrentLanguage)())return;const a=(0,p.getConfig)();if(a.customWidget||a.popUpWidgetConfiguration){if(!a.allowedLanguage.hasOwnProperty(t)&&"english"!==t)return window.alert(`${t} language not in scope`),void console.log(`${t} language not in scope`)}else(0,l.highlightSelectedLanguage)(t);k(t),f(),(0,s.fetchFontFamilyForLanguage)({projectId:(0,p.getConfig)().projectKey,targetLang:(0,d.getCurrentLanguage)()})},S=(e,t)=>{let a=[];t.popUpWidgetConfiguration?(e=x()).querySelectorAll(".anuvadak-languages-container li").length>0&&(a=e.querySelectorAll(".anuvadak-languages-container li"),a.forEach((e=>{e.addEventListener("click",(e=>{L(e),a.forEach((e=>e.classList.remove("anuvadak-languages-popup-highlight"))),e.currentTarget.classList.add("anuvadak-languages-popup-highlight")}))}))):(e.querySelectorAll("#anuvadak-language-selector-list li").length>0&&(a=e.querySelectorAll("#anuvadak-language-selector-list li"),a.forEach((e=>{e.addEventListener("click",L)}))),e.querySelectorAll("#anuvadak-language-selector-list option").length>0&&document.querySelectorAll("select#anuvadak-language-selector-list").forEach((e=>{e.addEventListener("change",L)})))},L=e=>{const t=(0,p.getConfig)(),a=e.currentTarget?.getAttribute("value")||"english";if(t.reloadOnLangChange)return(0,d.setCurrentLanguage)(a),void window.location.reload();if(!t.customWidget&&!t.popUpWidgetConfiguration){const t=(0,l.getLangSelectorDOMRoot)().getElementById("anuvadak-language-svg"),a=(0,l.getLangSelectorDOMRoot)().getElementById("anuvadak-language-selector");a.classList.contains("anuvadak-dnone")?(a.classList.remove("anuvadak-dnone"),a.classList.add("animate__animated","animate__fadeIn"),t.innerHTML=(0,l.getCloseSVG)()):(a.classList.add("anuvadak-dnone"),a.classList.remove("animate__animated","animate__fadeIn"),t.innerHTML=(0,l.getLanguageSVG)(e.currentTarget.getAttribute("value")))}if(t.feedbackButton&&e.currentTarget&&"suggest"===e.currentTarget.getAttribute("value"))return void C();if(t.popUpWidgetConfiguration){let t=x(),a=e.currentTarget.getAttribute("value"),n=u.POPUP_LANUAGES_MAP.find((e=>e.lowerCase===a));document.querySelector(".anuvadak-popup-widget-name").textContent=n.translatedText,document.querySelector(".anuvadak-popup-widget-icon").textContent=n.abbreviation,t.getElementById("anuvadak-popup-main-id").style.display="none","false"===(0,d.getIntialPopUpConformation)()&&localStorage.setItem("initial-popup-conformation",!0)}const n=t.websiteMapping;"NONE"===n?w(e):"SUBDOMAIN"===n||("SUBDIRECTORY"===n?(e=>{if("845b04f1-4e90-4498-b8e8-c5455bc003f8"===(0,p.getConfig)().projectKey)return;let t=e.currentTarget.getAttribute("value")||e.currentTarget.value,a=(0,p.getConfig)().url,n=(0,s.urlForSubdirectory)(a,t);window.location.assign(n)})(e):"CUSTOM"===n&&(e=>{if("845b04f1-4e90-4498-b8e8-c5455bc003f8"===(0,p.getConfig)().projectKey)return;let t=e.currentTarget.getAttribute("value")||e.currentTarget.value,a=(0,p.getConfig)().url,n=(0,s.urlForCustom)(a,t);if(n===a)return(0,s.cleanUrl)(window.location.href)!==a&&((0,d.setCurrentLanguage)(t),window.location.assign(a)),void w(e);window.location.assign(n)})(e)),t.feedbackButton&&!t.customWidget&&((0,l.getLangSelectorDOMRoot)().getElementById("suggest-widget").textContent=u.FEEDBACK_TRANSLATION_MAP[a]||"Suggest","kashmiri(arabic)"===(0,d.getCurrentLanguage)()&&((0,l.getLangSelectorDOMRoot)().getElementById("suggest-widget").style.fontSize="1.2rem"))},C=()=>{console.log("on suggestion click",(0,d.getCurrentLanguage)()),"english"!==(0,d.getCurrentLanguage)()?(0,g.suggestionFlowStart)():alert("Suggestion is not available for english language")};var E,A;E=()=>{!async function(){try{const e=await(0,s.loadInitVariables)({});if("reload"===performance.getEntriesByType("navigation")[0]?.type){if((0,p.getConfig)().urlTranslation)return void(window.location.href=localStorage.getItem("en-url"));if((0,p.getConfig)().urlTranslation)return void(window.location.href=localStorage.getItem("en-url"))}const t=new URL(window.location.href);if(localStorage.setItem("en-url",t),t.searchParams.has("lg-anv")){const a=t.searchParams.get("lg-anv"),n=u.REVERSE_LANGUAGE_MAP[a];n&&e.allowedLanguage.hasOwnProperty(n)&&(0,d.setCurrentLanguage)(n)}if(window.addEventListener("beforeunload",(()=>{if(localStorage.getItem("en-url")!==window.location.href){const e=new URL(window.location.href);localStorage.setItem("en-url",e)}window.history.replaceState({},"",localStorage.getItem("en-url"))})),await(0,s.setTranslatedPath)(),e.disableWidget)throw new Error("Your widget has been disabled");if("CUSTOM"!==e.websiteMapping){if(e.hostname!==window.location.hostname&&!e.otherDomains.includes(window.location.hostname))throw new Error("invalid or wrong hostname")}else{const{customRedirectMapping:t}=e,a=new URL(window.location.href),n=a.hostname+a.pathname;let o=!1;(window.location.hostname===e.hostname||e.otherDomains.includes(window.location.hostname))&&(o=!0);for(const e of Object.values(t))n.startsWith(e)&&(o=!0);if(!o)throw new Error("invalid or wrong hostname")}if(e.multiOrigin){const e=await(0,s.checkDomainActive)();if("DOMAIN_NOT_EXIST"!==e&&!e)throw new Error("Domain not active")}if(e.feedback||e.suggestion?(0,p.setFeedbackButton)(!0):(0,p.setFeedbackButton)(!1),(0,l.setWidgetConfig)(e),!(0,l.isVisible)())throw new Error("Widget disabled by client");let a=e.url;if("COMPLETE"===e.wscope){if(e.exclusionList.includes((0,p.getConfig)().url))throw e.customWidget&&(document.getElementById("anuvadak-language-selector-container").style.display="none"),new Error("Url in exclusion scope");(0,s.checkInScope)()}else if(!e.inclusionList.includes((0,s.cleanUrl)(a))){e.customWidget&&(document.getElementById("anuvadak-language-selector-container").style.display="none");const t=e.inclusionList.map((e=>new URL(e).pathname)),n=new URL((0,s.cleanUrl)(a));if(console.log(n.pathname),console.log(e.otherDomains.includes(n.hostname),t.includes(n.pathname)),!e.otherDomains.includes(n.hostname)&&e.hostname!=n.hostname||!t.includes(n.pathname))throw new Error("URL not in inclusion scope")}if(e.swalekhEnabled){let t=document.createElement("script");t.src="https://code.jquery.com/jquery-3.4.1.js",t.integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=",t.crossOrigin="anonymous",document.head.appendChild(t);let a=document.createElement("script");a.src=e.swalekhClientUrl,t.onload=()=>{document.head.appendChild(a)},a.onload=()=>{const t=e.swalekhClasses.map((function(e){return document.querySelector("."+e+", #"+e)}));let a;const n=e=>{a!==e&&(console.log("after if",a,e),setTimeout((()=>{o(e)}),100))},o=e=>{const t=localStorage.getItem("active-language");if(console.log(t,!t),t&&"english"!==t){var a=(0,window.$)("#"+e);if(a.indicInput({...(0,p.getConfig)().swalekhConfig,numSuggestions:10,mode:"keyboard",domain:1}),"odia"===t)a.trigger("change_lang","or");else{let e="kashmiri(arabic)"==t?"ur":u.LANGUAGE_MAP[t];a.trigger("change_lang",e)}a.focus().val(a.focus().val())}};for(let e=0;e<t.length;e++)t[e].setAttribute("id",`swalekh-keyboard-${e}`),t[e].addEventListener("click",(()=>{n(`swalekh-keyboard-${e}`)}))}}if(e.canonical){let t=document.querySelector('link[rel="canonical"]');if(t?t.href=(0,s.actualUrl)((0,s.cleanUrl)(window.location.href)):(t=document.createElement("link"),t.rel="canonical",t.href=(0,s.actualUrl)((0,s.cleanUrl)(window.location.href)),document.head.appendChild(t)),Object.keys(e.allowedLanguage).length&&"SUBDIRECTORY"===e.websiteMapping){if(!document.querySelector("link[hreflang='en']")){const t=document.createElement("link");t.rel="alternate",t.hreflang="en";const a=new URL(e.url);t.href=a,document.head.appendChild(t)}if(Object.keys(e.allowedLanguage).forEach((t=>{if(u.LANGUAGE_MAP[t]&&!document.querySelector(`link[hreflang=${u.LANGUAGE_MAP[t]}]`)&&!document.querySelector(`link[hreflang=${u.LANGUAGE_MAP[t]}-in]`)){const a=document.createElement("link");a.rel="alternate",a.hreflang=u.LANGUAGE_MAP[t];const n=new URL(e.url);a.href=n.origin+"/"+u.LANGUAGE_MAP[t]+n.pathname,document.head.appendChild(a)}})),!document.querySelector("link[hreflang='x-default']")){const t=document.createElement("link");t.rel="alternate",t.hreflang="x-default";const a=new URL(e.url);t.href=a,document.head.appendChild(t)}}}(async()=>{const e=(0,p.getConfig)(),{popUpWidgetConfiguration:t}=e;e.metaTags&&(e.metaTags.og&&(u.META_ALLOWED.push("og:title"),u.META_ALLOWED.push("og:description")),e.metaTags.twitter&&(u.META_ALLOWED.push("twitter:title"),u.META_ALLOWED.push("twitter:description")),e.metaTags.facebook&&(u.META_ALLOWED.push("facebook:title"),u.META_ALLOWED.push("facebook:description")),e.metaTags.linkedin&&(u.META_ALLOWED.push("linkedin:title"),u.META_ALLOWED.push("linkedin:description")),e.metaTags.pinterest&&(u.META_ALLOWED.push("pinterest:title"),u.META_ALLOWED.push("pinterest:description")));let a=(0,d.getCurrentLanguage)();const{hostname:n,pathname:o}=new URL(window.location.href);let r="";switch(e.websiteMapping){case"SUBDIRECTORY":if(r=o.split("/")[1],u.REVERSE_LANGUAGE_MAP[r]){if(a=u.REVERSE_LANGUAGE_MAP[r],!e.allowedLanguage[a])throw new Error("Language not allowed, disabling widget!!")}else a="english";break;case"SUBDOMAIN":r=n.split(".")[0],a=u.REVERSE_LANGUAGE_MAP[r]?u.REVERSE_LANGUAGE_MAP[r]:"english";break;case"CUSTOM":const{customRedirectMapping:t}=e,s=n+o;a="english",Object.keys(t).forEach((n=>{n&&t[n]&&t[n]!==e.hostname&&s.startsWith(t[n])&&(a=u.REVERSE_LANGUAGE_MAP[n])}))}a&&"english"!==a?((0,d.setCurrentLanguage)(a),document.querySelector("body").classList.add(`avk-${a}`)):(0,d.setCurrentLanguage)("english"),(0,d.setPrevLanguage)("english"),(0,l.setWidgetConfig)(e),t?y(e):(0,l.createWidget)(e);const h=(0,l.getLangSelectorDOMRoot)();S(h,e),document.addEventListener("custom-widget-reattach",(()=>{const t=document.getElementById("anuvadak-language-selector-container");S(t,e)})),await(0,s.fetchIgnorePattern)(),await(0,s.getNoTranslationNodes)(),(0,s.applyNoTranslation)();const v=(0,c.findAllTextTag)();if((0,d.setTranslationDictionary)("english",v),"english"!==a&&(0,i.mObserver)(),(0,d.removeSourceFontDictionary)(),e.feedbackButton&&((0,g.initializeFeedback)(),(0,g.implementSuggestionScript)()),(0,d.getCurrentLanguage)()!==u.LANGUAGE_CONSTANTS.SOURCE_LANGUAGE)k(),await(0,s.fetchFontFamilyForLanguage)({projectId:(0,p.getConfig)().projectKey,targetLang:(0,d.getCurrentLanguage)()}),e.imgLocalization&&(await m(),await f());else{const e=new CustomEvent("languageToggle",{detail:{currentLanguage:(0,d.getCurrentLanguage)(),checkScopeFn:e=>{let t=(0,s.cleanUrl)(e),a=!1;return("COMPLETE"===(0,p.getConfig)().wscope||(0,p.getConfig)().inclusionList.includes(t))&&(a=!0),{scope:a,language:(0,d.getCurrentLanguage)()}}}});document.dispatchEvent(e),await(0,s.fetchFontFamilyForLanguage)({projectId:(0,p.getConfig)().projectKey,targetLang:(0,d.getCurrentLanguage)()}),await m(),await f()}})().then((e=>{})).catch((e=>{console.log("Error on onDomContentLoaded ",e)}))}catch(e){console.log(e)}}()},t?setTimeout((function(){E()}),1):(e.push({fn:E,ctx:A}),"complete"===document.readyState||!document.attachEvent&&"interactive"===document.readyState?setTimeout(r,1):o||(document.addEventListener?(document.addEventListener("DOMContentLoaded",r,!1),window.addEventListener("load",r,!1)):(document.attachEvent("onreadystatechange",(function(){"complete"===document.readyState&&r()})),window.attachEvent("onload",r)),o=!0));const N=function(e){const{origin:t,pathname:a}=new URL(document.location.href),{project:n,customWidget:o,position:r,disableWidget:s,languageOption:i,shadowMode:c,widgetIcon:l,changeAPIPath:d,imageLocalization:u,feedbackButton:g}=e,h=n.key;(0,p.setCustomWidget)(o),(0,p.setProjectKey)(h),(0,p.setWidgetPosition)(r),(0,p.setDisableWidget)(s),c&&(0,p.setShadowMode)(c),i&&(0,p.setLanguageOption)(i),l&&(0,p.setWidgetIcon)(l),g&&(0,p.setFeedbackButton)(g);let m={loadInitVariableUrl:"https://anuvadak.in/api/translation/snippet/create",getLanguageTranslationUrl:"https://anuvadak.in/api/translation/snippet/get/translations",urlContentTracker:"https://anuvadak.in/api/translation/snippet/urlContentTracker",missingTranslationUrl:"https://anuvadak.in/api/translation/snippet/post/translations",sendSiteVisitImpressionUrl:"https://anuvadak.in/api/translation/website/site-visit/create",checkScopeUrl:"https://anuvadak.in/api/translation/snippet/scope/check",getCustomFontSizeUrl:"https://anuvadak.in/api/translation/snippet/custom-font/get",getIgnorePatternUrl:"https://anuvadak.in/api/translation/snippet/ignore-pattern/get",getNoTranslationNodeUrl:"https://anuvadak.in/api/translation/snippet/no-translation-node/get",faultyTranslationUrl:"https://anuvadak.in/api/translation/snippet/faulty/update",setTransliterationUrl:"https://anuvadak.in/api/translation/snippet/update/transliteration",checkDomainUrl:"https://anuvadak.in/api/translation/snippet/domain/check",addImageUrl:"https://anuvadak.in/api/translation/image/create",getMetaTypeUrl:"https://anuvadak.in/api/translation/snippet/get/meta",storeMetaTypeUrl:"https://anuvadak.in/api/translation/snippet/store/meta",swalekhClientUrl:"https://anuvadak.in/api/translation/snippet/static/swalekh.js",suggestionStoreUrl:"https://anuvadak.in/api/translation/snippet/suggestion/store",transformImageUrl:"https://anuvadak.in/api/translation/image/translations",checkImageLocalizationStatusUrl:"https://anuvadak.in/api/translation/image/translate/status",uploadFeedbackUrl:"https://anuvadak.in/api/translation/snippet/feedback/create",fetchFontFamilyForLanguageUrl:"https://anuvadak.in/api/translation/snippet/fontFamily/get",getTranslatedUrls:"https://anuvadak.in/api/translation/snippet/getTranslatedUrls",checkExistingTmUrl:"https://anuvadak.in/api/translation/snippet/post/translations"};d&&Object.keys(m).forEach((e=>{let t=new URL(m[e]);t.hostname=d,t.href,m[e]=t.href})),(0,p.setBackendUrl)(m)}})(),window.anuvadak=n.default})();