realchart 1.4.6 → 1.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2306 @@
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-polar-yaxis-baseline {
496
+ stroke: #afafaf;
497
+ }
498
+ .rct-root .rct-polar-yaxis-grid-line {
499
+ stroke: #cacaca;
500
+ }
501
+ .rct-root[data-theme='dark'] .rct-polar-yaxis-grid-line {
502
+ stroke: #fff;
503
+ }
504
+ .rct-root[data-theme='real'] .rct-polar-yaxis-grid-line {
505
+ stroke: #f0d9be;
506
+ }
507
+ .rct-root .rct-polar-axis-labels {
508
+ fill: #555;
509
+ }
510
+ .rct-root[data-theme='dark'] .rct-polar-axis-labels {
511
+ fill: #fff;
512
+ }
513
+ .rct-root[data-theme='real'] .rct-polar-axis-labels {
514
+ fill: #f0d9be;
515
+ }
516
+ .rct-root .rct-polar-yaxis-label {
517
+ font-size: 0.9em;
518
+ }
519
+ .rct-root[data-theme='dark'] .rct-polar-yaxis-label {
520
+ font-size: 0.9em;
521
+ }
522
+ .rct-root[data-theme='real'] .rct-polar-yaxis-label {
523
+ font-size: 0.9em;
524
+ }
525
+ .rct-root .rct-series[data-index="0"] {
526
+ fill: #0098ff;
527
+ stroke: #0098ff;
528
+ }
529
+ .rct-root[data-palette="gray"] .rct-series[data-index="0"] {
530
+ fill: #464646;
531
+ stroke: #464646;
532
+ }
533
+ .rct-root[data-palette="warm"] .rct-series[data-index="0"] {
534
+ fill: #ccaacb;
535
+ stroke: #ccaacb;
536
+ }
537
+ .rct-root[data-palette="cool"] .rct-series[data-index="0"] {
538
+ fill: #eb455f;
539
+ stroke: #eb455f;
540
+ }
541
+ .rct-root[data-palette="forest"] .rct-series[data-index="0"] {
542
+ fill: #666d4d;
543
+ stroke: #666d4d;
544
+ }
545
+ .rct-root[data-palette='vintage'] .rct-series[data-index="0"] {
546
+ fill: #2a9d8f;
547
+ stroke: #2a9d8f;
548
+ }
549
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="0"] {
550
+ fill: #00d6a3;
551
+ stroke: #00d6a3;
552
+ }
553
+ .rct-root .rct-series[data-index="1"] {
554
+ fill: #66d0ff;
555
+ stroke: #66d0ff;
556
+ }
557
+ .rct-root[data-palette="gray"] .rct-series[data-index="1"] {
558
+ fill: #61666a;
559
+ stroke: #61666a;
560
+ }
561
+ .rct-root[data-palette="warm"] .rct-series[data-index="1"] {
562
+ fill: #8fc9ca;
563
+ stroke: #8fc9ca;
564
+ }
565
+ .rct-root[data-palette="cool"] .rct-series[data-index="1"] {
566
+ fill: #ffd49c;
567
+ stroke: #ffd49c;
568
+ }
569
+ .rct-root[data-palette="forest"] .rct-series[data-index="1"] {
570
+ fill: #7f736c;
571
+ stroke: #7f736c;
572
+ }
573
+ .rct-root[data-palette='vintage'] .rct-series[data-index="1"] {
574
+ fill: #ff9a00;
575
+ stroke: #ff9a00;
576
+ }
577
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="1"] {
578
+ fill: #2196f3;
579
+ stroke: #2196f3;
580
+ }
581
+ .rct-root .rct-series[data-index="2"] {
582
+ fill: #ff5c35;
583
+ stroke: #ff5c35;
584
+ }
585
+ .rct-root[data-palette="gray"] .rct-series[data-index="2"] {
586
+ fill: #6f6f6d;
587
+ stroke: #6f6f6d;
588
+ }
589
+ .rct-root[data-palette="warm"] .rct-series[data-index="2"] {
590
+ fill: #97c1a9;
591
+ stroke: #97c1a9;
592
+ }
593
+ .rct-root[data-palette="cool"] .rct-series[data-index="2"] {
594
+ fill: #a4cadd;
595
+ stroke: #a4cadd;
596
+ }
597
+ .rct-root[data-palette="forest"] .rct-series[data-index="2"] {
598
+ fill: #a9a389;
599
+ stroke: #a9a389;
600
+ }
601
+ .rct-root[data-palette='vintage'] .rct-series[data-index="2"] {
602
+ fill: #e76f51;
603
+ stroke: #e76f51;
604
+ }
605
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="2"] {
606
+ fill: #fe3ea5;
607
+ stroke: #fe3ea5;
608
+ }
609
+ .rct-root .rct-series[data-index="3"] {
610
+ fill: #ff9f00;
611
+ stroke: #ff9f00;
612
+ }
613
+ .rct-root[data-palette="gray"] .rct-series[data-index="3"] {
614
+ fill: #82898f;
615
+ stroke: #82898f;
616
+ }
617
+ .rct-root[data-palette="warm"] .rct-series[data-index="3"] {
618
+ fill: #f3b0c2;
619
+ stroke: #f3b0c2;
620
+ }
621
+ .rct-root[data-palette="cool"] .rct-series[data-index="3"] {
622
+ fill: #3e4977;
623
+ stroke: #3e4977;
624
+ }
625
+ .rct-root[data-palette="forest"] .rct-series[data-index="3"] {
626
+ fill: #d0b081;
627
+ stroke: #d0b081;
628
+ }
629
+ .rct-root[data-palette='vintage'] .rct-series[data-index="3"] {
630
+ fill: #ffd68d;
631
+ stroke: #ffd68d;
632
+ }
633
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="3"] {
634
+ fill: #ffd938;
635
+ stroke: #ffd938;
636
+ }
637
+ .rct-root .rct-series[data-index="4"] {
638
+ fill: #ffd938;
639
+ stroke: #ffd938;
640
+ }
641
+ .rct-root[data-palette="gray"] .rct-series[data-index="4"] {
642
+ fill: #8d8d8b;
643
+ stroke: #8d8d8b;
644
+ }
645
+ .rct-root[data-palette="warm"] .rct-series[data-index="4"] {
646
+ fill: #ffc7a2;
647
+ stroke: #ffc7a2;
648
+ }
649
+ .rct-root[data-palette="cool"] .rct-series[data-index="4"] {
650
+ fill: #faab78;
651
+ stroke: #faab78;
652
+ }
653
+ .rct-root[data-palette="forest"] .rct-series[data-index="4"] {
654
+ fill: #8da34e;
655
+ stroke: #8da34e;
656
+ }
657
+ .rct-root[data-palette='vintage'] .rct-series[data-index="4"] {
658
+ fill: #69b85f;
659
+ stroke: #69b85f;
660
+ }
661
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="4"] {
662
+ fill: #45dcff;
663
+ stroke: #45dcff;
664
+ }
665
+ .rct-root .rct-series[data-index="5"] {
666
+ fill: #00ac69;
667
+ stroke: #00ac69;
668
+ }
669
+ .rct-root[data-palette="gray"] .rct-series[data-index="5"] {
670
+ fill: #9ea7a6;
671
+ stroke: #9ea7a6;
672
+ }
673
+ .rct-root[data-palette="warm"] .rct-series[data-index="5"] {
674
+ fill: #d97872;
675
+ stroke: #d97872;
676
+ }
677
+ .rct-root[data-palette="cool"] .rct-series[data-index="5"] {
678
+ fill: #bface2;
679
+ stroke: #bface2;
680
+ }
681
+ .rct-root[data-palette="forest"] .rct-series[data-index="5"] {
682
+ fill: #4f5d3a;
683
+ stroke: #4f5d3a;
684
+ }
685
+ .rct-root[data-palette='vintage'] .rct-series[data-index="5"] {
686
+ fill: #6397c1;
687
+ stroke: #6397c1;
688
+ }
689
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="5"] {
690
+ fill: #ff773b;
691
+ stroke: #ff773b;
692
+ }
693
+ .rct-root .rct-series[data-index="6"] {
694
+ fill: #91cc39;
695
+ stroke: #91cc39;
696
+ }
697
+ .rct-root[data-palette="gray"] .rct-series[data-index="6"] {
698
+ fill: #acaba7;
699
+ stroke: #acaba7;
700
+ }
701
+ .rct-root[data-palette="warm"] .rct-series[data-index="6"] {
702
+ fill: #8ba3c5;
703
+ stroke: #8ba3c5;
704
+ }
705
+ .rct-root[data-palette="cool"] .rct-series[data-index="6"] {
706
+ fill: #a0bcc2;
707
+ stroke: #a0bcc2;
708
+ }
709
+ .rct-root[data-palette="forest"] .rct-series[data-index="6"] {
710
+ fill: #9d7448;
711
+ stroke: #9d7448;
712
+ }
713
+ .rct-root[data-palette='vintage'] .rct-series[data-index="6"] {
714
+ fill: #c068a8;
715
+ stroke: #c068a8;
716
+ }
717
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="6"] {
718
+ fill: #80f9c5;
719
+ stroke: #80f9c5;
720
+ }
721
+ .rct-root .rct-series[data-index="7"] {
722
+ fill: #8fc6a9;
723
+ stroke: #8fc6a9;
724
+ }
725
+ .rct-root[data-palette="gray"] .rct-series[data-index="7"] {
726
+ fill: #bcbcbc;
727
+ stroke: #bcbcbc;
728
+ }
729
+ .rct-root[data-palette="warm"] .rct-series[data-index="7"] {
730
+ fill: #dc97aa;
731
+ stroke: #dc97aa;
732
+ }
733
+ .rct-root[data-palette="cool"] .rct-series[data-index="7"] {
734
+ fill: #ff7396;
735
+ stroke: #ff7396;
736
+ }
737
+ .rct-root[data-palette="forest"] .rct-series[data-index="7"] {
738
+ fill: #a7afa2;
739
+ stroke: #a7afa2;
740
+ }
741
+ .rct-root[data-palette='vintage'] .rct-series[data-index="7"] {
742
+ fill: #8dd8a3;
743
+ stroke: #8dd8a3;
744
+ }
745
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="7"] {
746
+ fill: #f21170;
747
+ stroke: #f21170;
748
+ }
749
+ .rct-root .rct-series[data-index="8"] {
750
+ fill: #c45db9;
751
+ stroke: #c45db9;
752
+ }
753
+ .rct-root[data-palette="gray"] .rct-series[data-index="8"] {
754
+ fill: #c5c9ca;
755
+ stroke: #c5c9ca;
756
+ }
757
+ .rct-root[data-palette="warm"] .rct-series[data-index="8"] {
758
+ fill: #9c9cc2;
759
+ stroke: #9c9cc2;
760
+ }
761
+ .rct-root[data-palette="cool"] .rct-series[data-index="8"] {
762
+ fill: #6dc7c9;
763
+ stroke: #6dc7c9;
764
+ }
765
+ .rct-root[data-palette="forest"] .rct-series[data-index="8"] {
766
+ fill: #9fa871;
767
+ stroke: #9fa871;
768
+ }
769
+ .rct-root[data-palette='vintage'] .rct-series[data-index="8"] {
770
+ fill: #f0d9be;
771
+ stroke: #f0d9be;
772
+ }
773
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="8"] {
774
+ fill: #c355f5;
775
+ stroke: #c355f5;
776
+ }
777
+ .rct-root .rct-series[data-index="9"] {
778
+ fill: #ef5e99;
779
+ stroke: #ef5e99;
780
+ }
781
+ .rct-root[data-palette="gray"] .rct-series[data-index="9"] {
782
+ fill: #d9d4ce;
783
+ stroke: #d9d4ce;
784
+ }
785
+ .rct-root[data-palette="warm"] .rct-series[data-index="9"] {
786
+ fill: #b7cadb;
787
+ stroke: #b7cadb;
788
+ }
789
+ .rct-root[data-palette="cool"] .rct-series[data-index="9"] {
790
+ fill: #7895cb;
791
+ stroke: #7895cb;
792
+ }
793
+ .rct-root[data-palette="forest"] .rct-series[data-index="9"] {
794
+ fill: #656146;
795
+ stroke: #656146;
796
+ }
797
+ .rct-root[data-palette='vintage'] .rct-series[data-index="9"] {
798
+ fill: #c2b1e3;
799
+ stroke: #c2b1e3;
800
+ }
801
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="9"] {
802
+ fill: #b2fcff;
803
+ stroke: #b2fcff;
804
+ }
805
+ .rct-root .rct-series[data-index="10"] {
806
+ fill: #afa4c6;
807
+ stroke: #afa4c6;
808
+ }
809
+ .rct-root[data-palette="gray"] .rct-series[data-index="10"] {
810
+ fill: #dedede;
811
+ stroke: #dedede;
812
+ }
813
+ .rct-root[data-palette="warm"] .rct-series[data-index="10"] {
814
+ fill: #c7c19d;
815
+ stroke: #c7c19d;
816
+ }
817
+ .rct-root[data-palette="cool"] .rct-series[data-index="10"] {
818
+ fill: #fea1a1;
819
+ stroke: #fea1a1;
820
+ }
821
+ .rct-root[data-palette="forest"] .rct-series[data-index="10"] {
822
+ fill: #8d877b;
823
+ stroke: #8d877b;
824
+ }
825
+ .rct-root[data-palette='vintage'] .rct-series[data-index="10"] {
826
+ fill: #fc9390;
827
+ stroke: #fc9390;
828
+ }
829
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="10"] {
830
+ fill: #fffde1;
831
+ stroke: #fffde1;
832
+ }
833
+ .rct-root .rct-series[data-index="11"] {
834
+ fill: #5b63aa;
835
+ stroke: #5b63aa;
836
+ }
837
+ .rct-root[data-palette="gray"] .rct-series[data-index="11"] {
838
+ fill: #e8ecef;
839
+ stroke: #e8ecef;
840
+ }
841
+ .rct-root[data-palette="warm"] .rct-series[data-index="11"] {
842
+ fill: #fbe693;
843
+ stroke: #fbe693;
844
+ }
845
+ .rct-root[data-palette="cool"] .rct-series[data-index="11"] {
846
+ fill: #90c8ac;
847
+ stroke: #90c8ac;
848
+ }
849
+ .rct-root[data-palette="forest"] .rct-series[data-index="11"] {
850
+ fill: #422c1e;
851
+ stroke: #422c1e;
852
+ }
853
+ .rct-root[data-palette='vintage'] .rct-series[data-index="11"] {
854
+ fill: #f4d470;
855
+ stroke: #f4d470;
856
+ }
857
+ .rct-root[data-palette='unicorn'] .rct-series[data-index="11"] {
858
+ fill: #98a8f8;
859
+ stroke: #98a8f8;
860
+ }
861
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
862
+ fill: #0098ff;
863
+ stroke: #0098ff;
864
+ }
865
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
866
+ fill: #464646;
867
+ stroke: #464646;
868
+ }
869
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
870
+ fill: #ccaacb;
871
+ stroke: #ccaacb;
872
+ }
873
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
874
+ fill: #eb455f;
875
+ stroke: #eb455f;
876
+ }
877
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
878
+ fill: #666d4d;
879
+ stroke: #666d4d;
880
+ }
881
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
882
+ fill: #2a9d8f;
883
+ stroke: #2a9d8f;
884
+ }
885
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="0"] {
886
+ fill: #00d6a3;
887
+ stroke: #00d6a3;
888
+ }
889
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
890
+ fill: #66d0ff;
891
+ stroke: #66d0ff;
892
+ }
893
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
894
+ fill: #61666a;
895
+ stroke: #61666a;
896
+ }
897
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
898
+ fill: #8fc9ca;
899
+ stroke: #8fc9ca;
900
+ }
901
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
902
+ fill: #ffd49c;
903
+ stroke: #ffd49c;
904
+ }
905
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
906
+ fill: #7f736c;
907
+ stroke: #7f736c;
908
+ }
909
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
910
+ fill: #ff9a00;
911
+ stroke: #ff9a00;
912
+ }
913
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="1"] {
914
+ fill: #2196f3;
915
+ stroke: #2196f3;
916
+ }
917
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
918
+ fill: #ff5c35;
919
+ stroke: #ff5c35;
920
+ }
921
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
922
+ fill: #6f6f6d;
923
+ stroke: #6f6f6d;
924
+ }
925
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
926
+ fill: #97c1a9;
927
+ stroke: #97c1a9;
928
+ }
929
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
930
+ fill: #a4cadd;
931
+ stroke: #a4cadd;
932
+ }
933
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
934
+ fill: #a9a389;
935
+ stroke: #a9a389;
936
+ }
937
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
938
+ fill: #e76f51;
939
+ stroke: #e76f51;
940
+ }
941
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="2"] {
942
+ fill: #fe3ea5;
943
+ stroke: #fe3ea5;
944
+ }
945
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
946
+ fill: #ff9f00;
947
+ stroke: #ff9f00;
948
+ }
949
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
950
+ fill: #82898f;
951
+ stroke: #82898f;
952
+ }
953
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
954
+ fill: #f3b0c2;
955
+ stroke: #f3b0c2;
956
+ }
957
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
958
+ fill: #3e4977;
959
+ stroke: #3e4977;
960
+ }
961
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
962
+ fill: #d0b081;
963
+ stroke: #d0b081;
964
+ }
965
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
966
+ fill: #ffd68d;
967
+ stroke: #ffd68d;
968
+ }
969
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="3"] {
970
+ fill: #ffd938;
971
+ stroke: #ffd938;
972
+ }
973
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
974
+ fill: #ffd938;
975
+ stroke: #ffd938;
976
+ }
977
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
978
+ fill: #8d8d8b;
979
+ stroke: #8d8d8b;
980
+ }
981
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
982
+ fill: #ffc7a2;
983
+ stroke: #ffc7a2;
984
+ }
985
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
986
+ fill: #faab78;
987
+ stroke: #faab78;
988
+ }
989
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
990
+ fill: #8da34e;
991
+ stroke: #8da34e;
992
+ }
993
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
994
+ fill: #69b85f;
995
+ stroke: #69b85f;
996
+ }
997
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="4"] {
998
+ fill: #45dcff;
999
+ stroke: #45dcff;
1000
+ }
1001
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
1002
+ fill: #00ac69;
1003
+ stroke: #00ac69;
1004
+ }
1005
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
1006
+ fill: #9ea7a6;
1007
+ stroke: #9ea7a6;
1008
+ }
1009
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
1010
+ fill: #d97872;
1011
+ stroke: #d97872;
1012
+ }
1013
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
1014
+ fill: #bface2;
1015
+ stroke: #bface2;
1016
+ }
1017
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
1018
+ fill: #4f5d3a;
1019
+ stroke: #4f5d3a;
1020
+ }
1021
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
1022
+ fill: #6397c1;
1023
+ stroke: #6397c1;
1024
+ }
1025
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="5"] {
1026
+ fill: #ff773b;
1027
+ stroke: #ff773b;
1028
+ }
1029
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1030
+ fill: #91cc39;
1031
+ stroke: #91cc39;
1032
+ }
1033
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1034
+ fill: #acaba7;
1035
+ stroke: #acaba7;
1036
+ }
1037
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1038
+ fill: #8ba3c5;
1039
+ stroke: #8ba3c5;
1040
+ }
1041
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1042
+ fill: #a0bcc2;
1043
+ stroke: #a0bcc2;
1044
+ }
1045
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1046
+ fill: #9d7448;
1047
+ stroke: #9d7448;
1048
+ }
1049
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1050
+ fill: #c068a8;
1051
+ stroke: #c068a8;
1052
+ }
1053
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="6"] {
1054
+ fill: #80f9c5;
1055
+ stroke: #80f9c5;
1056
+ }
1057
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1058
+ fill: #8fc6a9;
1059
+ stroke: #8fc6a9;
1060
+ }
1061
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1062
+ fill: #bcbcbc;
1063
+ stroke: #bcbcbc;
1064
+ }
1065
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1066
+ fill: #dc97aa;
1067
+ stroke: #dc97aa;
1068
+ }
1069
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1070
+ fill: #ff7396;
1071
+ stroke: #ff7396;
1072
+ }
1073
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1074
+ fill: #a7afa2;
1075
+ stroke: #a7afa2;
1076
+ }
1077
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1078
+ fill: #8dd8a3;
1079
+ stroke: #8dd8a3;
1080
+ }
1081
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="7"] {
1082
+ fill: #f21170;
1083
+ stroke: #f21170;
1084
+ }
1085
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1086
+ fill: #c45db9;
1087
+ stroke: #c45db9;
1088
+ }
1089
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1090
+ fill: #c5c9ca;
1091
+ stroke: #c5c9ca;
1092
+ }
1093
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1094
+ fill: #9c9cc2;
1095
+ stroke: #9c9cc2;
1096
+ }
1097
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1098
+ fill: #6dc7c9;
1099
+ stroke: #6dc7c9;
1100
+ }
1101
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1102
+ fill: #9fa871;
1103
+ stroke: #9fa871;
1104
+ }
1105
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1106
+ fill: #f0d9be;
1107
+ stroke: #f0d9be;
1108
+ }
1109
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="8"] {
1110
+ fill: #c355f5;
1111
+ stroke: #c355f5;
1112
+ }
1113
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1114
+ fill: #ef5e99;
1115
+ stroke: #ef5e99;
1116
+ }
1117
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1118
+ fill: #d9d4ce;
1119
+ stroke: #d9d4ce;
1120
+ }
1121
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1122
+ fill: #b7cadb;
1123
+ stroke: #b7cadb;
1124
+ }
1125
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1126
+ fill: #7895cb;
1127
+ stroke: #7895cb;
1128
+ }
1129
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1130
+ fill: #656146;
1131
+ stroke: #656146;
1132
+ }
1133
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1134
+ fill: #c2b1e3;
1135
+ stroke: #c2b1e3;
1136
+ }
1137
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="9"] {
1138
+ fill: #b2fcff;
1139
+ stroke: #b2fcff;
1140
+ }
1141
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1142
+ fill: #afa4c6;
1143
+ stroke: #afa4c6;
1144
+ }
1145
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1146
+ fill: #dedede;
1147
+ stroke: #dedede;
1148
+ }
1149
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1150
+ fill: #c7c19d;
1151
+ stroke: #c7c19d;
1152
+ }
1153
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1154
+ fill: #fea1a1;
1155
+ stroke: #fea1a1;
1156
+ }
1157
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1158
+ fill: #8d877b;
1159
+ stroke: #8d877b;
1160
+ }
1161
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1162
+ fill: #fc9390;
1163
+ stroke: #fc9390;
1164
+ }
1165
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="10"] {
1166
+ fill: #fffde1;
1167
+ stroke: #fffde1;
1168
+ }
1169
+ .rct-root .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1170
+ fill: #5b63aa;
1171
+ stroke: #5b63aa;
1172
+ }
1173
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1174
+ fill: #e8ecef;
1175
+ stroke: #e8ecef;
1176
+ }
1177
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1178
+ fill: #fbe693;
1179
+ stroke: #fbe693;
1180
+ }
1181
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1182
+ fill: #90c8ac;
1183
+ stroke: #90c8ac;
1184
+ }
1185
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1186
+ fill: #422c1e;
1187
+ stroke: #422c1e;
1188
+ }
1189
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1190
+ fill: #f4d470;
1191
+ stroke: #f4d470;
1192
+ }
1193
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="a"] .rct-point[data-index="11"] {
1194
+ fill: #98a8f8;
1195
+ stroke: #98a8f8;
1196
+ }
1197
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1198
+ fill: #0098ff;
1199
+ }
1200
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1201
+ fill: #464646;
1202
+ }
1203
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1204
+ fill: #ccaacb;
1205
+ }
1206
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1207
+ fill: #eb455f;
1208
+ }
1209
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1210
+ fill: #666d4d;
1211
+ }
1212
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1213
+ fill: #2a9d8f;
1214
+ }
1215
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="0"] {
1216
+ fill: #00d6a3;
1217
+ }
1218
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1219
+ fill: #66d0ff;
1220
+ }
1221
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1222
+ fill: #61666a;
1223
+ }
1224
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1225
+ fill: #8fc9ca;
1226
+ }
1227
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1228
+ fill: #ffd49c;
1229
+ }
1230
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1231
+ fill: #7f736c;
1232
+ }
1233
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1234
+ fill: #ff9a00;
1235
+ }
1236
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="1"] {
1237
+ fill: #2196f3;
1238
+ }
1239
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1240
+ fill: #ff5c35;
1241
+ }
1242
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1243
+ fill: #6f6f6d;
1244
+ }
1245
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1246
+ fill: #97c1a9;
1247
+ }
1248
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1249
+ fill: #a4cadd;
1250
+ }
1251
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1252
+ fill: #a9a389;
1253
+ }
1254
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1255
+ fill: #e76f51;
1256
+ }
1257
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="2"] {
1258
+ fill: #fe3ea5;
1259
+ }
1260
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1261
+ fill: #ff9f00;
1262
+ }
1263
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1264
+ fill: #82898f;
1265
+ }
1266
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1267
+ fill: #f3b0c2;
1268
+ }
1269
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1270
+ fill: #3e4977;
1271
+ }
1272
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1273
+ fill: #d0b081;
1274
+ }
1275
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1276
+ fill: #ffd68d;
1277
+ }
1278
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="3"] {
1279
+ fill: #ffd938;
1280
+ }
1281
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1282
+ fill: #ffd938;
1283
+ }
1284
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1285
+ fill: #8d8d8b;
1286
+ }
1287
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1288
+ fill: #ffc7a2;
1289
+ }
1290
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1291
+ fill: #faab78;
1292
+ }
1293
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1294
+ fill: #8da34e;
1295
+ }
1296
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1297
+ fill: #69b85f;
1298
+ }
1299
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="4"] {
1300
+ fill: #45dcff;
1301
+ }
1302
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1303
+ fill: #00ac69;
1304
+ }
1305
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1306
+ fill: #9ea7a6;
1307
+ }
1308
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1309
+ fill: #d97872;
1310
+ }
1311
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1312
+ fill: #bface2;
1313
+ }
1314
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1315
+ fill: #4f5d3a;
1316
+ }
1317
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1318
+ fill: #6397c1;
1319
+ }
1320
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="5"] {
1321
+ fill: #ff773b;
1322
+ }
1323
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1324
+ fill: #91cc39;
1325
+ }
1326
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1327
+ fill: #acaba7;
1328
+ }
1329
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1330
+ fill: #8ba3c5;
1331
+ }
1332
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1333
+ fill: #a0bcc2;
1334
+ }
1335
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1336
+ fill: #9d7448;
1337
+ }
1338
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1339
+ fill: #c068a8;
1340
+ }
1341
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="6"] {
1342
+ fill: #80f9c5;
1343
+ }
1344
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1345
+ fill: #8fc6a9;
1346
+ }
1347
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1348
+ fill: #bcbcbc;
1349
+ }
1350
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1351
+ fill: #dc97aa;
1352
+ }
1353
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1354
+ fill: #ff7396;
1355
+ }
1356
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1357
+ fill: #a7afa2;
1358
+ }
1359
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1360
+ fill: #8dd8a3;
1361
+ }
1362
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="7"] {
1363
+ fill: #f21170;
1364
+ }
1365
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1366
+ fill: #c45db9;
1367
+ }
1368
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1369
+ fill: #c5c9ca;
1370
+ }
1371
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1372
+ fill: #9c9cc2;
1373
+ }
1374
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1375
+ fill: #6dc7c9;
1376
+ }
1377
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1378
+ fill: #9fa871;
1379
+ }
1380
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1381
+ fill: #f0d9be;
1382
+ }
1383
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="8"] {
1384
+ fill: #c355f5;
1385
+ }
1386
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1387
+ fill: #ef5e99;
1388
+ }
1389
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1390
+ fill: #d9d4ce;
1391
+ }
1392
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1393
+ fill: #b7cadb;
1394
+ }
1395
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1396
+ fill: #7895cb;
1397
+ }
1398
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1399
+ fill: #656146;
1400
+ }
1401
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1402
+ fill: #c2b1e3;
1403
+ }
1404
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="9"] {
1405
+ fill: #b2fcff;
1406
+ }
1407
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1408
+ fill: #afa4c6;
1409
+ }
1410
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1411
+ fill: #dedede;
1412
+ }
1413
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1414
+ fill: #c7c19d;
1415
+ }
1416
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1417
+ fill: #fea1a1;
1418
+ }
1419
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1420
+ fill: #8d877b;
1421
+ }
1422
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1423
+ fill: #fc9390;
1424
+ }
1425
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="10"] {
1426
+ fill: #fffde1;
1427
+ }
1428
+ .rct-root .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1429
+ fill: #5b63aa;
1430
+ }
1431
+ .rct-root[data-palette="gray"] .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1432
+ fill: #e8ecef;
1433
+ }
1434
+ .rct-root[data-palette="warm"] .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1435
+ fill: #fbe693;
1436
+ }
1437
+ .rct-root[data-palette="cool"] .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1438
+ fill: #90c8ac;
1439
+ }
1440
+ .rct-root[data-palette="forest"] .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1441
+ fill: #422c1e;
1442
+ }
1443
+ .rct-root[data-palette='vintage'] .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1444
+ fill: #f4d470;
1445
+ }
1446
+ .rct-root[data-palette='unicorn'] .rct-series[data-pointcolors="f"] .rct-point[data-index="11"] {
1447
+ fill: #98a8f8;
1448
+ }
1449
+ .rct-series {
1450
+ opacity: inherit;
1451
+ transition-property: opacity;
1452
+ transition-duration: 0.7s;
1453
+ }
1454
+ .rct-series[data-unhover] {
1455
+ opacity: 0.2 !important;
1456
+ }
1457
+ .rct-point[data-unhover] {
1458
+ opacity: 0.2 !important;
1459
+ }
1460
+ .rct-root .rct-point[data-focus] {
1461
+ stroke: #000;
1462
+ stroke-width: 2px;
1463
+ stroke-linecap: round;
1464
+ stroke-linejoin: round;
1465
+ filter: brightness(115%) !important;
1466
+ opacity: 1 !important;
1467
+ }
1468
+ .rct-root[data-theme='dark'] .rct-point[data-focus] {
1469
+ stroke: #ccc;
1470
+ stroke-width: 2px;
1471
+ stroke-linecap: round;
1472
+ stroke-linejoin: round;
1473
+ filter: brightness(115%) !important;
1474
+ opacity: 1 !important;
1475
+ }
1476
+ .rct-root[data-theme='real'] .rct-point[data-focus] {
1477
+ stroke: yellow;
1478
+ stroke-width: 2px;
1479
+ stroke-linecap: round;
1480
+ stroke-linejoin: round;
1481
+ filter: brightness(115%) !important;
1482
+ opacity: 1 !important;
1483
+ }
1484
+ .rct-root .rct-point[data-unfocus] {
1485
+ stroke: #000;
1486
+ stroke-width: 2px;
1487
+ stroke-linecap: round;
1488
+ stroke-linejoin: round;
1489
+ filter: brightness(115%) !important;
1490
+ opacity: 1 !important;
1491
+ }
1492
+ .rct-root[data-theme='dark'] .rct-point[data-unfocus] {
1493
+ stroke: #ccc;
1494
+ stroke-width: 2px;
1495
+ stroke-linecap: round;
1496
+ stroke-linejoin: round;
1497
+ filter: brightness(115%) !important;
1498
+ opacity: 1 !important;
1499
+ }
1500
+ .rct-root[data-theme='real'] .rct-point[data-unfocus] {
1501
+ stroke: yellow;
1502
+ stroke-width: 2px;
1503
+ stroke-linecap: round;
1504
+ stroke-linejoin: round;
1505
+ filter: brightness(115%) !important;
1506
+ opacity: 1 !important;
1507
+ }
1508
+ .rct-series-trendline {
1509
+ stroke: #ff0000;
1510
+ stroke-width: 2px;
1511
+ stroke-linejoin: round;
1512
+ fill: none;
1513
+ }
1514
+ .rct-point-unhover {
1515
+ opacity: 0.3;
1516
+ transition: opacity 0.7s;
1517
+ }
1518
+ .rct-point-hover {
1519
+ opacity: inherit;
1520
+ transition: opacity 0.7s;
1521
+ }
1522
+ .rct-point-labels {
1523
+ opacity: inherit;
1524
+ transition-property: opacity;
1525
+ transition-duration: 0.7s;
1526
+ }
1527
+ .rct-point-labels[data-unhover] {
1528
+ opacity: 0.3 !important;
1529
+ }
1530
+ .rct-root .rct-point-labels {
1531
+ font-size: 0.8em;
1532
+ font-weight: bold;
1533
+ stroke: none;
1534
+ fill: #333;
1535
+ }
1536
+ .rct-root[data-theme='dark'] .rct-point-labels {
1537
+ font-size: 0.8em;
1538
+ font-weight: bold;
1539
+ stroke: none;
1540
+ fill: #ddd;
1541
+ }
1542
+ .rct-root[data-theme='real'] .rct-point-labels {
1543
+ font-size: 0.8em;
1544
+ font-weight: bold;
1545
+ stroke: none;
1546
+ fill: #fff;
1547
+ }
1548
+ .rct-point-label {
1549
+ fill-opacity: 1;
1550
+ opacity: 1;
1551
+ }
1552
+ .rct-root .rct-point-label-lines {
1553
+ stroke-width: 1px;
1554
+ stroke: rgba(85, 133, 85, 0.38);
1555
+ fill: none;
1556
+ }
1557
+ .rct-root[data-theme='dark'] .rct-point-label-lines {
1558
+ stroke-width: 1px;
1559
+ stroke: #939393;
1560
+ fill: none;
1561
+ }
1562
+ .rct-root[data-theme='real'] .rct-point-label-lines {
1563
+ stroke-width: 1px;
1564
+ stroke: rgba(85, 133, 85, 0.38);
1565
+ fill: none;
1566
+ }
1567
+ .rct-bar-series {
1568
+ fill-opacity: 1;
1569
+ stroke-width: 0;
1570
+ }
1571
+ .rct-circlebar-series .rct-point {
1572
+ stroke: #fff;
1573
+ }
1574
+ .rct-barrange-series {
1575
+ fill-opacity: 0.85;
1576
+ }
1577
+ .rct-line-series-line {
1578
+ stroke-width: 1px;
1579
+ }
1580
+ .rct-line-series .rct-point {
1581
+ stroke-dasharray: none;
1582
+ }
1583
+ .rct-line-series-flag {
1584
+ font-weight: bold;
1585
+ font-size: 0.9em;
1586
+ }
1587
+ .rct-area-series-area {
1588
+ fill-opacity: 0.5;
1589
+ }
1590
+ .rct-area-series-area[data-polar] {
1591
+ fill-opacity: 0.25;
1592
+ }
1593
+ .rct-area-series-area[data-simple] {
1594
+ fill-opacity: 0.05;
1595
+ }
1596
+ .rct-area-series .rct-area-series-area {
1597
+ stroke: none;
1598
+ }
1599
+ .rct-arearange-series-area {
1600
+ fill-opacity: 0.5;
1601
+ }
1602
+ .rct-arearange-series .rct-arearange-series-area {
1603
+ stroke: none;
1604
+ }
1605
+ .rct-bubble-series {
1606
+ fill-opacity: 0.75;
1607
+ stroke-width: 1px;
1608
+ }
1609
+ .rct-scatter-series {
1610
+ fill-opacity: 0.7;
1611
+ }
1612
+ .rct-scatter-series .rct-point[data-focus] {
1613
+ fill-opacity: 0.9;
1614
+ }
1615
+ .rct-boxplot-series {
1616
+ stroke-width: 1;
1617
+ }
1618
+ .rct-boxplot-point-min {
1619
+ stroke: #333;
1620
+ stroke-width: 2;
1621
+ }
1622
+ .rct-boxplot-point-mid {
1623
+ stroke: #333;
1624
+ stroke-width: 2;
1625
+ }
1626
+ .rct-boxplot-point-max {
1627
+ stroke: #333;
1628
+ stroke-width: 2;
1629
+ }
1630
+ .rct-boxplot-point-stem {
1631
+ stroke: #333;
1632
+ stroke-dasharray: 2;
1633
+ }
1634
+ .rct-boxplot-series .rct-point[data-focus] .rct-boxplot-point-stem {
1635
+ stroke: #000;
1636
+ stroke-dasharray: none;
1637
+ stroke-width: 2px;
1638
+ }
1639
+ .rct-candlestick-series {
1640
+ stroke-width: 1;
1641
+ fill-opacity: 0.85;
1642
+ }
1643
+ .rct-candlestick-series .rct-point[data-focus] {
1644
+ fill-opacity: 0.5;
1645
+ }
1646
+ .rct-candlestick-series .rct-point[data-decline] {
1647
+ fill: #008;
1648
+ stroke: #008;
1649
+ }
1650
+ .rct-candlestick-point-border {
1651
+ stroke: #333;
1652
+ }
1653
+ .rct-candlestick-point-wick {
1654
+ stroke: #003;
1655
+ }
1656
+ .rct-ohlc-series {
1657
+ stroke-width: 2;
1658
+ }
1659
+ .rct-ohlc-series .rct-point[data-decline] {
1660
+ stroke: #00f;
1661
+ }
1662
+ .rct-ohlc-series .rct-point[data-focus] .rct-ohlc-point-back {
1663
+ fill: #0088ff20 !important;
1664
+ }
1665
+ .rct-ohlc-point-back {
1666
+ stroke: none;
1667
+ }
1668
+ .rct-waterfall-series {
1669
+ fill-opacity: 0.85;
1670
+ }
1671
+ .rct-waterfall-point-negative {
1672
+ fill: #F28321;
1673
+ stroke: #F28321;
1674
+ }
1675
+ .rct-waterfall-point-mid {
1676
+ fill: #B4DD72;
1677
+ stroke: #B4DD72;
1678
+ }
1679
+ .rct-waterfall-point-sum {
1680
+ fill: #6EAD3F;
1681
+ stroke: #6EAD3F;
1682
+ }
1683
+ .rct-waterfall-series-lines {
1684
+ stroke: #77f;
1685
+ stroke-width: 2;
1686
+ stroke-dasharray: 2;
1687
+ }
1688
+ .rct-errorbar-series .rct-point {
1689
+ stroke: #008;
1690
+ stroke-width: 2px;
1691
+ }
1692
+ .rct-errorbar-series .rct-point[data-focus] .rct-errorbar-point-back {
1693
+ fill: #0088ff20 !important;
1694
+ }
1695
+ .rct-lollipop-series {
1696
+ stroke-width: 3px;
1697
+ }
1698
+ .rct-lollipop-point-bar {
1699
+ shape-rendering: crispEdges;
1700
+ }
1701
+ .rct-lollipop-point-marker {
1702
+ stroke: none;
1703
+ }
1704
+ .rct-root .rct-lollipop-series .rct-point[data-focus] {
1705
+ stroke: #000;
1706
+ stroke-width: inherit;
1707
+ }
1708
+ .rct-root[data-theme='dark'] .rct-lollipop-series .rct-point[data-focus] {
1709
+ stroke: #ccc;
1710
+ stroke-width: inherit;
1711
+ }
1712
+ .rct-root[data-theme='real'] .rct-lollipop-series .rct-point[data-focus] {
1713
+ stroke: yellow;
1714
+ stroke-width: inherit;
1715
+ }
1716
+ .rct-root .rct-lollipop-series .rct-point[data-focus] .rct-lollipop-point-marker {
1717
+ stroke: #000;
1718
+ stroke-width: 2px;
1719
+ }
1720
+ .rct-root[data-theme='dark'] .rct-lollipop-series .rct-point[data-focus] .rct-lollipop-point-marker {
1721
+ stroke: #ccc;
1722
+ stroke-width: 2px;
1723
+ }
1724
+ .rct-root[data-theme='real'] .rct-lollipop-series .rct-point[data-focus] .rct-lollipop-point-marker {
1725
+ stroke: yellow;
1726
+ stroke-width: 2px;
1727
+ }
1728
+ .rct-dumbbell-series {
1729
+ stroke-width: 3px;
1730
+ }
1731
+ .rct-dumbbell-point-bar {
1732
+ shape-rendering: crispEdges;
1733
+ }
1734
+ .rct-dumbbell-point-marker {
1735
+ stroke: none;
1736
+ }
1737
+ .rct-root .rct-dumbbell-series .rct-point[data-focus] {
1738
+ stroke: #000;
1739
+ stroke-width: inherit;
1740
+ }
1741
+ .rct-root[data-theme='dark'] .rct-dumbbell-series .rct-point[data-focus] {
1742
+ stroke: #ccc;
1743
+ stroke-width: inherit;
1744
+ }
1745
+ .rct-root[data-theme='real'] .rct-dumbbell-series .rct-point[data-focus] {
1746
+ stroke: yellow;
1747
+ stroke-width: inherit;
1748
+ }
1749
+ .rct-root .rct-dumbbell-series .rct-point[data-focus] .rct-dumbbell-point-marker {
1750
+ stroke: #000;
1751
+ stroke-width: 2px;
1752
+ }
1753
+ .rct-root[data-theme='dark'] .rct-dumbbell-series .rct-point[data-focus] .rct-dumbbell-point-marker {
1754
+ stroke: #ccc;
1755
+ stroke-width: 2px;
1756
+ }
1757
+ .rct-root[data-theme='real'] .rct-dumbbell-series .rct-point[data-focus] .rct-dumbbell-point-marker {
1758
+ stroke: yellow;
1759
+ stroke-width: 2px;
1760
+ }
1761
+ .rct-equalizer-series {
1762
+ fill-opacity: 0.9;
1763
+ }
1764
+ .rct-equalizer-series .rct-point[data-focus] {
1765
+ filter: brightness(120%);
1766
+ }
1767
+ .rct-histogram-series .rct-point {
1768
+ stroke: #fff;
1769
+ }
1770
+ .rct-vector-series {
1771
+ stroke-width: 2px;
1772
+ }
1773
+ .rct-vector-series .rct-point[data-focus] {
1774
+ stroke-width: 5px;
1775
+ }
1776
+ .rct-heatmap-series .rct-point {
1777
+ stroke: none;
1778
+ }
1779
+ .rct-treemap-series .rct-point {
1780
+ stroke: #fff;
1781
+ }
1782
+ .rct-pie-series .rct-point {
1783
+ stroke: #fff;
1784
+ }
1785
+ .rct-pie-series[data-deep] .rct-point {
1786
+ stroke: none;
1787
+ }
1788
+ .rct-pie-series-inner {
1789
+ font-size: 20px;
1790
+ fill: #557;
1791
+ }
1792
+ .rct-pie-series-sides {
1793
+ stroke: none;
1794
+ }
1795
+ .rct-root .rct-pie-series-side[data-focus] {
1796
+ stroke: #000;
1797
+ stroke-width: 2px;
1798
+ stroke-linejoin: round;
1799
+ stroke-linecap: round;
1800
+ filter: brightness(115%) !important;
1801
+ opacity: 1 !important;
1802
+ }
1803
+ .rct-root[data-theme='dark'] .rct-pie-series-side[data-focus] {
1804
+ stroke: #ccc;
1805
+ stroke-width: 2px;
1806
+ stroke-linejoin: round;
1807
+ stroke-linecap: round;
1808
+ filter: brightness(115%) !important;
1809
+ opacity: 1 !important;
1810
+ }
1811
+ .rct-root[data-theme='real'] .rct-pie-series-side[data-focus] {
1812
+ stroke: yellow;
1813
+ stroke-width: 2px;
1814
+ stroke-linejoin: round;
1815
+ stroke-linecap: round;
1816
+ filter: brightness(115%) !important;
1817
+ opacity: 1 !important;
1818
+ }
1819
+ .rct-funnel-series .rct-point {
1820
+ stroke: #fff;
1821
+ }
1822
+ .rct-funnel-series .rct-point[data-focus] {
1823
+ stroke: #000;
1824
+ stroke-width: 2px;
1825
+ }
1826
+ .rct-pictorial-series .rct-point {
1827
+ stroke: none;
1828
+ }
1829
+ .rct-pictorial-series-figure {
1830
+ fill: #ddd;
1831
+ stroke: none;
1832
+ }
1833
+ .rct-wordcloud-series .rct-point[data-focus] {
1834
+ filter: none !important;
1835
+ }
1836
+ .rct-wordcloud-series .rct-point[data-focus] text {
1837
+ filter: brightness(80%) !important;
1838
+ stroke: #777 !important;
1839
+ stroke-width: 0px;
1840
+ }
1841
+ .rct-gauge-pane {
1842
+ fill: none;
1843
+ }
1844
+ .rct-gauge-group {
1845
+ padding: 10px;
1846
+ }
1847
+ .rct-root .rct-circle-gauge-rim {
1848
+ fill: #ededed;
1849
+ }
1850
+ .rct-root[data-theme='dark'] .rct-circle-gauge-rim {
1851
+ fill: #515151;
1852
+ }
1853
+ .rct-root[data-theme='real'] .rct-circle-gauge-rim {
1854
+ fill: #515151;
1855
+ }
1856
+ .rct-root .rct-circle-gauge-inner {
1857
+ fill: none;
1858
+ }
1859
+ .rct-root[data-theme='dark'] .rct-circle-gauge-inner {
1860
+ fill: none;
1861
+ }
1862
+ .rct-root[data-theme='real'] .rct-circle-gauge-inner {
1863
+ fill: none;
1864
+ }
1865
+ .rct-circle-gauge-value {
1866
+ fill: #0098ff;
1867
+ }
1868
+ .rct-circle-gauge-value[data-stroked] {
1869
+ fill: none;
1870
+ }
1871
+ .rct-root .rct-circle-gauge-label {
1872
+ font-size: 40px;
1873
+ fill: #000;
1874
+ stroke: none;
1875
+ }
1876
+ .rct-root[data-theme='dark'] .rct-circle-gauge-label {
1877
+ font-size: 40px;
1878
+ fill: #fff;
1879
+ stroke: none;
1880
+ }
1881
+ .rct-root[data-theme='real'] .rct-circle-gauge-label {
1882
+ font-size: 40px;
1883
+ fill: #fff;
1884
+ stroke: none;
1885
+ }
1886
+ .rct-circle-gauge-label[data-grouped] {
1887
+ font-size: 20px;
1888
+ }
1889
+ .rct-circle-gauge-pin {
1890
+ fill: #fff;
1891
+ stroke: #333;
1892
+ stroke-width: 3px;
1893
+ }
1894
+ .rct-circle-gauge-hand {
1895
+ fill: #333;
1896
+ stroke: none;
1897
+ }
1898
+ .rct-root .rct-clock-gauge-face {
1899
+ fill: #fff;
1900
+ stroke: none;
1901
+ }
1902
+ .rct-root[data-theme='dark'] .rct-clock-gauge-face {
1903
+ fill: #fff;
1904
+ stroke: none;
1905
+ }
1906
+ .rct-root[data-theme='real'] .rct-clock-gauge-face {
1907
+ fill: #fff;
1908
+ stroke: none;
1909
+ }
1910
+ .rct-root .rct-clock-gauge-rim {
1911
+ fill: #eee;
1912
+ stroke: #808080;
1913
+ }
1914
+ .rct-root[data-theme='dark'] .rct-clock-gauge-rim {
1915
+ fill: #eee;
1916
+ stroke: #808080;
1917
+ }
1918
+ .rct-root[data-theme='real'] .rct-clock-gauge-rim {
1919
+ fill: #eee;
1920
+ stroke: #808080;
1921
+ }
1922
+ .rct-root .rct-clock-gauge-tick {
1923
+ stroke: #333;
1924
+ stroke-width: 2px;
1925
+ }
1926
+ .rct-root[data-theme='dark'] .rct-clock-gauge-tick {
1927
+ stroke: #333;
1928
+ stroke-width: 2px;
1929
+ }
1930
+ .rct-root[data-theme='real'] .rct-clock-gauge-tick {
1931
+ stroke: #333;
1932
+ stroke-width: 2px;
1933
+ }
1934
+ .rct-root .rct-clock-gauge-minor-tick {
1935
+ stroke: #555;
1936
+ stroke-width: 1px;
1937
+ }
1938
+ .rct-root[data-theme='dark'] .rct-clock-gauge-minor-tick {
1939
+ stroke: #555;
1940
+ stroke-width: 1px;
1941
+ }
1942
+ .rct-root[data-theme='real'] .rct-clock-gauge-minor-tick {
1943
+ stroke: #555;
1944
+ stroke-width: 1px;
1945
+ }
1946
+ .rct-root .rct-clock-gauge-tick-label {
1947
+ stroke: none;
1948
+ fill: #333;
1949
+ font-size: 1em;
1950
+ }
1951
+ .rct-root[data-theme='dark'] .rct-clock-gauge-tick-label {
1952
+ stroke: none;
1953
+ fill: #333;
1954
+ font-size: 1em;
1955
+ }
1956
+ .rct-root[data-theme='real'] .rct-clock-gauge-tick-label {
1957
+ stroke: none;
1958
+ fill: #333;
1959
+ font-size: 1em;
1960
+ }
1961
+ .rct-clock-gauge-pin {
1962
+ fill: #fff;
1963
+ stroke: #333;
1964
+ stroke-width: 3px;
1965
+ }
1966
+ .rct-clock-gauge-hour {
1967
+ fill: #333;
1968
+ }
1969
+ .rct-clock-gauge-minute {
1970
+ fill: #333;
1971
+ }
1972
+ .rct-clock-gauge-second {
1973
+ fill: #c00;
1974
+ }
1975
+ .rct-root .rct-clock-gauge-label {
1976
+ fill: #aaa;
1977
+ }
1978
+ .rct-root[data-theme='dark'] .rct-clock-gauge-label {
1979
+ fill: #aaa;
1980
+ }
1981
+ .rct-root[data-theme='real'] .rct-clock-gauge-label {
1982
+ fill: #aaa;
1983
+ }
1984
+ .rct-root .rct-gauge-scale-line {
1985
+ stroke: #555;
1986
+ fill: none;
1987
+ }
1988
+ .rct-root[data-theme='dark'] .rct-gauge-scale-line {
1989
+ stroke: #fff;
1990
+ fill: none;
1991
+ }
1992
+ .rct-root[data-theme='real'] .rct-gauge-scale-line {
1993
+ stroke: #fff;
1994
+ fill: none;
1995
+ }
1996
+ .rct-root .rct-gauge-scale-ticks {
1997
+ stroke: #555;
1998
+ }
1999
+ .rct-root[data-theme='dark'] .rct-gauge-scale-ticks {
2000
+ stroke: #fff;
2001
+ }
2002
+ .rct-root[data-theme='real'] .rct-gauge-scale-ticks {
2003
+ stroke: #fff;
2004
+ }
2005
+ .rct-root .rct-gauge-scale-tick-labels {
2006
+ font-size: 0.85em;
2007
+ fill: #333;
2008
+ }
2009
+ .rct-root[data-theme='dark'] .rct-gauge-scale-tick-labels {
2010
+ font-size: 0.85em;
2011
+ fill: #fff;
2012
+ }
2013
+ .rct-root[data-theme='real'] .rct-gauge-scale-tick-labels {
2014
+ font-size: 0.85em;
2015
+ fill: #fff;
2016
+ }
2017
+ .rct-root .rct-linear-gauge-background {
2018
+ fill: #eee;
2019
+ }
2020
+ .rct-root[data-theme='dark'] .rct-linear-gauge-background {
2021
+ fill: #eee;
2022
+ }
2023
+ .rct-root[data-theme='real'] .rct-linear-gauge-background {
2024
+ fill: #eee;
2025
+ }
2026
+ .rct-root .rct-linear-gauge-value {
2027
+ fill: #008000;
2028
+ }
2029
+ .rct-root[data-theme='dark'] .rct-linear-gauge-value {
2030
+ fill: #008000;
2031
+ }
2032
+ .rct-root[data-theme='real'] .rct-linear-gauge-value {
2033
+ fill: #008000;
2034
+ }
2035
+ .rct-root .rct-linear-gauge-band-tick-labels {
2036
+ font-size: 0.85em;
2037
+ fill: #333;
2038
+ }
2039
+ .rct-root[data-theme='dark'] .rct-linear-gauge-band-tick-labels {
2040
+ font-size: 0.85em;
2041
+ fill: #333;
2042
+ }
2043
+ .rct-root[data-theme='real'] .rct-linear-gauge-band-tick-labels {
2044
+ font-size: 0.85em;
2045
+ fill: #333;
2046
+ }
2047
+ .rct-root .rct-linear-gauge-group-label {
2048
+ fill: #333;
2049
+ font-size: 1.5em;
2050
+ }
2051
+ .rct-root[data-theme='dark'] .rct-linear-gauge-group-label {
2052
+ fill: #eee;
2053
+ font-size: 1.5em;
2054
+ }
2055
+ .rct-root[data-theme='real'] .rct-linear-gauge-group-label {
2056
+ fill: #333;
2057
+ font-size: 1.5em;
2058
+ }
2059
+ .rct-root .rct-bullet-gauge-background {
2060
+ fill: #eee;
2061
+ }
2062
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-background {
2063
+ fill: #eee;
2064
+ }
2065
+ .rct-root[data-theme='real'] .rct-bullet-gauge-background {
2066
+ fill: #eee;
2067
+ }
2068
+ .rct-root .rct-bullet-gauge-value {
2069
+ fill: #333;
2070
+ }
2071
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-value {
2072
+ fill: #333;
2073
+ }
2074
+ .rct-root[data-theme='real'] .rct-bullet-gauge-value {
2075
+ fill: #333;
2076
+ }
2077
+ .rct-root .rct-bullet-gauge-target {
2078
+ fill: #333;
2079
+ }
2080
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-target {
2081
+ fill: #333;
2082
+ }
2083
+ .rct-root[data-theme='real'] .rct-bullet-gauge-target {
2084
+ fill: #333;
2085
+ }
2086
+ .rct-root .rct-bullet-gauge-label {
2087
+ font-size: 1em;
2088
+ fill: #333;
2089
+ }
2090
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-label {
2091
+ font-size: 1em;
2092
+ fill: #333;
2093
+ }
2094
+ .rct-root[data-theme='real'] .rct-bullet-gauge-label {
2095
+ font-size: 1em;
2096
+ fill: #333;
2097
+ }
2098
+ .rct-root .rct-bullet-gauge-scale-line {
2099
+ stroke: #333;
2100
+ }
2101
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-scale-line {
2102
+ stroke: #333;
2103
+ }
2104
+ .rct-root[data-theme='real'] .rct-bullet-gauge-scale-line {
2105
+ stroke: #333;
2106
+ }
2107
+ .rct-root .rct-bullet-gauge-scale-ticks {
2108
+ stroke: #333;
2109
+ }
2110
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-scale-ticks {
2111
+ stroke: #333;
2112
+ }
2113
+ .rct-root[data-theme='real'] .rct-bullet-gauge-scale-ticks {
2114
+ stroke: #333;
2115
+ }
2116
+ .rct-root .rct-bullet-gauge-scale-tick-labels {
2117
+ font-size: 0.9em;
2118
+ fill: #333;
2119
+ }
2120
+ .rct-root[data-theme='dark'] .rct-bullet-gauge-scale-tick-labels {
2121
+ font-size: 0.9em;
2122
+ fill: #333;
2123
+ }
2124
+ .rct-root[data-theme='real'] .rct-bullet-gauge-scale-tick-labels {
2125
+ font-size: 0.9em;
2126
+ fill: #333;
2127
+ }
2128
+ .rct-bullet-gauge-group {
2129
+ padding: 10px;
2130
+ }
2131
+ .rct-bullet-gauge-group-label {
2132
+ font-size: 1.5em;
2133
+ }
2134
+ .rct-tooltip {
2135
+ font-size: 0.8em;
2136
+ pointer-events: none;
2137
+ opacity: 0.9;
2138
+ }
2139
+ .rct-tooltip-back {
2140
+ fill: #fff;
2141
+ }
2142
+ .rct-tooltip-tail {
2143
+ fill: #fff;
2144
+ }
2145
+ .rct-tooltip-text {
2146
+ fill: #333;
2147
+ stroke: none;
2148
+ }
2149
+ .rct-annotation-background {
2150
+ fill: none;
2151
+ stroke: none;
2152
+ }
2153
+ .rct-root .rct-text-annotation {
2154
+ font-size: 20px;
2155
+ fill: #333;
2156
+ }
2157
+ .rct-root[data-theme='dark'] .rct-text-annotation {
2158
+ font-size: 20px;
2159
+ fill: #939393;
2160
+ }
2161
+ .rct-root[data-theme='real'] .rct-text-annotation {
2162
+ font-size: 20px;
2163
+ fill: #333;
2164
+ }
2165
+ .rct-root .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-root[data-theme='dark'] .rct-crosshair-line {
2172
+ fill: none;
2173
+ stroke-width: 1;
2174
+ stroke: #fff;
2175
+ shape-rendering: crispEdges;
2176
+ }
2177
+ .rct-root[data-theme='real'] .rct-crosshair-line {
2178
+ fill: none;
2179
+ stroke-width: 1;
2180
+ stroke: rgba(128, 128, 128, 0.5);
2181
+ shape-rendering: crispEdges;
2182
+ }
2183
+ .rct-crosshair-bar {
2184
+ stroke: none;
2185
+ fill: rgba(68, 136, 204, 0.1);
2186
+ }
2187
+ .rct-root .rct-crosshair-flag {
2188
+ stroke: none;
2189
+ fill: #555;
2190
+ }
2191
+ .rct-root[data-theme='dark'] .rct-crosshair-flag {
2192
+ stroke: none;
2193
+ fill: #fff;
2194
+ }
2195
+ .rct-root[data-theme='real'] .rct-crosshair-flag {
2196
+ stroke: none;
2197
+ fill: #555;
2198
+ }
2199
+ .rct-root .rct-crosshair-flag-text {
2200
+ stroke: none;
2201
+ fill: #fff;
2202
+ }
2203
+ .rct-root[data-theme='dark'] .rct-crosshair-flag-text {
2204
+ stroke: none;
2205
+ fill: #555;
2206
+ }
2207
+ .rct-root[data-theme='real'] .rct-crosshair-flag-text {
2208
+ stroke: none;
2209
+ fill: #fff;
2210
+ }
2211
+ .rct-root .rct-zoom-tracker {
2212
+ fill: rgba(0, 68, 255, 0.18);
2213
+ }
2214
+ .rct-root[data-theme='dark'] .rct-zoom-tracker {
2215
+ fill: #efefef40;
2216
+ }
2217
+ .rct-root[data-theme='real'] .rct-zoom-tracker {
2218
+ fill: #efefef40;
2219
+ }
2220
+ .rct-navigator .rct-axis-line {
2221
+ display: none;
2222
+ }
2223
+ .rct-root .rct-navigator-back {
2224
+ fill: #fff;
2225
+ stroke: #f0f0f0;
2226
+ shape-rendering: crispEdges;
2227
+ }
2228
+ .rct-root[data-theme='dark'] .rct-navigator-back {
2229
+ fill: #1C1C1C;
2230
+ stroke: #8E8E8E;
2231
+ shape-rendering: crispEdges;
2232
+ }
2233
+ .rct-root[data-theme='real'] .rct-navigator-back {
2234
+ fill: #fff;
2235
+ stroke: #f0f0f0;
2236
+ shape-rendering: crispEdges;
2237
+ }
2238
+ .rct-root .rct-navigator-mask {
2239
+ fill: rgba(68, 136, 204, 0.125);
2240
+ }
2241
+ .rct-root[data-theme='dark'] .rct-navigator-mask {
2242
+ fill: #81818130;
2243
+ }
2244
+ .rct-root[data-theme='real'] .rct-navigator-mask {
2245
+ fill: rgba(68, 136, 204, 0.125);
2246
+ }
2247
+ .rct-root .rct-navigator-handle {
2248
+ fill: #0098ff;
2249
+ stroke: #0098ff;
2250
+ }
2251
+ .rct-root[data-theme='dark'] .rct-navigator-handle {
2252
+ fill: #0098ff;
2253
+ stroke: #0098ff;
2254
+ }
2255
+ .rct-root[data-theme='real'] .rct-navigator-handle {
2256
+ fill: #0098ff;
2257
+ stroke: #0098ff;
2258
+ }
2259
+ .rct-root .rct-navigator-handle[data-select] {
2260
+ fill: #005893;
2261
+ stroke: #005893;
2262
+ }
2263
+ .rct-root[data-theme='dark'] .rct-navigator-handle[data-select] {
2264
+ fill: #005893;
2265
+ stroke: #005893;
2266
+ }
2267
+ .rct-root[data-theme='real'] .rct-navigator-handle[data-select] {
2268
+ fill: #005893;
2269
+ stroke: #005893;
2270
+ }
2271
+ .rct-root .rct-navigator-handle:hover {
2272
+ fill: #005893;
2273
+ stroke: #005893;
2274
+ }
2275
+ .rct-root[data-theme='dark'] .rct-navigator-handle:hover {
2276
+ fill: #005893;
2277
+ stroke: #005893;
2278
+ }
2279
+ .rct-root[data-theme='real'] .rct-navigator-handle:hover {
2280
+ fill: #005893;
2281
+ stroke: #005893;
2282
+ }
2283
+ .rct-root .rct-navigator-track {
2284
+ fill: #d3d3d3;
2285
+ stroke: #d3d3d3;
2286
+ }
2287
+ .rct-root[data-theme='dark'] .rct-navigator-track {
2288
+ fill: #d3d3d3;
2289
+ stroke: #d3d3d3;
2290
+ }
2291
+ .rct-root[data-theme='real'] .rct-navigator-track {
2292
+ fill: #d3d3d3;
2293
+ stroke: #d3d3d3;
2294
+ }
2295
+ .rct-root .rct-navigator-thumb {
2296
+ fill: #0098ff;
2297
+ stroke: #0098ff;
2298
+ }
2299
+ .rct-root[data-theme='dark'] .rct-navigator-thumb {
2300
+ fill: #0098ff;
2301
+ stroke: #0098ff;
2302
+ }
2303
+ .rct-root[data-theme='real'] .rct-navigator-thumb {
2304
+ fill: #0098ff;
2305
+ stroke: #0098ff;
2306
+ }