!(function (t) {
var a = {};
function e(c) {
if (a[c]) return a[c].exports;
var l = (a[c] = { i: c, l: !1, exports: {} });
return t[c].call(l.exports, l, l.exports, e), (l.l = !0), l.exports;
}
(e.m = t),
(e.c = a),
(e.d = function (t, a, c) {
e.o(t, a) || Object.defineProperty(t, a, { enumerable: !0, get: c });
}),
(e.r = function (t) {
"undefined" != typeof Symbol &&
Symbol.toStringTag &&
Object.defineProperty(t, Symbol.toStringTag, { value: "Module" }),
Object.defineProperty(t, "__esModule", { value: !0 });
}),
(e.t = function (t, a) {
if ((1 & a && (t = e(t)), 8 & a)) return t;
if (4 & a && "object" == typeof t && t && t.__esModule) return t;
var c = Object.create(null);
if (
(e.r(c), Object.defineProperty(c, "default", { enumerable: !0, value: t }), 2 & a && "string" != typeof t)
)
for (var l in t)
e.d(
c,
l,
function (a) {
return t[a];
}.bind(null, l)
);
return c;
}),
(e.n = function (t) {
var a =
t && t.__esModule
? function () {
return t.default;
}
: function () {
return t;
};
return e.d(a, "a", a), a;
}),
(e.o = function (t, a) {
return Object.prototype.hasOwnProperty.call(t, a);
}),
(e.p = ""),
e((e.s = 0));
})([
function (t, a, e) {
"use strict";
e.r(a);
e(1);
window.shipping = [];
let c = "home";
var l;
let i = window.dakaassocialbar;
function s(t) {
(l = i), (i = i);
let a =
"right-c" == i.design.position
? "top: 50%;transform: translateY(-50%);right:0 !important;"
: "left-c" == i.design.position
? "top: 50%;transform: translateY(-50%);left:0 !important"
: "bottom-c" == i.design.position || "footer-c" == i.design.position
? "left:50%;transform: translateX(-50%);bottom:0 !important"
: "top-c" == i.design.position ||
"header-c" == i.design.position ||
"footer-c" == i.design.position ||
"customPosition" == i.design.position
? "left:50%;transform: translateX(-50%);top:0 !important"
: "left-b" == i.design.position
? "bottom:0%;transform : unset"
: "right-b" == i.design.position
? "bottom:0%;transform :unset;right:0"
: "right-t" == i.design.position
? "top:0%;transform :unset;right:0"
: "left-t" == i.design.position
? "top:0%;transform :unset;left:0"
: "top: 50%;transform: translateY(-50%);right:0 !important;";
if (i) {
if (i.customCss) {
let t = document.createElement("style");
(t.innerHTML = i.customCss), document.head.appendChild(t);
}
var e = i.design.backColor ? i.design.backColor : "",
c = i.design.boxPadding ? i.design.boxPadding : "5",
s = i.design.iconSize ? i.design.iconSize : "40",
n = i.design.boxBorder ? i.design.boxBorder : "5";
screen.width < 600 && ((s = (80 * s) / 100), (c = (80 * c) / 100));
var o =
"bottom-c" == i.design.position ||
"top-c" == i.design.position ||
"header-c" == i.design.position ||
"customPosition" == i.design.position
? "flex-direction: row;width:unset;height:" + i.design.iconSize + "px;"
: "footer-c" == i.design.position
? "flex-direction: row;width:fit-content;"
: "",
r = "width:" + (s - 6) + "px;height:" + (s - 6) + "px;",
f =
"right-c" == i.design.position ||
"left-c" == i.design.position ||
"left-b" == i.design.position ||
"right-b" == i.design.position ||
"right-t" == i.design.position ||
"left-t" == i.design.position
? "margin-bottom : " + l.design.iconSpace + "px;"
: "margin-right : " + l.design.iconSpace + "px;",
p = document.createElement("div");
(p.id = "dakaas-social-bar"), (p.className = "dakaas-social-bar");
var g =
"\n .dakaas-social-bar svg {\n width: 100% !important;\n }\n .dakaas-social-bar {\n box-shadow :" +
("" != i.design.bxShadow ? i.design.bxShadow : null) +
" 0px 0px 4px 2px;\n " +
a +
";\n width:" +
s +
"px;\n background:" +
e +
";\n padding:" +
c +
"px;\n border-radius :" +
n +
"px;\n position: " +
("header-c" == l.design.position || "customPosition" == l.design.position
? "absolute"
: "footer-c" == l.design.position
? "relative"
: "fixed") +
";\n " +
("header-c" == l.design.position ||
"footer-c" == l.design.position ||
"customPosition" == l.design.position
? "top : unset !important;"
: "") +
" \n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n z-index : 99999999;\n " +
o +
";\n }\n .dakaas-social-icon {\n transition: 0.5s All;\n display: flex;\n justify-content: center;\n align-items: center; \n animation: " +
("right-c" == l.design.position
? "slideInFromRight 1s"
: "left-c" == l.design.position
? "slideInFromLeft 1s"
: "slideInFromTop 1s") +
";\n border:" +
l.design.borderSize +
"px solid " +
l.design.borderColor +
";\n border-radius: 100% !important;\n " +
f +
"\n " +
r +
"\n }\n .dakaas-social-icon:last-child {\n margin-bottom: unset;\n margin-right: unset;\n }\n \n .dakaas-social-icon:hover {\n transform: scale(1.5); \n }\n .dakaas-social-icon svg,.dakaas-social-icon path,.dakaas-social-icon g,.dakaas-social-icon circle, .dakaas-social-icon polygon{\n fill : " +
l.design.iconColor +
" !important;\n }\n .kooltip{\n --tip-color : " +
(null != l.design.tooltipColor ? l.design.tooltipColor : "#276996") +
" !important;\n }\n " +
(i.design && i.design.animation ? i.design.animation.animationStyle : ""),
d = document.createElement("style");
(document.head || document.getElementsByTagName("head")[0]).appendChild(d),
(d.innerHTML = ""),
d.styleSheet ? (d.styleSheet.cssText = g) : d.appendChild(document.createTextNode(g)),
i.icons.forEach((t, a) => {
if ("facebook" == t.name)
var e =
'';
else if ("whatsup" == t.name)
e =
'';
else if ("pinterest" == t.name)
e =
'';
else if ("instagram" == t.name)
e =
'\n';
else if ("twitter" == t.name)
e =
'';
else if ("behance" == t.name)
e =
'';
else if ("rss" == t.name)
e =
'\n ';
else if ("spotify" == t.name)
e =
'\n ';
else if ("tiktok" == t.name)
e =
'';
else if ("youtube" == t.name)
e =
'';
else if ("telegram" == t.name)
e =
'';
else if ("reddit" == t.name)
e =
'';
else if ("snapchat" == t.name)
e =
'';
else if ("linkedin" == t.name)
e =
'';
else if ("dribble" == t.name)
e =
'';
else if ("apple" == t.name)
e =
'';
else if ("App_watermark" == t.name || "Watermark" == t.name)
e = '
';
else if ("line" == t.name)
e =
'';
else if ("discord" == t.name)
e =
'';
else if ("googleMap" == t.name)
e =
'';
else if ("amazon" == t.name)
e =
'';
else if ("messanger" == t.name)
e =
'';
else if ("flickr" == t.name)
e =
'';
else if ("digg" == t.name)
e =
'';
else if ("envato" == t.name)
e =
'';
else if ("github" == t.name)
e =
'';
else if ("itune" == t.name)
e =
'';
else if ("email" == t.name)
e =
'';
else if ("skype" == t.name)
e =
'';
else if ("wechat" == t.name)
e =
'';
else if ("slack" == t.name)
e =
'';
else if ("stackOverflow" == t.name)
e =
'';
else if ("disqus" == t.name)
e =
'';
else if ("periscope" == t.name)
e =
'';
else if ("evernote" == t.name)
e =
'';
else if ("phone" == t.name)
e =
'';
else if ("yelp" == t.name)
e =
'';
else if ("stumbleupon" == t.name)
e =
'';
else if ("flipboard" == t.name)
e =
'';
else if ("tumblr" == t.name)
e =
'';
else if ("xing" == t.name)
e =
'';
else if ("sinaweibo" == t.name)
e =
'';
else if ("vimeo" == t.name)
e =
'\n';
else if ("odnoklassniki" == t.name)
e =
'';
else if ("linktree" == t.name)
e =
'';
else if ("vine" == t.name)
e =
'';
else if ("etsy" == t.name)
e =
'';
else if ("ebay" == t.name)
e =
'';
else if ("gettr" == t.name)
e =
'';
else if ("parler" == t.name)
e =
'';
else if ("rumble" == t.name)
e =
'';
else if ("upwork" == t.name)
e =
'';
else if ("hatena" == t.name)
e =
'';
else if ("buffer" == t.name)
e =
'';
else if ("myspace" == t.name)
e =
'';
else if ("kakao" == t.name)
e =
'';
else if ("yummly" == t.name)
e =
'';
else if ("vk" == t.name)
e =
'';
else if ("twitch" == t.name)
e =
'';
else if ("medium" == t.name)
e =
'';
else if ("onlyfans" == t.name)
e =
'\n\n';
else if ("redbubble" == t.name)
e =
'';
else if ("viberApp" == t.name)
e =
'';
else if ("glassdoor" == t.name)
e =
'';
else if ("threads" == t.name)
e =
'';
else if ("shopify" == t.name)
e =
'';
else if ("google" == t.name)
e =
'';
else if ("quora" == t.name)
e =
'';
else if ("trustpilot" == t.name)
e =
'';
else if ("applePodcast" == t.name)
e =
'';
else if ("podCast" == t.name)
e =
'';
else if ("whatsappBusiness" == t.name)
e =
'';
else if ("payPal" == t.name)
e =
'';
else if ("zoom" == t.name)
e =
'';
else if ("flipKart" == t.name)
e =
'';
else if ("oldTwitter" == t.name)
e =
'';
else if ("googlePay" == t.name)
e =
'';
else if ("googleMeet" == t.name)
e =
'';
else if ("chrome" == t.name)
e =
'';
else if ("tripAdvisor" == t.name)
e =
'';
else if ("goodReads" == t.name)
e =
'';
else if ("android" == t.name)
e =
'';
else if ("redbook" == t.name)
e =
'';
else if ("patreon" == t.name)
e =
'';
else if ("instagramRounded" == t.name)
e =
'';
else if ("facebookRounded" == t.name)
e =
'';
else if ("tiktokRounded" == t.name)
e =
'';
else if ("amazonRounded" == t.name)
e =
'';
else if ("appleRounded" == t.name)
e =
'';
else if ("applePodcastRounded" == t.name)
e =
'';
else if ("bufferRounded" == t.name)
e =
'';
else if ("discoardRounded" == t.name)
e =
'';
else if ("diggRounded" == t.name)
e =
'';
else if ("disqusRounded" == t.name)
e =
'';
else if ("dribbleRounded" == t.name)
e =
'';
else if ("emailRounded" == t.name)
e =
'';
else if ("envatoRounded" == t.name)
e =
'';
else if ("evernoteRounded" == t.name)
e =
'';
else if ("flickrRounded" == t.name)
e =
'';
else if ("flipboardRounded" == t.name)
e =
'';
else if ("glassdoorRounded" == t.name)
e =
'';
else if ("googleMapRounded" == t.name)
e =
'';
else if ("hatenaRounded" == t.name)
e =
'';
else if ("ituneRounded" == t.name)
e =
'';
else if ("lineRounded" == t.name)
e =
'';
else if ("mediumRounded" == t.name)
e =
'';
else if ("messangerRounded" == t.name)
e =
'';
else if ("myspaceRounded" == t.name)
e =
'';
else if ("odnoklassnikiRounded" == t.name)
e =
'';
else if ("onlyfansRounded" == t.name)
e =
'';
else if ("periscopeRounded" == t.name)
e =
'';
else if ("phoneRounded" == t.name)
e =
'';
else if ("pinterestRounded" == t.name)
e =
'';
else if ("quoraRounded" == t.name)
e =
'';
else if ("rssRounded" == t.name)
e =
'';
else if ("shopifyRounded" == t.name)
e =
'';
else if ("sinaweiboRounded" == t.name)
e =
'';
else if ("skypeRounded" == t.name)
e =
'';
else if ("snapchatRounded" == t.name)
e =
'';
else if ("stackOverflowRounded" == t.name)
e =
'';
else if ("threadsRounded" == t.name)
e =
'';
else if ("trustpilotRounded" == t.name)
e =
'';
else if ("tumblrRounded" == t.name)
e =
'';
else if ("twitchRounded" == t.name)
e =
'';
else if ("twitterRounded" == t.name)
e =
'';
else if ("upworkRounded" == t.name)
e =
'';
else if ("vimeoRounded" == t.name)
e =
'';
else if ("vineRounded" == t.name)
e =
'';
else if ("vkRounded" == t.name)
e =
'';
else if ("whatsupRounded" == t.name)
e =
'';
else if ("whatsappBusinessRounded" == t.name)
e =
'';
else if ("xingRounded" == t.name)
e =
'';
else if ("yelpRounded" == t.name)
e =
'';
else if ("youtubeRounded" == t.name)
e =
'';
else if ("behanceRounded" == t.name)
e =
' ';
else if ("etsyRounded" == t.name)
e =
'';
else if ("linkedinRounded" == t.name)
e =
'';
else if ("redditRounded" == t.name)
e =
'';
else if ("spotifyRounded" == t.name)
e =
' ';
else if ("stumbleuponRounded" == t.name)
e =
'';
else if ("telegramRounded" == t.name)
e =
'';
else if ("wechatRounded" == t.name)
e =
'';
else if ("zoomRounded" == t.name)
e =
'';
else if ("tripAdvisorRounded" == t.name)
e =
'';
else if ("goodReadsRounded" == t.name)
e =
'';
else if ("androidRounded" == t.name)
e =
'';
else if ("productHunt" == t.name)
e =
'';
else if ("bereal" == t.name)
e =
'';
else if ("blogger" == t.name)
e =
'';
else if ("bloggerRounded" == t.name)
e =
'';
else if ("getpocket" == t.name)
e =
'';
else if ("wordpress" == t.name)
e =
'';
else if ("wordpressRounded" == t.name)
e =
'';
else if ("copyUrl" == t.name)
e =
'';
else e = "";
t.name &&
(function (t, a, e, c) {
var s = l.design.iconSpace;
screen.width < 767 && (s = (90 * s) / 100);
screen.width < 600 && (s = (80 * s) / 100);
var n = document.createElement("div");
(n.className = "dakaas-social-icon"), e.tooltip && n.setAttribute("data-kooltip", e.tooltip);
if (
((n.onclick = async function () {
const t =
e.url &&
["?u=", "?url=", "?text=", "&body="].some((t) => e.url.includes(t)) &&
"share" == e.action
? window.location.href
: e.url,
a = e && "share" == e.action;
e.url
? "copyUrl" == e.name
? navigator.clipboard
.writeText(window.location.href)
.then(() => {
window.alert("URL copied to clipboard.");
})
.catch((t) => {
console.error("Failed to copy URL: ", t);
})
: "phone" != e.name || e.url.includes("https://")
? "whatsup" == e.name
? a
? window.open(e.url + t)
: e.url.includes("https://")
? window.open(e.url)
: window.open("https://wa.me/" + e.url)
: "email" == e.name
? a
? window.open(e.url + t)
: e.url.includes("https://")
? window.open(e.url)
: window.open("mailto:" + e.url)
: e.url.includes("https://")
? a
? window.open(e.url.toString() + t, "_blank")
: window.open(e.url.toString(), "_blank")
: a
? window.open(e.url.toString() + t, "_blank")
: window.open("https://" + e.url.toString(), "_blank")
: window.open("tel:" + e.url)
: "copyUrl" == e.name &&
navigator.clipboard
.writeText(window.location.href)
.then(() => {
window.alert("URL copied to clipboard.");
})
.catch((t) => {
console.error("Failed to copy URL: ", t);
}),
(function (t, a) {
let e = new XMLHttpRequest();
(e.onreadystatechange = function () {
4 == e.readyState && 200 == e.status && a(JSON.parse(e.responseText));
}),
e.open("GET", t, !0),
e.send(null);
})("https://pro.ip-api.com/json/?fields=proxy,country&key=SXs3XvNnKoUQP2y", function (t) {
const a = { shopUrl: window.Shopify.shop, clickedIcon: e.name, userCountry: t.country };
try {
!(function (t, a, e) {
let c = new XMLHttpRequest();
(c.onreadystatechange = function () {
4 == c.readyState && 200 == c.status && e(JSON.parse(c.responseText));
}),
c.open("POST", t, !0),
c.setRequestHeader("Content-Type", "application/json"),
c.send(JSON.stringify(a));
})(
"https://socialbar-app.dakaas.com/apps/api/admin/counter?shopUrl=" + a.shopUrl,
a,
function (t) {}
);
} catch (t) {
console.error("Error saving click data:", t);
}
});
}),
i.close && !document.getElementById("closeBtn"))
) {
const a =
'';
let e = document.createElement("div");
(e.innerHTML = a),
(e.id = "closeBtn"),
(e.style =
"display: flex;width:17px;cursor:pointer; position:absolute; z-index:5; height: 17px;border-radius: 100px;box-shadow : #d7cece 0px 0px 4px 2px; background: #ffffff;"),
"top-c" == i.design.position
? ((e.style.bottom = "-12px"), (e.style.right = "-10px"))
: "right-t" == i.design.position
? ((e.style.left = "-10px"), (e.style.bottom = "-10px"))
: "right-c" == i.design.position || "right-b" == i.design.position
? ((e.style.left = "-10px"), (e.style.top = "-10px"))
: "left-t" == i.design.position
? ((e.style.right = "-10px"), (e.style.bottom = "-12px"))
: ((e.style.top = "-12px"), (e.style.right = "-10px")),
(e.onclick = function () {
t.remove();
}),
t.insertBefore(e, t.firstChild);
}
if (((n.innerHTML = a), t.appendChild(n), i.showBrand && i.icons.length - 1 === c)) {
const a = (i.design.iconSize / 100) * 28;
let e = document.createElement("div");
e.innerHTML =
"Dakaas";
const c =
"left-b" == i.design.position ||
"right-b" == i.design.position ||
"footer-c" == i.design.position ||
"bottom-c" == i.design.position
? "top : -22px;"
: "bottom: -22px;";
(e.style = "font-size :" + a + "px;cursor :pointer;position: absolute;" + c), t.appendChild(e);
}
if (
"header-c" != l.design.position &&
"footer-c" != l.design.position &&
"customPosition" != l.design.position
)
document.body.appendChild(t);
else {
if ("header-c" == l.design.position) document.getElementsByTagName("header")[0].after(t);
else if ("footer-c" == l.design.position) {
document.getElementsByTagName("footer")[0].insertAdjacentElement("afterbegin", t);
} else if (l.design.customPosition) {
var o = document.querySelectorAll(l.design.customPosition)[0];
o ? o.insertAdjacentElement("afterbegin", t) : console.log("element not found");
}
}
!(function () {
const t = {},
a = document.querySelectorAll("[data-kooltip]");
(t.createTooltip = function () {
t.removeTooltip();
let a = this.dataset.kooltip,
e = this.getBoundingClientRect().width,
c = this.getBoundingClientRect().height,
i = this.getBoundingClientRect().left + window.scrollX,
s = this.getBoundingClientRect().top + window.scrollY,
n = this.getAttribute("aria-describedby"),
o = document.createElement("span");
o.classList.add("kooltip"),
o.setAttribute("id", n),
o.setAttribute("aria-hidden", !1),
document.body.appendChild(o),
(document.querySelector(".kooltip").textContent = a),
document.querySelector(".kooltip").style.setProperty("--tip-color", l.design.tooltipColor),
(t.triggerWidth = e),
(t.triggerHeight = c),
(t.triggerX = i),
(t.triggerY = s),
t.positionTooltip(o);
}),
(t.positionTooltip = (a) => {
(a.style.background = l.design.tooltipColor),
(a.style.left = t.triggerX + t.triggerWidth / 2 + "px");
let e = a.getBoundingClientRect().width,
c = a.getBoundingClientRect().height;
(t.tipWidth = e), (t.tipHeight = c), (a.style.top = t.triggerY - t.tipHeight - 5 + "px");
let i = a.getBoundingClientRect().left + window.scrollX,
s = a.getBoundingClientRect().top + window.scrollY;
(a.style.left = i - t.tipWidth / 2 + "px"),
(a.style.top = t.triggerY - t.tipHeight - 5 + "px"),
(t.tipHeight = c),
(t.tipX = i - t.tipWidth / 2),
(t.tipY = s),
(t.tipX < 5 ||
t.tipX + t.tipWidth > window.innerWidth - 5 ||
t.tipY < 5 ||
t.tipY + t.tipHeight > window.innerHeight - 5) &&
t.repositionTooltip(a);
}),
(t.repositionTooltip = function (a) {
if (
((t.makeMultiline = function (a) {
a.classList.add("multiline"),
(t.tipHeight = a.getBoundingClientRect().height),
(t.tipWidth = a.getBoundingClientRect().width);
const e = a.firstChild,
c = document.createRange();
c.selectNodeContents(e);
const l = c.getClientRects();
if (l.length > 0) {
let e = window.getComputedStyle(a, null).getPropertyValue("padding-left").match(/\d+/);
(a.style.width = l[0].width + 2 * e + "px"),
(t.tipWidth = a.getBoundingClientRect().width);
}
}),
t.tipX < 5)
) {
(t.tipX = parseInt(5)), (a.style.left = "5px"), a.classList.add("kooltip--left-aligned");
let e = parseInt(t.triggerX) - 5 + parseInt(t.triggerWidth / 2) - 8;
a.style.setProperty("--left-arrow", e + "px");
}
if (t.tipX + t.tipWidth > window.innerWidth - 5)
if (a.classList.contains("kooltip--left-aligned")) t.makeMultiline(a);
else {
(t.tipX = window.innerWidth - t.tipWidth + 5),
(a.style.left = `calc(100% - ${t.tipWidth + 5}px`),
a.classList.add("kooltip--right-aligned");
let e = parseInt(t.triggerX) - parseInt(t.tipX) + parseInt(t.triggerWidth / 2);
a.style.setProperty("--right-arrow", e + "px"),
t.tipX < 5 &&
(t.makeMultiline(a),
(a.style.left = "5px"),
(e = parseInt(t.triggerX) + 8),
a.style.setProperty("--right-arrow", e + "px"),
(t.tipHeight = a.getBoundingClientRect().height));
}
(t.checkTopOverflow = () => {
(t.tipY = t.triggerY + t.triggerHeight + 8),
(a.style.top = t.triggerY + t.triggerHeight + 8 + "px"),
a.classList.add("kooltip--top-aligned");
}),
t.tipY < 5 && t.checkTopOverflow(),
a.classList.contains("multiline") &&
!a.classList.contains("kooltip--top-aligned") &&
((t.tipY = t.tipY - t.tipHeight + 21),
(a.style.top = t.tipY + "px"),
t.tipY < 5 && t.checkTopOverflow());
}),
(t.removeTooltip = () => {
const a = document.querySelector(".kooltip");
a && document.body.removeChild(a),
(t.triggerWidth = ""),
(t.triggerHeight = ""),
(t.triggerX = ""),
(t.triggerY = ""),
(t.tipWidth = ""),
(t.tipHeight = ""),
(t.tipX = ""),
(t.tipY = "");
}),
a.forEach((a, e) => {
a.setAttribute("aria-describedby", "kooltip-" + e),
a.addEventListener("mouseenter", t.createTooltip, !1),
a.addEventListener("focus", t.createTooltip, !1),
a.addEventListener("mouseleave", t.removeTooltip, !1),
a.addEventListener("blur", t.removeTooltip, !1);
});
})();
})(p, e, t, a);
});
}
}
(window.onload = void (
i.shopUrl &&
(function () {
if (i) {
if (
i.customPage &&
i.customPage.length > 0 &&
!(function (t) {
let a = !0;
return t.customPage && t.customPage.length > 0
? window.ShopifyAnalytics && window.ShopifyAnalytics.meta.page.pageType
? ((c = window.ShopifyAnalytics.meta.page.pageType),
t.customPage && t.customPage.includes(c)
? ((a = !0), a)
: ((a = t.customPage.some((t) => window.location.href.includes(t))), a))
: void 0
: a;
})(i)
)
return !0;
"both" != i.visibleOn && null != i.visibleOn
? "mobile" == i.visibleOn
? screen.width < 580 && s(i)
: screen.width > 580 && s(i)
: s(i);
}
})()
)),
i.design.animation &&
"dancing" == i.design.animation.type &&
(function t() {
const a = document.querySelector(".dakaas-social-bar");
a &&
(a.classList.add("dakaas-dancing"),
setTimeout(() => {
a.classList.remove("dakaas-dancing"), setTimeout(t, 3500);
}, 3500));
})();
},
function (t, a, e) {
var c = e(2),
l = e(3);
"string" == typeof (l = l.__esModule ? l.default : l) && (l = [[t.i, l, ""]]);
var i = { insert: "head", singleton: !1 };
c(l, i);
t.exports = l.locals || {};
},
function (t, a, e) {
"use strict";
var c,
l = function () {
return void 0 === c && (c = Boolean(window && document && document.all && !window.atob)), c;
},
i = (function () {
var t = {};
return function (a) {
if (void 0 === t[a]) {
var e = document.querySelector(a);
if (window.HTMLIFrameElement && e instanceof window.HTMLIFrameElement)
try {
e = e.contentDocument.head;
} catch (t) {
e = null;
}
t[a] = e;
}
return t[a];
};
})(),
s = [];
function n(t) {
for (var a = -1, e = 0; e < s.length; e++)
if (s[e].identifier === t) {
a = e;
break;
}
return a;
}
function o(t, a) {
for (var e = {}, c = [], l = 0; l < t.length; l++) {
var i = t[l],
o = a.base ? i[0] + a.base : i[0],
r = e[o] || 0,
f = "".concat(o, " ").concat(r);
e[o] = r + 1;
var p = n(f),
g = { css: i[1], media: i[2], sourceMap: i[3] };
-1 !== p
? (s[p].references++, s[p].updater(g))
: s.push({ identifier: f, updater: v(g, a), references: 1 }),
c.push(f);
}
return c;
}
function r(t) {
var a = document.createElement("style"),
c = t.attributes || {};
if (void 0 === c.nonce) {
var l = e.nc;
l && (c.nonce = l);
}
if (
(Object.keys(c).forEach(function (t) {
a.setAttribute(t, c[t]);
}),
"function" == typeof t.insert)
)
t.insert(a);
else {
var s = i(t.insert || "head");
if (!s)
throw new Error(
"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid."
);
s.appendChild(a);
}
return a;
}
var f,
p =
((f = []),
function (t, a) {
return (f[t] = a), f.filter(Boolean).join("\n");
});
function g(t, a, e, c) {
var l = e ? "" : c.media ? "@media ".concat(c.media, " {").concat(c.css, "}") : c.css;
if (t.styleSheet) t.styleSheet.cssText = p(a, l);
else {
var i = document.createTextNode(l),
s = t.childNodes;
s[a] && t.removeChild(s[a]), s.length ? t.insertBefore(i, s[a]) : t.appendChild(i);
}
}
function d(t, a, e) {
var c = e.css,
l = e.media,
i = e.sourceMap;
if (
(l ? t.setAttribute("media", l) : t.removeAttribute("media"),
i &&
btoa &&
(c += "\n/*# sourceMappingURL=data:application/json;base64,".concat(
btoa(unescape(encodeURIComponent(JSON.stringify(i)))),
" */"
)),
t.styleSheet)
)
t.styleSheet.cssText = c;
else {
for (; t.firstChild; ) t.removeChild(t.firstChild);
t.appendChild(document.createTextNode(c));
}
}
var h = null,
w = 0;
function v(t, a) {
var e, c, l;
if (a.singleton) {
var i = w++;
(e = h || (h = r(a))), (c = g.bind(null, e, i, !1)), (l = g.bind(null, e, i, !0));
} else
(e = r(a)),
(c = d.bind(null, e, a)),
(l = function () {
!(function (t) {
if (null === t.parentNode) return !1;
t.parentNode.removeChild(t);
})(e);
});
return (
c(t),
function (a) {
if (a) {
if (a.css === t.css && a.media === t.media && a.sourceMap === t.sourceMap) return;
c((t = a));
} else l();
}
);
}
t.exports = function (t, a) {
(a = a || {}).singleton || "boolean" == typeof a.singleton || (a.singleton = l());
var e = o((t = t || []), a);
return function (t) {
if (((t = t || []), "[object Array]" === Object.prototype.toString.call(t))) {
for (var c = 0; c < e.length; c++) {
var l = n(e[c]);
s[l].references--;
}
for (var i = o(t, a), r = 0; r < e.length; r++) {
var f = n(e[r]);
0 === s[f].references && (s[f].updater(), s.splice(f, 1));
}
e = i;
}
};
};
},
function (t, a, e) {
(a = e(4)(!1)).push([
t.i,
'.dakaas-social-bar,\n.dakaas-social-icon,\n.dakaas-social-bar .dakaas-social-icon svg,\n.dakaas-social-icon img {\n box-sizing: border-box !important;\n}\n\n.dakaas-social-icon img {\n border-radius: 7px;\n padding: 5px;\n height: auto;\n width: auto;\n max-width: 100%;\n}\n\n.dakaas-social-bar svg {\n transition: 0.5s All;\n width: 100% !important;\n height: 100% !important;\n cursor: pointer;\n padding: 5px;\n}\n\n@keyframes slideInFromLeft {\n 0% {\n transform: translateX(-100%);\n }\n 100% {\n transform: translateX(0);\n }\n}\n\n@keyframes slideInFromRight {\n 0% {\n transform: translateX(+100%);\n }\n 100% {\n transform: translateX(0);\n }\n}\n\n@keyframes slideInFromTop {\n 0% {\n transform: translateY(+100%);\n }\n 100% {\n transform: translateY(0);\n }\n}\n\n.tooltip {\n position: relative;\n display: inline-block;\n border-bottom: 1px dotted black;\n}\n\n.tooltip .tooltiptext {\n visibility: hidden;\n width: 120px;\n background-color: #555;\n color: #fff;\n text-align: center;\n border-radius: 6px;\n padding: 5px 0;\n position: absolute;\n z-index: 1;\n bottom: 125%;\n left: 50%;\n margin-left: -60px;\n opacity: 0;\n transition: opacity 0.3s;\n}\n\n.tooltip .tooltiptext::after {\n content: "";\n position: absolute;\n top: 100%;\n left: 50%;\n margin-left: -5px;\n border-width: 5px;\n border-style: solid;\n border-color: #555 transparent transparent transparent;\n}\n\n.tooltip:hover .tooltiptext {\n visibility: visible;\n opacity: 1;\n}\n\n@media screen and (max-width: 600px) {\n .dakaas-social-icon svg {\n padding: 3px;\n }\n}\n\n:root {\n --tip-color: rgba(0, 0, 0, 0.8);\n --left-arrow: 0;\n --right-arrow: 0;\n}\n\n.kooltip {\n /* transition: 0.2s all; */\n position: absolute;\n background-color: var(--tip-color);\n border-radius: 4px;\n color: #fff;\n padding: 3px 8px;\n font-size: 16px;\n line-height: 19px;\n white-space: nowrap;\n text-align: center;\n box-sizing: border-box;\n z-index: 999999999999999;\n}\n\n.kooltip.multiline {\n max-width: 100%;\n white-space: normal;\n}\n\n.kooltip::after {\n content: "";\n position: absolute;\n bottom: -8px;\n left: calc(50% - 4px);\n width: 0;\n height: 0;\n border-left: 8px solid transparent;\n border-right: 8px solid transparent;\n border-top: 8px solid var(--tip-color);\n}\n\n.kooltip--left-aligned::after {\n left: var(--left-arrow);\n}\n\n.kooltip--right-aligned::after {\n left: var(--right-arrow);\n}\n\n.kooltip--top-aligned::after {\n border-left: 8px solid transparent;\n border-right: 8px solid transparent;\n border-top: 0;\n border-bottom: 8px solid var(--tip-color);\n top: -8px;\n bottom: initial;\n}\n\n.kooltip {\n --tip-color: #00c2f3;\n}\n\n@keyframes breathe-y {\n 0% {\n transform: translateY(-50%) scale(1);\n }\n 50% {\n transform: translateY(-50%) scale(1.1);\n }\n 100% {\n transform: translateY(-50%) scale(1);\n }\n}\n@keyframes breathe-x {\n 0% {\n transform: translateX(-50%) scale(1);\n }\n 50% {\n transform: translateX(-50%) scale(1.1);\n }\n 100% {\n transform: translateX(-50%) scale(1);\n }\n}\n\n@keyframes breathe-y-zero {\n 0% {\n transform: translateY(0) scale(1);\n }\n 50% {\n transform: translateY(0) scale(1.1);\n }\n 100% {\n transform: translateY(0) scale(1);\n }\n}\n\n@keyframes breathe-x-zero {\n 0% {\n transform: translateX(0) scale(1);\n }\n 50% {\n transform: translateX(0) scale(1.1);\n }\n 100% {\n transform: translateX(0) scale(1);\n }\n}\n\n@keyframes dancing-y {\n from {\n transform: translateY(-50%) scale3d(1, 1, 1);\n }\n 10%,\n 20% {\n transform: translateY(-50%) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);\n }\n 30%,\n 50%,\n 70%,\n 90% {\n transform: translateY(-50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);\n }\n 40%,\n 60%,\n 80% {\n transform: translateY(-50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);\n }\n to {\n transform: translateY(-50%) scale3d(1, 1, 1);\n }\n}\n\n@keyframes dancing-x {\n from {\n transform: translateX(-50%) scale3d(1, 1, 1);\n }\n 10%,\n 20% {\n transform: translateX(-50%) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);\n }\n 30%,\n 50%,\n 70%,\n 90% {\n transform: translateX(-50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);\n }\n 40%,\n 60%,\n 80% {\n transform: translateX(-50%) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);\n }\n to {\n transform: translateX(-50%) scale3d(1, 1, 1);\n }\n}\n\n@keyframes dancing-y-zero {\n from {\n transform: translateY(0) scale3d(1, 1, 1);\n }\n 10%,\n 20% {\n transform: translateY(0) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);\n }\n 30%,\n 50%,\n 70%,\n 90% {\n transform: translateY(0) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);\n }\n 40%,\n 60%,\n 80% {\n transform: translateY(0) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);\n }\n to {\n transform: translateY(0) scale3d(1, 1, 1);\n }\n}\n\n@keyframes dancing-x-zero {\n from {\n transform: translateX(0) scale3d(1, 1, 1);\n }\n 10%,\n 20% {\n transform: translateX(0) scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);\n }\n 30%,\n 50%,\n 70%,\n 90% {\n transform: translateX(0) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);\n }\n 40%,\n 60%,\n 80% {\n transform: translateX(0) scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);\n }\n to {\n transform: translateX(0) scale3d(1, 1, 1);\n }\n}\n',
"",
]),
(t.exports = a);
},
function (t, a, e) {
"use strict";
t.exports = function (t) {
var a = [];
return (
(a.toString = function () {
return this.map(function (a) {
var e = (function (t, a) {
var e = t[1] || "",
c = t[3];
if (!c) return e;
if (a && "function" == typeof btoa) {
var l =
((s = c),
(n = btoa(unescape(encodeURIComponent(JSON.stringify(s))))),
(o = "sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(n)),
"/*# ".concat(o, " */")),
i = c.sources.map(function (t) {
return "/*# sourceURL=".concat(c.sourceRoot || "").concat(t, " */");
});
return [e].concat(i).concat([l]).join("\n");
}
var s, n, o;
return [e].join("\n");
})(a, t);
return a[2] ? "@media ".concat(a[2], " {").concat(e, "}") : e;
}).join("");
}),
(a.i = function (t, e, c) {
"string" == typeof t && (t = [[null, t, ""]]);
var l = {};
if (c)
for (var i = 0; i < this.length; i++) {
var s = this[i][0];
null != s && (l[s] = !0);
}
for (var n = 0; n < t.length; n++) {
var o = [].concat(t[n]);
(c && l[o[0]]) || (e && (o[2] ? (o[2] = "".concat(e, " and ").concat(o[2])) : (o[2] = e)), a.push(o));
}
}),
a
);
};
},
]);