@seeqdev/qomponents 0.0.174 → 0.0.175

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.
package/dist/styles.css CHANGED
@@ -1,1116 +1,209 @@
1
1
  /*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
- @font-face {
4
- font-family: 'fontCustom';
5
- src: url('./iconFont/FontCustom.woff2') format('woff2'), url('./iconFont/FontCustom.woff') format('woff');
6
- font-weight: normal;
7
- font-style: normal;
8
- }
9
- .fc {
10
- font-family: fontCustom !important;
11
- font-weight: normal;
12
- font-style: normal;
13
- font-size: 1em;
14
- line-height: 1;
15
- text-transform: none;
16
- display: inline-block;
17
- speak: none;
18
- -webkit-font-smoothing: antialiased;
19
- -moz-osx-font-smoothing: grayscale;
20
- }
21
- .fa-1x {
22
- font-size: 1em;
23
- }
24
- .fa-2x {
25
- font-size: 2em;
26
- }
27
- .fa-3x {
28
- font-size: 3em;
29
- }
30
- .fa-4x {
31
- font-size: 4em;
32
- }
33
- .fa-5x {
34
- font-size: 5em;
35
- }
36
- .fa-6x {
37
- font-size: 6em;
38
- }
39
- .fa-7x {
40
- font-size: 7em;
41
- }
42
- .fa-8x {
43
- font-size: 8em;
44
- }
45
- .fa-9x {
46
- font-size: 9em;
47
- }
48
- .fa-10x {
49
- font-size: 10em;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --tw-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --tw-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --tw-color-red-100: oklch(93.6% 0.032 17.717);
11
+ --tw-color-red-200: oklch(88.5% 0.062 18.334);
12
+ --tw-color-red-400: oklch(70.4% 0.191 22.216);
13
+ --tw-color-red-800: oklch(44.4% 0.177 26.899);
14
+ --tw-color-yellow-500: oklch(79.5% 0.184 86.047);
15
+ --tw-color-green-400: oklch(79.2% 0.209 151.711);
16
+ --tw-color-green-500: oklch(72.3% 0.219 149.579);
17
+ --tw-color-purple-500: oklch(62.7% 0.265 303.9);
18
+ --tw-color-gray-100: oklch(96.7% 0.003 264.542);
19
+ --tw-color-gray-200: oklch(92.8% 0.006 264.531);
20
+ --tw-color-gray-400: oklch(70.7% 0.022 261.325);
21
+ --tw-color-gray-500: oklch(55.1% 0.027 264.364);
22
+ --tw-color-gray-700: oklch(37.3% 0.034 259.733);
23
+ --tw-color-black: #000;
24
+ --tw-color-white: #fff;
25
+ --tw-spacing: 0.25rem;
26
+ --tw-container-xs: 20rem;
27
+ --tw-container-sm: 24rem;
28
+ --tw-container-md: 28rem;
29
+ --tw-container-lg: 32rem;
30
+ --tw-container-xl: 36rem;
31
+ --tw-container-2xl: 42rem;
32
+ --tw-container-3xl: 48rem;
33
+ --tw-container-4xl: 56rem;
34
+ --tw-container-5xl: 64rem;
35
+ --tw-container-6xl: 72rem;
36
+ --tw-text-xs: 0.75rem;
37
+ --tw-text-xs--line-height: calc(1 / 0.75);
38
+ --tw-text-sm: 0.875rem;
39
+ --tw-text-sm--line-height: calc(1.25 / 0.875);
40
+ --tw-text-base: 1rem;
41
+ --tw-text-base--line-height: calc(1.5 / 1);
42
+ --tw-text-xl: 1.25rem;
43
+ --tw-text-xl--line-height: calc(1.75 / 1.25);
44
+ --tw-font-weight-normal: 400;
45
+ --tw-font-weight-medium: 500;
46
+ --tw-font-weight-semibold: 600;
47
+ --tw-font-weight-bold: 700;
48
+ --tw-leading-normal: 1.5;
49
+ --tw-radius-sm: 0.25rem;
50
+ --tw-radius-md: 0.375rem;
51
+ --tw-radius-lg: 0.5rem;
52
+ --tw-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
53
+ --tw-animate-spin: spin 1s linear infinite;
54
+ --tw-default-transition-duration: 150ms;
55
+ --tw-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
56
+ --tw-default-font-family: var(--tw-font-sans);
57
+ --tw-default-mono-font-family: var(--tw-font-mono);
58
+ }
50
59
  }
51
- .fa-2xs {
52
- font-size: 0.625em;
53
- line-height: 0.1em;
54
- vertical-align: 0.225em;
55
- }
56
- .fa-xs {
57
- font-size: 0.75em;
58
- line-height: 0.08333em;
59
- vertical-align: 0.125em;
60
- }
61
- .fa-sm {
62
- font-size: 0.875em;
63
- line-height: 0.07143em;
64
- vertical-align: 0.05357em;
65
- }
66
- .fa-lg {
67
- font-size: 1.25em;
68
- line-height: 0.05em;
69
- vertical-align: -0.075em;
70
- }
71
- .fa-xl {
72
- font-size: 1.5em;
73
- line-height: 0.04167em;
74
- vertical-align: -0.125em;
75
- }
76
- .fa-2xl {
77
- font-size: 2em;
78
- line-height: 0.03125em;
79
- vertical-align: -0.1875em;
80
- }
81
- .fa-fw {
82
- text-align: center;
83
- width: 1.25em;
84
- }
85
- .fc-create-summary:before {
86
- content: "\e9c0" !important;
87
- }
88
- .fc-view-summaries:before {
89
- content: "\e9c3" !important;
90
- }
91
- .fc-marker:before {
92
- content: "\a961" !important;
93
- }
94
- .fc-display-range-unused:before {
95
- content: "\a96e" !important;
96
- }
97
- .fc-series-new:before {
98
- content: "\a979" !important;
99
- }
100
- .fc-datalab-ai:before {
101
- content: "\e900" !important;
102
- }
103
- .fc-formula-ai:before {
104
- content: "\e901" !important;
105
- }
106
- .fc-scatterplot-line:before {
107
- content: "\e902" !important;
108
- }
109
- .fc-annotate:before {
110
- content: "\e903" !important;
111
- }
112
- .fc-capsule:before {
113
- content: "\e904" !important;
114
- }
115
- .fc-search-limit:before {
116
- content: "\e905" !important;
117
- }
118
- .fc-search-logic:before {
119
- content: "\e906" !important;
120
- }
121
- .fc-search-pattern:before {
122
- content: "\e907" !important;
123
- }
124
- .fc-search-power:before {
125
- content: "\e908" !important;
126
- }
127
- .fc-home:before {
128
- content: "\e909" !important;
129
- }
130
- .fc-capsule-set:before {
131
- content: "\e90a" !important;
132
- }
133
- .fc-scatterplot:before {
134
- content: "\e90b" !important;
135
- }
136
- .fc-series:before {
137
- content: "\e90c" !important;
138
- }
139
- .fc-group:before {
140
- content: "\e90d" !important;
141
- }
142
- .fc-boundary-alert:before {
143
- content: "\e90e" !important;
144
- }
145
- .fc-chart-alert:before {
146
- content: "\e90f" !important;
147
- }
148
- .fc-seeq-datalab:before {
149
- content: "\e910" !important;
150
- }
151
- .fc-seeq-datalab-lock:before {
152
- content: "\e911" !important;
153
- }
154
- .fc-all-items:before {
155
- content: "\e912" !important;
156
- }
157
- .fc-asset-tree:before {
158
- content: "\e913" !important;
159
- }
160
- .fc-trend:before {
161
- content: "\e914" !important;
162
- }
163
- .fc-flag:before {
164
- content: "\e915" !important;
165
- }
166
- .fc-capsules:before {
167
- content: "\e916" !important;
168
- }
169
- .fc-connect:before {
170
- content: "\e917" !important;
171
- }
172
- .fc-display-range:before {
173
- content: "\e918" !important;
174
- }
175
- .fc-statistics:before {
176
- content: "\e919" !important;
177
- }
178
- .fc-eye:before {
179
- content: "\e91a" !important;
180
- }
181
- .fc-eye-o:before {
182
- content: "\e91b" !important;
183
- }
184
- .fc-data-file:before {
185
- content: "\e91c" !important;
186
- }
187
- .fc-gridline:before {
188
- content: "\e91d" !important;
189
- }
190
- .fc-model-and-predict:before {
191
- content: "\e91e" !important;
192
- }
193
- .fc-cleanse:before {
194
- content: "\e91f" !important;
195
- }
196
- .fc-identify:before {
197
- content: "\e920" !important;
198
- }
199
- .fc-quantify:before {
200
- content: "\e921" !important;
201
- }
202
- .fc-treemap:before {
203
- content: "\e922" !important;
204
- }
205
- .fc-series-dim:before {
206
- content: "\e923" !important;
207
- }
208
- .fc-series-gen:before {
209
- content: "\e924" !important;
210
- }
211
- .fc-formula:before {
212
- content: "\e925" !important;
213
- }
214
- .fc-alignment:before {
215
- content: "\e926" !important;
216
- }
217
- .fc-delete:before {
218
- content: "\e927" !important;
219
- }
220
- .fc-list:before {
221
- content: "\e928" !important;
222
- }
223
- .fc-tile:before {
224
- content: "\e929" !important;
225
- }
226
- .fc-arrow_down:before {
227
- content: "\e92a" !important;
228
- }
229
- .fc-arrow_up:before {
230
- content: "\e92b" !important;
231
- }
232
- .fc-user-community:before {
233
- content: "\e92c" !important;
234
- }
235
- .fc-certificate:before {
236
- content: "\e92d" !important;
237
- }
238
- .fc-training:before {
239
- content: "\e92e" !important;
240
- }
241
- .fc-knowledge-base:before {
242
- content: "\e92f" !important;
243
- }
244
- .fc-causality:before {
245
- content: "\e930" !important;
246
- }
247
- .fc-parallel-coordinate:before {
248
- content: "\e931" !important;
249
- }
250
- .fc-arrow_updown:before {
251
- content: "\e932" !important;
252
- }
253
- .fc-circle_warning:before {
254
- content: "\e933" !important;
255
- }
256
- .fc-circle_info:before {
257
- content: "\e934" !important;
258
- }
259
- .fc-warning:before {
260
- content: "\e935" !important;
261
- }
262
- .fc-grab-window:before {
263
- content: "\e936" !important;
264
- }
265
- .fc-magnify:before {
266
- content: "\e937" !important;
267
- }
268
- .fc-box-empty:before {
269
- content: "\e938" !important;
270
- }
271
- .fc-box-check:before {
272
- content: "\e939" !important;
273
- }
274
- .fc-circle-empty:before {
275
- content: "\e93a" !important;
276
- }
277
- .fc-circle-check:before {
278
- content: "\e93b" !important;
279
- }
280
- .fc-q_search:before {
281
- content: "\e93c" !important;
282
- }
283
- .fc-scatterplot-select:before {
284
- content: "\e93d" !important;
285
- }
286
- .fc-redo:before {
287
- content: "\e93e" !important;
288
- }
289
- .fc-digital-filter:before {
290
- content: "\e93f" !important;
291
- }
292
- .fc-support:before {
293
- content: "\e940" !important;
294
- }
295
- .fc-binoculars:before {
296
- content: "\e941" !important;
297
- }
298
- .fc-check:before {
299
- content: "\e942" !important;
300
- }
301
- .fc-filter:before {
302
- content: "\e943" !important;
303
- }
304
- .fc-trash:before {
305
- content: "\e944" !important;
306
- }
307
- .fc-gear:before {
308
- content: "\e945" !important;
309
- }
310
- .fc-lock:before {
311
- content: "\e946" !important;
312
- }
313
- .fc-lock-open:before {
314
- content: "\e947" !important;
315
- }
316
- .fc-arrow-dropdown:before {
317
- content: "\e948" !important;
318
- }
319
- .fc-mag-glass-empty:before {
320
- content: "\e949" !important;
321
- }
322
- .fc-globe:before {
323
- content: "\e94a" !important;
324
- }
325
- .fc-edit:before {
326
- content: "\e94b" !important;
327
- }
328
- .fc-add-column:before {
329
- content: "\e94c" !important;
330
- }
331
- .fc-add-row:before {
332
- content: "\e94d" !important;
333
- }
334
- .fc-border-style:before {
335
- content: "\e94e" !important;
336
- }
337
- .fc-clock-density:before {
338
- content: "\e94f" !important;
339
- }
340
- .fc-plus-assets:before {
341
- content: "\e950" !important;
342
- }
343
- .fc-plus-selected:before {
344
- content: "\e951" !important;
345
- }
346
- .fc-comment:before {
347
- content: "\e952" !important;
348
- }
349
- .fc-user:before {
350
- content: "\e953" !important;
351
- }
352
- .fc-engineer:before {
353
- content: "\e954" !important;
354
- }
355
- .fc-pricing:before {
356
- content: "\e955" !important;
357
- }
358
- .fc-free-trial:before {
359
- content: "\e956" !important;
360
- }
361
- .fc-partners:before {
362
- content: "\e957" !important;
363
- }
364
- .fc-meter:before {
365
- content: "\e958" !important;
366
- }
367
- .fc-beaker:before {
368
- content: "\e959" !important;
369
- }
370
- .fc-lightbulb:before {
371
- content: "\e95a" !important;
372
- }
373
- .fc-pdf:before {
374
- content: "\e95b" !important;
375
- }
376
- .fc-add-column-2:before {
377
- content: "\e95c" !important;
378
- }
379
- .fc-add-row-2:before {
380
- content: "\e95d" !important;
381
- }
382
- .fc-eraser:before {
383
- content: "\e95e" !important;
384
- }
385
- .fc-paintbrush:before {
386
- content: "\e95f" !important;
387
- }
388
- .fc-rows:before {
389
- content: "\e960" !important;
390
- }
391
- .fc-quick-start:before {
392
- content: "\e961" !important;
393
- }
394
- .fc-video:before {
395
- content: "\e962" !important;
396
- }
397
- .fc-wireless2:before {
398
- content: "\e963" !important;
399
- }
400
- .fc-wireless:before {
401
- content: "\e964" !important;
402
- }
403
- .fc-mag-glass:before {
404
- content: "\e965" !important;
405
- }
406
- .fc-data:before {
407
- content: "\e966" !important;
408
- }
409
- .fc-annotation:before {
410
- content: "\e967" !important;
411
- }
412
- .fc-briefcase:before {
413
- content: "\e968" !important;
414
- }
415
- .fc-investigate:before {
416
- content: "\e969" !important;
417
- }
418
- .fc-monitor:before {
419
- content: "\e96a" !important;
420
- }
421
- .fc-clipboard:before {
422
- content: "\e96b" !important;
423
- }
424
- .fc-share-access:before {
425
- content: "\e96c" !important;
426
- }
427
- .fc-bar-chart-horizontal:before {
428
- content: "\e96d" !important;
429
- }
430
- .fc-stacked-bar-chart:before {
431
- content: "\e96e" !important;
432
- }
433
- .fc-stacked-bar-horizontal:before {
434
- content: "\e96f" !important;
435
- }
436
- .fc-excel:before {
437
- content: "\e970" !important;
438
- }
439
- .fc-usage:before {
440
- content: "\e971" !important;
441
- }
442
- .fc-gears-2:before {
443
- content: "\e972" !important;
444
- }
445
- .fc-pharma:before {
446
- content: "\e973" !important;
447
- }
448
- .fc-water:before {
449
- content: "\e974" !important;
450
- }
451
- .fc-chemical:before {
452
- content: "\e975" !important;
453
- }
454
- .fc-oil:before {
455
- content: "\e976" !important;
456
- }
457
- .fc-beverage:before {
458
- content: "\e977" !important;
459
- }
460
- .fc-utilities:before {
461
- content: "\e978" !important;
462
- }
463
- .fc-manufacturing:before {
464
- content: "\e979" !important;
465
- }
466
- .fc-industry:before {
467
- content: "\e97a" !important;
468
- }
469
- .fc-viz-normal:before {
470
- content: "\e97b" !important;
471
- }
472
- .fc-compare:before {
473
- content: "\e97c" !important;
474
- }
475
- .fc-diamond:before {
476
- content: "\e97d" !important;
477
- }
478
- .fc-square:before {
479
- content: "\e97e" !important;
480
- }
481
- .fc-triangle:before {
482
- content: "\e97f" !important;
483
- }
484
- .fc-rectangle:before {
485
- content: "\e980" !important;
486
- }
487
- .fc-strip:before {
488
- content: "\e981" !important;
489
- }
490
- .fc-viz-overlay:before {
491
- content: "\e982" !important;
492
- }
493
- .fc-viz-chain:before {
494
- content: "\e983" !important;
495
- }
496
- .fc-graph:before {
497
- content: "\e984" !important;
498
- }
499
- .fc-pin:before {
500
- content: "\e985" !important;
501
- }
502
- .fc-y-axis:before {
503
- content: "\e986" !important;
504
- }
505
- .fc-capsule-bar:before {
506
- content: "\e987" !important;
507
- }
508
- .fc-copy:before {
509
- content: "\e988" !important;
510
- }
511
- .fc-link:before {
512
- content: "\e989" !important;
513
- }
514
- .fc-unlink:before {
515
- content: "\e98a" !important;
516
- }
517
- .fc-step-back-full:before {
518
- content: "\e98b" !important;
519
- }
520
- .fc-displays:before {
521
- content: "\e98c" !important;
522
- }
523
- .fc-overwrite:before {
524
- content: "\e98d" !important;
525
- }
526
- .fc-rename:before {
527
- content: "\e98e" !important;
528
- }
529
- .fc-parallel-boundary:before {
530
- content: "\e98f" !important;
531
- }
532
- .fc-loading-notch:before {
533
- content: "\e990" !important;
534
- }
535
- .fc-skill-explorer:before {
536
- content: "\e991" !important;
537
- }
538
- .fc-step-fore-full:before {
539
- content: "\e992" !important;
540
- }
541
- .fc-step-back-half:before {
542
- content: "\e993" !important;
543
- }
544
- .fc-step-fore-half:before {
545
- content: "\e994" !important;
546
- }
547
- .fc-arrow-down:before {
548
- content: "\e995" !important;
549
- }
550
- .fc-arrow-up:before {
551
- content: "\e996" !important;
552
- }
553
- .fc-expand-close:before {
554
- content: "\e997" !important;
555
- }
556
- .fc-expand-open:before {
557
- content: "\e998" !important;
558
- }
559
- .fc-axis:before {
560
- content: "\e999" !important;
561
- }
562
- .fc-axis-o:before {
563
- content: "\e99a" !important;
564
- }
565
- .fc-solid:before {
566
- content: "\e99b" !important;
567
- }
568
- .fc-sun:before {
569
- content: "\e99c" !important;
570
- }
571
- .fc-announcements:before {
572
- content: "\e99d" !important;
573
- }
574
- .fc-bell-cog:before {
575
- content: "\e99e" !important;
576
- }
577
- .fc-copy-date:before {
578
- content: "\e99f" !important;
579
- }
580
- .fc-copy-date-2:before {
581
- content: "\e9a0" !important;
582
- }
583
- .fc-bell-solid:before {
584
- content: "\e9a1" !important;
585
- }
586
- .fc-bell-regular:before {
587
- content: "\e9a2" !important;
588
- }
589
- .fc-add-on-1:before {
590
- content: "\e9a3" !important;
591
- }
592
- .fc-view-data:before {
593
- content: "\e9a4" !important;
594
- }
595
- .fc-add-on-2:before {
596
- content: "\e9a5" !important;
597
- }
598
- .fc-external-link:before {
599
- content: "\e9a6" !important;
600
- }
601
- .fc-pdf-cog:before {
602
- content: "\e9a7" !important;
603
- }
604
- .fc-pdf-file:before {
605
- content: "\e9a8" !important;
606
- }
607
- .fc-filter-remove:before {
608
- content: "\e9a9" !important;
609
- }
610
- .fc-autosize-all-cells:before {
611
- content: "\e9aa" !important;
612
- }
613
- .fc-autosize-cell2:before {
614
- content: "\e9ab" !important;
615
- }
616
- .fc-toggle-off:before {
617
- content: "\e9ac" !important;
618
- }
619
- .fc-toggle-on:before {
620
- content: "\e9ad" !important;
621
- }
622
- .fc-genai-chat:before {
623
- content: "\e9ae" !important;
624
- }
625
- .fc-workbook-ai:before {
626
- content: "\e9af" !important;
627
- }
628
- .fc-uncertain:before {
629
- content: "\e9b0" !important;
630
- }
631
- .fc-uncertain-2:before {
632
- content: "\e9b1" !important;
633
- }
634
- .fc-vantage:before {
635
- content: "\e9b2" !important;
636
- }
637
- .fc-vantage-notification:before {
638
- content: "\e9b3" !important;
639
- }
640
- .fc-machine-learning:before {
641
- content: "\e9b4" !important;
642
- }
643
- .fc-isolation-forest:before {
644
- content: "\e9b5" !important;
645
- }
646
- .fc-partial-least-squares:before {
647
- content: "\e9b6" !important;
648
- }
649
- .fc-self-organizing-map:before {
650
- content: "\e9b7" !important;
651
- }
652
- .fc-signal-forecast:before {
653
- content: "\e9b8" !important;
654
- }
655
- .fc-vantage-lock:before {
656
- content: "\e9b9" !important;
657
- }
658
- .fc-clustering:before {
659
- content: "\e9ba" !important;
660
- }
661
- .fc-genai-agent-q:before {
662
- content: "\e9bb" !important;
663
- }
664
- .fc-external-ml:before {
665
- content: "\e9bc" !important;
666
- }
667
- .fc-pca:before {
668
- content: "\e9bd" !important;
669
- }
670
- .fc-version-log:before {
671
- content: "\e9be" !important;
672
- }
673
- .fc-statistic-summary:before {
674
- content: "\e9c1" !important;
675
- }
676
- .fc-statistics-menu:before {
677
- content: "\e9c2" !important;
678
- }
679
- .fc-short-dash:before {
680
- content: "\f901" !important;
681
- }
682
- .fc-short-dot:before {
683
- content: "\f902" !important;
684
- }
685
- .fc-short-dash-dot:before {
686
- content: "\f903" !important;
687
- }
688
- .fc-short-dash-dot-dot:before {
689
- content: "\f904" !important;
690
- }
691
- .fc-dot:before {
692
- content: "\f905" !important;
693
- }
694
- .fc-dash:before {
695
- content: "\f906" !important;
696
- }
697
- .fc-long-dash:before {
698
- content: "\f907" !important;
699
- }
700
- .fc-dash-dot:before {
701
- content: "\f908" !important;
702
- }
703
- .fc-long-dash-dot:before {
704
- content: "\f909" !important;
705
- }
706
- .fc-long-dash-dot-dot:before {
707
- content: "\f910" !important;
708
- }
709
- .fc-scalar:before {
710
- content: "\f911" !important;
711
- }
712
- .fc-detail-columns:before {
713
- content: "\f912" !important;
714
- }
715
- .fc-workbook:before {
716
- content: "\f913" !important;
717
- }
718
- .fc-workbook-user:before {
719
- content: "\f914" !important;
720
- }
721
- .fc-workbook-lock:before {
722
- content: "\f915" !important;
723
- }
724
- .fc-workbook-globe:before {
725
- content: "\f916" !important;
726
- }
727
- .fc-arrow-circle:before {
728
- content: "\f917" !important;
729
- }
730
- .fc-condition-define:before {
731
- content: "\f918" !important;
732
- }
733
- .fc-condition-combine:before {
734
- content: "\f919" !important;
735
- }
736
- .fc-series-modify:before {
737
- content: "\f920" !important;
738
- }
739
- .fc-boundary:before {
740
- content: "\f923" !important;
741
- }
742
- .fc-condition-digital:before {
743
- content: "\f924" !important;
744
- }
745
- .fc-timing:before {
746
- content: "\f925" !important;
747
- }
748
- .fc-series-properties:before {
749
- content: "\f926" !important;
750
- }
751
- .fc-import:before {
752
- content: "\f927" !important;
753
- }
754
- .fc-export:before {
755
- content: "\f928" !important;
756
- }
757
- .fc-pivision:before {
758
- content: "\f929" !important;
759
- }
760
- .fc-samples-and-line:before {
761
- content: "\f930" !important;
762
- }
763
- .fc-samples-only:before {
764
- content: "\f931" !important;
765
- }
766
- .fc-prediction:before {
767
- content: "\f932" !important;
768
- }
769
- .fc-lowpass:before {
770
- content: "\f933" !important;
771
- }
772
- .fc-bar-chart:before {
773
- content: "\f934" !important;
774
- }
775
- .fc-ancillaries:before {
776
- content: "\f935" !important;
777
- }
778
- .fc-deviation:before {
779
- content: "\f936" !important;
780
- }
781
- .fc-journal:before {
782
- content: "\f937" !important;
783
- }
784
- .fc-journal-edit:before {
785
- content: "\f938" !important;
786
- }
787
- .fc-line-bars:before {
788
- content: "\f939" !important;
789
- }
790
- .fc-reference:before {
791
- content: "\f940" !important;
792
- }
793
- .fc-powerpoint:before {
794
- content: "\f941" !important;
795
- }
796
- .fc-link-seeq:before {
797
- content: "\f942" !important;
798
- }
799
- .fc-journal-blank:before {
800
- content: "\f943" !important;
801
- }
802
- .fc-more:before {
803
- content: "\f944" !important;
804
- }
805
- .fc-share:before {
806
- content: "\f945" !important;
807
- }
808
- .fc-periodic-condition:before {
809
- content: "\f946" !important;
810
- }
811
- .fc-report:before {
812
- content: "\f947" !important;
813
- }
814
- .fc-seeq-content:before {
815
- content: "\f948" !important;
816
- }
817
- .fc-table:before {
818
- content: "\f949" !important;
819
- }
820
- .fc-unit:before {
821
- content: "\f950" !important;
822
- }
823
- .fc-metric:before {
824
- content: "\f951" !important;
825
- }
826
- .fc-pdf-export:before {
827
- content: "\f952" !important;
828
- }
829
- .fc-x-circle:before {
830
- content: "\f953" !important;
831
- }
832
- .fc-stop:before {
833
- content: "\f954" !important;
834
- }
835
- .fc-report-lock:before {
836
- content: "\f955" !important;
837
- }
838
- .fc-analysis:before {
839
- content: "\f956" !important;
840
- }
841
- .fc-analysis-lock:before {
842
- content: "\f957" !important;
843
- }
844
- .fc-requests:before {
845
- content: "\f958" !important;
846
- }
847
- .fc-folder:before {
848
- content: "\f959" !important;
849
- }
850
- .fc-folder-move:before {
851
- content: "\f960" !important;
852
- }
853
- .fc-folder-new:before {
854
- content: "\f961" !important;
855
- }
856
- .fc-folder-lock:before {
857
- content: "\f962" !important;
858
- }
859
- .fc-pin-o:before {
860
- content: "\f963" !important;
861
- }
862
- .fc-refresh:before {
863
- content: "\f964" !important;
864
- }
865
- .fc-arrow-right-right:before {
866
- content: "\f965" !important;
867
- }
868
- .fc-arrow-left-left:before {
869
- content: "\f966" !important;
870
- }
871
- .fc-refresh-on:before {
872
- content: "\f967" !important;
873
- }
874
- .fc-refresh-off:before {
875
- content: "\f968" !important;
876
- }
877
- .fc-box-plus:before {
878
- content: "\f969" !important;
879
- }
880
- .fc-box-minus:before {
881
- content: "\f970" !important;
882
- }
883
- .fc-circle_plus:before {
884
- content: "\f971" !important;
885
- }
886
- .fc-circle_minus:before {
887
- content: "\f972" !important;
888
- }
889
- .fc-page-break:before {
890
- content: "\f973" !important;
891
- }
892
- .fc-restore:before {
893
- content: "\f974" !important;
894
- }
895
- .fc-subscription:before {
896
- content: "\f975" !important;
897
- }
898
- .fc-jobs:before {
899
- content: "\f976" !important;
900
- }
901
- .fc-trash_info:before {
902
- content: "\f977" !important;
903
- }
904
- .fc-trash_info2:before {
905
- content: "\f978" !important;
906
- }
907
- .fc-bell-curve:before {
908
- content: "\f979" !important;
909
- }
910
- @layer theme, base, components, utilities;
911
- @layer theme {
912
- :root, :host {
913
- --tw-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
914
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
915
- --tw-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
916
- "Courier New", monospace;
917
- --tw-color-red-100: oklch(93.6% 0.032 17.717);
918
- --tw-color-red-200: oklch(88.5% 0.062 18.334);
919
- --tw-color-red-400: oklch(70.4% 0.191 22.216);
920
- --tw-color-red-800: oklch(44.4% 0.177 26.899);
921
- --tw-color-yellow-500: oklch(79.5% 0.184 86.047);
922
- --tw-color-green-400: oklch(79.2% 0.209 151.711);
923
- --tw-color-green-500: oklch(72.3% 0.219 149.579);
924
- --tw-color-purple-500: oklch(62.7% 0.265 303.9);
925
- --tw-color-gray-100: oklch(96.7% 0.003 264.542);
926
- --tw-color-gray-200: oklch(92.8% 0.006 264.531);
927
- --tw-color-gray-400: oklch(70.7% 0.022 261.325);
928
- --tw-color-gray-500: oklch(55.1% 0.027 264.364);
929
- --tw-color-gray-700: oklch(37.3% 0.034 259.733);
930
- --tw-color-black: #000;
931
- --tw-color-white: #fff;
932
- --tw-spacing: 0.25rem;
933
- --tw-container-xs: 20rem;
934
- --tw-container-sm: 24rem;
935
- --tw-container-md: 28rem;
936
- --tw-container-lg: 32rem;
937
- --tw-container-xl: 36rem;
938
- --tw-container-2xl: 42rem;
939
- --tw-container-3xl: 48rem;
940
- --tw-container-4xl: 56rem;
941
- --tw-container-5xl: 64rem;
942
- --tw-container-6xl: 72rem;
943
- --tw-text-xs: 0.75rem;
944
- --tw-text-xs--line-height: calc(1 / 0.75);
945
- --tw-text-sm: 0.875rem;
946
- --tw-text-sm--line-height: calc(1.25 / 0.875);
947
- --tw-text-base: 1rem;
948
- --tw-text-base--line-height: calc(1.5 / 1);
949
- --tw-text-xl: 1.25rem;
950
- --tw-text-xl--line-height: calc(1.75 / 1.25);
951
- --tw-font-weight-normal: 400;
952
- --tw-font-weight-medium: 500;
953
- --tw-font-weight-semibold: 600;
954
- --tw-font-weight-bold: 700;
955
- --tw-leading-normal: 1.5;
956
- --tw-radius-sm: 0.25rem;
957
- --tw-radius-md: 0.375rem;
958
- --tw-radius-lg: 0.5rem;
959
- --tw-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
960
- --tw-animate-spin: spin 1s linear infinite;
961
- --tw-default-transition-duration: 150ms;
962
- --tw-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
963
- --tw-default-font-family: var(--tw-font-sans);
964
- --tw-default-mono-font-family: var(--tw-font-mono);
965
- }
966
- }
967
- @layer base {
968
- *, ::after, ::before, ::backdrop, ::file-selector-button {
969
- box-sizing: border-box;
970
- margin: 0;
971
- padding: 0;
972
- border: 0 solid;
973
- }
974
- html, :host {
975
- line-height: 1.5;
976
- -webkit-text-size-adjust: 100%;
977
- tab-size: 4;
978
- font-family: var(--tw-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
979
- font-feature-settings: var(--tw-default-font-feature-settings, normal);
980
- font-variation-settings: var(--tw-default-font-variation-settings, normal);
981
- -webkit-tap-highlight-color: transparent;
982
- }
983
- hr {
984
- height: 0;
985
- color: inherit;
986
- border-top-width: 1px;
987
- }
988
- abbr:where([title]) {
989
- -webkit-text-decoration: underline dotted;
990
- text-decoration: underline dotted;
991
- }
992
- h1, h2, h3, h4, h5, h6 {
993
- font-size: inherit;
994
- font-weight: inherit;
995
- }
996
- a {
997
- color: inherit;
998
- -webkit-text-decoration: inherit;
999
- text-decoration: inherit;
1000
- }
1001
- b, strong {
1002
- font-weight: bolder;
1003
- }
1004
- code, kbd, samp, pre {
1005
- font-family: var(--tw-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
1006
- font-feature-settings: var(--tw-default-mono-font-feature-settings, normal);
1007
- font-variation-settings: var(--tw-default-mono-font-variation-settings, normal);
1008
- font-size: 1em;
1009
- }
1010
- small {
1011
- font-size: 80%;
1012
- }
1013
- sub, sup {
1014
- font-size: 75%;
1015
- line-height: 0;
1016
- position: relative;
1017
- vertical-align: baseline;
1018
- }
1019
- sub {
1020
- bottom: -0.25em;
1021
- }
1022
- sup {
1023
- top: -0.5em;
1024
- }
1025
- table {
1026
- text-indent: 0;
1027
- border-color: inherit;
1028
- border-collapse: collapse;
1029
- }
1030
- :-moz-focusring {
1031
- outline: auto;
1032
- }
1033
- progress {
1034
- vertical-align: baseline;
1035
- }
1036
- summary {
1037
- display: list-item;
1038
- }
1039
- ol, ul, menu {
1040
- list-style: none;
1041
- }
1042
- img, svg, video, canvas, audio, iframe, embed, object {
1043
- display: block;
1044
- vertical-align: middle;
1045
- }
1046
- img, video {
1047
- max-width: 100%;
1048
- height: auto;
1049
- }
1050
- button, input, select, optgroup, textarea, ::file-selector-button {
1051
- font: inherit;
1052
- font-feature-settings: inherit;
1053
- font-variation-settings: inherit;
1054
- letter-spacing: inherit;
1055
- color: inherit;
1056
- border-radius: 0;
1057
- background-color: transparent;
1058
- opacity: 1;
1059
- }
1060
- :where(select:is([multiple], [size])) optgroup {
1061
- font-weight: bolder;
1062
- }
1063
- :where(select:is([multiple], [size])) optgroup option {
1064
- padding-inline-start: 20px;
1065
- }
1066
- ::file-selector-button {
1067
- margin-inline-end: 4px;
1068
- }
1069
- ::placeholder {
1070
- opacity: 1;
1071
- }
1072
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
1073
- ::placeholder {
1074
- color: currentcolor;
1075
- @supports (color: color-mix(in lab, red, red)) {
1076
- color: color-mix(in oklab, currentcolor 50%, transparent);
1077
- }
1078
- }
1079
- }
1080
- textarea {
1081
- resize: vertical;
1082
- }
1083
- ::-webkit-search-decoration {
1084
- -webkit-appearance: none;
1085
- }
1086
- ::-webkit-date-and-time-value {
1087
- min-height: 1lh;
1088
- text-align: inherit;
1089
- }
1090
- ::-webkit-datetime-edit {
1091
- display: inline-flex;
1092
- }
1093
- ::-webkit-datetime-edit-fields-wrapper {
1094
- padding: 0;
1095
- }
1096
- ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
1097
- padding-block: 0;
1098
- }
1099
- ::-webkit-calendar-picker-indicator {
1100
- line-height: 1;
1101
- }
1102
- :-moz-ui-invalid {
1103
- box-shadow: none;
1104
- }
1105
- button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
1106
- appearance: button;
1107
- }
1108
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
1109
- height: auto;
1110
- }
1111
- [hidden]:where(:not([hidden="until-found"])) {
1112
- display: none !important;
1113
- }
60
+ @layer base {
61
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
62
+ box-sizing: border-box;
63
+ margin: 0;
64
+ padding: 0;
65
+ border: 0 solid;
66
+ }
67
+ html, :host {
68
+ line-height: 1.5;
69
+ -webkit-text-size-adjust: 100%;
70
+ tab-size: 4;
71
+ font-family: var(--tw-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
72
+ font-feature-settings: var(--tw-default-font-feature-settings, normal);
73
+ font-variation-settings: var(--tw-default-font-variation-settings, normal);
74
+ -webkit-tap-highlight-color: transparent;
75
+ }
76
+ hr {
77
+ height: 0;
78
+ color: inherit;
79
+ border-top-width: 1px;
80
+ }
81
+ abbr:where([title]) {
82
+ -webkit-text-decoration: underline dotted;
83
+ text-decoration: underline dotted;
84
+ }
85
+ h1, h2, h3, h4, h5, h6 {
86
+ font-size: inherit;
87
+ font-weight: inherit;
88
+ }
89
+ a {
90
+ color: inherit;
91
+ -webkit-text-decoration: inherit;
92
+ text-decoration: inherit;
93
+ }
94
+ b, strong {
95
+ font-weight: bolder;
96
+ }
97
+ code, kbd, samp, pre {
98
+ font-family: var(--tw-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
99
+ font-feature-settings: var(--tw-default-mono-font-feature-settings, normal);
100
+ font-variation-settings: var(--tw-default-mono-font-variation-settings, normal);
101
+ font-size: 1em;
102
+ }
103
+ small {
104
+ font-size: 80%;
105
+ }
106
+ sub, sup {
107
+ font-size: 75%;
108
+ line-height: 0;
109
+ position: relative;
110
+ vertical-align: baseline;
111
+ }
112
+ sub {
113
+ bottom: -0.25em;
114
+ }
115
+ sup {
116
+ top: -0.5em;
117
+ }
118
+ table {
119
+ text-indent: 0;
120
+ border-color: inherit;
121
+ border-collapse: collapse;
122
+ }
123
+ :-moz-focusring {
124
+ outline: auto;
125
+ }
126
+ progress {
127
+ vertical-align: baseline;
128
+ }
129
+ summary {
130
+ display: list-item;
131
+ }
132
+ ol, ul, menu {
133
+ list-style: none;
134
+ }
135
+ img, svg, video, canvas, audio, iframe, embed, object {
136
+ display: block;
137
+ vertical-align: middle;
138
+ }
139
+ img, video {
140
+ max-width: 100%;
141
+ height: auto;
142
+ }
143
+ button, input, select, optgroup, textarea, ::file-selector-button {
144
+ font: inherit;
145
+ font-feature-settings: inherit;
146
+ font-variation-settings: inherit;
147
+ letter-spacing: inherit;
148
+ color: inherit;
149
+ border-radius: 0;
150
+ background-color: transparent;
151
+ opacity: 1;
152
+ }
153
+ :where(select:is([multiple], [size])) optgroup {
154
+ font-weight: bolder;
155
+ }
156
+ :where(select:is([multiple], [size])) optgroup option {
157
+ padding-inline-start: 20px;
158
+ }
159
+ ::file-selector-button {
160
+ margin-inline-end: 4px;
161
+ }
162
+ ::placeholder {
163
+ opacity: 1;
164
+ }
165
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
166
+ ::placeholder {
167
+ color: currentcolor;
168
+ @supports (color: color-mix(in lab, red, red)) {
169
+ color: color-mix(in oklab, currentcolor 50%, transparent);
170
+ }
171
+ }
172
+ }
173
+ textarea {
174
+ resize: vertical;
175
+ }
176
+ ::-webkit-search-decoration {
177
+ -webkit-appearance: none;
178
+ }
179
+ ::-webkit-date-and-time-value {
180
+ min-height: 1lh;
181
+ text-align: inherit;
182
+ }
183
+ ::-webkit-datetime-edit {
184
+ display: inline-flex;
185
+ }
186
+ ::-webkit-datetime-edit-fields-wrapper {
187
+ padding: 0;
188
+ }
189
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
190
+ padding-block: 0;
191
+ }
192
+ ::-webkit-calendar-picker-indicator {
193
+ line-height: 1;
194
+ }
195
+ :-moz-ui-invalid {
196
+ box-shadow: none;
197
+ }
198
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
199
+ appearance: button;
200
+ }
201
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
202
+ height: auto;
203
+ }
204
+ [hidden]:where(:not([hidden="until-found"])) {
205
+ display: none !important;
206
+ }
1114
207
  }
1115
208
  @layer utilities {
1116
209
  .tw\:pointer-events-none {
@@ -1143,14 +236,14 @@
1143
236
  .tw\:top-1\/2 {
1144
237
  top: calc(1/2 * 100%);
1145
238
  }
1146
- .tw\:top-\[10px\] {
1147
- top: 10px;
239
+ .tw\:top-2\.5 {
240
+ top: calc(var(--tw-spacing) * 2.5);
1148
241
  }
1149
242
  .tw\:-right-3 {
1150
243
  right: calc(var(--tw-spacing) * -3);
1151
244
  }
1152
- .tw\:right-\[10px\] {
1153
- right: 10px;
245
+ .tw\:right-2\.5 {
246
+ right: calc(var(--tw-spacing) * 2.5);
1154
247
  }
1155
248
  .tw\:-bottom-2 {
1156
249
  bottom: calc(var(--tw-spacing) * -2);
@@ -1197,12 +290,12 @@
1197
290
  .tw\:m-5 {
1198
291
  margin: calc(var(--tw-spacing) * 5);
1199
292
  }
1200
- .tw\:mx-\[1\.5px\] {
1201
- margin-inline: 1.5px;
1202
- }
1203
293
  .tw\:mx-auto {
1204
294
  margin-inline: auto;
1205
295
  }
296
+ .tw\:mx-sq-1\.5 {
297
+ margin-inline: 0.09375rem;
298
+ }
1206
299
  .tw\:my-2 {
1207
300
  margin-block: calc(var(--tw-spacing) * 2);
1208
301
  }
@@ -1212,8 +305,11 @@
1212
305
  .tw\:-mt-0\.5 {
1213
306
  margin-top: calc(var(--tw-spacing) * -0.5);
1214
307
  }
1215
- .tw\:-mt-\[1px\] {
1216
- margin-top: calc(1px * -1);
308
+ .tw\:-mt-sq-1 {
309
+ margin-top: calc(0.0625rem * -1);
310
+ }
311
+ .tw\:-mt-sq-7 {
312
+ margin-top: calc(0.4375rem * -1);
1217
313
  }
1218
314
  .tw\:mt-1 {
1219
315
  margin-top: calc(var(--tw-spacing) * 1);
@@ -1224,9 +320,6 @@
1224
320
  .tw\:mt-2 {
1225
321
  margin-top: calc(var(--tw-spacing) * 2);
1226
322
  }
1227
- .tw\:mt-\[-7px\] {
1228
- margin-top: -7px;
1229
- }
1230
323
  .tw\:mr-1 {
1231
324
  margin-right: calc(var(--tw-spacing) * 1);
1232
325
  }
@@ -1236,11 +329,8 @@
1236
329
  .tw\:mr-5 {
1237
330
  margin-right: calc(var(--tw-spacing) * 5);
1238
331
  }
1239
- .tw\:mr-\[0\.5rem\] {
1240
- margin-right: 0.5rem;
1241
- }
1242
- .tw\:mr-\[7px\] {
1243
- margin-right: 7px;
332
+ .tw\:mr-sq-7 {
333
+ margin-right: 0.4375rem;
1244
334
  }
1245
335
  .tw\:mb-0 {
1246
336
  margin-bottom: calc(var(--tw-spacing) * 0);
@@ -1260,6 +350,9 @@
1260
350
  .tw\:-ml-px {
1261
351
  margin-left: -1px;
1262
352
  }
353
+ .tw\:-ml-sq-1 {
354
+ margin-left: calc(0.0625rem * -1);
355
+ }
1263
356
  .tw\:ml-0 {
1264
357
  margin-left: calc(var(--tw-spacing) * 0);
1265
358
  }
@@ -1272,11 +365,8 @@
1272
365
  .tw\:ml-4 {
1273
366
  margin-left: calc(var(--tw-spacing) * 4);
1274
367
  }
1275
- .tw\:ml-\[-1px\] {
1276
- margin-left: -1px;
1277
- }
1278
- .tw\:ml-\[3px\] {
1279
- margin-left: 3px;
368
+ .tw\:ml-sq-3 {
369
+ margin-left: 0.1875rem;
1280
370
  }
1281
371
  .tw\:block {
1282
372
  display: block;
@@ -1299,41 +389,29 @@
1299
389
  .tw\:h-2 {
1300
390
  height: calc(var(--tw-spacing) * 2);
1301
391
  }
392
+ .tw\:h-2\.5 {
393
+ height: calc(var(--tw-spacing) * 2.5);
394
+ }
1302
395
  .tw\:h-3\.5 {
1303
396
  height: calc(var(--tw-spacing) * 3.5);
1304
397
  }
398
+ .tw\:h-4\.5 {
399
+ height: calc(var(--tw-spacing) * 4.5);
400
+ }
1305
401
  .tw\:h-5 {
1306
402
  height: calc(var(--tw-spacing) * 5);
1307
403
  }
1308
404
  .tw\:h-8 {
1309
405
  height: calc(var(--tw-spacing) * 8);
1310
406
  }
407
+ .tw\:h-8\.5 {
408
+ height: calc(var(--tw-spacing) * 8.5);
409
+ }
1311
410
  .tw\:h-10 {
1312
411
  height: calc(var(--tw-spacing) * 10);
1313
412
  }
1314
- .tw\:h-\[2\.125rem\] {
1315
- height: 2.125rem;
1316
- }
1317
- .tw\:h-\[5px\] {
1318
- height: 5px;
1319
- }
1320
- .tw\:h-\[10px\] {
1321
- height: 10px;
1322
- }
1323
- .tw\:h-\[15px\] {
1324
- height: 15px;
1325
- }
1326
- .tw\:h-\[18px\] {
1327
- height: 18px;
1328
- }
1329
- .tw\:h-\[25px\] {
1330
- height: 25px;
1331
- }
1332
- .tw\:h-\[27px\] {
1333
- height: 27px;
1334
- }
1335
- .tw\:h-\[200px\] {
1336
- height: 200px;
413
+ .tw\:h-50 {
414
+ height: calc(var(--tw-spacing) * 50);
1337
415
  }
1338
416
  .tw\:h-full {
1339
417
  height: 100%;
@@ -1344,18 +422,33 @@
1344
422
  .tw\:h-px {
1345
423
  height: 1px;
1346
424
  }
1347
- .tw\:min-h-\[27px\] {
1348
- min-height: 27px;
425
+ .tw\:h-sq-5 {
426
+ height: 0.3125rem;
427
+ }
428
+ .tw\:h-sq-15 {
429
+ height: 0.9375rem;
430
+ }
431
+ .tw\:h-sq-27 {
432
+ height: 1.6875rem;
433
+ }
434
+ .tw\:min-h-sq-27 {
435
+ min-height: 1.6875rem;
1349
436
  }
1350
437
  .tw\:w-2 {
1351
438
  width: calc(var(--tw-spacing) * 2);
1352
439
  }
440
+ .tw\:w-2\.5 {
441
+ width: calc(var(--tw-spacing) * 2.5);
442
+ }
1353
443
  .tw\:w-3\.5 {
1354
444
  width: calc(var(--tw-spacing) * 3.5);
1355
445
  }
1356
446
  .tw\:w-4 {
1357
447
  width: calc(var(--tw-spacing) * 4);
1358
448
  }
449
+ .tw\:w-4\.5 {
450
+ width: calc(var(--tw-spacing) * 4.5);
451
+ }
1359
452
  .tw\:w-5 {
1360
453
  width: calc(var(--tw-spacing) * 5);
1361
454
  }
@@ -1368,27 +461,24 @@
1368
461
  .tw\:w-12 {
1369
462
  width: calc(var(--tw-spacing) * 12);
1370
463
  }
464
+ .tw\:w-50 {
465
+ width: calc(var(--tw-spacing) * 50);
466
+ }
1371
467
  .tw\:w-72 {
1372
468
  width: calc(var(--tw-spacing) * 72);
1373
469
  }
1374
- .tw\:w-\[10px\] {
1375
- width: 10px;
1376
- }
1377
- .tw\:w-\[15px\] {
1378
- width: 15px;
1379
- }
1380
- .tw\:w-\[18px\] {
1381
- width: 18px;
1382
- }
1383
- .tw\:w-\[200px\] {
1384
- width: 200px;
1385
- }
1386
- .tw\:w-\[600px\] {
1387
- width: 600px;
470
+ .tw\:w-150 {
471
+ width: calc(var(--tw-spacing) * 150);
1388
472
  }
1389
473
  .tw\:w-full {
1390
474
  width: 100%;
1391
475
  }
476
+ .tw\:w-sq-15 {
477
+ width: 0.9375rem;
478
+ }
479
+ .tw\:w-sq-21 {
480
+ width: 1.3125rem;
481
+ }
1392
482
  .tw\:max-w-2xl {
1393
483
  max-width: var(--tw-container-2xl);
1394
484
  }
@@ -1431,11 +521,14 @@
1431
521
  .tw\:min-w-6 {
1432
522
  min-width: calc(var(--tw-spacing) * 6);
1433
523
  }
1434
- .tw\:min-w-\[100px\] {
1435
- min-width: 100px;
524
+ .tw\:min-w-24 {
525
+ min-width: calc(var(--tw-spacing) * 24);
1436
526
  }
1437
- .tw\:min-w-\[300px\] {
1438
- min-width: 300px;
527
+ .tw\:min-w-25 {
528
+ min-width: calc(var(--tw-spacing) * 25);
529
+ }
530
+ .tw\:min-w-75 {
531
+ min-width: calc(var(--tw-spacing) * 75);
1439
532
  }
1440
533
  .tw\:min-w-fit {
1441
534
  min-width: fit-content;
@@ -1443,6 +536,9 @@
1443
536
  .tw\:flex-1 {
1444
537
  flex: 1;
1445
538
  }
539
+ .tw\:flex-2 {
540
+ flex: 2;
541
+ }
1446
542
  .tw\:flex-shrink-0 {
1447
543
  flex-shrink: 0;
1448
544
  }
@@ -1564,15 +660,15 @@
1564
660
  .tw\:rounded {
1565
661
  border-radius: 0.25rem;
1566
662
  }
1567
- .tw\:rounded-\[3px\] {
1568
- border-radius: 3px;
663
+ .tw\:rounded-\[0\.1875rem\] {
664
+ border-radius: 0.1875rem;
665
+ }
666
+ .tw\:rounded-\[0\.9375rem\] {
667
+ border-radius: 0.9375rem;
1569
668
  }
1570
669
  .tw\:rounded-\[10px\] {
1571
670
  border-radius: 10px;
1572
671
  }
1573
- .tw\:rounded-\[15px\] {
1574
- border-radius: 15px;
1575
- }
1576
672
  .tw\:rounded-full {
1577
673
  border-radius: calc(infinity * 1px);
1578
674
  }
@@ -1592,9 +688,9 @@
1592
688
  border-top-left-radius: var(--tw-radius-md);
1593
689
  border-top-right-radius: var(--tw-radius-md);
1594
690
  }
1595
- .tw\:rounded-l-\[15px\] {
1596
- border-top-left-radius: 15px;
1597
- border-bottom-left-radius: 15px;
691
+ .tw\:rounded-l-\[0\.9375rem\] {
692
+ border-top-left-radius: 0.9375rem;
693
+ border-bottom-left-radius: 0.9375rem;
1598
694
  }
1599
695
  .tw\:rounded-l-md {
1600
696
  border-top-left-radius: var(--tw-radius-md);
@@ -1603,9 +699,9 @@
1603
699
  .tw\:rounded-tl-md {
1604
700
  border-top-left-radius: var(--tw-radius-md);
1605
701
  }
1606
- .tw\:rounded-r-\[15px\] {
1607
- border-top-right-radius: 15px;
1608
- border-bottom-right-radius: 15px;
702
+ .tw\:rounded-r-\[0\.9375rem\] {
703
+ border-top-right-radius: 0.9375rem;
704
+ border-bottom-right-radius: 0.9375rem;
1609
705
  }
1610
706
  .tw\:rounded-r-md {
1611
707
  border-top-right-radius: var(--tw-radius-md);
@@ -1630,10 +726,6 @@
1630
726
  border-style: var(--tw-border-style);
1631
727
  border-width: 0px;
1632
728
  }
1633
- .tw\:border-t-\[1px\] {
1634
- border-top-style: var(--tw-border-style);
1635
- border-top-width: 1px;
1636
- }
1637
729
  .tw\:border-r {
1638
730
  border-right-style: var(--tw-border-style);
1639
731
  border-right-width: 1px;
@@ -1642,22 +734,10 @@
1642
734
  border-right-style: var(--tw-border-style);
1643
735
  border-right-width: 0px;
1644
736
  }
1645
- .tw\:border-r-\[2px\] {
1646
- border-right-style: var(--tw-border-style);
1647
- border-right-width: 2px;
1648
- }
1649
737
  .tw\:border-b {
1650
738
  border-bottom-style: var(--tw-border-style);
1651
739
  border-bottom-width: 1px;
1652
740
  }
1653
- .tw\:border-b-\[1px\] {
1654
- border-bottom-style: var(--tw-border-style);
1655
- border-bottom-width: 1px;
1656
- }
1657
- .tw\:border-b-\[3px\] {
1658
- border-bottom-style: var(--tw-border-style);
1659
- border-bottom-width: 3px;
1660
- }
1661
741
  .tw\:border-l-0 {
1662
742
  border-left-style: var(--tw-border-style);
1663
743
  border-left-width: 0px;
@@ -1769,6 +849,12 @@
1769
849
  .tw\:bg-sq-theme-highlight {
1770
850
  background-color: var(--theme-highlight);
1771
851
  }
852
+ .tw\:bg-sq-theme-highlight\/10 {
853
+ background-color: var(--theme-highlight);
854
+ @supports (color: color-mix(in lab, red, red)) {
855
+ background-color: color-mix(in oklab, var(--theme-highlight) 10%, transparent);
856
+ }
857
+ }
1772
858
  .tw\:bg-sq-theme-icon {
1773
859
  background-color: var(--theme-icon);
1774
860
  }
@@ -1796,6 +882,9 @@
1796
882
  .tw\:p-2 {
1797
883
  padding: calc(var(--tw-spacing) * 2);
1798
884
  }
885
+ .tw\:p-2\.5 {
886
+ padding: calc(var(--tw-spacing) * 2.5);
887
+ }
1799
888
  .tw\:p-4 {
1800
889
  padding: calc(var(--tw-spacing) * 4);
1801
890
  }
@@ -1805,12 +894,6 @@
1805
894
  .tw\:p-6 {
1806
895
  padding: calc(var(--tw-spacing) * 6);
1807
896
  }
1808
- .tw\:p-\[0\.5rem\] {
1809
- padding: 0.5rem;
1810
- }
1811
- .tw\:p-\[10px\] {
1812
- padding: 10px;
1813
- }
1814
897
  .tw\:px-1 {
1815
898
  padding-inline: calc(var(--tw-spacing) * 1);
1816
899
  }
@@ -1829,8 +912,8 @@
1829
912
  .tw\:px-6 {
1830
913
  padding-inline: calc(var(--tw-spacing) * 6);
1831
914
  }
1832
- .tw\:px-\[19px\] {
1833
- padding-inline: 19px;
915
+ .tw\:px-sq-19 {
916
+ padding-inline: 1.1875rem;
1834
917
  }
1835
918
  .tw\:py-0\.5 {
1836
919
  padding-block: calc(var(--tw-spacing) * 0.5);
@@ -1847,12 +930,12 @@
1847
930
  .tw\:py-6 {
1848
931
  padding-block: calc(var(--tw-spacing) * 6);
1849
932
  }
1850
- .tw\:py-\[5px\] {
1851
- padding-block: 5px;
1852
- }
1853
933
  .tw\:py-px {
1854
934
  padding-block: 1px;
1855
935
  }
936
+ .tw\:py-sq-5 {
937
+ padding-block: 0.3125rem;
938
+ }
1856
939
  .tw\:pr-1 {
1857
940
  padding-right: calc(var(--tw-spacing) * 1);
1858
941
  }
@@ -1871,8 +954,8 @@
1871
954
  .tw\:pl-5 {
1872
955
  padding-left: calc(var(--tw-spacing) * 5);
1873
956
  }
1874
- .tw\:pl-\[19px\] {
1875
- padding-left: 19px;
957
+ .tw\:pl-sq-19 {
958
+ padding-left: 1.1875rem;
1876
959
  }
1877
960
  .tw\:text-center {
1878
961
  text-align: center;
@@ -1896,43 +979,19 @@
1896
979
  font-size: var(--tw-text-xs);
1897
980
  line-height: var(--tw-leading, var(--tw-text-xs--line-height));
1898
981
  }
1899
- .tw\:\!text-\[1\.375rem\] {
1900
- font-size: 1.375rem !important;
1901
- }
1902
- .tw\:text-\[0\.5rem\] {
1903
- font-size: 0.5rem;
1904
- }
1905
- .tw\:text-\[0\.75rem\] {
1906
- font-size: 0.75rem;
1907
- }
1908
- .tw\:text-\[0\.625rem\] {
1909
- font-size: 0.625rem;
1910
- }
1911
- .tw\:text-\[0\.875rem\] {
1912
- font-size: 0.875rem;
1913
- }
1914
- .tw\:text-\[0\.6875rem\] {
1915
- font-size: 0.6875rem;
1916
- }
1917
- .tw\:text-\[0\.8125rem\] {
982
+ .tw\:text-sq-13 {
1918
983
  font-size: 0.8125rem;
1919
984
  }
1920
- .tw\:text-\[0\.9375rem\] {
985
+ .tw\:text-sq-15 {
1921
986
  font-size: 0.9375rem;
1922
987
  }
1923
- .tw\:text-\[1\.25rem\] {
1924
- font-size: 1.25rem;
1925
- }
1926
- .tw\:text-\[1rem\] {
1927
- font-size: 1rem;
988
+ .tw\:leading-4\.5 {
989
+ --tw-leading: calc(var(--tw-spacing) * 4.5);
990
+ line-height: calc(var(--tw-spacing) * 4.5);
1928
991
  }
1929
- .tw\:leading-\[18px\] {
1930
- --tw-leading: 18px;
1931
- line-height: 18px;
1932
- }
1933
- .tw\:leading-\[20px\] {
1934
- --tw-leading: 20px;
1935
- line-height: 20px;
992
+ .tw\:leading-5 {
993
+ --tw-leading: calc(var(--tw-spacing) * 5);
994
+ line-height: calc(var(--tw-spacing) * 5);
1936
995
  }
1937
996
  .tw\:leading-none {
1938
997
  --tw-leading: 1;
@@ -2101,7 +1160,7 @@
2101
1160
  top: calc(1/2 * 100%);
2102
1161
  }
2103
1162
  }
2104
- .tw\:before\:right-\[100\%\] {
1163
+ .tw\:before\:right-full {
2105
1164
  &::before {
2106
1165
  content: var(--tw-content);
2107
1166
  right: 100%;
@@ -2119,7 +1178,7 @@
2119
1178
  left: calc(1/2 * 100%);
2120
1179
  }
2121
1180
  }
2122
- .tw\:before\:left-\[100\%\] {
1181
+ .tw\:before\:left-full {
2123
1182
  &::before {
2124
1183
  content: var(--tw-content);
2125
1184
  left: 100%;
@@ -2257,13 +1316,6 @@
2257
1316
  }
2258
1317
  }
2259
1318
  }
2260
- .tw\:hover\:border-sq-theme-dark {
2261
- &:hover {
2262
- @media (hover: hover) {
2263
- border-color: var(--theme-dark);
2264
- }
2265
- }
2266
- }
2267
1319
  .tw\:hover\:border-sq-theme-highlight {
2268
1320
  &:hover {
2269
1321
  @media (hover: hover) {
@@ -2381,6 +1433,11 @@
2381
1433
  background-color: var(--sqw-dark-gray);
2382
1434
  }
2383
1435
  }
1436
+ .tw\:focus\:text-sq-theme-dark {
1437
+ &:focus {
1438
+ color: var(--theme-dark);
1439
+ }
1440
+ }
2384
1441
  .tw\:focus\:ring-0 {
2385
1442
  &:focus {
2386
1443
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
@@ -2460,6 +1517,11 @@
2460
1517
  background-color: var(--sqw-worksheetspanel-gray);
2461
1518
  }
2462
1519
  }
1520
+ .tw\:active\:text-sq-theme-dark {
1521
+ &:active {
1522
+ color: var(--theme-dark);
1523
+ }
1524
+ }
2463
1525
  .tw\:checked\:active\:border-sq-theme-darker {
2464
1526
  &:checked {
2465
1527
  &:active {
@@ -2867,6 +1929,913 @@
2867
1929
  }
2868
1930
  }
2869
1931
  }
1932
+ @font-face {
1933
+ font-family: 'fontCustom';
1934
+ src: url('./iconFont/FontCustom.woff2') format('woff2'), url('./iconFont/FontCustom.woff') format('woff');
1935
+ font-weight: normal;
1936
+ font-style: normal;
1937
+ }
1938
+ .fc {
1939
+ font-family: fontCustom !important;
1940
+ font-weight: normal;
1941
+ font-style: normal;
1942
+ font-size: 1em;
1943
+ line-height: 1;
1944
+ text-transform: none;
1945
+ display: inline-block;
1946
+ speak: none;
1947
+ -webkit-font-smoothing: antialiased;
1948
+ -moz-osx-font-smoothing: grayscale;
1949
+ }
1950
+ .fa-1x {
1951
+ font-size: 1em;
1952
+ }
1953
+ .fa-2x {
1954
+ font-size: 2em;
1955
+ }
1956
+ .fa-3x {
1957
+ font-size: 3em;
1958
+ }
1959
+ .fa-4x {
1960
+ font-size: 4em;
1961
+ }
1962
+ .fa-5x {
1963
+ font-size: 5em;
1964
+ }
1965
+ .fa-6x {
1966
+ font-size: 6em;
1967
+ }
1968
+ .fa-7x {
1969
+ font-size: 7em;
1970
+ }
1971
+ .fa-8x {
1972
+ font-size: 8em;
1973
+ }
1974
+ .fa-9x {
1975
+ font-size: 9em;
1976
+ }
1977
+ .fa-10x {
1978
+ font-size: 10em;
1979
+ }
1980
+ .fa-2xs {
1981
+ font-size: 0.625em;
1982
+ line-height: 0.1em;
1983
+ vertical-align: 0.225em;
1984
+ }
1985
+ .fa-xs {
1986
+ font-size: 0.75em;
1987
+ line-height: 0.08333em;
1988
+ vertical-align: 0.125em;
1989
+ }
1990
+ .fa-sm {
1991
+ font-size: 0.875em;
1992
+ line-height: 0.07143em;
1993
+ vertical-align: 0.05357em;
1994
+ }
1995
+ .fa-lg {
1996
+ font-size: 1.25em;
1997
+ line-height: 0.05em;
1998
+ vertical-align: -0.075em;
1999
+ }
2000
+ .fa-xl {
2001
+ font-size: 1.5em;
2002
+ line-height: 0.04167em;
2003
+ vertical-align: -0.125em;
2004
+ }
2005
+ .fa-2xl {
2006
+ font-size: 2em;
2007
+ line-height: 0.03125em;
2008
+ vertical-align: -0.1875em;
2009
+ }
2010
+ .fa-fw {
2011
+ text-align: center;
2012
+ width: 1.25em;
2013
+ }
2014
+ .fc-create-summary:before {
2015
+ content: "\e9c0" !important;
2016
+ }
2017
+ .fc-view-summaries:before {
2018
+ content: "\e9c3" !important;
2019
+ }
2020
+ .fc-marker:before {
2021
+ content: "\a961" !important;
2022
+ }
2023
+ .fc-display-range-unused:before {
2024
+ content: "\a96e" !important;
2025
+ }
2026
+ .fc-series-new:before {
2027
+ content: "\a979" !important;
2028
+ }
2029
+ .fc-datalab-ai:before {
2030
+ content: "\e900" !important;
2031
+ }
2032
+ .fc-formula-ai:before {
2033
+ content: "\e901" !important;
2034
+ }
2035
+ .fc-scatterplot-line:before {
2036
+ content: "\e902" !important;
2037
+ }
2038
+ .fc-annotate:before {
2039
+ content: "\e903" !important;
2040
+ }
2041
+ .fc-capsule:before {
2042
+ content: "\e904" !important;
2043
+ }
2044
+ .fc-search-limit:before {
2045
+ content: "\e905" !important;
2046
+ }
2047
+ .fc-search-logic:before {
2048
+ content: "\e906" !important;
2049
+ }
2050
+ .fc-search-pattern:before {
2051
+ content: "\e907" !important;
2052
+ }
2053
+ .fc-search-power:before {
2054
+ content: "\e908" !important;
2055
+ }
2056
+ .fc-home:before {
2057
+ content: "\e909" !important;
2058
+ }
2059
+ .fc-capsule-set:before {
2060
+ content: "\e90a" !important;
2061
+ }
2062
+ .fc-scatterplot:before {
2063
+ content: "\e90b" !important;
2064
+ }
2065
+ .fc-series:before {
2066
+ content: "\e90c" !important;
2067
+ }
2068
+ .fc-group:before {
2069
+ content: "\e90d" !important;
2070
+ }
2071
+ .fc-boundary-alert:before {
2072
+ content: "\e90e" !important;
2073
+ }
2074
+ .fc-chart-alert:before {
2075
+ content: "\e90f" !important;
2076
+ }
2077
+ .fc-seeq-datalab:before {
2078
+ content: "\e910" !important;
2079
+ }
2080
+ .fc-seeq-datalab-lock:before {
2081
+ content: "\e911" !important;
2082
+ }
2083
+ .fc-all-items:before {
2084
+ content: "\e912" !important;
2085
+ }
2086
+ .fc-asset-tree:before {
2087
+ content: "\e913" !important;
2088
+ }
2089
+ .fc-trend:before {
2090
+ content: "\e914" !important;
2091
+ }
2092
+ .fc-flag:before {
2093
+ content: "\e915" !important;
2094
+ }
2095
+ .fc-capsules:before {
2096
+ content: "\e916" !important;
2097
+ }
2098
+ .fc-connect:before {
2099
+ content: "\e917" !important;
2100
+ }
2101
+ .fc-display-range:before {
2102
+ content: "\e918" !important;
2103
+ }
2104
+ .fc-statistics:before {
2105
+ content: "\e919" !important;
2106
+ }
2107
+ .fc-eye:before {
2108
+ content: "\e91a" !important;
2109
+ }
2110
+ .fc-eye-o:before {
2111
+ content: "\e91b" !important;
2112
+ }
2113
+ .fc-data-file:before {
2114
+ content: "\e91c" !important;
2115
+ }
2116
+ .fc-gridline:before {
2117
+ content: "\e91d" !important;
2118
+ }
2119
+ .fc-model-and-predict:before {
2120
+ content: "\e91e" !important;
2121
+ }
2122
+ .fc-cleanse:before {
2123
+ content: "\e91f" !important;
2124
+ }
2125
+ .fc-identify:before {
2126
+ content: "\e920" !important;
2127
+ }
2128
+ .fc-quantify:before {
2129
+ content: "\e921" !important;
2130
+ }
2131
+ .fc-treemap:before {
2132
+ content: "\e922" !important;
2133
+ }
2134
+ .fc-series-dim:before {
2135
+ content: "\e923" !important;
2136
+ }
2137
+ .fc-series-gen:before {
2138
+ content: "\e924" !important;
2139
+ }
2140
+ .fc-formula:before {
2141
+ content: "\e925" !important;
2142
+ }
2143
+ .fc-alignment:before {
2144
+ content: "\e926" !important;
2145
+ }
2146
+ .fc-delete:before {
2147
+ content: "\e927" !important;
2148
+ }
2149
+ .fc-list:before {
2150
+ content: "\e928" !important;
2151
+ }
2152
+ .fc-tile:before {
2153
+ content: "\e929" !important;
2154
+ }
2155
+ .fc-arrow_down:before {
2156
+ content: "\e92a" !important;
2157
+ }
2158
+ .fc-arrow_up:before {
2159
+ content: "\e92b" !important;
2160
+ }
2161
+ .fc-user-community:before {
2162
+ content: "\e92c" !important;
2163
+ }
2164
+ .fc-certificate:before {
2165
+ content: "\e92d" !important;
2166
+ }
2167
+ .fc-training:before {
2168
+ content: "\e92e" !important;
2169
+ }
2170
+ .fc-knowledge-base:before {
2171
+ content: "\e92f" !important;
2172
+ }
2173
+ .fc-causality:before {
2174
+ content: "\e930" !important;
2175
+ }
2176
+ .fc-parallel-coordinate:before {
2177
+ content: "\e931" !important;
2178
+ }
2179
+ .fc-arrow_updown:before {
2180
+ content: "\e932" !important;
2181
+ }
2182
+ .fc-circle_warning:before {
2183
+ content: "\e933" !important;
2184
+ }
2185
+ .fc-circle_info:before {
2186
+ content: "\e934" !important;
2187
+ }
2188
+ .fc-warning:before {
2189
+ content: "\e935" !important;
2190
+ }
2191
+ .fc-grab-window:before {
2192
+ content: "\e936" !important;
2193
+ }
2194
+ .fc-magnify:before {
2195
+ content: "\e937" !important;
2196
+ }
2197
+ .fc-box-empty:before {
2198
+ content: "\e938" !important;
2199
+ }
2200
+ .fc-box-check:before {
2201
+ content: "\e939" !important;
2202
+ }
2203
+ .fc-circle-empty:before {
2204
+ content: "\e93a" !important;
2205
+ }
2206
+ .fc-circle-check:before {
2207
+ content: "\e93b" !important;
2208
+ }
2209
+ .fc-q_search:before {
2210
+ content: "\e93c" !important;
2211
+ }
2212
+ .fc-scatterplot-select:before {
2213
+ content: "\e93d" !important;
2214
+ }
2215
+ .fc-redo:before {
2216
+ content: "\e93e" !important;
2217
+ }
2218
+ .fc-digital-filter:before {
2219
+ content: "\e93f" !important;
2220
+ }
2221
+ .fc-support:before {
2222
+ content: "\e940" !important;
2223
+ }
2224
+ .fc-binoculars:before {
2225
+ content: "\e941" !important;
2226
+ }
2227
+ .fc-check:before {
2228
+ content: "\e942" !important;
2229
+ }
2230
+ .fc-filter:before {
2231
+ content: "\e943" !important;
2232
+ }
2233
+ .fc-trash:before {
2234
+ content: "\e944" !important;
2235
+ }
2236
+ .fc-gear:before {
2237
+ content: "\e945" !important;
2238
+ }
2239
+ .fc-lock:before {
2240
+ content: "\e946" !important;
2241
+ }
2242
+ .fc-lock-open:before {
2243
+ content: "\e947" !important;
2244
+ }
2245
+ .fc-arrow-dropdown:before {
2246
+ content: "\e948" !important;
2247
+ }
2248
+ .fc-mag-glass-empty:before {
2249
+ content: "\e949" !important;
2250
+ }
2251
+ .fc-globe:before {
2252
+ content: "\e94a" !important;
2253
+ }
2254
+ .fc-edit:before {
2255
+ content: "\e94b" !important;
2256
+ }
2257
+ .fc-add-column:before {
2258
+ content: "\e94c" !important;
2259
+ }
2260
+ .fc-add-row:before {
2261
+ content: "\e94d" !important;
2262
+ }
2263
+ .fc-border-style:before {
2264
+ content: "\e94e" !important;
2265
+ }
2266
+ .fc-clock-density:before {
2267
+ content: "\e94f" !important;
2268
+ }
2269
+ .fc-plus-assets:before {
2270
+ content: "\e950" !important;
2271
+ }
2272
+ .fc-plus-selected:before {
2273
+ content: "\e951" !important;
2274
+ }
2275
+ .fc-comment:before {
2276
+ content: "\e952" !important;
2277
+ }
2278
+ .fc-user:before {
2279
+ content: "\e953" !important;
2280
+ }
2281
+ .fc-engineer:before {
2282
+ content: "\e954" !important;
2283
+ }
2284
+ .fc-pricing:before {
2285
+ content: "\e955" !important;
2286
+ }
2287
+ .fc-free-trial:before {
2288
+ content: "\e956" !important;
2289
+ }
2290
+ .fc-partners:before {
2291
+ content: "\e957" !important;
2292
+ }
2293
+ .fc-meter:before {
2294
+ content: "\e958" !important;
2295
+ }
2296
+ .fc-beaker:before {
2297
+ content: "\e959" !important;
2298
+ }
2299
+ .fc-lightbulb:before {
2300
+ content: "\e95a" !important;
2301
+ }
2302
+ .fc-pdf:before {
2303
+ content: "\e95b" !important;
2304
+ }
2305
+ .fc-add-column-2:before {
2306
+ content: "\e95c" !important;
2307
+ }
2308
+ .fc-add-row-2:before {
2309
+ content: "\e95d" !important;
2310
+ }
2311
+ .fc-eraser:before {
2312
+ content: "\e95e" !important;
2313
+ }
2314
+ .fc-paintbrush:before {
2315
+ content: "\e95f" !important;
2316
+ }
2317
+ .fc-rows:before {
2318
+ content: "\e960" !important;
2319
+ }
2320
+ .fc-quick-start:before {
2321
+ content: "\e961" !important;
2322
+ }
2323
+ .fc-video:before {
2324
+ content: "\e962" !important;
2325
+ }
2326
+ .fc-wireless2:before {
2327
+ content: "\e963" !important;
2328
+ }
2329
+ .fc-wireless:before {
2330
+ content: "\e964" !important;
2331
+ }
2332
+ .fc-mag-glass:before {
2333
+ content: "\e965" !important;
2334
+ }
2335
+ .fc-data:before {
2336
+ content: "\e966" !important;
2337
+ }
2338
+ .fc-annotation:before {
2339
+ content: "\e967" !important;
2340
+ }
2341
+ .fc-briefcase:before {
2342
+ content: "\e968" !important;
2343
+ }
2344
+ .fc-investigate:before {
2345
+ content: "\e969" !important;
2346
+ }
2347
+ .fc-monitor:before {
2348
+ content: "\e96a" !important;
2349
+ }
2350
+ .fc-clipboard:before {
2351
+ content: "\e96b" !important;
2352
+ }
2353
+ .fc-share-access:before {
2354
+ content: "\e96c" !important;
2355
+ }
2356
+ .fc-bar-chart-horizontal:before {
2357
+ content: "\e96d" !important;
2358
+ }
2359
+ .fc-stacked-bar-chart:before {
2360
+ content: "\e96e" !important;
2361
+ }
2362
+ .fc-stacked-bar-horizontal:before {
2363
+ content: "\e96f" !important;
2364
+ }
2365
+ .fc-excel:before {
2366
+ content: "\e970" !important;
2367
+ }
2368
+ .fc-usage:before {
2369
+ content: "\e971" !important;
2370
+ }
2371
+ .fc-gears-2:before {
2372
+ content: "\e972" !important;
2373
+ }
2374
+ .fc-pharma:before {
2375
+ content: "\e973" !important;
2376
+ }
2377
+ .fc-water:before {
2378
+ content: "\e974" !important;
2379
+ }
2380
+ .fc-chemical:before {
2381
+ content: "\e975" !important;
2382
+ }
2383
+ .fc-oil:before {
2384
+ content: "\e976" !important;
2385
+ }
2386
+ .fc-beverage:before {
2387
+ content: "\e977" !important;
2388
+ }
2389
+ .fc-utilities:before {
2390
+ content: "\e978" !important;
2391
+ }
2392
+ .fc-manufacturing:before {
2393
+ content: "\e979" !important;
2394
+ }
2395
+ .fc-industry:before {
2396
+ content: "\e97a" !important;
2397
+ }
2398
+ .fc-viz-normal:before {
2399
+ content: "\e97b" !important;
2400
+ }
2401
+ .fc-compare:before {
2402
+ content: "\e97c" !important;
2403
+ }
2404
+ .fc-diamond:before {
2405
+ content: "\e97d" !important;
2406
+ }
2407
+ .fc-square:before {
2408
+ content: "\e97e" !important;
2409
+ }
2410
+ .fc-triangle:before {
2411
+ content: "\e97f" !important;
2412
+ }
2413
+ .fc-rectangle:before {
2414
+ content: "\e980" !important;
2415
+ }
2416
+ .fc-strip:before {
2417
+ content: "\e981" !important;
2418
+ }
2419
+ .fc-viz-overlay:before {
2420
+ content: "\e982" !important;
2421
+ }
2422
+ .fc-viz-chain:before {
2423
+ content: "\e983" !important;
2424
+ }
2425
+ .fc-graph:before {
2426
+ content: "\e984" !important;
2427
+ }
2428
+ .fc-pin:before {
2429
+ content: "\e985" !important;
2430
+ }
2431
+ .fc-y-axis:before {
2432
+ content: "\e986" !important;
2433
+ }
2434
+ .fc-capsule-bar:before {
2435
+ content: "\e987" !important;
2436
+ }
2437
+ .fc-copy:before {
2438
+ content: "\e988" !important;
2439
+ }
2440
+ .fc-link:before {
2441
+ content: "\e989" !important;
2442
+ }
2443
+ .fc-unlink:before {
2444
+ content: "\e98a" !important;
2445
+ }
2446
+ .fc-step-back-full:before {
2447
+ content: "\e98b" !important;
2448
+ }
2449
+ .fc-displays:before {
2450
+ content: "\e98c" !important;
2451
+ }
2452
+ .fc-overwrite:before {
2453
+ content: "\e98d" !important;
2454
+ }
2455
+ .fc-rename:before {
2456
+ content: "\e98e" !important;
2457
+ }
2458
+ .fc-parallel-boundary:before {
2459
+ content: "\e98f" !important;
2460
+ }
2461
+ .fc-loading-notch:before {
2462
+ content: "\e990" !important;
2463
+ }
2464
+ .fc-skill-explorer:before {
2465
+ content: "\e991" !important;
2466
+ }
2467
+ .fc-step-fore-full:before {
2468
+ content: "\e992" !important;
2469
+ }
2470
+ .fc-step-back-half:before {
2471
+ content: "\e993" !important;
2472
+ }
2473
+ .fc-step-fore-half:before {
2474
+ content: "\e994" !important;
2475
+ }
2476
+ .fc-arrow-down:before {
2477
+ content: "\e995" !important;
2478
+ }
2479
+ .fc-arrow-up:before {
2480
+ content: "\e996" !important;
2481
+ }
2482
+ .fc-expand-close:before {
2483
+ content: "\e997" !important;
2484
+ }
2485
+ .fc-expand-open:before {
2486
+ content: "\e998" !important;
2487
+ }
2488
+ .fc-axis:before {
2489
+ content: "\e999" !important;
2490
+ }
2491
+ .fc-axis-o:before {
2492
+ content: "\e99a" !important;
2493
+ }
2494
+ .fc-solid:before {
2495
+ content: "\e99b" !important;
2496
+ }
2497
+ .fc-sun:before {
2498
+ content: "\e99c" !important;
2499
+ }
2500
+ .fc-announcements:before {
2501
+ content: "\e99d" !important;
2502
+ }
2503
+ .fc-bell-cog:before {
2504
+ content: "\e99e" !important;
2505
+ }
2506
+ .fc-copy-date:before {
2507
+ content: "\e99f" !important;
2508
+ }
2509
+ .fc-copy-date-2:before {
2510
+ content: "\e9a0" !important;
2511
+ }
2512
+ .fc-bell-solid:before {
2513
+ content: "\e9a1" !important;
2514
+ }
2515
+ .fc-bell-regular:before {
2516
+ content: "\e9a2" !important;
2517
+ }
2518
+ .fc-add-on-1:before {
2519
+ content: "\e9a3" !important;
2520
+ }
2521
+ .fc-view-data:before {
2522
+ content: "\e9a4" !important;
2523
+ }
2524
+ .fc-add-on-2:before {
2525
+ content: "\e9a5" !important;
2526
+ }
2527
+ .fc-external-link:before {
2528
+ content: "\e9a6" !important;
2529
+ }
2530
+ .fc-pdf-cog:before {
2531
+ content: "\e9a7" !important;
2532
+ }
2533
+ .fc-pdf-file:before {
2534
+ content: "\e9a8" !important;
2535
+ }
2536
+ .fc-filter-remove:before {
2537
+ content: "\e9a9" !important;
2538
+ }
2539
+ .fc-autosize-all-cells:before {
2540
+ content: "\e9aa" !important;
2541
+ }
2542
+ .fc-autosize-cell2:before {
2543
+ content: "\e9ab" !important;
2544
+ }
2545
+ .fc-toggle-off:before {
2546
+ content: "\e9ac" !important;
2547
+ }
2548
+ .fc-toggle-on:before {
2549
+ content: "\e9ad" !important;
2550
+ }
2551
+ .fc-genai-chat:before {
2552
+ content: "\e9ae" !important;
2553
+ }
2554
+ .fc-workbook-ai:before {
2555
+ content: "\e9af" !important;
2556
+ }
2557
+ .fc-uncertain:before {
2558
+ content: "\e9b0" !important;
2559
+ }
2560
+ .fc-uncertain-2:before {
2561
+ content: "\e9b1" !important;
2562
+ }
2563
+ .fc-vantage:before {
2564
+ content: "\e9b2" !important;
2565
+ }
2566
+ .fc-vantage-notification:before {
2567
+ content: "\e9b3" !important;
2568
+ }
2569
+ .fc-machine-learning:before {
2570
+ content: "\e9b4" !important;
2571
+ }
2572
+ .fc-isolation-forest:before {
2573
+ content: "\e9b5" !important;
2574
+ }
2575
+ .fc-partial-least-squares:before {
2576
+ content: "\e9b6" !important;
2577
+ }
2578
+ .fc-self-organizing-map:before {
2579
+ content: "\e9b7" !important;
2580
+ }
2581
+ .fc-signal-forecast:before {
2582
+ content: "\e9b8" !important;
2583
+ }
2584
+ .fc-vantage-lock:before {
2585
+ content: "\e9b9" !important;
2586
+ }
2587
+ .fc-clustering:before {
2588
+ content: "\e9ba" !important;
2589
+ }
2590
+ .fc-genai-agent-q:before {
2591
+ content: "\e9bb" !important;
2592
+ }
2593
+ .fc-external-ml:before {
2594
+ content: "\e9bc" !important;
2595
+ }
2596
+ .fc-pca:before {
2597
+ content: "\e9bd" !important;
2598
+ }
2599
+ .fc-version-log:before {
2600
+ content: "\e9be" !important;
2601
+ }
2602
+ .fc-statistic-summary:before {
2603
+ content: "\e9c1" !important;
2604
+ }
2605
+ .fc-statistics-menu:before {
2606
+ content: "\e9c2" !important;
2607
+ }
2608
+ .fc-short-dash:before {
2609
+ content: "\f901" !important;
2610
+ }
2611
+ .fc-short-dot:before {
2612
+ content: "\f902" !important;
2613
+ }
2614
+ .fc-short-dash-dot:before {
2615
+ content: "\f903" !important;
2616
+ }
2617
+ .fc-short-dash-dot-dot:before {
2618
+ content: "\f904" !important;
2619
+ }
2620
+ .fc-dot:before {
2621
+ content: "\f905" !important;
2622
+ }
2623
+ .fc-dash:before {
2624
+ content: "\f906" !important;
2625
+ }
2626
+ .fc-long-dash:before {
2627
+ content: "\f907" !important;
2628
+ }
2629
+ .fc-dash-dot:before {
2630
+ content: "\f908" !important;
2631
+ }
2632
+ .fc-long-dash-dot:before {
2633
+ content: "\f909" !important;
2634
+ }
2635
+ .fc-long-dash-dot-dot:before {
2636
+ content: "\f910" !important;
2637
+ }
2638
+ .fc-scalar:before {
2639
+ content: "\f911" !important;
2640
+ }
2641
+ .fc-detail-columns:before {
2642
+ content: "\f912" !important;
2643
+ }
2644
+ .fc-workbook:before {
2645
+ content: "\f913" !important;
2646
+ }
2647
+ .fc-workbook-user:before {
2648
+ content: "\f914" !important;
2649
+ }
2650
+ .fc-workbook-lock:before {
2651
+ content: "\f915" !important;
2652
+ }
2653
+ .fc-workbook-globe:before {
2654
+ content: "\f916" !important;
2655
+ }
2656
+ .fc-arrow-circle:before {
2657
+ content: "\f917" !important;
2658
+ }
2659
+ .fc-condition-define:before {
2660
+ content: "\f918" !important;
2661
+ }
2662
+ .fc-condition-combine:before {
2663
+ content: "\f919" !important;
2664
+ }
2665
+ .fc-series-modify:before {
2666
+ content: "\f920" !important;
2667
+ }
2668
+ .fc-boundary:before {
2669
+ content: "\f923" !important;
2670
+ }
2671
+ .fc-condition-digital:before {
2672
+ content: "\f924" !important;
2673
+ }
2674
+ .fc-timing:before {
2675
+ content: "\f925" !important;
2676
+ }
2677
+ .fc-series-properties:before {
2678
+ content: "\f926" !important;
2679
+ }
2680
+ .fc-import:before {
2681
+ content: "\f927" !important;
2682
+ }
2683
+ .fc-export:before {
2684
+ content: "\f928" !important;
2685
+ }
2686
+ .fc-pivision:before {
2687
+ content: "\f929" !important;
2688
+ }
2689
+ .fc-samples-and-line:before {
2690
+ content: "\f930" !important;
2691
+ }
2692
+ .fc-samples-only:before {
2693
+ content: "\f931" !important;
2694
+ }
2695
+ .fc-prediction:before {
2696
+ content: "\f932" !important;
2697
+ }
2698
+ .fc-lowpass:before {
2699
+ content: "\f933" !important;
2700
+ }
2701
+ .fc-bar-chart:before {
2702
+ content: "\f934" !important;
2703
+ }
2704
+ .fc-ancillaries:before {
2705
+ content: "\f935" !important;
2706
+ }
2707
+ .fc-deviation:before {
2708
+ content: "\f936" !important;
2709
+ }
2710
+ .fc-journal:before {
2711
+ content: "\f937" !important;
2712
+ }
2713
+ .fc-journal-edit:before {
2714
+ content: "\f938" !important;
2715
+ }
2716
+ .fc-line-bars:before {
2717
+ content: "\f939" !important;
2718
+ }
2719
+ .fc-reference:before {
2720
+ content: "\f940" !important;
2721
+ }
2722
+ .fc-powerpoint:before {
2723
+ content: "\f941" !important;
2724
+ }
2725
+ .fc-link-seeq:before {
2726
+ content: "\f942" !important;
2727
+ }
2728
+ .fc-journal-blank:before {
2729
+ content: "\f943" !important;
2730
+ }
2731
+ .fc-more:before {
2732
+ content: "\f944" !important;
2733
+ }
2734
+ .fc-share:before {
2735
+ content: "\f945" !important;
2736
+ }
2737
+ .fc-periodic-condition:before {
2738
+ content: "\f946" !important;
2739
+ }
2740
+ .fc-report:before {
2741
+ content: "\f947" !important;
2742
+ }
2743
+ .fc-seeq-content:before {
2744
+ content: "\f948" !important;
2745
+ }
2746
+ .fc-table:before {
2747
+ content: "\f949" !important;
2748
+ }
2749
+ .fc-unit:before {
2750
+ content: "\f950" !important;
2751
+ }
2752
+ .fc-metric:before {
2753
+ content: "\f951" !important;
2754
+ }
2755
+ .fc-pdf-export:before {
2756
+ content: "\f952" !important;
2757
+ }
2758
+ .fc-x-circle:before {
2759
+ content: "\f953" !important;
2760
+ }
2761
+ .fc-stop:before {
2762
+ content: "\f954" !important;
2763
+ }
2764
+ .fc-report-lock:before {
2765
+ content: "\f955" !important;
2766
+ }
2767
+ .fc-analysis:before {
2768
+ content: "\f956" !important;
2769
+ }
2770
+ .fc-analysis-lock:before {
2771
+ content: "\f957" !important;
2772
+ }
2773
+ .fc-requests:before {
2774
+ content: "\f958" !important;
2775
+ }
2776
+ .fc-folder:before {
2777
+ content: "\f959" !important;
2778
+ }
2779
+ .fc-folder-move:before {
2780
+ content: "\f960" !important;
2781
+ }
2782
+ .fc-folder-new:before {
2783
+ content: "\f961" !important;
2784
+ }
2785
+ .fc-folder-lock:before {
2786
+ content: "\f962" !important;
2787
+ }
2788
+ .fc-pin-o:before {
2789
+ content: "\f963" !important;
2790
+ }
2791
+ .fc-refresh:before {
2792
+ content: "\f964" !important;
2793
+ }
2794
+ .fc-arrow-right-right:before {
2795
+ content: "\f965" !important;
2796
+ }
2797
+ .fc-arrow-left-left:before {
2798
+ content: "\f966" !important;
2799
+ }
2800
+ .fc-refresh-on:before {
2801
+ content: "\f967" !important;
2802
+ }
2803
+ .fc-refresh-off:before {
2804
+ content: "\f968" !important;
2805
+ }
2806
+ .fc-box-plus:before {
2807
+ content: "\f969" !important;
2808
+ }
2809
+ .fc-box-minus:before {
2810
+ content: "\f970" !important;
2811
+ }
2812
+ .fc-circle_plus:before {
2813
+ content: "\f971" !important;
2814
+ }
2815
+ .fc-circle_minus:before {
2816
+ content: "\f972" !important;
2817
+ }
2818
+ .fc-page-break:before {
2819
+ content: "\f973" !important;
2820
+ }
2821
+ .fc-restore:before {
2822
+ content: "\f974" !important;
2823
+ }
2824
+ .fc-subscription:before {
2825
+ content: "\f975" !important;
2826
+ }
2827
+ .fc-jobs:before {
2828
+ content: "\f976" !important;
2829
+ }
2830
+ .fc-trash_info:before {
2831
+ content: "\f977" !important;
2832
+ }
2833
+ .fc-trash_info2:before {
2834
+ content: "\f978" !important;
2835
+ }
2836
+ .fc-bell-curve:before {
2837
+ content: "\f979" !important;
2838
+ }
2870
2839
  :root {
2871
2840
  --sq-analysis-darker: #1fcfa6;
2872
2841
  --sq-analysis-dark: #007960;