From 1690d9b48f76d6576d04e710ee2c3e020ca713ce Mon Sep 17 00:00:00 2001 From: dkireev Date: Wed, 4 Oct 2023 12:52:06 +0300 Subject: [PATCH 1/2] fix: Table goku/gohan colours [MDS-708] --- next-docs/public/examples/table/Tooltips.tsx | 118 +- .../__snapshots__/index.test.tsx.snap | 29152 ++++++++-------- workspaces/tables/src/components/Minimap.tsx | 6 +- workspaces/tables/src/components/Table.tsx | 6 +- 4 files changed, 14557 insertions(+), 14725 deletions(-) diff --git a/next-docs/public/examples/table/Tooltips.tsx b/next-docs/public/examples/table/Tooltips.tsx index 6aa54cc212..92b066c226 100644 --- a/next-docs/public/examples/table/Tooltips.tsx +++ b/next-docs/public/examples/table/Tooltips.tsx @@ -2,99 +2,91 @@ import React from 'react'; import { Table } from '@heathmont/moon-table-tw'; import ClipProps from '@heathmont/moon-table-tw/lib/private/types/ClipProps'; import { Chip, Tooltip } from '@heathmont/moon-core-tw'; -import { IconShare } from '@heathmont/moon-assets'; +import { OtherFrame } from '@heathmont/moon-icons-tw'; const Example = () => { const columnsInitial = [ { - 'Header': 'Transactions', - 'sticky': 'left', + Header: 'Transactions', + sticky: 'left', columns: [ { - 'Header': 'Transaction UUID', - 'accessor': 'uuid', - 'Footer': '', + Header: 'Transaction UUID', + accessor: 'uuid', + Footer: '', }, { - 'Header': 'User & Supplier user', - 'accessor': 'user', - 'Footer': '', + Header: 'User & Supplier user', + accessor: 'user', + Footer: '', }, ], }, { - 'Header': 'Info', - 'columns': [ + Header: 'Info', + columns: [ { - 'Header': 'Process time', - 'accessor': 'processTime', - 'Footer': '', + Header: 'Process time', + accessor: 'processTime', + Footer: '', }, { - 'Header': 'Client', - 'accessor': 'client', - 'Footer': '', + Header: 'Client', + accessor: 'client', + Footer: '', }, { - 'Header': 'Game name & provider', - 'accessor': 'gameNameAndProvider', - 'Footer': '', + Header: 'Game name & provider', + accessor: 'gameNameAndProvider', + Footer: '', }, { - 'Header': 'Amount', - 'accessor': 'amount', - 'maxWidth': 100, - 'Footer': '', + Header: 'Amount', + accessor: 'amount', + maxWidth: 100, + Footer: '', }, { - 'Header': 'Currency', - 'accessor': 'currency', - 'maxWidth': 100, - 'Footer': '', + Header: 'Currency', + accessor: 'currency', + maxWidth: 100, + Footer: '', }, { - 'Header': 'Status', - 'accessor': 'status', - 'maxWidth': 200, - 'Footer': '', + Header: 'Status', + accessor: 'status', + maxWidth: 200, + Footer: '', }, ], }, { - 'Header': 'Actions', - 'sticky': 'right', - 'columns': [ + Header: 'Actions', + sticky: 'right', + columns: [ { - 'Header': 'Actions', - 'accessor': 'actions', - 'Footer': '', + Header: 'Actions', + accessor: 'actions', + Footer: '', }, - ] - } + ], + }, ]; - const tooltip = (className: string) => { - return ( - - - - - - - - Round details - - - - ); - }; + const tooltip = () => ( + + + } + /> + + + Round details + + + + ); const makeData = (length: number) => { return Array.from('_'.repeat(length)).map((_, index) => { @@ -111,7 +103,7 @@ const Example = () => { /** * The expression below sets a tooltip with transparent background in the second row only. */ - actions: index === 1 ? tooltip('bg-transparent') : tooltip('bg-goku'), + actions: tooltip(), }; }); }; diff --git a/next-docs/public/examples/table/__tests__/__snapshots__/index.test.tsx.snap b/next-docs/public/examples/table/__tests__/__snapshots__/index.test.tsx.snap index d6b07bc8fc..63995953e1 100644 --- a/next-docs/public/examples/table/__tests__/__snapshots__/index.test.tsx.snap +++ b/next-docs/public/examples/table/__tests__/__snapshots__/index.test.tsx.snap @@ -23,7 +23,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 600px;" >
Test
Test
@@ -4823,7 +4823,7 @@ Object {
@@ -4832,14 +4832,14 @@ Object {
0
@@ -4847,26 +4847,26 @@ Object {
Test
Test
@@ -4875,7 +4875,7 @@ Object {
@@ -4884,14 +4884,14 @@ Object {
100
@@ -4899,26 +4899,26 @@ Object {
Test
Test
@@ -4927,7 +4927,7 @@ Object {
@@ -4936,14 +4936,14 @@ Object {
200
@@ -4951,26 +4951,26 @@ Object {
Test
Test
@@ -4979,7 +4979,7 @@ Object {
@@ -4988,14 +4988,14 @@ Object {
300
@@ -5003,26 +5003,26 @@ Object {
Test
Test
@@ -5031,7 +5031,7 @@ Object {
@@ -5040,14 +5040,14 @@ Object {
400
@@ -5076,7 +5076,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -5235,7 +5235,7 @@ Object {
@@ -5244,14 +5244,14 @@ Object {
0
@@ -5259,26 +5259,26 @@ Object {
Test
Test
@@ -5287,7 +5287,7 @@ Object {
@@ -5296,14 +5296,14 @@ Object {
100
@@ -5311,26 +5311,26 @@ Object {
Test
Test
@@ -5339,7 +5339,7 @@ Object {
@@ -5348,14 +5348,14 @@ Object {
200
@@ -5363,26 +5363,26 @@ Object {
Test
Test
@@ -5391,7 +5391,7 @@ Object {
@@ -5400,14 +5400,14 @@ Object {
300
@@ -5415,26 +5415,26 @@ Object {
Test
Test
@@ -5443,7 +5443,7 @@ Object {
@@ -5452,14 +5452,14 @@ Object {
400
@@ -5546,7 +5546,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 700px;" >
@@ -5790,7 +5790,7 @@ Object {
@@ -5799,21 +5799,21 @@ Object {
0
0
@@ -5856,7 +5856,7 @@ Object {
@@ -5865,21 +5865,21 @@ Object {
100
100
@@ -5922,7 +5922,7 @@ Object {
@@ -5931,21 +5931,21 @@ Object {
200
200
@@ -5988,7 +5988,7 @@ Object {
@@ -5997,21 +5997,21 @@ Object {
300
300
@@ -6054,7 +6054,7 @@ Object {
@@ -6063,21 +6063,21 @@ Object {
400
400
@@ -6120,7 +6120,7 @@ Object {
@@ -6129,21 +6129,21 @@ Object {
500
500
@@ -6186,7 +6186,7 @@ Object {
@@ -6195,21 +6195,21 @@ Object {
600
600
@@ -6252,7 +6252,7 @@ Object {
@@ -6261,21 +6261,21 @@ Object {
700
700
@@ -6318,7 +6318,7 @@ Object {
@@ -6327,21 +6327,21 @@ Object {
800
800
@@ -6384,7 +6384,7 @@ Object {
@@ -6393,21 +6393,21 @@ Object {
900
900
@@ -6450,7 +6450,7 @@ Object {
@@ -6459,21 +6459,21 @@ Object {
1000
1000
@@ -6516,7 +6516,7 @@ Object {
@@ -6525,21 +6525,21 @@ Object {
1100
1100
@@ -6582,7 +6582,7 @@ Object {
@@ -6591,21 +6591,21 @@ Object {
1200
1200
@@ -6648,7 +6648,7 @@ Object {
@@ -6657,21 +6657,21 @@ Object {
1300
1300
@@ -6714,7 +6714,7 @@ Object {
@@ -6723,21 +6723,21 @@ Object {
1400
1400
@@ -6780,7 +6780,7 @@ Object {
@@ -6789,21 +6789,21 @@ Object {
1500
1500
@@ -6846,7 +6846,7 @@ Object {
@@ -6855,21 +6855,21 @@ Object {
1600
1600
@@ -6912,7 +6912,7 @@ Object {
@@ -6921,21 +6921,21 @@ Object {
1700
1700
@@ -6978,7 +6978,7 @@ Object {
@@ -6987,21 +6987,21 @@ Object {
1800
1800
@@ -7044,7 +7044,7 @@ Object {
@@ -7053,21 +7053,21 @@ Object {
1900
1900
@@ -7110,7 +7110,7 @@ Object {
@@ -7119,21 +7119,21 @@ Object {
2000
2000
@@ -7176,7 +7176,7 @@ Object {
@@ -7185,21 +7185,21 @@ Object {
2100
2100
@@ -7242,7 +7242,7 @@ Object {
@@ -7251,21 +7251,21 @@ Object {
2200
2200
@@ -7308,7 +7308,7 @@ Object {
@@ -7317,21 +7317,21 @@ Object {
2300
2300
@@ -7374,7 +7374,7 @@ Object {
@@ -7383,21 +7383,21 @@ Object {
2400
2400
@@ -7440,7 +7440,7 @@ Object {
@@ -7449,21 +7449,21 @@ Object {
2500
2500
@@ -7506,7 +7506,7 @@ Object {
@@ -7515,21 +7515,21 @@ Object {
2600
2600
@@ -7572,7 +7572,7 @@ Object {
@@ -7581,21 +7581,21 @@ Object {
2700
2700
@@ -7638,7 +7638,7 @@ Object {
@@ -7647,21 +7647,21 @@ Object {
2800
2800
@@ -7704,7 +7704,7 @@ Object {
@@ -7713,21 +7713,21 @@ Object {
2900
2900
@@ -7770,7 +7770,7 @@ Object {
@@ -7779,21 +7779,21 @@ Object {
3000
3000
@@ -7836,7 +7836,7 @@ Object {
@@ -7845,21 +7845,21 @@ Object {
3100
3100
@@ -7902,7 +7902,7 @@ Object {
@@ -7911,21 +7911,21 @@ Object {
3200
3200
@@ -7968,7 +7968,7 @@ Object {
@@ -7977,21 +7977,21 @@ Object {
3300
3300
@@ -8034,7 +8034,7 @@ Object {
@@ -8043,21 +8043,21 @@ Object {
3400
3400
@@ -8100,7 +8100,7 @@ Object {
@@ -8109,21 +8109,21 @@ Object {
3500
3500
@@ -8166,7 +8166,7 @@ Object {
@@ -8175,21 +8175,21 @@ Object {
3600
3600
@@ -8232,7 +8232,7 @@ Object {
@@ -8241,21 +8241,21 @@ Object {
3700
3700
@@ -8298,7 +8298,7 @@ Object {
@@ -8307,21 +8307,21 @@ Object {
3800
3800
@@ -8364,7 +8364,7 @@ Object {
@@ -8373,21 +8373,21 @@ Object {
3900
3900
@@ -8823,7 +8823,7 @@ Object {
@@ -8832,21 +8832,21 @@ Object {
0
0
@@ -8889,7 +8889,7 @@ Object {
@@ -8898,21 +8898,21 @@ Object {
100
100
@@ -8955,7 +8955,7 @@ Object {
@@ -8964,21 +8964,21 @@ Object {
200
200
@@ -9021,7 +9021,7 @@ Object {
@@ -9030,21 +9030,21 @@ Object {
300
300
@@ -9087,7 +9087,7 @@ Object {
@@ -9096,21 +9096,21 @@ Object {
400
400
@@ -9153,7 +9153,7 @@ Object {
@@ -9162,21 +9162,21 @@ Object {
500
500
@@ -9219,7 +9219,7 @@ Object {
@@ -9228,21 +9228,21 @@ Object {
600
600
@@ -9285,7 +9285,7 @@ Object {
@@ -9294,21 +9294,21 @@ Object {
700
700
@@ -9351,7 +9351,7 @@ Object {
@@ -9360,21 +9360,21 @@ Object {
800
800
@@ -9417,7 +9417,7 @@ Object {
@@ -9426,21 +9426,21 @@ Object {
900
900
@@ -9483,7 +9483,7 @@ Object {
@@ -9492,21 +9492,21 @@ Object {
1000
1000
@@ -9549,7 +9549,7 @@ Object {
@@ -9558,21 +9558,21 @@ Object {
1100
1100
@@ -9615,7 +9615,7 @@ Object {
@@ -9624,21 +9624,21 @@ Object {
1200
1200
@@ -9681,7 +9681,7 @@ Object {
@@ -9690,21 +9690,21 @@ Object {
1300
1300
@@ -9747,7 +9747,7 @@ Object {
@@ -9756,21 +9756,21 @@ Object {
1400
1400
@@ -9813,7 +9813,7 @@ Object {
@@ -9822,21 +9822,21 @@ Object {
1500
1500
@@ -9879,7 +9879,7 @@ Object {
@@ -9888,21 +9888,21 @@ Object {
1600
1600
@@ -9945,7 +9945,7 @@ Object {
@@ -9954,21 +9954,21 @@ Object {
1700
1700
@@ -10011,7 +10011,7 @@ Object {
@@ -10020,21 +10020,21 @@ Object {
1800
1800
@@ -10077,7 +10077,7 @@ Object {
@@ -10086,21 +10086,21 @@ Object {
1900
1900
@@ -10143,7 +10143,7 @@ Object {
@@ -10152,21 +10152,21 @@ Object {
2000
2000
@@ -10209,7 +10209,7 @@ Object {
@@ -10218,21 +10218,21 @@ Object {
2100
2100
@@ -10275,7 +10275,7 @@ Object {
@@ -10284,21 +10284,21 @@ Object {
2200
2200
@@ -10341,7 +10341,7 @@ Object {
@@ -10350,21 +10350,21 @@ Object {
2300
2300
@@ -10407,7 +10407,7 @@ Object {
@@ -10416,21 +10416,21 @@ Object {
2400
2400
@@ -10473,7 +10473,7 @@ Object {
@@ -10482,21 +10482,21 @@ Object {
2500
2500
@@ -10539,7 +10539,7 @@ Object {
@@ -10548,21 +10548,21 @@ Object {
2600
2600
@@ -10605,7 +10605,7 @@ Object {
@@ -10614,21 +10614,21 @@ Object {
2700
2700
@@ -10671,7 +10671,7 @@ Object {
@@ -10680,21 +10680,21 @@ Object {
2800
2800
@@ -10737,7 +10737,7 @@ Object {
@@ -10746,21 +10746,21 @@ Object {
2900
2900
@@ -10803,7 +10803,7 @@ Object {
@@ -10812,21 +10812,21 @@ Object {
3000
3000
@@ -10869,7 +10869,7 @@ Object {
@@ -10878,21 +10878,21 @@ Object {
3100
3100
@@ -10935,7 +10935,7 @@ Object {
@@ -10944,21 +10944,21 @@ Object {
3200
3200
@@ -11001,7 +11001,7 @@ Object {
@@ -11010,21 +11010,21 @@ Object {
3300
3300
@@ -11067,7 +11067,7 @@ Object {
@@ -11076,21 +11076,21 @@ Object {
3400
3400
@@ -11133,7 +11133,7 @@ Object {
@@ -11142,21 +11142,21 @@ Object {
3500
3500
@@ -11199,7 +11199,7 @@ Object {
@@ -11208,21 +11208,21 @@ Object {
3600
3600
@@ -11265,7 +11265,7 @@ Object {
@@ -11274,21 +11274,21 @@ Object {
3700
3700
@@ -11331,7 +11331,7 @@ Object {
@@ -11340,21 +11340,21 @@ Object {
3800
3800
@@ -11397,7 +11397,7 @@ Object {
@@ -11406,21 +11406,21 @@ Object {
3900
3900
@@ -11893,7 +11893,7 @@ Object {
@@ -11902,14 +11902,14 @@ Object {
0
@@ -12011,7 +12011,7 @@ Object {
@@ -12020,14 +12020,14 @@ Object {
200
@@ -12070,7 +12070,7 @@ Object {
@@ -12079,14 +12079,14 @@ Object {
300
@@ -12129,7 +12129,7 @@ Object {
@@ -12138,14 +12138,14 @@ Object {
400
@@ -12188,7 +12188,7 @@ Object {
@@ -12197,14 +12197,14 @@ Object {
500
@@ -12247,7 +12247,7 @@ Object {
@@ -12256,14 +12256,14 @@ Object {
600
@@ -12306,7 +12306,7 @@ Object {
@@ -12315,14 +12315,14 @@ Object {
700
@@ -12365,7 +12365,7 @@ Object {
@@ -12374,14 +12374,14 @@ Object {
800
@@ -12424,7 +12424,7 @@ Object {
@@ -12433,14 +12433,14 @@ Object {
900
@@ -12483,7 +12483,7 @@ Object {
@@ -12492,14 +12492,14 @@ Object {
1000
@@ -12542,7 +12542,7 @@ Object {
@@ -12551,14 +12551,14 @@ Object {
1100
@@ -12601,7 +12601,7 @@ Object {
@@ -12610,14 +12610,14 @@ Object {
1200
@@ -12660,7 +12660,7 @@ Object {
@@ -12669,14 +12669,14 @@ Object {
1300
@@ -12719,7 +12719,7 @@ Object {
@@ -12728,14 +12728,14 @@ Object {
1400
@@ -12778,7 +12778,7 @@ Object {
@@ -12787,14 +12787,14 @@ Object {
1500
@@ -12837,7 +12837,7 @@ Object {
@@ -12846,14 +12846,14 @@ Object {
1600
@@ -12896,7 +12896,7 @@ Object {
@@ -12905,14 +12905,14 @@ Object {
1700
@@ -12955,7 +12955,7 @@ Object {
@@ -12964,14 +12964,14 @@ Object {
1800
@@ -13014,7 +13014,7 @@ Object {
@@ -13023,14 +13023,14 @@ Object {
1900
@@ -13073,7 +13073,7 @@ Object {
@@ -13082,14 +13082,14 @@ Object {
2000
@@ -13132,7 +13132,7 @@ Object {
@@ -13141,14 +13141,14 @@ Object {
2100
@@ -13191,7 +13191,7 @@ Object {
@@ -13200,14 +13200,14 @@ Object {
2200
@@ -13250,7 +13250,7 @@ Object {
@@ -13259,14 +13259,14 @@ Object {
2300
@@ -13309,7 +13309,7 @@ Object {
@@ -13318,14 +13318,14 @@ Object {
2400
@@ -13368,7 +13368,7 @@ Object {
@@ -13377,14 +13377,14 @@ Object {
2500
@@ -13427,7 +13427,7 @@ Object {
@@ -13436,14 +13436,14 @@ Object {
2600
@@ -13486,7 +13486,7 @@ Object {
@@ -13495,14 +13495,14 @@ Object {
2700
@@ -13545,7 +13545,7 @@ Object {
@@ -13554,14 +13554,14 @@ Object {
2800
@@ -13604,7 +13604,7 @@ Object {
@@ -13613,14 +13613,14 @@ Object {
2900
@@ -13663,7 +13663,7 @@ Object {
@@ -13672,14 +13672,14 @@ Object {
3000
@@ -13722,7 +13722,7 @@ Object {
@@ -13731,14 +13731,14 @@ Object {
3100
@@ -13781,7 +13781,7 @@ Object {
@@ -13790,14 +13790,14 @@ Object {
3200
@@ -13840,7 +13840,7 @@ Object {
@@ -13849,14 +13849,14 @@ Object {
3300
@@ -13899,7 +13899,7 @@ Object {
@@ -13908,14 +13908,14 @@ Object {
3400
@@ -13958,7 +13958,7 @@ Object {
@@ -13967,14 +13967,14 @@ Object {
3500
@@ -14017,7 +14017,7 @@ Object {
@@ -14026,14 +14026,14 @@ Object {
3600
@@ -14076,7 +14076,7 @@ Object {
@@ -14085,14 +14085,14 @@ Object {
3700
@@ -14135,7 +14135,7 @@ Object {
@@ -14144,14 +14144,14 @@ Object {
3800
@@ -14194,7 +14194,7 @@ Object {
@@ -14203,14 +14203,14 @@ Object {
3900
@@ -14613,7 +14613,7 @@ Object {
@@ -14622,14 +14622,14 @@ Object {
0
@@ -14731,7 +14731,7 @@ Object {
@@ -14740,14 +14740,14 @@ Object {
200
@@ -14790,7 +14790,7 @@ Object {
@@ -14799,14 +14799,14 @@ Object {
300
@@ -14849,7 +14849,7 @@ Object {
@@ -14858,14 +14858,14 @@ Object {
400
@@ -14908,7 +14908,7 @@ Object {
@@ -14917,14 +14917,14 @@ Object {
500
@@ -14967,7 +14967,7 @@ Object {
@@ -14976,14 +14976,14 @@ Object {
600
@@ -15026,7 +15026,7 @@ Object {
@@ -15035,14 +15035,14 @@ Object {
700
@@ -15085,7 +15085,7 @@ Object {
@@ -15094,14 +15094,14 @@ Object {
800
@@ -15144,7 +15144,7 @@ Object {
@@ -15153,14 +15153,14 @@ Object {
900
@@ -15203,7 +15203,7 @@ Object {
@@ -15212,14 +15212,14 @@ Object {
1000
@@ -15262,7 +15262,7 @@ Object {
@@ -15271,14 +15271,14 @@ Object {
1100
@@ -15321,7 +15321,7 @@ Object {
@@ -15330,14 +15330,14 @@ Object {
1200
@@ -15380,7 +15380,7 @@ Object {
@@ -15389,14 +15389,14 @@ Object {
1300
@@ -15439,7 +15439,7 @@ Object {
@@ -15448,14 +15448,14 @@ Object {
1400
@@ -15498,7 +15498,7 @@ Object {
@@ -15507,14 +15507,14 @@ Object {
1500
@@ -15557,7 +15557,7 @@ Object {
@@ -15566,14 +15566,14 @@ Object {
1600
@@ -15616,7 +15616,7 @@ Object {
@@ -15625,14 +15625,14 @@ Object {
1700
@@ -15675,7 +15675,7 @@ Object {
@@ -15684,14 +15684,14 @@ Object {
1800
@@ -15734,7 +15734,7 @@ Object {
@@ -15743,14 +15743,14 @@ Object {
1900
@@ -15793,7 +15793,7 @@ Object {
@@ -15802,14 +15802,14 @@ Object {
2000
@@ -15852,7 +15852,7 @@ Object {
@@ -15861,14 +15861,14 @@ Object {
2100
@@ -15911,7 +15911,7 @@ Object {
@@ -15920,14 +15920,14 @@ Object {
2200
@@ -15970,7 +15970,7 @@ Object {
@@ -15979,14 +15979,14 @@ Object {
2300
@@ -16029,7 +16029,7 @@ Object {
@@ -16038,14 +16038,14 @@ Object {
2400
@@ -16088,7 +16088,7 @@ Object {
@@ -16097,14 +16097,14 @@ Object {
2500
@@ -16147,7 +16147,7 @@ Object {
@@ -16156,14 +16156,14 @@ Object {
2600
@@ -16206,7 +16206,7 @@ Object {
@@ -16215,14 +16215,14 @@ Object {
2700
@@ -16265,7 +16265,7 @@ Object {
@@ -16274,14 +16274,14 @@ Object {
2800
@@ -16324,7 +16324,7 @@ Object {
@@ -16333,14 +16333,14 @@ Object {
2900
@@ -16383,7 +16383,7 @@ Object {
@@ -16392,14 +16392,14 @@ Object {
3000
@@ -16442,7 +16442,7 @@ Object {
@@ -16451,14 +16451,14 @@ Object {
3100
@@ -16501,7 +16501,7 @@ Object {
@@ -16510,14 +16510,14 @@ Object {
3200
@@ -16560,7 +16560,7 @@ Object {
@@ -16569,14 +16569,14 @@ Object {
3300
@@ -16619,7 +16619,7 @@ Object {
@@ -16628,14 +16628,14 @@ Object {
3400
@@ -16678,7 +16678,7 @@ Object {
@@ -16687,14 +16687,14 @@ Object {
3500
@@ -16737,7 +16737,7 @@ Object {
@@ -16746,14 +16746,14 @@ Object {
3600
@@ -16796,7 +16796,7 @@ Object {
@@ -16805,14 +16805,14 @@ Object {
3700
@@ -16855,7 +16855,7 @@ Object {
@@ -16864,14 +16864,14 @@ Object {
3800
@@ -16914,7 +16914,7 @@ Object {
@@ -16923,14 +16923,14 @@ Object {
3900
@@ -17257,14 +17257,14 @@ Object {
Test
@@ -17274,12 +17274,12 @@ Object {
@@ -17288,14 +17288,14 @@ Object {
Test
@@ -17305,12 +17305,12 @@ Object {
@@ -17319,14 +17319,14 @@ Object {
Test
@@ -17336,12 +17336,12 @@ Object {
@@ -17350,14 +17350,14 @@ Object {
Test
@@ -17367,12 +17367,12 @@ Object {
@@ -17381,14 +17381,14 @@ Object {
Test
@@ -17398,12 +17398,12 @@ Object {
@@ -17412,14 +17412,14 @@ Object {
Test
@@ -17429,12 +17429,12 @@ Object {
@@ -17443,14 +17443,14 @@ Object {
Test
@@ -17460,12 +17460,12 @@ Object {
@@ -17474,14 +17474,14 @@ Object {
Test
@@ -17491,12 +17491,12 @@ Object {
@@ -17505,14 +17505,14 @@ Object {
Test
@@ -17522,12 +17522,12 @@ Object {
@@ -17536,14 +17536,14 @@ Object {
Test
@@ -17553,12 +17553,12 @@ Object {
@@ -17567,14 +17567,14 @@ Object {
Test
@@ -17584,12 +17584,12 @@ Object {
@@ -17598,14 +17598,14 @@ Object {
Test
@@ -17615,12 +17615,12 @@ Object {
@@ -17629,14 +17629,14 @@ Object {
Test
@@ -17646,12 +17646,12 @@ Object {
@@ -17660,14 +17660,14 @@ Object {
Test
@@ -17677,12 +17677,12 @@ Object {
@@ -17691,14 +17691,14 @@ Object {
Test
@@ -17708,12 +17708,12 @@ Object {
@@ -17722,14 +17722,14 @@ Object {
Test
@@ -17739,12 +17739,12 @@ Object {
@@ -17753,14 +17753,14 @@ Object {
Test
@@ -17770,12 +17770,12 @@ Object {
@@ -17784,14 +17784,14 @@ Object {
Test
@@ -17801,12 +17801,12 @@ Object {
@@ -17815,14 +17815,14 @@ Object {
Test
@@ -17832,12 +17832,12 @@ Object {
@@ -17846,14 +17846,14 @@ Object {
Test
@@ -17863,12 +17863,12 @@ Object {
@@ -17877,14 +17877,14 @@ Object {
Test
@@ -17894,12 +17894,12 @@ Object {
@@ -17908,14 +17908,14 @@ Object {
Test
@@ -17925,12 +17925,12 @@ Object {
@@ -17939,14 +17939,14 @@ Object {
Test
@@ -17956,12 +17956,12 @@ Object {
@@ -17970,14 +17970,14 @@ Object {
Test
@@ -17987,12 +17987,12 @@ Object {
@@ -18001,14 +18001,14 @@ Object {
Test
@@ -18018,12 +18018,12 @@ Object {
@@ -18032,14 +18032,14 @@ Object {
Test
@@ -18049,12 +18049,12 @@ Object {
@@ -18063,14 +18063,14 @@ Object {
Test
@@ -18080,12 +18080,12 @@ Object {
@@ -18094,14 +18094,14 @@ Object {
Test
@@ -18111,12 +18111,12 @@ Object {
@@ -18125,14 +18125,14 @@ Object {
Test
@@ -18142,12 +18142,12 @@ Object {
@@ -18156,14 +18156,14 @@ Object {
Test
@@ -18173,12 +18173,12 @@ Object {
@@ -18187,14 +18187,14 @@ Object {
Test
@@ -18204,12 +18204,12 @@ Object {
@@ -18218,14 +18218,14 @@ Object {
Test
@@ -18235,12 +18235,12 @@ Object {
@@ -18249,14 +18249,14 @@ Object {
Test
@@ -18266,12 +18266,12 @@ Object {
@@ -18280,14 +18280,14 @@ Object {
Test
@@ -18297,12 +18297,12 @@ Object {
@@ -18311,14 +18311,14 @@ Object {
Test
@@ -18328,12 +18328,12 @@ Object {
@@ -18342,14 +18342,14 @@ Object {
Test
@@ -18359,12 +18359,12 @@ Object {
@@ -18373,14 +18373,14 @@ Object {
Test
@@ -18390,12 +18390,12 @@ Object {
@@ -18404,14 +18404,14 @@ Object {
Test
@@ -18421,12 +18421,12 @@ Object {
@@ -18435,14 +18435,14 @@ Object {
Test
@@ -18452,12 +18452,12 @@ Object {
@@ -18466,14 +18466,14 @@ Object {
Test
@@ -18505,7 +18505,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 300px;" >
@@ -18596,14 +18596,14 @@ Object {
Test
@@ -18613,12 +18613,12 @@ Object {
@@ -18627,14 +18627,14 @@ Object {
Test
@@ -18644,12 +18644,12 @@ Object {
@@ -18658,14 +18658,14 @@ Object {
Test
@@ -18675,12 +18675,12 @@ Object {
@@ -18689,14 +18689,14 @@ Object {
Test
@@ -18706,12 +18706,12 @@ Object {
@@ -18720,14 +18720,14 @@ Object {
Test
@@ -18737,12 +18737,12 @@ Object {
@@ -18751,14 +18751,14 @@ Object {
Test
@@ -18768,12 +18768,12 @@ Object {
@@ -18782,14 +18782,14 @@ Object {
Test
@@ -18799,12 +18799,12 @@ Object {
@@ -18813,14 +18813,14 @@ Object {
Test
@@ -18830,12 +18830,12 @@ Object {
@@ -18844,14 +18844,14 @@ Object {
Test
@@ -18861,12 +18861,12 @@ Object {
@@ -18875,14 +18875,14 @@ Object {
Test
@@ -18892,12 +18892,12 @@ Object {
@@ -18906,14 +18906,14 @@ Object {
Test
@@ -18923,12 +18923,12 @@ Object {
@@ -18937,14 +18937,14 @@ Object {
Test
@@ -18954,12 +18954,12 @@ Object {
@@ -18968,14 +18968,14 @@ Object {
Test
@@ -18985,12 +18985,12 @@ Object {
@@ -18999,14 +18999,14 @@ Object {
Test
@@ -19016,12 +19016,12 @@ Object {
@@ -19030,14 +19030,14 @@ Object {
Test
@@ -19047,12 +19047,12 @@ Object {
@@ -19061,14 +19061,14 @@ Object {
Test
@@ -19078,12 +19078,12 @@ Object {
@@ -19092,14 +19092,14 @@ Object {
Test
@@ -19109,12 +19109,12 @@ Object {
@@ -19123,14 +19123,14 @@ Object {
Test
@@ -19140,12 +19140,12 @@ Object {
@@ -19154,14 +19154,14 @@ Object {
Test
@@ -19171,12 +19171,12 @@ Object {
@@ -19185,14 +19185,14 @@ Object {
Test
@@ -19202,12 +19202,12 @@ Object {
@@ -19216,14 +19216,14 @@ Object {
Test
@@ -19233,12 +19233,12 @@ Object {
@@ -19247,14 +19247,14 @@ Object {
Test
@@ -19264,12 +19264,12 @@ Object {
@@ -19278,14 +19278,14 @@ Object {
Test
@@ -19295,12 +19295,12 @@ Object {
@@ -19309,14 +19309,14 @@ Object {
Test
@@ -19326,12 +19326,12 @@ Object {
@@ -19340,14 +19340,14 @@ Object {
Test
@@ -19357,12 +19357,12 @@ Object {
@@ -19371,14 +19371,14 @@ Object {
Test
@@ -19388,12 +19388,12 @@ Object {
@@ -19402,14 +19402,14 @@ Object {
Test
@@ -19419,12 +19419,12 @@ Object {
@@ -19433,14 +19433,14 @@ Object {
Test
@@ -19450,12 +19450,12 @@ Object {
@@ -19464,14 +19464,14 @@ Object {
Test
@@ -19481,12 +19481,12 @@ Object {
@@ -19495,14 +19495,14 @@ Object {
Test
@@ -19512,12 +19512,12 @@ Object {
@@ -19526,14 +19526,14 @@ Object {
Test
@@ -19543,12 +19543,12 @@ Object {
@@ -19557,14 +19557,14 @@ Object {
Test
@@ -19574,12 +19574,12 @@ Object {
@@ -19588,14 +19588,14 @@ Object {
Test
@@ -19605,12 +19605,12 @@ Object {
@@ -19619,14 +19619,14 @@ Object {
Test
@@ -19636,12 +19636,12 @@ Object {
@@ -19650,14 +19650,14 @@ Object {
Test
@@ -19667,12 +19667,12 @@ Object {
@@ -19681,14 +19681,14 @@ Object {
Test
@@ -19698,12 +19698,12 @@ Object {
@@ -19712,14 +19712,14 @@ Object {
Test
@@ -19729,12 +19729,12 @@ Object {
@@ -19743,14 +19743,14 @@ Object {
Test
@@ -19760,12 +19760,12 @@ Object {
@@ -19774,14 +19774,14 @@ Object {
Test
@@ -19791,12 +19791,12 @@ Object {
@@ -19805,14 +19805,14 @@ Object {
Test
@@ -19901,7 +19901,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 500px;" >
@@ -20033,14 +20033,14 @@ Object {
Test
@@ -20049,7 +20049,7 @@ Object {
@@ -20058,7 +20058,7 @@ Object {
@@ -20066,12 +20066,12 @@ Object {
@@ -20082,14 +20082,14 @@ Object {
Test
@@ -20098,7 +20098,7 @@ Object {
@@ -20107,7 +20107,7 @@ Object {
@@ -20115,12 +20115,12 @@ Object {
@@ -20131,14 +20131,14 @@ Object {
Test
@@ -20147,7 +20147,7 @@ Object {
@@ -20156,7 +20156,7 @@ Object {
@@ -20164,12 +20164,12 @@ Object {
@@ -20180,14 +20180,14 @@ Object {
Test
@@ -20196,7 +20196,7 @@ Object {
@@ -20205,7 +20205,7 @@ Object {
@@ -20213,12 +20213,12 @@ Object {
@@ -20229,14 +20229,14 @@ Object {
Test
@@ -20245,7 +20245,7 @@ Object {
@@ -20254,7 +20254,7 @@ Object {
@@ -20262,12 +20262,12 @@ Object {
@@ -20278,14 +20278,14 @@ Object {
Test
@@ -20294,7 +20294,7 @@ Object {
@@ -20303,7 +20303,7 @@ Object {
@@ -20311,12 +20311,12 @@ Object {
@@ -20327,14 +20327,14 @@ Object {
Test
@@ -20343,7 +20343,7 @@ Object {
@@ -20352,7 +20352,7 @@ Object {
@@ -20360,12 +20360,12 @@ Object {
@@ -20376,14 +20376,14 @@ Object {
Test
@@ -20392,7 +20392,7 @@ Object {
@@ -20401,7 +20401,7 @@ Object {
@@ -20409,12 +20409,12 @@ Object {
@@ -20425,14 +20425,14 @@ Object {
Test
@@ -20441,7 +20441,7 @@ Object {
@@ -20450,7 +20450,7 @@ Object {
@@ -20458,12 +20458,12 @@ Object {
@@ -20474,14 +20474,14 @@ Object {
Test
@@ -20490,7 +20490,7 @@ Object {
@@ -20499,7 +20499,7 @@ Object {
@@ -20507,12 +20507,12 @@ Object {
@@ -20523,14 +20523,14 @@ Object {
Test
@@ -20539,7 +20539,7 @@ Object {
@@ -20548,7 +20548,7 @@ Object {
@@ -20556,12 +20556,12 @@ Object {
@@ -20572,14 +20572,14 @@ Object {
Test
@@ -20588,7 +20588,7 @@ Object {
@@ -20597,7 +20597,7 @@ Object {
@@ -20605,12 +20605,12 @@ Object {
@@ -20621,14 +20621,14 @@ Object {
Test
@@ -20637,7 +20637,7 @@ Object {
@@ -20646,7 +20646,7 @@ Object {
@@ -20654,12 +20654,12 @@ Object {
@@ -20670,14 +20670,14 @@ Object {
Test
@@ -20686,7 +20686,7 @@ Object {
@@ -20695,7 +20695,7 @@ Object {
@@ -20703,12 +20703,12 @@ Object {
@@ -20719,14 +20719,14 @@ Object {
Test
@@ -20735,7 +20735,7 @@ Object {
@@ -20744,7 +20744,7 @@ Object {
@@ -20752,12 +20752,12 @@ Object {
@@ -20768,14 +20768,14 @@ Object {
Test
@@ -20784,7 +20784,7 @@ Object {
@@ -20793,7 +20793,7 @@ Object {
@@ -20801,12 +20801,12 @@ Object {
@@ -20817,14 +20817,14 @@ Object {
Test
@@ -20833,7 +20833,7 @@ Object {
@@ -20842,7 +20842,7 @@ Object {
@@ -20850,12 +20850,12 @@ Object {
@@ -20866,14 +20866,14 @@ Object {
Test
@@ -20882,7 +20882,7 @@ Object {
@@ -20891,7 +20891,7 @@ Object {
@@ -20899,12 +20899,12 @@ Object {
@@ -20915,14 +20915,14 @@ Object {
Test
@@ -20931,7 +20931,7 @@ Object {
@@ -20940,7 +20940,7 @@ Object {
@@ -20948,12 +20948,12 @@ Object {
@@ -20964,14 +20964,14 @@ Object {
Test
@@ -20980,7 +20980,7 @@ Object {
@@ -20989,7 +20989,7 @@ Object {
@@ -21019,7 +21019,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 500px;" >
@@ -21151,14 +21151,14 @@ Object {
Test
@@ -21167,7 +21167,7 @@ Object {
@@ -21176,7 +21176,7 @@ Object {
@@ -21184,12 +21184,12 @@ Object {
@@ -21200,14 +21200,14 @@ Object {
Test
@@ -21216,7 +21216,7 @@ Object {
@@ -21225,7 +21225,7 @@ Object {
@@ -21233,12 +21233,12 @@ Object {
@@ -21249,14 +21249,14 @@ Object {
Test
@@ -21265,7 +21265,7 @@ Object {
@@ -21274,7 +21274,7 @@ Object {
@@ -21282,12 +21282,12 @@ Object {
@@ -21298,14 +21298,14 @@ Object {
Test
@@ -21314,7 +21314,7 @@ Object {
@@ -21323,7 +21323,7 @@ Object {
@@ -21331,12 +21331,12 @@ Object {
@@ -21347,14 +21347,14 @@ Object {
Test
@@ -21363,7 +21363,7 @@ Object {
@@ -21372,7 +21372,7 @@ Object {
@@ -21380,12 +21380,12 @@ Object {
@@ -21396,14 +21396,14 @@ Object {
Test
@@ -21412,7 +21412,7 @@ Object {
@@ -21421,7 +21421,7 @@ Object {
@@ -21429,12 +21429,12 @@ Object {
@@ -21445,14 +21445,14 @@ Object {
Test
@@ -21461,7 +21461,7 @@ Object {
@@ -21470,7 +21470,7 @@ Object {
@@ -21478,12 +21478,12 @@ Object {
@@ -21494,14 +21494,14 @@ Object {
Test
@@ -21510,7 +21510,7 @@ Object {
@@ -21519,7 +21519,7 @@ Object {
@@ -21527,12 +21527,12 @@ Object {
@@ -21543,14 +21543,14 @@ Object {
Test
@@ -21559,7 +21559,7 @@ Object {
@@ -21568,7 +21568,7 @@ Object {
@@ -21576,12 +21576,12 @@ Object {
@@ -21592,14 +21592,14 @@ Object {
Test
@@ -21608,7 +21608,7 @@ Object {
@@ -21617,7 +21617,7 @@ Object {
@@ -21625,12 +21625,12 @@ Object {
@@ -21641,14 +21641,14 @@ Object {
Test
@@ -21657,7 +21657,7 @@ Object {
@@ -21666,7 +21666,7 @@ Object {
@@ -21674,12 +21674,12 @@ Object {
@@ -21690,14 +21690,14 @@ Object {
Test
@@ -21706,7 +21706,7 @@ Object {
@@ -21715,7 +21715,7 @@ Object {
@@ -21723,12 +21723,12 @@ Object {
@@ -21739,14 +21739,14 @@ Object {
Test
@@ -21755,7 +21755,7 @@ Object {
@@ -21764,7 +21764,7 @@ Object {
@@ -21772,12 +21772,12 @@ Object {
@@ -21788,14 +21788,14 @@ Object {
Test
@@ -21804,7 +21804,7 @@ Object {
@@ -21813,7 +21813,7 @@ Object {
@@ -21821,12 +21821,12 @@ Object {
@@ -21837,14 +21837,14 @@ Object {
Test
@@ -21853,7 +21853,7 @@ Object {
@@ -21862,7 +21862,7 @@ Object {
@@ -21870,12 +21870,12 @@ Object {
@@ -21886,14 +21886,14 @@ Object {
Test
@@ -21902,7 +21902,7 @@ Object {
@@ -21911,7 +21911,7 @@ Object {
@@ -21919,12 +21919,12 @@ Object {
@@ -21935,14 +21935,14 @@ Object {
Test
@@ -21951,7 +21951,7 @@ Object {
@@ -21960,7 +21960,7 @@ Object {
@@ -21968,12 +21968,12 @@ Object {
@@ -21984,14 +21984,14 @@ Object {
Test
@@ -22000,7 +22000,7 @@ Object {
@@ -22009,7 +22009,7 @@ Object {
@@ -22017,12 +22017,12 @@ Object {
@@ -22033,14 +22033,14 @@ Object {
Test
@@ -22049,7 +22049,7 @@ Object {
@@ -22058,7 +22058,7 @@ Object {
@@ -22066,12 +22066,12 @@ Object {
@@ -22082,14 +22082,14 @@ Object {
Test
@@ -22098,7 +22098,7 @@ Object {
@@ -22107,7 +22107,7 @@ Object {
@@ -22193,7 +22193,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -22352,7 +22352,7 @@ Object {
@@ -22361,14 +22361,14 @@ Object {
0
@@ -22376,26 +22376,26 @@ Object {
Test
Test
@@ -22404,7 +22404,7 @@ Object {
@@ -22413,14 +22413,14 @@ Object {
100
@@ -22428,26 +22428,26 @@ Object {
Test
Test
@@ -22456,7 +22456,7 @@ Object {
@@ -22465,14 +22465,14 @@ Object {
200
@@ -22480,26 +22480,26 @@ Object {
Test
Test
@@ -22508,7 +22508,7 @@ Object {
@@ -22517,14 +22517,14 @@ Object {
300
@@ -22532,26 +22532,26 @@ Object {
Test
Test
@@ -22560,7 +22560,7 @@ Object {
@@ -22569,14 +22569,14 @@ Object {
400
@@ -22605,7 +22605,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -22764,7 +22764,7 @@ Object {
@@ -22773,14 +22773,14 @@ Object {
0
@@ -22788,26 +22788,26 @@ Object {
Test
Test
@@ -22816,7 +22816,7 @@ Object {
@@ -22825,14 +22825,14 @@ Object {
100
@@ -22840,26 +22840,26 @@ Object {
Test
Test
@@ -22868,7 +22868,7 @@ Object {
@@ -22877,14 +22877,14 @@ Object {
200
@@ -22892,26 +22892,26 @@ Object {
Test
Test
@@ -22920,7 +22920,7 @@ Object {
@@ -22929,14 +22929,14 @@ Object {
300
@@ -22944,26 +22944,26 @@ Object {
Test
Test
@@ -22972,7 +22972,7 @@ Object {
@@ -22981,14 +22981,14 @@ Object {
400
@@ -23074,7 +23074,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
@@ -23221,7 +23221,7 @@ Object { />
@@ -23232,7 +23232,7 @@ Object { />
@@ -23243,7 +23243,7 @@ Object { />
@@ -23254,7 +23254,7 @@ Object { />
@@ -23265,7 +23265,7 @@ Object { />
@@ -23277,12 +23277,12 @@ Object {
@@ -23293,7 +23293,7 @@ Object { />
@@ -23304,7 +23304,7 @@ Object { />
@@ -23315,7 +23315,7 @@ Object { />
@@ -23326,7 +23326,7 @@ Object { />
@@ -23337,7 +23337,7 @@ Object { />
@@ -23349,12 +23349,12 @@ Object {
@@ -23365,7 +23365,7 @@ Object { />
@@ -23376,7 +23376,7 @@ Object { />
@@ -23387,7 +23387,7 @@ Object { />
@@ -23398,7 +23398,7 @@ Object { />
@@ -23409,7 +23409,7 @@ Object { />
@@ -23421,12 +23421,12 @@ Object {
@@ -23437,7 +23437,7 @@ Object { />
@@ -23448,7 +23448,7 @@ Object { />
@@ -23459,7 +23459,7 @@ Object { />
@@ -23470,7 +23470,7 @@ Object { />
@@ -23481,7 +23481,7 @@ Object { />
@@ -23493,12 +23493,12 @@ Object {
@@ -23509,7 +23509,7 @@ Object { />
@@ -23520,7 +23520,7 @@ Object { />
@@ -23531,7 +23531,7 @@ Object { />
@@ -23542,7 +23542,7 @@ Object { />
@@ -23553,7 +23553,7 @@ Object { />
@@ -23586,7 +23586,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
@@ -23733,7 +23733,7 @@ Object { />
@@ -23744,7 +23744,7 @@ Object { />
@@ -23755,7 +23755,7 @@ Object { />
@@ -23766,7 +23766,7 @@ Object { />
@@ -23777,7 +23777,7 @@ Object { />
@@ -23789,12 +23789,12 @@ Object {
@@ -23805,7 +23805,7 @@ Object { />
@@ -23816,7 +23816,7 @@ Object { />
@@ -23827,7 +23827,7 @@ Object { />
@@ -23838,7 +23838,7 @@ Object { />
@@ -23849,7 +23849,7 @@ Object { />
@@ -23861,12 +23861,12 @@ Object {
@@ -23877,7 +23877,7 @@ Object { />
@@ -23888,7 +23888,7 @@ Object { />
@@ -23899,7 +23899,7 @@ Object { />
@@ -23910,7 +23910,7 @@ Object { />
@@ -23921,7 +23921,7 @@ Object { />
@@ -23933,12 +23933,12 @@ Object {
@@ -23949,7 +23949,7 @@ Object { />
@@ -23960,7 +23960,7 @@ Object { />
@@ -23971,7 +23971,7 @@ Object { />
@@ -23982,7 +23982,7 @@ Object { />
@@ -23993,7 +23993,7 @@ Object { />
@@ -24005,12 +24005,12 @@ Object {
@@ -24021,7 +24021,7 @@ Object { />
@@ -24032,7 +24032,7 @@ Object { />
@@ -24043,7 +24043,7 @@ Object { />
@@ -24054,7 +24054,7 @@ Object { />
@@ -24065,7 +24065,7 @@ Object { />
@@ -24156,7 +24156,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 700px;" >
@@ -24425,7 +24425,7 @@ Object {
@@ -24434,21 +24434,21 @@ Object {
0
0
@@ -24496,7 +24496,7 @@ Object {
@@ -24505,21 +24505,21 @@ Object {
100
100
@@ -24567,7 +24567,7 @@ Object {
@@ -24576,21 +24576,21 @@ Object {
200
200
@@ -24638,7 +24638,7 @@ Object {
@@ -24647,21 +24647,21 @@ Object {
300
300
@@ -24709,7 +24709,7 @@ Object {
@@ -24718,21 +24718,21 @@ Object {
400
400
@@ -24780,7 +24780,7 @@ Object {
@@ -24789,21 +24789,21 @@ Object {
500
500
@@ -24851,7 +24851,7 @@ Object {
@@ -24860,21 +24860,21 @@ Object {
600
600
@@ -24922,7 +24922,7 @@ Object {
@@ -24931,21 +24931,21 @@ Object {
700
700
@@ -24993,7 +24993,7 @@ Object {
@@ -25002,21 +25002,21 @@ Object {
800
800
@@ -25064,7 +25064,7 @@ Object {
@@ -25073,21 +25073,21 @@ Object {
900
900
@@ -25135,7 +25135,7 @@ Object {
@@ -25144,21 +25144,21 @@ Object {
1000
1000
@@ -25206,7 +25206,7 @@ Object {
@@ -25215,21 +25215,21 @@ Object {
1100
1100
@@ -25277,7 +25277,7 @@ Object {
@@ -25286,21 +25286,21 @@ Object {
1200
1200
@@ -25348,7 +25348,7 @@ Object {
@@ -25357,21 +25357,21 @@ Object {
1300
1300
@@ -25419,7 +25419,7 @@ Object {
@@ -25428,21 +25428,21 @@ Object {
1400
1400
@@ -25490,7 +25490,7 @@ Object {
@@ -25499,21 +25499,21 @@ Object {
1500
1500
@@ -25561,7 +25561,7 @@ Object {
@@ -25570,21 +25570,21 @@ Object {
1600
1600
@@ -25632,7 +25632,7 @@ Object {
@@ -25641,21 +25641,21 @@ Object {
1700
1700
@@ -25703,7 +25703,7 @@ Object {
@@ -25712,21 +25712,21 @@ Object {
1800
1800
@@ -25774,7 +25774,7 @@ Object {
@@ -25783,21 +25783,21 @@ Object {
1900
1900
@@ -25845,7 +25845,7 @@ Object {
@@ -25854,21 +25854,21 @@ Object {
2000
2000
@@ -25916,7 +25916,7 @@ Object {
@@ -25925,21 +25925,21 @@ Object {
2100
2100
@@ -25987,7 +25987,7 @@ Object {
@@ -25996,21 +25996,21 @@ Object {
2200
2200
@@ -26058,7 +26058,7 @@ Object {
@@ -26067,21 +26067,21 @@ Object {
2300
2300
@@ -26129,7 +26129,7 @@ Object {
@@ -26138,21 +26138,21 @@ Object {
2400
2400
@@ -26200,7 +26200,7 @@ Object {
@@ -26209,21 +26209,21 @@ Object {
2500
2500
@@ -26271,7 +26271,7 @@ Object {
@@ -26280,21 +26280,21 @@ Object {
2600
2600
@@ -26342,7 +26342,7 @@ Object {
@@ -26351,21 +26351,21 @@ Object {
2700
2700
@@ -26413,7 +26413,7 @@ Object {
@@ -26422,21 +26422,21 @@ Object {
2800
2800
@@ -26484,7 +26484,7 @@ Object {
@@ -26493,21 +26493,21 @@ Object {
2900
2900
@@ -26555,7 +26555,7 @@ Object {
@@ -26564,21 +26564,21 @@ Object {
3000
3000
@@ -26626,7 +26626,7 @@ Object {
@@ -26635,21 +26635,21 @@ Object {
3100
3100
@@ -26697,7 +26697,7 @@ Object {
@@ -26706,21 +26706,21 @@ Object {
3200
3200
@@ -26768,7 +26768,7 @@ Object {
@@ -26777,21 +26777,21 @@ Object {
3300
3300
@@ -26839,7 +26839,7 @@ Object {
@@ -26848,21 +26848,21 @@ Object {
3400
3400
@@ -26910,7 +26910,7 @@ Object {
@@ -26919,21 +26919,21 @@ Object {
3500
3500
@@ -26981,7 +26981,7 @@ Object {
@@ -26990,21 +26990,21 @@ Object {
3600
3600
@@ -27052,7 +27052,7 @@ Object {
@@ -27061,21 +27061,21 @@ Object {
3700
3700
@@ -27123,7 +27123,7 @@ Object {
@@ -27132,21 +27132,21 @@ Object {
3800
3800
@@ -27194,7 +27194,7 @@ Object {
@@ -27203,21 +27203,21 @@ Object {
3900
3900
@@ -27520,7 +27520,7 @@ Object {
@@ -27529,21 +27529,21 @@ Object {
0
0
@@ -27591,7 +27591,7 @@ Object {
@@ -27600,21 +27600,21 @@ Object {
100
100
@@ -27662,7 +27662,7 @@ Object {
@@ -27671,21 +27671,21 @@ Object {
200
200
@@ -27733,7 +27733,7 @@ Object {
@@ -27742,21 +27742,21 @@ Object {
300
300
@@ -27804,7 +27804,7 @@ Object {
@@ -27813,21 +27813,21 @@ Object {
400
400
@@ -27875,7 +27875,7 @@ Object {
@@ -27884,21 +27884,21 @@ Object {
500
500
@@ -27946,7 +27946,7 @@ Object {
@@ -27955,21 +27955,21 @@ Object {
600
600
@@ -28017,7 +28017,7 @@ Object {
@@ -28026,21 +28026,21 @@ Object {
700
700
@@ -28088,7 +28088,7 @@ Object {
@@ -28097,21 +28097,21 @@ Object {
800
800
@@ -28159,7 +28159,7 @@ Object {
@@ -28168,21 +28168,21 @@ Object {
900
900
@@ -28230,7 +28230,7 @@ Object {
@@ -28239,21 +28239,21 @@ Object {
1000
1000
@@ -28301,7 +28301,7 @@ Object {
@@ -28310,21 +28310,21 @@ Object {
1100
1100
@@ -28372,7 +28372,7 @@ Object {
@@ -28381,21 +28381,21 @@ Object {
1200
1200
@@ -28443,7 +28443,7 @@ Object {
@@ -28452,21 +28452,21 @@ Object {
1300
1300
@@ -28514,7 +28514,7 @@ Object {
@@ -28523,21 +28523,21 @@ Object {
1400
1400
@@ -28585,7 +28585,7 @@ Object {
@@ -28594,21 +28594,21 @@ Object {
1500
1500
@@ -28656,7 +28656,7 @@ Object {
@@ -28665,21 +28665,21 @@ Object {
1600
1600
@@ -28727,7 +28727,7 @@ Object {
@@ -28736,21 +28736,21 @@ Object {
1700
1700
@@ -28798,7 +28798,7 @@ Object {
@@ -28807,21 +28807,21 @@ Object {
1800
1800
@@ -28869,7 +28869,7 @@ Object {
@@ -28878,21 +28878,21 @@ Object {
1900
1900
@@ -28940,7 +28940,7 @@ Object {
@@ -28949,21 +28949,21 @@ Object {
2000
2000
@@ -29011,7 +29011,7 @@ Object {
@@ -29020,21 +29020,21 @@ Object {
2100
2100
@@ -29082,7 +29082,7 @@ Object {
@@ -29091,21 +29091,21 @@ Object {
2200
2200
@@ -29153,7 +29153,7 @@ Object {
@@ -29162,21 +29162,21 @@ Object {
2300
2300
@@ -29224,7 +29224,7 @@ Object {
@@ -29233,21 +29233,21 @@ Object {
2400
2400
@@ -29295,7 +29295,7 @@ Object {
@@ -29304,21 +29304,21 @@ Object {
2500
2500
@@ -29366,7 +29366,7 @@ Object {
@@ -29375,21 +29375,21 @@ Object {
2600
2600
@@ -29437,7 +29437,7 @@ Object {
@@ -29446,21 +29446,21 @@ Object {
2700
2700
@@ -29508,7 +29508,7 @@ Object {
@@ -29517,21 +29517,21 @@ Object {
2800
2800
@@ -29579,7 +29579,7 @@ Object {
@@ -29588,21 +29588,21 @@ Object {
2900
2900
@@ -29650,7 +29650,7 @@ Object {
@@ -29659,21 +29659,21 @@ Object {
3000
3000
@@ -29721,7 +29721,7 @@ Object {
@@ -29730,21 +29730,21 @@ Object {
3100
3100
@@ -29792,7 +29792,7 @@ Object {
@@ -29801,21 +29801,21 @@ Object {
3200
3200
@@ -29863,7 +29863,7 @@ Object {
@@ -29872,21 +29872,21 @@ Object {
3300
3300
@@ -29934,7 +29934,7 @@ Object {
@@ -29943,21 +29943,21 @@ Object {
3400
3400
@@ -30005,7 +30005,7 @@ Object {
@@ -30014,21 +30014,21 @@ Object {
3500
3500
@@ -30076,7 +30076,7 @@ Object {
@@ -30085,21 +30085,21 @@ Object {
3600
3600
@@ -30147,7 +30147,7 @@ Object {
@@ -30156,21 +30156,21 @@ Object {
3700
3700
@@ -30218,7 +30218,7 @@ Object {
@@ -30227,21 +30227,21 @@ Object {
3800
3800
@@ -30289,7 +30289,7 @@ Object {
@@ -30298,21 +30298,21 @@ Object {
3900
3900
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
@@ -36557,7 +36557,7 @@ Object {
@@ -36566,14 +36566,14 @@ Object {
0
@@ -36616,7 +36616,7 @@ Object {
@@ -36625,14 +36625,14 @@ Object {
100
@@ -36675,7 +36675,7 @@ Object {
@@ -36684,14 +36684,14 @@ Object {
200
@@ -36734,7 +36734,7 @@ Object {
@@ -36743,14 +36743,14 @@ Object {
300
@@ -36793,7 +36793,7 @@ Object {
@@ -36802,14 +36802,14 @@ Object {
400
@@ -36852,7 +36852,7 @@ Object {
@@ -36861,14 +36861,14 @@ Object {
500
@@ -36911,7 +36911,7 @@ Object {
@@ -36920,14 +36920,14 @@ Object {
600
@@ -36970,7 +36970,7 @@ Object {
@@ -36979,14 +36979,14 @@ Object {
700
@@ -37029,7 +37029,7 @@ Object {
@@ -37038,14 +37038,14 @@ Object {
800
@@ -37088,7 +37088,7 @@ Object {
@@ -37097,14 +37097,14 @@ Object {
900
@@ -37147,7 +37147,7 @@ Object {
@@ -37156,14 +37156,14 @@ Object {
1000
@@ -37206,7 +37206,7 @@ Object {
@@ -37215,14 +37215,14 @@ Object {
1100
@@ -37265,7 +37265,7 @@ Object {
@@ -37274,14 +37274,14 @@ Object {
1200
@@ -37324,7 +37324,7 @@ Object {
@@ -37333,14 +37333,14 @@ Object {
1300
@@ -37383,7 +37383,7 @@ Object {
@@ -37392,14 +37392,14 @@ Object {
1400
@@ -37442,7 +37442,7 @@ Object {
@@ -37451,14 +37451,14 @@ Object {
1500
@@ -37501,7 +37501,7 @@ Object {
@@ -37510,14 +37510,14 @@ Object {
1600
@@ -37560,7 +37560,7 @@ Object {
@@ -37569,14 +37569,14 @@ Object {
1700
@@ -37619,7 +37619,7 @@ Object {
@@ -37628,14 +37628,14 @@ Object {
1800
@@ -37678,7 +37678,7 @@ Object {
@@ -37687,14 +37687,14 @@ Object {
1900
@@ -37761,7 +37761,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 600px;" >
@@ -37985,7 +37985,7 @@ Object {
@@ -37994,14 +37994,14 @@ Object {
0
@@ -38044,7 +38044,7 @@ Object {
@@ -38053,14 +38053,14 @@ Object {
100
@@ -38103,7 +38103,7 @@ Object {
@@ -38112,14 +38112,14 @@ Object {
200
@@ -38162,7 +38162,7 @@ Object {
@@ -38171,14 +38171,14 @@ Object {
300
@@ -38221,7 +38221,7 @@ Object {
@@ -38230,14 +38230,14 @@ Object {
400
@@ -38280,7 +38280,7 @@ Object {
@@ -38289,14 +38289,14 @@ Object {
500
@@ -38339,7 +38339,7 @@ Object {
@@ -38348,14 +38348,14 @@ Object {
600
@@ -38398,7 +38398,7 @@ Object {
@@ -38407,14 +38407,14 @@ Object {
700
@@ -38457,7 +38457,7 @@ Object {
@@ -38466,14 +38466,14 @@ Object {
800
@@ -38516,7 +38516,7 @@ Object {
@@ -38525,14 +38525,14 @@ Object {
900
@@ -38575,7 +38575,7 @@ Object {
@@ -38584,14 +38584,14 @@ Object {
1000
@@ -38634,7 +38634,7 @@ Object {
@@ -38643,14 +38643,14 @@ Object {
1100
@@ -38693,7 +38693,7 @@ Object {
@@ -38702,14 +38702,14 @@ Object {
1200
@@ -38752,7 +38752,7 @@ Object {
@@ -38761,14 +38761,14 @@ Object {
1300
@@ -38811,7 +38811,7 @@ Object {
@@ -38820,14 +38820,14 @@ Object {
1400
@@ -38870,7 +38870,7 @@ Object {
@@ -38879,14 +38879,14 @@ Object {
1500
@@ -38929,7 +38929,7 @@ Object {
@@ -38938,14 +38938,14 @@ Object {
1600
@@ -38988,7 +38988,7 @@ Object {
@@ -38997,14 +38997,14 @@ Object {
1700
@@ -39047,7 +39047,7 @@ Object {
@@ -39056,14 +39056,14 @@ Object {
1800
@@ -39106,7 +39106,7 @@ Object {
@@ -39115,14 +39115,14 @@ Object {
1900
@@ -39242,7 +39242,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -39401,7 +39401,7 @@ Object {
@@ -39410,14 +39410,14 @@ Object {
0
@@ -39425,26 +39425,26 @@ Object {
Test
Test
@@ -39453,7 +39453,7 @@ Object {
@@ -39462,14 +39462,14 @@ Object {
100
@@ -39491,7 +39491,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -39650,7 +39650,7 @@ Object {
@@ -39659,14 +39659,14 @@ Object {
0
@@ -39674,26 +39674,26 @@ Object {
Test
Test
@@ -39702,7 +39702,7 @@ Object {
@@ -39711,14 +39711,14 @@ Object {
100
@@ -39740,7 +39740,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -39899,7 +39899,7 @@ Object {
@@ -39908,14 +39908,14 @@ Object {
0
@@ -39923,26 +39923,26 @@ Object {
Test
Test
@@ -39951,7 +39951,7 @@ Object {
@@ -39960,14 +39960,14 @@ Object {
100
@@ -39989,7 +39989,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -40148,7 +40148,7 @@ Object {
@@ -40157,14 +40157,14 @@ Object {
0
@@ -40172,26 +40172,26 @@ Object {
Test
Test
@@ -40200,7 +40200,7 @@ Object {
@@ -40209,14 +40209,14 @@ Object {
100
@@ -40238,7 +40238,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -40397,7 +40397,7 @@ Object {
@@ -40406,14 +40406,14 @@ Object {
0
@@ -40421,26 +40421,26 @@ Object {
Test
Test
@@ -40449,7 +40449,7 @@ Object {
@@ -40458,14 +40458,14 @@ Object {
100
@@ -40494,7 +40494,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -40653,7 +40653,7 @@ Object {
@@ -40662,14 +40662,14 @@ Object {
0
@@ -40677,26 +40677,26 @@ Object {
Test
Test
@@ -40705,7 +40705,7 @@ Object {
@@ -40714,14 +40714,14 @@ Object {
100
@@ -40743,7 +40743,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -40902,7 +40902,7 @@ Object {
@@ -40911,14 +40911,14 @@ Object {
0
@@ -40926,26 +40926,26 @@ Object {
Test
Test
@@ -40954,7 +40954,7 @@ Object {
@@ -40963,14 +40963,14 @@ Object {
100
@@ -40992,7 +40992,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -41151,7 +41151,7 @@ Object {
@@ -41160,14 +41160,14 @@ Object {
0
@@ -41175,26 +41175,26 @@ Object {
Test
Test
@@ -41203,7 +41203,7 @@ Object {
@@ -41212,14 +41212,14 @@ Object {
100
@@ -41241,7 +41241,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -41400,7 +41400,7 @@ Object {
@@ -41409,14 +41409,14 @@ Object {
0
@@ -41424,26 +41424,26 @@ Object {
Test
Test
@@ -41452,7 +41452,7 @@ Object {
@@ -41461,14 +41461,14 @@ Object {
100
@@ -41490,7 +41490,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -41649,7 +41649,7 @@ Object {
@@ -41658,14 +41658,14 @@ Object {
0
@@ -41673,26 +41673,26 @@ Object {
Test
Test
@@ -41701,7 +41701,7 @@ Object {
@@ -41710,14 +41710,14 @@ Object {
100
@@ -41803,7 +41803,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -41962,7 +41962,7 @@ Object {
@@ -41971,14 +41971,14 @@ Object {
0
@@ -41986,26 +41986,26 @@ Object {
Test
Test
@@ -42014,7 +42014,7 @@ Object {
@@ -42023,14 +42023,14 @@ Object {
100
@@ -42052,7 +42052,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -42211,7 +42211,7 @@ Object {
@@ -42220,14 +42220,14 @@ Object {
0
@@ -42235,26 +42235,26 @@ Object {
Test
Test
@@ -42263,7 +42263,7 @@ Object {
@@ -42272,14 +42272,14 @@ Object {
100
@@ -42301,7 +42301,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -42460,7 +42460,7 @@ Object {
@@ -42469,14 +42469,14 @@ Object {
0
@@ -42484,26 +42484,26 @@ Object {
Test
Test
@@ -42512,7 +42512,7 @@ Object {
@@ -42521,14 +42521,14 @@ Object {
100
@@ -42550,7 +42550,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -42709,7 +42709,7 @@ Object {
@@ -42718,14 +42718,14 @@ Object {
0
@@ -42733,26 +42733,26 @@ Object {
Test
Test
@@ -42761,7 +42761,7 @@ Object {
@@ -42770,14 +42770,14 @@ Object {
100
@@ -42799,7 +42799,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -42958,7 +42958,7 @@ Object {
@@ -42967,14 +42967,14 @@ Object {
0
@@ -42982,26 +42982,26 @@ Object {
Test
Test
@@ -43010,7 +43010,7 @@ Object {
@@ -43019,14 +43019,14 @@ Object {
100
@@ -43048,7 +43048,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -43207,7 +43207,7 @@ Object {
@@ -43216,14 +43216,14 @@ Object {
0
@@ -43231,26 +43231,26 @@ Object {
Test
Test
@@ -43259,7 +43259,7 @@ Object {
@@ -43268,14 +43268,14 @@ Object {
100
@@ -43304,7 +43304,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -43463,7 +43463,7 @@ Object {
@@ -43472,14 +43472,14 @@ Object {
0
@@ -43487,26 +43487,26 @@ Object {
Test
Test
@@ -43515,7 +43515,7 @@ Object {
@@ -43524,14 +43524,14 @@ Object {
100
@@ -43553,7 +43553,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -43712,7 +43712,7 @@ Object {
@@ -43721,14 +43721,14 @@ Object {
0
@@ -43736,26 +43736,26 @@ Object {
Test
Test
@@ -43764,7 +43764,7 @@ Object {
@@ -43773,14 +43773,14 @@ Object {
100
@@ -43802,7 +43802,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -43961,7 +43961,7 @@ Object {
@@ -43970,14 +43970,14 @@ Object {
0
@@ -43985,26 +43985,26 @@ Object {
Test
Test
@@ -44013,7 +44013,7 @@ Object {
@@ -44022,14 +44022,14 @@ Object {
100
@@ -44051,7 +44051,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -44210,7 +44210,7 @@ Object {
@@ -44219,14 +44219,14 @@ Object {
0
@@ -44234,26 +44234,26 @@ Object {
Test
Test
@@ -44262,7 +44262,7 @@ Object {
@@ -44271,14 +44271,14 @@ Object {
100
@@ -44300,7 +44300,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -44459,7 +44459,7 @@ Object {
@@ -44468,14 +44468,14 @@ Object {
0
@@ -44483,26 +44483,26 @@ Object {
Test
Test
@@ -44511,7 +44511,7 @@ Object {
@@ -44520,14 +44520,14 @@ Object {
100
@@ -44549,7 +44549,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -44708,7 +44708,7 @@ Object {
@@ -44717,14 +44717,14 @@ Object {
0
@@ -44732,26 +44732,26 @@ Object {
Test
Test
@@ -44760,7 +44760,7 @@ Object {
@@ -44769,14 +44769,14 @@ Object {
100
@@ -44863,7 +44863,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 700px;" >
@@ -45148,7 +45148,7 @@ Object {
@@ -45157,21 +45157,21 @@ Object {
0
0
@@ -45255,7 +45255,7 @@ Object {
@@ -45264,21 +45264,21 @@ Object {
100
100
@@ -45362,7 +45362,7 @@ Object {
@@ -45371,21 +45371,21 @@ Object {
200
200
@@ -45469,7 +45469,7 @@ Object {
@@ -45478,21 +45478,21 @@ Object {
300
300
@@ -45576,7 +45576,7 @@ Object {
@@ -45585,21 +45585,21 @@ Object {
400
400
@@ -45683,7 +45683,7 @@ Object {
@@ -45692,21 +45692,21 @@ Object {
500
500
@@ -45790,7 +45790,7 @@ Object {
@@ -45799,21 +45799,21 @@ Object {
600
600
@@ -45897,7 +45897,7 @@ Object {
@@ -45906,21 +45906,21 @@ Object {
700
700
@@ -46004,7 +46004,7 @@ Object {
@@ -46013,21 +46013,21 @@ Object {
800
800
@@ -46111,7 +46111,7 @@ Object {
@@ -46120,21 +46120,21 @@ Object {
900
900
@@ -46218,7 +46218,7 @@ Object {
@@ -46227,21 +46227,21 @@ Object {
1000
1000
@@ -46325,7 +46325,7 @@ Object {
@@ -46334,21 +46334,21 @@ Object {
1100
1100
@@ -46432,7 +46432,7 @@ Object {
@@ -46441,21 +46441,21 @@ Object {
1200
1200
@@ -46539,7 +46539,7 @@ Object {
@@ -46548,21 +46548,21 @@ Object {
1300
1300
@@ -46646,7 +46646,7 @@ Object {
@@ -46655,21 +46655,21 @@ Object {
1400
1400
@@ -46753,7 +46753,7 @@ Object {
@@ -46762,21 +46762,21 @@ Object {
1500
1500
@@ -46860,7 +46860,7 @@ Object {
@@ -46869,21 +46869,21 @@ Object {
1600
1600
@@ -46967,7 +46967,7 @@ Object {
@@ -46976,21 +46976,21 @@ Object {
1700
1700
@@ -47074,7 +47074,7 @@ Object {
@@ -47083,21 +47083,21 @@ Object {
1800
1800
@@ -47181,7 +47181,7 @@ Object {
@@ -47190,21 +47190,21 @@ Object {
1900
1900
@@ -47288,7 +47288,7 @@ Object {
@@ -47297,21 +47297,21 @@ Object {
2000
2000
@@ -47395,7 +47395,7 @@ Object {
@@ -47404,21 +47404,21 @@ Object {
2100
2100
@@ -47502,7 +47502,7 @@ Object {
@@ -47511,21 +47511,21 @@ Object {
2200
2200
@@ -47609,7 +47609,7 @@ Object {
@@ -47618,21 +47618,21 @@ Object {
2300
2300
@@ -47716,7 +47716,7 @@ Object {
@@ -47725,21 +47725,21 @@ Object {
2400
2400
@@ -47823,7 +47823,7 @@ Object {
@@ -47832,21 +47832,21 @@ Object {
2500
2500
@@ -47930,7 +47930,7 @@ Object {
@@ -47939,21 +47939,21 @@ Object {
2600
2600
@@ -48037,7 +48037,7 @@ Object {
@@ -48046,21 +48046,21 @@ Object {
2700
2700
@@ -48144,7 +48144,7 @@ Object {
@@ -48153,21 +48153,21 @@ Object {
2800
2800
@@ -48251,7 +48251,7 @@ Object {
@@ -48260,21 +48260,21 @@ Object {
2900
2900
@@ -48358,7 +48358,7 @@ Object {
@@ -48367,21 +48367,21 @@ Object {
3000
3000
@@ -48465,7 +48465,7 @@ Object {
@@ -48474,21 +48474,21 @@ Object {
3100
3100
@@ -48572,7 +48572,7 @@ Object {
@@ -48581,21 +48581,21 @@ Object {
3200
3200
@@ -48679,7 +48679,7 @@ Object {
@@ -48688,21 +48688,21 @@ Object {
3300
3300
@@ -48786,7 +48786,7 @@ Object {
@@ -48795,21 +48795,21 @@ Object {
3400
3400
@@ -48893,7 +48893,7 @@ Object {
@@ -48902,21 +48902,21 @@ Object {
3500
3500
@@ -49000,7 +49000,7 @@ Object {
@@ -49009,21 +49009,21 @@ Object {
3600
3600
@@ -49107,7 +49107,7 @@ Object {
@@ -49116,21 +49116,21 @@ Object {
3700
3700
@@ -49214,7 +49214,7 @@ Object {
@@ -49223,21 +49223,21 @@ Object {
3800
3800
@@ -49321,7 +49321,7 @@ Object {
@@ -49330,21 +49330,21 @@ Object {
3900
3900
@@ -49821,7 +49821,7 @@ Object {
@@ -49830,21 +49830,21 @@ Object {
0
0
@@ -49928,7 +49928,7 @@ Object {
@@ -49937,21 +49937,21 @@ Object {
100
100
@@ -50035,7 +50035,7 @@ Object {
@@ -50044,21 +50044,21 @@ Object {
200
200
@@ -50142,7 +50142,7 @@ Object {
@@ -50151,21 +50151,21 @@ Object {
300
300
@@ -50249,7 +50249,7 @@ Object {
@@ -50258,21 +50258,21 @@ Object {
400
400
@@ -50356,7 +50356,7 @@ Object {
@@ -50365,21 +50365,21 @@ Object {
500
500
@@ -50463,7 +50463,7 @@ Object {
@@ -50472,21 +50472,21 @@ Object {
600
600
@@ -50570,7 +50570,7 @@ Object {
@@ -50579,21 +50579,21 @@ Object {
700
700
@@ -50677,7 +50677,7 @@ Object {
@@ -50686,21 +50686,21 @@ Object {
800
800
@@ -50784,7 +50784,7 @@ Object {
@@ -50793,21 +50793,21 @@ Object {
900
900
@@ -50891,7 +50891,7 @@ Object {
@@ -50900,21 +50900,21 @@ Object {
1000
1000
@@ -50998,7 +50998,7 @@ Object {
@@ -51007,21 +51007,21 @@ Object {
1100
1100
@@ -51105,7 +51105,7 @@ Object {
@@ -51114,21 +51114,21 @@ Object {
1200
1200
@@ -51212,7 +51212,7 @@ Object {
@@ -51221,21 +51221,21 @@ Object {
1300
1300
@@ -51319,7 +51319,7 @@ Object {
@@ -51328,21 +51328,21 @@ Object {
1400
1400
@@ -51426,7 +51426,7 @@ Object {
@@ -51435,21 +51435,21 @@ Object {
1500
1500
@@ -51533,7 +51533,7 @@ Object {
@@ -51542,21 +51542,21 @@ Object {
1600
1600
@@ -51640,7 +51640,7 @@ Object {
@@ -51649,21 +51649,21 @@ Object {
1700
1700
@@ -51747,7 +51747,7 @@ Object {
@@ -51756,21 +51756,21 @@ Object {
1800
1800
@@ -51854,7 +51854,7 @@ Object {
@@ -51863,21 +51863,21 @@ Object {
1900
1900
@@ -51961,7 +51961,7 @@ Object {
@@ -51970,21 +51970,21 @@ Object {
2000
2000
@@ -52068,7 +52068,7 @@ Object {
@@ -52077,21 +52077,21 @@ Object {
2100
2100
@@ -52175,7 +52175,7 @@ Object {
@@ -52184,21 +52184,21 @@ Object {
2200
2200
@@ -52282,7 +52282,7 @@ Object {
@@ -52291,21 +52291,21 @@ Object {
2300
2300
@@ -52389,7 +52389,7 @@ Object {
@@ -52398,21 +52398,21 @@ Object {
2400
2400
@@ -52496,7 +52496,7 @@ Object {
@@ -52505,21 +52505,21 @@ Object {
2500
2500
@@ -52603,7 +52603,7 @@ Object {
@@ -52612,21 +52612,21 @@ Object {
2600
2600
@@ -52710,7 +52710,7 @@ Object {
@@ -52719,21 +52719,21 @@ Object {
2700
2700
@@ -52817,7 +52817,7 @@ Object {
@@ -52826,21 +52826,21 @@ Object {
2800
2800
- Test -
-
- Test -
-
- - 870 - -
-
- - 2900 - -
-
- 2900 -
-
- 2900 -
-
- - 2900 - -
-
-
-
-
- -
-
-
- Test -
-
- Test -
-
- - 900 - -
-
- - 3000 - -
-
- 3000 -
-
- 3000 -
-
- - 3000 - -
-
-
-
-
- -
-
-
+ Test +
+
+ Test +
+
+ + 870 + +
+
+ + 2900 + +
+
+ 2900 +
+
+ 2900 +
+
+ + 2900 + +
+
+
+
+
+ +
+
+
+ + 900 + +
+
+ + 3000 + +
+
+ 3000 +
+
+ 3000 +
+
+ + 3000 + +
+
+
+
+
+ +
+
+
+ Test +
+
+ Test +
+
@@ -53138,7 +53138,7 @@ Object {
@@ -53147,21 +53147,21 @@ Object {
3100
3100
@@ -53245,7 +53245,7 @@ Object {
@@ -53254,21 +53254,21 @@ Object {
3200
3200
@@ -53352,7 +53352,7 @@ Object {
@@ -53361,21 +53361,21 @@ Object {
3300
3300
@@ -53459,7 +53459,7 @@ Object {
@@ -53468,21 +53468,21 @@ Object {
3400
3400
@@ -53566,7 +53566,7 @@ Object {
@@ -53575,21 +53575,21 @@ Object {
3500
3500
@@ -53673,7 +53673,7 @@ Object {
@@ -53682,21 +53682,21 @@ Object {
3600
3600
@@ -53780,7 +53780,7 @@ Object {
@@ -53789,21 +53789,21 @@ Object {
3700
3700
@@ -53887,7 +53887,7 @@ Object {
@@ -53896,21 +53896,21 @@ Object {
3800
3800
@@ -53994,7 +53994,7 @@ Object {
@@ -54003,21 +54003,21 @@ Object {
3900
3900
@@ -54510,7 +54510,7 @@ Object {
@@ -54519,21 +54519,21 @@ Object {
0
0
@@ -54576,7 +54576,7 @@ Object {
@@ -54585,21 +54585,21 @@ Object {
100
100
@@ -54642,7 +54642,7 @@ Object {
@@ -54651,21 +54651,21 @@ Object {
200
200
@@ -54708,7 +54708,7 @@ Object {
@@ -54717,21 +54717,21 @@ Object {
300
300
@@ -54774,7 +54774,7 @@ Object {
@@ -54783,21 +54783,21 @@ Object {
400
400
@@ -55233,7 +55233,7 @@ Object {
@@ -55242,21 +55242,21 @@ Object {
0
0
@@ -55299,7 +55299,7 @@ Object {
@@ -55308,21 +55308,21 @@ Object {
100
100
@@ -55365,7 +55365,7 @@ Object {
@@ -55374,21 +55374,21 @@ Object {
200
200
@@ -55431,7 +55431,7 @@ Object {
@@ -55440,21 +55440,21 @@ Object {
300
300
@@ -55497,7 +55497,7 @@ Object {
@@ -55506,21 +55506,21 @@ Object {
400
400
@@ -56020,7 +56020,7 @@ Object {
@@ -56029,21 +56029,21 @@ Object {
120
10
@@ -56086,7 +56086,7 @@ Object {
@@ -56095,21 +56095,21 @@ Object {
121
11
@@ -56152,7 +56152,7 @@ Object {
@@ -56161,21 +56161,21 @@ Object {
122
12
@@ -56218,7 +56218,7 @@ Object {
@@ -56227,21 +56227,21 @@ Object {
123
13
@@ -56284,7 +56284,7 @@ Object {
@@ -56293,21 +56293,21 @@ Object {
124
14
@@ -56350,7 +56350,7 @@ Object {
@@ -56359,21 +56359,21 @@ Object {
125
15
@@ -56416,7 +56416,7 @@ Object {
@@ -56425,21 +56425,21 @@ Object {
126
16
@@ -56482,7 +56482,7 @@ Object {
@@ -56491,21 +56491,21 @@ Object {
127
17
@@ -56548,7 +56548,7 @@ Object {
@@ -56557,21 +56557,21 @@ Object {
128
18
@@ -56614,7 +56614,7 @@ Object {
@@ -56623,21 +56623,21 @@ Object {
129
19
@@ -56680,7 +56680,7 @@ Object {
@@ -56689,21 +56689,21 @@ Object {
130
20
@@ -56746,7 +56746,7 @@ Object {
@@ -56755,21 +56755,21 @@ Object {
131
21
@@ -56812,7 +56812,7 @@ Object {
@@ -56821,21 +56821,21 @@ Object {
132
22
@@ -56878,7 +56878,7 @@ Object {
@@ -56887,21 +56887,21 @@ Object {
133
23
@@ -56944,7 +56944,7 @@ Object {
@@ -56953,21 +56953,21 @@ Object {
134
24
@@ -57010,7 +57010,7 @@ Object {
@@ -57019,21 +57019,21 @@ Object {
135
25
@@ -57076,7 +57076,7 @@ Object {
@@ -57085,21 +57085,21 @@ Object {
136
26
@@ -57142,7 +57142,7 @@ Object {
@@ -57151,21 +57151,21 @@ Object {
137
27
@@ -57208,7 +57208,7 @@ Object {
@@ -57217,21 +57217,21 @@ Object {
138
28
@@ -57274,7 +57274,7 @@ Object {
@@ -57283,21 +57283,21 @@ Object {
139
29
@@ -57340,7 +57340,7 @@ Object {
@@ -57349,21 +57349,21 @@ Object {
140
30
@@ -57406,7 +57406,7 @@ Object {
@@ -57415,21 +57415,21 @@ Object {
141
31
@@ -57472,7 +57472,7 @@ Object {
@@ -57481,21 +57481,21 @@ Object {
142
32
@@ -57538,7 +57538,7 @@ Object {
@@ -57547,21 +57547,21 @@ Object {
143
33
@@ -57604,7 +57604,7 @@ Object {
@@ -57613,21 +57613,21 @@ Object {
144
34
@@ -57670,7 +57670,7 @@ Object {
@@ -57679,21 +57679,21 @@ Object {
145
35
@@ -57736,7 +57736,7 @@ Object {
@@ -57745,21 +57745,21 @@ Object {
146
36
@@ -57802,7 +57802,7 @@ Object {
@@ -57811,21 +57811,21 @@ Object {
147
37
@@ -57868,7 +57868,7 @@ Object {
@@ -57877,21 +57877,21 @@ Object {
148
38
@@ -57934,7 +57934,7 @@ Object {
@@ -57943,21 +57943,21 @@ Object {
149
39
@@ -58000,7 +58000,7 @@ Object {
@@ -58009,21 +58009,21 @@ Object {
150
40
@@ -58066,7 +58066,7 @@ Object {
@@ -58075,21 +58075,21 @@ Object {
151
41
@@ -58132,7 +58132,7 @@ Object {
@@ -58141,21 +58141,21 @@ Object {
152
42
@@ -58198,7 +58198,7 @@ Object {
@@ -58207,21 +58207,21 @@ Object {
153
43
@@ -58264,7 +58264,7 @@ Object {
@@ -58273,21 +58273,21 @@ Object {
154
44
@@ -58330,7 +58330,7 @@ Object {
@@ -58339,21 +58339,21 @@ Object {
155
45
@@ -58396,7 +58396,7 @@ Object {
@@ -58405,21 +58405,21 @@ Object {
156
46
@@ -58462,7 +58462,7 @@ Object {
@@ -58471,21 +58471,21 @@ Object {
157
47
@@ -58528,7 +58528,7 @@ Object {
@@ -58537,21 +58537,21 @@ Object {
158
48
@@ -58594,7 +58594,7 @@ Object {
@@ -58603,21 +58603,21 @@ Object {
159
49
@@ -58902,7 +58902,7 @@ Object {
@@ -58911,21 +58911,21 @@ Object {
120
10
@@ -58968,7 +58968,7 @@ Object {
@@ -58977,21 +58977,21 @@ Object {
121
11
@@ -59034,7 +59034,7 @@ Object {
@@ -59043,21 +59043,21 @@ Object {
122
12
@@ -59100,7 +59100,7 @@ Object {
@@ -59109,21 +59109,21 @@ Object {
123
13
@@ -59166,7 +59166,7 @@ Object {
@@ -59175,21 +59175,21 @@ Object {
124
14
@@ -59232,7 +59232,7 @@ Object {
@@ -59241,21 +59241,21 @@ Object {
125
15
@@ -59298,7 +59298,7 @@ Object {
@@ -59307,21 +59307,21 @@ Object {
126
16
@@ -59364,7 +59364,7 @@ Object {
@@ -59373,21 +59373,21 @@ Object {
127
17
@@ -59430,7 +59430,7 @@ Object {
@@ -59439,21 +59439,21 @@ Object {
128
18
@@ -59496,7 +59496,7 @@ Object {
@@ -59505,21 +59505,21 @@ Object {
129
19
@@ -59562,7 +59562,7 @@ Object {
@@ -59571,21 +59571,21 @@ Object {
130
20
@@ -59628,7 +59628,7 @@ Object {
@@ -59637,21 +59637,21 @@ Object {
131
21
@@ -59694,7 +59694,7 @@ Object {
@@ -59703,21 +59703,21 @@ Object {
132
22
@@ -59760,7 +59760,7 @@ Object {
@@ -59769,21 +59769,21 @@ Object {
133
23
@@ -59826,7 +59826,7 @@ Object {
@@ -59835,21 +59835,21 @@ Object {
134
24
@@ -59892,7 +59892,7 @@ Object {
@@ -59901,21 +59901,21 @@ Object {
135
25
@@ -59958,7 +59958,7 @@ Object {
@@ -59967,21 +59967,21 @@ Object {
136
26
@@ -60024,7 +60024,7 @@ Object {
@@ -60033,21 +60033,21 @@ Object {
137
27
@@ -60090,7 +60090,7 @@ Object {
@@ -60099,21 +60099,21 @@ Object {
138
28
@@ -60156,7 +60156,7 @@ Object {
@@ -60165,21 +60165,21 @@ Object {
139
29
@@ -60222,7 +60222,7 @@ Object {
@@ -60231,21 +60231,21 @@ Object {
140
30
@@ -60288,7 +60288,7 @@ Object {
@@ -60297,21 +60297,21 @@ Object {
141
31
@@ -60354,7 +60354,7 @@ Object {
@@ -60363,21 +60363,21 @@ Object {
142
32
@@ -60420,7 +60420,7 @@ Object {
@@ -60429,21 +60429,21 @@ Object {
143
33
@@ -60486,7 +60486,7 @@ Object {
@@ -60495,21 +60495,21 @@ Object {
144
34
@@ -60552,7 +60552,7 @@ Object {
@@ -60561,21 +60561,21 @@ Object {
145
35
@@ -60618,7 +60618,7 @@ Object {
@@ -60627,21 +60627,21 @@ Object {
146
36
@@ -60684,7 +60684,7 @@ Object {
@@ -60693,21 +60693,21 @@ Object {
147
37
@@ -60750,7 +60750,7 @@ Object {
@@ -60759,21 +60759,21 @@ Object {
148
38
@@ -60816,7 +60816,7 @@ Object {
@@ -60825,21 +60825,21 @@ Object {
149
39
@@ -60882,7 +60882,7 @@ Object {
@@ -60891,21 +60891,21 @@ Object {
150
40
@@ -60948,7 +60948,7 @@ Object {
@@ -60957,21 +60957,21 @@ Object {
151
41
@@ -61014,7 +61014,7 @@ Object {
@@ -61023,21 +61023,21 @@ Object {
152
42
@@ -61080,7 +61080,7 @@ Object {
@@ -61089,21 +61089,21 @@ Object {
153
43
@@ -61146,7 +61146,7 @@ Object {
@@ -61155,21 +61155,21 @@ Object {
154
44
@@ -61212,7 +61212,7 @@ Object {
@@ -61221,21 +61221,21 @@ Object {
155
45
@@ -61278,7 +61278,7 @@ Object {
@@ -61287,21 +61287,21 @@ Object {
156
46
@@ -61344,7 +61344,7 @@ Object {
@@ -61353,21 +61353,21 @@ Object {
157
47
@@ -61410,7 +61410,7 @@ Object {
@@ -61419,21 +61419,21 @@ Object {
158
48
@@ -61476,7 +61476,7 @@ Object {
@@ -61485,21 +61485,21 @@ Object {
159
49
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
@@ -65625,7 +65585,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 90px;" >
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
@@ -69716,7 +69636,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -69875,7 +69795,7 @@ Object {
@@ -69884,14 +69804,14 @@ Object {
0
@@ -69951,26 +69871,26 @@ Object {
Test
Test
@@ -69979,7 +69899,7 @@ Object {
@@ -69988,14 +69908,14 @@ Object {
200
@@ -70055,26 +69975,26 @@ Object {
Test
Test
@@ -70083,7 +70003,7 @@ Object {
@@ -70092,14 +70012,14 @@ Object {
400
@@ -70128,7 +70048,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -70287,7 +70207,7 @@ Object {
@@ -70296,14 +70216,14 @@ Object {
0
@@ -70363,26 +70283,26 @@ Object {
Test
Test
@@ -70391,7 +70311,7 @@ Object {
@@ -70400,14 +70320,14 @@ Object {
200
@@ -70467,26 +70387,26 @@ Object {
Test
Test
@@ -70495,7 +70415,7 @@ Object {
@@ -70504,14 +70424,14 @@ Object {
400
@@ -70596,7 +70516,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 600px;" >
Test
Test
@@ -75388,7 +75308,7 @@ Object {
@@ -75397,14 +75317,14 @@ Object {
0
@@ -75412,26 +75332,26 @@ Object {
Test
Test
@@ -75440,7 +75360,7 @@ Object {
@@ -75449,14 +75369,14 @@ Object {
100
@@ -75464,26 +75384,26 @@ Object {
Test
Test
@@ -75492,7 +75412,7 @@ Object {
@@ -75501,14 +75421,14 @@ Object {
200
@@ -75516,26 +75436,26 @@ Object {
Test
Test
@@ -75544,7 +75464,7 @@ Object {
@@ -75553,14 +75473,14 @@ Object {
300
@@ -75568,26 +75488,26 @@ Object {
Test
Test
@@ -75596,7 +75516,7 @@ Object {
@@ -75605,14 +75525,14 @@ Object {
400
@@ -75637,7 +75557,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -75796,7 +75716,7 @@ Object {
@@ -75805,14 +75725,14 @@ Object {
0
@@ -75820,26 +75740,26 @@ Object {
Test
Test
@@ -75848,7 +75768,7 @@ Object {
@@ -75857,14 +75777,14 @@ Object {
100
@@ -75872,26 +75792,26 @@ Object {
Test
Test
@@ -75900,7 +75820,7 @@ Object {
@@ -75909,14 +75829,14 @@ Object {
200
@@ -75924,26 +75844,26 @@ Object {
Test
Test
@@ -75952,7 +75872,7 @@ Object {
@@ -75961,14 +75881,14 @@ Object {
300
@@ -75976,26 +75896,26 @@ Object {
Test
Test
@@ -76004,7 +75924,7 @@ Object {
@@ -76013,14 +75933,14 @@ Object {
400
@@ -76103,7 +76023,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 700px;" >
@@ -76347,7 +76267,7 @@ Object {
@@ -76356,21 +76276,21 @@ Object {
0
0
@@ -76413,7 +76333,7 @@ Object {
@@ -76422,21 +76342,21 @@ Object {
100
100
@@ -76479,7 +76399,7 @@ Object {
@@ -76488,21 +76408,21 @@ Object {
200
200
@@ -76545,7 +76465,7 @@ Object {
@@ -76554,21 +76474,21 @@ Object {
300
300
@@ -76611,7 +76531,7 @@ Object {
@@ -76620,21 +76540,21 @@ Object {
400
400
@@ -76677,7 +76597,7 @@ Object {
@@ -76686,21 +76606,21 @@ Object {
500
500
@@ -76743,7 +76663,7 @@ Object {
@@ -76752,21 +76672,21 @@ Object {
600
600
@@ -76809,7 +76729,7 @@ Object {
@@ -76818,21 +76738,21 @@ Object {
700
700
@@ -76875,7 +76795,7 @@ Object {
@@ -76884,21 +76804,21 @@ Object {
800
800
@@ -76941,7 +76861,7 @@ Object {
@@ -76950,21 +76870,21 @@ Object {
900
900
@@ -77007,7 +76927,7 @@ Object {
@@ -77016,21 +76936,21 @@ Object {
1000
1000
@@ -77073,7 +76993,7 @@ Object {
@@ -77082,21 +77002,21 @@ Object {
1100
1100
@@ -77139,7 +77059,7 @@ Object {
@@ -77148,21 +77068,21 @@ Object {
1200
1200
@@ -77205,7 +77125,7 @@ Object {
@@ -77214,21 +77134,21 @@ Object {
1300
1300
@@ -77271,7 +77191,7 @@ Object {
@@ -77280,21 +77200,21 @@ Object {
1400
1400
@@ -77337,7 +77257,7 @@ Object {
@@ -77346,21 +77266,21 @@ Object {
1500
1500
@@ -77403,7 +77323,7 @@ Object {
@@ -77412,21 +77332,21 @@ Object {
1600
1600
@@ -77469,7 +77389,7 @@ Object {
@@ -77478,21 +77398,21 @@ Object {
1700
1700
@@ -77535,7 +77455,7 @@ Object {
@@ -77544,21 +77464,21 @@ Object {
1800
1800
@@ -77601,7 +77521,7 @@ Object {
@@ -77610,21 +77530,21 @@ Object {
1900
1900
@@ -77667,7 +77587,7 @@ Object {
@@ -77676,21 +77596,21 @@ Object {
2000
2000
@@ -77733,7 +77653,7 @@ Object {
@@ -77742,21 +77662,21 @@ Object {
2100
2100
@@ -77799,7 +77719,7 @@ Object {
@@ -77808,21 +77728,21 @@ Object {
2200
2200
@@ -77865,7 +77785,7 @@ Object {
@@ -77874,21 +77794,21 @@ Object {
2300
2300
@@ -77931,7 +77851,7 @@ Object {
@@ -77940,21 +77860,21 @@ Object {
2400
2400
@@ -77997,7 +77917,7 @@ Object {
@@ -78006,21 +77926,21 @@ Object {
2500
2500
@@ -78063,7 +77983,7 @@ Object {
@@ -78072,21 +77992,21 @@ Object {
2600
2600
@@ -78129,7 +78049,7 @@ Object {
@@ -78138,21 +78058,21 @@ Object {
2700
2700
@@ -78195,7 +78115,7 @@ Object {
@@ -78204,21 +78124,21 @@ Object {
2800
2800
@@ -78261,7 +78181,7 @@ Object {
@@ -78270,21 +78190,21 @@ Object {
2900
2900
@@ -78327,7 +78247,7 @@ Object {
@@ -78336,21 +78256,21 @@ Object {
3000
3000
@@ -78393,7 +78313,7 @@ Object {
@@ -78402,21 +78322,21 @@ Object {
3100
3100
@@ -78459,7 +78379,7 @@ Object {
@@ -78468,21 +78388,21 @@ Object {
3200
3200
@@ -78525,7 +78445,7 @@ Object {
@@ -78534,21 +78454,21 @@ Object {
3300
3300
@@ -78591,7 +78511,7 @@ Object {
@@ -78600,21 +78520,21 @@ Object {
3400
3400
@@ -78657,7 +78577,7 @@ Object {
@@ -78666,21 +78586,21 @@ Object {
3500
3500
@@ -78723,7 +78643,7 @@ Object {
@@ -78732,21 +78652,21 @@ Object {
3600
3600
@@ -78789,7 +78709,7 @@ Object {
@@ -78798,21 +78718,21 @@ Object {
3700
3700
@@ -78855,7 +78775,7 @@ Object {
@@ -78864,21 +78784,21 @@ Object {
3800
3800
@@ -78921,7 +78841,7 @@ Object {
@@ -78930,21 +78850,21 @@ Object {
3900
3900
@@ -79376,7 +79296,7 @@ Object {
@@ -79385,21 +79305,21 @@ Object {
0
0
@@ -79442,7 +79362,7 @@ Object {
@@ -79451,21 +79371,21 @@ Object {
100
100
@@ -79508,7 +79428,7 @@ Object {
@@ -79517,21 +79437,21 @@ Object {
200
200
@@ -79574,7 +79494,7 @@ Object {
@@ -79583,21 +79503,21 @@ Object {
300
300
@@ -79640,7 +79560,7 @@ Object {
@@ -79649,21 +79569,21 @@ Object {
400
400
@@ -79706,7 +79626,7 @@ Object {
@@ -79715,21 +79635,21 @@ Object {
500
500
@@ -79772,7 +79692,7 @@ Object {
@@ -79781,21 +79701,21 @@ Object {
600
600
@@ -79838,7 +79758,7 @@ Object {
@@ -79847,21 +79767,21 @@ Object {
700
700
@@ -79904,7 +79824,7 @@ Object {
@@ -79913,21 +79833,21 @@ Object {
800
800
@@ -79970,7 +79890,7 @@ Object {
@@ -79979,21 +79899,21 @@ Object {
900
900
@@ -80036,7 +79956,7 @@ Object {
@@ -80045,21 +79965,21 @@ Object {
1000
1000
@@ -80102,7 +80022,7 @@ Object {
@@ -80111,21 +80031,21 @@ Object {
1100
1100
@@ -80168,7 +80088,7 @@ Object {
@@ -80177,21 +80097,21 @@ Object {
1200
1200
@@ -80234,7 +80154,7 @@ Object {
@@ -80243,21 +80163,21 @@ Object {
1300
1300
@@ -80300,7 +80220,7 @@ Object {
@@ -80309,21 +80229,21 @@ Object {
1400
1400
@@ -80366,7 +80286,7 @@ Object {
@@ -80375,21 +80295,21 @@ Object {
1500
1500
@@ -80432,7 +80352,7 @@ Object {
@@ -80441,21 +80361,21 @@ Object {
1600
1600
@@ -80498,7 +80418,7 @@ Object {
@@ -80507,21 +80427,21 @@ Object {
1700
1700
@@ -80564,7 +80484,7 @@ Object {
@@ -80573,21 +80493,21 @@ Object {
1800
1800
@@ -80630,7 +80550,7 @@ Object {
@@ -80639,21 +80559,21 @@ Object {
1900
1900
@@ -80696,7 +80616,7 @@ Object {
@@ -80705,21 +80625,21 @@ Object {
2000
2000
@@ -80762,7 +80682,7 @@ Object {
@@ -80771,21 +80691,21 @@ Object {
2100
2100
@@ -80828,7 +80748,7 @@ Object {
@@ -80837,21 +80757,21 @@ Object {
2200
2200
@@ -80894,7 +80814,7 @@ Object {
@@ -80903,21 +80823,21 @@ Object {
2300
2300
@@ -80960,7 +80880,7 @@ Object {
@@ -80969,21 +80889,21 @@ Object {
2400
2400
@@ -81026,7 +80946,7 @@ Object {
@@ -81035,21 +80955,21 @@ Object {
2500
2500
@@ -81092,7 +81012,7 @@ Object {
@@ -81101,21 +81021,21 @@ Object {
2600
2600
@@ -81158,7 +81078,7 @@ Object {
@@ -81167,21 +81087,21 @@ Object {
2700
2700
@@ -81224,7 +81144,7 @@ Object {
@@ -81233,21 +81153,21 @@ Object {
2800
2800
@@ -81290,7 +81210,7 @@ Object {
@@ -81299,21 +81219,21 @@ Object {
2900
2900
@@ -81356,7 +81276,7 @@ Object {
@@ -81365,21 +81285,21 @@ Object {
3000
3000
@@ -81422,7 +81342,7 @@ Object {
@@ -81431,21 +81351,21 @@ Object {
3100
3100
@@ -81488,7 +81408,7 @@ Object {
@@ -81497,21 +81417,21 @@ Object {
3200
3200
@@ -81554,7 +81474,7 @@ Object {
@@ -81563,21 +81483,21 @@ Object {
3300
3300
@@ -81620,7 +81540,7 @@ Object {
@@ -81629,21 +81549,21 @@ Object {
3400
3400
@@ -81686,7 +81606,7 @@ Object {
@@ -81695,21 +81615,21 @@ Object {
3500
3500
@@ -81752,7 +81672,7 @@ Object {
@@ -81761,21 +81681,21 @@ Object {
3600
3600
@@ -81818,7 +81738,7 @@ Object {
@@ -81827,21 +81747,21 @@ Object {
3700
3700
@@ -81884,7 +81804,7 @@ Object {
@@ -81893,21 +81813,21 @@ Object {
3800
3800
@@ -81950,7 +81870,7 @@ Object {
@@ -81959,21 +81879,21 @@ Object {
3900
3900
@@ -82442,7 +82362,7 @@ Object {
@@ -82451,14 +82371,14 @@ Object {
0
@@ -82560,7 +82480,7 @@ Object {
@@ -82569,14 +82489,14 @@ Object {
200
@@ -82619,7 +82539,7 @@ Object {
@@ -82628,14 +82548,14 @@ Object {
300
@@ -82678,7 +82598,7 @@ Object {
@@ -82687,14 +82607,14 @@ Object {
400
@@ -82737,7 +82657,7 @@ Object {
@@ -82746,14 +82666,14 @@ Object {
500
@@ -82796,7 +82716,7 @@ Object {
@@ -82805,14 +82725,14 @@ Object {
600
@@ -82855,7 +82775,7 @@ Object {
@@ -82864,14 +82784,14 @@ Object {
700
@@ -82914,7 +82834,7 @@ Object {
@@ -82923,14 +82843,14 @@ Object {
800
@@ -82973,7 +82893,7 @@ Object {
@@ -82982,14 +82902,14 @@ Object {
900
@@ -83032,7 +82952,7 @@ Object {
@@ -83041,14 +82961,14 @@ Object {
1000
@@ -83091,7 +83011,7 @@ Object {
@@ -83100,14 +83020,14 @@ Object {
1100
@@ -83150,7 +83070,7 @@ Object {
@@ -83159,14 +83079,14 @@ Object {
1200
@@ -83209,7 +83129,7 @@ Object {
@@ -83218,14 +83138,14 @@ Object {
1300
@@ -83268,7 +83188,7 @@ Object {
@@ -83277,14 +83197,14 @@ Object {
1400
@@ -83327,7 +83247,7 @@ Object {
@@ -83336,14 +83256,14 @@ Object {
1500
@@ -83386,7 +83306,7 @@ Object {
@@ -83395,14 +83315,14 @@ Object {
1600
@@ -83445,7 +83365,7 @@ Object {
@@ -83454,14 +83374,14 @@ Object {
1700
@@ -83504,7 +83424,7 @@ Object {
@@ -83513,14 +83433,14 @@ Object {
1800
@@ -83563,7 +83483,7 @@ Object {
@@ -83572,14 +83492,14 @@ Object {
1900
@@ -83622,7 +83542,7 @@ Object {
@@ -83631,14 +83551,14 @@ Object {
2000
@@ -83681,7 +83601,7 @@ Object {
@@ -83690,14 +83610,14 @@ Object {
2100
@@ -83740,7 +83660,7 @@ Object {
@@ -83749,14 +83669,14 @@ Object {
2200
@@ -83799,7 +83719,7 @@ Object {
@@ -83808,14 +83728,14 @@ Object {
2300
@@ -83858,7 +83778,7 @@ Object {
@@ -83867,14 +83787,14 @@ Object {
2400
@@ -83917,7 +83837,7 @@ Object {
@@ -83926,14 +83846,14 @@ Object {
2500
@@ -83976,7 +83896,7 @@ Object {
@@ -83985,14 +83905,14 @@ Object {
2600
@@ -84035,7 +83955,7 @@ Object {
@@ -84044,14 +83964,14 @@ Object {
2700
@@ -84094,7 +84014,7 @@ Object {
@@ -84103,14 +84023,14 @@ Object {
2800
@@ -84153,7 +84073,7 @@ Object {
@@ -84162,14 +84082,14 @@ Object {
2900
@@ -84212,7 +84132,7 @@ Object {
@@ -84221,14 +84141,14 @@ Object {
3000
@@ -84271,7 +84191,7 @@ Object {
@@ -84280,14 +84200,14 @@ Object {
3100
@@ -84330,7 +84250,7 @@ Object {
@@ -84339,14 +84259,14 @@ Object {
3200
@@ -84389,7 +84309,7 @@ Object {
@@ -84398,14 +84318,14 @@ Object {
3300
@@ -84448,7 +84368,7 @@ Object {
@@ -84457,14 +84377,14 @@ Object {
3400
@@ -84507,7 +84427,7 @@ Object {
@@ -84516,14 +84436,14 @@ Object {
3500
@@ -84566,7 +84486,7 @@ Object {
@@ -84575,14 +84495,14 @@ Object {
3600
@@ -84625,7 +84545,7 @@ Object {
@@ -84634,14 +84554,14 @@ Object {
3700
@@ -84684,7 +84604,7 @@ Object {
@@ -84693,14 +84613,14 @@ Object {
3800
@@ -84743,7 +84663,7 @@ Object {
@@ -84752,14 +84672,14 @@ Object {
3900
@@ -85158,7 +85078,7 @@ Object {
@@ -85167,14 +85087,14 @@ Object {
0
@@ -85276,7 +85196,7 @@ Object {
@@ -85285,14 +85205,14 @@ Object {
200
@@ -85335,7 +85255,7 @@ Object {
@@ -85344,14 +85264,14 @@ Object {
300
@@ -85394,7 +85314,7 @@ Object {
@@ -85403,14 +85323,14 @@ Object {
400
@@ -85453,7 +85373,7 @@ Object {
@@ -85462,14 +85382,14 @@ Object {
500
@@ -85512,7 +85432,7 @@ Object {
@@ -85521,14 +85441,14 @@ Object {
600
@@ -85571,7 +85491,7 @@ Object {
@@ -85580,14 +85500,14 @@ Object {
700
@@ -85630,7 +85550,7 @@ Object {
@@ -85639,14 +85559,14 @@ Object {
800
@@ -85689,7 +85609,7 @@ Object {
@@ -85698,14 +85618,14 @@ Object {
900
@@ -85748,7 +85668,7 @@ Object {
@@ -85757,14 +85677,14 @@ Object {
1000
@@ -85807,7 +85727,7 @@ Object {
@@ -85816,14 +85736,14 @@ Object {
1100
@@ -85866,7 +85786,7 @@ Object {
@@ -85875,14 +85795,14 @@ Object {
1200
@@ -85925,7 +85845,7 @@ Object {
@@ -85934,14 +85854,14 @@ Object {
1300
@@ -85984,7 +85904,7 @@ Object {
@@ -85993,14 +85913,14 @@ Object {
1400
@@ -86043,7 +85963,7 @@ Object {
@@ -86052,14 +85972,14 @@ Object {
1500
@@ -86102,7 +86022,7 @@ Object {
@@ -86111,14 +86031,14 @@ Object {
1600
@@ -86161,7 +86081,7 @@ Object {
@@ -86170,14 +86090,14 @@ Object {
1700
@@ -86220,7 +86140,7 @@ Object {
@@ -86229,14 +86149,14 @@ Object {
1800
@@ -86279,7 +86199,7 @@ Object {
@@ -86288,14 +86208,14 @@ Object {
1900
@@ -86338,7 +86258,7 @@ Object {
@@ -86347,14 +86267,14 @@ Object {
2000
@@ -86397,7 +86317,7 @@ Object {
@@ -86406,14 +86326,14 @@ Object {
2100
@@ -86456,7 +86376,7 @@ Object {
@@ -86465,14 +86385,14 @@ Object {
2200
@@ -86515,7 +86435,7 @@ Object {
@@ -86524,14 +86444,14 @@ Object {
2300
@@ -86574,7 +86494,7 @@ Object {
@@ -86583,14 +86503,14 @@ Object {
2400
@@ -86633,7 +86553,7 @@ Object {
@@ -86642,14 +86562,14 @@ Object {
2500
@@ -86692,7 +86612,7 @@ Object {
@@ -86701,14 +86621,14 @@ Object {
2600
@@ -86751,7 +86671,7 @@ Object {
@@ -86760,14 +86680,14 @@ Object {
2700
@@ -86810,7 +86730,7 @@ Object {
@@ -86819,14 +86739,14 @@ Object {
2800
@@ -86869,7 +86789,7 @@ Object {
@@ -86878,14 +86798,14 @@ Object {
2900
@@ -86928,7 +86848,7 @@ Object {
@@ -86937,14 +86857,14 @@ Object {
3000
@@ -86987,7 +86907,7 @@ Object {
@@ -86996,14 +86916,14 @@ Object {
3100
@@ -87046,7 +86966,7 @@ Object {
@@ -87055,14 +86975,14 @@ Object {
3200
@@ -87105,7 +87025,7 @@ Object {
@@ -87114,14 +87034,14 @@ Object {
3300
@@ -87164,7 +87084,7 @@ Object {
@@ -87173,14 +87093,14 @@ Object {
3400
@@ -87223,7 +87143,7 @@ Object {
@@ -87232,14 +87152,14 @@ Object {
3500
@@ -87282,7 +87202,7 @@ Object {
@@ -87291,14 +87211,14 @@ Object {
3600
@@ -87341,7 +87261,7 @@ Object {
@@ -87350,14 +87270,14 @@ Object {
3700
@@ -87400,7 +87320,7 @@ Object {
@@ -87409,14 +87329,14 @@ Object {
3800
@@ -87459,7 +87379,7 @@ Object {
@@ -87468,14 +87388,14 @@ Object {
3900
@@ -87798,14 +87718,14 @@ Object {
Test
@@ -87815,12 +87735,12 @@ Object {
@@ -87829,14 +87749,14 @@ Object {
Test
@@ -87846,12 +87766,12 @@ Object {
@@ -87860,14 +87780,14 @@ Object {
Test
@@ -87877,12 +87797,12 @@ Object {
@@ -87891,14 +87811,14 @@ Object {
Test
@@ -87908,12 +87828,12 @@ Object {
@@ -87922,14 +87842,14 @@ Object {
Test
@@ -87939,12 +87859,12 @@ Object {
@@ -87953,14 +87873,14 @@ Object {
Test
@@ -87970,12 +87890,12 @@ Object {
@@ -87984,14 +87904,14 @@ Object {
Test
@@ -88001,12 +87921,12 @@ Object {
@@ -88015,14 +87935,14 @@ Object {
Test
@@ -88032,12 +87952,12 @@ Object {
@@ -88046,14 +87966,14 @@ Object {
Test
@@ -88063,12 +87983,12 @@ Object {
@@ -88077,14 +87997,14 @@ Object {
Test
@@ -88094,12 +88014,12 @@ Object {
@@ -88108,14 +88028,14 @@ Object {
Test
@@ -88125,12 +88045,12 @@ Object {
@@ -88139,14 +88059,14 @@ Object {
Test
@@ -88156,12 +88076,12 @@ Object {
@@ -88170,14 +88090,14 @@ Object {
Test
@@ -88187,12 +88107,12 @@ Object {
@@ -88201,14 +88121,14 @@ Object {
Test
@@ -88218,12 +88138,12 @@ Object {
@@ -88232,14 +88152,14 @@ Object {
Test
@@ -88249,12 +88169,12 @@ Object {
@@ -88263,14 +88183,14 @@ Object {
Test
@@ -88280,12 +88200,12 @@ Object {
@@ -88294,14 +88214,14 @@ Object {
Test
@@ -88311,12 +88231,12 @@ Object {
@@ -88325,14 +88245,14 @@ Object {
Test
@@ -88342,12 +88262,12 @@ Object {
@@ -88356,14 +88276,14 @@ Object {
Test
@@ -88373,12 +88293,12 @@ Object {
@@ -88387,14 +88307,14 @@ Object {
Test
@@ -88404,12 +88324,12 @@ Object {
@@ -88418,14 +88338,14 @@ Object {
Test
@@ -88435,12 +88355,12 @@ Object {
@@ -88449,14 +88369,14 @@ Object {
Test
@@ -88466,12 +88386,12 @@ Object {
@@ -88480,14 +88400,14 @@ Object {
Test
@@ -88497,12 +88417,12 @@ Object {
@@ -88511,14 +88431,14 @@ Object {
Test
@@ -88528,12 +88448,12 @@ Object {
@@ -88542,14 +88462,14 @@ Object {
Test
@@ -88559,12 +88479,12 @@ Object {
@@ -88573,14 +88493,14 @@ Object {
Test
@@ -88590,12 +88510,12 @@ Object {
@@ -88604,14 +88524,14 @@ Object {
Test
@@ -88621,12 +88541,12 @@ Object {
@@ -88635,14 +88555,14 @@ Object {
Test
@@ -88652,12 +88572,12 @@ Object {
@@ -88666,14 +88586,14 @@ Object {
Test
@@ -88683,12 +88603,12 @@ Object {
@@ -88697,14 +88617,14 @@ Object {
Test
@@ -88714,12 +88634,12 @@ Object {
@@ -88728,14 +88648,14 @@ Object {
Test
@@ -88745,12 +88665,12 @@ Object {
@@ -88759,14 +88679,14 @@ Object {
Test
@@ -88776,12 +88696,12 @@ Object {
@@ -88790,14 +88710,14 @@ Object {
Test
@@ -88807,12 +88727,12 @@ Object {
@@ -88821,14 +88741,14 @@ Object {
Test
@@ -88838,12 +88758,12 @@ Object {
@@ -88852,14 +88772,14 @@ Object {
Test
@@ -88869,12 +88789,12 @@ Object {
@@ -88883,14 +88803,14 @@ Object {
Test
@@ -88900,12 +88820,12 @@ Object {
@@ -88914,14 +88834,14 @@ Object {
Test
@@ -88931,12 +88851,12 @@ Object {
@@ -88945,14 +88865,14 @@ Object {
Test
@@ -88962,12 +88882,12 @@ Object {
@@ -88976,14 +88896,14 @@ Object {
Test
@@ -88993,12 +88913,12 @@ Object {
@@ -89007,14 +88927,14 @@ Object {
Test
@@ -89042,7 +88962,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 300px;" >
@@ -89133,14 +89053,14 @@ Object {
Test
@@ -89150,12 +89070,12 @@ Object {
@@ -89164,14 +89084,14 @@ Object {
Test
@@ -89181,12 +89101,12 @@ Object {
@@ -89195,14 +89115,14 @@ Object {
Test
@@ -89212,12 +89132,12 @@ Object {
@@ -89226,14 +89146,14 @@ Object {
Test
@@ -89243,12 +89163,12 @@ Object {
@@ -89257,14 +89177,14 @@ Object {
Test
@@ -89274,12 +89194,12 @@ Object {
@@ -89288,14 +89208,14 @@ Object {
Test
@@ -89305,12 +89225,12 @@ Object {
@@ -89319,14 +89239,14 @@ Object {
Test
@@ -89336,12 +89256,12 @@ Object {
@@ -89350,14 +89270,14 @@ Object {
Test
@@ -89367,12 +89287,12 @@ Object {
@@ -89381,14 +89301,14 @@ Object {
Test
@@ -89398,12 +89318,12 @@ Object {
@@ -89412,14 +89332,14 @@ Object {
Test
@@ -89429,12 +89349,12 @@ Object {
@@ -89443,14 +89363,14 @@ Object {
Test
@@ -89460,12 +89380,12 @@ Object {
@@ -89474,14 +89394,14 @@ Object {
Test
@@ -89491,12 +89411,12 @@ Object {
@@ -89505,14 +89425,14 @@ Object {
Test
@@ -89522,12 +89442,12 @@ Object {
@@ -89536,14 +89456,14 @@ Object {
Test
@@ -89553,12 +89473,12 @@ Object {
@@ -89567,14 +89487,14 @@ Object {
Test
@@ -89584,12 +89504,12 @@ Object {
@@ -89598,14 +89518,14 @@ Object {
Test
@@ -89615,12 +89535,12 @@ Object {
@@ -89629,14 +89549,14 @@ Object {
Test
@@ -89646,12 +89566,12 @@ Object {
@@ -89660,14 +89580,14 @@ Object {
Test
@@ -89677,12 +89597,12 @@ Object {
@@ -89691,14 +89611,14 @@ Object {
Test
@@ -89708,12 +89628,12 @@ Object {
@@ -89722,14 +89642,14 @@ Object {
Test
@@ -89739,12 +89659,12 @@ Object {
@@ -89753,14 +89673,14 @@ Object {
Test
@@ -89770,12 +89690,12 @@ Object {
@@ -89784,14 +89704,14 @@ Object {
Test
@@ -89801,12 +89721,12 @@ Object {
@@ -89815,14 +89735,14 @@ Object {
Test
@@ -89832,12 +89752,12 @@ Object {
@@ -89846,14 +89766,14 @@ Object {
Test
@@ -89863,12 +89783,12 @@ Object {
@@ -89877,14 +89797,14 @@ Object {
Test
@@ -89894,12 +89814,12 @@ Object {
@@ -89908,14 +89828,14 @@ Object {
Test
@@ -89925,12 +89845,12 @@ Object {
@@ -89939,14 +89859,14 @@ Object {
Test
@@ -89956,12 +89876,12 @@ Object {
@@ -89970,14 +89890,14 @@ Object {
Test
@@ -89987,12 +89907,12 @@ Object {
@@ -90001,14 +89921,14 @@ Object {
Test
@@ -90018,12 +89938,12 @@ Object {
@@ -90032,14 +89952,14 @@ Object {
Test
@@ -90049,12 +89969,12 @@ Object {
@@ -90063,14 +89983,14 @@ Object {
Test
@@ -90080,12 +90000,12 @@ Object {
@@ -90094,14 +90014,14 @@ Object {
Test
@@ -90111,12 +90031,12 @@ Object {
@@ -90125,14 +90045,14 @@ Object {
Test
@@ -90142,12 +90062,12 @@ Object {
@@ -90156,14 +90076,14 @@ Object {
Test
@@ -90173,12 +90093,12 @@ Object {
@@ -90187,14 +90107,14 @@ Object {
Test
@@ -90204,12 +90124,12 @@ Object {
@@ -90218,14 +90138,14 @@ Object {
Test
@@ -90235,12 +90155,12 @@ Object {
@@ -90249,14 +90169,14 @@ Object {
Test
@@ -90266,12 +90186,12 @@ Object {
@@ -90280,14 +90200,14 @@ Object {
Test
@@ -90297,12 +90217,12 @@ Object {
@@ -90311,14 +90231,14 @@ Object {
Test
@@ -90328,12 +90248,12 @@ Object {
@@ -90342,14 +90262,14 @@ Object {
Test
@@ -90434,7 +90354,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 500px;" >
@@ -90566,14 +90486,14 @@ Object {
Test
@@ -90582,7 +90502,7 @@ Object {
@@ -90591,7 +90511,7 @@ Object {
@@ -90599,12 +90519,12 @@ Object {
@@ -90615,14 +90535,14 @@ Object {
Test
@@ -90631,7 +90551,7 @@ Object {
@@ -90640,7 +90560,7 @@ Object {
@@ -90648,12 +90568,12 @@ Object {
@@ -90664,14 +90584,14 @@ Object {
Test
@@ -90680,7 +90600,7 @@ Object {
@@ -90689,7 +90609,7 @@ Object {
@@ -90697,12 +90617,12 @@ Object {
@@ -90713,14 +90633,14 @@ Object {
Test
@@ -90729,7 +90649,7 @@ Object {
@@ -90738,7 +90658,7 @@ Object {
@@ -90746,12 +90666,12 @@ Object {
@@ -90762,14 +90682,14 @@ Object {
Test
@@ -90778,7 +90698,7 @@ Object {
@@ -90787,7 +90707,7 @@ Object {
@@ -90795,12 +90715,12 @@ Object {
@@ -90811,14 +90731,14 @@ Object {
Test
@@ -90827,7 +90747,7 @@ Object {
@@ -90836,7 +90756,7 @@ Object {
@@ -90844,12 +90764,12 @@ Object {
@@ -90860,14 +90780,14 @@ Object {
Test
@@ -90876,7 +90796,7 @@ Object {
@@ -90885,7 +90805,7 @@ Object {
@@ -90893,12 +90813,12 @@ Object {
@@ -90909,14 +90829,14 @@ Object {
Test
@@ -90925,7 +90845,7 @@ Object {
@@ -90934,7 +90854,7 @@ Object {
@@ -90942,12 +90862,12 @@ Object {
@@ -90958,14 +90878,14 @@ Object {
Test
@@ -90974,7 +90894,7 @@ Object {
@@ -90983,7 +90903,7 @@ Object {
@@ -90991,12 +90911,12 @@ Object {
@@ -91007,14 +90927,14 @@ Object {
Test
@@ -91023,7 +90943,7 @@ Object {
@@ -91032,7 +90952,7 @@ Object {
@@ -91040,12 +90960,12 @@ Object {
@@ -91056,14 +90976,14 @@ Object {
Test
@@ -91072,7 +90992,7 @@ Object {
@@ -91081,7 +91001,7 @@ Object {
@@ -91089,12 +91009,12 @@ Object {
@@ -91105,14 +91025,14 @@ Object {
Test
@@ -91121,7 +91041,7 @@ Object {
@@ -91130,7 +91050,7 @@ Object {
@@ -91138,12 +91058,12 @@ Object {
@@ -91154,14 +91074,14 @@ Object {
Test
@@ -91170,7 +91090,7 @@ Object {
@@ -91179,7 +91099,7 @@ Object {
@@ -91187,12 +91107,12 @@ Object {
@@ -91203,14 +91123,14 @@ Object {
Test
@@ -91219,7 +91139,7 @@ Object {
@@ -91228,7 +91148,7 @@ Object {
@@ -91236,12 +91156,12 @@ Object {
@@ -91252,14 +91172,14 @@ Object {
Test
@@ -91268,7 +91188,7 @@ Object {
@@ -91277,7 +91197,7 @@ Object {
@@ -91285,12 +91205,12 @@ Object {
@@ -91301,14 +91221,14 @@ Object {
Test
@@ -91317,7 +91237,7 @@ Object {
@@ -91326,7 +91246,7 @@ Object {
@@ -91334,12 +91254,12 @@ Object {
@@ -91350,14 +91270,14 @@ Object {
Test
@@ -91366,7 +91286,7 @@ Object {
@@ -91375,7 +91295,7 @@ Object {
@@ -91383,12 +91303,12 @@ Object {
@@ -91399,14 +91319,14 @@ Object {
Test
@@ -91415,7 +91335,7 @@ Object {
@@ -91424,7 +91344,7 @@ Object {
@@ -91432,12 +91352,12 @@ Object {
@@ -91448,14 +91368,14 @@ Object {
Test
@@ -91464,7 +91384,7 @@ Object {
@@ -91473,7 +91393,7 @@ Object {
@@ -91481,12 +91401,12 @@ Object {
@@ -91497,14 +91417,14 @@ Object {
Test
@@ -91513,7 +91433,7 @@ Object {
@@ -91522,7 +91442,7 @@ Object {
@@ -91548,7 +91468,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 500px;" >
@@ -91680,14 +91600,14 @@ Object {
Test
@@ -91696,7 +91616,7 @@ Object {
@@ -91705,7 +91625,7 @@ Object {
@@ -91713,12 +91633,12 @@ Object {
@@ -91729,14 +91649,14 @@ Object {
Test
@@ -91745,7 +91665,7 @@ Object {
@@ -91754,7 +91674,7 @@ Object {
@@ -91762,12 +91682,12 @@ Object {
@@ -91778,14 +91698,14 @@ Object {
Test
@@ -91794,7 +91714,7 @@ Object {
@@ -91803,7 +91723,7 @@ Object {
@@ -91811,12 +91731,12 @@ Object {
@@ -91827,14 +91747,14 @@ Object {
Test
@@ -91843,7 +91763,7 @@ Object {
@@ -91852,7 +91772,7 @@ Object {
@@ -91860,12 +91780,12 @@ Object {
@@ -91876,14 +91796,14 @@ Object {
Test
@@ -91892,7 +91812,7 @@ Object {
@@ -91901,7 +91821,7 @@ Object {
@@ -91909,12 +91829,12 @@ Object {
@@ -91925,14 +91845,14 @@ Object {
Test
@@ -91941,7 +91861,7 @@ Object {
@@ -91950,7 +91870,7 @@ Object {
@@ -91958,12 +91878,12 @@ Object {
@@ -91974,14 +91894,14 @@ Object {
Test
@@ -91990,7 +91910,7 @@ Object {
@@ -91999,7 +91919,7 @@ Object {
@@ -92007,12 +91927,12 @@ Object {
@@ -92023,14 +91943,14 @@ Object {
Test
@@ -92039,7 +91959,7 @@ Object {
@@ -92048,7 +91968,7 @@ Object {
@@ -92056,12 +91976,12 @@ Object {
@@ -92072,14 +91992,14 @@ Object {
Test
@@ -92088,7 +92008,7 @@ Object {
@@ -92097,7 +92017,7 @@ Object {
@@ -92105,12 +92025,12 @@ Object {
@@ -92121,14 +92041,14 @@ Object {
Test
@@ -92137,7 +92057,7 @@ Object {
@@ -92146,7 +92066,7 @@ Object {
@@ -92154,12 +92074,12 @@ Object {
@@ -92170,14 +92090,14 @@ Object {
Test
@@ -92186,7 +92106,7 @@ Object {
@@ -92195,7 +92115,7 @@ Object {
@@ -92203,12 +92123,12 @@ Object {
@@ -92219,14 +92139,14 @@ Object {
Test
@@ -92235,7 +92155,7 @@ Object {
@@ -92244,7 +92164,7 @@ Object {
@@ -92252,12 +92172,12 @@ Object {
@@ -92268,14 +92188,14 @@ Object {
Test
@@ -92284,7 +92204,7 @@ Object {
@@ -92293,7 +92213,7 @@ Object {
@@ -92301,12 +92221,12 @@ Object {
@@ -92317,14 +92237,14 @@ Object {
Test
@@ -92333,7 +92253,7 @@ Object {
@@ -92342,7 +92262,7 @@ Object {
@@ -92350,12 +92270,12 @@ Object {
@@ -92366,14 +92286,14 @@ Object {
Test
@@ -92382,7 +92302,7 @@ Object {
@@ -92391,7 +92311,7 @@ Object {
@@ -92399,12 +92319,12 @@ Object {
@@ -92415,14 +92335,14 @@ Object {
Test
@@ -92431,7 +92351,7 @@ Object {
@@ -92440,7 +92360,7 @@ Object {
@@ -92448,12 +92368,12 @@ Object {
@@ -92464,14 +92384,14 @@ Object {
Test
@@ -92480,7 +92400,7 @@ Object {
@@ -92489,7 +92409,7 @@ Object {
@@ -92497,12 +92417,12 @@ Object {
@@ -92513,14 +92433,14 @@ Object {
Test
@@ -92529,7 +92449,7 @@ Object {
@@ -92538,7 +92458,7 @@ Object {
@@ -92546,12 +92466,12 @@ Object {
@@ -92562,14 +92482,14 @@ Object {
Test
@@ -92578,7 +92498,7 @@ Object {
@@ -92587,7 +92507,7 @@ Object {
@@ -92595,12 +92515,12 @@ Object {
@@ -92611,14 +92531,14 @@ Object {
Test
@@ -92627,7 +92547,7 @@ Object {
@@ -92636,7 +92556,7 @@ Object {
@@ -92718,7 +92638,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -92877,7 +92797,7 @@ Object {
@@ -92886,14 +92806,14 @@ Object {
0
@@ -92901,26 +92821,26 @@ Object {
Test
Test
@@ -92929,7 +92849,7 @@ Object {
@@ -92938,14 +92858,14 @@ Object {
100
@@ -92953,26 +92873,26 @@ Object {
Test
Test
@@ -92981,7 +92901,7 @@ Object {
@@ -92990,14 +92910,14 @@ Object {
200
@@ -93005,26 +92925,26 @@ Object {
Test
Test
@@ -93033,7 +92953,7 @@ Object {
@@ -93042,14 +92962,14 @@ Object {
300
@@ -93057,26 +92977,26 @@ Object {
Test
Test
@@ -93085,7 +93005,7 @@ Object {
@@ -93094,14 +93014,14 @@ Object {
400
@@ -93126,7 +93046,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -93285,7 +93205,7 @@ Object {
@@ -93294,14 +93214,14 @@ Object {
0
@@ -93309,26 +93229,26 @@ Object {
Test
Test
@@ -93337,7 +93257,7 @@ Object {
@@ -93346,14 +93266,14 @@ Object {
100
@@ -93361,26 +93281,26 @@ Object {
Test
Test
@@ -93389,7 +93309,7 @@ Object {
@@ -93398,14 +93318,14 @@ Object {
200
@@ -93413,26 +93333,26 @@ Object {
Test
Test
@@ -93441,7 +93361,7 @@ Object {
@@ -93450,14 +93370,14 @@ Object {
300
@@ -93465,26 +93385,26 @@ Object {
Test
Test
@@ -93493,7 +93413,7 @@ Object {
@@ -93502,14 +93422,14 @@ Object {
400
@@ -93591,7 +93511,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
@@ -93738,7 +93658,7 @@ Object { />
@@ -93749,7 +93669,7 @@ Object { />
@@ -93760,7 +93680,7 @@ Object { />
@@ -93771,7 +93691,7 @@ Object { />
@@ -93782,7 +93702,7 @@ Object { />
@@ -93794,12 +93714,12 @@ Object {
@@ -93810,7 +93730,7 @@ Object { />
@@ -93821,7 +93741,7 @@ Object { />
@@ -93832,7 +93752,7 @@ Object { />
@@ -93843,7 +93763,7 @@ Object { />
@@ -93854,7 +93774,7 @@ Object { />
@@ -93866,12 +93786,12 @@ Object {
@@ -93882,7 +93802,7 @@ Object { />
@@ -93893,7 +93813,7 @@ Object { />
@@ -93904,7 +93824,7 @@ Object { />
@@ -93915,7 +93835,7 @@ Object { />
@@ -93926,7 +93846,7 @@ Object { />
@@ -93938,12 +93858,12 @@ Object {
@@ -93954,7 +93874,7 @@ Object { />
@@ -93965,7 +93885,7 @@ Object { />
@@ -93976,7 +93896,7 @@ Object { />
@@ -93987,7 +93907,7 @@ Object { />
@@ -93998,7 +93918,7 @@ Object { />
@@ -94010,12 +93930,12 @@ Object {
@@ -94026,7 +93946,7 @@ Object { />
@@ -94037,7 +93957,7 @@ Object { />
@@ -94048,7 +93968,7 @@ Object { />
@@ -94059,7 +93979,7 @@ Object { />
@@ -94070,7 +93990,7 @@ Object { />
@@ -94099,7 +94019,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
@@ -94246,7 +94166,7 @@ Object { />
@@ -94257,7 +94177,7 @@ Object { />
@@ -94268,7 +94188,7 @@ Object { />
@@ -94279,7 +94199,7 @@ Object { />
@@ -94290,7 +94210,7 @@ Object { />
@@ -94302,12 +94222,12 @@ Object {
@@ -94318,7 +94238,7 @@ Object { />
@@ -94329,7 +94249,7 @@ Object { />
@@ -94340,7 +94260,7 @@ Object { />
@@ -94351,7 +94271,7 @@ Object { />
@@ -94362,7 +94282,7 @@ Object { />
@@ -94374,12 +94294,12 @@ Object {
@@ -94390,7 +94310,7 @@ Object { />
@@ -94401,7 +94321,7 @@ Object { />
@@ -94412,7 +94332,7 @@ Object { />
@@ -94423,7 +94343,7 @@ Object { />
@@ -94434,7 +94354,7 @@ Object { />
@@ -94446,12 +94366,12 @@ Object {
@@ -94462,7 +94382,7 @@ Object { />
@@ -94473,7 +94393,7 @@ Object { />
@@ -94484,7 +94404,7 @@ Object { />
@@ -94495,7 +94415,7 @@ Object { />
@@ -94506,7 +94426,7 @@ Object { />
@@ -94518,12 +94438,12 @@ Object {
@@ -94534,7 +94454,7 @@ Object { />
@@ -94545,7 +94465,7 @@ Object { />
@@ -94556,7 +94476,7 @@ Object { />
@@ -94567,7 +94487,7 @@ Object { />
@@ -94578,7 +94498,7 @@ Object { />
@@ -94665,7 +94585,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 700px;" >
@@ -94934,7 +94854,7 @@ Object {
@@ -94943,21 +94863,21 @@ Object {
0
0
@@ -95005,7 +94925,7 @@ Object {
@@ -95014,21 +94934,21 @@ Object {
100
100
@@ -95076,7 +94996,7 @@ Object {
@@ -95085,21 +95005,21 @@ Object {
200
200
@@ -95147,7 +95067,7 @@ Object {
@@ -95156,21 +95076,21 @@ Object {
300
300
@@ -95218,7 +95138,7 @@ Object {
@@ -95227,21 +95147,21 @@ Object {
400
400
@@ -95289,7 +95209,7 @@ Object {
@@ -95298,21 +95218,21 @@ Object {
500
500
@@ -95360,7 +95280,7 @@ Object {
@@ -95369,21 +95289,21 @@ Object {
600
600
@@ -95431,7 +95351,7 @@ Object {
@@ -95440,21 +95360,21 @@ Object {
700
700
@@ -95502,7 +95422,7 @@ Object {
@@ -95511,21 +95431,21 @@ Object {
800
800
@@ -95573,7 +95493,7 @@ Object {
@@ -95582,21 +95502,21 @@ Object {
900
900
@@ -95644,7 +95564,7 @@ Object {
@@ -95653,21 +95573,21 @@ Object {
1000
1000
@@ -95715,7 +95635,7 @@ Object {
@@ -95724,21 +95644,21 @@ Object {
1100
1100
@@ -95786,7 +95706,7 @@ Object {
@@ -95795,21 +95715,21 @@ Object {
1200
1200
@@ -95857,7 +95777,7 @@ Object {
@@ -95866,21 +95786,21 @@ Object {
1300
1300
@@ -95928,7 +95848,7 @@ Object {
@@ -95937,21 +95857,21 @@ Object {
1400
1400
@@ -95999,7 +95919,7 @@ Object {
@@ -96008,21 +95928,21 @@ Object {
1500
1500
@@ -96070,7 +95990,7 @@ Object {
@@ -96079,21 +95999,21 @@ Object {
1600
1600
@@ -96141,7 +96061,7 @@ Object {
@@ -96150,21 +96070,21 @@ Object {
1700
1700
@@ -96212,7 +96132,7 @@ Object {
@@ -96221,21 +96141,21 @@ Object {
1800
1800
@@ -96283,7 +96203,7 @@ Object {
@@ -96292,21 +96212,21 @@ Object {
1900
1900
@@ -96354,7 +96274,7 @@ Object {
@@ -96363,21 +96283,21 @@ Object {
2000
2000
@@ -96425,7 +96345,7 @@ Object {
@@ -96434,21 +96354,21 @@ Object {
2100
2100
@@ -96496,7 +96416,7 @@ Object {
@@ -96505,21 +96425,21 @@ Object {
2200
2200
@@ -96567,7 +96487,7 @@ Object {
@@ -96576,21 +96496,21 @@ Object {
2300
2300
@@ -96638,7 +96558,7 @@ Object {
@@ -96647,21 +96567,21 @@ Object {
2400
2400
@@ -96709,7 +96629,7 @@ Object {
@@ -96718,21 +96638,21 @@ Object {
2500
2500
@@ -96780,7 +96700,7 @@ Object {
@@ -96789,21 +96709,21 @@ Object {
2600
2600
@@ -96851,7 +96771,7 @@ Object {
@@ -96860,21 +96780,21 @@ Object {
2700
2700
@@ -96922,7 +96842,7 @@ Object {
@@ -96931,21 +96851,21 @@ Object {
2800
2800
@@ -96993,7 +96913,7 @@ Object {
@@ -97002,21 +96922,21 @@ Object {
2900
2900
@@ -97064,7 +96984,7 @@ Object {
@@ -97073,21 +96993,21 @@ Object {
3000
3000
@@ -97135,7 +97055,7 @@ Object {
@@ -97144,21 +97064,21 @@ Object {
3100
3100
@@ -97206,7 +97126,7 @@ Object {
@@ -97215,21 +97135,21 @@ Object {
3200
3200
@@ -97277,7 +97197,7 @@ Object {
@@ -97286,21 +97206,21 @@ Object {
3300
3300
@@ -97348,7 +97268,7 @@ Object {
@@ -97357,21 +97277,21 @@ Object {
3400
3400
@@ -97419,7 +97339,7 @@ Object {
@@ -97428,21 +97348,21 @@ Object {
3500
3500
@@ -97490,7 +97410,7 @@ Object {
@@ -97499,21 +97419,21 @@ Object {
3600
3600
@@ -97561,7 +97481,7 @@ Object {
@@ -97570,21 +97490,21 @@ Object {
3700
3700
@@ -97632,7 +97552,7 @@ Object {
@@ -97641,21 +97561,21 @@ Object {
3800
3800
@@ -97703,7 +97623,7 @@ Object {
@@ -97712,21 +97632,21 @@ Object {
3900
3900
@@ -98025,7 +97945,7 @@ Object {
@@ -98034,21 +97954,21 @@ Object {
0
0
@@ -98096,7 +98016,7 @@ Object {
@@ -98105,21 +98025,21 @@ Object {
100
100
@@ -98167,7 +98087,7 @@ Object {
@@ -98176,21 +98096,21 @@ Object {
200
200
@@ -98238,7 +98158,7 @@ Object {
@@ -98247,21 +98167,21 @@ Object {
300
300
@@ -98309,7 +98229,7 @@ Object {
@@ -98318,21 +98238,21 @@ Object {
400
400
@@ -98380,7 +98300,7 @@ Object {
@@ -98389,21 +98309,21 @@ Object {
500
500
@@ -98451,7 +98371,7 @@ Object {
@@ -98460,21 +98380,21 @@ Object {
600
600
@@ -98522,7 +98442,7 @@ Object {
@@ -98531,21 +98451,21 @@ Object {
700
700
@@ -98593,7 +98513,7 @@ Object {
@@ -98602,21 +98522,21 @@ Object {
800
800
@@ -98664,7 +98584,7 @@ Object {
@@ -98673,21 +98593,21 @@ Object {
900
900
@@ -98735,7 +98655,7 @@ Object {
@@ -98744,21 +98664,21 @@ Object {
1000
1000
@@ -98806,7 +98726,7 @@ Object {
@@ -98815,21 +98735,21 @@ Object {
1100
1100
@@ -98877,7 +98797,7 @@ Object {
@@ -98886,21 +98806,21 @@ Object {
1200
1200
@@ -98948,7 +98868,7 @@ Object {
@@ -98957,21 +98877,21 @@ Object {
1300
1300
@@ -99019,7 +98939,7 @@ Object {
@@ -99028,21 +98948,21 @@ Object {
1400
1400
@@ -99090,7 +99010,7 @@ Object {
@@ -99099,21 +99019,21 @@ Object {
1500
1500
@@ -99161,7 +99081,7 @@ Object {
@@ -99170,21 +99090,21 @@ Object {
1600
1600
@@ -99232,7 +99152,7 @@ Object {
@@ -99241,21 +99161,21 @@ Object {
1700
1700
@@ -99303,7 +99223,7 @@ Object {
@@ -99312,21 +99232,21 @@ Object {
1800
1800
@@ -99374,7 +99294,7 @@ Object {
@@ -99383,21 +99303,21 @@ Object {
1900
1900
@@ -99445,7 +99365,7 @@ Object {
@@ -99454,21 +99374,21 @@ Object {
2000
2000
@@ -99516,7 +99436,7 @@ Object {
@@ -99525,21 +99445,21 @@ Object {
2100
2100
@@ -99587,7 +99507,7 @@ Object {
@@ -99596,21 +99516,21 @@ Object {
2200
2200
@@ -99658,7 +99578,7 @@ Object {
@@ -99667,21 +99587,21 @@ Object {
2300
2300
@@ -99729,7 +99649,7 @@ Object {
@@ -99738,21 +99658,21 @@ Object {
2400
2400
@@ -99800,7 +99720,7 @@ Object {
@@ -99809,21 +99729,21 @@ Object {
2500
2500
@@ -99871,7 +99791,7 @@ Object {
@@ -99880,21 +99800,21 @@ Object {
2600
2600
@@ -99942,7 +99862,7 @@ Object {
@@ -99951,21 +99871,21 @@ Object {
2700
2700
@@ -100013,7 +99933,7 @@ Object {
@@ -100022,21 +99942,21 @@ Object {
2800
2800
@@ -100084,7 +100004,7 @@ Object {
@@ -100093,21 +100013,21 @@ Object {
2900
2900
@@ -100155,7 +100075,7 @@ Object {
@@ -100164,21 +100084,21 @@ Object {
3000
3000
@@ -100226,7 +100146,7 @@ Object {
@@ -100235,21 +100155,21 @@ Object {
3100
3100
@@ -100297,7 +100217,7 @@ Object {
@@ -100306,21 +100226,21 @@ Object {
3200
3200
@@ -100368,7 +100288,7 @@ Object {
@@ -100377,21 +100297,21 @@ Object {
3300
3300
@@ -100439,7 +100359,7 @@ Object {
@@ -100448,21 +100368,21 @@ Object {
3400
3400
@@ -100510,7 +100430,7 @@ Object {
@@ -100519,21 +100439,21 @@ Object {
3500
3500
@@ -100581,7 +100501,7 @@ Object {
@@ -100590,21 +100510,21 @@ Object {
3600
3600
@@ -100652,7 +100572,7 @@ Object {
@@ -100661,21 +100581,21 @@ Object {
3700
3700
@@ -100723,7 +100643,7 @@ Object {
@@ -100732,21 +100652,21 @@ Object {
3800
3800
@@ -100794,7 +100714,7 @@ Object {
@@ -100803,21 +100723,21 @@ Object {
3900
3900
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
@@ -107050,7 +106970,7 @@ Object {
@@ -107059,14 +106979,14 @@ Object {
0
@@ -107109,7 +107029,7 @@ Object {
@@ -107118,14 +107038,14 @@ Object {
100
@@ -107168,7 +107088,7 @@ Object {
@@ -107177,14 +107097,14 @@ Object {
200
@@ -107227,7 +107147,7 @@ Object {
@@ -107236,14 +107156,14 @@ Object {
300
@@ -107286,7 +107206,7 @@ Object {
@@ -107295,14 +107215,14 @@ Object {
400
@@ -107345,7 +107265,7 @@ Object {
@@ -107354,14 +107274,14 @@ Object {
500
@@ -107404,7 +107324,7 @@ Object {
@@ -107413,14 +107333,14 @@ Object {
600
@@ -107463,7 +107383,7 @@ Object {
@@ -107472,14 +107392,14 @@ Object {
700
@@ -107522,7 +107442,7 @@ Object {
@@ -107531,14 +107451,14 @@ Object {
800
@@ -107581,7 +107501,7 @@ Object {
@@ -107590,14 +107510,14 @@ Object {
900
@@ -107640,7 +107560,7 @@ Object {
@@ -107649,14 +107569,14 @@ Object {
1000
@@ -107699,7 +107619,7 @@ Object {
@@ -107708,14 +107628,14 @@ Object {
1100
@@ -107758,7 +107678,7 @@ Object {
@@ -107767,14 +107687,14 @@ Object {
1200
@@ -107817,7 +107737,7 @@ Object {
@@ -107826,14 +107746,14 @@ Object {
1300
@@ -107876,7 +107796,7 @@ Object {
@@ -107885,14 +107805,14 @@ Object {
1400
@@ -107935,7 +107855,7 @@ Object {
@@ -107944,14 +107864,14 @@ Object {
1500
@@ -107994,7 +107914,7 @@ Object {
@@ -108003,14 +107923,14 @@ Object {
1600
@@ -108053,7 +107973,7 @@ Object {
@@ -108062,14 +107982,14 @@ Object {
1700
@@ -108112,7 +108032,7 @@ Object {
@@ -108121,14 +108041,14 @@ Object {
1800
@@ -108171,7 +108091,7 @@ Object {
@@ -108180,14 +108100,14 @@ Object {
1900
@@ -108250,7 +108170,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 600px;" >
@@ -108474,7 +108394,7 @@ Object {
@@ -108483,14 +108403,14 @@ Object {
0
@@ -108533,7 +108453,7 @@ Object {
@@ -108542,14 +108462,14 @@ Object {
100
@@ -108592,7 +108512,7 @@ Object {
@@ -108601,14 +108521,14 @@ Object {
200
@@ -108651,7 +108571,7 @@ Object {
@@ -108660,14 +108580,14 @@ Object {
300
@@ -108710,7 +108630,7 @@ Object {
@@ -108719,14 +108639,14 @@ Object {
400
@@ -108769,7 +108689,7 @@ Object {
@@ -108778,14 +108698,14 @@ Object {
500
@@ -108828,7 +108748,7 @@ Object {
@@ -108837,14 +108757,14 @@ Object {
600
@@ -108887,7 +108807,7 @@ Object {
@@ -108896,14 +108816,14 @@ Object {
700
@@ -108946,7 +108866,7 @@ Object {
@@ -108955,14 +108875,14 @@ Object {
800
@@ -109005,7 +108925,7 @@ Object {
@@ -109014,14 +108934,14 @@ Object {
900
@@ -109064,7 +108984,7 @@ Object {
@@ -109073,14 +108993,14 @@ Object {
1000
@@ -109123,7 +109043,7 @@ Object {
@@ -109132,14 +109052,14 @@ Object {
1100
@@ -109182,7 +109102,7 @@ Object {
@@ -109191,14 +109111,14 @@ Object {
1200
@@ -109241,7 +109161,7 @@ Object {
@@ -109250,14 +109170,14 @@ Object {
1300
@@ -109300,7 +109220,7 @@ Object {
@@ -109309,14 +109229,14 @@ Object {
1400
@@ -109359,7 +109279,7 @@ Object {
@@ -109368,14 +109288,14 @@ Object {
1500
@@ -109418,7 +109338,7 @@ Object {
@@ -109427,14 +109347,14 @@ Object {
1600
@@ -109477,7 +109397,7 @@ Object {
@@ -109486,14 +109406,14 @@ Object {
1700
@@ -109536,7 +109456,7 @@ Object {
@@ -109545,14 +109465,14 @@ Object {
1800
@@ -109595,7 +109515,7 @@ Object {
@@ -109604,14 +109524,14 @@ Object {
1900
@@ -109727,7 +109647,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -109886,7 +109806,7 @@ Object {
@@ -109895,14 +109815,14 @@ Object {
0
@@ -109910,26 +109830,26 @@ Object {
Test
Test
@@ -109938,7 +109858,7 @@ Object {
@@ -109947,14 +109867,14 @@ Object {
100
@@ -109976,7 +109896,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -110135,7 +110055,7 @@ Object {
@@ -110144,14 +110064,14 @@ Object {
0
@@ -110159,26 +110079,26 @@ Object {
Test
Test
@@ -110187,7 +110107,7 @@ Object {
@@ -110196,14 +110116,14 @@ Object {
100
@@ -110225,7 +110145,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -110384,7 +110304,7 @@ Object {
@@ -110393,14 +110313,14 @@ Object {
0
@@ -110408,26 +110328,26 @@ Object {
Test
Test
@@ -110436,7 +110356,7 @@ Object {
@@ -110445,14 +110365,14 @@ Object {
100
@@ -110474,7 +110394,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -110633,7 +110553,7 @@ Object {
@@ -110642,14 +110562,14 @@ Object {
0
@@ -110657,26 +110577,26 @@ Object {
Test
Test
@@ -110685,7 +110605,7 @@ Object {
@@ -110694,14 +110614,14 @@ Object {
100
@@ -110723,7 +110643,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -110882,7 +110802,7 @@ Object {
@@ -110891,14 +110811,14 @@ Object {
0
@@ -110906,26 +110826,26 @@ Object {
Test
Test
@@ -110934,7 +110854,7 @@ Object {
@@ -110943,14 +110863,14 @@ Object {
100
@@ -110975,7 +110895,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -111134,7 +111054,7 @@ Object {
@@ -111143,14 +111063,14 @@ Object {
0
@@ -111158,26 +111078,26 @@ Object {
Test
Test
@@ -111186,7 +111106,7 @@ Object {
@@ -111195,14 +111115,14 @@ Object {
100
@@ -111224,7 +111144,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -111383,7 +111303,7 @@ Object {
@@ -111392,14 +111312,14 @@ Object {
0
@@ -111407,26 +111327,26 @@ Object {
Test
Test
@@ -111435,7 +111355,7 @@ Object {
@@ -111444,14 +111364,14 @@ Object {
100
@@ -111473,7 +111393,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -111632,7 +111552,7 @@ Object {
@@ -111641,14 +111561,14 @@ Object {
0
@@ -111656,26 +111576,26 @@ Object {
Test
Test
@@ -111684,7 +111604,7 @@ Object {
@@ -111693,14 +111613,14 @@ Object {
100
@@ -111722,7 +111642,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -111881,7 +111801,7 @@ Object {
@@ -111890,14 +111810,14 @@ Object {
0
@@ -111905,26 +111825,26 @@ Object {
Test
Test
@@ -111933,7 +111853,7 @@ Object {
@@ -111942,14 +111862,14 @@ Object {
100
@@ -111971,7 +111891,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -112130,7 +112050,7 @@ Object {
@@ -112139,14 +112059,14 @@ Object {
0
@@ -112154,26 +112074,26 @@ Object {
Test
Test
@@ -112182,7 +112102,7 @@ Object {
@@ -112191,14 +112111,14 @@ Object {
100
@@ -112280,7 +112200,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -112439,7 +112359,7 @@ Object {
@@ -112448,14 +112368,14 @@ Object {
0
@@ -112463,26 +112383,26 @@ Object {
Test
Test
@@ -112491,7 +112411,7 @@ Object {
@@ -112500,14 +112420,14 @@ Object {
100
@@ -112529,7 +112449,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -112688,7 +112608,7 @@ Object {
@@ -112697,14 +112617,14 @@ Object {
0
@@ -112712,26 +112632,26 @@ Object {
Test
Test
@@ -112740,7 +112660,7 @@ Object {
@@ -112749,14 +112669,14 @@ Object {
100
@@ -112778,7 +112698,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -112937,7 +112857,7 @@ Object {
@@ -112946,14 +112866,14 @@ Object {
0
@@ -112961,26 +112881,26 @@ Object {
Test
Test
@@ -112989,7 +112909,7 @@ Object {
@@ -112998,14 +112918,14 @@ Object {
100
@@ -113027,7 +112947,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -113186,7 +113106,7 @@ Object {
@@ -113195,14 +113115,14 @@ Object {
0
@@ -113210,26 +113130,26 @@ Object {
Test
Test
@@ -113238,7 +113158,7 @@ Object {
@@ -113247,14 +113167,14 @@ Object {
100
@@ -113276,7 +113196,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -113435,7 +113355,7 @@ Object {
@@ -113444,14 +113364,14 @@ Object {
0
@@ -113459,26 +113379,26 @@ Object {
Test
Test
@@ -113487,7 +113407,7 @@ Object {
@@ -113496,14 +113416,14 @@ Object {
100
@@ -113525,7 +113445,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -113684,7 +113604,7 @@ Object {
@@ -113693,14 +113613,14 @@ Object {
0
@@ -113708,26 +113628,26 @@ Object {
Test
Test
@@ -113736,7 +113656,7 @@ Object {
@@ -113745,14 +113665,14 @@ Object {
100
@@ -113777,7 +113697,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -113936,7 +113856,7 @@ Object {
@@ -113945,14 +113865,14 @@ Object {
0
@@ -113960,26 +113880,26 @@ Object {
Test
Test
@@ -113988,7 +113908,7 @@ Object {
@@ -113997,14 +113917,14 @@ Object {
100
@@ -114026,7 +113946,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -114185,7 +114105,7 @@ Object {
@@ -114194,14 +114114,14 @@ Object {
0
@@ -114209,26 +114129,26 @@ Object {
Test
Test
@@ -114237,7 +114157,7 @@ Object {
@@ -114246,14 +114166,14 @@ Object {
100
@@ -114275,7 +114195,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -114434,7 +114354,7 @@ Object {
@@ -114443,14 +114363,14 @@ Object {
0
@@ -114458,26 +114378,26 @@ Object {
Test
Test
@@ -114486,7 +114406,7 @@ Object {
@@ -114495,14 +114415,14 @@ Object {
100
@@ -114524,7 +114444,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -114683,7 +114603,7 @@ Object {
@@ -114692,14 +114612,14 @@ Object {
0
@@ -114707,26 +114627,26 @@ Object {
Test
Test
@@ -114735,7 +114655,7 @@ Object {
@@ -114744,14 +114664,14 @@ Object {
100
@@ -114773,7 +114693,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -114932,7 +114852,7 @@ Object {
@@ -114941,14 +114861,14 @@ Object {
0
@@ -114956,26 +114876,26 @@ Object {
Test
Test
@@ -114984,7 +114904,7 @@ Object {
@@ -114993,14 +114913,14 @@ Object {
100
@@ -115022,7 +114942,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -115181,7 +115101,7 @@ Object {
@@ -115190,14 +115110,14 @@ Object {
0
@@ -115205,26 +115125,26 @@ Object {
Test
Test
@@ -115233,7 +115153,7 @@ Object {
@@ -115242,14 +115162,14 @@ Object {
100
@@ -115332,7 +115252,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 700px;" >
@@ -115617,7 +115537,7 @@ Object {
@@ -115626,21 +115546,21 @@ Object {
0
0
@@ -115724,7 +115644,7 @@ Object {
@@ -115733,21 +115653,21 @@ Object {
100
100
@@ -115831,7 +115751,7 @@ Object {
@@ -115840,21 +115760,21 @@ Object {
200
200
@@ -115938,7 +115858,7 @@ Object {
@@ -115947,21 +115867,21 @@ Object {
300
300
@@ -116045,7 +115965,7 @@ Object {
@@ -116054,21 +115974,21 @@ Object {
400
400
@@ -116152,7 +116072,7 @@ Object {
@@ -116161,21 +116081,21 @@ Object {
500
500
@@ -116259,7 +116179,7 @@ Object {
@@ -116268,21 +116188,21 @@ Object {
600
600
@@ -116366,7 +116286,7 @@ Object {
@@ -116375,21 +116295,21 @@ Object {
700
700
@@ -116473,7 +116393,7 @@ Object {
@@ -116482,21 +116402,21 @@ Object {
800
800
@@ -116580,7 +116500,7 @@ Object {
@@ -116589,21 +116509,21 @@ Object {
900
900
@@ -116687,7 +116607,7 @@ Object {
@@ -116696,21 +116616,21 @@ Object {
1000
1000
@@ -116794,7 +116714,7 @@ Object {
@@ -116803,21 +116723,21 @@ Object {
1100
1100
@@ -116901,7 +116821,7 @@ Object {
@@ -116910,21 +116830,21 @@ Object {
1200
1200
@@ -117008,7 +116928,7 @@ Object {
@@ -117017,21 +116937,21 @@ Object {
1300
1300
@@ -117115,7 +117035,7 @@ Object {
@@ -117124,21 +117044,21 @@ Object {
1400
1400
@@ -117222,7 +117142,7 @@ Object {
@@ -117231,21 +117151,21 @@ Object {
1500
1500
@@ -117329,7 +117249,7 @@ Object {
@@ -117338,21 +117258,21 @@ Object {
1600
1600
@@ -117436,7 +117356,7 @@ Object {
@@ -117445,21 +117365,21 @@ Object {
1700
1700
@@ -117543,7 +117463,7 @@ Object {
@@ -117552,21 +117472,21 @@ Object {
1800
1800
@@ -117650,7 +117570,7 @@ Object {
@@ -117659,21 +117579,21 @@ Object {
1900
1900
@@ -117757,7 +117677,7 @@ Object {
@@ -117766,21 +117686,21 @@ Object {
2000
2000
@@ -117864,7 +117784,7 @@ Object {
@@ -117873,21 +117793,21 @@ Object {
2100
2100
@@ -117971,7 +117891,7 @@ Object {
@@ -117980,21 +117900,21 @@ Object {
2200
2200
@@ -118078,7 +117998,7 @@ Object {
@@ -118087,21 +118007,21 @@ Object {
2300
2300
@@ -118185,7 +118105,7 @@ Object {
@@ -118194,21 +118114,21 @@ Object {
2400
2400
@@ -118292,7 +118212,7 @@ Object {
@@ -118301,21 +118221,21 @@ Object {
2500
2500
@@ -118399,7 +118319,7 @@ Object {
@@ -118408,21 +118328,21 @@ Object {
2600
2600
@@ -118506,7 +118426,7 @@ Object {
@@ -118515,21 +118435,21 @@ Object {
2700
2700
@@ -118613,7 +118533,7 @@ Object {
@@ -118622,21 +118542,21 @@ Object {
2800
2800
@@ -118720,7 +118640,7 @@ Object {
@@ -118729,21 +118649,21 @@ Object {
2900
2900
@@ -118827,7 +118747,7 @@ Object {
@@ -118836,21 +118756,21 @@ Object {
3000
3000
@@ -118934,7 +118854,7 @@ Object {
@@ -118943,21 +118863,21 @@ Object {
3100
3100
@@ -119041,7 +118961,7 @@ Object {
@@ -119050,21 +118970,21 @@ Object {
3200
3200
@@ -119148,7 +119068,7 @@ Object {
@@ -119157,21 +119077,21 @@ Object {
3300
3300
@@ -119255,7 +119175,7 @@ Object {
@@ -119264,21 +119184,21 @@ Object {
3400
3400
@@ -119362,7 +119282,7 @@ Object {
@@ -119371,21 +119291,21 @@ Object {
3500
3500
@@ -119469,7 +119389,7 @@ Object {
@@ -119478,21 +119398,21 @@ Object {
3600
3600
@@ -119576,7 +119496,7 @@ Object {
@@ -119585,21 +119505,21 @@ Object {
3700
3700
@@ -119683,7 +119603,7 @@ Object {
@@ -119692,21 +119612,21 @@ Object {
3800
3800
@@ -119790,7 +119710,7 @@ Object {
@@ -119799,21 +119719,21 @@ Object {
3900
3900
@@ -120286,7 +120206,7 @@ Object {
@@ -120295,21 +120215,21 @@ Object {
0
0
@@ -120393,7 +120313,7 @@ Object {
@@ -120402,21 +120322,21 @@ Object {
100
100
@@ -120500,7 +120420,7 @@ Object {
@@ -120509,21 +120429,21 @@ Object {
200
200
@@ -120607,7 +120527,7 @@ Object {
@@ -120616,21 +120536,21 @@ Object {
300
300
@@ -120714,7 +120634,7 @@ Object {
@@ -120723,21 +120643,21 @@ Object {
400
400
@@ -120821,7 +120741,7 @@ Object {
@@ -120830,21 +120750,21 @@ Object {
500
500
@@ -120928,7 +120848,7 @@ Object {
@@ -120937,21 +120857,21 @@ Object {
600
600
@@ -121035,7 +120955,7 @@ Object {
@@ -121044,21 +120964,21 @@ Object {
700
700
@@ -121142,7 +121062,7 @@ Object {
@@ -121151,21 +121071,21 @@ Object {
800
800
@@ -121249,7 +121169,7 @@ Object {
@@ -121258,21 +121178,21 @@ Object {
900
900
@@ -121356,7 +121276,7 @@ Object {
@@ -121365,21 +121285,21 @@ Object {
1000
1000
@@ -121463,7 +121383,7 @@ Object {
@@ -121472,21 +121392,21 @@ Object {
1100
1100
@@ -121570,7 +121490,7 @@ Object {
@@ -121579,21 +121499,21 @@ Object {
1200
1200
@@ -121677,7 +121597,7 @@ Object {
@@ -121686,21 +121606,21 @@ Object {
1300
1300
@@ -121784,7 +121704,7 @@ Object {
@@ -121793,21 +121713,21 @@ Object {
1400
1400
@@ -121891,7 +121811,7 @@ Object {
@@ -121900,21 +121820,21 @@ Object {
1500
1500
@@ -121998,7 +121918,7 @@ Object {
@@ -122007,21 +121927,21 @@ Object {
1600
1600
@@ -122105,7 +122025,7 @@ Object {
@@ -122114,21 +122034,21 @@ Object {
1700
1700
@@ -122212,7 +122132,7 @@ Object {
@@ -122221,21 +122141,21 @@ Object {
1800
1800
@@ -122319,7 +122239,7 @@ Object {
@@ -122328,21 +122248,21 @@ Object {
1900
1900
@@ -122426,7 +122346,7 @@ Object {
@@ -122435,21 +122355,21 @@ Object {
2000
2000
@@ -122533,7 +122453,7 @@ Object {
@@ -122542,21 +122462,21 @@ Object {
2100
2100
@@ -122640,7 +122560,7 @@ Object {
@@ -122649,21 +122569,21 @@ Object {
2200
2200
@@ -122747,7 +122667,7 @@ Object {
@@ -122756,21 +122676,21 @@ Object {
2300
2300
@@ -122854,7 +122774,7 @@ Object {
@@ -122863,21 +122783,21 @@ Object {
2400
2400
@@ -122961,7 +122881,7 @@ Object {
@@ -122970,21 +122890,21 @@ Object {
2500
2500
@@ -123068,7 +122988,7 @@ Object {
@@ -123077,21 +122997,21 @@ Object {
2600
2600
@@ -123175,7 +123095,7 @@ Object {
@@ -123184,21 +123104,21 @@ Object {
2700
2700
@@ -123282,7 +123202,7 @@ Object {
@@ -123291,21 +123211,21 @@ Object {
2800
2800
@@ -123389,7 +123309,7 @@ Object {
@@ -123398,21 +123318,21 @@ Object {
2900
2900
@@ -123496,7 +123416,7 @@ Object {
@@ -123505,21 +123425,21 @@ Object {
3000
3000
@@ -123603,7 +123523,7 @@ Object {
@@ -123612,21 +123532,21 @@ Object {
3100
3100
@@ -123710,7 +123630,7 @@ Object {
@@ -123719,21 +123639,21 @@ Object {
3200
3200
@@ -123817,7 +123737,7 @@ Object {
@@ -123826,21 +123746,21 @@ Object {
3300
3300
@@ -123924,7 +123844,7 @@ Object {
@@ -123933,21 +123853,21 @@ Object {
3400
3400
@@ -124031,7 +123951,7 @@ Object {
@@ -124040,21 +123960,21 @@ Object {
3500
3500
@@ -124138,7 +124058,7 @@ Object {
@@ -124147,21 +124067,21 @@ Object {
3600
3600
@@ -124245,7 +124165,7 @@ Object {
@@ -124254,21 +124174,21 @@ Object {
3700
3700
@@ -124352,7 +124272,7 @@ Object {
@@ -124361,21 +124281,21 @@ Object {
3800
3800
@@ -124459,7 +124379,7 @@ Object {
@@ -124468,21 +124388,21 @@ Object {
3900
3900
@@ -124971,7 +124891,7 @@ Object {
@@ -124980,21 +124900,21 @@ Object {
0
0
@@ -125037,7 +124957,7 @@ Object {
@@ -125046,21 +124966,21 @@ Object {
100
100
@@ -125103,7 +125023,7 @@ Object {
@@ -125112,21 +125032,21 @@ Object {
200
200
@@ -125169,7 +125089,7 @@ Object {
@@ -125178,21 +125098,21 @@ Object {
300
300
@@ -125235,7 +125155,7 @@ Object {
@@ -125244,21 +125164,21 @@ Object {
400
400
@@ -125690,7 +125610,7 @@ Object {
@@ -125699,21 +125619,21 @@ Object {
0
0
@@ -125756,7 +125676,7 @@ Object {
@@ -125765,21 +125685,21 @@ Object {
100
100
@@ -125822,7 +125742,7 @@ Object {
@@ -125831,21 +125751,21 @@ Object {
200
200
@@ -125888,7 +125808,7 @@ Object {
@@ -125897,21 +125817,21 @@ Object {
300
300
@@ -125954,7 +125874,7 @@ Object {
@@ -125963,21 +125883,21 @@ Object {
400
400
@@ -126473,7 +126393,7 @@ Object {
@@ -126482,21 +126402,21 @@ Object {
120
10
@@ -126539,7 +126459,7 @@ Object {
@@ -126548,21 +126468,21 @@ Object {
121
11
@@ -126605,7 +126525,7 @@ Object {
@@ -126614,21 +126534,21 @@ Object {
122
12
@@ -126671,7 +126591,7 @@ Object {
@@ -126680,21 +126600,21 @@ Object {
123
13
@@ -126737,7 +126657,7 @@ Object {
@@ -126746,21 +126666,21 @@ Object {
124
14
@@ -126803,7 +126723,7 @@ Object {
@@ -126812,21 +126732,21 @@ Object {
125
15
@@ -126869,7 +126789,7 @@ Object {
@@ -126878,21 +126798,21 @@ Object {
126
16
@@ -126935,7 +126855,7 @@ Object {
@@ -126944,21 +126864,21 @@ Object {
127
17
@@ -127001,7 +126921,7 @@ Object {
@@ -127010,21 +126930,21 @@ Object {
128
18
@@ -127067,7 +126987,7 @@ Object {
@@ -127076,21 +126996,21 @@ Object {
129
19
@@ -127133,7 +127053,7 @@ Object {
@@ -127142,21 +127062,21 @@ Object {
130
20
@@ -127199,7 +127119,7 @@ Object {
@@ -127208,21 +127128,21 @@ Object {
131
21
@@ -127265,7 +127185,7 @@ Object {
@@ -127274,21 +127194,21 @@ Object {
132
22
@@ -127331,7 +127251,7 @@ Object {
@@ -127340,21 +127260,21 @@ Object {
133
23
@@ -127397,7 +127317,7 @@ Object {
@@ -127406,21 +127326,21 @@ Object {
134
24
@@ -127463,7 +127383,7 @@ Object {
@@ -127472,21 +127392,21 @@ Object {
135
25
@@ -127529,7 +127449,7 @@ Object {
@@ -127538,21 +127458,21 @@ Object {
136
26
@@ -127595,7 +127515,7 @@ Object {
@@ -127604,21 +127524,21 @@ Object {
137
27
@@ -127661,7 +127581,7 @@ Object {
@@ -127670,21 +127590,21 @@ Object {
138
28
@@ -127727,7 +127647,7 @@ Object {
@@ -127736,21 +127656,21 @@ Object {
139
29
@@ -127793,7 +127713,7 @@ Object {
@@ -127802,21 +127722,21 @@ Object {
140
30
@@ -127859,7 +127779,7 @@ Object {
@@ -127868,21 +127788,21 @@ Object {
141
31
@@ -127925,7 +127845,7 @@ Object {
@@ -127934,21 +127854,21 @@ Object {
142
32
@@ -127991,7 +127911,7 @@ Object {
@@ -128000,21 +127920,21 @@ Object {
143
33
@@ -128057,7 +127977,7 @@ Object {
@@ -128066,21 +127986,21 @@ Object {
144
34
@@ -128123,7 +128043,7 @@ Object {
@@ -128132,21 +128052,21 @@ Object {
145
35
@@ -128189,7 +128109,7 @@ Object {
@@ -128198,21 +128118,21 @@ Object {
146
36
@@ -128255,7 +128175,7 @@ Object {
@@ -128264,21 +128184,21 @@ Object {
147
37
@@ -128321,7 +128241,7 @@ Object {
@@ -128330,21 +128250,21 @@ Object {
148
38
@@ -128387,7 +128307,7 @@ Object {
@@ -128396,21 +128316,21 @@ Object {
149
39
@@ -128453,7 +128373,7 @@ Object {
@@ -128462,21 +128382,21 @@ Object {
150
40
@@ -128519,7 +128439,7 @@ Object {
@@ -128528,21 +128448,21 @@ Object {
151
41
@@ -128585,7 +128505,7 @@ Object {
@@ -128594,21 +128514,21 @@ Object {
152
42
@@ -128651,7 +128571,7 @@ Object {
@@ -128660,21 +128580,21 @@ Object {
153
43
@@ -128717,7 +128637,7 @@ Object {
@@ -128726,21 +128646,21 @@ Object {
154
44
@@ -128783,7 +128703,7 @@ Object {
@@ -128792,21 +128712,21 @@ Object {
155
45
@@ -128849,7 +128769,7 @@ Object {
@@ -128858,21 +128778,21 @@ Object {
156
46
@@ -128915,7 +128835,7 @@ Object {
@@ -128924,21 +128844,21 @@ Object {
157
47
@@ -128981,7 +128901,7 @@ Object {
@@ -128990,21 +128910,21 @@ Object {
158
48
@@ -129047,7 +128967,7 @@ Object {
@@ -129056,21 +128976,21 @@ Object {
159
49
@@ -129351,7 +129271,7 @@ Object {
@@ -129360,21 +129280,21 @@ Object {
120
10
@@ -129417,7 +129337,7 @@ Object {
@@ -129426,21 +129346,21 @@ Object {
121
11
@@ -129483,7 +129403,7 @@ Object {
@@ -129492,21 +129412,21 @@ Object {
122
12
@@ -129549,7 +129469,7 @@ Object {
@@ -129558,21 +129478,21 @@ Object {
123
13
@@ -129615,7 +129535,7 @@ Object {
@@ -129624,21 +129544,21 @@ Object {
124
14
@@ -129681,7 +129601,7 @@ Object {
@@ -129690,21 +129610,21 @@ Object {
125
15
@@ -129747,7 +129667,7 @@ Object {
@@ -129756,21 +129676,21 @@ Object {
126
16
@@ -129813,7 +129733,7 @@ Object {
@@ -129822,21 +129742,21 @@ Object {
127
17
@@ -129879,7 +129799,7 @@ Object {
@@ -129888,21 +129808,21 @@ Object {
128
18
@@ -129945,7 +129865,7 @@ Object {
@@ -129954,21 +129874,21 @@ Object {
129
19
@@ -130011,7 +129931,7 @@ Object {
@@ -130020,21 +129940,21 @@ Object {
130
20
@@ -130077,7 +129997,7 @@ Object {
@@ -130086,21 +130006,21 @@ Object {
131
21
@@ -130143,7 +130063,7 @@ Object {
@@ -130152,21 +130072,21 @@ Object {
132
22
@@ -130209,7 +130129,7 @@ Object {
@@ -130218,21 +130138,21 @@ Object {
133
23
@@ -130275,7 +130195,7 @@ Object {
@@ -130284,21 +130204,21 @@ Object {
134
24
@@ -130341,7 +130261,7 @@ Object {
@@ -130350,21 +130270,21 @@ Object {
135
25
@@ -130407,7 +130327,7 @@ Object {
@@ -130416,21 +130336,21 @@ Object {
136
26
@@ -130473,7 +130393,7 @@ Object {
@@ -130482,21 +130402,21 @@ Object {
137
27
@@ -130539,7 +130459,7 @@ Object {
@@ -130548,21 +130468,21 @@ Object {
138
28
@@ -130605,7 +130525,7 @@ Object {
@@ -130614,21 +130534,21 @@ Object {
139
29
@@ -130671,7 +130591,7 @@ Object {
@@ -130680,21 +130600,21 @@ Object {
140
30
@@ -130737,7 +130657,7 @@ Object {
@@ -130746,21 +130666,21 @@ Object {
141
31
@@ -130803,7 +130723,7 @@ Object {
@@ -130812,21 +130732,21 @@ Object {
142
32
@@ -130869,7 +130789,7 @@ Object {
@@ -130878,21 +130798,21 @@ Object {
143
33
@@ -130935,7 +130855,7 @@ Object {
@@ -130944,21 +130864,21 @@ Object {
144
34
@@ -131001,7 +130921,7 @@ Object {
@@ -131010,21 +130930,21 @@ Object {
145
35
@@ -131067,7 +130987,7 @@ Object {
@@ -131076,21 +130996,21 @@ Object {
146
36
@@ -131133,7 +131053,7 @@ Object {
@@ -131142,21 +131062,21 @@ Object {
147
37
@@ -131199,7 +131119,7 @@ Object {
@@ -131208,21 +131128,21 @@ Object {
148
38
@@ -131265,7 +131185,7 @@ Object {
@@ -131274,21 +131194,21 @@ Object {
149
39
@@ -131331,7 +131251,7 @@ Object {
@@ -131340,21 +131260,21 @@ Object {
150
40
@@ -131397,7 +131317,7 @@ Object {
@@ -131406,21 +131326,21 @@ Object {
151
41
@@ -131463,7 +131383,7 @@ Object {
@@ -131472,21 +131392,21 @@ Object {
152
42
@@ -131529,7 +131449,7 @@ Object {
@@ -131538,21 +131458,21 @@ Object {
153
43
@@ -131595,7 +131515,7 @@ Object {
@@ -131604,21 +131524,21 @@ Object {
154
44
@@ -131661,7 +131581,7 @@ Object {
@@ -131670,21 +131590,21 @@ Object {
155
45
@@ -131727,7 +131647,7 @@ Object {
@@ -131736,21 +131656,21 @@ Object {
156
46
@@ -131793,7 +131713,7 @@ Object {
@@ -131802,21 +131722,21 @@ Object {
157
47
@@ -131859,7 +131779,7 @@ Object {
@@ -131868,21 +131788,21 @@ Object {
158
48
@@ -131925,7 +131845,7 @@ Object {
@@ -131934,21 +131854,21 @@ Object {
159
49
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
@@ -136066,7 +135946,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 90px;" >
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
2023-09-19T14:31:46.105Z
Bender (old) Coingaming
Pragmatic Play
22.97
USD
SUCCESS
@@ -140153,7 +139993,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -140312,7 +140152,7 @@ Object {
@@ -140321,14 +140161,14 @@ Object {
0
@@ -140388,26 +140228,26 @@ Object {
Test
Test
@@ -140416,7 +140256,7 @@ Object {
@@ -140425,14 +140265,14 @@ Object {
200
@@ -140492,26 +140332,26 @@ Object {
Test
Test
@@ -140520,7 +140360,7 @@ Object {
@@ -140529,14 +140369,14 @@ Object {
400
@@ -140561,7 +140401,7 @@ Object { style="display: flex; flex: 1 0 auto; min-width: 0px;" >
Test
Test
@@ -140720,7 +140560,7 @@ Object {
@@ -140729,14 +140569,14 @@ Object {
0
@@ -140796,26 +140636,26 @@ Object {
Test
Test
@@ -140824,7 +140664,7 @@ Object {
@@ -140833,14 +140673,14 @@ Object {
200
@@ -140900,26 +140740,26 @@ Object {
Test
Test
@@ -140928,7 +140768,7 @@ Object {
@@ -140937,14 +140777,14 @@ Object {
400
diff --git a/workspaces/tables/src/components/Minimap.tsx b/workspaces/tables/src/components/Minimap.tsx index 2e401c01cc..694450d185 100644 --- a/workspaces/tables/src/components/Minimap.tsx +++ b/workspaces/tables/src/components/Minimap.tsx @@ -57,9 +57,9 @@ const Minimap = ({ tableRef, footerRef, numberOfColumns }: MinimapProps) => { return (
@@ -69,7 +69,7 @@ const Minimap = ({ tableRef, footerRef, numberOfColumns }: MinimapProps) => { /> {[...new Array(numberOfColumns)].map((_, index) => (
diff --git a/workspaces/tables/src/components/Table.tsx b/workspaces/tables/src/components/Table.tsx index 09e32f3246..6df369d4d7 100644 --- a/workspaces/tables/src/components/Table.tsx +++ b/workspaces/tables/src/components/Table.tsx @@ -44,9 +44,9 @@ const Table = ({ withFooter, withMinimap, expandedByDefault, - defaultRowBackgroundColor = 'gohan', - evenRowBackgroundColor = 'gohan', - headerBackgroundColor = 'goku', + defaultRowBackgroundColor = 'goku', + evenRowBackgroundColor = 'goku', + headerBackgroundColor = 'gohan', rowGap = 'gap-1', rowSize = 'md', isCellBorder, From 412488c5dc9b68771c717305388b4b4a9dac2461 Mon Sep 17 00:00:00 2001 From: dkireev Date: Wed, 4 Oct 2023 12:55:57 +0300 Subject: [PATCH 2/2] fix: Table goku/gohan colours [MDS-708] --- .../combobox/__tests__/__snapshots__/index.test.tsx.snap | 8 ++++---- .../table/__tests__/__snapshots__/index.test.tsx.snap | 8 ++++---- workspaces/tables/src/components/Minimap.tsx | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/next-docs/public/examples/combobox/__tests__/__snapshots__/index.test.tsx.snap b/next-docs/public/examples/combobox/__tests__/__snapshots__/index.test.tsx.snap index 2a4ac14d58..b46d1af74d 100644 --- a/next-docs/public/examples/combobox/__tests__/__snapshots__/index.test.tsx.snap +++ b/next-docs/public/examples/combobox/__tests__/__snapshots__/index.test.tsx.snap @@ -1261,7 +1261,7 @@ Object { class="relative w-full max-w-xs" >
{ className={mergeClassnames( 'absolute bottom-4 shadow-md end-10 w-auto h-14 z-1 bg-goku rounded-moon-s-sm p-1', 'pointer-events-none transition-opacity', - visible ? 'opacity-1' : 'opacity-1' + visible ? 'opacity-1' : 'opacity-0' )} >