realchart 1.4.5 → 1.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2294 @@
1
+ @charset "UTF-8";
2
+ .rct-control {
3
+ background-color: #fff;
4
+ }
5
+ .rct-control[data-theme="dark"] {
6
+ background-color: #262626;
7
+ }
8
+ .rct-control[data-theme='real'] {
9
+ background-color: #264653;
10
+ }
11
+ .rct-root {
12
+ font-family: AppleSDGothicNeo-Light, "HelveticaNeue", "Malgun Gothic", "맑은 고딕", sans-serif;
13
+ font-size: 16px;
14
+ padding: 20px;
15
+ color: #000;
16
+ -webkit-touch-callout: default;
17
+ user-select: none;
18
+ -webkit-user-select: none;
19
+ -moz-user-select: none;
20
+ -ms-user-select: none;
21
+ touch-action: auto;
22
+ -ms-touch-action: auto;
23
+ text-align: initial;
24
+ }
25
+ .rct-root[data-theme='dark'] {
26
+ font-family: AppleSDGothicNeo-Light, "HelveticaNeue", "Malgun Gothic", "맑은 고딕", sans-serif;
27
+ font-size: 16px;
28
+ padding: 20px;
29
+ color: #000;
30
+ -webkit-touch-callout: default;
31
+ user-select: none;
32
+ -webkit-user-select: none;
33
+ -moz-user-select: none;
34
+ -ms-user-select: none;
35
+ touch-action: auto;
36
+ -ms-touch-action: auto;
37
+ text-align: initial;
38
+ }
39
+ .rct-root[data-theme='real'] {
40
+ font-family: AppleSDGothicNeo-Light, "HelveticaNeue", "Malgun Gothic", "맑은 고딕", sans-serif;
41
+ font-size: 16px;
42
+ padding: 20px;
43
+ color: #000;
44
+ -webkit-touch-callout: default;
45
+ user-select: none;
46
+ -webkit-user-select: none;
47
+ -moz-user-select: none;
48
+ -ms-user-select: none;
49
+ touch-action: auto;
50
+ -ms-touch-action: auto;
51
+ text-align: initial;
52
+ }
53
+ .rct-root text {
54
+ stroke: none;
55
+ }
56
+ .rct-pattern {
57
+ stroke: #000;
58
+ }
59
+ .rct-debug {
60
+ fill: none;
61
+ stroke: #ff000040;
62
+ pointer-events: none;
63
+ }
64
+ .rct-text-bold {
65
+ font-weight: bold;
66
+ }
67
+ .rct-text-italic {
68
+ font-style: italic;
69
+ }
70
+ .rct-label-dark {
71
+ fill: #000;
72
+ }
73
+ .rct-label-light {
74
+ fill: #fff;
75
+ }
76
+ .rct-label-background {
77
+ fill: #d3d3d3;
78
+ }
79
+ .rct-root .rct-button-background {
80
+ padding: 2px 4px;
81
+ rx: 5px;
82
+ fill: #e0e0e0;
83
+ stroke: #e0e0e0;
84
+ }
85
+ .rct-root[data-theme='dark'] .rct-button-background {
86
+ padding: 2px 4px;
87
+ rx: 5px;
88
+ fill: #262626;
89
+ stroke: #fff;
90
+ }
91
+ .rct-root[data-theme='real'] .rct-button-background {
92
+ padding: 2px 4px;
93
+ rx: 5px;
94
+ fill: #e0e0e0;
95
+ stroke: #e0e0e0;
96
+ }
97
+ .rct-root .rct-button {
98
+ fill: #333;
99
+ font-size: 0.9em;
100
+ cursor: pointer;
101
+ }
102
+ .rct-root[data-theme='dark'] .rct-button {
103
+ fill: #fff;
104
+ font-size: 0.9em;
105
+ cursor: pointer;
106
+ }
107
+ .rct-root[data-theme='real'] .rct-button {
108
+ fill: #333;
109
+ font-size: 0.9em;
110
+ cursor: pointer;
111
+ }
112
+ .rct-root .rct-credits {
113
+ font-size: 0.7em;
114
+ fill: #777;
115
+ }
116
+ .rct-root[data-theme='dark'] .rct-credits {
117
+ font-size: 0.7em;
118
+ fill: #999;
119
+ }
120
+ .rct-root[data-theme='real'] .rct-credits {
121
+ font-size: 0.7em;
122
+ fill: #999;
123
+ }
124
+ .rct-root .rct-title {
125
+ margin-bottom: 10px;
126
+ font-size: 22px;
127
+ fill: #333;
128
+ }
129
+ .rct-root[data-theme='dark'] .rct-title {
130
+ margin-bottom: 10px;
131
+ font-size: 22px;
132
+ fill: #fff;
133
+ }
134
+ .rct-root[data-theme='real'] .rct-title {
135
+ margin-bottom: 10px;
136
+ font-size: 22px;
137
+ fill: #f0d9be;
138
+ }
139
+ .rct-title-background {
140
+ fill: none;
141
+ }
142
+ .rct-root .rct-subtitle {
143
+ margin-bottom: 10px;
144
+ font-size: 15px;
145
+ fill: #333;
146
+ }
147
+ .rct-root[data-theme='dark'] .rct-subtitle {
148
+ margin-bottom: 10px;
149
+ font-size: 15px;
150
+ fill: #fff;
151
+ }
152
+ .rct-root[data-theme='real'] .rct-subtitle {
153
+ margin-bottom: 10px;
154
+ font-size: 15px;
155
+ fill: #f0d9be;
156
+ }
157
+ .rct-subtitle-background {
158
+ fill: none;
159
+ }
160
+ .rct-root .rct-legend {
161
+ fill: #333;
162
+ stroke: none;
163
+ padding: 3px 6px;
164
+ font-size: 14px;
165
+ }
166
+ .rct-root[data-theme='dark'] .rct-legend {
167
+ fill: #fff;
168
+ stroke: none;
169
+ padding: 3px 6px;
170
+ font-size: 14px;
171
+ }
172
+ .rct-root[data-theme='real'] .rct-legend {
173
+ fill: #f0d9be;
174
+ stroke: none;
175
+ padding: 3px 6px;
176
+ font-size: 14px;
177
+ }
178
+ .rct-root .rct-legend-background {
179
+ fill: none;
180
+ rx: 7px;
181
+ stroke: none;
182
+ }
183
+ .rct-root[data-theme='dark'] .rct-legend-background {
184
+ fill: none;
185
+ rx: 7px;
186
+ stroke: none;
187
+ }
188
+ .rct-root[data-theme='real'] .rct-legend-background {
189
+ fill: none;
190
+ rx: 7px;
191
+ stroke: none;
192
+ }
193
+ .rct-root .rct-legend-item-label[data-hidden] {
194
+ fill: #aaa;
195
+ text-decoration: line-through;
196
+ }
197
+ .rct-root[data-theme='dark'] .rct-legend-item-label[data-hidden] {
198
+ fill: #707070;
199
+ text-decoration: line-through;
200
+ }
201
+ .rct-root[data-theme='real'] .rct-legend-item-label[data-hidden] {
202
+ fill: #4e7b82;
203
+ text-decoration: line-through;
204
+ }
205
+ .rct-root .rct-legend-item-label[data-empty] {
206
+ fill: #aaa;
207
+ }
208
+ .rct-root[data-theme='dark'] .rct-legend-item-label[data-empty] {
209
+ fill: #707070;
210
+ }
211
+ .rct-root[data-theme='real'] .rct-legend-item-label[data-empty] {
212
+ fill: #4e7b82;
213
+ }
214
+ .rct-legend-item-marker[data-hidden] {
215
+ fill: #aaa !important;
216
+ stroke: #aaa !important;
217
+ }
218
+ .rct-legend-item-marker[data-hidden] path {
219
+ fill: #aaa !important;
220
+ stroke: #aaa !important;
221
+ }
222
+ .rct-legend-item-marker[data-hidden] path[data-fill] {
223
+ fill: #aaa !important;
224
+ }
225
+ .rct-legend-item-marker[data-empty] {
226
+ fill: #aaa !important;
227
+ stroke: #aaa !important;
228
+ }
229
+ .rct-legend-item-marker[data-empty] path[data-fill] {
230
+ fill: #aaa !important;
231
+ }
232
+ .rct-root .rct-body-background {
233
+ stroke: none;
234
+ fill: none;
235
+ shape-rendering: crispEdges;
236
+ }
237
+ .rct-root[data-theme='dark'] .rct-body-background {
238
+ stroke: none;
239
+ fill: none;
240
+ shape-rendering: crispEdges;
241
+ }
242
+ .rct-root[data-theme='real'] .rct-body-background {
243
+ stroke: none;
244
+ fill: none;
245
+ shape-rendering: crispEdges;
246
+ }
247
+ .rct-body-background[data-polar] {
248
+ stroke: none;
249
+ }
250
+ .rct-root .rct-body-depth-org-line {
251
+ stroke: #cdcdcd;
252
+ }
253
+ .rct-root[data-theme='dark'] .rct-body-depth-org-line {
254
+ stroke: #cdcdcd;
255
+ }
256
+ .rct-root[data-theme='real'] .rct-body-depth-org-line {
257
+ stroke: #cdcdcd;
258
+ }
259
+ .rct-root .rct-body-depth-side {
260
+ fill: #fafafa;
261
+ }
262
+ .rct-root[data-theme='dark'] .rct-body-depth-side {
263
+ fill: #4D4D4D;
264
+ }
265
+ .rct-root[data-theme='real'] .rct-body-depth-side {
266
+ fill: #fafafa;
267
+ }
268
+ .rct-root .rct-body-depth-grid-line {
269
+ stroke: #e0e0e0;
270
+ }
271
+ .rct-root[data-theme='dark'] .rct-body-depth-grid-line {
272
+ stroke: #e0e0e0;
273
+ }
274
+ .rct-root[data-theme='real'] .rct-body-depth-grid-line {
275
+ stroke: #e0e0e0;
276
+ }
277
+ .rct-root .rct-body-depth-side-line {
278
+ stroke: #cdcdcd;
279
+ }
280
+ .rct-root[data-theme='dark'] .rct-body-depth-side-line {
281
+ stroke: #cdcdcd;
282
+ }
283
+ .rct-root[data-theme='real'] .rct-body-depth-side-line {
284
+ stroke: #cdcdcd;
285
+ }
286
+ .rct-root .rct-empty-view {
287
+ stroke: #eee;
288
+ fill: #fcfcff;
289
+ }
290
+ .rct-root[data-theme='dark'] .rct-empty-view {
291
+ stroke: #898989;
292
+ fill: #414141;
293
+ }
294
+ .rct-root[data-theme='real'] .rct-empty-view {
295
+ stroke: #eee;
296
+ fill: #fcfcff;
297
+ }
298
+ .rct-root .rct-empty-view-label {
299
+ fill: #777;
300
+ font-size: 1.4em;
301
+ }
302
+ .rct-root[data-theme='dark'] .rct-empty-view-label {
303
+ fill: #939393;
304
+ font-size: 1.4em;
305
+ }
306
+ .rct-root[data-theme='real'] .rct-empty-view-label {
307
+ fill: #777;
308
+ font-size: 1.4em;
309
+ }
310
+ .rct-root .rct-axis-title {
311
+ font-size: 15px;
312
+ fill: #333;
313
+ }
314
+ .rct-root[data-theme='dark'] .rct-axis-title {
315
+ font-size: 15px;
316
+ fill: #fff;
317
+ }
318
+ .rct-root[data-theme='real'] .rct-axis-title {
319
+ font-size: 15px;
320
+ fill: #f0d9be;
321
+ }
322
+ .rct-axis-title-background {
323
+ fill: none;
324
+ }
325
+ .rct-root .rct-axis-line {
326
+ stroke: #aaa;
327
+ stroke-width: 1px;
328
+ shape-rendering: crispEdges;
329
+ }
330
+ .rct-root[data-theme='dark'] .rct-axis-line {
331
+ stroke: #fff;
332
+ stroke-width: 1px;
333
+ shape-rendering: crispEdges;
334
+ }
335
+ .rct-root[data-theme='real'] .rct-axis-line {
336
+ stroke: #f0d9be;
337
+ stroke-width: 1px;
338
+ shape-rendering: crispEdges;
339
+ }
340
+ .rct-root .rct-axis-baseline {
341
+ stroke: #333;
342
+ stroke-width: 1px;
343
+ shape-rendering: crispEdges;
344
+ }
345
+ .rct-root[data-theme='dark'] .rct-axis-baseline {
346
+ stroke: #fff;
347
+ stroke-width: 1px;
348
+ shape-rendering: crispEdges;
349
+ }
350
+ .rct-root[data-theme='real'] .rct-axis-baseline {
351
+ stroke: #333;
352
+ stroke-width: 1px;
353
+ shape-rendering: crispEdges;
354
+ }
355
+ .rct-root .rct-axis-tick {
356
+ stroke: #555;
357
+ stroke-width: 1px;
358
+ shape-rendering: crispEdges;
359
+ }
360
+ .rct-root[data-theme='dark'] .rct-axis-tick {
361
+ stroke: #fff;
362
+ stroke-width: 1px;
363
+ shape-rendering: crispEdges;
364
+ }
365
+ .rct-root[data-theme='real'] .rct-axis-tick {
366
+ stroke: #f0d9be;
367
+ stroke-width: 1px;
368
+ shape-rendering: crispEdges;
369
+ }
370
+ .rct-root .rct-axis-labels {
371
+ font-size: 14px;
372
+ fill: #333;
373
+ }
374
+ .rct-root[data-theme='dark'] .rct-axis-labels {
375
+ font-size: 14px;
376
+ fill: #fff;
377
+ }
378
+ .rct-root[data-theme='real'] .rct-axis-labels {
379
+ font-size: 14px;
380
+ fill: #f0d9be;
381
+ }
382
+ .rct-root .rct-axis-unit-label {
383
+ font-size: 13px;
384
+ fill: #333;
385
+ }
386
+ .rct-root[data-theme='dark'] .rct-axis-unit-label {
387
+ font-size: 13px;
388
+ fill: #333;
389
+ }
390
+ .rct-root[data-theme='real'] .rct-axis-unit-label {
391
+ font-size: 13px;
392
+ fill: #333;
393
+ }
394
+ .rct-axis-grid {
395
+ fill: none;
396
+ }
397
+ .rct-root .rct-axis-grid-line {
398
+ stroke: #e8e8e8;
399
+ stroke-width: 1px;
400
+ shape-rendering: crispEdges;
401
+ }
402
+ .rct-root[data-theme='dark'] .rct-axis-grid-line {
403
+ stroke: #939393;
404
+ stroke-width: 1px;
405
+ shape-rendering: crispEdges;
406
+ }
407
+ .rct-root[data-theme='real'] .rct-axis-grid-line {
408
+ stroke: #f0d9be;
409
+ stroke-width: 1px;
410
+ shape-rendering: crispEdges;
411
+ }
412
+ .rct-root .rct-axis-break {
413
+ stroke: #aaa;
414
+ fill: #fff;
415
+ fill-opacity: 0.9;
416
+ }
417
+ .rct-root[data-theme='dark'] .rct-axis-break {
418
+ stroke: #fff;
419
+ fill: #262626;
420
+ fill-opacity: 0.9;
421
+ }
422
+ .rct-root[data-theme='real'] .rct-axis-break {
423
+ stroke: #aaa;
424
+ fill: #fff;
425
+ fill-opacity: 0.9;
426
+ }
427
+ .rct-axis-guide-label {
428
+ fill: #555;
429
+ }
430
+ .rct-axis-guide-line {
431
+ stroke: #555;
432
+ stroke-width: 2px;
433
+ shape-rendering: crispEdges;
434
+ }
435
+ .rct-axis-guide-range {
436
+ stroke: none;
437
+ fill: #0088ff;
438
+ fill-opacity: 0.2;
439
+ shape-rendering: crispEdges;
440
+ }
441
+ .rct-root .rct-axis-scrollbar-track {
442
+ fill: #fdfdfd;
443
+ stroke: #aaa;
444
+ rx: 4px;
445
+ }
446
+ .rct-root[data-theme='dark'] .rct-axis-scrollbar-track {
447
+ fill: #fdfdfd;
448
+ stroke: #aaa;
449
+ rx: 4px;
450
+ }
451
+ .rct-root[data-theme='real'] .rct-axis-scrollbar-track {
452
+ fill: #fdfdfd;
453
+ stroke: #aaa;
454
+ rx: 4px;
455
+ }
456
+ .rct-root .rct-axis-scrollbar-thumb {
457
+ fill: #d3d3d3;
458
+ rx: 4px;
459
+ }
460
+ .rct-root[data-theme='dark'] .rct-axis-scrollbar-thumb {
461
+ fill: #7D7D7D;
462
+ rx: 4px;
463
+ }
464
+ .rct-root[data-theme='real'] .rct-axis-scrollbar-thumb {
465
+ fill: #d3d3d3;
466
+ rx: 4px;
467
+ }
468
+ .rct-root .rct-polar-xaxis-line {
469
+ stroke: #333;
470
+ }
471
+ .rct-root[data-theme='dark'] .rct-polar-xaxis-line {
472
+ stroke: #fff;
473
+ }
474
+ .rct-root[data-theme='real'] .rct-polar-xaxis-line {
475
+ stroke: #333;
476
+ }
477
+ .rct-polar-xaxis-sector-line {
478
+ stroke: #555;
479
+ }
480
+ .rct-polar-axis-grids {
481
+ fill: none;
482
+ }
483
+ .rct-root .rct-polar-xaxis-grid-line {
484
+ stroke: #cacaca;
485
+ }
486
+ .rct-root[data-theme='dark'] .rct-polar-xaxis-grid-line {
487
+ stroke: #fff;
488
+ }
489
+ .rct-root[data-theme='real'] .rct-polar-xaxis-grid-line {
490
+ stroke: #ccc;
491
+ }
492
+ .rct-polar-yaxis-line {
493
+ stroke: #afafaf;
494
+ }
495
+ .rct-root .rct-polar-yaxis-grid-line {
496
+ stroke: #cacaca;
497
+ }
498
+ .rct-root[data-theme='dark'] .rct-polar-yaxis-grid-line {
499
+ stroke: #fff;
500
+ }
501
+ .rct-root[data-theme='real'] .rct-polar-yaxis-grid-line {
502
+ stroke: #f0d9be;
503
+ }
504
+ .rct-root .rct-polar-axis-labels {
505
+ fill: #555;
506
+ }
507
+ .rct-root[data-theme='dark'] .rct-polar-axis-labels {
508
+ fill: #fff;
509
+ }
510
+ .rct-root[data-theme='real'] .rct-polar-axis-labels {
511
+ fill: #f0d9be;
512
+ }
513
+ .rct-root .rct-series[data-index="0"] {
514
+ fill: #0098ff;
515
+ stroke: #0098ff;
516
+ }
517
+ .rct-root[data-palette="gray"] .rct-series[data-index="0"] {
518
+ fill: #464646;
519
+ stroke: #464646;
520
+ }
521
+ .rct-root[data-palette="warm"] .rct-series[data-index="0"] {
522
+ fill: #ccaacb;
523
+ stroke: #ccaacb;
524
+ }
525
+ .rct-root[data-palette="cool"] .rct-series[data-index="0"] {
526
+ fill: #eb455f;
527
+ stroke: #eb455f;
528
+ }
529
+ .rct-root[data-palette="forest"] .rct-series[data-index="0"] {
530
+ fill: #666d4d;
531
+ stroke: #666d4d;
532
+ }
533
+ .rct-root[data-palette='vintage'] .rct-series[data-index="0"] {
534
+ fill: #2a9d8f;
535
+ stroke: #2a9d8f;
536
+ }
537
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="0"] {
538
+ fill: #00d6a3;
539
+ stroke: #00d6a3;
540
+ }
541
+ .rct-root .rct-series[data-index="1"] {
542
+ fill: #66d0ff;
543
+ stroke: #66d0ff;
544
+ }
545
+ .rct-root[data-palette="gray"] .rct-series[data-index="1"] {
546
+ fill: #61666a;
547
+ stroke: #61666a;
548
+ }
549
+ .rct-root[data-palette="warm"] .rct-series[data-index="1"] {
550
+ fill: #8fc9ca;
551
+ stroke: #8fc9ca;
552
+ }
553
+ .rct-root[data-palette="cool"] .rct-series[data-index="1"] {
554
+ fill: #ffd49c;
555
+ stroke: #ffd49c;
556
+ }
557
+ .rct-root[data-palette="forest"] .rct-series[data-index="1"] {
558
+ fill: #7f736c;
559
+ stroke: #7f736c;
560
+ }
561
+ .rct-root[data-palette='vintage'] .rct-series[data-index="1"] {
562
+ fill: #ff9a00;
563
+ stroke: #ff9a00;
564
+ }
565
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="1"] {
566
+ fill: #2196f3;
567
+ stroke: #2196f3;
568
+ }
569
+ .rct-root .rct-series[data-index="2"] {
570
+ fill: #ff5c35;
571
+ stroke: #ff5c35;
572
+ }
573
+ .rct-root[data-palette="gray"] .rct-series[data-index="2"] {
574
+ fill: #6f6f6d;
575
+ stroke: #6f6f6d;
576
+ }
577
+ .rct-root[data-palette="warm"] .rct-series[data-index="2"] {
578
+ fill: #97c1a9;
579
+ stroke: #97c1a9;
580
+ }
581
+ .rct-root[data-palette="cool"] .rct-series[data-index="2"] {
582
+ fill: #a4cadd;
583
+ stroke: #a4cadd;
584
+ }
585
+ .rct-root[data-palette="forest"] .rct-series[data-index="2"] {
586
+ fill: #a9a389;
587
+ stroke: #a9a389;
588
+ }
589
+ .rct-root[data-palette='vintage'] .rct-series[data-index="2"] {
590
+ fill: #e76f51;
591
+ stroke: #e76f51;
592
+ }
593
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="2"] {
594
+ fill: #fe3ea5;
595
+ stroke: #fe3ea5;
596
+ }
597
+ .rct-root .rct-series[data-index="3"] {
598
+ fill: #ff9f00;
599
+ stroke: #ff9f00;
600
+ }
601
+ .rct-root[data-palette="gray"] .rct-series[data-index="3"] {
602
+ fill: #82898f;
603
+ stroke: #82898f;
604
+ }
605
+ .rct-root[data-palette="warm"] .rct-series[data-index="3"] {
606
+ fill: #f3b0c2;
607
+ stroke: #f3b0c2;
608
+ }
609
+ .rct-root[data-palette="cool"] .rct-series[data-index="3"] {
610
+ fill: #3e4977;
611
+ stroke: #3e4977;
612
+ }
613
+ .rct-root[data-palette="forest"] .rct-series[data-index="3"] {
614
+ fill: #d0b081;
615
+ stroke: #d0b081;
616
+ }
617
+ .rct-root[data-palette='vintage'] .rct-series[data-index="3"] {
618
+ fill: #ffd68d;
619
+ stroke: #ffd68d;
620
+ }
621
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="3"] {
622
+ fill: #ffd938;
623
+ stroke: #ffd938;
624
+ }
625
+ .rct-root .rct-series[data-index="4"] {
626
+ fill: #ffd938;
627
+ stroke: #ffd938;
628
+ }
629
+ .rct-root[data-palette="gray"] .rct-series[data-index="4"] {
630
+ fill: #8d8d8b;
631
+ stroke: #8d8d8b;
632
+ }
633
+ .rct-root[data-palette="warm"] .rct-series[data-index="4"] {
634
+ fill: #ffc7a2;
635
+ stroke: #ffc7a2;
636
+ }
637
+ .rct-root[data-palette="cool"] .rct-series[data-index="4"] {
638
+ fill: #faab78;
639
+ stroke: #faab78;
640
+ }
641
+ .rct-root[data-palette="forest"] .rct-series[data-index="4"] {
642
+ fill: #8da34e;
643
+ stroke: #8da34e;
644
+ }
645
+ .rct-root[data-palette='vintage'] .rct-series[data-index="4"] {
646
+ fill: #69b85f;
647
+ stroke: #69b85f;
648
+ }
649
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="4"] {
650
+ fill: #45dcff;
651
+ stroke: #45dcff;
652
+ }
653
+ .rct-root .rct-series[data-index="5"] {
654
+ fill: #00ac69;
655
+ stroke: #00ac69;
656
+ }
657
+ .rct-root[data-palette="gray"] .rct-series[data-index="5"] {
658
+ fill: #9ea7a6;
659
+ stroke: #9ea7a6;
660
+ }
661
+ .rct-root[data-palette="warm"] .rct-series[data-index="5"] {
662
+ fill: #d97872;
663
+ stroke: #d97872;
664
+ }
665
+ .rct-root[data-palette="cool"] .rct-series[data-index="5"] {
666
+ fill: #bface2;
667
+ stroke: #bface2;
668
+ }
669
+ .rct-root[data-palette="forest"] .rct-series[data-index="5"] {
670
+ fill: #4f5d3a;
671
+ stroke: #4f5d3a;
672
+ }
673
+ .rct-root[data-palette='vintage'] .rct-series[data-index="5"] {
674
+ fill: #6397c1;
675
+ stroke: #6397c1;
676
+ }
677
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="5"] {
678
+ fill: #ff773b;
679
+ stroke: #ff773b;
680
+ }
681
+ .rct-root .rct-series[data-index="6"] {
682
+ fill: #91cc39;
683
+ stroke: #91cc39;
684
+ }
685
+ .rct-root[data-palette="gray"] .rct-series[data-index="6"] {
686
+ fill: #acaba7;
687
+ stroke: #acaba7;
688
+ }
689
+ .rct-root[data-palette="warm"] .rct-series[data-index="6"] {
690
+ fill: #8ba3c5;
691
+ stroke: #8ba3c5;
692
+ }
693
+ .rct-root[data-palette="cool"] .rct-series[data-index="6"] {
694
+ fill: #a0bcc2;
695
+ stroke: #a0bcc2;
696
+ }
697
+ .rct-root[data-palette="forest"] .rct-series[data-index="6"] {
698
+ fill: #9d7448;
699
+ stroke: #9d7448;
700
+ }
701
+ .rct-root[data-palette='vintage'] .rct-series[data-index="6"] {
702
+ fill: #c068a8;
703
+ stroke: #c068a8;
704
+ }
705
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="6"] {
706
+ fill: #80f9c5;
707
+ stroke: #80f9c5;
708
+ }
709
+ .rct-root .rct-series[data-index="7"] {
710
+ fill: #8fc6a9;
711
+ stroke: #8fc6a9;
712
+ }
713
+ .rct-root[data-palette="gray"] .rct-series[data-index="7"] {
714
+ fill: #bcbcbc;
715
+ stroke: #bcbcbc;
716
+ }
717
+ .rct-root[data-palette="warm"] .rct-series[data-index="7"] {
718
+ fill: #dc97aa;
719
+ stroke: #dc97aa;
720
+ }
721
+ .rct-root[data-palette="cool"] .rct-series[data-index="7"] {
722
+ fill: #ff7396;
723
+ stroke: #ff7396;
724
+ }
725
+ .rct-root[data-palette="forest"] .rct-series[data-index="7"] {
726
+ fill: #a7afa2;
727
+ stroke: #a7afa2;
728
+ }
729
+ .rct-root[data-palette='vintage'] .rct-series[data-index="7"] {
730
+ fill: #8dd8a3;
731
+ stroke: #8dd8a3;
732
+ }
733
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="7"] {
734
+ fill: #f21170;
735
+ stroke: #f21170;
736
+ }
737
+ .rct-root .rct-series[data-index="8"] {
738
+ fill: #c45db9;
739
+ stroke: #c45db9;
740
+ }
741
+ .rct-root[data-palette="gray"] .rct-series[data-index="8"] {
742
+ fill: #c5c9ca;
743
+ stroke: #c5c9ca;
744
+ }
745
+ .rct-root[data-palette="warm"] .rct-series[data-index="8"] {
746
+ fill: #9c9cc2;
747
+ stroke: #9c9cc2;
748
+ }
749
+ .rct-root[data-palette="cool"] .rct-series[data-index="8"] {
750
+ fill: #6dc7c9;
751
+ stroke: #6dc7c9;
752
+ }
753
+ .rct-root[data-palette="forest"] .rct-series[data-index="8"] {
754
+ fill: #9fa871;
755
+ stroke: #9fa871;
756
+ }
757
+ .rct-root[data-palette='vintage'] .rct-series[data-index="8"] {
758
+ fill: #f0d9be;
759
+ stroke: #f0d9be;
760
+ }
761
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="8"] {
762
+ fill: #c355f5;
763
+ stroke: #c355f5;
764
+ }
765
+ .rct-root .rct-series[data-index="9"] {
766
+ fill: #ef5e99;
767
+ stroke: #ef5e99;
768
+ }
769
+ .rct-root[data-palette="gray"] .rct-series[data-index="9"] {
770
+ fill: #d9d4ce;
771
+ stroke: #d9d4ce;
772
+ }
773
+ .rct-root[data-palette="warm"] .rct-series[data-index="9"] {
774
+ fill: #b7cadb;
775
+ stroke: #b7cadb;
776
+ }
777
+ .rct-root[data-palette="cool"] .rct-series[data-index="9"] {
778
+ fill: #7895cb;
779
+ stroke: #7895cb;
780
+ }
781
+ .rct-root[data-palette="forest"] .rct-series[data-index="9"] {
782
+ fill: #656146;
783
+ stroke: #656146;
784
+ }
785
+ .rct-root[data-palette='vintage'] .rct-series[data-index="9"] {
786
+ fill: #c2b1e3;
787
+ stroke: #c2b1e3;
788
+ }
789
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="9"] {
790
+ fill: #b2fcff;
791
+ stroke: #b2fcff;
792
+ }
793
+ .rct-root .rct-series[data-index="10"] {
794
+ fill: #afa4c6;
795
+ stroke: #afa4c6;
796
+ }
797
+ .rct-root[data-palette="gray"] .rct-series[data-index="10"] {
798
+ fill: #dedede;
799
+ stroke: #dedede;
800
+ }
801
+ .rct-root[data-palette="warm"] .rct-series[data-index="10"] {
802
+ fill: #c7c19d;
803
+ stroke: #c7c19d;
804
+ }
805
+ .rct-root[data-palette="cool"] .rct-series[data-index="10"] {
806
+ fill: #fea1a1;
807
+ stroke: #fea1a1;
808
+ }
809
+ .rct-root[data-palette="forest"] .rct-series[data-index="10"] {
810
+ fill: #8d877b;
811
+ stroke: #8d877b;
812
+ }
813
+ .rct-root[data-palette='vintage'] .rct-series[data-index="10"] {
814
+ fill: #fc9390;
815
+ stroke: #fc9390;
816
+ }
817
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="10"] {
818
+ fill: #fffde1;
819
+ stroke: #fffde1;
820
+ }
821
+ .rct-root .rct-series[data-index="11"] {
822
+ fill: #5b63aa;
823
+ stroke: #5b63aa;
824
+ }
825
+ .rct-root[data-palette="gray"] .rct-series[data-index="11"] {
826
+ fill: #e8ecef;
827
+ stroke: #e8ecef;
828
+ }
829
+ .rct-root[data-palette="warm"] .rct-series[data-index="11"] {
830
+ fill: #fbe693;
831
+ stroke: #fbe693;
832
+ }
833
+ .rct-root[data-palette="cool"] .rct-series[data-index="11"] {
834
+ fill: #90c8ac;
835
+ stroke: #90c8ac;
836
+ }
837
+ .rct-root[data-palette="forest"] .rct-series[data-index="11"] {
838
+ fill: #422c1e;
839
+ stroke: #422c1e;
840
+ }
841
+ .rct-root[data-palette='vintage'] .rct-series[data-index="11"] {
842
+ fill: #f4d470;
843
+ stroke: #f4d470;
844
+ }
845
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="11"] {
846
+ fill: #98a8f8;
847
+ stroke: #98a8f8;
848
+ }
849
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
850
+ fill: #0098ff;
851
+ stroke: #0098ff;
852
+ }
853
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
854
+ fill: #464646;
855
+ stroke: #464646;
856
+ }
857
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
858
+ fill: #ccaacb;
859
+ stroke: #ccaacb;
860
+ }
861
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
862
+ fill: #eb455f;
863
+ stroke: #eb455f;
864
+ }
865
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
866
+ fill: #666d4d;
867
+ stroke: #666d4d;
868
+ }
869
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
870
+ fill: #2a9d8f;
871
+ stroke: #2a9d8f;
872
+ }
873
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
874
+ fill: #00d6a3;
875
+ stroke: #00d6a3;
876
+ }
877
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
878
+ fill: #66d0ff;
879
+ stroke: #66d0ff;
880
+ }
881
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
882
+ fill: #61666a;
883
+ stroke: #61666a;
884
+ }
885
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
886
+ fill: #8fc9ca;
887
+ stroke: #8fc9ca;
888
+ }
889
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
890
+ fill: #ffd49c;
891
+ stroke: #ffd49c;
892
+ }
893
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
894
+ fill: #7f736c;
895
+ stroke: #7f736c;
896
+ }
897
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
898
+ fill: #ff9a00;
899
+ stroke: #ff9a00;
900
+ }
901
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
902
+ fill: #2196f3;
903
+ stroke: #2196f3;
904
+ }
905
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
906
+ fill: #ff5c35;
907
+ stroke: #ff5c35;
908
+ }
909
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
910
+ fill: #6f6f6d;
911
+ stroke: #6f6f6d;
912
+ }
913
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
914
+ fill: #97c1a9;
915
+ stroke: #97c1a9;
916
+ }
917
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
918
+ fill: #a4cadd;
919
+ stroke: #a4cadd;
920
+ }
921
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
922
+ fill: #a9a389;
923
+ stroke: #a9a389;
924
+ }
925
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
926
+ fill: #e76f51;
927
+ stroke: #e76f51;
928
+ }
929
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
930
+ fill: #fe3ea5;
931
+ stroke: #fe3ea5;
932
+ }
933
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
934
+ fill: #ff9f00;
935
+ stroke: #ff9f00;
936
+ }
937
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
938
+ fill: #82898f;
939
+ stroke: #82898f;
940
+ }
941
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
942
+ fill: #f3b0c2;
943
+ stroke: #f3b0c2;
944
+ }
945
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
946
+ fill: #3e4977;
947
+ stroke: #3e4977;
948
+ }
949
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
950
+ fill: #d0b081;
951
+ stroke: #d0b081;
952
+ }
953
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
954
+ fill: #ffd68d;
955
+ stroke: #ffd68d;
956
+ }
957
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
958
+ fill: #ffd938;
959
+ stroke: #ffd938;
960
+ }
961
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
962
+ fill: #ffd938;
963
+ stroke: #ffd938;
964
+ }
965
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
966
+ fill: #8d8d8b;
967
+ stroke: #8d8d8b;
968
+ }
969
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
970
+ fill: #ffc7a2;
971
+ stroke: #ffc7a2;
972
+ }
973
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
974
+ fill: #faab78;
975
+ stroke: #faab78;
976
+ }
977
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
978
+ fill: #8da34e;
979
+ stroke: #8da34e;
980
+ }
981
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
982
+ fill: #69b85f;
983
+ stroke: #69b85f;
984
+ }
985
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
986
+ fill: #45dcff;
987
+ stroke: #45dcff;
988
+ }
989
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
990
+ fill: #00ac69;
991
+ stroke: #00ac69;
992
+ }
993
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
994
+ fill: #9ea7a6;
995
+ stroke: #9ea7a6;
996
+ }
997
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
998
+ fill: #d97872;
999
+ stroke: #d97872;
1000
+ }
1001
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
1002
+ fill: #bface2;
1003
+ stroke: #bface2;
1004
+ }
1005
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
1006
+ fill: #4f5d3a;
1007
+ stroke: #4f5d3a;
1008
+ }
1009
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
1010
+ fill: #6397c1;
1011
+ stroke: #6397c1;
1012
+ }
1013
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
1014
+ fill: #ff773b;
1015
+ stroke: #ff773b;
1016
+ }
1017
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1018
+ fill: #91cc39;
1019
+ stroke: #91cc39;
1020
+ }
1021
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1022
+ fill: #acaba7;
1023
+ stroke: #acaba7;
1024
+ }
1025
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1026
+ fill: #8ba3c5;
1027
+ stroke: #8ba3c5;
1028
+ }
1029
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1030
+ fill: #a0bcc2;
1031
+ stroke: #a0bcc2;
1032
+ }
1033
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1034
+ fill: #9d7448;
1035
+ stroke: #9d7448;
1036
+ }
1037
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1038
+ fill: #c068a8;
1039
+ stroke: #c068a8;
1040
+ }
1041
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1042
+ fill: #80f9c5;
1043
+ stroke: #80f9c5;
1044
+ }
1045
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1046
+ fill: #8fc6a9;
1047
+ stroke: #8fc6a9;
1048
+ }
1049
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1050
+ fill: #bcbcbc;
1051
+ stroke: #bcbcbc;
1052
+ }
1053
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1054
+ fill: #dc97aa;
1055
+ stroke: #dc97aa;
1056
+ }
1057
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1058
+ fill: #ff7396;
1059
+ stroke: #ff7396;
1060
+ }
1061
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1062
+ fill: #a7afa2;
1063
+ stroke: #a7afa2;
1064
+ }
1065
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1066
+ fill: #8dd8a3;
1067
+ stroke: #8dd8a3;
1068
+ }
1069
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1070
+ fill: #f21170;
1071
+ stroke: #f21170;
1072
+ }
1073
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1074
+ fill: #c45db9;
1075
+ stroke: #c45db9;
1076
+ }
1077
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1078
+ fill: #c5c9ca;
1079
+ stroke: #c5c9ca;
1080
+ }
1081
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1082
+ fill: #9c9cc2;
1083
+ stroke: #9c9cc2;
1084
+ }
1085
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1086
+ fill: #6dc7c9;
1087
+ stroke: #6dc7c9;
1088
+ }
1089
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1090
+ fill: #9fa871;
1091
+ stroke: #9fa871;
1092
+ }
1093
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1094
+ fill: #f0d9be;
1095
+ stroke: #f0d9be;
1096
+ }
1097
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1098
+ fill: #c355f5;
1099
+ stroke: #c355f5;
1100
+ }
1101
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1102
+ fill: #ef5e99;
1103
+ stroke: #ef5e99;
1104
+ }
1105
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1106
+ fill: #d9d4ce;
1107
+ stroke: #d9d4ce;
1108
+ }
1109
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1110
+ fill: #b7cadb;
1111
+ stroke: #b7cadb;
1112
+ }
1113
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1114
+ fill: #7895cb;
1115
+ stroke: #7895cb;
1116
+ }
1117
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1118
+ fill: #656146;
1119
+ stroke: #656146;
1120
+ }
1121
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1122
+ fill: #c2b1e3;
1123
+ stroke: #c2b1e3;
1124
+ }
1125
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1126
+ fill: #b2fcff;
1127
+ stroke: #b2fcff;
1128
+ }
1129
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1130
+ fill: #afa4c6;
1131
+ stroke: #afa4c6;
1132
+ }
1133
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1134
+ fill: #dedede;
1135
+ stroke: #dedede;
1136
+ }
1137
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1138
+ fill: #c7c19d;
1139
+ stroke: #c7c19d;
1140
+ }
1141
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1142
+ fill: #fea1a1;
1143
+ stroke: #fea1a1;
1144
+ }
1145
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1146
+ fill: #8d877b;
1147
+ stroke: #8d877b;
1148
+ }
1149
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1150
+ fill: #fc9390;
1151
+ stroke: #fc9390;
1152
+ }
1153
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1154
+ fill: #fffde1;
1155
+ stroke: #fffde1;
1156
+ }
1157
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1158
+ fill: #5b63aa;
1159
+ stroke: #5b63aa;
1160
+ }
1161
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1162
+ fill: #e8ecef;
1163
+ stroke: #e8ecef;
1164
+ }
1165
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1166
+ fill: #fbe693;
1167
+ stroke: #fbe693;
1168
+ }
1169
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1170
+ fill: #90c8ac;
1171
+ stroke: #90c8ac;
1172
+ }
1173
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1174
+ fill: #422c1e;
1175
+ stroke: #422c1e;
1176
+ }
1177
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1178
+ fill: #f4d470;
1179
+ stroke: #f4d470;
1180
+ }
1181
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1182
+ fill: #98a8f8;
1183
+ stroke: #98a8f8;
1184
+ }
1185
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1186
+ fill: #0098ff;
1187
+ }
1188
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1189
+ fill: #464646;
1190
+ }
1191
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1192
+ fill: #ccaacb;
1193
+ }
1194
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1195
+ fill: #eb455f;
1196
+ }
1197
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1198
+ fill: #666d4d;
1199
+ }
1200
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1201
+ fill: #2a9d8f;
1202
+ }
1203
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1204
+ fill: #00d6a3;
1205
+ }
1206
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1207
+ fill: #66d0ff;
1208
+ }
1209
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1210
+ fill: #61666a;
1211
+ }
1212
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1213
+ fill: #8fc9ca;
1214
+ }
1215
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1216
+ fill: #ffd49c;
1217
+ }
1218
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1219
+ fill: #7f736c;
1220
+ }
1221
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1222
+ fill: #ff9a00;
1223
+ }
1224
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1225
+ fill: #2196f3;
1226
+ }
1227
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1228
+ fill: #ff5c35;
1229
+ }
1230
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1231
+ fill: #6f6f6d;
1232
+ }
1233
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1234
+ fill: #97c1a9;
1235
+ }
1236
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1237
+ fill: #a4cadd;
1238
+ }
1239
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1240
+ fill: #a9a389;
1241
+ }
1242
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1243
+ fill: #e76f51;
1244
+ }
1245
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1246
+ fill: #fe3ea5;
1247
+ }
1248
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1249
+ fill: #ff9f00;
1250
+ }
1251
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1252
+ fill: #82898f;
1253
+ }
1254
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1255
+ fill: #f3b0c2;
1256
+ }
1257
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1258
+ fill: #3e4977;
1259
+ }
1260
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1261
+ fill: #d0b081;
1262
+ }
1263
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1264
+ fill: #ffd68d;
1265
+ }
1266
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1267
+ fill: #ffd938;
1268
+ }
1269
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1270
+ fill: #ffd938;
1271
+ }
1272
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1273
+ fill: #8d8d8b;
1274
+ }
1275
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1276
+ fill: #ffc7a2;
1277
+ }
1278
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1279
+ fill: #faab78;
1280
+ }
1281
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1282
+ fill: #8da34e;
1283
+ }
1284
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1285
+ fill: #69b85f;
1286
+ }
1287
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1288
+ fill: #45dcff;
1289
+ }
1290
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1291
+ fill: #00ac69;
1292
+ }
1293
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1294
+ fill: #9ea7a6;
1295
+ }
1296
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1297
+ fill: #d97872;
1298
+ }
1299
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1300
+ fill: #bface2;
1301
+ }
1302
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1303
+ fill: #4f5d3a;
1304
+ }
1305
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1306
+ fill: #6397c1;
1307
+ }
1308
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1309
+ fill: #ff773b;
1310
+ }
1311
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1312
+ fill: #91cc39;
1313
+ }
1314
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1315
+ fill: #acaba7;
1316
+ }
1317
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1318
+ fill: #8ba3c5;
1319
+ }
1320
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1321
+ fill: #a0bcc2;
1322
+ }
1323
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1324
+ fill: #9d7448;
1325
+ }
1326
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1327
+ fill: #c068a8;
1328
+ }
1329
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1330
+ fill: #80f9c5;
1331
+ }
1332
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1333
+ fill: #8fc6a9;
1334
+ }
1335
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1336
+ fill: #bcbcbc;
1337
+ }
1338
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1339
+ fill: #dc97aa;
1340
+ }
1341
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1342
+ fill: #ff7396;
1343
+ }
1344
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1345
+ fill: #a7afa2;
1346
+ }
1347
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1348
+ fill: #8dd8a3;
1349
+ }
1350
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1351
+ fill: #f21170;
1352
+ }
1353
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1354
+ fill: #c45db9;
1355
+ }
1356
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1357
+ fill: #c5c9ca;
1358
+ }
1359
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1360
+ fill: #9c9cc2;
1361
+ }
1362
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1363
+ fill: #6dc7c9;
1364
+ }
1365
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1366
+ fill: #9fa871;
1367
+ }
1368
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1369
+ fill: #f0d9be;
1370
+ }
1371
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1372
+ fill: #c355f5;
1373
+ }
1374
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1375
+ fill: #ef5e99;
1376
+ }
1377
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1378
+ fill: #d9d4ce;
1379
+ }
1380
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1381
+ fill: #b7cadb;
1382
+ }
1383
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1384
+ fill: #7895cb;
1385
+ }
1386
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1387
+ fill: #656146;
1388
+ }
1389
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1390
+ fill: #c2b1e3;
1391
+ }
1392
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1393
+ fill: #b2fcff;
1394
+ }
1395
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1396
+ fill: #afa4c6;
1397
+ }
1398
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1399
+ fill: #dedede;
1400
+ }
1401
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1402
+ fill: #c7c19d;
1403
+ }
1404
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1405
+ fill: #fea1a1;
1406
+ }
1407
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1408
+ fill: #8d877b;
1409
+ }
1410
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1411
+ fill: #fc9390;
1412
+ }
1413
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1414
+ fill: #fffde1;
1415
+ }
1416
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1417
+ fill: #5b63aa;
1418
+ }
1419
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1420
+ fill: #e8ecef;
1421
+ }
1422
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1423
+ fill: #fbe693;
1424
+ }
1425
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1426
+ fill: #90c8ac;
1427
+ }
1428
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1429
+ fill: #422c1e;
1430
+ }
1431
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1432
+ fill: #f4d470;
1433
+ }
1434
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1435
+ fill: #98a8f8;
1436
+ }
1437
+ .rct-series {
1438
+ opacity: inherit;
1439
+ transition-property: opacity;
1440
+ transition-duration: 0.7s;
1441
+ }
1442
+ .rct-series[data-unhover] {
1443
+ opacity: 0.2 !important;
1444
+ }
1445
+ .rct-point[data-unhover] {
1446
+ opacity: 0.2 !important;
1447
+ }
1448
+ .rct-root .rct-point[data-focus] {
1449
+ stroke: #000;
1450
+ stroke-width: 2px;
1451
+ stroke-linecap: round;
1452
+ stroke-linejoin: round;
1453
+ filter: brightness(115%) !important;
1454
+ opacity: 1 !important;
1455
+ }
1456
+ .rct-root[data-theme='dark'] .rct-point[data-focus] {
1457
+ stroke: #ccc;
1458
+ stroke-width: 2px;
1459
+ stroke-linecap: round;
1460
+ stroke-linejoin: round;
1461
+ filter: brightness(115%) !important;
1462
+ opacity: 1 !important;
1463
+ }
1464
+ .rct-root[data-theme='real'] .rct-point[data-focus] {
1465
+ stroke: yellow;
1466
+ stroke-width: 2px;
1467
+ stroke-linecap: round;
1468
+ stroke-linejoin: round;
1469
+ filter: brightness(115%) !important;
1470
+ opacity: 1 !important;
1471
+ }
1472
+ .rct-root .rct-point[data-unfocus] {
1473
+ stroke: #000;
1474
+ stroke-width: 2px;
1475
+ stroke-linecap: round;
1476
+ stroke-linejoin: round;
1477
+ filter: brightness(115%) !important;
1478
+ opacity: 1 !important;
1479
+ }
1480
+ .rct-root[data-theme='dark'] .rct-point[data-unfocus] {
1481
+ stroke: #ccc;
1482
+ stroke-width: 2px;
1483
+ stroke-linecap: round;
1484
+ stroke-linejoin: round;
1485
+ filter: brightness(115%) !important;
1486
+ opacity: 1 !important;
1487
+ }
1488
+ .rct-root[data-theme='real'] .rct-point[data-unfocus] {
1489
+ stroke: yellow;
1490
+ stroke-width: 2px;
1491
+ stroke-linecap: round;
1492
+ stroke-linejoin: round;
1493
+ filter: brightness(115%) !important;
1494
+ opacity: 1 !important;
1495
+ }
1496
+ .rct-series-trendline {
1497
+ stroke: #ff0000;
1498
+ stroke-width: 2px;
1499
+ stroke-linejoin: round;
1500
+ fill: none;
1501
+ }
1502
+ .rct-point-unhover {
1503
+ opacity: 0.3;
1504
+ transition: opacity 0.7s;
1505
+ }
1506
+ .rct-point-hover {
1507
+ opacity: inherit;
1508
+ transition: opacity 0.7s;
1509
+ }
1510
+ .rct-point-labels {
1511
+ opacity: inherit;
1512
+ transition-property: opacity;
1513
+ transition-duration: 0.7s;
1514
+ }
1515
+ .rct-point-labels[data-unhover] {
1516
+ opacity: 0.3 !important;
1517
+ }
1518
+ .rct-root .rct-point-labels {
1519
+ font-size: 0.8em;
1520
+ font-weight: bold;
1521
+ stroke: none;
1522
+ fill: #333;
1523
+ }
1524
+ .rct-root[data-theme='dark'] .rct-point-labels {
1525
+ font-size: 0.8em;
1526
+ font-weight: bold;
1527
+ stroke: none;
1528
+ fill: #ddd;
1529
+ }
1530
+ .rct-root[data-theme='real'] .rct-point-labels {
1531
+ font-size: 0.8em;
1532
+ font-weight: bold;
1533
+ stroke: none;
1534
+ fill: #fff;
1535
+ }
1536
+ .rct-point-label {
1537
+ fill-opacity: 1;
1538
+ opacity: 1;
1539
+ }
1540
+ .rct-root .rct-point-label-lines {
1541
+ stroke-width: 1px;
1542
+ stroke: rgba(85, 133, 85, 0.38);
1543
+ fill: none;
1544
+ }
1545
+ .rct-root[data-theme='dark'] .rct-point-label-lines {
1546
+ stroke-width: 1px;
1547
+ stroke: #939393;
1548
+ fill: none;
1549
+ }
1550
+ .rct-root[data-theme='real'] .rct-point-label-lines {
1551
+ stroke-width: 1px;
1552
+ stroke: rgba(85, 133, 85, 0.38);
1553
+ fill: none;
1554
+ }
1555
+ .rct-bar-series {
1556
+ fill-opacity: 1;
1557
+ stroke-width: 0;
1558
+ }
1559
+ .rct-circlebar-series .rct-point {
1560
+ stroke: #fff;
1561
+ }
1562
+ .rct-barrange-series {
1563
+ fill-opacity: 0.85;
1564
+ }
1565
+ .rct-line-series-line {
1566
+ stroke-width: 1px;
1567
+ }
1568
+ .rct-line-series .rct-point {
1569
+ stroke-dasharray: none;
1570
+ }
1571
+ .rct-line-series-flag {
1572
+ font-weight: bold;
1573
+ font-size: 0.9em;
1574
+ }
1575
+ .rct-area-series-area {
1576
+ fill-opacity: 0.5;
1577
+ }
1578
+ .rct-area-series-area[data-polar] {
1579
+ fill-opacity: 0.25;
1580
+ }
1581
+ .rct-area-series-area[data-simple] {
1582
+ fill-opacity: 0.05;
1583
+ }
1584
+ .rct-area-series .rct-area-series-area {
1585
+ stroke: none;
1586
+ }
1587
+ .rct-arearange-series-area {
1588
+ fill-opacity: 0.5;
1589
+ }
1590
+ .rct-arearange-series .rct-arearange-series-area {
1591
+ stroke: none;
1592
+ }
1593
+ .rct-bubble-series {
1594
+ fill-opacity: 0.75;
1595
+ stroke-width: 1px;
1596
+ }
1597
+ .rct-scatter-series {
1598
+ fill-opacity: 0.7;
1599
+ }
1600
+ .rct-scatter-series .rct-point[data-focus] {
1601
+ fill-opacity: 0.9;
1602
+ }
1603
+ .rct-boxplot-series {
1604
+ stroke-width: 1;
1605
+ }
1606
+ .rct-boxplot-point-min {
1607
+ stroke: #333;
1608
+ stroke-width: 2;
1609
+ }
1610
+ .rct-boxplot-point-mid {
1611
+ stroke: #333;
1612
+ stroke-width: 2;
1613
+ }
1614
+ .rct-boxplot-point-max {
1615
+ stroke: #333;
1616
+ stroke-width: 2;
1617
+ }
1618
+ .rct-boxplot-point-stem {
1619
+ stroke: #333;
1620
+ stroke-dasharray: 2;
1621
+ }
1622
+ .rct-boxplot-series .rct-point[data-focus] .rct-boxplot-point-stem {
1623
+ stroke: #000;
1624
+ stroke-dasharray: none;
1625
+ stroke-width: 2px;
1626
+ }
1627
+ .rct-candlestick-series {
1628
+ stroke-width: 1;
1629
+ fill-opacity: 0.85;
1630
+ }
1631
+ .rct-candlestick-series .rct-point[data-focus] {
1632
+ fill-opacity: 0.5;
1633
+ }
1634
+ .rct-candlestick-series .rct-point[data-decline] {
1635
+ fill: #008;
1636
+ stroke: #008;
1637
+ }
1638
+ .rct-candlestick-point-border {
1639
+ stroke: #333;
1640
+ }
1641
+ .rct-candlestick-point-wick {
1642
+ stroke: #003;
1643
+ }
1644
+ .rct-ohlc-series {
1645
+ stroke-width: 2;
1646
+ }
1647
+ .rct-ohlc-series .rct-point[data-decline] {
1648
+ stroke: #00f;
1649
+ }
1650
+ .rct-ohlc-series .rct-point[data-focus] .rct-ohlc-point-back {
1651
+ fill: #0088ff20 !important;
1652
+ }
1653
+ .rct-ohlc-point-back {
1654
+ stroke: none;
1655
+ }
1656
+ .rct-waterfall-series {
1657
+ fill-opacity: 0.85;
1658
+ }
1659
+ .rct-waterfall-point-negative {
1660
+ fill: #F28321;
1661
+ stroke: #F28321;
1662
+ }
1663
+ .rct-waterfall-point-mid {
1664
+ fill: #B4DD72;
1665
+ stroke: #B4DD72;
1666
+ }
1667
+ .rct-waterfall-point-sum {
1668
+ fill: #6EAD3F;
1669
+ stroke: #6EAD3F;
1670
+ }
1671
+ .rct-waterfall-series-lines {
1672
+ stroke: #77f;
1673
+ stroke-width: 2;
1674
+ stroke-dasharray: 2;
1675
+ }
1676
+ .rct-errorbar-series .rct-point {
1677
+ stroke: #008;
1678
+ stroke-width: 2px;
1679
+ }
1680
+ .rct-errorbar-series .rct-point[data-focus] .rct-errorbar-point-back {
1681
+ fill: #0088ff20 !important;
1682
+ }
1683
+ .rct-lollipop-series {
1684
+ stroke-width: 3px;
1685
+ }
1686
+ .rct-lollipop-point-bar {
1687
+ shape-rendering: crispEdges;
1688
+ }
1689
+ .rct-lollipop-point-marker {
1690
+ stroke: none;
1691
+ }
1692
+ .rct-root .rct-lollipop-series .rct-point[data-focus] {
1693
+ stroke: #000;
1694
+ stroke-width: inherit;
1695
+ }
1696
+ .rct-root[data-theme='dark'] .rct-lollipop-series .rct-point[data-focus] {
1697
+ stroke: #ccc;
1698
+ stroke-width: inherit;
1699
+ }
1700
+ .rct-root[data-theme='real'] .rct-lollipop-series .rct-point[data-focus] {
1701
+ stroke: yellow;
1702
+ stroke-width: inherit;
1703
+ }
1704
+ .rct-root .rct-lollipop-series .rct-point[data-focus] .rct-lollipop-point-marker {
1705
+ stroke: #000;
1706
+ stroke-width: 2px;
1707
+ }
1708
+ .rct-root[data-theme='dark'] .rct-lollipop-series .rct-point[data-focus] .rct-lollipop-point-marker {
1709
+ stroke: #ccc;
1710
+ stroke-width: 2px;
1711
+ }
1712
+ .rct-root[data-theme='real'] .rct-lollipop-series .rct-point[data-focus] .rct-lollipop-point-marker {
1713
+ stroke: yellow;
1714
+ stroke-width: 2px;
1715
+ }
1716
+ .rct-dumbbell-series {
1717
+ stroke-width: 3px;
1718
+ }
1719
+ .rct-dumbbell-point-bar {
1720
+ shape-rendering: crispEdges;
1721
+ }
1722
+ .rct-dumbbell-point-marker {
1723
+ stroke: none;
1724
+ }
1725
+ .rct-root .rct-dumbbell-series .rct-point[data-focus] {
1726
+ stroke: #000;
1727
+ stroke-width: inherit;
1728
+ }
1729
+ .rct-root[data-theme='dark'] .rct-dumbbell-series .rct-point[data-focus] {
1730
+ stroke: #ccc;
1731
+ stroke-width: inherit;
1732
+ }
1733
+ .rct-root[data-theme='real'] .rct-dumbbell-series .rct-point[data-focus] {
1734
+ stroke: yellow;
1735
+ stroke-width: inherit;
1736
+ }
1737
+ .rct-root .rct-dumbbell-series .rct-point[data-focus] .rct-dumbbell-point-marker {
1738
+ stroke: #000;
1739
+ stroke-width: 2px;
1740
+ }
1741
+ .rct-root[data-theme='dark'] .rct-dumbbell-series .rct-point[data-focus] .rct-dumbbell-point-marker {
1742
+ stroke: #ccc;
1743
+ stroke-width: 2px;
1744
+ }
1745
+ .rct-root[data-theme='real'] .rct-dumbbell-series .rct-point[data-focus] .rct-dumbbell-point-marker {
1746
+ stroke: yellow;
1747
+ stroke-width: 2px;
1748
+ }
1749
+ .rct-equalizer-series {
1750
+ fill-opacity: 0.9;
1751
+ }
1752
+ .rct-equalizer-series .rct-point[data-focus] {
1753
+ filter: brightness(120%);
1754
+ }
1755
+ .rct-histogram-series .rct-point {
1756
+ stroke: #fff;
1757
+ }
1758
+ .rct-vector-series {
1759
+ stroke-width: 2px;
1760
+ }
1761
+ .rct-vector-series .rct-point[data-focus] {
1762
+ stroke-width: 5px;
1763
+ }
1764
+ .rct-heatmap-series .rct-point {
1765
+ stroke: none;
1766
+ }
1767
+ .rct-treemap-series .rct-point {
1768
+ stroke: #fff;
1769
+ }
1770
+ .rct-pie-series .rct-point {
1771
+ stroke: #fff;
1772
+ }
1773
+ .rct-pie-series[data-deep] .rct-point {
1774
+ stroke: none;
1775
+ }
1776
+ .rct-pie-series-inner {
1777
+ font-size: 20px;
1778
+ fill: #557;
1779
+ }
1780
+ .rct-pie-series-sides {
1781
+ stroke: none;
1782
+ }
1783
+ .rct-root .rct-pie-series-side[data-focus] {
1784
+ stroke: #000;
1785
+ stroke-width: 2px;
1786
+ stroke-linejoin: round;
1787
+ stroke-linecap: round;
1788
+ filter: brightness(115%) !important;
1789
+ opacity: 1 !important;
1790
+ }
1791
+ .rct-root[data-theme='dark'] .rct-pie-series-side[data-focus] {
1792
+ stroke: #ccc;
1793
+ stroke-width: 2px;
1794
+ stroke-linejoin: round;
1795
+ stroke-linecap: round;
1796
+ filter: brightness(115%) !important;
1797
+ opacity: 1 !important;
1798
+ }
1799
+ .rct-root[data-theme='real'] .rct-pie-series-side[data-focus] {
1800
+ stroke: yellow;
1801
+ stroke-width: 2px;
1802
+ stroke-linejoin: round;
1803
+ stroke-linecap: round;
1804
+ filter: brightness(115%) !important;
1805
+ opacity: 1 !important;
1806
+ }
1807
+ .rct-funnel-series .rct-point {
1808
+ stroke: #fff;
1809
+ }
1810
+ .rct-funnel-series .rct-point[data-focus] {
1811
+ stroke: #000;
1812
+ stroke-width: 2px;
1813
+ }
1814
+ .rct-pictorial-series .rct-point {
1815
+ stroke: none;
1816
+ }
1817
+ .rct-pictorial-series-figure {
1818
+ fill: #ddd;
1819
+ stroke: none;
1820
+ }
1821
+ .rct-wordcloud-series .rct-point[data-focus] {
1822
+ filter: none !important;
1823
+ }
1824
+ .rct-wordcloud-series .rct-point[data-focus] text {
1825
+ filter: brightness(80%) !important;
1826
+ stroke: #777 !important;
1827
+ stroke-width: 0px;
1828
+ }
1829
+ .rct-gauge-pane {
1830
+ fill: none;
1831
+ }
1832
+ .rct-gauge-group {
1833
+ padding: 10px;
1834
+ }
1835
+ .rct-root .rct-circle-gauge-rim {
1836
+ fill: #ededed;
1837
+ }
1838
+ .rct-root[data-theme='dark'] .rct-circle-gauge-rim {
1839
+ fill: #515151;
1840
+ }
1841
+ .rct-root[data-theme='real'] .rct-circle-gauge-rim {
1842
+ fill: #515151;
1843
+ }
1844
+ .rct-root .rct-circle-gauge-inner {
1845
+ fill: none;
1846
+ }
1847
+ .rct-root[data-theme='dark'] .rct-circle-gauge-inner {
1848
+ fill: none;
1849
+ }
1850
+ .rct-root[data-theme='real'] .rct-circle-gauge-inner {
1851
+ fill: none;
1852
+ }
1853
+ .rct-circle-gauge-value {
1854
+ fill: #0098ff;
1855
+ }
1856
+ .rct-circle-gauge-value[data-stroked] {
1857
+ fill: none;
1858
+ }
1859
+ .rct-root .rct-circle-gauge-label {
1860
+ font-size: 40px;
1861
+ fill: #000;
1862
+ stroke: none;
1863
+ }
1864
+ .rct-root[data-theme='dark'] .rct-circle-gauge-label {
1865
+ font-size: 40px;
1866
+ fill: #fff;
1867
+ stroke: none;
1868
+ }
1869
+ .rct-root[data-theme='real'] .rct-circle-gauge-label {
1870
+ font-size: 40px;
1871
+ fill: #fff;
1872
+ stroke: none;
1873
+ }
1874
+ .rct-circle-gauge-label[data-grouped] {
1875
+ font-size: 20px;
1876
+ }
1877
+ .rct-circle-gauge-pin {
1878
+ fill: #fff;
1879
+ stroke: #333;
1880
+ stroke-width: 3px;
1881
+ }
1882
+ .rct-circle-gauge-hand {
1883
+ fill: #333;
1884
+ stroke: none;
1885
+ }
1886
+ .rct-root .rct-clock-gauge-face {
1887
+ fill: #fff;
1888
+ stroke: none;
1889
+ }
1890
+ .rct-root[data-theme='dark'] .rct-clock-gauge-face {
1891
+ fill: #fff;
1892
+ stroke: none;
1893
+ }
1894
+ .rct-root[data-theme='real'] .rct-clock-gauge-face {
1895
+ fill: #fff;
1896
+ stroke: none;
1897
+ }
1898
+ .rct-root .rct-clock-gauge-rim {
1899
+ fill: #eee;
1900
+ stroke: #808080;
1901
+ }
1902
+ .rct-root[data-theme='dark'] .rct-clock-gauge-rim {
1903
+ fill: #eee;
1904
+ stroke: #808080;
1905
+ }
1906
+ .rct-root[data-theme='real'] .rct-clock-gauge-rim {
1907
+ fill: #eee;
1908
+ stroke: #808080;
1909
+ }
1910
+ .rct-root .rct-clock-gauge-tick {
1911
+ stroke: #333;
1912
+ stroke-width: 2px;
1913
+ }
1914
+ .rct-root[data-theme='dark'] .rct-clock-gauge-tick {
1915
+ stroke: #333;
1916
+ stroke-width: 2px;
1917
+ }
1918
+ .rct-root[data-theme='real'] .rct-clock-gauge-tick {
1919
+ stroke: #333;
1920
+ stroke-width: 2px;
1921
+ }
1922
+ .rct-root .rct-clock-gauge-minor-tick {
1923
+ stroke: #555;
1924
+ stroke-width: 1px;
1925
+ }
1926
+ .rct-root[data-theme='dark'] .rct-clock-gauge-minor-tick {
1927
+ stroke: #555;
1928
+ stroke-width: 1px;
1929
+ }
1930
+ .rct-root[data-theme='real'] .rct-clock-gauge-minor-tick {
1931
+ stroke: #555;
1932
+ stroke-width: 1px;
1933
+ }
1934
+ .rct-root .rct-clock-gauge-tick-label {
1935
+ stroke: none;
1936
+ fill: #333;
1937
+ font-size: 1em;
1938
+ }
1939
+ .rct-root[data-theme='dark'] .rct-clock-gauge-tick-label {
1940
+ stroke: none;
1941
+ fill: #333;
1942
+ font-size: 1em;
1943
+ }
1944
+ .rct-root[data-theme='real'] .rct-clock-gauge-tick-label {
1945
+ stroke: none;
1946
+ fill: #333;
1947
+ font-size: 1em;
1948
+ }
1949
+ .rct-clock-gauge-pin {
1950
+ fill: #fff;
1951
+ stroke: #333;
1952
+ stroke-width: 3px;
1953
+ }
1954
+ .rct-clock-gauge-hour {
1955
+ fill: #333;
1956
+ }
1957
+ .rct-clock-gauge-minute {
1958
+ fill: #333;
1959
+ }
1960
+ .rct-clock-gauge-second {
1961
+ fill: #c00;
1962
+ }
1963
+ .rct-root .rct-clock-gauge-label {
1964
+ fill: #aaa;
1965
+ }
1966
+ .rct-root[data-theme='dark'] .rct-clock-gauge-label {
1967
+ fill: #aaa;
1968
+ }
1969
+ .rct-root[data-theme='real'] .rct-clock-gauge-label {
1970
+ fill: #aaa;
1971
+ }
1972
+ .rct-root .rct-gauge-scale-line {
1973
+ stroke: #555;
1974
+ fill: none;
1975
+ }
1976
+ .rct-root[data-theme='dark'] .rct-gauge-scale-line {
1977
+ stroke: #fff;
1978
+ fill: none;
1979
+ }
1980
+ .rct-root[data-theme='real'] .rct-gauge-scale-line {
1981
+ stroke: #fff;
1982
+ fill: none;
1983
+ }
1984
+ .rct-root .rct-gauge-scale-ticks {
1985
+ stroke: #555;
1986
+ }
1987
+ .rct-root[data-theme='dark'] .rct-gauge-scale-ticks {
1988
+ stroke: #fff;
1989
+ }
1990
+ .rct-root[data-theme='real'] .rct-gauge-scale-ticks {
1991
+ stroke: #fff;
1992
+ }
1993
+ .rct-root .rct-gauge-scale-tick-labels {
1994
+ font-size: 0.85em;
1995
+ fill: #333;
1996
+ }
1997
+ .rct-root[data-theme='dark'] .rct-gauge-scale-tick-labels {
1998
+ font-size: 0.85em;
1999
+ fill: #fff;
2000
+ }
2001
+ .rct-root[data-theme='real'] .rct-gauge-scale-tick-labels {
2002
+ font-size: 0.85em;
2003
+ fill: #fff;
2004
+ }
2005
+ .rct-root .rct-linear-gauge-background {
2006
+ fill: #eee;
2007
+ }
2008
+ .rct-root[data-theme='dark'] .rct-linear-gauge-background {
2009
+ fill: #eee;
2010
+ }
2011
+ .rct-root[data-theme='real'] .rct-linear-gauge-background {
2012
+ fill: #eee;
2013
+ }
2014
+ .rct-root .rct-linear-gauge-value {
2015
+ fill: #008000;
2016
+ }
2017
+ .rct-root[data-theme='dark'] .rct-linear-gauge-value {
2018
+ fill: #008000;
2019
+ }
2020
+ .rct-root[data-theme='real'] .rct-linear-gauge-value {
2021
+ fill: #008000;
2022
+ }
2023
+ .rct-root .rct-linear-gauge-band-tick-labels {
2024
+ font-size: 0.85em;
2025
+ fill: #333;
2026
+ }
2027
+ .rct-root[data-theme='dark'] .rct-linear-gauge-band-tick-labels {
2028
+ font-size: 0.85em;
2029
+ fill: #333;
2030
+ }
2031
+ .rct-root[data-theme='real'] .rct-linear-gauge-band-tick-labels {
2032
+ font-size: 0.85em;
2033
+ fill: #333;
2034
+ }
2035
+ .rct-root .rct-linear-gauge-group-label {
2036
+ fill: #333;
2037
+ font-size: 1.5em;
2038
+ }
2039
+ .rct-root[data-theme='dark'] .rct-linear-gauge-group-label {
2040
+ fill: #eee;
2041
+ font-size: 1.5em;
2042
+ }
2043
+ .rct-root[data-theme='real'] .rct-linear-gauge-group-label {
2044
+ fill: #333;
2045
+ font-size: 1.5em;
2046
+ }
2047
+ .rct-root .rct-bullet-gauge-background {
2048
+ fill: #eee;
2049
+ }
2050
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-background {
2051
+ fill: #eee;
2052
+ }
2053
+ .rct-root[data-theme='real'] .rct-bullet-gauge-background {
2054
+ fill: #eee;
2055
+ }
2056
+ .rct-root .rct-bullet-gauge-value {
2057
+ fill: #333;
2058
+ }
2059
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-value {
2060
+ fill: #333;
2061
+ }
2062
+ .rct-root[data-theme='real'] .rct-bullet-gauge-value {
2063
+ fill: #333;
2064
+ }
2065
+ .rct-root .rct-bullet-gauge-target {
2066
+ fill: #333;
2067
+ }
2068
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-target {
2069
+ fill: #333;
2070
+ }
2071
+ .rct-root[data-theme='real'] .rct-bullet-gauge-target {
2072
+ fill: #333;
2073
+ }
2074
+ .rct-root .rct-bullet-gauge-label {
2075
+ font-size: 1em;
2076
+ fill: #333;
2077
+ }
2078
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-label {
2079
+ font-size: 1em;
2080
+ fill: #333;
2081
+ }
2082
+ .rct-root[data-theme='real'] .rct-bullet-gauge-label {
2083
+ font-size: 1em;
2084
+ fill: #333;
2085
+ }
2086
+ .rct-root .rct-bullet-gauge-scale-line {
2087
+ stroke: #333;
2088
+ }
2089
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-scale-line {
2090
+ stroke: #333;
2091
+ }
2092
+ .rct-root[data-theme='real'] .rct-bullet-gauge-scale-line {
2093
+ stroke: #333;
2094
+ }
2095
+ .rct-root .rct-bullet-gauge-scale-ticks {
2096
+ stroke: #333;
2097
+ }
2098
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-scale-ticks {
2099
+ stroke: #333;
2100
+ }
2101
+ .rct-root[data-theme='real'] .rct-bullet-gauge-scale-ticks {
2102
+ stroke: #333;
2103
+ }
2104
+ .rct-root .rct-bullet-gauge-scale-tick-labels {
2105
+ font-size: 0.9em;
2106
+ fill: #333;
2107
+ }
2108
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-scale-tick-labels {
2109
+ font-size: 0.9em;
2110
+ fill: #333;
2111
+ }
2112
+ .rct-root[data-theme='real'] .rct-bullet-gauge-scale-tick-labels {
2113
+ font-size: 0.9em;
2114
+ fill: #333;
2115
+ }
2116
+ .rct-bullet-gauge-group {
2117
+ padding: 10px;
2118
+ }
2119
+ .rct-bullet-gauge-group-label {
2120
+ font-size: 1.5em;
2121
+ }
2122
+ .rct-tooltip {
2123
+ font-size: 0.8em;
2124
+ pointer-events: none;
2125
+ opacity: 0.9;
2126
+ }
2127
+ .rct-tooltip-back {
2128
+ fill: #fff;
2129
+ }
2130
+ .rct-tooltip-tail {
2131
+ fill: #fff;
2132
+ }
2133
+ .rct-tooltip-text {
2134
+ fill: #333;
2135
+ stroke: none;
2136
+ }
2137
+ .rct-annotation-background {
2138
+ fill: none;
2139
+ stroke: none;
2140
+ }
2141
+ .rct-root .rct-text-annotation {
2142
+ font-size: 20px;
2143
+ fill: #333;
2144
+ }
2145
+ .rct-root[data-theme='dark'] .rct-text-annotation {
2146
+ font-size: 20px;
2147
+ fill: #939393;
2148
+ }
2149
+ .rct-root[data-theme='real'] .rct-text-annotation {
2150
+ font-size: 20px;
2151
+ fill: #333;
2152
+ }
2153
+ .rct-root .rct-crosshair-line {
2154
+ fill: none;
2155
+ stroke-width: 1;
2156
+ stroke: rgba(128, 128, 128, 0.5);
2157
+ shape-rendering: crispEdges;
2158
+ }
2159
+ .rct-root[data-theme='dark'] .rct-crosshair-line {
2160
+ fill: none;
2161
+ stroke-width: 1;
2162
+ stroke: #fff;
2163
+ shape-rendering: crispEdges;
2164
+ }
2165
+ .rct-root[data-theme='real'] .rct-crosshair-line {
2166
+ fill: none;
2167
+ stroke-width: 1;
2168
+ stroke: rgba(128, 128, 128, 0.5);
2169
+ shape-rendering: crispEdges;
2170
+ }
2171
+ .rct-crosshair-bar {
2172
+ stroke: none;
2173
+ fill: rgba(68, 136, 204, 0.1);
2174
+ }
2175
+ .rct-root .rct-crosshair-flag {
2176
+ stroke: none;
2177
+ fill: #555;
2178
+ }
2179
+ .rct-root[data-theme='dark'] .rct-crosshair-flag {
2180
+ stroke: none;
2181
+ fill: #fff;
2182
+ }
2183
+ .rct-root[data-theme='real'] .rct-crosshair-flag {
2184
+ stroke: none;
2185
+ fill: #555;
2186
+ }
2187
+ .rct-root .rct-crosshair-flag-text {
2188
+ stroke: none;
2189
+ fill: #fff;
2190
+ }
2191
+ .rct-root[data-theme='dark'] .rct-crosshair-flag-text {
2192
+ stroke: none;
2193
+ fill: #555;
2194
+ }
2195
+ .rct-root[data-theme='real'] .rct-crosshair-flag-text {
2196
+ stroke: none;
2197
+ fill: #fff;
2198
+ }
2199
+ .rct-root .rct-zoom-tracker {
2200
+ fill: rgba(0, 68, 255, 0.18);
2201
+ }
2202
+ .rct-root[data-theme='dark'] .rct-zoom-tracker {
2203
+ fill: #efefef40;
2204
+ }
2205
+ .rct-root[data-theme='real'] .rct-zoom-tracker {
2206
+ fill: #efefef40;
2207
+ }
2208
+ .rct-navigator .rct-axis-line {
2209
+ display: none;
2210
+ }
2211
+ .rct-root .rct-navigator-back {
2212
+ fill: #fff;
2213
+ stroke: #f0f0f0;
2214
+ shape-rendering: crispEdges;
2215
+ }
2216
+ .rct-root[data-theme='dark'] .rct-navigator-back {
2217
+ fill: #1C1C1C;
2218
+ stroke: #8E8E8E;
2219
+ shape-rendering: crispEdges;
2220
+ }
2221
+ .rct-root[data-theme='real'] .rct-navigator-back {
2222
+ fill: #fff;
2223
+ stroke: #f0f0f0;
2224
+ shape-rendering: crispEdges;
2225
+ }
2226
+ .rct-root .rct-navigator-mask {
2227
+ fill: rgba(68, 136, 204, 0.125);
2228
+ }
2229
+ .rct-root[data-theme='dark'] .rct-navigator-mask {
2230
+ fill: #81818130;
2231
+ }
2232
+ .rct-root[data-theme='real'] .rct-navigator-mask {
2233
+ fill: rgba(68, 136, 204, 0.125);
2234
+ }
2235
+ .rct-root .rct-navigator-handle {
2236
+ fill: #0098ff;
2237
+ stroke: #0098ff;
2238
+ }
2239
+ .rct-root[data-theme='dark'] .rct-navigator-handle {
2240
+ fill: #0098ff;
2241
+ stroke: #0098ff;
2242
+ }
2243
+ .rct-root[data-theme='real'] .rct-navigator-handle {
2244
+ fill: #0098ff;
2245
+ stroke: #0098ff;
2246
+ }
2247
+ .rct-root .rct-navigator-handle[data-select] {
2248
+ fill: #005893;
2249
+ stroke: #005893;
2250
+ }
2251
+ .rct-root[data-theme='dark'] .rct-navigator-handle[data-select] {
2252
+ fill: #005893;
2253
+ stroke: #005893;
2254
+ }
2255
+ .rct-root[data-theme='real'] .rct-navigator-handle[data-select] {
2256
+ fill: #005893;
2257
+ stroke: #005893;
2258
+ }
2259
+ .rct-root .rct-navigator-handle:hover {
2260
+ fill: #005893;
2261
+ stroke: #005893;
2262
+ }
2263
+ .rct-root[data-theme='dark'] .rct-navigator-handle:hover {
2264
+ fill: #005893;
2265
+ stroke: #005893;
2266
+ }
2267
+ .rct-root[data-theme='real'] .rct-navigator-handle:hover {
2268
+ fill: #005893;
2269
+ stroke: #005893;
2270
+ }
2271
+ .rct-root .rct-navigator-track {
2272
+ fill: #d3d3d3;
2273
+ stroke: #d3d3d3;
2274
+ }
2275
+ .rct-root[data-theme='dark'] .rct-navigator-track {
2276
+ fill: #d3d3d3;
2277
+ stroke: #d3d3d3;
2278
+ }
2279
+ .rct-root[data-theme='real'] .rct-navigator-track {
2280
+ fill: #d3d3d3;
2281
+ stroke: #d3d3d3;
2282
+ }
2283
+ .rct-root .rct-navigator-thumb {
2284
+ fill: #0098ff;
2285
+ stroke: #0098ff;
2286
+ }
2287
+ .rct-root[data-theme='dark'] .rct-navigator-thumb {
2288
+ fill: #0098ff;
2289
+ stroke: #0098ff;
2290
+ }
2291
+ .rct-root[data-theme='real'] .rct-navigator-thumb {
2292
+ fill: #0098ff;
2293
+ stroke: #0098ff;
2294
+ }