/* Minification failed. Returning unminified contents. (1,83-84): run-time error JS1195: Expected expression: ) (1,86-87): run-time error JS1195: Expected expression: > (1,153-154): run-time error JS1014: Invalid character: ` (1,154-155): run-time error JS1195: Expected expression: < (1,199-207): run-time error JS1004: Expected ';': position (1,229-236): run-time error JS1004: Expected ';': padding (1,238-241): run-time error JS1306: Invalid numeric literal: 0px (1,256-261): run-time error JS1004: Expected ';': width (1,263-267): run-time error JS1306: Invalid numeric literal: 90px (1,282-286): run-time error JS1004: Expected ';': font (1,291-292): run-time error JS1004: Expected ';': : (1,293-298): run-time error JS1306: Invalid numeric literal: 1.2em (1,320-321): run-time error JS1014: Invalid character: # (1,432-436): run-time error JS1306: Invalid numeric literal: 90px (1,459-462): run-time error JS1306: Invalid numeric literal: 1px (1,483-484): run-time error JS1197: Too many errors. The file might not be a JavaScript file: ; */ const iframeUrl = "https://hady.fintech-galaxy.com/?site=fintech", styleAppend = () => { const n = document.querySelector("head"); n && (n.innerHTML += ``) }, htmlAppend = () => { const n = document.querySelector("body"), t = document.createElement("DIV"); if (t.className = "chat-icon", n) { const e = `\n bot\n
\n \n

Ahlan! I am Hady, the Arab region's fintech regulator chatbot.\n\n How can I help you?

\n
\n \n `, o = `\n `; t.innerHTML += e + o, n.appendChild(t) } }, btnAction = () => { document.getElementById("btnChatOpen").onclick = (() => { document.getElementById("botScreen").classList.add("botActive"), document.getElementById("btnChatOpen").classList.remove("btnChatActive") }), document.getElementById("closeBubble").onclick = (() => { document.getElementById("bubbleContainer").style.display = "none" }) }, chatInit = () => { styleAppend(), htmlAppend(), document.getElementById("btnChatOpen").onclick = (() => { document.getElementById("botScreen").classList.add("botActive"), document.getElementById("btnChatOpen").classList.remove("btnChatActive") }), document.getElementById("closeBubble").onclick = (() => { document.getElementById("bubbleContainer").style.display = "none" }) }; window.addEventListener("load", chatInit, !1), window.addEventListener("message", n => { try { document.getElementById("botScreen").classList.remove("botActive"), document.getElementById("btnChatOpen").classList.add("btnChatActive") } catch (n) { } });;