@everymatrix/casino-game-page 1.76.7 → 1.76.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ function wn(e, t) {
17
17
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
18
18
  }
19
19
  let yt;
20
- function oe(e, t) {
20
+ function ae(e, t) {
21
21
  return e === t ? !0 : (yt || (yt = document.createElement("a")), yt.href = t, e === yt.href);
22
22
  }
23
23
  function $i(e) {
@@ -197,7 +197,7 @@ function fo(e, t) {
197
197
  e.$$.dirty[0] === -1 && (Le.push(e), oo(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
198
198
  }
199
199
  function mo(e, t, r, n, i, o, a = null, s = [-1]) {
200
- const l = rt;
200
+ const c = rt;
201
201
  tt(e);
202
202
  const u = e.$$ = {
203
203
  fragment: null,
@@ -213,12 +213,12 @@ function mo(e, t, r, n, i, o, a = null, s = [-1]) {
213
213
  on_disconnect: [],
214
214
  before_update: [],
215
215
  after_update: [],
216
- context: new Map(t.context || (l ? l.$$.context : [])),
216
+ context: new Map(t.context || (c ? c.$$.context : [])),
217
217
  // everything else
218
218
  callbacks: Rr(),
219
219
  dirty: s,
220
220
  skip_bound: !1,
221
- root: t.target || l.$$.root
221
+ root: t.target || c.$$.root
222
222
  };
223
223
  a && a(u.root);
224
224
  let h = !1;
@@ -233,7 +233,7 @@ function mo(e, t, r, n, i, o, a = null, s = [-1]) {
233
233
  u.fragment && u.fragment.c();
234
234
  t.intro && lo(e.$$.fragment), co(e, t.target, t.anchor), j();
235
235
  }
236
- tt(l);
236
+ tt(c);
237
237
  }
238
238
  let xn;
239
239
  typeof HTMLElement == "function" && (xn = class extends HTMLElement {
@@ -284,11 +284,11 @@ typeof HTMLElement == "function" && (xn = class extends HTMLElement {
284
284
  * @param {HTMLElement} target
285
285
  * @param {HTMLElement} [anchor]
286
286
  */
287
- m: function(l, u) {
288
- G(l, o, u);
287
+ m: function(c, u) {
288
+ G(c, o, u);
289
289
  },
290
- d: function(l) {
291
- l && U(o);
290
+ d: function(c) {
291
+ c && U(o);
292
292
  }
293
293
  };
294
294
  };
@@ -398,8 +398,8 @@ function po(e, t, r, n, i, o) {
398
398
  get() {
399
399
  return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
400
400
  },
401
- set(l) {
402
- l = Et(s, l, t), this.$$d[s] = l, this.$$c?.$set({ [s]: l });
401
+ set(c) {
402
+ c = Et(s, c, t), this.$$d[s] = c, this.$$c?.$set({ [s]: c });
403
403
  }
404
404
  });
405
405
  }), n.forEach((s) => {
@@ -562,15 +562,15 @@ var Mt = function() {
562
562
  if (a)
563
563
  if (this._parentage = null, Array.isArray(a))
564
564
  try {
565
- for (var s = sr(a), l = s.next(); !l.done; l = s.next()) {
566
- var u = l.value;
565
+ for (var s = sr(a), c = s.next(); !c.done; c = s.next()) {
566
+ var u = c.value;
567
567
  u.remove(this);
568
568
  }
569
569
  } catch (v) {
570
570
  t = { error: v };
571
571
  } finally {
572
572
  try {
573
- l && !l.done && (r = s.return) && r.call(s);
573
+ c && !c.done && (r = s.return) && r.call(s);
574
574
  } finally {
575
575
  if (t)
576
576
  throw t.error;
@@ -778,8 +778,8 @@ var jr = function() {
778
778
  }, e.prototype.subscribe = function(t, r, n) {
779
779
  var i = this, o = Co(t) ? t : new hr(t, r, n);
780
780
  return xt(function() {
781
- var a = i, s = a.operator, l = a.source;
782
- o.add(s ? s.call(o, l) : l ? i._subscribe(o) : i._trySubscribe(o));
781
+ var a = i, s = a.operator, c = a.source;
782
+ o.add(s ? s.call(o, c) : c ? i._subscribe(o) : i._trySubscribe(o));
783
783
  }), o;
784
784
  }, e.prototype._trySubscribe = function(t) {
785
785
  try {
@@ -794,8 +794,8 @@ var jr = function() {
794
794
  next: function(s) {
795
795
  try {
796
796
  t(s);
797
- } catch (l) {
798
- o(l), a.unsubscribe();
797
+ } catch (c) {
798
+ o(c), a.unsubscribe();
799
799
  }
800
800
  },
801
801
  error: o,
@@ -838,7 +838,7 @@ function Bo(e) {
838
838
  function Co(e) {
839
839
  return e && e instanceof Bn || Bo(e) && Pn(e);
840
840
  }
841
- var Oo = Tn(function(e) {
841
+ var Fo = Tn(function(e) {
842
842
  return function() {
843
843
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
844
844
  };
@@ -853,7 +853,7 @@ var Oo = Tn(function(e) {
853
853
  return n.operator = r, n;
854
854
  }, t.prototype._throwIfClosed = function() {
855
855
  if (this.closed)
856
- throw new Oo();
856
+ throw new Fo();
857
857
  }, t.prototype.next = function(r) {
858
858
  var n = this;
859
859
  xt(function() {
@@ -862,8 +862,8 @@ var Oo = Tn(function(e) {
862
862
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
863
863
  try {
864
864
  for (var a = sr(n.currentObservers), s = a.next(); !s.done; s = a.next()) {
865
- var l = s.value;
866
- l.next(r);
865
+ var c = s.value;
866
+ c.next(r);
867
867
  }
868
868
  } catch (u) {
869
869
  i = { error: u };
@@ -941,30 +941,30 @@ var Oo = Tn(function(e) {
941
941
  var n, i;
942
942
  return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Sn;
943
943
  }, t;
944
- }(Cn), On = {
944
+ }(Cn), Fn = {
945
945
  now: function() {
946
- return (On.delegate || Date).now();
946
+ return (Fn.delegate || Date).now();
947
947
  },
948
948
  delegate: void 0
949
- }, Fo = function(e) {
949
+ }, Oo = function(e) {
950
950
  at(t, e);
951
951
  function t(r, n, i) {
952
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = On);
952
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Fn);
953
953
  var o = e.call(this) || this;
954
954
  return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
955
955
  }
956
956
  return t.prototype.next = function(r) {
957
- var n = this, i = n.isStopped, o = n._buffer, a = n._infiniteTimeWindow, s = n._timestampProvider, l = n._windowTime;
958
- i || (o.push(r), !a && o.push(s.now() + l)), this._trimBuffer(), e.prototype.next.call(this, r);
957
+ var n = this, i = n.isStopped, o = n._buffer, a = n._infiniteTimeWindow, s = n._timestampProvider, c = n._windowTime;
958
+ i || (o.push(r), !a && o.push(s.now() + c)), this._trimBuffer(), e.prototype.next.call(this, r);
959
959
  }, t.prototype._subscribe = function(r) {
960
960
  this._throwIfClosed(), this._trimBuffer();
961
- for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, a = i._buffer, s = a.slice(), l = 0; l < s.length && !r.closed; l += o ? 1 : 2)
962
- r.next(s[l]);
961
+ for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, a = i._buffer, s = a.slice(), c = 0; c < s.length && !r.closed; c += o ? 1 : 2)
962
+ r.next(s[c]);
963
963
  return this._checkFinalizedStatuses(r), n;
964
964
  }, t.prototype._trimBuffer = function() {
965
965
  var r = this, n = r._bufferSize, i = r._timestampProvider, o = r._buffer, a = r._infiniteTimeWindow, s = (a ? 1 : 2) * n;
966
966
  if (n < 1 / 0 && s < o.length && o.splice(0, o.length - s), !a) {
967
- for (var l = i.now(), u = 0, h = 1; h < o.length && o[h] <= l; h += 2)
967
+ for (var c = i.now(), u = 0, h = 1; h < o.length && o[h] <= c; h += 2)
968
968
  u = h;
969
969
  u && o.splice(0, u + 1);
970
970
  }
@@ -972,7 +972,7 @@ var Oo = Tn(function(e) {
972
972
  }(Cn);
973
973
  const Vr = [], Yr = {}, Io = (e, t = 0) => {
974
974
  if (Vr.indexOf(e) == -1) {
975
- const r = new Fo(t);
975
+ const r = new Oo(t);
976
976
  Yr[e] = r, Vr.push(e);
977
977
  }
978
978
  return Yr[e];
@@ -987,10 +987,10 @@ function Ht(e, t = Q) {
987
987
  const n = /* @__PURE__ */ new Set();
988
988
  function i(s) {
989
989
  if (wn(e, s) && (e = s, r)) {
990
- const l = !ke.length;
990
+ const c = !ke.length;
991
991
  for (const u of n)
992
992
  u[1](), ke.push(u, e);
993
- if (l) {
993
+ if (c) {
994
994
  for (let u = 0; u < ke.length; u += 2)
995
995
  ke[u][0](ke[u + 1]);
996
996
  ke.length = 0;
@@ -1000,8 +1000,8 @@ function Ht(e, t = Q) {
1000
1000
  function o(s) {
1001
1001
  i(s(e));
1002
1002
  }
1003
- function a(s, l = Q) {
1004
- const u = [s, l];
1003
+ function a(s, c = Q) {
1004
+ const u = [s, c];
1005
1005
  return n.add(u), n.size === 1 && (r = t(i, o) || Q), s(e), () => {
1006
1006
  n.delete(u), n.size === 0 && r && (r(), r = null);
1007
1007
  };
@@ -1014,7 +1014,7 @@ function Ge(e, t, r) {
1014
1014
  throw new Error("derived() expects stores as input, got a falsy value");
1015
1015
  const o = t.length < 2;
1016
1016
  return ko(r, (a, s) => {
1017
- let l = !1;
1017
+ let c = !1;
1018
1018
  const u = [];
1019
1019
  let h = 0, f = Q;
1020
1020
  const d = () => {
@@ -1027,15 +1027,15 @@ function Ge(e, t, r) {
1027
1027
  (b, v) => _n(
1028
1028
  b,
1029
1029
  (S) => {
1030
- u[v] = S, h &= ~(1 << v), l && d();
1030
+ u[v] = S, h &= ~(1 << v), c && d();
1031
1031
  },
1032
1032
  () => {
1033
1033
  h |= 1 << v;
1034
1034
  }
1035
1035
  )
1036
1036
  );
1037
- return l = !0, d(), function() {
1038
- le(g), f(), l = !1;
1037
+ return c = !0, d(), function() {
1038
+ le(g), f(), c = !1;
1039
1039
  };
1040
1040
  });
1041
1041
  }
@@ -1081,7 +1081,7 @@ function Wo(e) {
1081
1081
  function Xr(e) {
1082
1082
  return Object.keys(e).concat(Wo(e));
1083
1083
  }
1084
- function Fn(e, t) {
1084
+ function On(e, t) {
1085
1085
  try {
1086
1086
  return t in e;
1087
1087
  } catch {
@@ -1089,14 +1089,14 @@ function Fn(e, t) {
1089
1089
  }
1090
1090
  }
1091
1091
  function zo(e, t) {
1092
- return Fn(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1092
+ return On(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1093
1093
  }
1094
1094
  function Vo(e, t, r) {
1095
1095
  var n = {};
1096
1096
  return r.isMergeableObject(e) && Xr(e).forEach(function(i) {
1097
1097
  n[i] = nt(e[i], r);
1098
1098
  }), Xr(t).forEach(function(i) {
1099
- zo(e, i) || (Fn(e, i) && r.isMergeableObject(t[i]) ? n[i] = jo(i, r)(e[i], t[i], r) : n[i] = nt(t[i], r));
1099
+ zo(e, i) || (On(e, i) && r.isMergeableObject(t[i]) ? n[i] = jo(i, r)(e[i], t[i], r) : n[i] = nt(t[i], r));
1100
1100
  }), n;
1101
1101
  }
1102
1102
  function Ne(e, t, r) {
@@ -1370,12 +1370,12 @@ function ua(e) {
1370
1370
  var o = i[n], a = o.split("/");
1371
1371
  if (a.length === 0)
1372
1372
  throw new Error("Invalid number skeleton");
1373
- for (var s = a[0], l = a.slice(1), u = 0, h = l; u < h.length; u++) {
1373
+ for (var s = a[0], c = a.slice(1), u = 0, h = c; u < h.length; u++) {
1374
1374
  var f = h[u];
1375
1375
  if (f.length === 0)
1376
1376
  throw new Error("Invalid number skeleton");
1377
1377
  }
1378
- r.push({ stem: s, options: l });
1378
+ r.push({ stem: s, options: c });
1379
1379
  }
1380
1380
  return r;
1381
1381
  }
@@ -1482,13 +1482,13 @@ function fa(e) {
1482
1482
  t.notation = "compact", t.compactDisplay = "long";
1483
1483
  continue;
1484
1484
  case "scientific":
1485
- t = Y(Y(Y({}, t), { notation: "scientific" }), i.options.reduce(function(l, u) {
1486
- return Y(Y({}, l), Qr(u));
1485
+ t = Y(Y(Y({}, t), { notation: "scientific" }), i.options.reduce(function(c, u) {
1486
+ return Y(Y({}, c), Qr(u));
1487
1487
  }, {}));
1488
1488
  continue;
1489
1489
  case "engineering":
1490
- t = Y(Y(Y({}, t), { notation: "engineering" }), i.options.reduce(function(l, u) {
1491
- return Y(Y({}, l), Qr(u));
1490
+ t = Y(Y(Y({}, t), { notation: "engineering" }), i.options.reduce(function(c, u) {
1491
+ return Y(Y({}, c), Qr(u));
1492
1492
  }, {}));
1493
1493
  continue;
1494
1494
  case "notation-simple":
@@ -1533,7 +1533,7 @@ function fa(e) {
1533
1533
  case "integer-width":
1534
1534
  if (i.options.length > 1)
1535
1535
  throw new RangeError("integer-width stems only accept a single optional option");
1536
- i.options[0].replace(ca, function(l, u, h, f, d, g) {
1536
+ i.options[0].replace(ca, function(c, u, h, f, d, g) {
1537
1537
  if (u)
1538
1538
  t.minimumIntegerDigits = h.length;
1539
1539
  else {
@@ -1553,7 +1553,7 @@ function fa(e) {
1553
1553
  if ($r.test(i.stem)) {
1554
1554
  if (i.options.length > 1)
1555
1555
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1556
- i.stem.replace($r, function(l, u, h, f, d, g) {
1556
+ i.stem.replace($r, function(c, u, h, f, d, g) {
1557
1557
  return h === "*" ? t.minimumFractionDigits = u.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : d && g ? (t.minimumFractionDigits = d.length, t.maximumFractionDigits = d.length + g.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1558
1558
  });
1559
1559
  var o = i.options[0];
@@ -2992,9 +2992,9 @@ function da(e, t) {
2992
2992
  if (i === "j") {
2993
2993
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2994
2994
  o++, n++;
2995
- var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = ma(t);
2995
+ var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), c = "a", u = ma(t);
2996
2996
  for ((u == "H" || u == "k") && (s = 0); s-- > 0; )
2997
- r += l;
2997
+ r += c;
2998
2998
  for (; a-- > 0; )
2999
2999
  r = u + r;
3000
3000
  } else
@@ -3194,8 +3194,8 @@ var Ca = (
3194
3194
  if (this.bumpIf("</")) {
3195
3195
  if (this.isEOF() || !br(this.char()))
3196
3196
  return this.error(H.INVALID_TAG, L(s, this.clonePosition()));
3197
- var l = this.clonePosition(), u = this.parseTagName();
3198
- return i !== u ? this.error(H.UNMATCHED_CLOSING_TAG, L(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3197
+ var c = this.clonePosition(), u = this.parseTagName();
3198
+ return i !== u ? this.error(H.UNMATCHED_CLOSING_TAG, L(c, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3199
3199
  val: {
3200
3200
  type: V.tag,
3201
3201
  value: i,
@@ -3210,7 +3210,7 @@ var Ca = (
3210
3210
  return this.error(H.INVALID_TAG, L(n, this.clonePosition()));
3211
3211
  }, e.prototype.parseTagName = function() {
3212
3212
  var t = this.offset();
3213
- for (this.bump(); !this.isEOF() && Fa(this.char()); )
3213
+ for (this.bump(); !this.isEOF() && Oa(this.char()); )
3214
3214
  this.bump();
3215
3215
  return this.message.slice(t, this.offset());
3216
3216
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3232,14 +3232,14 @@ var Ca = (
3232
3232
  }
3233
3233
  break;
3234
3234
  }
3235
- var l = L(n, this.clonePosition());
3235
+ var c = L(n, this.clonePosition());
3236
3236
  return {
3237
- val: { type: V.literal, value: i, location: l },
3237
+ val: { type: V.literal, value: i, location: c },
3238
3238
  err: null
3239
3239
  };
3240
3240
  }, e.prototype.tryParseLeftAngleBracket = function() {
3241
3241
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3242
- !Oa(this.peek() || 0)) ? (this.bump(), "<") : null;
3242
+ !Fa(this.peek() || 0)) ? (this.bump(), "<") : null;
3243
3243
  }, e.prototype.tryParseQuote = function(t) {
3244
3244
  if (this.isEOF() || this.char() !== 39)
3245
3245
  return null;
@@ -3312,10 +3312,10 @@ var Ca = (
3312
3312
  var o = this.clonePosition(), a = L(t, o);
3313
3313
  return { value: n, location: a };
3314
3314
  }, e.prototype.parseArgumentOptions = function(t, r, n, i) {
3315
- var o, a = this.clonePosition(), s = this.parseIdentifierIfPossible().value, l = this.clonePosition();
3315
+ var o, a = this.clonePosition(), s = this.parseIdentifierIfPossible().value, c = this.clonePosition();
3316
3316
  switch (s) {
3317
3317
  case "":
3318
- return this.error(H.EXPECT_ARGUMENT_TYPE, L(a, l));
3318
+ return this.error(H.EXPECT_ARGUMENT_TYPE, L(a, c));
3319
3319
  case "number":
3320
3320
  case "date":
3321
3321
  case "time": {
@@ -3416,7 +3416,7 @@ var Ca = (
3416
3416
  };
3417
3417
  }
3418
3418
  default:
3419
- return this.error(H.INVALID_ARGUMENT_TYPE, L(a, l));
3419
+ return this.error(H.INVALID_ARGUMENT_TYPE, L(a, c));
3420
3420
  }
3421
3421
  }, e.prototype.tryParseArgumentClose = function(t) {
3422
3422
  return this.isEOF() || this.char() !== 125 ? this.error(H.EXPECT_ARGUMENT_CLOSING_BRACE, L(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
@@ -3472,7 +3472,7 @@ var Ca = (
3472
3472
  err: null
3473
3473
  };
3474
3474
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
3475
- for (var o, a = !1, s = [], l = /* @__PURE__ */ new Set(), u = i.value, h = i.location; ; ) {
3475
+ for (var o, a = !1, s = [], c = /* @__PURE__ */ new Set(), u = i.value, h = i.location; ; ) {
3476
3476
  if (u.length === 0) {
3477
3477
  var f = this.clonePosition();
3478
3478
  if (r !== "select" && this.bumpIf("=")) {
@@ -3483,7 +3483,7 @@ var Ca = (
3483
3483
  } else
3484
3484
  break;
3485
3485
  }
3486
- if (l.has(u))
3486
+ if (c.has(u))
3487
3487
  return this.error(r === "select" ? H.DUPLICATE_SELECT_ARGUMENT_SELECTOR : H.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3488
3488
  u === "other" && (a = !0), this.bumpSpace();
3489
3489
  var g = this.clonePosition();
@@ -3501,7 +3501,7 @@ var Ca = (
3501
3501
  value: b.val,
3502
3502
  location: L(g, this.clonePosition())
3503
3503
  }
3504
- ]), l.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, h = o.location;
3504
+ ]), c.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, h = o.location;
3505
3505
  }
3506
3506
  return s.length === 0 ? this.error(r === "select" ? H.EXPECT_SELECT_ARGUMENT_SELECTOR : H.EXPECT_PLURAL_ARGUMENT_SELECTOR, L(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(H.MISSING_OTHER_CLAUSE, L(this.clonePosition(), this.clonePosition())) : { val: s, err: null };
3507
3507
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
@@ -3514,8 +3514,8 @@ var Ca = (
3514
3514
  else
3515
3515
  break;
3516
3516
  }
3517
- var l = L(i, this.clonePosition());
3518
- return o ? (a *= n, Ta(a) ? { val: a, err: null } : this.error(r, l)) : this.error(t, l);
3517
+ var c = L(i, this.clonePosition());
3518
+ return o ? (a *= n, Ta(a) ? { val: a, err: null } : this.error(r, c)) : this.error(t, c);
3519
3519
  }, e.prototype.offset = function() {
3520
3520
  return this.position.offset;
3521
3521
  }, e.prototype.isEOF = function() {
@@ -3584,10 +3584,10 @@ var Ca = (
3584
3584
  function br(e) {
3585
3585
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3586
3586
  }
3587
- function Oa(e) {
3587
+ function Fa(e) {
3588
3588
  return br(e) || e === 47;
3589
3589
  }
3590
- function Fa(e) {
3590
+ function Oa(e) {
3591
3591
  return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
3592
3592
  }
3593
3593
  function Yn(e) {
@@ -3678,8 +3678,8 @@ function Tt(e, t, r, n, i, o, a) {
3678
3678
  value: e[0].value
3679
3679
  }
3680
3680
  ];
3681
- for (var s = [], l = 0, u = e; l < u.length; l++) {
3682
- var h = u[l];
3681
+ for (var s = [], c = 0, u = e; c < u.length; c++) {
3682
+ var h = u[c];
3683
3683
  if (qr(h)) {
3684
3684
  s.push({
3685
3685
  type: ee.literal,
@@ -3834,20 +3834,20 @@ var Ua = (
3834
3834
  number: {},
3835
3835
  dateTime: {},
3836
3836
  pluralRules: {}
3837
- }, this.format = function(l) {
3838
- var u = o.formatToParts(l);
3837
+ }, this.format = function(c) {
3838
+ var u = o.formatToParts(c);
3839
3839
  if (u.length === 1)
3840
3840
  return u[0].value;
3841
3841
  var h = u.reduce(function(f, d) {
3842
3842
  return !f.length || d.type !== ee.literal || typeof f[f.length - 1] != "string" ? f.push(d.value) : f[f.length - 1] += d.value, f;
3843
3843
  }, []);
3844
3844
  return h.length <= 1 ? h[0] || "" : h;
3845
- }, this.formatToParts = function(l) {
3846
- return Tt(o.ast, o.locales, o.formatters, o.formats, l, void 0, o.message);
3845
+ }, this.formatToParts = function(c) {
3846
+ return Tt(o.ast, o.locales, o.formatters, o.formats, c, void 0, o.message);
3847
3847
  }, this.resolvedOptions = function() {
3848
- var l;
3848
+ var c;
3849
3849
  return {
3850
- locale: ((l = o.resolvedLocale) === null || l === void 0 ? void 0 : l.toString()) || Intl.NumberFormat.supportedLocalesOf(o.locales)[0]
3850
+ locale: ((c = o.resolvedLocale) === null || c === void 0 ? void 0 : c.toString()) || Intl.NumberFormat.supportedLocalesOf(o.locales)[0]
3851
3851
  };
3852
3852
  }, this.getAst = function() {
3853
3853
  return o.ast;
@@ -4129,19 +4129,19 @@ const os = (e) => {
4129
4129
  return i in t ? t[i] : t[i] = e(n);
4130
4130
  };
4131
4131
  };
4132
- var as = Object.defineProperty, Ot = Object.getOwnPropertySymbols, Zn = Object.prototype.hasOwnProperty, Kn = Object.prototype.propertyIsEnumerable, an = (e, t, r) => t in e ? as(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, xr = (e, t) => {
4132
+ var as = Object.defineProperty, Ft = Object.getOwnPropertySymbols, Zn = Object.prototype.hasOwnProperty, Kn = Object.prototype.propertyIsEnumerable, an = (e, t, r) => t in e ? as(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, xr = (e, t) => {
4133
4133
  for (var r in t || (t = {}))
4134
4134
  Zn.call(t, r) && an(e, r, t[r]);
4135
- if (Ot)
4136
- for (var r of Ot(t))
4135
+ if (Ft)
4136
+ for (var r of Ft(t))
4137
4137
  Kn.call(t, r) && an(e, r, t[r]);
4138
4138
  return e;
4139
4139
  }, We = (e, t) => {
4140
4140
  var r = {};
4141
4141
  for (var n in e)
4142
4142
  Zn.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4143
- if (e != null && Ot)
4144
- for (var n of Ot(e))
4143
+ if (e != null && Ft)
4144
+ for (var n of Ft(e))
4145
4145
  t.indexOf(n) < 0 && Kn.call(e, n) && (r[n] = e[n]);
4146
4146
  return r;
4147
4147
  };
@@ -4205,16 +4205,16 @@ const it = (e, t) => {
4205
4205
  typeof e == "object" && (a = e, e = a.id);
4206
4206
  const {
4207
4207
  values: s,
4208
- locale: l = Be(),
4208
+ locale: c = Be(),
4209
4209
  default: u
4210
4210
  } = a;
4211
- if (l == null)
4211
+ if (c == null)
4212
4212
  throw new Error(
4213
4213
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4214
4214
  );
4215
- let h = Xn(e, l);
4215
+ let h = Xn(e, c);
4216
4216
  if (!h)
4217
- h = (o = (i = (n = (r = Ue()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4217
+ h = (o = (i = (n = (r = Ue()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: c, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4218
4218
  else if (typeof h != "string")
4219
4219
  return console.warn(
4220
4220
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -4223,7 +4223,7 @@ const it = (e, t) => {
4223
4223
  return h;
4224
4224
  let f = h;
4225
4225
  try {
4226
- f = ds(h, l).format(s);
4226
+ f = ds(h, c).format(s);
4227
4227
  } catch (d) {
4228
4228
  d instanceof Error && console.warn(
4229
4229
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4448,13 +4448,13 @@ const ln = {
4448
4448
  loading: "Loading, please wait ..."
4449
4449
  }
4450
4450
  };
4451
- function Ft(e) {
4451
+ function Ot(e) {
4452
4452
  "@babel/helpers - typeof";
4453
- return Ft = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
4453
+ return Ot = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
4454
4454
  return typeof t;
4455
4455
  } : function(t) {
4456
4456
  return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
4457
- }, Ft(e);
4457
+ }, Ot(e);
4458
4458
  }
4459
4459
  function Pe(e) {
4460
4460
  if (e === null || e === !0 || e === !1)
@@ -4469,7 +4469,7 @@ function te(e, t) {
4469
4469
  function ce(e) {
4470
4470
  te(1, arguments);
4471
4471
  var t = Object.prototype.toString.call(e);
4472
- return e instanceof Date || Ft(e) === "object" && t === "[object Date]" ? new Date(e.getTime()) : typeof e == "number" || t === "[object Number]" ? new Date(e) : ((typeof e == "string" || t === "[object String]") && typeof console < "u" && (console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"), console.warn(new Error().stack)), /* @__PURE__ */ new Date(NaN));
4472
+ return e instanceof Date || Ot(e) === "object" && t === "[object Date]" ? new Date(e.getTime()) : typeof e == "number" || t === "[object Number]" ? new Date(e) : ((typeof e == "string" || t === "[object String]") && typeof console < "u" && (console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"), console.warn(new Error().stack)), /* @__PURE__ */ new Date(NaN));
4473
4473
  }
4474
4474
  function Ps(e, t) {
4475
4475
  te(2, arguments);
@@ -4484,11 +4484,11 @@ function Cs(e) {
4484
4484
  var t = new Date(Date.UTC(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()));
4485
4485
  return t.setUTCFullYear(e.getFullYear()), e.getTime() - t.getTime();
4486
4486
  }
4487
- function Os(e) {
4488
- return te(1, arguments), e instanceof Date || Ft(e) === "object" && Object.prototype.toString.call(e) === "[object Date]";
4489
- }
4490
4487
  function Fs(e) {
4491
- if (te(1, arguments), !Os(e) && typeof e != "number")
4488
+ return te(1, arguments), e instanceof Date || Ot(e) === "object" && Object.prototype.toString.call(e) === "[object Date]";
4489
+ }
4490
+ function Os(e) {
4491
+ if (te(1, arguments), !Fs(e) && typeof e != "number")
4492
4492
  return !1;
4493
4493
  var t = ce(e);
4494
4494
  return !isNaN(Number(t));
@@ -4534,18 +4534,18 @@ function As(e) {
4534
4534
  return Math.round(r / Ls) + 1;
4535
4535
  }
4536
4536
  function kt(e, t) {
4537
- var r, n, i, o, a, s, l, u;
4537
+ var r, n, i, o, a, s, c, u;
4538
4538
  te(1, arguments);
4539
- var h = Dt(), f = Pe((r = (n = (i = (o = t?.weekStartsOn) !== null && o !== void 0 ? o : t == null || (a = t.locale) === null || a === void 0 || (s = a.options) === null || s === void 0 ? void 0 : s.weekStartsOn) !== null && i !== void 0 ? i : h.weekStartsOn) !== null && n !== void 0 ? n : (l = h.locale) === null || l === void 0 || (u = l.options) === null || u === void 0 ? void 0 : u.weekStartsOn) !== null && r !== void 0 ? r : 0);
4539
+ var h = Dt(), f = Pe((r = (n = (i = (o = t?.weekStartsOn) !== null && o !== void 0 ? o : t == null || (a = t.locale) === null || a === void 0 || (s = a.options) === null || s === void 0 ? void 0 : s.weekStartsOn) !== null && i !== void 0 ? i : h.weekStartsOn) !== null && n !== void 0 ? n : (c = h.locale) === null || c === void 0 || (u = c.options) === null || u === void 0 ? void 0 : u.weekStartsOn) !== null && r !== void 0 ? r : 0);
4540
4540
  if (!(f >= 0 && f <= 6))
4541
4541
  throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
4542
4542
  var d = ce(e), g = d.getUTCDay(), b = (g < f ? 7 : 0) + g - f;
4543
4543
  return d.setUTCDate(d.getUTCDate() - b), d.setUTCHours(0, 0, 0, 0), d;
4544
4544
  }
4545
4545
  function ti(e, t) {
4546
- var r, n, i, o, a, s, l, u;
4546
+ var r, n, i, o, a, s, c, u;
4547
4547
  te(1, arguments);
4548
- var h = ce(e), f = h.getUTCFullYear(), d = Dt(), g = Pe((r = (n = (i = (o = t?.firstWeekContainsDate) !== null && o !== void 0 ? o : t == null || (a = t.locale) === null || a === void 0 || (s = a.options) === null || s === void 0 ? void 0 : s.firstWeekContainsDate) !== null && i !== void 0 ? i : d.firstWeekContainsDate) !== null && n !== void 0 ? n : (l = d.locale) === null || l === void 0 || (u = l.options) === null || u === void 0 ? void 0 : u.firstWeekContainsDate) !== null && r !== void 0 ? r : 1);
4548
+ var h = ce(e), f = h.getUTCFullYear(), d = Dt(), g = Pe((r = (n = (i = (o = t?.firstWeekContainsDate) !== null && o !== void 0 ? o : t == null || (a = t.locale) === null || a === void 0 || (s = a.options) === null || s === void 0 ? void 0 : s.firstWeekContainsDate) !== null && i !== void 0 ? i : d.firstWeekContainsDate) !== null && n !== void 0 ? n : (c = d.locale) === null || c === void 0 || (u = c.options) === null || u === void 0 ? void 0 : u.firstWeekContainsDate) !== null && r !== void 0 ? r : 1);
4549
4549
  if (!(g >= 1 && g <= 7))
4550
4550
  throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
4551
4551
  var b = /* @__PURE__ */ new Date(0);
@@ -4556,9 +4556,9 @@ function ti(e, t) {
4556
4556
  return h.getTime() >= v.getTime() ? f + 1 : h.getTime() >= k.getTime() ? f : f - 1;
4557
4557
  }
4558
4558
  function Ns(e, t) {
4559
- var r, n, i, o, a, s, l, u;
4559
+ var r, n, i, o, a, s, c, u;
4560
4560
  te(1, arguments);
4561
- var h = Dt(), f = Pe((r = (n = (i = (o = t?.firstWeekContainsDate) !== null && o !== void 0 ? o : t == null || (a = t.locale) === null || a === void 0 || (s = a.options) === null || s === void 0 ? void 0 : s.firstWeekContainsDate) !== null && i !== void 0 ? i : h.firstWeekContainsDate) !== null && n !== void 0 ? n : (l = h.locale) === null || l === void 0 || (u = l.options) === null || u === void 0 ? void 0 : u.firstWeekContainsDate) !== null && r !== void 0 ? r : 1), d = ti(e, t), g = /* @__PURE__ */ new Date(0);
4561
+ var h = Dt(), f = Pe((r = (n = (i = (o = t?.firstWeekContainsDate) !== null && o !== void 0 ? o : t == null || (a = t.locale) === null || a === void 0 || (s = a.options) === null || s === void 0 ? void 0 : s.firstWeekContainsDate) !== null && i !== void 0 ? i : h.firstWeekContainsDate) !== null && n !== void 0 ? n : (c = h.locale) === null || c === void 0 || (u = c.options) === null || u === void 0 ? void 0 : u.firstWeekContainsDate) !== null && r !== void 0 ? r : 1), d = ti(e, t), g = /* @__PURE__ */ new Date(0);
4562
4562
  g.setUTCFullYear(d, 0, f), g.setUTCHours(0, 0, 0, 0);
4563
4563
  var b = kt(g, t);
4564
4564
  return b;
@@ -5393,8 +5393,8 @@ function Ke(e) {
5393
5393
  var o = e.defaultFormattingWidth || e.defaultWidth, a = r != null && r.width ? String(r.width) : o;
5394
5394
  i = e.formattingValues[a] || e.formattingValues[o];
5395
5395
  } else {
5396
- var s = e.defaultWidth, l = r != null && r.width ? String(r.width) : e.defaultWidth;
5397
- i = e.values[l] || e.values[s];
5396
+ var s = e.defaultWidth, c = r != null && r.width ? String(r.width) : e.defaultWidth;
5397
+ i = e.values[c] || e.values[s];
5398
5398
  }
5399
5399
  var u = e.argumentCallback ? e.argumentCallback(t) : t;
5400
5400
  return i[u];
@@ -5524,12 +5524,12 @@ function et(e) {
5524
5524
  var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = r.width, i = n && e.matchPatterns[n] || e.matchPatterns[e.defaultMatchWidth], o = t.match(i);
5525
5525
  if (!o)
5526
5526
  return null;
5527
- var a = o[0], s = n && e.parsePatterns[n] || e.parsePatterns[e.defaultParseWidth], l = Array.isArray(s) ? cu(s, function(f) {
5527
+ var a = o[0], s = n && e.parsePatterns[n] || e.parsePatterns[e.defaultParseWidth], c = Array.isArray(s) ? cu(s, function(f) {
5528
5528
  return f.test(a);
5529
5529
  }) : lu(s, function(f) {
5530
5530
  return f.test(a);
5531
5531
  }), u;
5532
- u = e.valueCallback ? e.valueCallback(l) : l, u = r.valueCallback ? r.valueCallback(u) : u;
5532
+ u = e.valueCallback ? e.valueCallback(c) : c, u = r.valueCallback ? r.valueCallback(u) : u;
5533
5533
  var h = t.slice(a.length);
5534
5534
  return {
5535
5535
  value: u,
@@ -5657,11 +5657,11 @@ var fu = /^(\d+)(th|st|nd|rd)?/i, du = /\d+/i, mu = {
5657
5657
  weekStartsOn: 0,
5658
5658
  firstWeekContainsDate: 1
5659
5659
  }
5660
- }, Pu = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Bu = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Cu = /^'([^]*?)'?$/, Ou = /''/g, Fu = /[a-zA-Z]/;
5660
+ }, Pu = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Bu = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Cu = /^'([^]*?)'?$/, Fu = /''/g, Ou = /[a-zA-Z]/;
5661
5661
  function mn(e, t, r) {
5662
- var n, i, o, a, s, l, u, h, f, d, g, b, v, S;
5662
+ var n, i, o, a, s, c, u, h, f, d, g, b, v, S;
5663
5663
  te(2, arguments);
5664
- var k = String(t), B = Dt(), E = (n = (i = void 0) !== null && i !== void 0 ? i : B.locale) !== null && n !== void 0 ? n : Su, I = Pe((o = (a = (s = (l = void 0) !== null && l !== void 0 ? l : void 0) !== null && s !== void 0 ? s : B.firstWeekContainsDate) !== null && a !== void 0 ? a : (u = B.locale) === null || u === void 0 || (h = u.options) === null || h === void 0 ? void 0 : h.firstWeekContainsDate) !== null && o !== void 0 ? o : 1);
5664
+ var k = String(t), B = Dt(), E = (n = (i = void 0) !== null && i !== void 0 ? i : B.locale) !== null && n !== void 0 ? n : Su, I = Pe((o = (a = (s = (c = void 0) !== null && c !== void 0 ? c : void 0) !== null && s !== void 0 ? s : B.firstWeekContainsDate) !== null && a !== void 0 ? a : (u = B.locale) === null || u === void 0 || (h = u.options) === null || h === void 0 ? void 0 : h.firstWeekContainsDate) !== null && o !== void 0 ? o : 1);
5665
5665
  if (!(I >= 1 && I <= 7))
5666
5666
  throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
5667
5667
  var M = Pe((f = (d = (g = (b = void 0) !== null && b !== void 0 ? b : void 0) !== null && g !== void 0 ? g : B.weekStartsOn) !== null && d !== void 0 ? d : (v = B.locale) === null || v === void 0 || (S = v.options) === null || S === void 0 ? void 0 : S.weekStartsOn) !== null && f !== void 0 ? f : 0);
@@ -5672,7 +5672,7 @@ function mn(e, t, r) {
5672
5672
  if (!E.formatLong)
5673
5673
  throw new RangeError("locale must contain formatLong property");
5674
5674
  var _ = ce(e);
5675
- if (!Fs(_))
5675
+ if (!Os(_))
5676
5676
  throw new RangeError("Invalid time value");
5677
5677
  var w = Cs(_), x = Is(_, w), P = {
5678
5678
  firstWeekContainsDate: I,
@@ -5682,8 +5682,8 @@ function mn(e, t, r) {
5682
5682
  }, T = k.match(Bu).map(function(C) {
5683
5683
  var ne = C[0];
5684
5684
  if (ne === "p" || ne === "P") {
5685
- var ae = js[ne];
5686
- return ae(C, E.formatLong);
5685
+ var ie = js[ne];
5686
+ return ie(C, E.formatLong);
5687
5687
  }
5688
5688
  return C;
5689
5689
  }).join("").match(Pu).map(function(C) {
@@ -5692,10 +5692,10 @@ function mn(e, t, r) {
5692
5692
  var ne = C[0];
5693
5693
  if (ne === "'")
5694
5694
  return Iu(C);
5695
- var ae = Us[ne];
5696
- if (ae)
5697
- return Ys(C) && dn(C, t, String(e)), Vs(C) && dn(C, t, String(e)), ae(x, C, E.localize, P);
5698
- if (ne.match(Fu))
5695
+ var ie = Us[ne];
5696
+ if (ie)
5697
+ return Ys(C) && dn(C, t, String(e)), Vs(C) && dn(C, t, String(e)), ie(x, C, E.localize, P);
5698
+ if (ne.match(Ou))
5699
5699
  throw new RangeError("Format string contains an unescaped latin alphabet character `" + ne + "`");
5700
5700
  return C;
5701
5701
  }).join("");
@@ -5703,7 +5703,7 @@ function mn(e, t, r) {
5703
5703
  }
5704
5704
  function Iu(e) {
5705
5705
  var t = e.match(Cu);
5706
- return t ? t[1].replace(Ou, "'") : e;
5706
+ return t ? t[1].replace(Fu, "'") : e;
5707
5707
  }
5708
5708
  function ku(e) {
5709
5709
  Qi(e, "svelte-q6afsq", ":host{font-family:inherit}.Container{height:100%}.GamePageBackground{height:100%}.CasinoGamePageContainer{height:100%}.CasinoGamePageContainer{background:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));margin:0 auto;height:100%;max-width:100%;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.BottomGame{padding:4px 16px;min-height:85px;background-color:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));align-items:center;display:grid;grid-auto-columns:1fr;grid-auto-rows:1fr;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;gap:0px 0px;justify-items:center;border-radius:0 0 6px 6px}.BottomGame button{cursor:pointer}.BottomGame.BottomGamePanicSection{grid-template-columns:1fr 1fr 1fr 1fr}.DepositButton,.PlayNowButton{justify-self:left;width:130px;height:42px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));border-radius:var(--emw--border-radius-medium, 10px)}.PlayNowButton{background:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));border:none}.DepositButton{background:transparent;border:1px solid var(--emw--color-primary, #22B04E)}.GameThumbnail{border-radius:2px;width:270px;height:180px;margin-bottom:20px}.FullscreenButton{border-radius:5px;justify-self:end;border:none;width:60px;height:60px;background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E))}.GameDetails{display:flex;flex-direction:column;align-items:center}.GameDetails h3{color:var(--emw--color-white, #FFFFFF);font-size:18px;text-align:center;padding:0 10px}.ButtonsContainer{display:grid;grid-gap:16px;grid-template-columns:1fr 1fr}.FullWidthButton{grid-column:span 2}.BottomGame .ButtonsContainer{width:275px;display:flex;justify-self:start;flex-direction:row;justify-content:space-between}.BottomGame .ButtonsContainer button{cursor:pointer}.RegisterButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));border-radius:5px;border:none;width:129px;height:42px}.LoginButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background-color:var(--emw--casino-contrast, var(--emw--color-background, #07072A));border-radius:5px;border:1px solid var(--emw--button-typography, var(--emw--color-white, #FFFFFF));width:129px;height:42px}.FullWidthButton{color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));background-color:var(--emw--casino-contrast, var(--emw--color-background, #07072A));border-radius:5px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:100%;height:42px}.GamesContainer{width:calc(100% - 4px);height:100%;max-width:calc(100% - 4px)}.Time{height:20px;margin:0;display:flex;align-items:center;justify-content:center}svg{fill:var(--emw--button-typography, var(--emw--color-white, #FFFFFF))}p{color:var(--emw--casino-typography, var(--emw--color-contrast, #FFFFFF))}#IframeContainer{height:100%;max-width:1300px;margin:10px;display:flex}.FullsScreenLayout .GamesContainer{width:100% !important;height:calc(100% - 100px) !important}.FavoredIcon,.UnfavoredIcon{width:35px;height:35px}.FavIconContainer{position:absolute;top:15px;left:15px;cursor:pointer}.FavIconPanicButton{margin-top:45px}.PanicSection{display:flex;align-items:center;gap:10px;margin:20px 0}.PanicSection .Button{border-radius:5px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:280px;height:60px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer}.PanicSectionMobile{position:absolute;top:0;left:0;width:100%;text-align:center;margin:10px 0 0 0 !important}.PanicButtonMobile{border-radius:5px;margin:0 10px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:100% !important;height:30px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.PanicButtonAnimation{background:-webkit-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-moz-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-o-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:280px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));-webkit-animation:bar-animation 2s linear}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:280px}}.LoaderRipple{width:80px;height:80px;position:absolute;top:0;left:-8px}.LoaderRipple div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:ripple-effect 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}.LoaderRipple div:nth-child(2){animation-delay:-0.5s}.LoaderRipple.LoaderWithPanicButton{top:40px}@keyframes ripple-effect{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0px;left:0px;width:72px;height:72px;opacity:0}}");
@@ -5829,7 +5829,7 @@ function Au(e) {
5829
5829
  };
5830
5830
  }
5831
5831
  function Nu(e) {
5832
- let t, r, n, i, o, a, s, l = (
5832
+ let t, r, n, i, o, a, s, c = (
5833
5833
  /*$_*/
5834
5834
  e[28]("deposit") + ""
5835
5835
  ), u, h, f, d, g, b, v, S, k, B, E = (
@@ -5845,10 +5845,10 @@ function Nu(e) {
5845
5845
  let M = I(e), _ = M(e);
5846
5846
  return {
5847
5847
  c() {
5848
- t = y("div"), r = y("div"), n = y("iframe"), o = R(), a = y("div"), s = y("button"), u = D(l), h = R(), f = y("p"), d = y("span"), g = D(
5848
+ t = y("div"), r = y("div"), n = y("iframe"), o = R(), a = y("div"), s = y("button"), u = D(c), h = R(), f = y("p"), d = y("span"), g = D(
5849
5849
  /*time*/
5850
5850
  e[4]
5851
- ), b = R(), E && E.c(), v = R(), _.c(), p(n, "title", "Games"), p(n, "id", "IframeGame"), p(n, "class", "GamesContainer"), p(n, "aria-hidden", "false"), oe(n.src, i = /*game*/
5851
+ ), b = R(), E && E.c(), v = R(), _.c(), p(n, "title", "Games"), p(n, "id", "IframeGame"), p(n, "class", "GamesContainer"), p(n, "aria-hidden", "false"), ae(n.src, i = /*game*/
5852
5852
  e[12].launchUrl) || p(n, "src", i), q(n, "max-height", "calc(100% - " + /*adjustableHeightDifference*/
5853
5853
  e[26] + "px)"), p(s, "class", "DepositButton"), p(f, "class", "Time"), p(a, "class", S = "BottomGame " + /*haspanicbutton*/
5854
5854
  (e[1] == "true" ? "BottomGamePanicSection" : "")), p(r, "id", "IframeGame"), p(
@@ -5883,12 +5883,12 @@ function Nu(e) {
5883
5883
  },
5884
5884
  p(w, x) {
5885
5885
  x[0] & /*game*/
5886
- 4096 && !oe(n.src, i = /*game*/
5886
+ 4096 && !ae(n.src, i = /*game*/
5887
5887
  w[12].launchUrl) && p(n, "src", i), x[0] & /*adjustableHeightDifference*/
5888
5888
  67108864 && q(n, "max-height", "calc(100% - " + /*adjustableHeightDifference*/
5889
5889
  w[26] + "px)"), x[0] & /*$_*/
5890
- 268435456 && l !== (l = /*$_*/
5891
- w[28]("deposit") + "") && W(u, l), x[0] & /*time*/
5890
+ 268435456 && c !== (c = /*$_*/
5891
+ w[28]("deposit") + "") && W(u, c), x[0] & /*time*/
5892
5892
  16 && W(
5893
5893
  g,
5894
5894
  /*time*/
@@ -5965,7 +5965,7 @@ function Du(e) {
5965
5965
  let t, r, n = (
5966
5966
  /*game*/
5967
5967
  e[12].name + ""
5968
- ), i, o, a, s, l, u, h, f = (
5968
+ ), i, o, a, s, c, u, h, f = (
5969
5969
  /*$_*/
5970
5970
  e[28]("signIn") + ""
5971
5971
  ), d, g, b, v = (
@@ -5974,14 +5974,14 @@ function Du(e) {
5974
5974
  ), S, k, B, E, I, M;
5975
5975
  return {
5976
5976
  c() {
5977
- t = y("div"), r = y("h3"), i = D(n), o = R(), a = y("ui-image"), l = R(), u = y("div"), h = y("button"), d = D(f), g = R(), b = y("button"), S = D(v), k = R(), B = y("p"), E = D(
5977
+ t = y("div"), r = y("h3"), i = D(n), o = R(), a = y("ui-image"), c = R(), u = y("div"), h = y("button"), d = D(f), g = R(), b = y("button"), S = D(v), k = R(), B = y("p"), E = D(
5978
5978
  /*time*/
5979
5979
  e[4]
5980
- ), oe(a.src, s = /*game*/
5980
+ ), ae(a.src, s = /*game*/
5981
5981
  e[12].thumbnail) || X(a, "src", s), X(a, "class", "GameThumbnail"), X(a, "alt", "game thumbnail"), X(a, "loading", "lazy"), p(h, "class", "LoginButton"), p(b, "class", "RegisterButton"), p(u, "class", "ButtonsContainer"), p(t, "class", "GameDetails");
5982
5982
  },
5983
5983
  m(_, w) {
5984
- G(_, t, w), m(t, r), m(r, i), m(t, o), m(t, a), m(t, l), m(t, u), m(u, h), m(h, d), m(u, g), m(u, b), m(b, S), m(t, k), m(t, B), m(B, E), I || (M = [
5984
+ G(_, t, w), m(t, r), m(r, i), m(t, o), m(t, a), m(t, c), m(t, u), m(u, h), m(h, d), m(u, g), m(u, b), m(b, S), m(t, k), m(t, B), m(B, E), I || (M = [
5985
5985
  $(
5986
5986
  h,
5987
5987
  "click",
@@ -6000,7 +6000,7 @@ function Du(e) {
6000
6000
  w[0] & /*game*/
6001
6001
  4096 && n !== (n = /*game*/
6002
6002
  _[12].name + "") && W(i, n), w[0] & /*game*/
6003
- 4096 && !oe(a.src, s = /*game*/
6003
+ 4096 && !ae(a.src, s = /*game*/
6004
6004
  _[12].thumbnail) && X(a, "src", s), w[0] & /*$_*/
6005
6005
  268435456 && f !== (f = /*$_*/
6006
6006
  _[28]("signIn") + "") && W(d, f), w[0] & /*$_*/
@@ -6018,7 +6018,7 @@ function Du(e) {
6018
6018
  };
6019
6019
  }
6020
6020
  function Uu(e) {
6021
- let t, r, n, i, o, a, s, l, u = (
6021
+ let t, r, n, i, o, a, s, c, u = (
6022
6022
  /*$_*/
6023
6023
  e[28]("signIn") + ""
6024
6024
  ), h, f, d, g = (
@@ -6034,12 +6034,12 @@ function Uu(e) {
6034
6034
  let w = _(e), x = w(e);
6035
6035
  return {
6036
6036
  c() {
6037
- t = y("div"), r = y("div"), n = y("iframe"), o = R(), a = y("div"), s = y("div"), l = y("button"), h = D(u), f = R(), d = y("button"), b = D(g), v = R(), S = y("p"), k = y("span"), B = D(
6037
+ t = y("div"), r = y("div"), n = y("iframe"), o = R(), a = y("div"), s = y("div"), c = y("button"), h = D(u), f = R(), d = y("button"), b = D(g), v = R(), S = y("p"), k = y("span"), B = D(
6038
6038
  /*time*/
6039
6039
  e[4]
6040
- ), E = R(), x.c(), p(n, "title", "Games"), p(n, "id", "IframeGame"), p(n, "class", "GamesContainer"), p(n, "aria-hidden", "false"), oe(n.src, i = /*game*/
6040
+ ), E = R(), x.c(), p(n, "title", "Games"), p(n, "id", "IframeGame"), p(n, "class", "GamesContainer"), p(n, "aria-hidden", "false"), ae(n.src, i = /*game*/
6041
6041
  e[12].launchUrl) || p(n, "src", i), q(n, "max-height", "calc(100% - " + /*adjustableHeightDifference*/
6042
- e[26] + "px)"), p(l, "class", "LoginButton"), p(d, "class", "RegisterButton"), p(s, "class", "ButtonsContainer"), p(S, "class", "Time"), p(a, "class", "BottomGame"), p(r, "id", "IframeGame"), p(
6042
+ e[26] + "px)"), p(c, "class", "LoginButton"), p(d, "class", "RegisterButton"), p(s, "class", "ButtonsContainer"), p(S, "class", "Time"), p(a, "class", "BottomGame"), p(r, "id", "IframeGame"), p(
6043
6043
  r,
6044
6044
  "style",
6045
6045
  /*gameStyle*/
@@ -6062,9 +6062,9 @@ function Uu(e) {
6062
6062
  );
6063
6063
  },
6064
6064
  m(P, T) {
6065
- G(P, t, T), m(t, r), m(r, n), e[78](n), m(r, o), m(r, a), m(a, s), m(s, l), m(l, h), m(s, f), m(s, d), m(d, b), m(a, v), m(a, S), m(S, k), m(k, B), e[81](S), m(a, E), x.m(a, null), e[84](a), e[85](r), e[86](t), I || (M = [
6065
+ G(P, t, T), m(t, r), m(r, n), e[78](n), m(r, o), m(r, a), m(a, s), m(s, c), m(c, h), m(s, f), m(s, d), m(d, b), m(a, v), m(a, S), m(S, k), m(k, B), e[81](S), m(a, E), x.m(a, null), e[84](a), e[85](r), e[86](t), I || (M = [
6066
6066
  $(
6067
- l,
6067
+ c,
6068
6068
  "click",
6069
6069
  /*click_handler_12*/
6070
6070
  e[79]
@@ -6079,7 +6079,7 @@ function Uu(e) {
6079
6079
  },
6080
6080
  p(P, T) {
6081
6081
  T[0] & /*game*/
6082
- 4096 && !oe(n.src, i = /*game*/
6082
+ 4096 && !ae(n.src, i = /*game*/
6083
6083
  P[12].launchUrl) && p(n, "src", i), T[0] & /*adjustableHeightDifference*/
6084
6084
  67108864 && q(n, "max-height", "calc(100% - " + /*adjustableHeightDifference*/
6085
6085
  P[26] + "px)"), T[0] & /*$_*/
@@ -6239,7 +6239,7 @@ function Vu(e) {
6239
6239
  let t, r, n = (
6240
6240
  /*game*/
6241
6241
  e[12].name + ""
6242
- ), i, o, a, s, l, u, h, f = (
6242
+ ), i, o, a, s, c, u, h, f = (
6243
6243
  /*$_*/
6244
6244
  e[28]("signIn") + ""
6245
6245
  ), d, g, b, v = (
@@ -6248,14 +6248,14 @@ function Vu(e) {
6248
6248
  ), S, k, B, E, I, M;
6249
6249
  return {
6250
6250
  c() {
6251
- t = y("div"), r = y("h3"), i = D(n), o = R(), a = y("ui-image"), l = R(), u = y("div"), h = y("button"), d = D(f), g = R(), b = y("button"), S = D(v), k = R(), B = y("p"), E = D(
6251
+ t = y("div"), r = y("h3"), i = D(n), o = R(), a = y("ui-image"), c = R(), u = y("div"), h = y("button"), d = D(f), g = R(), b = y("button"), S = D(v), k = R(), B = y("p"), E = D(
6252
6252
  /*time*/
6253
6253
  e[4]
6254
- ), oe(a.src, s = /*game*/
6254
+ ), ae(a.src, s = /*game*/
6255
6255
  e[12].thumbnail) || X(a, "src", s), X(a, "class", "GameThumbnail"), X(a, "alt", "game thumbnail"), X(a, "loading", "lazy"), p(h, "class", "LoginButton"), p(b, "class", "RegisterButton"), p(u, "class", "ButtonsContainer"), p(t, "class", "GameDetails");
6256
6256
  },
6257
6257
  m(_, w) {
6258
- G(_, t, w), m(t, r), m(r, i), m(t, o), m(t, a), m(t, l), m(t, u), m(u, h), m(h, d), m(u, g), m(u, b), m(b, S), m(t, k), m(t, B), m(B, E), I || (M = [
6258
+ G(_, t, w), m(t, r), m(r, i), m(t, o), m(t, a), m(t, c), m(t, u), m(u, h), m(h, d), m(u, g), m(u, b), m(b, S), m(t, k), m(t, B), m(B, E), I || (M = [
6259
6259
  $(
6260
6260
  h,
6261
6261
  "click",
@@ -6274,7 +6274,7 @@ function Vu(e) {
6274
6274
  w[0] & /*game*/
6275
6275
  4096 && n !== (n = /*game*/
6276
6276
  _[12].name + "") && W(i, n), w[0] & /*game*/
6277
- 4096 && !oe(a.src, s = /*game*/
6277
+ 4096 && !ae(a.src, s = /*game*/
6278
6278
  _[12].thumbnail) && X(a, "src", s), w[0] & /*$_*/
6279
6279
  268435456 && f !== (f = /*$_*/
6280
6280
  _[28]("signIn") + "") && W(d, f), w[0] & /*$_*/
@@ -6295,7 +6295,7 @@ function Yu(e) {
6295
6295
  let t, r, n = (
6296
6296
  /*game*/
6297
6297
  e[12].name + ""
6298
- ), i, o, a, s, l, u, h, f = (
6298
+ ), i, o, a, s, c, u, h, f = (
6299
6299
  /*$_*/
6300
6300
  e[28]("signIn") + ""
6301
6301
  ), d, g, b, v = (
@@ -6307,14 +6307,14 @@ function Yu(e) {
6307
6307
  ), I, M, _, w, x, P;
6308
6308
  return {
6309
6309
  c() {
6310
- t = y("div"), r = y("h3"), i = D(n), o = R(), a = y("ui-image"), l = R(), u = y("div"), h = y("button"), d = D(f), g = R(), b = y("button"), S = D(v), k = R(), B = y("button"), I = D(E), M = R(), _ = y("p"), w = D(
6310
+ t = y("div"), r = y("h3"), i = D(n), o = R(), a = y("ui-image"), c = R(), u = y("div"), h = y("button"), d = D(f), g = R(), b = y("button"), S = D(v), k = R(), B = y("button"), I = D(E), M = R(), _ = y("p"), w = D(
6311
6311
  /*time*/
6312
6312
  e[4]
6313
- ), oe(a.src, s = /*game*/
6313
+ ), ae(a.src, s = /*game*/
6314
6314
  e[12].thumbnail) || X(a, "src", s), X(a, "class", "GameThumbnail"), X(a, "alt", "game thumbnail"), X(a, "loading", "lazy"), p(h, "class", "LoginButton"), p(b, "class", "RegisterButton"), p(B, "class", "FullWidthButton"), p(u, "class", "ButtonsContainer"), p(t, "class", "GameDetails");
6315
6315
  },
6316
6316
  m(T, C) {
6317
- G(T, t, C), m(t, r), m(r, i), m(t, o), m(t, a), m(t, l), m(t, u), m(u, h), m(h, d), m(u, g), m(u, b), m(b, S), m(u, k), m(u, B), m(B, I), m(t, M), m(t, _), m(_, w), x || (P = [
6317
+ G(T, t, C), m(t, r), m(r, i), m(t, o), m(t, a), m(t, c), m(t, u), m(u, h), m(h, d), m(u, g), m(u, b), m(b, S), m(u, k), m(u, B), m(B, I), m(t, M), m(t, _), m(_, w), x || (P = [
6318
6318
  $(
6319
6319
  h,
6320
6320
  "click",
@@ -6339,7 +6339,7 @@ function Yu(e) {
6339
6339
  C[0] & /*game*/
6340
6340
  4096 && n !== (n = /*game*/
6341
6341
  T[12].name + "") && W(i, n), C[0] & /*game*/
6342
- 4096 && !oe(a.src, s = /*game*/
6342
+ 4096 && !ae(a.src, s = /*game*/
6343
6343
  T[12].thumbnail) && X(a, "src", s), C[0] & /*$_*/
6344
6344
  268435456 && f !== (f = /*$_*/
6345
6345
  T[28]("signIn") + "") && W(d, f), C[0] & /*$_*/
@@ -6362,7 +6362,7 @@ function Xu(e) {
6362
6362
  let t, r, n, i = (
6363
6363
  /*game*/
6364
6364
  e[12].name + ""
6365
- ), o, a, s, l, u, h, f, d = (
6365
+ ), o, a, s, c, u, h, f, d = (
6366
6366
  /*$_*/
6367
6367
  e[28]("deposit") + ""
6368
6368
  ), g, b, v, S = (
@@ -6380,8 +6380,8 @@ function Xu(e) {
6380
6380
  x && x.c(), t = R(), r = y("div"), n = y("h3"), o = D(i), a = R(), s = y("ui-image"), u = R(), h = y("div"), f = y("button"), g = D(d), b = R(), v = y("button"), k = D(S), B = R(), P && P.c(), E = R(), I = y("p"), M = D(
6381
6381
  /*time*/
6382
6382
  e[4]
6383
- ), oe(s.src, l = /*game*/
6384
- e[12].thumbnail) || X(s, "src", l), X(s, "class", "GameThumbnail"), X(s, "alt", "game thumbnail"), X(s, "loading", "lazy"), p(f, "class", "DepositButton"), p(v, "class", "PlayNowButton"), p(h, "class", "ButtonsContainer"), p(r, "class", "GameDetails");
6383
+ ), ae(s.src, c = /*game*/
6384
+ e[12].thumbnail) || X(s, "src", c), X(s, "class", "GameThumbnail"), X(s, "alt", "game thumbnail"), X(s, "loading", "lazy"), p(f, "class", "DepositButton"), p(v, "class", "PlayNowButton"), p(h, "class", "ButtonsContainer"), p(r, "class", "GameDetails");
6385
6385
  },
6386
6386
  m(T, C) {
6387
6387
  x && x.m(T, C), G(T, t, C), G(T, r, C), m(r, n), m(n, o), m(r, a), m(r, s), m(r, u), m(r, h), m(h, f), m(f, g), m(h, b), m(h, v), m(v, k), m(r, B), P && P.m(r, null), m(r, E), m(r, I), m(I, M), _ || (w = [
@@ -6404,8 +6404,8 @@ function Xu(e) {
6404
6404
  T[0] == "true" ? x ? x.p(T, C) : (x = bn(T), x.c(), x.m(t.parentNode, t)) : x && (x.d(1), x = null), C[0] & /*game*/
6405
6405
  4096 && i !== (i = /*game*/
6406
6406
  T[12].name + "") && W(o, i), C[0] & /*game*/
6407
- 4096 && !oe(s.src, l = /*game*/
6408
- T[12].thumbnail) && X(s, "src", l), C[0] & /*$_*/
6407
+ 4096 && !ae(s.src, c = /*game*/
6408
+ T[12].thumbnail) && X(s, "src", c), C[0] & /*$_*/
6409
6409
  268435456 && d !== (d = /*$_*/
6410
6410
  T[28]("deposit") + "") && W(g, d), C[0] & /*$_*/
6411
6411
  268435456 && S !== (S = /*$_*/
@@ -6505,16 +6505,16 @@ function Ju(e) {
6505
6505
  l61.023,123.645c2.186,4.427,6.408,7.496,11.294,8.206l136.447,19.828L366.023,308.608z`), p(r, "version", "1.1"), p(r, "class", "UnfavoredIcon"), p(r, "xmlns", "http://www.w3.org/2000/svg"), p(r, "xmlns:xlink", "http://www.w3.org/1999/xlink"), p(r, "x", "20px"), p(r, "y", "20px"), p(r, "viewBox", "0 0 512.001 512.001"), q(r, "enable-background", "new 0 0 512.001 512.001"), p(r, "xml:space", "preserve"), p(t, "class", i = "FavIconContainer " + /*haspanicbutton*/
6506
6506
  (e[1] == "true" ? "FavIconPanicButton" : ""));
6507
6507
  },
6508
- m(s, l) {
6509
- G(s, t, l), m(t, r), m(r, n), o || (a = $(
6508
+ m(s, c) {
6509
+ G(s, t, c), m(t, r), m(r, n), o || (a = $(
6510
6510
  t,
6511
6511
  "click",
6512
6512
  /*click_handler_1*/
6513
6513
  e[60]
6514
6514
  ), o = !0);
6515
6515
  },
6516
- p(s, l) {
6517
- l[0] & /*haspanicbutton*/
6516
+ p(s, c) {
6517
+ c[0] & /*haspanicbutton*/
6518
6518
  2 && i !== (i = "FavIconContainer " + /*haspanicbutton*/
6519
6519
  (s[1] == "true" ? "FavIconPanicButton" : "")) && p(t, "class", i);
6520
6520
  },
@@ -6530,16 +6530,16 @@ function Qu(e) {
6530
6530
  t = y("div"), r = Pt("svg"), n = Pt("path"), q(n, "fill", "var(--emw--color-white, #FFFFFF)"), p(n, "d", "m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"), p(r, "version", "1.1"), p(r, "class", "FavoredIcon"), p(r, "part", "FavoredIcon"), p(r, "xmlns", "http://www.w3.org/2000/svg"), p(r, "viewBox", "0 0 19.481 19.481"), p(r, "xmlns:xlink", "http://www.w3.org/1999/xlink"), p(r, "enable-background", "new 0 0 19.481 19.481"), p(t, "class", i = "FavIconContainer " + /*haspanicbutton*/
6531
6531
  (e[1] == "true" ? "FavIconPanicButton" : ""));
6532
6532
  },
6533
- m(s, l) {
6534
- G(s, t, l), m(t, r), m(r, n), o || (a = $(
6533
+ m(s, c) {
6534
+ G(s, t, c), m(t, r), m(r, n), o || (a = $(
6535
6535
  t,
6536
6536
  "click",
6537
6537
  /*click_handler*/
6538
6538
  e[59]
6539
6539
  ), o = !0);
6540
6540
  },
6541
- p(s, l) {
6542
- l[0] & /*haspanicbutton*/
6541
+ p(s, c) {
6542
+ c[0] & /*haspanicbutton*/
6543
6543
  2 && i !== (i = "FavIconContainer " + /*haspanicbutton*/
6544
6544
  (s[1] == "true" ? "FavIconPanicButton" : "")) && p(t, "class", i);
6545
6545
  },
@@ -6618,31 +6618,31 @@ function Zu(e) {
6618
6618
  }
6619
6619
  function Ku(e, t, r) {
6620
6620
  let n, i;
6621
- Ji(e, ys, (c) => r(28, i = c));
6622
- let { endpoint: o = "" } = t, { lang: a = "" } = t, { session: s = "" } = t, { userid: l = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: h = "" } = t, { translationurl: f = "" } = t, { favorites: d = "" } = t, { loginurl: g = "" } = t, { registerurl: b = "" } = t, { depositurl: v = "" } = t, { loginevent: S = "" } = t, { registerevent: k = "" } = t, { depositevent: B = "" } = t, { shortcashierenabled: E = "" } = t, { clockformat: I = "" } = t, { haspanicbutton: M = "false" } = t, { playforfun: _ = "true" } = t, { checksession: w = "false" } = t, { integratedgameframedesktop: x = "false" } = t, { integratedgameframemobile: P = "false" } = t, { gameid: T = "" } = t, { mbsource: C } = t, ne, ae, Ce = !1, Tr = !1, ze = !1, Sr = !1, _e = !0, Ve, Z, st = !1, ut = 0, Ut, O, Ee = !1, Ye = !1, Pr = !1, Br = !1, lt = !0, ct = !1, re, K, xe, se = !1, Xe, qe, Gt, jt, Te = window.navigator.userAgent, ht = !1, me = [], pe = [], he, Oe, $e, Wt = "false", ft = 0, Cr = "", dt;
6621
+ Ji(e, ys, (l) => r(28, i = l));
6622
+ let { endpoint: o = "" } = t, { lang: a = "" } = t, { session: s = "" } = t, { userid: c = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: h = "" } = t, { translationurl: f = "" } = t, { favorites: d = "" } = t, { loginurl: g = "" } = t, { registerurl: b = "" } = t, { depositurl: v = "" } = t, { loginevent: S = "" } = t, { registerevent: k = "" } = t, { depositevent: B = "" } = t, { shortcashierenabled: E = "" } = t, { clockformat: I = "" } = t, { haspanicbutton: M = "false" } = t, { playforfun: _ = "true" } = t, { checksession: w = "false" } = t, { integratedgameframedesktop: x = "false" } = t, { integratedgameframemobile: P = "false" } = t, { gameid: T = "" } = t, { mbsource: C } = t, ne, ie, Ce = !1, Tr = !1, ze = !1, Sr = !1, _e = !0, Ve, Z, st = !1, ut = 0, Ut, F, Ee = !1, Ye = !1, Pr = !1, Br = !1, lt = !0, ct = !1, re, K, xe, se = !1, Xe, qe, Gt, jt, Te = window.navigator.userAgent, ht = !1, me = [], pe = [], he, Fe, $e, Wt = "false", ft = 0, Cr = "", dt;
6623
6623
  Ts({ withLocale: "en", translations: {} });
6624
6624
  const ni = () => {
6625
- fetch(f).then((F) => F.json()).then((F) => {
6626
- Object.keys(F).forEach((A) => {
6627
- un(A, F[A]);
6625
+ fetch(f).then((O) => O.json()).then((O) => {
6626
+ Object.keys(O).forEach((A) => {
6627
+ un(A, O[A]);
6628
6628
  });
6629
- }).catch((F) => {
6630
- console.log(F);
6629
+ }).catch((O) => {
6630
+ console.log(O);
6631
6631
  });
6632
6632
  };
6633
- Object.keys(ln).forEach((c) => {
6634
- un(c, ln[c]);
6633
+ Object.keys(ln).forEach((l) => {
6634
+ un(l, ln[l]);
6635
6635
  });
6636
- const Or = (c) => {
6637
- let F = new URL(c.launchUrl);
6638
- return F.searchParams.append("language", a), Ve && Ve.length > 0 && (r(6, Ce = !0), F.searchParams.append("_sid", Ve), F.searchParams.append("funMode", "false")), c.launchUrl = F, c;
6639
- }, zt = (c, F) => {
6636
+ const Fr = (l) => {
6637
+ let O = new URL(l.launchUrl);
6638
+ return O.searchParams.append("language", a), Ve && Ve.length > 0 && (r(6, Ce = !0), O.searchParams.append("_sid", Ve), O.searchParams.append("funMode", "false")), l.launchUrl = O, l;
6639
+ }, zt = (l, O) => {
6640
6640
  if (w === "true" && !ct && s)
6641
6641
  return;
6642
- let A = new URL(`${o}/v1/casino/games/${c}`);
6643
- A.searchParams.append("language", a), A.searchParams.append("expand", "vendor"), lt = F, fetch(A.href).then((z) => z.json()).then(
6642
+ let A = new URL(`${o}/v1/casino/games/${l}`);
6643
+ A.searchParams.append("language", a), A.searchParams.append("expand", "vendor"), lt = O, fetch(A.href).then((z) => z.json()).then(
6644
6644
  (z) => {
6645
- r(12, O = Or(z[0])), r(10, _e = !1), O.launchUrl && (r(13, Ee = Mr(O, O.hasFunMode)), r(8, ze = !1));
6645
+ r(12, F = Fr(z[0])), r(10, _e = !1), F.launchUrl && (r(13, Ee = Mr(F, F.hasFunMode)), r(8, ze = !1));
6646
6646
  },
6647
6647
  (z) => {
6648
6648
  console.error("There was an error", z), r(9, Sr = !0);
@@ -6650,19 +6650,19 @@ function Ku(e, t, r) {
6650
6650
  ).then(() => {
6651
6651
  re && (lt ? Yt() : Hr());
6652
6652
  }).finally(() => {
6653
- r(10, _e = !1), ii(s, l);
6653
+ r(10, _e = !1), ii(s, c);
6654
6654
  }), window.postMessage({ type: "RequestModalSize" }, window.location.href);
6655
- }, Fr = () => {
6655
+ }, Or = () => {
6656
6656
  Z?.addEventListener("mousedown", gt, !1), Z?.addEventListener("touchstart", gt, !1), Z?.addEventListener("mouseup", bt, !1), Z?.addEventListener("touchend", bt, !1);
6657
6657
  }, Ir = () => {
6658
6658
  r(11, st = !1), Z?.removeEventListener("mousedown", gt), Z?.removeEventListener("touchstart", gt), Z?.removeEventListener("mouseup", bt), Z?.removeEventListener("touchend", bt);
6659
- }, kr = (c) => {
6660
- switch (c.data.type) {
6659
+ }, kr = (l) => {
6660
+ switch (l.data.type) {
6661
6661
  case "GameLaunchID":
6662
- zt(c.data.gameId, !0);
6662
+ zt(l.data.gameId, !0);
6663
6663
  break;
6664
6664
  case "LaunchGameFrame":
6665
- si(c.data.gameId, c.data.gameFunMode);
6665
+ si(l.data.gameId, l.data.gameFunMode);
6666
6666
  break;
6667
6667
  case "ModalClosed":
6668
6668
  x === "true" || Me(Te) ? (r(58, Wt = "false"), Ir(), Me(Te) ? setTimeout(
@@ -6675,58 +6675,65 @@ function Ku(e, t, r) {
6675
6675
  r(14, Ye = x === "true");
6676
6676
  },
6677
6677
  500
6678
- )) : x === "false" && c.data?.closeIntegratedGameFrameDesktop !== !0 && window.postMessage({ type: "DisableScroll" }, window.location.href);
6678
+ )) : x === "false" && l.data?.closeIntegratedGameFrameDesktop !== !0 && window.postMessage({ type: "DisableScroll" }, window.location.href);
6679
6679
  break;
6680
6680
  case "ModalSize":
6681
- r(21, Xe = c.data.modalContainerSize.modalWidth), r(22, qe = c.data.modalContainerSize.modalHeight);
6681
+ r(21, Xe = l.data.modalContainerSize.modalWidth), r(22, qe = l.data.modalContainerSize.modalHeight);
6682
6682
  break;
6683
6683
  }
6684
- }, ii = (c, F) => {
6685
- let A = `${o}/v1/player/${F}/favorites/`;
6684
+ l.data["MMFE:PageFinishLoading"] && ie?.contentWindow && ie.contentWindow.postMessage(
6685
+ {
6686
+ type: "emUpdateBalance",
6687
+ sender: "emwindow"
6688
+ },
6689
+ "*"
6690
+ );
6691
+ }, ii = (l, O) => {
6692
+ let A = `${o}/v1/player/${O}/favorites/`;
6686
6693
  r(10, _e = !0);
6687
6694
  let z = {
6688
6695
  method: "GET",
6689
- headers: { "X-SessionID": c }
6696
+ headers: { "X-SessionID": l }
6690
6697
  };
6691
- return new Promise((ie, fe) => {
6698
+ return new Promise((oe, fe) => {
6692
6699
  fetch(A, z).then((ge) => ge.json()).then((ge) => {
6693
- r(10, _e = !1), me = ge.items, me ? (O && O.id && r(13, Ee = mt(O.id)), r(8, ze = !1), me.forEach((vt) => {
6700
+ r(10, _e = !1), me = ge.items, me ? (F && F.id && r(13, Ee = mt(F.id)), r(8, ze = !1), me.forEach((vt) => {
6694
6701
  pe.includes(vt.id) || pe.push(vt.id);
6695
- })) : me = [], ie(me);
6702
+ })) : me = [], oe(me);
6696
6703
  }).catch((ge) => {
6697
6704
  console.error(ge), fe(ge);
6698
6705
  });
6699
6706
  });
6700
- }, Vt = (c) => {
6701
- Ee ? ai(`${o}/v1/player/${l}/favorites`, s, O.id) : oi(`${o}/v1/player/${l}/favorites`, s, O);
6707
+ }, Vt = (l) => {
6708
+ Ee ? ai(`${o}/v1/player/${c}/favorites`, s, F.id) : oi(`${o}/v1/player/${c}/favorites`, s, F);
6702
6709
  };
6703
- let oi = async (c, F, A) => {
6710
+ let oi = async (l, O, A) => {
6704
6711
  pe.includes(A.id) || pe.push(A.id);
6705
- let ie = {
6712
+ let oe = {
6706
6713
  method: "POST",
6707
6714
  headers: {
6708
- "X-SessionID": F,
6715
+ "X-SessionID": O,
6709
6716
  "Content-Type": "application/json",
6710
6717
  Accept: "application/json"
6711
6718
  },
6712
6719
  body: JSON.stringify({ items: pe })
6713
6720
  };
6714
- fetch(c, ie).then((fe) => fe.json()).then((fe) => {
6721
+ fetch(l, oe).then((fe) => fe.json()).then((fe) => {
6715
6722
  window.postMessage({ type: `AddFavoriteThumbnail_${A.id}` }, window.location.href), window.postMessage({
6716
6723
  type: "UpdateFavoredList",
6717
- url: c,
6718
- sessionID: F
6724
+ url: l,
6725
+ sessionID: O
6719
6726
  }), fe.items && (me = fe.items), r(13, Ee = mt(A.id));
6720
6727
  }).catch((fe) => {
6721
6728
  console.error("Err", fe);
6722
6729
  });
6723
6730
  };
6724
- const ai = (c, F, A) => {
6731
+ const ai = (l, O, A) => {
6725
6732
  let z = {
6726
6733
  method: "DELETE",
6727
- headers: { "X-SessionID": F }
6734
+ headers: { "X-SessionID": O }
6728
6735
  };
6729
- fetch(`${c}/${A}`, z).then((ie) => ie.json()).then((ie) => {
6736
+ fetch(`${l}/${A}`, z).then((oe) => oe.json()).then((oe) => {
6730
6737
  window.postMessage(
6731
6738
  {
6732
6739
  type: `RemoveFavoriteThumbnail_${A}`
@@ -6734,56 +6741,56 @@ function Ku(e, t, r) {
6734
6741
  window.location.href
6735
6742
  ), window.postMessage({
6736
6743
  type: "UpdateFavoredList",
6737
- url: c,
6738
- sessionID: F
6739
- }), ie.items && (me = ie.items), r(13, Ee = mt(O.id));
6740
- }), pe.includes(A) && (pe = pe.filter((ie) => ie != A));
6741
- }, mt = (c) => me.findIndex((F) => F.id == c) !== -1, Mr = (c, F) => (r(16, Br = _ == "true" ? c.hasAnonymousFunMode : !1), r(15, Pr = _ == "true" ? F : !1), r(14, Ye = !0), mt(c.id)), si = (c, F) => {
6742
- let A = new URL(`${o}/v1/casino/games/${c}`);
6744
+ url: l,
6745
+ sessionID: O
6746
+ }), oe.items && (me = oe.items), r(13, Ee = mt(F.id));
6747
+ }), pe.includes(A) && (pe = pe.filter((oe) => oe != A));
6748
+ }, mt = (l) => me.findIndex((O) => O.id == l) !== -1, Mr = (l, O) => (r(16, Br = _ == "true" ? l.hasAnonymousFunMode : !1), r(15, Pr = _ == "true" ? O : !1), r(14, Ye = !0), mt(l.id)), si = (l, O) => {
6749
+ let A = new URL(`${o}/v1/casino/games/${l}`);
6743
6750
  A.searchParams.append("language", a), fetch(A.href).then((z) => z.json()).then((z) => {
6744
- r(12, O = Or(z[0])), r(10, _e = !1), O.launchUrl && (r(13, Ee = Mr(O, F)), r(8, ze = !1));
6751
+ r(12, F = Fr(z[0])), r(10, _e = !1), F.launchUrl && (r(13, Ee = Mr(F, O)), r(8, ze = !1));
6745
6752
  }).finally(() => {
6746
6753
  r(10, _e = !1);
6747
6754
  });
6748
6755
  }, ui = () => {
6749
6756
  if (se)
6750
6757
  return;
6751
- const c = (z, ie) => {
6758
+ const l = (z, oe) => {
6752
6759
  const ge = z[0].intersectionRatio, vt = z[0].isIntersecting, qi = parseInt(getComputedStyle(re).height);
6753
- dt || (dt = qi * Math.max(ge, 0.5)), r(17, re.style.height = `${dt}px`, re), r(18, K.style.height = `${dt}px`, K), vt && r(19, xe.style.height = `${re.style.height}px`, xe), ie.unobserve(re);
6754
- }, F = { threshold: 0 };
6755
- new IntersectionObserver(c, F).observe(re);
6760
+ dt || (dt = qi * Math.max(ge, 0.5)), r(17, re.style.height = `${dt}px`, re), r(18, K.style.height = `${dt}px`, K), vt && r(19, xe.style.height = `${re.style.height}px`, xe), oe.unobserve(re);
6761
+ }, O = { threshold: 0 };
6762
+ new IntersectionObserver(l, O).observe(re);
6756
6763
  }, Hr = () => {
6757
- r(21, Xe = O.width), r(22, qe = O.height), Gt = `${O.width}px`, jt = `${O.height}px`, O.width, O.height, Yt();
6764
+ r(21, Xe = F.width), r(22, qe = F.height), Gt = `${F.width}px`, jt = `${F.height}px`, F.width, F.height, Yt();
6758
6765
  }, Yt = () => {
6759
- const c = {
6766
+ const l = {
6760
6767
  width: xe?.getBoundingClientRect().width,
6761
6768
  height: xe?.getBoundingClientRect().height
6762
6769
  };
6763
- let F = 0, A = 0;
6764
- r(26, ft = Oe?.getBoundingClientRect()?.height || 100);
6765
- const z = O.width / O.height;
6766
- c.width < O.width && (F = c.width - O.width, A = F / z), c.height < O.height && (A = c.height - (O.height + ft), F = A / z), r(21, Xe = parseInt(O.width, 10) + F), r(22, qe = parseInt(O.height, 10) + ft + A), Gt = Math.floor(Xe), jt = Math.floor(qe), mi();
6770
+ let O = 0, A = 0;
6771
+ r(26, ft = Fe?.getBoundingClientRect()?.height || 100);
6772
+ const z = F.width / F.height;
6773
+ l.width < F.width && (O = l.width - F.width, A = O / z), l.height < F.height && (A = l.height - (F.height + ft), O = A / z), r(21, Xe = parseInt(F.width, 10) + O), r(22, qe = parseInt(F.height, 10) + ft + A), Gt = Math.floor(Xe), jt = Math.floor(qe), mi();
6767
6774
  }, Xt = () => {
6768
6775
  Me(Te) ? Lr(P) : Lr(x);
6769
- }, Lr = (c) => {
6770
- c == "false" ? window.open(O.launchUrl, "_blank") : c == "true" && window.postMessage(
6776
+ }, Lr = (l) => {
6777
+ l == "false" ? window.open(F.launchUrl, "_blank") : l == "true" && window.postMessage(
6771
6778
  {
6772
6779
  type: "OpenIntegratedGameFrame",
6773
- subVendor: O.subVendor,
6774
- gameId: O.id,
6775
- launchUrl: O.launchUrl?.href
6780
+ subVendor: F.subVendor,
6781
+ gameId: F.id,
6782
+ launchUrl: F.launchUrl?.href
6776
6783
  },
6777
6784
  window.location.href
6778
6785
  );
6779
- }, li = (c, F) => {
6786
+ }, li = (l, O) => {
6780
6787
  let A;
6781
6788
  return function(...z) {
6782
6789
  clearTimeout(A), A = setTimeout(
6783
6790
  () => {
6784
- c(...z);
6791
+ l(...z);
6785
6792
  },
6786
- F
6793
+ O
6787
6794
  );
6788
6795
  };
6789
6796
  }, Ar = () => {
@@ -6798,8 +6805,8 @@ function Ku(e, t, r) {
6798
6805
  },
6799
6806
  window.location.href
6800
6807
  )), b && (window.location = b), typeof gtag == "function" && gtag("event", "OpenRegisterModal", { context: "GeneralPlayerRegisterForm" });
6801
- }, qt = (c) => {
6802
- if (typeof gtag == "function" && gtag("event", "GoToDeposit", { context: "IntegratedGamePage" }), n && !c) {
6808
+ }, qt = (l) => {
6809
+ if (typeof gtag == "function" && gtag("event", "GoToDeposit", { context: "IntegratedGamePage" }), n && !l) {
6803
6810
  window.postMessage({ type: "OpenShortCashier" }, window.location.href);
6804
6811
  return;
6805
6812
  }
@@ -6807,9 +6814,9 @@ function Ku(e, t, r) {
6807
6814
  };
6808
6815
  document.addEventListener && (document.addEventListener("webkitfullscreenchange", pt, !1), document.addEventListener("mozfullscreenchange", pt, !1), document.addEventListener("fullscreenchange", pt, !1), document.addEventListener("MSFullscreenChange", pt, !1));
6809
6816
  function pt() {
6810
- !document.webkitIsFullScreen && !document.mozFullScreen && !document.msFullscreenElement && se && Fe();
6817
+ !document.webkitIsFullScreen && !document.mozFullScreen && !document.msFullscreenElement && se && Oe();
6811
6818
  }
6812
- const Fe = () => {
6819
+ const Oe = () => {
6813
6820
  (document.fullscreenEnabled || document.webkitFullscreenEnabled || document.mozFullScreenEnabled || document.msFullscreenEnabled) && (se ? (document.fullscreenElement !== null && (document.exitFullscreen ? document.exitFullscreen() : document.webkitExitFullscreen ? document.webkitExitFullscreen() : document.msExitFullscreen && document.msExitFullscreen()), r(20, se = !1)) : (K.requestFullscreen ? K.requestFullscreen() : K.webkitRequestFullscreen ? K.webkitRequestFullscreen() : K.mozRequestFullScreen ? K.mozRequestFullScreen() : K.msRequestFullscreen && K.msRequestFullscreen(), r(20, se = !0)));
6814
6821
  }, ci = () => {
6815
6822
  I ? r(4, ne = mn(/* @__PURE__ */ new Date(), I)) : r(4, ne = mn(/* @__PURE__ */ new Date(), "HH:mm:ss a"));
@@ -6822,11 +6829,11 @@ function Ku(e, t, r) {
6822
6829
  Ss(a), r(23, ht = Me(Te));
6823
6830
  }, di = () => {
6824
6831
  w === "true" ? ws(o, s).then(
6825
- (c) => {
6826
- Ve = c.Guid, c.UserID, r(57, ct = !0), r(6, Ce = !0);
6832
+ (l) => {
6833
+ Ve = l.Guid, l.UserID, r(57, ct = !0), r(6, Ce = !0);
6827
6834
  },
6828
- (c) => {
6829
- r(6, Ce = !1), console.error("err on session", c);
6835
+ (l) => {
6836
+ r(6, Ce = !1), console.error("err on session", l);
6830
6837
  }
6831
6838
  ) : (Ve = s, r(6, Ce = !0));
6832
6839
  }, gt = () => {
@@ -6839,13 +6846,13 @@ function Ku(e, t, r) {
6839
6846
  }, bt = () => {
6840
6847
  ut < 3 && r(11, st = !1), clearInterval(Ut);
6841
6848
  }, mi = () => {
6842
- let c = se ? "100%" : `${Gt}px`, F = se ? "100%" : `${jt}px`, A = se || !lt ? "none" : O.width ? `${Math.floor(O.width)}px` : "1280px", z = se || !lt ? "none" : O.height ? `${Math.floor(O.height) + 100}px` : "720px";
6843
- r(27, Cr = `width: ${c}; height: ${F}; max-width: ${A}; max-height: ${z}; padding-bottom: 10px`), ui();
6849
+ let l = se ? "100%" : `${Gt}px`, O = se ? "100%" : `${jt}px`, A = se || !lt ? "none" : F.width ? `${Math.floor(F.width)}px` : "1280px", z = se || !lt ? "none" : F.height ? `${Math.floor(F.height) + 100}px` : "720px";
6850
+ r(27, Cr = `width: ${l}; height: ${O}; max-width: ${A}; max-height: ${z}; padding-bottom: 10px`), ui();
6844
6851
  }, Nr = () => {
6845
6852
  document.fullscreenElement || Hr();
6846
6853
  };
6847
6854
  ro(() => {
6848
- r(7, Tr = (s || l) && !Ce);
6855
+ r(7, Tr = (s || c) && !Ce);
6849
6856
  });
6850
6857
  const pi = () => {
6851
6858
  r(8, ze = !0);
@@ -6853,94 +6860,94 @@ function Ku(e, t, r) {
6853
6860
  no(() => (window.addEventListener("resize", Ar, !1), window.addEventListener("message", kr, !1), document.addEventListener("fullscreenchange", Nr), () => {
6854
6861
  clearInterval(hi), Ir(), window.removeEventListener("resize", Ar), window.removeEventListener("message", kr), document.removeEventListener("fullscreenchange", Nr);
6855
6862
  }));
6856
- const gi = () => Vt(O.id), bi = () => Vt(O.id), vi = () => qt(ht), yi = () => {
6863
+ const gi = () => Vt(F.id), bi = () => Vt(F.id), vi = () => qt(ht), yi = () => {
6857
6864
  Xt();
6858
6865
  };
6859
- function wi(c) {
6860
- J[c ? "unshift" : "push"](() => {
6861
- Z = c, r(2, Z);
6866
+ function wi(l) {
6867
+ J[l ? "unshift" : "push"](() => {
6868
+ Z = l, r(2, Z);
6862
6869
  });
6863
6870
  }
6864
6871
  const _i = () => Je(), Ei = () => Qe(), xi = () => {
6865
6872
  Xt();
6866
6873
  }, Ti = () => Je(), Si = () => Qe();
6867
- function Pi(c) {
6868
- J[c ? "unshift" : "push"](() => {
6869
- ae = c, r(5, ae);
6874
+ function Pi(l) {
6875
+ J[l ? "unshift" : "push"](() => {
6876
+ ie = l, r(5, ie);
6870
6877
  });
6871
6878
  }
6872
6879
  const Bi = () => qt(ht);
6873
- function Ci(c) {
6874
- J[c ? "unshift" : "push"](() => {
6875
- $e = c, r(25, $e);
6880
+ function Ci(l) {
6881
+ J[l ? "unshift" : "push"](() => {
6882
+ $e = l, r(25, $e);
6876
6883
  });
6877
6884
  }
6878
- function Oi(c) {
6879
- J[c ? "unshift" : "push"](() => {
6880
- Z = c, r(2, Z);
6885
+ function Fi(l) {
6886
+ J[l ? "unshift" : "push"](() => {
6887
+ Z = l, r(2, Z);
6881
6888
  });
6882
6889
  }
6883
- const Fi = () => Fe(), Ii = () => Fe();
6884
- function ki(c) {
6885
- J[c ? "unshift" : "push"](() => {
6886
- Oe = c, r(24, Oe);
6890
+ const Oi = () => Oe(), Ii = () => Oe();
6891
+ function ki(l) {
6892
+ J[l ? "unshift" : "push"](() => {
6893
+ Fe = l, r(24, Fe);
6887
6894
  });
6888
6895
  }
6889
- function Mi(c) {
6890
- J[c ? "unshift" : "push"](() => {
6891
- K = c, r(18, K);
6896
+ function Mi(l) {
6897
+ J[l ? "unshift" : "push"](() => {
6898
+ K = l, r(18, K);
6892
6899
  });
6893
6900
  }
6894
- function Hi(c) {
6895
- J[c ? "unshift" : "push"](() => {
6896
- re = c, r(17, re);
6901
+ function Hi(l) {
6902
+ J[l ? "unshift" : "push"](() => {
6903
+ re = l, r(17, re);
6897
6904
  });
6898
6905
  }
6899
- function Li(c) {
6900
- J[c ? "unshift" : "push"](() => {
6901
- ae = c, r(5, ae);
6906
+ function Li(l) {
6907
+ J[l ? "unshift" : "push"](() => {
6908
+ ie = l, r(5, ie);
6902
6909
  });
6903
6910
  }
6904
6911
  const Ai = () => Je(), Ni = () => Qe();
6905
- function Ri(c) {
6906
- J[c ? "unshift" : "push"](() => {
6907
- $e = c, r(25, $e);
6912
+ function Ri(l) {
6913
+ J[l ? "unshift" : "push"](() => {
6914
+ $e = l, r(25, $e);
6908
6915
  });
6909
6916
  }
6910
- const Di = () => Fe(), Ui = () => Fe();
6911
- function Gi(c) {
6912
- J[c ? "unshift" : "push"](() => {
6913
- Oe = c, r(24, Oe);
6917
+ const Di = () => Oe(), Ui = () => Oe();
6918
+ function Gi(l) {
6919
+ J[l ? "unshift" : "push"](() => {
6920
+ Fe = l, r(24, Fe);
6914
6921
  });
6915
6922
  }
6916
- function ji(c) {
6917
- J[c ? "unshift" : "push"](() => {
6918
- K = c, r(18, K);
6923
+ function ji(l) {
6924
+ J[l ? "unshift" : "push"](() => {
6925
+ K = l, r(18, K);
6919
6926
  });
6920
6927
  }
6921
- function Wi(c) {
6922
- J[c ? "unshift" : "push"](() => {
6923
- re = c, r(17, re);
6928
+ function Wi(l) {
6929
+ J[l ? "unshift" : "push"](() => {
6930
+ re = l, r(17, re);
6924
6931
  });
6925
6932
  }
6926
6933
  const zi = () => Je(), Vi = () => Qe();
6927
- function Yi(c) {
6928
- J[c ? "unshift" : "push"](() => {
6929
- xe = c, r(19, xe);
6934
+ function Yi(l) {
6935
+ J[l ? "unshift" : "push"](() => {
6936
+ xe = l, r(19, xe);
6930
6937
  });
6931
6938
  }
6932
- function Xi(c) {
6933
- J[c ? "unshift" : "push"](() => {
6934
- he = c, r(3, he);
6939
+ function Xi(l) {
6940
+ J[l ? "unshift" : "push"](() => {
6941
+ he = l, r(3, he);
6935
6942
  });
6936
6943
  }
6937
- return e.$$set = (c) => {
6938
- "endpoint" in c && r(36, o = c.endpoint), "lang" in c && r(37, a = c.lang), "session" in c && r(38, s = c.session), "userid" in c && r(39, l = c.userid), "clientstyling" in c && r(40, u = c.clientstyling), "clientstylingurl" in c && r(41, h = c.clientstylingurl), "translationurl" in c && r(42, f = c.translationurl), "favorites" in c && r(0, d = c.favorites), "loginurl" in c && r(43, g = c.loginurl), "registerurl" in c && r(44, b = c.registerurl), "depositurl" in c && r(45, v = c.depositurl), "loginevent" in c && r(46, S = c.loginevent), "registerevent" in c && r(47, k = c.registerevent), "depositevent" in c && r(48, B = c.depositevent), "shortcashierenabled" in c && r(49, E = c.shortcashierenabled), "clockformat" in c && r(50, I = c.clockformat), "haspanicbutton" in c && r(1, M = c.haspanicbutton), "playforfun" in c && r(51, _ = c.playforfun), "checksession" in c && r(52, w = c.checksession), "integratedgameframedesktop" in c && r(53, x = c.integratedgameframedesktop), "integratedgameframemobile" in c && r(54, P = c.integratedgameframemobile), "gameid" in c && r(55, T = c.gameid), "mbsource" in c && r(56, C = c.mbsource);
6944
+ return e.$$set = (l) => {
6945
+ "endpoint" in l && r(36, o = l.endpoint), "lang" in l && r(37, a = l.lang), "session" in l && r(38, s = l.session), "userid" in l && r(39, c = l.userid), "clientstyling" in l && r(40, u = l.clientstyling), "clientstylingurl" in l && r(41, h = l.clientstylingurl), "translationurl" in l && r(42, f = l.translationurl), "favorites" in l && r(0, d = l.favorites), "loginurl" in l && r(43, g = l.loginurl), "registerurl" in l && r(44, b = l.registerurl), "depositurl" in l && r(45, v = l.depositurl), "loginevent" in l && r(46, S = l.loginevent), "registerevent" in l && r(47, k = l.registerevent), "depositevent" in l && r(48, B = l.depositevent), "shortcashierenabled" in l && r(49, E = l.shortcashierenabled), "clockformat" in l && r(50, I = l.clockformat), "haspanicbutton" in l && r(1, M = l.haspanicbutton), "playforfun" in l && r(51, _ = l.playforfun), "checksession" in l && r(52, w = l.checksession), "integratedgameframedesktop" in l && r(53, x = l.integratedgameframedesktop), "integratedgameframemobile" in l && r(54, P = l.integratedgameframemobile), "gameid" in l && r(55, T = l.gameid), "mbsource" in l && r(56, C = l.mbsource);
6939
6946
  }, e.$$.update = () => {
6940
6947
  e.$$.dirty[1] & /*lang*/
6941
6948
  64 && a && fi(), e.$$.dirty[1] & /*shortcashierenabled*/
6942
6949
  262144 && (n = E.toLocaleLowerCase() === "true"), e.$$.dirty[1] & /*session, userid, endpoint*/
6943
- 416 && s && l && o && di(), e.$$.dirty[1] & /*endpoint, gameid, lang*/
6950
+ 416 && s && c && o && di(), e.$$.dirty[1] & /*endpoint, gameid, lang*/
6944
6951
  16777312 && o && T && a && zt(T, !0), e.$$.dirty[1] & /*sessionChecked, gameid*/
6945
6952
  83886080 && ct && zt(T, !0), e.$$.dirty[1] & /*translationurl*/
6946
6953
  2048 && f && ni(), e.$$.dirty[0] & /*favorites*/
@@ -6952,22 +6959,22 @@ function Ku(e, t, r) {
6952
6959
  8 | e.$$.dirty[1] & /*mbsource*/
6953
6960
  33554432 && C && he && xs(he, `${C}.Style`), e.$$.dirty[0] & /*panicButton*/
6954
6961
  4 | e.$$.dirty[1] & /*showModal*/
6955
- 134217728 && Wt == "true" && Z && Fr(), e.$$.dirty[0] & /*panicButton*/
6956
- 4 && Z && Fr();
6962
+ 134217728 && Wt == "true" && Z && Or(), e.$$.dirty[0] & /*panicButton*/
6963
+ 4 && Z && Or();
6957
6964
  }, [
6958
6965
  d,
6959
6966
  M,
6960
6967
  Z,
6961
6968
  he,
6962
6969
  ne,
6963
- ae,
6970
+ ie,
6964
6971
  Ce,
6965
6972
  Tr,
6966
6973
  ze,
6967
6974
  Sr,
6968
6975
  _e,
6969
6976
  st,
6970
- O,
6977
+ F,
6971
6978
  Ee,
6972
6979
  Ye,
6973
6980
  Pr,
@@ -6979,7 +6986,7 @@ function Ku(e, t, r) {
6979
6986
  Xe,
6980
6987
  qe,
6981
6988
  ht,
6982
- Oe,
6989
+ Fe,
6983
6990
  $e,
6984
6991
  ft,
6985
6992
  Cr,
@@ -6990,11 +6997,11 @@ function Ku(e, t, r) {
6990
6997
  Je,
6991
6998
  Qe,
6992
6999
  qt,
6993
- Fe,
7000
+ Oe,
6994
7001
  o,
6995
7002
  a,
6996
7003
  s,
6997
- l,
7004
+ c,
6998
7005
  u,
6999
7006
  h,
7000
7007
  f,
@@ -7027,8 +7034,8 @@ function Ku(e, t, r) {
7027
7034
  Pi,
7028
7035
  Bi,
7029
7036
  Ci,
7030
- Oi,
7031
7037
  Fi,
7038
+ Oi,
7032
7039
  Ii,
7033
7040
  ki,
7034
7041
  Mi,