@everymatrix/casino-search 1.29.6 → 1.29.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.
@@ -13004,109 +13004,8 @@
13004
13004
  return block;
13005
13005
  }
13006
13006
 
13007
- // (573:77)
13007
+ // (569:8) {#if gameisnew}
13008
13008
  function create_if_block_11(ctx) {
13009
- let div;
13010
- let svg;
13011
- let path;
13012
-
13013
- const block = {
13014
- c: function create() {
13015
- div = element("div");
13016
- svg = svg_element("svg");
13017
- path = svg_element("path");
13018
- set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
13019
- attr_dev(path, "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");
13020
- add_location(path, file$1, 575, 10, 21885);
13021
- attr_dev(svg, "version", "1.1");
13022
- attr_dev(svg, "class", "FavoredIcon");
13023
- attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
13024
- attr_dev(svg, "viewBox", "0 0 19.481 19.481");
13025
- attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
13026
- attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
13027
- add_location(svg, file$1, 574, 8, 21687);
13028
- attr_dev(div, "class", "FavIconContainer");
13029
- add_location(div, file$1, 573, 6, 21648);
13030
- },
13031
- m: function mount(target, anchor) {
13032
- insert_dev(target, div, anchor);
13033
- append_dev(div, svg);
13034
- append_dev(svg, path);
13035
- },
13036
- p: noop$1,
13037
- d: function destroy(detaching) {
13038
- if (detaching) detach_dev(div);
13039
- }
13040
- };
13041
-
13042
- dispatch_dev("SvelteRegisterBlock", {
13043
- block,
13044
- id: create_if_block_11.name,
13045
- type: "if",
13046
- source: "(573:77) ",
13047
- ctx
13048
- });
13049
-
13050
- return block;
13051
- }
13052
-
13053
- // (567:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}
13054
- function create_if_block_10(ctx) {
13055
- let div;
13056
- let svg;
13057
- let path;
13058
- let mounted;
13059
- let dispose;
13060
-
13061
- const block = {
13062
- c: function create() {
13063
- div = element("div");
13064
- svg = svg_element("svg");
13065
- path = svg_element("path");
13066
- set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
13067
- attr_dev(path, "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");
13068
- add_location(path, file$1, 569, 10, 21167);
13069
- attr_dev(svg, "version", "1.1");
13070
- attr_dev(svg, "class", "FavoredIcon");
13071
- attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
13072
- attr_dev(svg, "viewBox", "0 0 19.481 19.481");
13073
- attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
13074
- attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
13075
- add_location(svg, file$1, 568, 8, 20969);
13076
- attr_dev(div, "class", "FavIconContainer");
13077
- add_location(div, file$1, 567, 6, 20884);
13078
- },
13079
- m: function mount(target, anchor) {
13080
- insert_dev(target, div, anchor);
13081
- append_dev(div, svg);
13082
- append_dev(svg, path);
13083
-
13084
- if (!mounted) {
13085
- dispose = listen_dev(div, "click", /*click_handler_2*/ ctx[65], false, false, false, false);
13086
- mounted = true;
13087
- }
13088
- },
13089
- p: noop$1,
13090
- d: function destroy(detaching) {
13091
- if (detaching) detach_dev(div);
13092
- mounted = false;
13093
- dispose();
13094
- }
13095
- };
13096
-
13097
- dispatch_dev("SvelteRegisterBlock", {
13098
- block,
13099
- id: create_if_block_10.name,
13100
- type: "if",
13101
- source: "(567:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}",
13102
- ctx
13103
- });
13104
-
13105
- return block;
13106
- }
13107
-
13108
- // (581:6) {#if gameisnew}
13109
- function create_if_block_9$1(ctx) {
13110
13009
  let span;
13111
13010
  let t_value = /*$_*/ ctx[36]('new') + "";
13112
13011
  let t;
@@ -13116,7 +13015,7 @@
13116
13015
  span = element("span");
13117
13016
  t = text(t_value);
13118
13017
  attr_dev(span, "class", "GameExtraInfoLabel NewGameTag");
13119
- add_location(span, file$1, 581, 8, 22354);
13018
+ add_location(span, file$1, 569, 10, 20911);
13120
13019
  },
13121
13020
  m: function mount(target, anchor) {
13122
13021
  insert_dev(target, span, anchor);
@@ -13132,17 +13031,17 @@
13132
13031
 
13133
13032
  dispatch_dev("SvelteRegisterBlock", {
13134
13033
  block,
13135
- id: create_if_block_9$1.name,
13034
+ id: create_if_block_11.name,
13136
13035
  type: "if",
13137
- source: "(581:6) {#if gameisnew}",
13036
+ source: "(569:8) {#if gameisnew}",
13138
13037
  ctx
13139
13038
  });
13140
13039
 
13141
13040
  return block;
13142
13041
  }
13143
13042
 
