!function(){const n=document.createElement("style");n.type="text/css",n.innerHTML="\n \n #feedback__container {\n position: fixed;\n width: 300px;\n background-color: rgb(255, 255, 255);\n padding: 20px;\n box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;\n font-family: Helvetica, sans-serif;\n z-index: 1000;\n border-radius: 5px;\n bottom: 20px; right: 20px;\n }\n\n #feedback__title {\n text-align: center;\n font-size: 24px;\n margin-bottom: 4px;\n color: black;\n }\n\n #feedback__description {\n text-align: center;\n margin-bottom: 12px;\n color: black;\n }\n\n #feedback__stars-container {\n display: flex;\n justify-content: space-between;\n cursor: pointer;\n }\n\n #feedback__stars-item {\n font-size: 24px;\n }\n\n #feedback__review-container {\n margin-top: 10px;\n display: none;\n text-align: center;\n }\n\n #feedback__review-text {\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n -webkit-tap-highlight-color: transparent;\n color-scheme: light;\n box-sizing: border-box;\n border-style: solid;\n scrollbar-color: color-mix(in oklch, currentColor 35%, transparent)\n transparent;\n\n font-family: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n font-weight: inherit;\n letter-spacing: inherit;\n color: inherit;\n\n margin: 0;\n resize: vertical;\n min-height: 3rem;\n flex-shrink: 1;\n padding: 0.5rem 1rem;\n\n font-size: 0.875rem;\n line-height: 2;\n\n border-radius: 0.5rem;\n border-width: 1px;\n background-color: oklch(100% 0 0 / 1);\n border-color: oklch(27.8078% 0.029596 256.847952 / 0.2);\n\n width: 100%;\n color: #000\n }\n\n #feedback__submit-button {\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n -webkit-tap-highlight-color: transparent;\n color-scheme: light;\n box-sizing: border-box;\n border-style: solid;\n scrollbar-color: color-mix(in oklch, currentColor 35%, transparent)\n transparent;\n font-family: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n margin: 0;\n padding: 0;\n text-transform: none;\n -webkit-appearance: button;\n background-image: none;\n display: inline-flex;\n height: 3rem;\n min-height: 3rem;\n flex-shrink: 0;\n cursor: pointer;\n user-select: none;\n flex-wrap: wrap;\n align-items: center;\n justify-content: center;\n border-radius: 0.5rem;\n border-color: oklch(93% 0 0 / 1);\n padding-left: 1rem;\n padding-right: 1rem;\n text-align: center;\n font-size: 0.875rem;\n line-height: 1em;\n gap: 0.5rem;\n font-weight: 600;\n text-decoration-line: none;\n transition-duration: 0.2s;\n transition-timing-function: cubic-bezier(0, 0, 0.2, 1);\n border-width: 1px;\n transition-property: color, background-color, border-color, opacity,\n box-shadow, transform;\n color: #030d0e;\n box-shadow:\n 0 0 #0000,\n 0 0 #0000,\n 0 1px 2px 0 rgb(0 0 0 / 0.05);\n outline-color: #030d0e;\n background-color: #65c4c8;\n }\n\n #feedback__submit-button:hover {\n scrollbar-color: color-mix(in oklch, currentColor 60%, transparent)\n transparent;\n background-color: color-mix(\n in oklab,\n #65c4c8 90%,\n black\n );\n border-color: color-mix(\n in oklab,\n #65c4c8 90%,\n black\n );\n }\n\n #feedback__submit-button:active:hover {\n scrollbar-color: color-mix(in oklch, currentColor 60%, transparent)\n transparent;\n background-color: color-mix(\n in oklab,\n #65c4c8 90%,\n black\n );\n border-color: color-mix(\n in oklab,\n #65c4c8 90%,\n black\n );\n animation: button-pop 0s ease-out;\n transform: scale(0.97);\n }\n \n ",document.head.appendChild(n);const e=document.createElement("div");e.setAttribute("id","feedback__container");const t=document.createElement("div");t.innerText="Any thoughts?",t.setAttribute("id","feedback__title"),e.appendChild(t);const r=document.createElement("div");r.innerText="What do you think about this service?",r.setAttribute("id","feedback__description"),e.appendChild(r);const o=document.createElement("div");o.setAttribute("id","feedback__stars-container");let i=0;const a=[];for(let n=1;n<=5;n++){const e=document.createElement("span");e.innerHTML="🍪",e.setAttribute("id","feedback__stars-item"),e.style.filter="grayscale(100%)",e.setAttribute("data-rating",n),e.addEventListener("click",(function(){i=n,s(n),c.style.display="block"})),e.addEventListener("mouseover",(function(){s(n)})),e.addEventListener("mouseout",(function(){s(i)})),o.appendChild(e),a.push(e)}e.appendChild(o);const c=document.createElement("div");c.setAttribute("id","feedback__review-container");const l=document.createElement("textarea");l.setAttribute("id","feedback__review-text"),l.placeholder="Enter your feeback here...",c.appendChild(l);const d=document.createElement("button");function s(n){a.forEach(((e,t)=>{e.style.filter=t{e.parentNode.removeChild(e)})).catch((n=>{console.error("Error:",n)}))}()})),c.appendChild(d),e.appendChild(c),document.body.appendChild(e)}();