13144
- // (584:6) {#if gametag}
13145
- function create_if_block_8$1(ctx) {
13043
+ // (572:8) {#if gametag}
13044
+ function create_if_block_10(ctx) {
13146
13045
  let span;
13147
13046
  let t;
13148
13047
 
@@ -13151,7 +13050,7 @@
13151
13050
  span = element("span");
13152
13051
  t = text(/*gametag*/ ctx[8]);
13153
13052
  attr_dev(span, "class", "GameExtraInfoLabel PopularGameTag");
13154
- add_location(span, file$1, 584, 8, 22457);
13053
+ add_location(span, file$1, 572, 10, 21020);
13155
13054
  },
13156
13055
  m: function mount(target, anchor) {
13157
13056
  insert_dev(target, span, anchor);
@@ -13167,27 +13066,27 @@
13167
13066
 
13168
13067
  dispatch_dev("SvelteRegisterBlock", {
13169
13068
  block,
13170
- id: create_if_block_8$1.name,
13069
+ id: create_if_block_10.name,
13171
13070
  type: "if",
13172
- source: "(584:6) {#if gametag}",
13071
+ source: "(572:8) {#if gametag}",
13173
13072
  ctx
13174
13073
  });
13175
13074
 
13176
13075
  return block;
13177
13076
  }
13178
13077
 
13179
- // (587:6) {#if livegamedata}
13180
- function create_if_block_1$1(ctx) {
13078
+ // (575:8) {#if livegamedata}
13079
+ function create_if_block_3$1(ctx) {
13181
13080
  let t;
13182
13081
  let if_block1_anchor;
13183
- let if_block0 = !/*isopen*/ ctx[23] && /*starttime*/ ctx[21] && /*timeformat*/ ctx[22] && create_if_block_7$1(ctx);
13082
+ let if_block0 = !/*isopen*/ ctx[23] && /*starttime*/ ctx[21] && /*timeformat*/ ctx[22] && create_if_block_9$1(ctx);
13184
13083
 
13185
- function select_block_type_2(ctx, dirty) {
13186
- if (/*isopen*/ ctx[23] && /*displaytype*/ ctx[20] && /*displaytype*/ ctx[20] === BLACKJACK) return create_if_block_2$1;
13187
- if (/*isopen*/ ctx[23] && /*displaytype*/ ctx[20] && /*displaytype*/ ctx[20] === ROULETTE) return create_if_block_4$1;
13084
+ function select_block_type_1(ctx, dirty) {
13085
+ if (/*isopen*/ ctx[23] && /*displaytype*/ ctx[20] && /*displaytype*/ ctx[20] === BLACKJACK) return create_if_block_4$1;
13086
+ if (/*isopen*/ ctx[23] && /*displaytype*/ ctx[20] && /*displaytype*/ ctx[20] === ROULETTE) return create_if_block_6$1;
13188
13087
  }
13189
13088
 
13190
- let current_block_type = select_block_type_2(ctx);
13089
+ let current_block_type = select_block_type_1(ctx);
13191
13090
  let if_block1 = current_block_type && current_block_type(ctx);
13192
13091
 
13193
13092
  const block = {
@@ -13208,7 +13107,7 @@
13208
13107
  if (if_block0) {
13209
13108
  if_block0.p(ctx, dirty);
13210
13109
  } else {
13211
- if_block0 = create_if_block_7$1(ctx);
13110
+ if_block0 = create_if_block_9$1(ctx);
13212
13111
  if_block0.c();
13213
13112
  if_block0.m(t.parentNode, t);
13214
13113
  }
@@ -13217,7 +13116,7 @@
13217
13116
  if_block0 = null;
13218
13117
  }
13219
13118
 
13220
- if (current_block_type === (current_block_type = select_block_type_2(ctx)) && if_block1) {
13119
+ if (current_block_type === (current_block_type = select_block_type_1(ctx)) && if_block1) {
13221
13120
  if_block1.p(ctx, dirty);
13222
13121
  } else {
13223
13122
  if (if_block1) if_block1.d(1);
@@ -13243,17 +13142,17 @@
13243
13142
 
13244
13143
  dispatch_dev("SvelteRegisterBlock", {
13245
13144
  block,
13246
- id: create_if_block_1$1.name,
13145
+ id: create_if_block_3$1.name,
13247
13146
  type: "if",
13248
- source: "(587:6) {#if livegamedata}",
13147
+ source: "(575:8) {#if livegamedata}",
13249
13148
  ctx
13250
13149
  });
13251
13150
 
13252
13151
  return block;
13253
13152
  }
13254
13153
 
13255
- // (588:8) {#if !isopen && starttime && timeformat}
13256
- function create_if_block_7$1(ctx) {
13154
+ // (576:10) {#if !isopen && starttime && timeformat}
13155
+ function create_if_block_9$1(ctx) {
13257
13156
  let div1;
13258
13157
  let div0;
13259
13158
  let t0_value = /*$_*/ ctx[36]('opens') + "";
@@ -13281,13 +13180,13 @@
13281
13180
  html_tag = new HtmlTag(false);
13282
13181
  t4 = space();
13283
13182
  html_tag_1 = new HtmlTag(false);
13284
- add_location(span, file$1, 591, 14, 22730);
13183
+ add_location(span, file$1, 579, 16, 21307);
13285
13184
  attr_dev(div0, "class", "ClosedGame");
13286
- add_location(div0, file$1, 589, 12, 22663);
13185
+ add_location(div0, file$1, 577, 14, 21236);
13287
13186
  html_tag.a = t4;
13288
13187
  html_tag_1.a = null;
13289
13188
  attr_dev(div1, "class", "GameProp LiveProps");
13290
- add_location(div1, file$1, 588, 10, 22618);
13189
+ add_location(div1, file$1, 576, 12, 21189);
13291
13190
  },
13292
13191
  m: function mount(target, anchor) {
13293
13192
  insert_dev(target, div1, anchor);
@@ -13314,17 +13213,17 @@
13314
13213
 
13315
13214
  dispatch_dev("SvelteRegisterBlock", {
13316
13215
  block,
13317
- id: create_if_block_7$1.name,
13216
+ id: create_if_block_9$1.name,
13318
13217
  type: "if",
13319
- source: "(588:8) {#if !isopen && starttime && timeformat}",
13218
+ source: "(576:10) {#if !isopen && starttime && timeformat}",
13320
13219
  ctx
13321
13220
  });
13322
13221
 
13323
13222
  return block;
13324
13223
  }
13325
13224
 
13326
- // (621:68)
13327
- function create_if_block_4$1(ctx) {
13225
+ // (609:70)
13226
+ function create_if_block_6$1(ctx) {
13328
13227
  let div1;
13329
13228
  let div0;
13330
13229
  let t0;
@@ -13355,11 +13254,11 @@
13355
13254
  t1 = space();
13356
13255
  html_tag_1 = new HtmlTag(false);
13357
13256
  attr_dev(div0, "class", "LiveIcons");
13358
- add_location(div0, file$1, 622, 12, 24519);
13257
+ add_location(div0, file$1, 610, 14, 23158);
13359
13258
  html_tag.a = t1;
13360
13259
  html_tag_1.a = null;
13361
13260
  attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[31]);
13362
- add_location(div1, file$1, 621, 10, 24464);
13261
+ add_location(div1, file$1, 609, 12, 23101);
13363
13262
  },
13364
13263
  m: function mount(target, anchor) {
13365
13264
  insert_dev(target, div1, anchor);
@@ -13371,7 +13270,7 @@
13371
13270
  }
13372
13271
  }
13373
13272
 
13374
- /*div0_binding*/ ctx[66](div0);
13273
+ /*div0_binding*/ ctx[65](div0);
13375
13274
  append_dev(div1, t0);
13376
13275
  html_tag.m(raw0_value, div1);
13377
13276
  append_dev(div1, t1);
@@ -13412,23 +13311,23 @@
13412
13311
  d: function destroy(detaching) {
13413
13312
  if (detaching) detach_dev(div1);
13414
13313
  destroy_each(each_blocks, detaching);
13415
- /*div0_binding*/ ctx[66](null);
13314
+ /*div0_binding*/ ctx[65](null);
13416
13315
  }
13417
13316
  };
13418
13317
 
13419
13318
  dispatch_dev("SvelteRegisterBlock", {
13420
13319
  block,
13421
- id: create_if_block_4$1.name,
13320
+ id: create_if_block_6$1.name,
13422
13321
  type: "if",
13423
- source: "(621:68) ",
13322
+ source: "(609:70) ",
13424
13323
  ctx
13425
13324
  });
13426
13325
 
13427
13326
  return block;
13428
13327
  }
13429
13328
 
13430
- // (600:8) {#if isopen && displaytype && displaytype === BLACKJACK}
13431
- function create_if_block_2$1(ctx) {
13329
+ // (588:10) {#if isopen && displaytype && displaytype === BLACKJACK}
13330
+ function create_if_block_4$1(ctx) {
13432
13331
  let div1;
13433
13332
  let div0;
13434
13333
  let t0;
@@ -13438,12 +13337,12 @@
13438
13337
  let html_tag_1;
13439
13338
  let raw1_value = /*renderBetLimits*/ ctx[41](/*min*/ ctx[27], /*max*/ ctx[28], /*currencySymbol*/ ctx[26]) + "";
13440
13339
 
13441
- function select_block_type_3(ctx, dirty) {
13442
- if (/*istablefull*/ ctx[33]) return create_if_block_3$1;
13340
+ function select_block_type_2(ctx, dirty) {
13341
+ if (/*istablefull*/ ctx[33]) return create_if_block_5$1;
13443
13342
  return create_else_block$1;
13444
13343
  }
13445
13344
 
13446
- let current_block_type = select_block_type_3(ctx);
13345
+ let current_block_type = select_block_type_2(ctx);
13447
13346
  let if_block = current_block_type(ctx);
13448
13347
 
13449
13348
  const block = {
@@ -13456,12 +13355,12 @@
13456
13355
  t1 = space();
13457
13356
  html_tag_1 = new HtmlTag(false);
13458
13357
  attr_dev(div0, "class", "LiveIcons");
13459
- add_location(div0, file$1, 601, 12, 23167);
13358
+ add_location(div0, file$1, 589, 14, 21764);
13460
13359
  html_tag.a = t1;
13461
13360
  html_tag_1.a = null;
13462
13361
  attr_dev(div1, "class", "GameProp LiveProps BlackjackDisplay");
13463
13362
  attr_dev(div1, "part", "GameProp LiveProps BlackjackDisplay");
13464
- add_location(div1, file$1, 600, 10, 23062);
13363
+ add_location(div1, file$1, 588, 12, 21657);
13465
13364
  },
13466
13365
  m: function mount(target, anchor) {
13467
13366
  insert_dev(target, div1, anchor);
@@ -13473,7 +13372,7 @@
13473
13372
  html_tag_1.m(raw1_value, div1);
13474
13373
  },
13475
13374
  p: function update(ctx, dirty) {
13476
- if (current_block_type === (current_block_type = select_block_type_3(ctx)) && if_block) {
13375
+ if (current_block_type === (current_block_type = select_block_type_2(ctx)) && if_block) {
13477
13376
  if_block.p(ctx, dirty);
13478
13377
  } else {
13479
13378
  if_block.d(1);
@@ -13496,25 +13395,25 @@
13496
13395
 
13497
13396
  dispatch_dev("SvelteRegisterBlock", {
13498
13397
  block,
13499
- id: create_if_block_2$1.name,
13398
+ id: create_if_block_4$1.name,
13500
13399
  type: "if",
13501
- source: "(600:8) {#if isopen && displaytype && displaytype === BLACKJACK}",
13400
+ source: "(588:10) {#if isopen && displaytype && displaytype === BLACKJACK}",
13502
13401
  ctx
13503
13402
  });
13504
13403
 
13505
13404
  return block;
13506
13405
  }
13507
13406
 
13508
- // (625:16) {#if roulleteresults && roulleteresults[i]}
13509
- function create_if_block_5$1(ctx) {
13407
+ // (613:18) {#if roulleteresults && roulleteresults[i]}
13408
+ function create_if_block_7$1(ctx) {
13510
13409
  let if_block_anchor;
13511
13410
 
13512
- function select_block_type_4(ctx, dirty) {
13513
- if (/*isdouble*/ ctx[30]) return create_if_block_6$1;
13411
+ function select_block_type_3(ctx, dirty) {
13412
+ if (/*isdouble*/ ctx[30]) return create_if_block_8$1;
13514
13413
  return create_else_block_1;
13515
13414
  }
13516
13415
 
13517
- let current_block_type = select_block_type_4(ctx);
13416
+ let current_block_type = select_block_type_3(ctx);
13518
13417
  let if_block = current_block_type(ctx);
13519
13418
 
13520
13419
  const block = {
@@ -13527,7 +13426,7 @@
13527
13426
  insert_dev(target, if_block_anchor, anchor);
13528
13427
  },
13529
13428
  p: function update(ctx, dirty) {
13530
- if (current_block_type === (current_block_type = select_block_type_4(ctx)) && if_block) {
13429
+ if (current_block_type === (current_block_type = select_block_type_3(ctx)) && if_block) {
13531
13430
  if_block.p(ctx, dirty);
13532
13431
  } else {
13533
13432
  if_block.d(1);
@@ -13547,16 +13446,16 @@
13547
13446
 
13548
13447
  dispatch_dev("SvelteRegisterBlock", {
13549
13448
  block,
13550
- id: create_if_block_5$1.name,
13449
+ id: create_if_block_7$1.name,
13551
13450
  type: "if",
13552
- source: "(625:16) {#if roulleteresults && roulleteresults[i]}",
13451
+ source: "(613:18) {#if roulleteresults && roulleteresults[i]}",
13553
13452
  ctx
13554
13453
  });
13555
13454
 
13556
13455
  return block;
13557
13456
  }
13558
13457
 
13559
- // (631:18) {:else}
13458
+ // (619:20) {:else}
13560
13459
  function create_else_block_1(ctx) {
13561
13460
  let html_tag;
13562
13461
  let raw_value = /*renderSpan*/ ctx[43](`LatestResult ${/*i*/ ctx[105] === 0 ? 'First' : ''}`, /*i*/ ctx[105], /*roulleteresults*/ ctx[14][/*i*/ ctx[105]], /*colorsourcearray*/ ctx[32][/*roulleteresults*/ ctx[14][/*i*/ ctx[105]]]) + "";
@@ -13585,15 +13484,15 @@
13585
13484
  block,
13586
13485
  id: create_else_block_1.name,
13587
13486
  type: "else",
13588
- source: "(631:18) {:else}",
13487
+ source: "(619:20) {:else}",
13589
13488
  ctx
13590
13489
  });
13591
13490
 
13592
13491
  return block;
13593
13492
  }
13594
13493
 
13595
- // (626:18) {#if isdouble}
13596
- function create_if_block_6$1(ctx) {
13494
+ // (614:20) {#if isdouble}
13495
+ function create_if_block_8$1(ctx) {
13597
13496
  let div;
13598
13497
  let html_tag;
13599
13498
  let raw0_value = /*renderSpan*/ ctx[43](`LatestResult ${/*i*/ ctx[105] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[105]}${/*roulleteresults*/ ctx[14][/*i*/ ctx[105]][0]}`, /*roulleteresults*/ ctx[14][/*i*/ ctx[105]][0], /*colorsourcearray*/ ctx[32][/*roulleteresults*/ ctx[14][/*i*/ ctx[105]][0]]) + "";
@@ -13612,7 +13511,7 @@
13612
13511
  html_tag.a = t0;
13613
13512
  html_tag_1.a = t1;
13614
13513
  attr_dev(div, "class", "Double");
13615
- add_location(div, file$1, 626, 20, 24753);
13514
+ add_location(div, file$1, 614, 22, 23400);
13616
13515
  },
13617
13516
  m: function mount(target, anchor) {
13618
13517
  insert_dev(target, div, anchor);
@@ -13632,19 +13531,19 @@
13632
13531
 
13633
13532
  dispatch_dev("SvelteRegisterBlock", {
13634
13533
  block,
13635
- id: create_if_block_6$1.name,
13534
+ id: create_if_block_8$1.name,
13636
13535
  type: "if",
13637
- source: "(626:18) {#if isdouble}",
13536
+ source: "(614:20) {#if isdouble}",
13638
13537
  ctx
13639
13538
  });
13640
13539
 
13641
13540
  return block;
13642
13541
  }
13643
13542
 
13644
- // (624:14) {#each new Array(numberofdisplayedresults) as garbage, i}
13543
+ // (612:16) {#each new Array(numberofdisplayedresults) as garbage, i}
13645
13544
  function create_each_block_1(ctx) {
13646
13545
  let if_block_anchor;
13647
- let if_block = /*roulleteresults*/ ctx[14] && /*roulleteresults*/ ctx[14][/*i*/ ctx[105]] && create_if_block_5$1(ctx);
13546
+ let if_block = /*roulleteresults*/ ctx[14] && /*roulleteresults*/ ctx[14][/*i*/ ctx[105]] && create_if_block_7$1(ctx);
13648
13547
 
13649
13548
  const block = {
13650
13549
  c: function create() {
@@ -13660,7 +13559,7 @@
13660
13559
  if (if_block) {
13661
13560
  if_block.p(ctx, dirty);
13662
13561
  } else {
13663
- if_block = create_if_block_5$1(ctx);
13562
+ if_block = create_if_block_7$1(ctx);
13664
13563
  if_block.c();
13665
13564
  if_block.m(if_block_anchor.parentNode, if_block_anchor);
13666
13565
  }
@@ -13679,14 +13578,14 @@
13679
13578
  block,
13680
13579
  id: create_each_block_1.name,
13681
13580
  type: "each",
13682
- source: "(624:14) {#each new Array(numberofdisplayedresults) as garbage, i}",
13581
+ source: "(612:16) {#each new Array(numberofdisplayedresults) as garbage, i}",
13683
13582
  ctx
13684
13583
  });
13685
13584
 
13686
13585
  return block;
13687
13586
  }
13688
13587
 
13689
- // (607:14) {:else}
13588
+ // (595:16) {:else}
13690
13589
  function create_else_block$1(ctx) {
13691
13590
  let each_1_anchor;
13692
13591
  let each_value = /*seats*/ ctx[25];
@@ -13749,15 +13648,15 @@
13749
13648
  block,
13750
13649
  id: create_else_block$1.name,
13751
13650
  type: "else",
13752
- source: "(607:14) {:else}",
13651
+ source: "(595:16) {:else}",
13753
13652
  ctx
13754
13653
  });
13755
13654
 
13756
13655
  return block;
13757
13656
  }
13758
13657
 
13759
- // (603:14) {#if istablefull}
13760
- function create_if_block_3$1(ctx) {
13658
+ // (591:16) {#if istablefull}
13659
+ function create_if_block_5$1(ctx) {
13761
13660
  let span;
13762
13661
  let t_value = /*$_*/ ctx[36]('full') + "";
13763
13662
  let t;
@@ -13767,7 +13666,7 @@
13767
13666
  span = element("span");
13768
13667
  t = text(t_value);
13769
13668
  attr_dev(span, "class", "FullTable");
13770
- add_location(span, file$1, 603, 16, 23239);
13669
+ add_location(span, file$1, 591, 18, 21840);
13771
13670
  },
13772
13671
  m: function mount(target, anchor) {
13773
13672
  insert_dev(target, span, anchor);
@@ -13783,16 +13682,16 @@
13783
13682
 
13784
13683
  dispatch_dev("SvelteRegisterBlock", {
13785
13684
  block,
13786
- id: create_if_block_3$1.name,
13685
+ id: create_if_block_5$1.name,
13787
13686
  type: "if",
13788
- source: "(603:14) {#if istablefull}",
13687
+ source: "(591:16) {#if istablefull}",
13789
13688
  ctx
13790
13689
  });
13791
13690
 
13792
13691
  return block;
13793
13692
  }
13794
13693
 
13795
- // (608:16) {#each seats as seatData}
13694
+ // (596:18) {#each seats as seatData}
13796
13695
  function create_each_block$1(ctx) {
13797
13696
  let span;
13798
13697
  let svg;
@@ -13809,20 +13708,20 @@
13809
13708
  path1 = svg_element("path");
13810
13709
  t = space();
13811
13710
  attr_dev(path0, "d", "M11.58 6c-1.17 0-2.13.95-2.13 2.12v.4a8.82 8.82 0 00-2.92-.4c-1.54 0-2.45.22-2.92.4v-.4A2.136 2.136 0 001.48 6a1.33 1.33 0 00-.5 2.55c.14.07.24.21.24.37l.26 1.06c0 .96.73 1.75 1.65 1.85a.65.65 0 00.28 1.23.65.65 0 00.3-1.22h5.64a.65.65 0 00.3 1.22.65.65 0 00.28-1.23c.93-.1 1.65-.9 1.65-1.85l.27-1.06c0-.16.1-.3.24-.37A1.33 1.33 0 0011.58 6z");
13812
- add_location(path0, file$1, 610, 22, 23622);
13711
+ add_location(path0, file$1, 598, 24, 22237);
13813
13712
  attr_dev(path1, "d", "M4.34 7.5c.55-.1 1.27-.17 2.2-.17.91 0 1.63.07 2.18.17.21-.96.9-1.74 1.8-2.1V4a3.99 3.99 0 00-7.97 0v1.4c.9.36 1.58 1.14 1.79 2.1z");
13814
- add_location(path1, file$1, 611, 22, 23998);
13713
+ add_location(path1, file$1, 599, 24, 22615);
13815
13714
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
13816
13715
  attr_dev(svg, "width", "13");
13817
13716
  attr_dev(svg, "height", "14");
13818
13717
  attr_dev(svg, "viewBox", "0 0 13 14");
13819
- add_location(svg, file$1, 609, 20, 23516);
13718
+ add_location(svg, file$1, 597, 22, 22129);
13820
13719
 
13821
13720
  attr_dev(span, "class", span_class_value = /*contains*/ ctx[40](/*currentoccupiedseats*/ ctx[29], /*seatData*/ ctx[100].toString())
13822
13721
  ? 'ClosedSeat'
13823
13722
  : 'OpenSeat');
13824
13723
 
13825
- add_location(span, file$1, 608, 18, 23401);
13724
+ add_location(span, file$1, 596, 20, 22012);
13826
13725
  },
13827
13726
  m: function mount(target, anchor) {
13828
13727
  insert_dev(target, span, anchor);
@@ -13847,14 +13746,115 @@
13847
13746
  block,
13848
13747
  id: create_each_block$1.name,
13849
13748
  type: "each",
13850
- source: "(608:16) {#each seats as seatData}",
13749
+ source: "(596:18) {#each seats as seatData}",
13851
13750
  ctx
13852
13751
  });
13853
13752
 
13854
13753
  return block;
13855
13754
  }
13856
13755
 
13857
- // (644:2) {#if showgamename === 'true'}
13756
+ // (637:79)
13757
+ function create_if_block_2$1(ctx) {
13758
+ let div;
13759
+ let svg;
13760
+ let path;
13761
+
13762
+ const block = {
13763
+ c: function create() {
13764
+ div = element("div");
13765
+ svg = svg_element("svg");
13766
+ path = svg_element("path");
13767
+ set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
13768
+ attr_dev(path, "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");
13769
+ add_location(path, file$1, 639, 12, 25368);
13770
+ attr_dev(svg, "version", "1.1");
13771
+ attr_dev(svg, "class", "FavoredIcon");
13772
+ attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
13773
+ attr_dev(svg, "viewBox", "0 0 19.481 19.481");
13774
+ attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
13775
+ attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
13776
+ add_location(svg, file$1, 638, 10, 25168);
13777
+ attr_dev(div, "class", "FavIconContainer");
13778
+ add_location(div, file$1, 637, 8, 25127);
13779
+ },
13780
+ m: function mount(target, anchor) {
13781
+ insert_dev(target, div, anchor);
13782
+ append_dev(div, svg);
13783
+ append_dev(svg, path);
13784
+ },
13785
+ p: noop$1,
13786
+ d: function destroy(detaching) {
13787
+ if (detaching) detach_dev(div);
13788
+ }
13789
+ };
13790
+
13791
+ dispatch_dev("SvelteRegisterBlock", {
13792
+ block,
13793
+ id: create_if_block_2$1.name,
13794
+ type: "if",
13795
+ source: "(637:79) ",
13796
+ ctx
13797
+ });
13798
+
13799
+ return block;
13800
+ }
13801
+
13802
+ // (631:6) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}
13803
+ function create_if_block_1$1(ctx) {
13804
+ let div;
13805
+ let svg;
13806
+ let path;
13807
+ let mounted;
13808
+ let dispose;
13809
+
13810
+ const block = {
13811
+ c: function create() {
13812
+ div = element("div");
13813
+ svg = svg_element("svg");
13814
+ path = svg_element("path");
13815
+ set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
13816
+ attr_dev(path, "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");
13817
+ add_location(path, file$1, 633, 12, 24638);
13818
+ attr_dev(svg, "version", "1.1");
13819
+ attr_dev(svg, "class", "FavoredIcon");
13820
+ attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
13821
+ attr_dev(svg, "viewBox", "0 0 19.481 19.481");
13822
+ attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
13823
+ attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
13824
+ add_location(svg, file$1, 632, 10, 24438);
13825
+ attr_dev(div, "class", "FavIconContainer");
13826
+ add_location(div, file$1, 631, 8, 24351);
13827
+ },
13828
+ m: function mount(target, anchor) {
13829
+ insert_dev(target, div, anchor);
13830
+ append_dev(div, svg);
13831
+ append_dev(svg, path);
13832
+
13833
+ if (!mounted) {
13834
+ dispose = listen_dev(div, "click", /*click_handler_2*/ ctx[66], false, false, false, false);
13835
+ mounted = true;
13836
+ }
13837
+ },
13838
+ p: noop$1,
13839
+ d: function destroy(detaching) {
13840
+ if (detaching) detach_dev(div);
13841
+ mounted = false;
13842
+ dispose();
13843
+ }
13844
+ };
13845
+
13846
+ dispatch_dev("SvelteRegisterBlock", {
13847
+ block,
13848
+ id: create_if_block_1$1.name,
13849
+ type: "if",
13850
+ source: "(631:6) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}",
13851
+ ctx
13852
+ });
13853
+
13854
+ return block;
13855
+ }
13856
+
13857
+ // (646:2) {#if showgamename === 'true'}
13858
13858
  function create_if_block$1(ctx) {
13859
13859
  let p;
13860
13860
  let t;
@@ -13865,7 +13865,7 @@
13865
13865
  t = text(/*gamename*/ ctx[4]);
13866
13866
  attr_dev(p, "class", "GameNameBelow");
13867
13867
  attr_dev(p, "title", /*gamename*/ ctx[4]);
13868
- add_location(p, file$1, 644, 4, 25635);
13868
+ add_location(p, file$1, 646, 4, 25837);
13869
13869
  },
13870
13870
  m: function mount(target, anchor) {
13871
13871
  insert_dev(target, p, anchor);
@@ -13887,7 +13887,7 @@
13887
13887
  block,
13888
13888
  id: create_if_block$1.name,
13889
13889
  type: "if",
13890
- source: "(644:2) {#if showgamename === 'true'}",
13890
+ source: "(646:2) {#if showgamename === 'true'}",
13891
13891
  ctx
13892
13892
  });
13893
13893
 
@@ -13895,8 +13895,8 @@
13895
13895
  }
13896
13896
 
13897
13897
  function create_fragment$1(ctx) {
13898
+ let div5;
13898
13899
  let div4;
13899
- let div3;
13900
13900
  let img;
13901
13901
  let img_src_value;
13902
13902
  let img_class_value;
@@ -13913,38 +13913,39 @@
13913
13913
  let t5_value = (/*gamevendor*/ ctx[5] ? /*gamevendor*/ ctx[5] : '-') + "";
13914
13914
  let t5;
13915
13915
  let t6;
13916
- let show_if;
13917
- let show_if_1;
13918
- let t7;
13916
+ let div3;
13919
13917
  let div2;
13918
+ let t7;
13920
13919
  let t8;
13921
13920
  let t9;
13922
- let div3_class_value;
13923
- let t10;
13921
+ let show_if;
13922
+ let show_if_1;
13924
13923
  let div4_class_value;
13924
+ let t10;
13925
+ let div5_class_value;
13925
13926
  let if_block0 = show_if_2 && create_if_block_13(ctx);
13926
13927
  let if_block1 = /*lang*/ ctx[1] && create_if_block_12(ctx);
13928
+ let if_block2 = /*gameisnew*/ ctx[7] && create_if_block_11(ctx);
13929
+ let if_block3 = /*gametag*/ ctx[8] && create_if_block_10(ctx);
13930
+ let if_block4 = /*livegamedata*/ ctx[13] && create_if_block_3$1(ctx);
13927
13931
 
13928
- function select_block_type_1(ctx, dirty) {
13932
+ function select_block_type_4(ctx, dirty) {
13929
13933
  if (dirty[0] & /*gamefavorite, isLoggedIn, favorites*/ 65541) show_if = null;
13930
13934
  if (dirty[0] & /*gamefavorite, isLoggedIn, favorites*/ 65541) show_if_1 = null;
13931
13935
  if (show_if == null) show_if = !!(!isMobile(/*userAgent*/ ctx[37]) && /*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16] && /*favorites*/ ctx[2]);
13932
- if (show_if) return create_if_block_10;
13936
+ if (show_if) return create_if_block_1$1;
13933
13937
  if (show_if_1 == null) show_if_1 = !!(isMobile(/*userAgent*/ ctx[37]) && /*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16] && /*favorites*/ ctx[2]);
13934
- if (show_if_1) return create_if_block_11;
13938
+ if (show_if_1) return create_if_block_2$1;
13935
13939
  }
13936
13940
 
13937
- let current_block_type = select_block_type_1(ctx, [-1, -1, -1, -1]);
13938
- let if_block2 = current_block_type && current_block_type(ctx);
13939
- let if_block3 = /*gameisnew*/ ctx[7] && create_if_block_9$1(ctx);
13940
- let if_block4 = /*gametag*/ ctx[8] && create_if_block_8$1(ctx);
13941
- let if_block5 = /*livegamedata*/ ctx[13] && create_if_block_1$1(ctx);
13941
+ let current_block_type = select_block_type_4(ctx, [-1, -1, -1, -1]);
13942
+ let if_block5 = current_block_type && current_block_type(ctx);
13942
13943
  let if_block6 = /*showgamename*/ ctx[10] === 'true' && create_if_block$1(ctx);
13943
13944
 
13944
13945
  const block = {
13945
13946
  c: function create() {
13947
+ div5 = element("div");
13946
13948
  div4 = element("div");
13947
- div3 = element("div");
13948
13949
  img = element("img");
13949
13950
  t0 = space();
13950
13951
  div1 = element("div");
@@ -13959,9 +13960,10 @@
13959
13960
  span = element("span");
13960
13961
  t5 = text(t5_value);
13961
13962
  t6 = space();
13963
+ div3 = element("div");
13964
+ div2 = element("div");
13962
13965
  if (if_block2) if_block2.c();
13963
13966
  t7 = space();
13964
- div2 = element("div");
13965
13967
  if (if_block3) if_block3.c();
13966
13968
  t8 = space();
13967
13969
  if (if_block4) if_block4.c();
@@ -13985,31 +13987,33 @@
13985
13987
  attr_dev(div1, "class", "GameInfoWrapper");
13986
13988
  add_location(div1, file$1, 537, 4, 18715);
13987
13989
  attr_dev(div2, "class", "GameExtraInfo");
13988
- add_location(div2, file$1, 579, 4, 22296);
13990
+ add_location(div2, file$1, 567, 6, 20849);
13991
+ attr_dev(div3, "class", "GameExtraInfoContainer");
13992
+ add_location(div3, file$1, 566, 2, 20806);
13989
13993
 
13990
- attr_dev(div3, "class", div3_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[13] && !/*isopen*/ ctx[23] && /*openhours*/ ctx[24].value || /*livegamedata*/ ctx[13] && /*istablefull*/ ctx[33]
13994
+ attr_dev(div4, "class", div4_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[13] && !/*isopen*/ ctx[23] && /*openhours*/ ctx[24].value || /*livegamedata*/ ctx[13] && /*istablefull*/ ctx[33]
13991
13995
  ? 'GameInnerContainerUnavailable'
13992
13996
  : ''));
13993
13997
 
13994
- add_location(div3, file$1, 535, 2, 18420);
13998
+ add_location(div4, file$1, 535, 2, 18420);
13995
13999
 
13996
- attr_dev(div4, "class", div4_class_value = `GameContainer ${/*extraclassname*/ ctx[34]} ${/*casinogamesgridslider*/ ctx[11] == 'true'
14000
+ attr_dev(div5, "class", div5_class_value = `GameContainer ${/*extraclassname*/ ctx[34]} ${/*casinogamesgridslider*/ ctx[11] == 'true'
13997
14001
  ? 'CasinoGamesGridSlider'
13998
14002
  : ''}`);
13999
14003
 
14000
- toggle_class(div4, "WithGameName", /*showgamename*/ ctx[10]);
14001
- add_location(div4, file$1, 534, 0, 18231);
14004
+ toggle_class(div5, "WithGameName", /*showgamename*/ ctx[10]);
14005
+ add_location(div5, file$1, 534, 0, 18231);
14002
14006
  },
14003
14007
  l: function claim(nodes) {
14004
14008
  throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
14005
14009
  },
14006
14010
  m: function mount(target, anchor) {
14007
- insert_dev(target, div4, anchor);
14008
- append_dev(div4, div3);
14009
- append_dev(div3, img);
14011
+ insert_dev(target, div5, anchor);
14012
+ append_dev(div5, div4);
14013
+ append_dev(div4, img);
14010
14014
  /*img_binding*/ ctx[62](img);
14011
- append_dev(div3, t0);
14012
- append_dev(div3, div1);
14015
+ append_dev(div4, t0);
14016
+ append_dev(div4, div1);
14013
14017
  append_dev(div1, div0);
14014
14018
  if (if_block0) if_block0.m(div0, null);
14015
14019
  append_dev(div0, t1);
@@ -14020,18 +14024,19 @@
14020
14024
  append_dev(div1, t4);
14021
14025
  append_dev(div1, span);
14022
14026
  append_dev(span, t5);
14023
- append_dev(div3, t6);
14024
- if (if_block2) if_block2.m(div3, null);
14025
- append_dev(div3, t7);
14027
+ append_dev(div4, t6);
14028
+ append_dev(div4, div3);
14026
14029
  append_dev(div3, div2);
14030
+ if (if_block2) if_block2.m(div2, null);
14031
+ append_dev(div2, t7);
14027
14032
  if (if_block3) if_block3.m(div2, null);
14028
14033
  append_dev(div2, t8);
14029
14034
  if (if_block4) if_block4.m(div2, null);
14030
- append_dev(div2, t9);
14031
- if (if_block5) if_block5.m(div2, null);
14032
- append_dev(div4, t10);
14033
- if (if_block6) if_block6.m(div4, null);
14034
- /*div4_binding*/ ctx[67](div4);
14035
+ append_dev(div3, t9);
14036
+ if (if_block5) if_block5.m(div3, null);
14037
+ append_dev(div5, t10);
14038
+ if (if_block6) if_block6.m(div5, null);
14039
+ /*div5_binding*/ ctx[67](div5);
14035
14040
  },
14036
14041
  p: function update(ctx, dirty) {
14037
14042
  if (dirty[0] & /*gamethumbnail*/ 8 && !src_url_equal(img.src, img_src_value = /*gamethumbnail*/ ctx[3])) {
@@ -14078,23 +14083,24 @@
14078
14083
 
14079
14084
  if (dirty[0] & /*gamevendor*/ 32 && t5_value !== (t5_value = (/*gamevendor*/ ctx[5] ? /*gamevendor*/ ctx[5] : '-') + "")) set_data_dev(t5, t5_value);
14080
14085
 
14081
- if (current_block_type === (current_block_type = select_block_type_1(ctx, dirty)) && if_block2) {
14082
- if_block2.p(ctx, dirty);
14083
- } else {
14084
- if (if_block2) if_block2.d(1);
14085
- if_block2 = current_block_type && current_block_type(ctx);
14086
-
14086
+ if (/*gameisnew*/ ctx[7]) {
14087
14087
  if (if_block2) {
14088
+ if_block2.p(ctx, dirty);
14089
+ } else {
14090
+ if_block2 = create_if_block_11(ctx);
14088
14091
  if_block2.c();
14089
- if_block2.m(div3, t7);
14092
+ if_block2.m(div2, t7);
14090
14093
  }
14094
+ } else if (if_block2) {
14095
+ if_block2.d(1);
14096
+ if_block2 = null;
14091
14097
  }
14092
14098
 
14093
- if (/*gameisnew*/ ctx[7]) {
14099
+ if (/*gametag*/ ctx[8]) {
14094
14100
  if (if_block3) {
14095
14101
  if_block3.p(ctx, dirty);
14096
14102
  } else {
14097
- if_block3 = create_if_block_9$1(ctx);
14103
+ if_block3 = create_if_block_10(ctx);
14098
14104
  if_block3.c();
14099
14105
  if_block3.m(div2, t8);
14100
14106
  }
@@ -14103,36 +14109,35 @@
14103
14109
  if_block3 = null;
14104
14110
  }
14105
14111
 
14106
- if (/*gametag*/ ctx[8]) {
14112
+ if (/*livegamedata*/ ctx[13]) {
14107
14113
  if (if_block4) {
14108
14114
  if_block4.p(ctx, dirty);
14109
14115
  } else {
14110
- if_block4 = create_if_block_8$1(ctx);
14116
+ if_block4 = create_if_block_3$1(ctx);
14111
14117
  if_block4.c();
14112
- if_block4.m(div2, t9);
14118
+ if_block4.m(div2, null);
14113
14119
  }
14114
14120
  } else if (if_block4) {
14115
14121
  if_block4.d(1);
14116
14122
  if_block4 = null;
14117
14123
  }
14118
14124
 
14119
- if (/*livegamedata*/ ctx[13]) {
14125
+ if (current_block_type === (current_block_type = select_block_type_4(ctx, dirty)) && if_block5) {
14126
+ if_block5.p(ctx, dirty);
14127
+ } else {
14128
+ if (if_block5) if_block5.d(1);
14129
+ if_block5 = current_block_type && current_block_type(ctx);
14130
+
14120
14131
  if (if_block5) {
14121
- if_block5.p(ctx, dirty);
14122
- } else {
14123
- if_block5 = create_if_block_1$1(ctx);
14124
14132
  if_block5.c();
14125
- if_block5.m(div2, null);
14133
+ if_block5.m(div3, null);
14126
14134
  }
14127
- } else if (if_block5) {
14128
- if_block5.d(1);
14129
- if_block5 = null;
14130
14135
  }
14131
14136
 
14132
- if (dirty[0] & /*livegamedata, isopen, openhours*/ 25174016 | dirty[1] & /*istablefull*/ 4 && div3_class_value !== (div3_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[13] && !/*isopen*/ ctx[23] && /*openhours*/ ctx[24].value || /*livegamedata*/ ctx[13] && /*istablefull*/ ctx[33]
14137
+ if (dirty[0] & /*livegamedata, isopen, openhours*/ 25174016 | dirty[1] & /*istablefull*/ 4 && div4_class_value !== (div4_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[13] && !/*isopen*/ ctx[23] && /*openhours*/ ctx[24].value || /*livegamedata*/ ctx[13] && /*istablefull*/ ctx[33]
14133
14138
  ? 'GameInnerContainerUnavailable'
14134
14139
  : ''))) {
14135
- attr_dev(div3, "class", div3_class_value);
14140
+ attr_dev(div4, "class", div4_class_value);
14136
14141
  }
14137
14142
 
14138
14143
  if (/*showgamename*/ ctx[10] === 'true') {
@@ -14141,40 +14146,40 @@
14141
14146
  } else {
14142
14147
  if_block6 = create_if_block$1(ctx);
14143
14148
  if_block6.c();
14144
- if_block6.m(div4, null);
14149
+ if_block6.m(div5, null);
14145
14150
  }
14146
14151
  } else if (if_block6) {
14147
14152
  if_block6.d(1);
14148
14153
  if_block6 = null;
14149
14154
  }
14150
14155
 
14151
- if (dirty[0] & /*casinogamesgridslider*/ 2048 | dirty[1] & /*extraclassname*/ 8 && div4_class_value !== (div4_class_value = `GameContainer ${/*extraclassname*/ ctx[34]} ${/*casinogamesgridslider*/ ctx[11] == 'true'
14156
+ if (dirty[0] & /*casinogamesgridslider*/ 2048 | dirty[1] & /*extraclassname*/ 8 && div5_class_value !== (div5_class_value = `GameContainer ${/*extraclassname*/ ctx[34]} ${/*casinogamesgridslider*/ ctx[11] == 'true'
14152
14157
  ? 'CasinoGamesGridSlider'
14153
14158
  : ''}`)) {
14154
- attr_dev(div4, "class", div4_class_value);
14159
+ attr_dev(div5, "class", div5_class_value);
14155
14160
  }
14156
14161
 
14157
14162
  if (dirty[0] & /*casinogamesgridslider, showgamename*/ 3072 | dirty[1] & /*extraclassname*/ 8) {
14158
- toggle_class(div4, "WithGameName", /*showgamename*/ ctx[10]);
14163
+ toggle_class(div5, "WithGameName", /*showgamename*/ ctx[10]);
14159
14164
  }
14160
14165
  },
14161
14166
  i: noop$1,
14162
14167
  o: noop$1,
14163
14168
  d: function destroy(detaching) {
14164
- if (detaching) detach_dev(div4);
14169
+ if (detaching) detach_dev(div5);
14165
14170
  /*img_binding*/ ctx[62](null);
14166
14171
  if (if_block0) if_block0.d();
14167
14172
  if (if_block1) if_block1.d();
14173
+ if (if_block2) if_block2.d();
14174
+ if (if_block3) if_block3.d();
14175
+ if (if_block4) if_block4.d();
14168
14176
 
14169
- if (if_block2) {
14170
- if_block2.d();
14177
+ if (if_block5) {
14178
+ if_block5.d();
14171
14179
  }
14172
14180
 
14173
- if (if_block3) if_block3.d();
14174
- if (if_block4) if_block4.d();
14175
- if (if_block5) if_block5.d();
14176
14181
  if (if_block6) if_block6.d();
14177
- /*div4_binding*/ ctx[67](null);
14182
+ /*div5_binding*/ ctx[67](null);
14178
14183
  }
14179
14184
  };
14180
14185
 
@@ -14877,7 +14882,6 @@
14877
14882
 
14878
14883
  const click_handler = () => toggleFavoriteGame(gameid);
14879
14884
  const click_handler_1 = () => toggleGameFrame(gameid);
14880
- const click_handler_2 = () => toggleFavoriteGame(gameid);
14881
14885
 
14882
14886
  function div0_binding($$value) {
14883
14887
  binding_callbacks[$$value ? 'unshift' : 'push'](() => {
@@ -14886,7 +14890,9 @@
14886
14890
  });
14887
14891
  }
14888
14892
 
14889
- function div4_binding($$value) {
14893
+ const click_handler_2 = () => toggleFavoriteGame(gameid);
14894
+
14895
+ function div5_binding($$value) {
14890
14896
  binding_callbacks[$$value ? 'unshift' : 'push'](() => {
14891
14897
  customStylingContainer = $$value;
14892
14898
  $$invalidate(12, customStylingContainer);
@@ -15227,9 +15233,9 @@
15227
15233
  img_binding,
15228
15234
  click_handler,
15229
15235
  click_handler_1,
15230
- click_handler_2,
15231
15236
  div0_binding,
15232
- div4_binding
15237
+ click_handler_2,
15238
+ div5_binding
15233
15239
  ];
15234
15240
  }
15235
15241
 
@@ -15237,7 +15243,7 @@
15237
15243
  constructor(options) {
15238
15244
  super();
15239
15245
  const style = document.createElement('style');
15240
- style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameContainer.WithGameName{padding-bottom:20px}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:5px}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:unset;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.65);z-index:15}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:white;margin-bottom:10px;text-align:center;font-size:14px}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:6px;background:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-size:16px;border:2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));border-radius:5px;cursor:pointer;transition:border 150ms ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emfe-w-color-primary-100, #F1BED9)}.GameInnerContainer .GameInfoWrapper .GameInfoVendor{display:block;position:absolute;bottom:8px;right:8px;color:white;font-size:12px;font-weight:normal}.GameInnerContainer .GameExtraInfo{display:block;position:absolute;width:100%;height:100%;top:8px;left:8px;z-index:0}.GameInnerContainer .GameExtraInfoLabel{font-size:11px;padding:3px;background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-weight:bold;text-transform:uppercase;border-radius:5px}.GameInnerContainer:hover,.GameInnerContainer:active{cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper,.GameInnerContainer:active .GameInfoWrapper{display:block}.GameInnerContainer:hover .GameBg,.GameInnerContainer:active .GameBg{filter:blur(5px) grayscale(1)}.GameNameBelow{color:var(--emfe-w-color-white, #FFFFFF);position:relative;bottom:-5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:20px;height:20px}.FavIconContainer{position:absolute;top:10px;right:10px;cursor:pointer;z-index:15}@media(min-width: 1100px){.GamesWrapper .ListGame:hover .GamePlayNowText{z-index:4}}.ListGame:hover .OpenSeat,.ListGame:hover .ClosedSeat,.ListGame:hover .LiveLimits,.ListGame:hover .LatestResult,.ListGame:hover .FullTable,.ListGame:active .OpenSeat,.ListGame:active .ClosedSeat,.ListGame:active .LiveLimits,.ListGame:active .LatestResult,.ListGame:active .FullTable{opacity:0.2}.ListGame.GameBackdrop .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%)}.ListGame .GameInnerContainer{z-index:0}.ListGame .GameInnerContainer .GameBg{z-index:5}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ListGame .GameInnerContainer.GameInnerContainerUnavailable::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.9)}.ListGame .GameInnerContainer .ListGame.GameContainerDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.4);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .ListGame.GameContainerFullyDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.8);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .LiveProps{display:flex;flex-direction:column;position:absolute;bottom:8px;left:-8px;right:0;width:100%;padding:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.99) 100%);color:var(--emfe-w-color-white, #FFFFFF);opacity:1;font-size:14px}.ListGame .GameInnerContainer .ListGame:hover .LiveProps,.ListGame .GameInnerContainer .ListGameLink:hover .LiveProps{opacity:0}@keyframes red-pulse{0%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}15%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}30%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}50%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}65%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}80%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}100%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.75)}}@keyframes green-pulse{0%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}15%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}30%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}50%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}65%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}80%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}100%{box-shadow:0 0 0 0 rgba(86, 168, 10, 0.75)}}@keyframes flip-open{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .silde-in-from-left{-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes flip-closed-seat{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow,.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{overflow:auto}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow{animation:green-pulse 2s linear}.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{animation:red-pulse 2s linear}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 16px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons{min-height:auto}}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:14px;text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;font-size:14px;margin:0 2px;margin-right:5px;padding:2px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:red}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:#56A80A}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .Red{color:red}.ListGame .GameInnerContainer .LiveIcons .Green{color:#56A80A}.ListGame .GameInnerContainer .Blue{color:#4d90a7}.ListGame .GameInnerContainer .Red{background-color:red}.ListGame .GameInnerContainer .Black{background-color:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .Green{background-color:#56A80A}.ListGame .GameInnerContainer .White{background-color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:#eeca3d}.ListGame .GameInnerContainer .Gold{background-color:#866d0c}.ListGame .GameInnerContainer .Orange{background-color:#574708}.ListGame .GameInnerContainer .Purple{background-color:#330033}.ListGame .GameInnerContainer .Tie{background-color:var(--emfe-w-color-white, #FFFFFF);background-image:linear-gradient(135deg, var(--emfe-w-color-white, #FFFFFF) 25%, transparent 25%, transparent 50%, #212121 50%, var(--emfe-w-color-white, #FFFFFF) 75%, transparent 75%, var(--emfe-w-color-white, #FFFFFF))}.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{display:inline-block;width:16px;height:16px;margin-right:4px}@media(min-width: 768px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}@media(min-width: 1100px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}.ListGame .GameInnerContainer .OpenSeat svg,.ListGame .GameInnerContainer .ClosedSeat svg{width:100%;height:100%}.ListGame .GameInnerContainer .OpenSeat{animation:flip-closed-seat 2s both;-webkit-animation:flip-closed-seat 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .ClosedSeat{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .OpenSeat svg{fill:transparent;stroke:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:3px;font-size:12px;white-space:normal;text-transform:uppercase;-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ListGame .GameInnerContainer .FullTable svg{width:100%;height:100%;fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable.ClosedSeat{margin-right:-3px}.ListGame .GameInnerContainer .PlayersDisplay{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:2px 10px;background:linear-gradient(to bottom, rgba(33, 33, 33, 0.9) 0%, rgba(33, 33, 33, 0.1) 100%);color:var(--emfe-w-color-white, #FFFFFF)}@media(min-width: 1100px){.ListGame .GameInnerContainer .PlayersDisplay{padding:2px 16px}}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon{width:14px;height:14px;margin-right:4px}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon svg{fill:var(--emfe-w-color-white, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emfe-w-color-white, #FFFFFF);font-size:18px}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .ClosedGame span{font-size:18px}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF);font-weight:normal;font-size:12px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:12px}.ListGame .GameInnerContainer .Players{display:inline-block;width:19px;height:19px}.LoaderRipple{width:80px;height:80px;position:absolute;top:40px;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}@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}}@container (max-width: 375px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{margin-bottom:5px;font-size:12px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:14px;padding:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:10px}}@container (max-width: 410px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:12px;margin-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:14px;padding:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:10px}}@container (max-width: 480px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:12px;margin-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:14px;padding:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:10px}}`;
15246
+ style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameContainer.WithGameName{padding-bottom:20px}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:5px}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:unset;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.65);z-index:15;padding:8px}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:space-evenly}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:white;text-align:center;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:6px;background:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-size:16px;border:2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));border-radius:5px;cursor:pointer;transition:border 150ms ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emfe-w-color-primary-100, #F1BED9)}.GameInnerContainer .GameInfoWrapper .GameInfoVendor{display:flex;justify-content:flex-end;align-items:center;color:white;font-size:12px;font-weight:normal}.GameInnerContainer .GameExtraInfoContainer{position:absolute;top:0;left:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:auto;padding:4px}.GameInnerContainer .GameExtraInfo{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%;z-index:0}.GameInnerContainer .GameExtraInfoLabel{font-size:11px;padding:3px;background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-weight:bold;text-transform:uppercase;border-radius:5px}.GameInnerContainer:hover,.GameInnerContainer:active{cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper,.GameInnerContainer:active .GameInfoWrapper{display:flex;flex-direction:column;justify-content:center}.GameInnerContainer:hover .GameBg,.GameInnerContainer:active .GameBg{filter:blur(5px) grayscale(1)}.GameNameBelow{color:var(--emfe-w-color-white, #FFFFFF);position:relative;bottom:-5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:20px;height:20px}.FavIconContainer{display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:15}@media(min-width: 1100px){.GamesWrapper .ListGame:hover .GamePlayNowText{z-index:4}}.ListGame:hover .OpenSeat,.ListGame:hover .ClosedSeat,.ListGame:hover .LiveLimits,.ListGame:hover .LatestResult,.ListGame:hover .FullTable,.ListGame:active .OpenSeat,.ListGame:active .ClosedSeat,.ListGame:active .LiveLimits,.ListGame:active .LatestResult,.ListGame:active .FullTable{opacity:0.2}.ListGame.GameBackdrop .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%)}.ListGame .GameInnerContainer{z-index:0}.ListGame .GameInnerContainer .GameBg{z-index:5}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ListGame .GameInnerContainer.GameInnerContainerUnavailable::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.9)}.ListGame .GameInnerContainer .ListGame.GameContainerDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.4);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .ListGame.GameContainerFullyDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.8);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .LiveProps{display:flex;flex-direction:column;position:absolute;bottom:8px;left:-8px;right:0;width:100%;padding:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.99) 100%);color:var(--emfe-w-color-white, #FFFFFF);opacity:1;font-size:14px}.ListGame .GameInnerContainer .ListGame:hover .LiveProps,.ListGame .GameInnerContainer .ListGameLink:hover .LiveProps{opacity:0}@keyframes red-pulse{0%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}15%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}30%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}50%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}65%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}80%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}100%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.75)}}@keyframes green-pulse{0%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}15%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}30%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}50%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}65%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}80%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}100%{box-shadow:0 0 0 0 rgba(86, 168, 10, 0.75)}}@keyframes flip-open{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .silde-in-from-left{-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes flip-closed-seat{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow,.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{overflow:auto}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow{animation:green-pulse 2s linear}.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{animation:red-pulse 2s linear}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 16px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons{min-height:auto}}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:14px;text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;font-size:14px;margin:0 2px;margin-right:5px;padding:2px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:red}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:#56A80A}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .Red{color:red}.ListGame .GameInnerContainer .LiveIcons .Green{color:#56A80A}.ListGame .GameInnerContainer .Blue{color:#4d90a7}.ListGame .GameInnerContainer .Red{background-color:red}.ListGame .GameInnerContainer .Black{background-color:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .Green{background-color:#56A80A}.ListGame .GameInnerContainer .White{background-color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:#eeca3d}.ListGame .GameInnerContainer .Gold{background-color:#866d0c}.ListGame .GameInnerContainer .Orange{background-color:#574708}.ListGame .GameInnerContainer .Purple{background-color:#330033}.ListGame .GameInnerContainer .Tie{background-color:var(--emfe-w-color-white, #FFFFFF);background-image:linear-gradient(135deg, var(--emfe-w-color-white, #FFFFFF) 25%, transparent 25%, transparent 50%, #212121 50%, var(--emfe-w-color-white, #FFFFFF) 75%, transparent 75%, var(--emfe-w-color-white, #FFFFFF))}.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{display:inline-block;width:16px;height:16px;margin-right:4px}@media(min-width: 768px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}@media(min-width: 1100px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}.ListGame .GameInnerContainer .OpenSeat svg,.ListGame .GameInnerContainer .ClosedSeat svg{width:100%;height:100%}.ListGame .GameInnerContainer .OpenSeat{animation:flip-closed-seat 2s both;-webkit-animation:flip-closed-seat 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .ClosedSeat{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .OpenSeat svg{fill:transparent;stroke:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:3px;font-size:12px;white-space:normal;text-transform:uppercase;-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ListGame .GameInnerContainer .FullTable svg{width:100%;height:100%;fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable.ClosedSeat{margin-right:-3px}.ListGame .GameInnerContainer .PlayersDisplay{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:2px 10px;background:linear-gradient(to bottom, rgba(33, 33, 33, 0.9) 0%, rgba(33, 33, 33, 0.1) 100%);color:var(--emfe-w-color-white, #FFFFFF)}@media(min-width: 1100px){.ListGame .GameInnerContainer .PlayersDisplay{padding:2px 16px}}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon{width:14px;height:14px;margin-right:4px}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon svg{fill:var(--emfe-w-color-white, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emfe-w-color-white, #FFFFFF);font-size:18px}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .ClosedGame span{font-size:18px}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF);font-weight:normal;font-size:12px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:12px}.ListGame .GameInnerContainer .Players{display:inline-block;width:19px;height:19px}.LoaderRipple{width:80px;height:80px;position:absolute;top:40px;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}@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}}@container (max-width: 480px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper{gap:0px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:12px;margin-top:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:12px;padding:2px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:8px}.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .FavoredIcon,.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .UnfavoredIcon{width:14px;height:14px}.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .GameExtraInfoLabel{font-size:8px}}`;
15241
15247
  this.shadowRoot.appendChild(style);
15242
15248
 
15243
15249
  init(