@ws-ui/localization-editor 1.13.0-dev.2 → 1.13.0

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.
@@ -1,4192 +1 @@
1
- /*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
2
- @layer properties;
3
- [data-simplebar] {
4
- position: relative;
5
- flex-direction: column;
6
- flex-wrap: wrap;
7
- justify-content: flex-start;
8
- align-content: flex-start;
9
- align-items: flex-start;
10
- }
11
- .simplebar-wrapper {
12
- overflow: hidden;
13
- width: inherit;
14
- height: inherit;
15
- max-width: inherit;
16
- max-height: inherit;
17
- }
18
- .simplebar-mask {
19
- direction: inherit;
20
- position: absolute;
21
- overflow: hidden;
22
- padding: 0;
23
- margin: 0;
24
- left: 0;
25
- top: 0;
26
- bottom: 0;
27
- right: 0;
28
- width: auto !important;
29
- height: auto !important;
30
- z-index: 0;
31
- }
32
- .simplebar-offset {
33
- direction: inherit !important;
34
- box-sizing: inherit !important;
35
- resize: none !important;
36
- position: absolute;
37
- top: 0;
38
- left: 0;
39
- bottom: 0;
40
- right: 0;
41
- padding: 0;
42
- margin: 0;
43
- -webkit-overflow-scrolling: touch;
44
- }
45
- .simplebar-content-wrapper {
46
- direction: inherit;
47
- box-sizing: border-box !important;
48
- position: relative;
49
- display: block;
50
- height: 100%;
51
- width: auto;
52
- max-width: 100%;
53
- max-height: 100%;
54
- overflow: auto;
55
- scrollbar-width: none;
56
- -ms-overflow-style: none;
57
- }
58
- .simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar {
59
- display: none;
60
- width: 0;
61
- height: 0;
62
- }
63
- .simplebar-content:after,.simplebar-content:before {
64
- content: ' ';
65
- display: table;
66
- }
67
- .simplebar-placeholder {
68
- max-height: 100%;
69
- max-width: 100%;
70
- width: 100%;
71
- pointer-events: none;
72
- }
73
- .simplebar-height-auto-observer-wrapper {
74
- box-sizing: inherit !important;
75
- height: 100%;
76
- width: 100%;
77
- max-width: 1px;
78
- position: relative;
79
- float: left;
80
- max-height: 1px;
81
- overflow: hidden;
82
- z-index: -1;
83
- padding: 0;
84
- margin: 0;
85
- pointer-events: none;
86
- flex-grow: inherit;
87
- flex-shrink: 0;
88
- flex-basis: 0;
89
- }
90
- .simplebar-height-auto-observer {
91
- box-sizing: inherit;
92
- display: block;
93
- opacity: 0;
94
- position: absolute;
95
- top: 0;
96
- left: 0;
97
- height: 1000%;
98
- width: 1000%;
99
- min-height: 1px;
100
- min-width: 1px;
101
- overflow: hidden;
102
- pointer-events: none;
103
- z-index: -1;
104
- }
105
- .simplebar-track {
106
- z-index: 1;
107
- position: absolute;
108
- right: 0;
109
- bottom: 0;
110
- pointer-events: none;
111
- overflow: hidden;
112
- }
113
- [data-simplebar].simplebar-dragging {
114
- pointer-events: none;
115
- -webkit-touch-callout: none;
116
- -webkit-user-select: none;
117
- -khtml-user-select: none;
118
- -moz-user-select: none;
119
- -ms-user-select: none;
120
- user-select: none;
121
- }
122
- [data-simplebar].simplebar-dragging .simplebar-content {
123
- pointer-events: none;
124
- -webkit-touch-callout: none;
125
- -webkit-user-select: none;
126
- -khtml-user-select: none;
127
- -moz-user-select: none;
128
- -ms-user-select: none;
129
- user-select: none;
130
- }
131
- [data-simplebar].simplebar-dragging .simplebar-track {
132
- pointer-events: all;
133
- }
134
- .simplebar-scrollbar {
135
- position: absolute;
136
- left: 0;
137
- right: 0;
138
- min-height: 10px;
139
- }
140
- .simplebar-scrollbar:before {
141
- position: absolute;
142
- content: '';
143
- background: #000;
144
- border-radius: 7px;
145
- left: 2px;
146
- right: 2px;
147
- opacity: 0;
148
- transition: opacity .2s .5s linear;
149
- }
150
- .simplebar-scrollbar.simplebar-visible:before {
151
- opacity: .5;
152
- transition-delay: 0s;
153
- transition-duration: 0s;
154
- }
155
- .simplebar-track.simplebar-vertical {
156
- top: 0;
157
- width: 11px;
158
- }
159
- .simplebar-scrollbar:before {
160
- top: 2px;
161
- bottom: 2px;
162
- left: 2px;
163
- right: 2px;
164
- }
165
- .simplebar-track.simplebar-horizontal {
166
- left: 0;
167
- height: 11px;
168
- }
169
- .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
170
- right: auto;
171
- left: 0;
172
- top: 0;
173
- bottom: 0;
174
- min-height: 0;
175
- min-width: 10px;
176
- width: auto;
177
- }
178
- [data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
179
- right: auto;
180
- left: 0;
181
- }
182
- .simplebar-dummy-scrollbar-size {
183
- direction: rtl;
184
- position: fixed;
185
- opacity: 0;
186
- visibility: hidden;
187
- height: 500px;
188
- width: 500px;
189
- overflow-y: hidden;
190
- overflow-x: scroll;
191
- -ms-overflow-style: scrollbar !important;
192
- }
193
- .simplebar-dummy-scrollbar-size>div {
194
- width: 200%;
195
- height: 200%;
196
- margin: 10px 0;
197
- }
198
- .simplebar-hide-scrollbar {
199
- position: fixed;
200
- left: 0;
201
- visibility: hidden;
202
- overflow-y: scroll;
203
- scrollbar-width: none;
204
- -ms-overflow-style: none;
205
- }
206
- .fd-tree-node {
207
- display: flex;
208
- flex-direction: row;
209
- padding-right: 8px;
210
- padding-left: 8px;
211
- }
212
- .fd-tree-node-content {
213
- display: flex;
214
- flex-direction: row;
215
- flex: 1 1 0%;
216
- }
217
- .carousel .control-arrow,.carousel.carousel-slider .control-arrow {
218
- -webkit-transition: all .25s ease-in;
219
- -moz-transition: all .25s ease-in;
220
- -ms-transition: all .25s ease-in;
221
- -o-transition: all .25s ease-in;
222
- transition: all .25s ease-in;
223
- opacity: .4;
224
- filter: alpha(opacity=40);
225
- position: absolute;
226
- z-index: 2;
227
- top: 20px;
228
- background: none;
229
- border: 0;
230
- font-size: 32px;
231
- cursor: pointer;
232
- }
233
- .carousel .control-arrow:focus,.carousel .control-arrow:hover {
234
- opacity: 1;
235
- filter: alpha(opacity=100);
236
- }
237
- .carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before {
238
- margin: 0 5px;
239
- display: inline-block;
240
- border-top: 8px solid transparent;
241
- border-bottom: 8px solid transparent;
242
- content: "";
243
- }
244
- .carousel .control-disabled.control-arrow {
245
- opacity: 0;
246
- filter: alpha(opacity=0);
247
- cursor: inherit;
248
- display: none;
249
- }
250
- .carousel .control-prev.control-arrow {
251
- left: 0;
252
- }
253
- .carousel .control-prev.control-arrow:before {
254
- border-right: 8px solid #fff;
255
- }
256
- .carousel .control-next.control-arrow {
257
- right: 0;
258
- }
259
- .carousel .control-next.control-arrow:before {
260
- border-left: 8px solid #fff;
261
- }
262
- .carousel-root {
263
- outline: none;
264
- }
265
- .carousel {
266
- position: relative;
267
- width: 100%;
268
- }
269
- .carousel * {
270
- -webkit-box-sizing: border-box;
271
- -moz-box-sizing: border-box;
272
- box-sizing: border-box;
273
- }
274
- .carousel img {
275
- width: 100%;
276
- display: inline-block;
277
- pointer-events: none;
278
- }
279
- .carousel .carousel {
280
- position: relative;
281
- }
282
- .carousel .control-arrow {
283
- outline: 0;
284
- border: 0;
285
- background: none;
286
- top: 50%;
287
- margin-top: -13px;
288
- font-size: 18px;
289
- }
290
- .carousel .thumbs-wrapper {
291
- margin: 20px;
292
- overflow: hidden;
293
- }
294
- .carousel .thumbs {
295
- -webkit-transition: all .15s ease-in;
296
- -moz-transition: all .15s ease-in;
297
- -ms-transition: all .15s ease-in;
298
- -o-transition: all .15s ease-in;
299
- transition: all .15s ease-in;
300
- -webkit-transform: translate3d(0,0,0);
301
- -moz-transform: translate3d(0,0,0);
302
- -ms-transform: translate3d(0,0,0);
303
- -o-transform: translate3d(0,0,0);
304
- transform: translateZ(0);
305
- position: relative;
306
- list-style: none;
307
- white-space: nowrap;
308
- }
309
- .carousel .thumb {
310
- -webkit-transition: border .15s ease-in;
311
- -moz-transition: border .15s ease-in;
312
- -ms-transition: border .15s ease-in;
313
- -o-transition: border .15s ease-in;
314
- transition: border .15s ease-in;
315
- display: inline-block;
316
- margin-right: 6px;
317
- white-space: nowrap;
318
- overflow: hidden;
319
- border: 3px solid #fff;
320
- padding: 2px;
321
- }
322
- .carousel .thumb:focus {
323
- border: 3px solid #ccc;
324
- outline: none;
325
- }
326
- .carousel .thumb.selected,.carousel .thumb:hover {
327
- border: 3px solid #333;
328
- }
329
- .carousel .thumb img {
330
- vertical-align: top;
331
- }
332
- .carousel.carousel-slider {
333
- position: relative;
334
- margin: 0;
335
- overflow: hidden;
336
- }
337
- .carousel.carousel-slider .control-arrow {
338
- top: 0;
339
- color: #fff;
340
- font-size: 26px;
341
- bottom: 0;
342
- margin-top: 0;
343
- padding: 5px;
344
- }
345
- .carousel.carousel-slider .control-arrow:hover {
346
- background: #0003;
347
- }
348
- .carousel .slider-wrapper {
349
- overflow: hidden;
350
- margin: auto;
351
- width: 100%;
352
- -webkit-transition: height .15s ease-in;
353
- -moz-transition: height .15s ease-in;
354
- -ms-transition: height .15s ease-in;
355
- -o-transition: height .15s ease-in;
356
- transition: height .15s ease-in;
357
- }
358
- .carousel .slider-wrapper.axis-horizontal .slider {
359
- -ms-box-orient: horizontal;
360
- display: -webkit-box;
361
- display: -moz-box;
362
- display: -ms-flexbox;
363
- display: -moz-flex;
364
- display: -webkit-flex;
365
- display: flex;
366
- }
367
- .carousel .slider-wrapper.axis-horizontal .slider .slide {
368
- flex-direction: column;
369
- flex-flow: column;
370
- }
371
- .carousel .slider-wrapper.axis-vertical {
372
- -ms-box-orient: horizontal;
373
- display: -webkit-box;
374
- display: -moz-box;
375
- display: -ms-flexbox;
376
- display: -moz-flex;
377
- display: -webkit-flex;
378
- display: flex;
379
- }
380
- .carousel .slider-wrapper.axis-vertical .slider {
381
- -webkit-flex-direction: column;
382
- flex-direction: column;
383
- }
384
- .carousel .slider {
385
- margin: 0;
386
- padding: 0;
387
- position: relative;
388
- list-style: none;
389
- width: 100%;
390
- }
391
- .carousel .slider.animated {
392
- -webkit-transition: all .35s ease-in-out;
393
- -moz-transition: all .35s ease-in-out;
394
- -ms-transition: all .35s ease-in-out;
395
- -o-transition: all .35s ease-in-out;
396
- transition: all .35s ease-in-out;
397
- }
398
- .carousel .slide {
399
- min-width: 100%;
400
- margin: 0;
401
- position: relative;
402
- text-align: center;
403
- }
404
- .carousel .slide img {
405
- width: 100%;
406
- vertical-align: top;
407
- border: 0;
408
- }
409
- .carousel .slide iframe {
410
- display: inline-block;
411
- width: calc(100% - 80px);
412
- margin: 0 40px 40px;
413
- border: 0;
414
- }
415
- .carousel .slide .legend {
416
- -webkit-transition: all .5s ease-in-out;
417
- -moz-transition: all .5s ease-in-out;
418
- -ms-transition: all .5s ease-in-out;
419
- -o-transition: all .5s ease-in-out;
420
- transition: all .5s ease-in-out;
421
- position: absolute;
422
- bottom: 40px;
423
- left: 50%;
424
- margin-left: -45%;
425
- width: 90%;
426
- border-radius: 10px;
427
- background: #000;
428
- color: #fff;
429
- padding: 10px;
430
- font-size: 12px;
431
- text-align: center;
432
- opacity: .25;
433
- -webkit-transition: opacity .35s ease-in-out;
434
- -moz-transition: opacity .35s ease-in-out;
435
- -ms-transition: opacity .35s ease-in-out;
436
- -o-transition: opacity .35s ease-in-out;
437
- transition: opacity .35s ease-in-out;
438
- }
439
- .carousel .control-dots {
440
- position: absolute;
441
- bottom: 0;
442
- margin: 10px 0;
443
- padding: 0;
444
- text-align: center;
445
- width: 100%;
446
- z-index: 1;
447
- }
448
- @media (min-width: 960px) {
449
- .carousel .control-dots {
450
- bottom: 0;
451
- }
452
- }
453
- .carousel .control-dots .dot {
454
- -webkit-transition: opacity .25s ease-in;
455
- -moz-transition: opacity .25s ease-in;
456
- -ms-transition: opacity .25s ease-in;
457
- -o-transition: opacity .25s ease-in;
458
- transition: opacity .25s ease-in;
459
- opacity: .3;
460
- filter: alpha(opacity=30);
461
- box-shadow: 1px 1px 2px #000000e6;
462
- background: #fff;
463
- border-radius: 50%;
464
- width: 8px;
465
- height: 8px;
466
- cursor: pointer;
467
- display: inline-block;
468
- margin: 0 8px;
469
- }
470
- .carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover {
471
- opacity: 1;
472
- filter: alpha(opacity=100);
473
- }
474
- .carousel .carousel-status {
475
- position: absolute;
476
- top: 0;
477
- right: 0;
478
- padding: 5px;
479
- font-size: 10px;
480
- text-shadow: 1px 1px 1px rgba(0,0,0,.9);
481
- color: #fff;
482
- }
483
- .carousel:hover .slide .legend {
484
- opacity: 1;
485
- }
486
- /*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com*/
487
- @layer properties {
488
- @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
489
- *,:before,:after,::backdrop {
490
- --tw-scale-x: 1;
491
- --tw-scale-y: 1;
492
- --tw-scale-z: 1;
493
- --tw-rotate-x: initial;
494
- --tw-rotate-y: initial;
495
- --tw-rotate-z: initial;
496
- --tw-skew-x: initial;
497
- --tw-skew-y: initial;
498
- --tw-border-style: solid;
499
- --tw-leading: initial;
500
- --tw-font-weight: initial;
501
- --tw-shadow: 0 0 #0000;
502
- --tw-shadow-color: initial;
503
- --tw-shadow-alpha: 100%;
504
- --tw-inset-shadow: 0 0 #0000;
505
- --tw-inset-shadow-color: initial;
506
- --tw-inset-shadow-alpha: 100%;
507
- --tw-ring-color: initial;
508
- --tw-ring-shadow: 0 0 #0000;
509
- --tw-inset-ring-color: initial;
510
- --tw-inset-ring-shadow: 0 0 #0000;
511
- --tw-ring-inset: initial;
512
- --tw-ring-offset-width: 0px;
513
- --tw-ring-offset-color: #fff;
514
- --tw-ring-offset-shadow: 0 0 #0000;
515
- --tw-outline-style: solid;
516
- --tw-blur: initial;
517
- --tw-brightness: initial;
518
- --tw-contrast: initial;
519
- --tw-grayscale: initial;
520
- --tw-hue-rotate: initial;
521
- --tw-invert: initial;
522
- --tw-opacity: initial;
523
- --tw-saturate: initial;
524
- --tw-sepia: initial;
525
- --tw-drop-shadow: initial;
526
- --tw-drop-shadow-color: initial;
527
- --tw-drop-shadow-alpha: 100%;
528
- --tw-drop-shadow-size: initial;
529
- --tw-duration: initial;
530
- --tw-ease: initial;
531
- }
532
- }
533
- }
534
- :root,:host {
535
- --color-red-500: oklch(63.7% .237 25.331);
536
- --color-yellow-300: oklch(90.5% .182 98.111);
537
- --color-yellow-400: oklch(85.2% .199 91.936);
538
- --color-green-500: oklch(72.3% .219 149.579);
539
- --color-blue-500: oklch(62.3% .214 259.815);
540
- --color-indigo-500: oklch(58.5% .233 277.117);
541
- --color-purple-200: oklch(90.2% .063 306.703);
542
- --color-purple-900: oklch(38.1% .176 304.987);
543
- --color-slate-500: oklch(55.4% .046 257.417);
544
- --color-gray-100: oklch(96.7% .003 264.542);
545
- --color-gray-400: oklch(70.7% .022 261.325);
546
- --color-gray-500: oklch(55.1% .027 264.364);
547
- --color-black: #000;
548
- --color-white: #fff;
549
- --spacing: .25rem;
550
- --text-xs--line-height: calc(1 / .75);
551
- --text-sm: .875rem;
552
- --text-sm--line-height: calc(1.25 / .875);
553
- --text-base: 1rem;
554
- --text-base--line-height: 1.5 ;
555
- --text-lg: 1.125rem;
556
- --text-lg--line-height: calc(1.75 / 1.125);
557
- --text-2xl: 1.5rem;
558
- --text-2xl--line-height: calc(2 / 1.5);
559
- --text-4xl: 2.25rem;
560
- --text-4xl--line-height: calc(2.5 / 2.25);
561
- --font-weight-thin: 100;
562
- --font-weight-extralight: 200;
563
- --font-weight-medium: 500;
564
- --font-weight-semibold: 600;
565
- --font-weight-bold: 700;
566
- --radius-sm: .25rem;
567
- --radius-md: .375rem;
568
- --radius-lg: .5rem;
569
- --ease-in: cubic-bezier(.4, 0, 1, 1);
570
- --ease-out: cubic-bezier(0, 0, .2, 1);
571
- --ease-in-out: cubic-bezier(.4, 0, .2, 1);
572
- --default-transition-duration: .15s;
573
- --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
574
- }
575
- .pointer-events-auto {
576
- pointer-events: auto;
577
- }
578
- .pointer-events-none {
579
- pointer-events: none;
580
- }
581
- .invisible {
582
- visibility: hidden;
583
- }
584
- .absolute {
585
- position: absolute;
586
- }
587
- .fixed {
588
- position: fixed;
589
- }
590
- .relative {
591
- position: relative;
592
- }
593
- .static {
594
- position: static;
595
- }
596
- .inset-0 {
597
- inset: calc(var(--spacing) * 0);
598
- }
599
- .inset-x-4 {
600
- inset-inline: calc(var(--spacing) * 4);
601
- }
602
- .start {
603
- inset-inline-start: var(--spacing);
604
- }
605
- .top-1 {
606
- top: calc(var(--spacing) * 1);
607
- }
608
- .top-4 {
609
- top: calc(var(--spacing) * 4);
610
- }
611
- .right-1 {
612
- right: calc(var(--spacing) * 1);
613
- }
614
- .bottom-4 {
615
- bottom: calc(var(--spacing) * 4);
616
- }
617
- .isolate {
618
- isolation: isolate;
619
- }
620
- .z-0 {
621
- z-index: 0;
622
- }
623
- .z-20 {
624
- z-index: 20;
625
- }
626
- .z-\[1999\] {
627
- z-index: 1999;
628
- }
629
- .z-\[2147483647\] {
630
- z-index: 2147483647;
631
- }
632
- .container {
633
- width: 100%;
634
- }
635
- @media (min-width:40rem) {
636
- .container {
637
- max-width: 40rem;
638
- }
639
- }
640
- @media (min-width:48rem) {
641
- .container {
642
- max-width: 48rem;
643
- }
644
- }
645
- @media (min-width:64rem) {
646
- .container {
647
- max-width: 64rem;
648
- }
649
- }
650
- @media (min-width:80rem) {
651
- .container {
652
- max-width: 80rem;
653
- }
654
- }
655
- @media (min-width:96rem) {
656
- .container {
657
- max-width: 96rem;
658
- }
659
- }
660
- .mx-1 {
661
- margin-inline: calc(var(--spacing) * 1);
662
- }
663
- .prose {
664
- color: var(--tw-prose-body);
665
- max-width: 65ch;
666
- }
667
- .prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
668
- margin-top: 1.25em;
669
- margin-bottom: 1.25em;
670
- }
671
- .prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
672
- color: var(--tw-prose-lead);
673
- margin-top: 1.2em;
674
- margin-bottom: 1.2em;
675
- font-size: 1.25em;
676
- line-height: 1.6;
677
- }
678
- .prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
679
- color: var(--tw-prose-links);
680
- font-weight: 500;
681
- text-decoration: underline;
682
- }
683
- .prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
684
- color: var(--tw-prose-bold);
685
- font-weight: 600;
686
- }
687
- .prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
688
- color: inherit;
689
- }
690
- .prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
691
- margin-top: 1.25em;
692
- margin-bottom: 1.25em;
693
- padding-inline-start: 1.625em;
694
- list-style-type: decimal;
695
- }
696
- .prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)) {
697
- list-style-type: upper-alpha;
698
- }
699
- .prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)) {
700
- list-style-type: lower-alpha;
701
- }
702
- .prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
703
- list-style-type: upper-alpha;
704
- }
705
- .prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
706
- list-style-type: lower-alpha;
707
- }
708
- .prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)) {
709
- list-style-type: upper-roman;
710
- }
711
- .prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)) {
712
- list-style-type: lower-roman;
713
- }
714
- .prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
715
- list-style-type: upper-roman;
716
- }
717
- .prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
718
- list-style-type: lower-roman;
719
- }
720
- .prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)) {
721
- list-style-type: decimal;
722
- }
723
- .prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
724
- margin-top: 1.25em;
725
- margin-bottom: 1.25em;
726
- padding-inline-start: 1.625em;
727
- list-style-type: disc;
728
- }
729
- .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
730
- color: var(--tw-prose-counters);
731
- font-weight: 400;
732
- }
733
- .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
734
- color: var(--tw-prose-bullets);
735
- }
736
- .prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
737
- color: var(--tw-prose-headings);
738
- margin-top: 1.25em;
739
- font-weight: 600;
740
- }
741
- .prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
742
- border-color: var(--tw-prose-hr);
743
- border-top-width: 1px;
744
- margin-top: 3em;
745
- margin-bottom: 3em;
746
- }
747
- .prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
748
- color: var(--tw-prose-quotes);
749
- border-inline-start-width: .25rem;
750
- border-inline-start-color: var(--tw-prose-quote-borders);
751
- quotes: "“""”""‘""’";
752
- margin-top: 1.6em;
753
- margin-bottom: 1.6em;
754
- padding-inline-start: 1em;
755
- font-style: italic;
756
- font-weight: 500;
757
- }
758
- .prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before {
759
- content: open-quote;
760
- }
761
- .prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after {
762
- content: close-quote;
763
- }
764
- .prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
765
- color: var(--tw-prose-headings);
766
- margin-top: 0;
767
- margin-bottom: .888889em;
768
- font-size: 2.25em;
769
- font-weight: 800;
770
- line-height: 1.11111;
771
- }
772
- .prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
773
- color: inherit;
774
- font-weight: 900;
775
- }
776
- .prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
777
- color: var(--tw-prose-headings);
778
- margin-top: 2em;
779
- margin-bottom: 1em;
780
- font-size: 1.5em;
781
- font-weight: 700;
782
- line-height: 1.33333;
783
- }
784
- .prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
785
- color: inherit;
786
- font-weight: 800;
787
- }
788
- .prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
789
- color: var(--tw-prose-headings);
790
- margin-top: 1.6em;
791
- margin-bottom: .6em;
792
- font-size: 1.25em;
793
- font-weight: 600;
794
- line-height: 1.6;
795
- }
796
- .prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
797
- color: inherit;
798
- font-weight: 700;
799
- }
800
- .prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
801
- color: var(--tw-prose-headings);
802
- margin-top: 1.5em;
803
- margin-bottom: .5em;
804
- font-weight: 600;
805
- line-height: 1.5;
806
- }
807
- .prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
808
- color: inherit;
809
- font-weight: 700;
810
- }
811
- .prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
812
- margin-top: 2em;
813
- margin-bottom: 2em;
814
- }
815
- .prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
816
- margin-top: 2em;
817
- margin-bottom: 2em;
818
- display: block;
819
- }
820
- .prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
821
- margin-top: 2em;
822
- margin-bottom: 2em;
823
- }
824
- .prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
825
- color: var(--tw-prose-kbd);
826
- box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);
827
- padding-top: .1875em;
828
- padding-inline-end: .375em;
829
- padding-bottom: .1875em;
830
- border-radius: .3125rem;
831
- padding-inline-start: .375em;
832
- font-family: inherit;
833
- font-size: .875em;
834
- font-weight: 500;
835
- }
836
- .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
837
- color: var(--tw-prose-code);
838
- font-size: .875em;
839
- font-weight: 600;
840
- }
841
- .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
842
- content: "`";
843
- }
844
- .prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
845
- color: inherit;
846
- }
847
- .prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
848
- color: inherit;
849
- font-size: .875em;
850
- }
851
- .prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
852
- color: inherit;
853
- font-size: .9em;
854
- }
855
- .prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)) {
856
- color: inherit;
857
- }
858
- .prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
859
- color: var(--tw-prose-pre-code);
860
- background-color: var(--tw-prose-pre-bg);
861
- padding-top: .857143em;
862
- padding-inline-end: 1.14286em;
863
- padding-bottom: .857143em;
864
- border-radius: .375rem;
865
- margin-top: 1.71429em;
866
- margin-bottom: 1.71429em;
867
- padding-inline-start: 1.14286em;
868
- font-size: .875em;
869
- font-weight: 400;
870
- line-height: 1.71429;
871
- overflow-x: auto;
872
- }
873
- .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)) {
874
- font-weight: inherit;
875
- color: inherit;
876
- font-size: inherit;
877
- font-family: inherit;
878
- line-height: inherit;
879
- background-color: #0000;
880
- border-width: 0;
881
- border-radius: 0;
882
- padding: 0;
883
- }
884
- .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
885
- content: none;
886
- }
887
- .prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
888
- table-layout: auto;
889
- width: 100%;
890
- margin-top: 2em;
891
- margin-bottom: 2em;
892
- font-size: .875em;
893
- line-height: 1.71429;
894
- }
895
- .prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)) {
896
- border-bottom-width: 1px;
897
- border-bottom-color: var(--tw-prose-th-borders);
898
- }
899
- .prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
900
- color: var(--tw-prose-headings);
901
- vertical-align: bottom;
902
- padding-inline-end: .571429em;
903
- padding-bottom: .571429em;
904
- padding-inline-start: .571429em;
905
- font-weight: 600;
906
- }
907
- .prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)) {
908
- border-bottom-width: 1px;
909
- border-bottom-color: var(--tw-prose-td-borders);
910
- }
911
- .prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
912
- border-bottom-width: 0;
913
- }
914
- .prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)) {
915
- vertical-align: baseline;
916
- }
917
- .prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)) {
918
- border-top-width: 1px;
919
- border-top-color: var(--tw-prose-th-borders);
920
- }
921
- .prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
922
- vertical-align: top;
923
- }
924
- .prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)) {
925
- text-align: start;
926
- }
927
- .prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
928
- margin-top: 0;
929
- margin-bottom: 0;
930
- }
931
- .prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
932
- color: var(--tw-prose-captions);
933
- margin-top: .857143em;
934
- font-size: .875em;
935
- line-height: 1.42857;
936
- }
937
- .prose {
938
- --tw-prose-body: oklch(37.3% .034 259.733);
939
- --tw-prose-headings: oklch(21% .034 264.665);
940
- --tw-prose-lead: oklch(44.6% .03 256.802);
941
- --tw-prose-links: oklch(21% .034 264.665);
942
- --tw-prose-bold: oklch(21% .034 264.665);
943
- --tw-prose-counters: oklch(55.1% .027 264.364);
944
- --tw-prose-bullets: oklch(87.2% .01 258.338);
945
- --tw-prose-hr: oklch(92.8% .006 264.531);
946
- --tw-prose-quotes: oklch(21% .034 264.665);
947
- --tw-prose-quote-borders: oklch(92.8% .006 264.531);
948
- --tw-prose-captions: oklch(55.1% .027 264.364);
949
- --tw-prose-kbd: oklch(21% .034 264.665);
950
- --tw-prose-kbd-shadows: oklab(21% -.00316127 -.0338527/.1);
951
- --tw-prose-code: oklch(21% .034 264.665);
952
- --tw-prose-pre-code: oklch(92.8% .006 264.531);
953
- --tw-prose-pre-bg: oklch(27.8% .033 256.848);
954
- --tw-prose-th-borders: oklch(87.2% .01 258.338);
955
- --tw-prose-td-borders: oklch(92.8% .006 264.531);
956
- --tw-prose-invert-body: oklch(87.2% .01 258.338);
957
- --tw-prose-invert-headings: #fff;
958
- --tw-prose-invert-lead: oklch(70.7% .022 261.325);
959
- --tw-prose-invert-links: #fff;
960
- --tw-prose-invert-bold: #fff;
961
- --tw-prose-invert-counters: oklch(70.7% .022 261.325);
962
- --tw-prose-invert-bullets: oklch(44.6% .03 256.802);
963
- --tw-prose-invert-hr: oklch(37.3% .034 259.733);
964
- --tw-prose-invert-quotes: oklch(96.7% .003 264.542);
965
- --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733);
966
- --tw-prose-invert-captions: oklch(70.7% .022 261.325);
967
- --tw-prose-invert-kbd: #fff;
968
- --tw-prose-invert-kbd-shadows: #ffffff1a;
969
- --tw-prose-invert-code: #fff;
970
- --tw-prose-invert-pre-code: oklch(87.2% .01 258.338);
971
- --tw-prose-invert-pre-bg: #00000080;
972
- --tw-prose-invert-th-borders: oklch(44.6% .03 256.802);
973
- --tw-prose-invert-td-borders: oklch(37.3% .034 259.733);
974
- font-size: 1rem;
975
- line-height: 1.75;
976
- }
977
- .prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
978
- margin-top: 0;
979
- margin-bottom: 0;
980
- }
981
- .prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
982
- margin-top: .5em;
983
- margin-bottom: .5em;
984
- }
985
- .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
986
- padding-inline-start: .375em;
987
- }
988
- .prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
989
- margin-top: .75em;
990
- margin-bottom: .75em;
991
- }
992
- .prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
993
- margin-top: 1.25em;
994
- }
995
- .prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
996
- margin-bottom: 1.25em;
997
- }
998
- .prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
999
- margin-top: 1.25em;
1000
- }
1001
- .prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1002
- margin-bottom: 1.25em;
1003
- }
1004
- .prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
1005
- margin-top: .75em;
1006
- margin-bottom: .75em;
1007
- }
1008
- .prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
1009
- margin-top: 1.25em;
1010
- margin-bottom: 1.25em;
1011
- }
1012
- .prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
1013
- margin-top: .5em;
1014
- padding-inline-start: 1.625em;
1015
- }
1016
- .prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
1017
- margin-top: 0;
1018
- }
1019
- .prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1020
- padding-inline-start: 0;
1021
- }
1022
- .prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1023
- padding-inline-end: 0;
1024
- }
1025
- .prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
1026
- padding-top: .571429em;
1027
- padding-inline-end: .571429em;
1028
- padding-bottom: .571429em;
1029
- padding-inline-start: .571429em;
1030
- }
1031
- .prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1032
- padding-inline-start: 0;
1033
- }
1034
- .prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1035
- padding-inline-end: 0;
1036
- }
1037
- .prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
1038
- margin-top: 2em;
1039
- margin-bottom: 2em;
1040
- }
1041
- .prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1042
- margin-top: 0;
1043
- }
1044
- .prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1045
- margin-bottom: 0;
1046
- }
1047
- .prose-sm {
1048
- font-size: .875rem;
1049
- line-height: 1.71429;
1050
- }
1051
- .prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
1052
- margin-top: 1.14286em;
1053
- margin-bottom: 1.14286em;
1054
- }
1055
- .prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
1056
- margin-top: .888889em;
1057
- margin-bottom: .888889em;
1058
- font-size: 1.28571em;
1059
- line-height: 1.55556;
1060
- }
1061
- .prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
1062
- margin-top: 1.33333em;
1063
- margin-bottom: 1.33333em;
1064
- padding-inline-start: 1.11111em;
1065
- }
1066
- .prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
1067
- margin-top: 0;
1068
- margin-bottom: .8em;
1069
- font-size: 2.14286em;
1070
- line-height: 1.2;
1071
- }
1072
- .prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
1073
- margin-top: 1.6em;
1074
- margin-bottom: .8em;
1075
- font-size: 1.42857em;
1076
- line-height: 1.4;
1077
- }
1078
- .prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
1079
- margin-top: 1.55556em;
1080
- margin-bottom: .444444em;
1081
- font-size: 1.28571em;
1082
- line-height: 1.55556;
1083
- }
1084
- .prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
1085
- margin-top: 1.42857em;
1086
- margin-bottom: .571429em;
1087
- line-height: 1.42857;
1088
- }
1089
- .prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
1090
- margin-top: 1.71429em;
1091
- margin-bottom: 1.71429em;
1092
- }
1093
- .prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
1094
- margin-top: 0;
1095
- margin-bottom: 0;
1096
- }
1097
- .prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
1098
- margin-top: 1.71429em;
1099
- margin-bottom: 1.71429em;
1100
- }
1101
- .prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
1102
- padding-top: .142857em;
1103
- padding-inline-end: .357143em;
1104
- padding-bottom: .142857em;
1105
- border-radius: .3125rem;
1106
- padding-inline-start: .357143em;
1107
- font-size: .857143em;
1108
- }
1109
- .prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
1110
- font-size: .857143em;
1111
- }
1112
- .prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
1113
- font-size: .9em;
1114
- }
1115
- .prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
1116
- font-size: .888889em;
1117
- }
1118
- .prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
1119
- padding-top: .666667em;
1120
- padding-inline-end: 1em;
1121
- padding-bottom: .666667em;
1122
- border-radius: .25rem;
1123
- margin-top: 1.66667em;
1124
- margin-bottom: 1.66667em;
1125
- padding-inline-start: 1em;
1126
- font-size: .857143em;
1127
- line-height: 1.66667;
1128
- }
1129
- .prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
1130
- margin-top: 1.14286em;
1131
- margin-bottom: 1.14286em;
1132
- padding-inline-start: 1.57143em;
1133
- }
1134
- .prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
1135
- margin-top: .285714em;
1136
- margin-bottom: .285714em;
1137
- }
1138
- .prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
1139
- padding-inline-start: .428571em;
1140
- }
1141
- .prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
1142
- margin-top: .571429em;
1143
- margin-bottom: .571429em;
1144
- }
1145
- .prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1146
- margin-top: 1.14286em;
1147
- }
1148
- .prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1149
- margin-bottom: 1.14286em;
1150
- }
1151
- .prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1152
- margin-top: 1.14286em;
1153
- }
1154
- .prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1155
- margin-bottom: 1.14286em;
1156
- }
1157
- .prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
1158
- margin-top: .571429em;
1159
- margin-bottom: .571429em;
1160
- }
1161
- .prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
1162
- margin-top: 1.14286em;
1163
- margin-bottom: 1.14286em;
1164
- }
1165
- .prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
1166
- margin-top: 1.14286em;
1167
- }
1168
- .prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
1169
- margin-top: .285714em;
1170
- padding-inline-start: 1.57143em;
1171
- }
1172
- .prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
1173
- margin-top: 2.85714em;
1174
- margin-bottom: 2.85714em;
1175
- }
1176
- .prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
1177
- margin-top: 0;
1178
- }
1179
- .prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
1180
- font-size: .857143em;
1181
- line-height: 1.5;
1182
- }
1183
- .prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
1184
- padding-inline-end: 1em;
1185
- padding-bottom: .666667em;
1186
- padding-inline-start: 1em;
1187
- }
1188
- .prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1189
- padding-inline-start: 0;
1190
- }
1191
- .prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1192
- padding-inline-end: 0;
1193
- }
1194
- .prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
1195
- padding-top: .666667em;
1196
- padding-inline-end: 1em;
1197
- padding-bottom: .666667em;
1198
- padding-inline-start: 1em;
1199
- }
1200
- .prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1201
- padding-inline-start: 0;
1202
- }
1203
- .prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1204
- padding-inline-end: 0;
1205
- }
1206
- .prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
1207
- margin-top: 1.71429em;
1208
- margin-bottom: 1.71429em;
1209
- }
1210
- .prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
1211
- margin-top: 0;
1212
- margin-bottom: 0;
1213
- }
1214
- .prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
1215
- margin-top: .666667em;
1216
- font-size: .857143em;
1217
- line-height: 1.33333;
1218
- }
1219
- .prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1220
- margin-top: 0;
1221
- }
1222
- .prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
1223
- margin-bottom: 0;
1224
- }
1225
- .-mt-6 {
1226
- margin-top: calc(var(--spacing) * -6);
1227
- }
1228
- .mt-4 {
1229
- margin-top: calc(var(--spacing) * 4);
1230
- }
1231
- .mt-px {
1232
- margin-top: 1px;
1233
- }
1234
- .mr-1 {
1235
- margin-right: calc(var(--spacing) * 1);
1236
- }
1237
- .mr-2 {
1238
- margin-right: calc(var(--spacing) * 2);
1239
- }
1240
- .mr-3 {
1241
- margin-right: calc(var(--spacing) * 3);
1242
- }
1243
- .mr-4 {
1244
- margin-right: calc(var(--spacing) * 4);
1245
- }
1246
- .mb-1 {
1247
- margin-bottom: calc(var(--spacing) * 1);
1248
- }
1249
- .mb-2 {
1250
- margin-bottom: calc(var(--spacing) * 2);
1251
- }
1252
- .mb-3 {
1253
- margin-bottom: calc(var(--spacing) * 3);
1254
- }
1255
- .mb-4 {
1256
- margin-bottom: calc(var(--spacing) * 4);
1257
- }
1258
- .ml-1 {
1259
- margin-left: calc(var(--spacing) * 1);
1260
- }
1261
- .block {
1262
- display: block;
1263
- }
1264
- .flex {
1265
- display: flex;
1266
- }
1267
- .grid {
1268
- display: grid;
1269
- }
1270
- .hidden {
1271
- display: none;
1272
- }
1273
- .inline-block {
1274
- display: inline-block;
1275
- }
1276
- .inline-flex {
1277
- display: inline-flex;
1278
- }
1279
- .table {
1280
- display: table;
1281
- }
1282
- .size-4 {
1283
- width: calc(var(--spacing) * 4);
1284
- height: calc(var(--spacing) * 4);
1285
- }
1286
- .size-6 {
1287
- width: calc(var(--spacing) * 6);
1288
- height: calc(var(--spacing) * 6);
1289
- }
1290
- .size-full {
1291
- width: 100%;
1292
- height: 100%;
1293
- }
1294
- .h-3 {
1295
- height: calc(var(--spacing) * 3);
1296
- }
1297
- .h-4 {
1298
- height: calc(var(--spacing) * 4);
1299
- }
1300
- .h-5 {
1301
- height: calc(var(--spacing) * 5);
1302
- }
1303
- .h-6 {
1304
- height: calc(var(--spacing) * 6);
1305
- }
1306
- .h-8 {
1307
- height: calc(var(--spacing) * 8);
1308
- }
1309
- .h-12 {
1310
- height: calc(var(--spacing) * 12);
1311
- }
1312
- .h-20 {
1313
- height: calc(var(--spacing) * 20);
1314
- }
1315
- .h-60 {
1316
- height: calc(var(--spacing) * 60);
1317
- }
1318
- .h-full {
1319
- height: 100%;
1320
- }
1321
- .h-screen {
1322
- height: 100vh;
1323
- }
1324
- .max-h-\[10rem\] {
1325
- max-height: 10rem;
1326
- }
1327
- .min-h-\[10rem\] {
1328
- min-height: 10rem;
1329
- }
1330
- .w-3 {
1331
- width: calc(var(--spacing) * 3);
1332
- }
1333
- .w-4 {
1334
- width: calc(var(--spacing) * 4);
1335
- }
1336
- .w-5 {
1337
- width: calc(var(--spacing) * 5);
1338
- }
1339
- .w-6 {
1340
- width: calc(var(--spacing) * 6);
1341
- }
1342
- .w-7 {
1343
- width: calc(var(--spacing) * 7);
1344
- }
1345
- .w-8 {
1346
- width: calc(var(--spacing) * 8);
1347
- }
1348
- .w-10 {
1349
- width: calc(var(--spacing) * 10);
1350
- }
1351
- .w-12 {
1352
- width: calc(var(--spacing) * 12);
1353
- }
1354
- .w-20 {
1355
- width: calc(var(--spacing) * 20);
1356
- }
1357
- .w-40 {
1358
- width: calc(var(--spacing) * 40);
1359
- }
1360
- .w-60 {
1361
- width: calc(var(--spacing) * 60);
1362
- }
1363
- .w-80 {
1364
- width: calc(var(--spacing) * 80);
1365
- }
1366
- .w-96 {
1367
- width: calc(var(--spacing) * 96);
1368
- }
1369
- .w-\[--width\] {
1370
- width: --width;
1371
- }
1372
- .w-full {
1373
- width: 100%;
1374
- }
1375
- .w-screen {
1376
- width: 100vw;
1377
- }
1378
- .min-w-0 {
1379
- min-width: calc(var(--spacing) * 0);
1380
- }
1381
- .flex-1 {
1382
- flex: 1;
1383
- }
1384
- .flex-none {
1385
- flex: none;
1386
- }
1387
- .scale-95 {
1388
- --tw-scale-x: 95%;
1389
- --tw-scale-y: 95%;
1390
- --tw-scale-z: 95%;
1391
- scale: var(--tw-scale-x) var(--tw-scale-y);
1392
- }
1393
- .scale-100 {
1394
- --tw-scale-x: 100%;
1395
- --tw-scale-y: 100%;
1396
- --tw-scale-z: 100%;
1397
- scale: var(--tw-scale-x) var(--tw-scale-y);
1398
- }
1399
- .-rotate-90 {
1400
- rotate: -90deg;
1401
- }
1402
- .rotate-0 {
1403
- rotate: 0deg;
1404
- }
1405
- .transform {
1406
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
1407
- }
1408
- .cursor-pointer {
1409
- cursor: pointer;
1410
- }
1411
- .resize {
1412
- resize: both;
1413
- }
1414
- .list-disc {
1415
- list-style-type: disc;
1416
- }
1417
- .flex-col {
1418
- flex-direction: column;
1419
- }
1420
- .flex-row {
1421
- flex-direction: row;
1422
- }
1423
- .place-content-center {
1424
- place-content: center;
1425
- }
1426
- .items-center {
1427
- align-items: center;
1428
- }
1429
- .items-start {
1430
- align-items: flex-start;
1431
- }
1432
- .justify-between {
1433
- justify-content: space-between;
1434
- }
1435
- .justify-center {
1436
- justify-content: center;
1437
- }
1438
- .justify-start {
1439
- justify-content: flex-start;
1440
- }
1441
- .gap-1 {
1442
- gap: calc(var(--spacing) * 1);
1443
- }
1444
- .gap-2 {
1445
- gap: calc(var(--spacing) * 2);
1446
- }
1447
- .gap-3 {
1448
- gap: calc(var(--spacing) * 3);
1449
- }
1450
- .gap-4 {
1451
- gap: calc(var(--spacing) * 4);
1452
- }
1453
- .gap-x-2 {
1454
- column-gap: calc(var(--spacing) * 2);
1455
- }
1456
- .gap-x-3 {
1457
- column-gap: calc(var(--spacing) * 3);
1458
- }
1459
- .self-center {
1460
- align-self: center;
1461
- }
1462
- .overflow-auto {
1463
- overflow: auto;
1464
- }
1465
- .overflow-hidden {
1466
- overflow: hidden;
1467
- }
1468
- .overflow-y-auto {
1469
- overflow-y: auto;
1470
- }
1471
- .rounded {
1472
- border-radius: 4px;
1473
- }
1474
- .rounded-full {
1475
- border-radius: 3.40282e38px;
1476
- }
1477
- .rounded-lg {
1478
- border-radius: var(--radius-lg);
1479
- }
1480
- .rounded-md {
1481
- border-radius: var(--radius-md);
1482
- }
1483
- .rounded-sm {
1484
- border-radius: var(--radius-sm);
1485
- }
1486
- .border {
1487
- border-style: var(--tw-border-style);
1488
- border-width: 1px;
1489
- }
1490
- .border-2 {
1491
- border-style: var(--tw-border-style);
1492
- border-width: 2px;
1493
- }
1494
- .border-t {
1495
- border-top-style: var(--tw-border-style);
1496
- border-top-width: 1px;
1497
- }
1498
- .border-gray-400 {
1499
- border-color: var(--color-gray-400);
1500
- }
1501
- .border-grey-50 {
1502
- border-color: var(--ws-grey-50);
1503
- }
1504
- .bg-black {
1505
- background-color: var(--color-black);
1506
- }
1507
- .bg-blue-500 {
1508
- background-color: var(--color-blue-500);
1509
- }
1510
- .bg-fd-gray-default {
1511
- background-color: #313131;
1512
- }
1513
- .bg-green-500 {
1514
- background-color: var(--color-green-500);
1515
- }
1516
- .bg-grey-300 {
1517
- background-color: var(--ws-grey-300);
1518
- }
1519
- .bg-grey-900 {
1520
- background-color: var(--ws-grey-900);
1521
- }
1522
- .bg-indigo-500 {
1523
- background-color: var(--color-indigo-500);
1524
- }
1525
- .bg-primary-dark {
1526
- background-color: var(--ws-primary-dark);
1527
- }
1528
- .bg-purple-200 {
1529
- background-color: var(--color-purple-200);
1530
- }
1531
- .bg-red-500 {
1532
- background-color: var(--color-red-500);
1533
- }
1534
- .bg-transparent {
1535
- background-color: #0000;
1536
- }
1537
- .bg-white {
1538
- background-color: var(--color-white);
1539
- }
1540
- .bg-yellow-400 {
1541
- background-color: var(--color-yellow-400);
1542
- }
1543
- .stroke-body {
1544
- stroke: var(--ws-bg-foreground);
1545
- }
1546
- .stroke-current {
1547
- stroke: currentColor;
1548
- }
1549
- .p-1 {
1550
- padding: calc(var(--spacing) * 1);
1551
- }
1552
- .p-2 {
1553
- padding: calc(var(--spacing) * 2);
1554
- }
1555
- .p-6 {
1556
- padding: calc(var(--spacing) * 6);
1557
- }
1558
- .px-2 {
1559
- padding-inline: calc(var(--spacing) * 2);
1560
- }
1561
- .px-3 {
1562
- padding-inline: calc(var(--spacing) * 3);
1563
- }
1564
- .px-4 {
1565
- padding-inline: calc(var(--spacing) * 4);
1566
- }
1567
- .px-6 {
1568
- padding-inline: calc(var(--spacing) * 6);
1569
- }
1570
- .px-8 {
1571
- padding-inline: calc(var(--spacing) * 8);
1572
- }
1573
- .px-10 {
1574
- padding-inline: calc(var(--spacing) * 10);
1575
- }
1576
- .px-12 {
1577
- padding-inline: calc(var(--spacing) * 12);
1578
- }
1579
- .py-0\.5 {
1580
- padding-block: calc(var(--spacing) * .5);
1581
- }
1582
- .py-1 {
1583
- padding-block: calc(var(--spacing) * 1);
1584
- }
1585
- .py-2 {
1586
- padding-block: calc(var(--spacing) * 2);
1587
- }
1588
- .py-6 {
1589
- padding-block: calc(var(--spacing) * 6);
1590
- }
1591
- .pt-1 {
1592
- padding-top: calc(var(--spacing) * 1);
1593
- }
1594
- .pr-1 {
1595
- padding-right: calc(var(--spacing) * 1);
1596
- }
1597
- .pb-8 {
1598
- padding-bottom: calc(var(--spacing) * 8);
1599
- }
1600
- .pl-2 {
1601
- padding-left: calc(var(--spacing) * 2);
1602
- }
1603
- .text-center {
1604
- text-align: center;
1605
- }
1606
- .text-left {
1607
- text-align: left;
1608
- }
1609
- .font-poppins {
1610
- font-family: Twemoji Country Flags,Poppins,sans-serif;
1611
- }
1612
- .text-2xl {
1613
- font-size: var(--text-2xl);
1614
- line-height: var(--tw-leading,var(--text-2xl--line-height));
1615
- }
1616
- .text-4xl {
1617
- font-size: var(--text-4xl);
1618
- line-height: var(--tw-leading,var(--text-4xl--line-height));
1619
- }
1620
- .text-base {
1621
- font-size: var(--text-base);
1622
- line-height: var(--tw-leading,var(--text-base--line-height));
1623
- }
1624
- .text-lg {
1625
- font-size: var(--text-lg);
1626
- line-height: var(--tw-leading,var(--text-lg--line-height));
1627
- }
1628
- .text-sm {
1629
- font-size: var(--text-sm);
1630
- line-height: var(--tw-leading,var(--text-sm--line-height));
1631
- }
1632
- .text-xs {
1633
- font-size: .65rem;
1634
- line-height: var(--tw-leading,var(--text-xs--line-height));
1635
- }
1636
- .text-\[12px\] {
1637
- font-size: 12px;
1638
- }
1639
- .text-s {
1640
- font-size: .75rem;
1641
- }
1642
- .text-xxs {
1643
- font-size: .55rem;
1644
- }
1645
- .leading-6 {
1646
- --tw-leading: calc(var(--spacing) * 6);
1647
- line-height: calc(var(--spacing) * 6);
1648
- }
1649
- .font-bold {
1650
- --tw-font-weight: var(--font-weight-bold);
1651
- font-weight: var(--font-weight-bold);
1652
- }
1653
- .font-extralight {
1654
- --tw-font-weight: var(--font-weight-extralight);
1655
- font-weight: var(--font-weight-extralight);
1656
- }
1657
- .font-medium {
1658
- --tw-font-weight: var(--font-weight-medium);
1659
- font-weight: var(--font-weight-medium);
1660
- }
1661
- .font-semibold {
1662
- --tw-font-weight: var(--font-weight-semibold);
1663
- font-weight: var(--font-weight-semibold);
1664
- }
1665
- .font-thin {
1666
- --tw-font-weight: var(--font-weight-thin);
1667
- font-weight: var(--font-weight-thin);
1668
- }
1669
- .text-wrap {
1670
- text-wrap: wrap;
1671
- }
1672
- .text-ellipsis {
1673
- text-overflow: ellipsis;
1674
- }
1675
- .whitespace-nowrap {
1676
- white-space: nowrap;
1677
- }
1678
- .text-body {
1679
- color: var(--ws-bg-foreground);
1680
- }
1681
- .text-gray-100 {
1682
- color: var(--color-gray-100);
1683
- }
1684
- .text-gray-500 {
1685
- color: var(--color-gray-500);
1686
- }
1687
- .text-green-500 {
1688
- color: var(--color-green-500);
1689
- }
1690
- .text-inactive-text {
1691
- color: var(--ws-inactive-text);
1692
- }
1693
- .text-muted {
1694
- color: var(--ws-text-muted);
1695
- }
1696
- .text-negative-text {
1697
- color: var(--ws-negative-text);
1698
- }
1699
- .text-primary {
1700
- color: var(--ws-primary-default);
1701
- }
1702
- .text-purple-900 {
1703
- color: var(--color-purple-900);
1704
- }
1705
- .text-red-500 {
1706
- color: var(--color-red-500);
1707
- }
1708
- .text-slate-500 {
1709
- color: var(--color-slate-500);
1710
- }
1711
- .text-warning-text {
1712
- color: var(--ws-warning-text);
1713
- }
1714
- .text-white {
1715
- color: var(--color-white);
1716
- }
1717
- .text-yellow-300 {
1718
- color: var(--color-yellow-300);
1719
- }
1720
- .text-yellow-400 {
1721
- color: var(--color-yellow-400);
1722
- }
1723
- .capitalize {
1724
- text-transform: capitalize;
1725
- }
1726
- .italic {
1727
- font-style: italic;
1728
- }
1729
- .opacity-0 {
1730
- opacity: 0;
1731
- }
1732
- .opacity-100 {
1733
- opacity: 1;
1734
- }
1735
- .shadow {
1736
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);
1737
- box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
1738
- }
1739
- .shadow-2xl {
1740
- --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color,#00000040);
1741
- box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
1742
- }
1743
- .shadow-lg {
1744
- --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);
1745
- box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
1746
- }
1747
- .shadow-md {
1748
- --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);
1749
- box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
1750
- }
1751
- .shadow-xl {
1752
- --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);
1753
- box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
1754
- }
1755
- .outline {
1756
- outline-style: var(--tw-outline-style);
1757
- outline-width: 1px;
1758
- }
1759
- .filter {
1760
- filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1761
- }
1762
- .transition {
1763
- transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;
1764
- transition-timing-function: var(--tw-ease,var(--default-transition-timing-function));
1765
- transition-duration: var(--tw-duration,var(--default-transition-duration));
1766
- }
1767
- .duration-200 {
1768
- --tw-duration: .2s;
1769
- transition-duration: .2s;
1770
- }
1771
- .duration-300 {
1772
- --tw-duration: .3s;
1773
- transition-duration: .3s;
1774
- }
1775
- .ease-in {
1776
- --tw-ease: var(--ease-in);
1777
- transition-timing-function: var(--ease-in);
1778
- }
1779
- .ease-in-out {
1780
- --tw-ease: var(--ease-in-out);
1781
- transition-timing-function: var(--ease-in-out);
1782
- }
1783
- .ease-out {
1784
- --tw-ease: var(--ease-out);
1785
- transition-timing-function: var(--ease-out);
1786
- }
1787
- .select-none {
1788
- -webkit-user-select: none;
1789
- user-select: none;
1790
- }
1791
- @media (hover:hover) {
1792
- .group-hover\:block:is(:where(.group):hover *) {
1793
- display: block;
1794
- }
1795
- .hover\:bg-primary-hover:hover {
1796
- background-color: var(--ws-primary-hover);
1797
- }
1798
- }
1799
- .focus\:outline-none:focus {
1800
- --tw-outline-style: none;
1801
- outline-style: none;
1802
- }
1803
- @layer base {
1804
- :root {
1805
- --ws-primary-50: #f2ddff;
1806
- --ws-primary-100: #edd0ff;
1807
- --ws-primary-300: #d0acef;
1808
- --ws-primary-400: #c190ea;
1809
- --ws-primary-600: #935ebf;
1810
- --ws-primary-800: #563374;
1811
- --ws-primary-900: #381e4f;
1812
- --ws-primary-950: #29133c;
1813
- --ws-positive-50: #ecf9f2;
1814
- --ws-positive-100: #d9f2e6;
1815
- --ws-positive-300: #8ed9b3;
1816
- --ws-positive-400: #68cd99;
1817
- --ws-positive-700: #28734d;
1818
- --ws-positive-800: #28734d;
1819
- --ws-positive-900: #0d261a;
1820
- --ws-positive-950: #07130d;
1821
- --ws-warning-50: #fff7e6;
1822
- --ws-warning-100: #ffefcc;
1823
- --ws-warning-300: #fed066;
1824
- --ws-warning-400: #fdc133;
1825
- --ws-warning-700: #986a00;
1826
- --ws-warning-800: #654700;
1827
- --ws-warning-900: #332300;
1828
- --ws-warning-950: #191200;
1829
- --ws-negative-50: #feeeee;
1830
- --ws-negative-100: #fcdcdc;
1831
- --ws-negative-300: #f69797;
1832
- --ws-negative-400: #f37575;
1833
- --ws-negative-700: #9a3232;
1834
- --ws-negative-800: #6e2222;
1835
- --ws-negative-900: #431212;
1836
- --ws-negative-950: #2e0a0a;
1837
- --ws-grey-300: #535353;
1838
- --ws-grey-400: #484848;
1839
- --ws-grey-600: #3f3f3f;
1840
- --ws-palette-primary-200: #e0c7f5;
1841
- --ws-palette-primary-500: #b174e5;
1842
- --ws-palette-primary-700: #75499a;
1843
- --ws-button-bg: var(--vscode-button-background,var(--theia-button-background,var(--ws-palette-primary-500)));
1844
- --ws-button-fg: var(--vscode-button-foreground,var(--theia-button-foreground,var(--ws-palette-white)));
1845
- --ws-primary-default: var(--ws-button-bg);
1846
- --ws-button-text: var(--ws-button-fg);
1847
- --ws-primary-hover: var(--vscode-button-hoverBackground,var(--theia-button-hoverBackground,var(--ws-palette-primary-700)));
1848
- --ws-primary-light: var(--vscode-editorInfo-foreground,var(--vscode-button-background,var(--theia-button-hoverBackground,var(--theia-button-background,var(--ws-palette-primary-200)))));
1849
- --ws-primary-dark: var(--vscode-editor-lineHighlightBackground,var(--vscode-button-foreground,var(--theia-button-hoverBackground,var(--theia-button-foreground,var(--ws-palette-primary-700)))));
1850
- --ws-primary-200: var(--ws-primary-light);
1851
- --ws-primary-500: var(--ws-primary-default);
1852
- --ws-primary-700: var(--ws-primary-hover);
1853
- --ws-palette-positive-200: #b3e6cc;
1854
- --ws-palette-positive-500: #42c080;
1855
- --ws-palette-positive-600: #359a66;
1856
- --ws-positive-dark: var(--vscode-gitDecoration-addedResourceForeground,var(--ws-palette-positive-600));
1857
- --ws-positive-hover: var(--ws-positive-dark);
1858
- --ws-positive-bg: var(--ws-palette-positive-100);
1859
- --ws-positive-light: var(--ws-palette-positive-200);
1860
- --ws-positive-border: var(--ws-positive-500);
1861
- --ws-positive-text: var(--ws-positive-500);
1862
- --ws-positive-500: var(--vscode-testing-iconPassed,var(--ws-palette-positive-500));
1863
- --ws-positive-200: var(--ws-positive-light);
1864
- --ws-positive-600: var(--ws-positive-dark);
1865
- --ws-palette-warning-200: #fee099;
1866
- --ws-palette-warning-500: #fdb100;
1867
- --ws-palette-warning-600: #ca8e00;
1868
- --ws-warning-hover: var(--ws-warning-600);
1869
- --ws-warning-text: var(--ws-warning-500);
1870
- --ws-warning-border: var(--ws-warning-500);
1871
- --ws-warning-500: var(--vscode-list-warningForeground,var(--ws-palette-warning-500));
1872
- --ws-warning-bg: var(--vscode-inputValidation-warningBackground,var(--ws-palette-warning-500));
1873
- --ws-warning-light: var(--vscode-inputValidation-warningBackground,var(--ws-palette-warning-200));
1874
- --ws-warning-dark: var(--vscode-inputValidation-warningBackground,var(--ws-palette-warning-600));
1875
- --ws-warning-200: var(--ws-warning-light);
1876
- --ws-warning-600: var(--ws-warning-dark);
1877
- --ws-palette-negative-200: #f9baba;
1878
- --ws-palette-negative-500: #f05252;
1879
- --ws-palette-negative-600: #c54242;
1880
- --ws-negative-hover: var(--ws-negative-600);
1881
- --ws-negative-text: var(--ws-negative-500);
1882
- --ws-negative-500: var(--vscode-errorForeground,var(--ws-palette-negative-500));
1883
- --ws-negative-light: var(--vscode-inputValidation-errorBackground,var(--ws-palette-negative-200));
1884
- --ws-negative-dark: var(--vscode-inputValidation-errorBackground,var(--ws-palette-negative-600));
1885
- --ws-negative-200: var(--ws-negative-light);
1886
- --ws-negative-600: var(--ws-negative-dark);
1887
- --ws-palette-white: #fff;
1888
- --ws-palette-grey-50: #f1f5f9;
1889
- --ws-palette-grey-100: #ccc;
1890
- --ws-palette-grey-200: #888;
1891
- --ws-palette-grey-300: #535353;
1892
- --ws-palette-grey-400: #484848;
1893
- --ws-palette-grey-500: #444;
1894
- --ws-palette-grey-600: #3f3f3f;
1895
- --ws-palette-grey-700: #393939;
1896
- --ws-palette-grey-800: #383838;
1897
- --ws-palette-grey-900: #262626;
1898
- --ws-palette-grey-950: #151515;
1899
- --ws-bg-default: var(--vscode-editor-background,var(--theia-editor-background,var(--ws-palette-white)));
1900
- --ws-bg-foreground: var(--vscode-editor-foreground,var(--theia-panel-foreground,var(--ws-palette-grey-50)));
1901
- --ws-grey-50: var(--ws-bg-foreground);
1902
- --ws-grey-100: var(--vscode-panel-background,var(--theia-panel-background,var(--ws-palette-grey-100)));
1903
- --ws-grey-200: var(--vscode-editor-background,var(--theia-editor-background,var(--ws-palette-grey-200)));
1904
- --ws-grey-950: var(--vscode-panel-border,var(--theia-border-color,var(--ws-palette-grey-950)));
1905
- --ws-grey-500: var(--vscode-descriptionForeground,var(--ws-palette-grey-500));
1906
- --ws-grey-800: var(--vscode-descriptionForeground,var(--ws-palette-grey-800));
1907
- --ws-card-bg: var(--vscode-editorGroupHeader-tabsBackground,var(--theia-editorGroupHeader-tabsBackground,var(--ws-palette-grey-900)));
1908
- --ws-card-border: var(--vscode-editorGroupHeader-tabsBorder,var(--theia-editorGroupHeader-tabsBorder,var(--ws-palette-grey-50)));
1909
- --ws-palette-input-bg: var(--ws-palette-grey-300);
1910
- --ws-palette-input-border: var(--ws-palette-grey-300);
1911
- --ws-palette-input-text: var(--ws-palette-grey-50);
1912
- --ws-palette-input-placeholder: var(--ws-palette-grey-200);
1913
- --ws-palette-input-focus-border: var(--ws-palette-grey-50);
1914
- --ws-input-bg: var(--vscode-input-background,var(--vscode-editorWidget-background,var(--theia-input-background,var(--ws-palette-input-bg))));
1915
- --ws-input-border: var(--vscode-input-border,var(--vscode-panel-border,var(--theia-input-border,var(--ws-palette-input-border))));
1916
- --ws-input-text: var(--vscode-input-foreground,var(--vscode-editor-foreground,var(--theia-input-foreground,var(--ws-palette-input-text))));
1917
- --ws-input-placeholder: var(--vscode-input-placeholderForeground,var(--vscode-editor-foreground,var(--theia-input-placeholderForeground,var(--ws-palette-input-placeholder))));
1918
- --ws-input-focus-border: var(--vscode-focusBorder,var(--vscode-button-background,var(--theia-focusBorder,var(--ws-palette-primary-500))));
1919
- --ws-select-bg: var(--vscode-dropdown-background,var(--vscode-editorWidget-background,var(--theia-dropdown-background,var(--ws-input-bg))));
1920
- --ws-select-border: var(--vscode-dropdown-border,var(--vscode-panel-border,var(--theia-dropdown-border,var(--ws-input-border))));
1921
- --ws-select-text: var(--vscode-dropdown-foreground,var(--vscode-editor-foreground,var(--theia-dropdown-foreground,var(--ws-input-text))));
1922
- --ws-select-list-bg: var(--vscode-editorWidget-background,var(--theia-editorWidget-background,var(--ws-palette-grey-900)));
1923
- --ws-input-option-hover-bg: var(--vscode-list-hoverBackground,var(--vscode-button-hoverBackground,var(--theia-list-hoverBackground,var(--ws-palette-primary-700))));
1924
- --ws-input-option-active-bg: var(--vscode-list-activeSelectionBackground,var(--theia-list-activeSelectionBackground,var(--ws-palette-primary-500)));
1925
- --ws-input-option-active-text: var(--vscode-list-activeSelectionForeground,var(--theia-list-activeSelectionForeground,var(--ws-palette-white)));
1926
- --ws-input-error-border: var(--vscode-inputValidation-errorBorder,var(--theia-inputValidation-errorBorder,var(--ws-palette-negative-500)));
1927
- --ws-input-error-bg: var(--vscode-inputValidation-errorBackground,var(--theia-inputValidation-errorBackground,var(--ws-palette-negative-200)));
1928
- --ws-input-warning-border: var(--vscode-inputValidation-warningBorder,var(--theia-inputValidation-warningBorder,var(--ws-palette-warning-500)));
1929
- --ws-input-warning-bg: var(--vscode-inputValidation-warningBackground,var(--theia-inputValidation-warningBackground,var(--ws-palette-warning-200)));
1930
- --ws-input-info-bg: var(--vscode-panel-background,var(--theia-inputValidation-infoBackground,var(--ws-palette-primary-200)));
1931
- --ws-input-message-bg: var(--vscode-editor-lineHighlightBackground,var(--theia-inputValidation-infoBackground,var(--ws-palette-primary-200)));
1932
- --ws-input-message-text: var(--vscode-editorInfo-foreground,var(--vscode-editor-foreground,var(--theia-inputValidation-infoForeground,var(--ws-palette-primary-500))));
1933
- --ws-inactive-text: var(--vscode-disabledForeground,var(--vscode-editor-foreground,var(--theia-disabled-foreground,var(--ws-palette-grey-200))));
1934
- --ws-disable-bg: var(--vscode-button-disabledBackground,var(--theia-button-disabledBackground,var(--ws-palette-grey-300)));
1935
- --ws-disable-input: var(--vscode-button-disabledBackground,var(--theia-button-disabledBackground,var(--ws-palette-grey-200)));
1936
- --ws-text-muted: var(--vscode-descriptionForeground,var(--vscode-editor-foreground,var(--theia-descriptionForeground,var(--ws-palette-grey-100))));
1937
- --ws-panel-base-ide: var(--vscode-editor-background,var(--theia-editor-background));
1938
- --ws-panel-shift-ide: var(--vscode-editor-foreground,var(--theia-panel-foreground));
1939
- --ws-panel-0-mix: var(--ws-panel-base-ide);
1940
- --ws-panel-1-mix: var(--ws-panel-base-ide);
1941
- }
1942
- @supports (color:color-mix(in lab,red,red)) {
1943
- :root {
1944
- --ws-panel-1-mix: color-mix(in srgb, var(--ws-panel-base-ide) 96%, var(--ws-panel-shift-ide));
1945
- }
1946
- }
1947
- :root {
1948
- --ws-panel-2-mix: var(--ws-panel-base-ide);
1949
- }
1950
- @supports (color:color-mix(in lab,red,red)) {
1951
- :root {
1952
- --ws-panel-2-mix: color-mix(in srgb, var(--ws-panel-base-ide) 92%, var(--ws-panel-shift-ide));
1953
- }
1954
- }
1955
- :root {
1956
- --ws-panel-3-mix: var(--ws-panel-base-ide);
1957
- }
1958
- @supports (color:color-mix(in lab,red,red)) {
1959
- :root {
1960
- --ws-panel-3-mix: color-mix(in srgb, var(--ws-panel-base-ide) 88%, var(--ws-panel-shift-ide));
1961
- }
1962
- }
1963
- :root {
1964
- --ws-panel-4-mix: var(--ws-panel-base-ide);
1965
- }
1966
- @supports (color:color-mix(in lab,red,red)) {
1967
- :root {
1968
- --ws-panel-4-mix: color-mix(in srgb, var(--ws-panel-base-ide) 84%, var(--ws-panel-shift-ide));
1969
- }
1970
- }
1971
- :root {
1972
- --ws-panel-5-mix: var(--ws-panel-base-ide);
1973
- }
1974
- @supports (color:color-mix(in lab,red,red)) {
1975
- :root {
1976
- --ws-panel-5-mix: color-mix(in srgb, var(--ws-panel-base-ide) 80%, var(--ws-panel-shift-ide));
1977
- }
1978
- }
1979
- :root {
1980
- --ws-panel-light-mix: var(--ws-panel-base-ide);
1981
- }
1982
- @supports (color:color-mix(in lab,red,red)) {
1983
- :root {
1984
- --ws-panel-light-mix: color-mix(in srgb, var(--ws-panel-base-ide) 90%, var(--ws-panel-shift-ide));
1985
- }
1986
- }
1987
- :root {
1988
- --ws-panel-0: var(--ws-panel-0-mix,var(--ws-palette-grey-900));
1989
- --ws-panel-1: var(--ws-panel-1-mix,var(--ws-palette-grey-700));
1990
- --ws-panel-2: var(--ws-panel-2-mix,var(--ws-palette-grey-900));
1991
- --ws-panel-3: var(--ws-panel-3-mix,var(--ws-palette-grey-900));
1992
- --ws-panel-4: var(--ws-panel-4-mix,var(--ws-palette-grey-300));
1993
- --ws-panel-5: var(--ws-panel-5-mix,var(--ws-palette-grey-950));
1994
- --ws-panel-light: var(--ws-panel-light-mix,var(--ws-palette-grey-200));
1995
- --ws-panel-border-subtle: var(--vscode-panel-border,var(--theia-border-color,var(--ws-palette-grey-100)));
1996
- --ws-panel-border-strong: var(--vscode-contrastBorder,var(--theia-contrastBorder,var(--ws-palette-grey-300)));
1997
- --ws-tab-bg-default: var(--vscode-editorGroupHeader-tabsBackground,var(--ws-palette-grey-900));
1998
- --ws-tab-border: var(--vscode-tab-border,var(--ws-palette-grey-950));
1999
- --ws-tab-active-bg: var(--vscode-tab-activeBackground,var(--ws-palette-grey-800));
2000
- --ws-tab-active-fg: var(--vscode-tab-activeForeground,var(--ws-bg-foreground));
2001
- --ws-tab-inactive-bg: var(--vscode-tab-inactiveBackground,var(--ws-palette-grey-900));
2002
- --ws-tab-inactive-fg: var(--vscode-tab-inactiveForeground,var(--ws-palette-grey-200));
2003
- --ws-tab-hover-bg: var(--vscode-tab-hoverBackground,var(--ws-palette-grey-700));
2004
- --ws-panel-header-bg: var(--vscode-sideBarSectionHeader-background,var(--ws-palette-grey-800));
2005
- --ws-panel-header-fg: var(--vscode-sideBarSectionHeader-foreground,var(--ws-bg-foreground));
2006
- --ws-panel-bg: var(--vscode-panel-background,var(--ws-bg-default));
2007
- --ws-panel-border: var(--vscode-panel-border,var(--ws-palette-grey-950));
2008
- --ws-panel-title-active-border: var(--vscode-panelTitle-activeBorder,var(--ws-palette-primary-500));
2009
- --ws-panel-title-active-fg: var(--vscode-panelTitle-activeForeground,var(--ws-bg-foreground));
2010
- --ws-panel-title-inactive-fg: var(--vscode-panelTitle-inactiveForeground,var(--ws-palette-grey-100));
2011
- }
2012
- }
2013
- @property --tw-scale-x {
2014
- syntax: "*";
2015
- inherits: false;
2016
- initial-value: 1;
2017
- }
2018
- @property --tw-scale-y {
2019
- syntax: "*";
2020
- inherits: false;
2021
- initial-value: 1;
2022
- }
2023
- @property --tw-scale-z {
2024
- syntax: "*";
2025
- inherits: false;
2026
- initial-value: 1;
2027
- }
2028
- @property --tw-rotate-x {
2029
- syntax: "*";
2030
- inherits: false;
2031
- }
2032
- @property --tw-rotate-y {
2033
- syntax: "*";
2034
- inherits: false;
2035
- }
2036
- @property --tw-rotate-z {
2037
- syntax: "*";
2038
- inherits: false;
2039
- }
2040
- @property --tw-skew-x {
2041
- syntax: "*";
2042
- inherits: false;
2043
- }
2044
- @property --tw-skew-y {
2045
- syntax: "*";
2046
- inherits: false;
2047
- }
2048
- @property --tw-border-style {
2049
- syntax: "*";
2050
- inherits: false;
2051
- initial-value: solid;
2052
- }
2053
- @property --tw-leading {
2054
- syntax: "*";
2055
- inherits: false;
2056
- }
2057
- @property --tw-font-weight {
2058
- syntax: "*";
2059
- inherits: false;
2060
- }
2061
- @property --tw-shadow {
2062
- syntax: "*";
2063
- inherits: false;
2064
- initial-value: 0 0 #0000;
2065
- }
2066
- @property --tw-shadow-color {
2067
- syntax: "*";
2068
- inherits: false;
2069
- }
2070
- @property --tw-shadow-alpha {
2071
- syntax: "<percentage>";
2072
- inherits: false;
2073
- initial-value: 100%;
2074
- }
2075
- @property --tw-inset-shadow {
2076
- syntax: "*";
2077
- inherits: false;
2078
- initial-value: 0 0 #0000;
2079
- }
2080
- @property --tw-inset-shadow-color {
2081
- syntax: "*";
2082
- inherits: false;
2083
- }
2084
- @property --tw-inset-shadow-alpha {
2085
- syntax: "<percentage>";
2086
- inherits: false;
2087
- initial-value: 100%;
2088
- }
2089
- @property --tw-ring-color {
2090
- syntax: "*";
2091
- inherits: false;
2092
- }
2093
- @property --tw-ring-shadow {
2094
- syntax: "*";
2095
- inherits: false;
2096
- initial-value: 0 0 #0000;
2097
- }
2098
- @property --tw-inset-ring-color {
2099
- syntax: "*";
2100
- inherits: false;
2101
- }
2102
- @property --tw-inset-ring-shadow {
2103
- syntax: "*";
2104
- inherits: false;
2105
- initial-value: 0 0 #0000;
2106
- }
2107
- @property --tw-ring-inset {
2108
- syntax: "*";
2109
- inherits: false;
2110
- }
2111
- @property --tw-ring-offset-width {
2112
- syntax: "<length>";
2113
- inherits: false;
2114
- initial-value: 0;
2115
- }
2116
- @property --tw-ring-offset-color {
2117
- syntax: "*";
2118
- inherits: false;
2119
- initial-value: #fff;
2120
- }
2121
- @property --tw-ring-offset-shadow {
2122
- syntax: "*";
2123
- inherits: false;
2124
- initial-value: 0 0 #0000;
2125
- }
2126
- @property --tw-outline-style {
2127
- syntax: "*";
2128
- inherits: false;
2129
- initial-value: solid;
2130
- }
2131
- @property --tw-blur {
2132
- syntax: "*";
2133
- inherits: false;
2134
- }
2135
- @property --tw-brightness {
2136
- syntax: "*";
2137
- inherits: false;
2138
- }
2139
- @property --tw-contrast {
2140
- syntax: "*";
2141
- inherits: false;
2142
- }
2143
- @property --tw-grayscale {
2144
- syntax: "*";
2145
- inherits: false;
2146
- }
2147
- @property --tw-hue-rotate {
2148
- syntax: "*";
2149
- inherits: false;
2150
- }
2151
- @property --tw-invert {
2152
- syntax: "*";
2153
- inherits: false;
2154
- }
2155
- @property --tw-opacity {
2156
- syntax: "*";
2157
- inherits: false;
2158
- }
2159
- @property --tw-saturate {
2160
- syntax: "*";
2161
- inherits: false;
2162
- }
2163
- @property --tw-sepia {
2164
- syntax: "*";
2165
- inherits: false;
2166
- }
2167
- @property --tw-drop-shadow {
2168
- syntax: "*";
2169
- inherits: false;
2170
- }
2171
- @property --tw-drop-shadow-color {
2172
- syntax: "*";
2173
- inherits: false;
2174
- }
2175
- @property --tw-drop-shadow-alpha {
2176
- syntax: "<percentage>";
2177
- inherits: false;
2178
- initial-value: 100%;
2179
- }
2180
- @property --tw-drop-shadow-size {
2181
- syntax: "*";
2182
- inherits: false;
2183
- }
2184
- @property --tw-duration {
2185
- syntax: "*";
2186
- inherits: false;
2187
- }
2188
- @property --tw-ease {
2189
- syntax: "*";
2190
- inherits: false;
2191
- }
2192
- /*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com*/
2193
- @layer properties {
2194
- @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
2195
- *,:before,:after,::backdrop {
2196
- --tw-scale-x: 1;
2197
- --tw-scale-y: 1;
2198
- --tw-scale-z: 1;
2199
- --tw-rotate-x: initial;
2200
- --tw-rotate-y: initial;
2201
- --tw-rotate-z: initial;
2202
- --tw-skew-x: initial;
2203
- --tw-skew-y: initial;
2204
- --tw-space-y-reverse: 0;
2205
- --tw-space-x-reverse: 0;
2206
- --tw-border-style: solid;
2207
- --tw-leading: initial;
2208
- --tw-font-weight: initial;
2209
- --tw-shadow: 0 0 #0000;
2210
- --tw-shadow-color: initial;
2211
- --tw-shadow-alpha: 100%;
2212
- --tw-inset-shadow: 0 0 #0000;
2213
- --tw-inset-shadow-color: initial;
2214
- --tw-inset-shadow-alpha: 100%;
2215
- --tw-ring-color: initial;
2216
- --tw-ring-shadow: 0 0 #0000;
2217
- --tw-inset-ring-color: initial;
2218
- --tw-inset-ring-shadow: 0 0 #0000;
2219
- --tw-ring-inset: initial;
2220
- --tw-ring-offset-width: 0px;
2221
- --tw-ring-offset-color: #fff;
2222
- --tw-ring-offset-shadow: 0 0 #0000;
2223
- --tw-outline-style: solid;
2224
- --tw-blur: initial;
2225
- --tw-brightness: initial;
2226
- --tw-contrast: initial;
2227
- --tw-grayscale: initial;
2228
- --tw-hue-rotate: initial;
2229
- --tw-invert: initial;
2230
- --tw-opacity: initial;
2231
- --tw-saturate: initial;
2232
- --tw-sepia: initial;
2233
- --tw-drop-shadow: initial;
2234
- --tw-drop-shadow-color: initial;
2235
- --tw-drop-shadow-alpha: 100%;
2236
- --tw-drop-shadow-size: initial;
2237
- --tw-duration: initial;
2238
- --tw-ease: initial;
2239
- }
2240
- }
2241
- }
2242
- @layer theme {
2243
- :root,:host {
2244
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
2245
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
2246
- --color-red-500: oklch(63.7% .237 25.331);
2247
- --color-yellow-300: oklch(90.5% .182 98.111);
2248
- --color-yellow-400: oklch(85.2% .199 91.936);
2249
- --color-green-500: oklch(72.3% .219 149.579);
2250
- --color-blue-500: oklch(62.3% .214 259.815);
2251
- --color-indigo-500: oklch(58.5% .233 277.117);
2252
- --color-purple-200: oklch(90.2% .063 306.703);
2253
- --color-purple-900: oklch(38.1% .176 304.987);
2254
- --color-slate-500: oklch(55.4% .046 257.417);
2255
- --color-gray-100: oklch(96.7% .003 264.542);
2256
- --color-gray-400: oklch(70.7% .022 261.325);
2257
- --color-gray-500: oklch(55.1% .027 264.364);
2258
- --color-black: #000;
2259
- --color-white: #fff;
2260
- --spacing: .25rem;
2261
- --container-md: 28rem;
2262
- --text-xs--line-height: calc(1 / .75);
2263
- --text-sm: .875rem;
2264
- --text-sm--line-height: calc(1.25 / .875);
2265
- --text-base: 1rem;
2266
- --text-base--line-height: 1.5 ;
2267
- --text-lg: 1.125rem;
2268
- --text-lg--line-height: calc(1.75 / 1.125);
2269
- --text-2xl: 1.5rem;
2270
- --text-2xl--line-height: calc(2 / 1.5);
2271
- --text-4xl: 2.25rem;
2272
- --text-4xl--line-height: calc(2.5 / 2.25);
2273
- --font-weight-thin: 100;
2274
- --font-weight-extralight: 200;
2275
- --font-weight-normal: 400;
2276
- --font-weight-medium: 500;
2277
- --font-weight-semibold: 600;
2278
- --font-weight-bold: 700;
2279
- --radius-sm: .25rem;
2280
- --radius-md: .375rem;
2281
- --radius-lg: .5rem;
2282
- --ease-in: cubic-bezier(.4, 0, 1, 1);
2283
- --ease-out: cubic-bezier(0, 0, .2, 1);
2284
- --ease-in-out: cubic-bezier(.4, 0, .2, 1);
2285
- --default-transition-duration: .15s;
2286
- --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
2287
- --default-font-family: var(--font-sans);
2288
- --default-mono-font-family: var(--font-mono);
2289
- }
2290
- }
2291
- @layer base {
2292
- *,:after,:before,::backdrop {
2293
- box-sizing: border-box;
2294
- border: 0 solid;
2295
- margin: 0;
2296
- padding: 0;
2297
- }
2298
- ::file-selector-button {
2299
- box-sizing: border-box;
2300
- border: 0 solid;
2301
- margin: 0;
2302
- padding: 0;
2303
- }
2304
- html,:host {
2305
- -webkit-text-size-adjust: 100%;
2306
- -moz-tab-size: 4;
2307
- tab-size: 4;
2308
- line-height: 1.5;
2309
- font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
2310
- font-feature-settings: var(--default-font-feature-settings,normal);
2311
- font-variation-settings: var(--default-font-variation-settings,normal);
2312
- -webkit-tap-highlight-color: transparent;
2313
- }
2314
- hr {
2315
- height: 0;
2316
- color: inherit;
2317
- border-top-width: 1px;
2318
- }
2319
- abbr:where([title]) {
2320
- -webkit-text-decoration: underline dotted;
2321
- text-decoration: underline dotted;
2322
- }
2323
- h1,h2,h3,h4,h5,h6 {
2324
- font-size: inherit;
2325
- font-weight: inherit;
2326
- }
2327
- a {
2328
- color: inherit;
2329
- -webkit-text-decoration: inherit;
2330
- text-decoration: inherit;
2331
- }
2332
- b,strong {
2333
- font-weight: bolder;
2334
- }
2335
- code,kbd,samp,pre {
2336
- font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
2337
- font-feature-settings: var(--default-mono-font-feature-settings,normal);
2338
- font-variation-settings: var(--default-mono-font-variation-settings,normal);
2339
- font-size: 1em;
2340
- }
2341
- small {
2342
- font-size: 80%;
2343
- }
2344
- sub,sup {
2345
- vertical-align: baseline;
2346
- font-size: 75%;
2347
- line-height: 0;
2348
- position: relative;
2349
- }
2350
- sub {
2351
- bottom: -.25em;
2352
- }
2353
- sup {
2354
- top: -.5em;
2355
- }
2356
- table {
2357
- text-indent: 0;
2358
- border-color: inherit;
2359
- border-collapse: collapse;
2360
- }
2361
- :-moz-focusring {
2362
- outline: auto;
2363
- }
2364
- progress {
2365
- vertical-align: baseline;
2366
- }
2367
- summary {
2368
- display: list-item;
2369
- }
2370
- ol,ul,menu {
2371
- list-style: none;
2372
- }
2373
- img,svg,video,canvas,audio,iframe,embed,object {
2374
- vertical-align: middle;
2375
- display: block;
2376
- }
2377
- img,video {
2378
- max-width: 100%;
2379
- height: auto;
2380
- }
2381
- button,input,select,optgroup,textarea {
2382
- font: inherit;
2383
- font-feature-settings: inherit;
2384
- font-variation-settings: inherit;
2385
- letter-spacing: inherit;
2386
- color: inherit;
2387
- opacity: 1;
2388
- background-color: #0000;
2389
- border-radius: 0;
2390
- }
2391
- ::file-selector-button {
2392
- font: inherit;
2393
- font-feature-settings: inherit;
2394
- font-variation-settings: inherit;
2395
- letter-spacing: inherit;
2396
- color: inherit;
2397
- opacity: 1;
2398
- background-color: #0000;
2399
- border-radius: 0;
2400
- }
2401
- :where(select:is([multiple],[size])) optgroup {
2402
- font-weight: bolder;
2403
- }
2404
- :where(select:is([multiple],[size])) optgroup option {
2405
- padding-inline-start: 20px;
2406
- }
2407
- ::file-selector-button {
2408
- margin-inline-end: 4px;
2409
- }
2410
- ::placeholder {
2411
- opacity: 1;
2412
- }
2413
- @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
2414
- ::placeholder {
2415
- color: currentColor;
2416
- }
2417
- @supports (color:color-mix(in lab,red,red)) {
2418
- ::placeholder {
2419
- color: color-mix(in oklab,currentcolor 50%,transparent);
2420
- }
2421
- }
2422
- }
2423
- textarea {
2424
- resize: vertical;
2425
- }
2426
- ::-webkit-search-decoration {
2427
- -webkit-appearance: none;
2428
- }
2429
- ::-webkit-date-and-time-value {
2430
- min-height: 1lh;
2431
- text-align: inherit;
2432
- }
2433
- ::-webkit-datetime-edit {
2434
- display: inline-flex;
2435
- }
2436
- ::-webkit-datetime-edit-fields-wrapper {
2437
- padding: 0;
2438
- }
2439
- ::-webkit-datetime-edit {
2440
- padding-block: 0;
2441
- }
2442
- ::-webkit-datetime-edit-year-field {
2443
- padding-block: 0;
2444
- }
2445
- ::-webkit-datetime-edit-month-field {
2446
- padding-block: 0;
2447
- }
2448
- ::-webkit-datetime-edit-day-field {
2449
- padding-block: 0;
2450
- }
2451
- ::-webkit-datetime-edit-hour-field {
2452
- padding-block: 0;
2453
- }
2454
- ::-webkit-datetime-edit-minute-field {
2455
- padding-block: 0;
2456
- }
2457
- ::-webkit-datetime-edit-second-field {
2458
- padding-block: 0;
2459
- }
2460
- ::-webkit-datetime-edit-millisecond-field {
2461
- padding-block: 0;
2462
- }
2463
- ::-webkit-datetime-edit-meridiem-field {
2464
- padding-block: 0;
2465
- }
2466
- ::-webkit-calendar-picker-indicator {
2467
- line-height: 1;
2468
- }
2469
- :-moz-ui-invalid {
2470
- box-shadow: none;
2471
- }
2472
- button,input:where([type=button],[type=reset],[type=submit]) {
2473
- -webkit-appearance: button;
2474
- -moz-appearance: button;
2475
- appearance: button;
2476
- }
2477
- ::file-selector-button {
2478
- -webkit-appearance: button;
2479
- -moz-appearance: button;
2480
- appearance: button;
2481
- }
2482
- ::-webkit-inner-spin-button {
2483
- height: auto;
2484
- }
2485
- ::-webkit-outer-spin-button {
2486
- height: auto;
2487
- }
2488
- [hidden]:where(:not([hidden=until-found])) {
2489
- display: none !important;
2490
- }
2491
- :root {
2492
- --ws-primary-50: #f2ddff;
2493
- --ws-primary-100: #edd0ff;
2494
- --ws-primary-300: #d0acef;
2495
- --ws-primary-400: #c190ea;
2496
- --ws-primary-600: #935ebf;
2497
- --ws-primary-800: #563374;
2498
- --ws-primary-900: #381e4f;
2499
- --ws-primary-950: #29133c;
2500
- --ws-positive-50: #ecf9f2;
2501
- --ws-positive-100: #d9f2e6;
2502
- --ws-positive-300: #8ed9b3;
2503
- --ws-positive-400: #68cd99;
2504
- --ws-positive-700: #28734d;
2505
- --ws-positive-800: #28734d;
2506
- --ws-positive-900: #0d261a;
2507
- --ws-positive-950: #07130d;
2508
- --ws-warning-50: #fff7e6;
2509
- --ws-warning-100: #ffefcc;
2510
- --ws-warning-300: #fed066;
2511
- --ws-warning-400: #fdc133;
2512
- --ws-warning-700: #986a00;
2513
- --ws-warning-800: #654700;
2514
- --ws-warning-900: #332300;
2515
- --ws-warning-950: #191200;
2516
- --ws-negative-50: #feeeee;
2517
- --ws-negative-100: #fcdcdc;
2518
- --ws-negative-300: #f69797;
2519
- --ws-negative-400: #f37575;
2520
- --ws-negative-700: #9a3232;
2521
- --ws-negative-800: #6e2222;
2522
- --ws-negative-900: #431212;
2523
- --ws-negative-950: #2e0a0a;
2524
- --ws-grey-300: #535353;
2525
- --ws-grey-400: #484848;
2526
- --ws-grey-600: #3f3f3f;
2527
- --ws-palette-primary-200: #e0c7f5;
2528
- --ws-palette-primary-500: #b174e5;
2529
- --ws-palette-primary-700: #75499a;
2530
- --ws-button-bg: var(--vscode-button-background,var(--theia-button-background,var(--ws-palette-primary-500)));
2531
- --ws-button-fg: var(--vscode-button-foreground,var(--theia-button-foreground,var(--ws-palette-white)));
2532
- --ws-primary-default: var(--ws-button-bg);
2533
- --ws-button-text: var(--ws-button-fg);
2534
- --ws-primary-hover: var(--vscode-button-hoverBackground,var(--theia-button-hoverBackground,var(--ws-palette-primary-700)));
2535
- --ws-primary-light: var(--vscode-editorInfo-foreground,var(--vscode-button-background,var(--theia-button-hoverBackground,var(--theia-button-background,var(--ws-palette-primary-200)))));
2536
- --ws-primary-dark: var(--vscode-editor-lineHighlightBackground,var(--vscode-button-foreground,var(--theia-button-hoverBackground,var(--theia-button-foreground,var(--ws-palette-primary-700)))));
2537
- --ws-primary-200: var(--ws-primary-light);
2538
- --ws-primary-500: var(--ws-primary-default);
2539
- --ws-primary-700: var(--ws-primary-hover);
2540
- --ws-palette-positive-200: #b3e6cc;
2541
- --ws-palette-positive-500: #42c080;
2542
- --ws-palette-positive-600: #359a66;
2543
- --ws-positive-dark: var(--vscode-gitDecoration-addedResourceForeground,var(--ws-palette-positive-600));
2544
- --ws-positive-hover: var(--ws-positive-dark);
2545
- --ws-positive-bg: var(--ws-palette-positive-100);
2546
- --ws-positive-light: var(--ws-palette-positive-200);
2547
- --ws-positive-border: var(--ws-positive-500);
2548
- --ws-positive-text: var(--ws-positive-500);
2549
- --ws-positive-500: var(--vscode-testing-iconPassed,var(--ws-palette-positive-500));
2550
- --ws-positive-200: var(--ws-positive-light);
2551
- --ws-positive-600: var(--ws-positive-dark);
2552
- --ws-palette-warning-200: #fee099;
2553
- --ws-palette-warning-500: #fdb100;
2554
- --ws-palette-warning-600: #ca8e00;
2555
- --ws-warning-hover: var(--ws-warning-600);
2556
- --ws-warning-text: var(--ws-warning-500);
2557
- --ws-warning-border: var(--ws-warning-500);
2558
- --ws-warning-500: var(--vscode-list-warningForeground,var(--ws-palette-warning-500));
2559
- --ws-warning-bg: var(--vscode-inputValidation-warningBackground,var(--ws-palette-warning-500));
2560
- --ws-warning-light: var(--vscode-inputValidation-warningBackground,var(--ws-palette-warning-200));
2561
- --ws-warning-dark: var(--vscode-inputValidation-warningBackground,var(--ws-palette-warning-600));
2562
- --ws-warning-200: var(--ws-warning-light);
2563
- --ws-warning-600: var(--ws-warning-dark);
2564
- --ws-palette-negative-200: #f9baba;
2565
- --ws-palette-negative-500: #f05252;
2566
- --ws-palette-negative-600: #c54242;
2567
- --ws-negative-hover: var(--ws-negative-600);
2568
- --ws-negative-text: var(--ws-negative-500);
2569
- --ws-negative-500: var(--vscode-errorForeground,var(--ws-palette-negative-500));
2570
- --ws-negative-light: var(--vscode-inputValidation-errorBackground,var(--ws-palette-negative-200));
2571
- --ws-negative-dark: var(--vscode-inputValidation-errorBackground,var(--ws-palette-negative-600));
2572
- --ws-negative-200: var(--ws-negative-light);
2573
- --ws-negative-600: var(--ws-negative-dark);
2574
- --ws-palette-white: #fff;
2575
- --ws-palette-grey-50: #f1f5f9;
2576
- --ws-palette-grey-100: #ccc;
2577
- --ws-palette-grey-200: #888;
2578
- --ws-palette-grey-300: #535353;
2579
- --ws-palette-grey-400: #484848;
2580
- --ws-palette-grey-500: #444;
2581
- --ws-palette-grey-600: #3f3f3f;
2582
- --ws-palette-grey-700: #393939;
2583
- --ws-palette-grey-800: #383838;
2584
- --ws-palette-grey-900: #262626;
2585
- --ws-palette-grey-950: #151515;
2586
- --ws-bg-default: var(--vscode-editor-background,var(--theia-editor-background,var(--ws-palette-white)));
2587
- --ws-bg-foreground: var(--vscode-editor-foreground,var(--theia-panel-foreground,var(--ws-palette-grey-50)));
2588
- --ws-grey-50: var(--ws-bg-foreground);
2589
- --ws-grey-100: var(--vscode-panel-background,var(--theia-panel-background,var(--ws-palette-grey-100)));
2590
- --ws-grey-200: var(--vscode-editor-background,var(--theia-editor-background,var(--ws-palette-grey-200)));
2591
- --ws-grey-950: var(--vscode-panel-border,var(--theia-border-color,var(--ws-palette-grey-950)));
2592
- --ws-grey-500: var(--vscode-descriptionForeground,var(--ws-palette-grey-500));
2593
- --ws-grey-800: var(--vscode-descriptionForeground,var(--ws-palette-grey-800));
2594
- --ws-card-bg: var(--vscode-editorGroupHeader-tabsBackground,var(--theia-editorGroupHeader-tabsBackground,var(--ws-palette-grey-900)));
2595
- --ws-card-border: var(--vscode-editorGroupHeader-tabsBorder,var(--theia-editorGroupHeader-tabsBorder,var(--ws-palette-grey-50)));
2596
- --ws-palette-input-bg: var(--ws-palette-grey-300);
2597
- --ws-palette-input-border: var(--ws-palette-grey-300);
2598
- --ws-palette-input-text: var(--ws-palette-grey-50);
2599
- --ws-palette-input-placeholder: var(--ws-palette-grey-200);
2600
- --ws-palette-input-focus-border: var(--ws-palette-grey-50);
2601
- --ws-input-bg: var(--vscode-input-background,var(--vscode-editorWidget-background,var(--theia-input-background,var(--ws-palette-input-bg))));
2602
- --ws-input-border: var(--vscode-input-border,var(--vscode-panel-border,var(--theia-input-border,var(--ws-palette-input-border))));
2603
- --ws-input-text: var(--vscode-input-foreground,var(--vscode-editor-foreground,var(--theia-input-foreground,var(--ws-palette-input-text))));
2604
- --ws-input-placeholder: var(--vscode-input-placeholderForeground,var(--vscode-editor-foreground,var(--theia-input-placeholderForeground,var(--ws-palette-input-placeholder))));
2605
- --ws-input-focus-border: var(--vscode-focusBorder,var(--vscode-button-background,var(--theia-focusBorder,var(--ws-palette-primary-500))));
2606
- --ws-select-bg: var(--vscode-dropdown-background,var(--vscode-editorWidget-background,var(--theia-dropdown-background,var(--ws-input-bg))));
2607
- --ws-select-border: var(--vscode-dropdown-border,var(--vscode-panel-border,var(--theia-dropdown-border,var(--ws-input-border))));
2608
- --ws-select-text: var(--vscode-dropdown-foreground,var(--vscode-editor-foreground,var(--theia-dropdown-foreground,var(--ws-input-text))));
2609
- --ws-select-list-bg: var(--vscode-editorWidget-background,var(--theia-editorWidget-background,var(--ws-palette-grey-900)));
2610
- --ws-input-option-hover-bg: var(--vscode-list-hoverBackground,var(--vscode-button-hoverBackground,var(--theia-list-hoverBackground,var(--ws-palette-primary-700))));
2611
- --ws-input-option-active-bg: var(--vscode-list-activeSelectionBackground,var(--theia-list-activeSelectionBackground,var(--ws-palette-primary-500)));
2612
- --ws-input-option-active-text: var(--vscode-list-activeSelectionForeground,var(--theia-list-activeSelectionForeground,var(--ws-palette-white)));
2613
- --ws-input-error-border: var(--vscode-inputValidation-errorBorder,var(--theia-inputValidation-errorBorder,var(--ws-palette-negative-500)));
2614
- --ws-input-error-bg: var(--vscode-inputValidation-errorBackground,var(--theia-inputValidation-errorBackground,var(--ws-palette-negative-200)));
2615
- --ws-input-warning-border: var(--vscode-inputValidation-warningBorder,var(--theia-inputValidation-warningBorder,var(--ws-palette-warning-500)));
2616
- --ws-input-warning-bg: var(--vscode-inputValidation-warningBackground,var(--theia-inputValidation-warningBackground,var(--ws-palette-warning-200)));
2617
- --ws-input-info-bg: var(--vscode-panel-background,var(--theia-inputValidation-infoBackground,var(--ws-palette-primary-200)));
2618
- --ws-input-message-bg: var(--vscode-editor-lineHighlightBackground,var(--theia-inputValidation-infoBackground,var(--ws-palette-primary-200)));
2619
- --ws-input-message-text: var(--vscode-editorInfo-foreground,var(--vscode-editor-foreground,var(--theia-inputValidation-infoForeground,var(--ws-palette-primary-500))));
2620
- --ws-inactive-text: var(--vscode-disabledForeground,var(--vscode-editor-foreground,var(--theia-disabled-foreground,var(--ws-palette-grey-200))));
2621
- --ws-disable-bg: var(--vscode-button-disabledBackground,var(--theia-button-disabledBackground,var(--ws-palette-grey-300)));
2622
- --ws-disable-input: var(--vscode-button-disabledBackground,var(--theia-button-disabledBackground,var(--ws-palette-grey-200)));
2623
- --ws-text-muted: var(--vscode-descriptionForeground,var(--vscode-editor-foreground,var(--theia-descriptionForeground,var(--ws-palette-grey-100))));
2624
- --ws-panel-base-ide: var(--vscode-editor-background,var(--theia-editor-background));
2625
- --ws-panel-shift-ide: var(--vscode-editor-foreground,var(--theia-panel-foreground));
2626
- --ws-panel-0-mix: var(--ws-panel-base-ide);
2627
- --ws-panel-1-mix: var(--ws-panel-base-ide);
2628
- }
2629
- @supports (color:color-mix(in lab,red,red)) {
2630
- :root {
2631
- --ws-panel-1-mix: color-mix(in srgb, var(--ws-panel-base-ide) 96%, var(--ws-panel-shift-ide));
2632
- }
2633
- }
2634
- :root {
2635
- --ws-panel-2-mix: var(--ws-panel-base-ide);
2636
- }
2637
- @supports (color:color-mix(in lab,red,red)) {
2638
- :root {
2639
- --ws-panel-2-mix: color-mix(in srgb, var(--ws-panel-base-ide) 92%, var(--ws-panel-shift-ide));
2640
- }
2641
- }
2642
- :root {
2643
- --ws-panel-3-mix: var(--ws-panel-base-ide);
2644
- }
2645
- @supports (color:color-mix(in lab,red,red)) {
2646
- :root {
2647
- --ws-panel-3-mix: color-mix(in srgb, var(--ws-panel-base-ide) 88%, var(--ws-panel-shift-ide));
2648
- }
2649
- }
2650
- :root {
2651
- --ws-panel-4-mix: var(--ws-panel-base-ide);
2652
- }
2653
- @supports (color:color-mix(in lab,red,red)) {
2654
- :root {
2655
- --ws-panel-4-mix: color-mix(in srgb, var(--ws-panel-base-ide) 84%, var(--ws-panel-shift-ide));
2656
- }
2657
- }
2658
- :root {
2659
- --ws-panel-5-mix: var(--ws-panel-base-ide);
2660
- }
2661
- @supports (color:color-mix(in lab,red,red)) {
2662
- :root {
2663
- --ws-panel-5-mix: color-mix(in srgb, var(--ws-panel-base-ide) 80%, var(--ws-panel-shift-ide));
2664
- }
2665
- }
2666
- :root {
2667
- --ws-panel-light-mix: var(--ws-panel-base-ide);
2668
- }
2669
- @supports (color:color-mix(in lab,red,red)) {
2670
- :root {
2671
- --ws-panel-light-mix: color-mix(in srgb, var(--ws-panel-base-ide) 90%, var(--ws-panel-shift-ide));
2672
- }
2673
- }
2674
- :root {
2675
- --ws-panel-0: var(--ws-panel-0-mix,var(--ws-palette-grey-900));
2676
- --ws-panel-1: var(--ws-panel-1-mix,var(--ws-palette-grey-700));
2677
- --ws-panel-2: var(--ws-panel-2-mix,var(--ws-palette-grey-900));
2678
- --ws-panel-3: var(--ws-panel-3-mix,var(--ws-palette-grey-900));
2679
- --ws-panel-4: var(--ws-panel-4-mix,var(--ws-palette-grey-300));
2680
- --ws-panel-5: var(--ws-panel-5-mix,var(--ws-palette-grey-950));
2681
- --ws-panel-light: var(--ws-panel-light-mix,var(--ws-palette-grey-200));
2682
- --ws-panel-border-subtle: var(--vscode-panel-border,var(--theia-border-color,var(--ws-palette-grey-100)));
2683
- --ws-panel-border-strong: var(--vscode-contrastBorder,var(--theia-contrastBorder,var(--ws-palette-grey-300)));
2684
- --ws-tab-bg-default: var(--vscode-editorGroupHeader-tabsBackground,var(--ws-palette-grey-900));
2685
- --ws-tab-border: var(--vscode-tab-border,var(--ws-palette-grey-950));
2686
- --ws-tab-active-bg: var(--vscode-tab-activeBackground,var(--ws-palette-grey-800));
2687
- --ws-tab-active-fg: var(--vscode-tab-activeForeground,var(--ws-bg-foreground));
2688
- --ws-tab-inactive-bg: var(--vscode-tab-inactiveBackground,var(--ws-palette-grey-900));
2689
- --ws-tab-inactive-fg: var(--vscode-tab-inactiveForeground,var(--ws-palette-grey-200));
2690
- --ws-tab-hover-bg: var(--vscode-tab-hoverBackground,var(--ws-palette-grey-700));
2691
- --ws-panel-header-bg: var(--vscode-sideBarSectionHeader-background,var(--ws-palette-grey-800));
2692
- --ws-panel-header-fg: var(--vscode-sideBarSectionHeader-foreground,var(--ws-bg-foreground));
2693
- --ws-panel-bg: var(--vscode-panel-background,var(--ws-bg-default));
2694
- --ws-panel-border: var(--vscode-panel-border,var(--ws-palette-grey-950));
2695
- --ws-panel-title-active-border: var(--vscode-panelTitle-activeBorder,var(--ws-palette-primary-500));
2696
- --ws-panel-title-active-fg: var(--vscode-panelTitle-activeForeground,var(--ws-bg-foreground));
2697
- --ws-panel-title-inactive-fg: var(--vscode-panelTitle-inactiveForeground,var(--ws-palette-grey-100));
2698
- }
2699
- }
2700
- @layer components;
2701
- @layer utilities {
2702
- .pointer-events-auto {
2703
- pointer-events: auto;
2704
- }
2705
- .pointer-events-none {
2706
- pointer-events: none;
2707
- }
2708
- .collapse {
2709
- visibility: collapse;
2710
- }
2711
- .invisible {
2712
- visibility: hidden;
2713
- }
2714
- .visible {
2715
- visibility: visible;
2716
- }
2717
- .absolute {
2718
- position: absolute;
2719
- }
2720
- .fixed {
2721
- position: fixed;
2722
- }
2723
- .relative {
2724
- position: relative;
2725
- }
2726
- .static {
2727
- position: static;
2728
- }
2729
- .inset-0 {
2730
- inset: calc(var(--spacing) * 0);
2731
- }
2732
- .inset-x-4 {
2733
- inset-inline: calc(var(--spacing) * 4);
2734
- }
2735
- .start {
2736
- inset-inline-start: var(--spacing);
2737
- }
2738
- .end {
2739
- inset-inline-end: var(--spacing);
2740
- }
2741
- .top-1 {
2742
- top: calc(var(--spacing) * 1);
2743
- }
2744
- .top-4 {
2745
- top: calc(var(--spacing) * 4);
2746
- }
2747
- .right-1 {
2748
- right: calc(var(--spacing) * 1);
2749
- }
2750
- .bottom-4 {
2751
- bottom: calc(var(--spacing) * 4);
2752
- }
2753
- .isolate {
2754
- isolation: isolate;
2755
- }
2756
- .z-0 {
2757
- z-index: 0;
2758
- }
2759
- .z-10 {
2760
- z-index: 10;
2761
- }
2762
- .z-20 {
2763
- z-index: 20;
2764
- }
2765
- .z-\[1000\] {
2766
- z-index: 1000;
2767
- }
2768
- .z-\[1001\] {
2769
- z-index: 1001;
2770
- }
2771
- .z-\[1999\] {
2772
- z-index: 1999;
2773
- }
2774
- .z-\[2147483647\] {
2775
- z-index: 2147483647;
2776
- }
2777
- .float-right {
2778
- float: right;
2779
- }
2780
- .container {
2781
- width: 100%;
2782
- }
2783
- @media (min-width:40rem) {
2784
- .container {
2785
- max-width: 40rem;
2786
- }
2787
- }
2788
- @media (min-width:48rem) {
2789
- .container {
2790
- max-width: 48rem;
2791
- }
2792
- }
2793
- @media (min-width:64rem) {
2794
- .container {
2795
- max-width: 64rem;
2796
- }
2797
- }
2798
- @media (min-width:80rem) {
2799
- .container {
2800
- max-width: 80rem;
2801
- }
2802
- }
2803
- @media (min-width:96rem) {
2804
- .container {
2805
- max-width: 96rem;
2806
- }
2807
- }
2808
- .mx-1 {
2809
- margin-inline: calc(var(--spacing) * 1);
2810
- }
2811
- .prose {
2812
- color: var(--tw-prose-body);
2813
- max-width: 65ch;
2814
- }
2815
- .prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
2816
- margin-top: 1.25em;
2817
- margin-bottom: 1.25em;
2818
- }
2819
- .prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
2820
- color: var(--tw-prose-lead);
2821
- margin-top: 1.2em;
2822
- margin-bottom: 1.2em;
2823
- font-size: 1.25em;
2824
- line-height: 1.6;
2825
- }
2826
- .prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
2827
- color: var(--tw-prose-links);
2828
- font-weight: 500;
2829
- text-decoration: underline;
2830
- }
2831
- .prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
2832
- color: var(--tw-prose-bold);
2833
- font-weight: 600;
2834
- }
2835
- .prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
2836
- color: inherit;
2837
- }
2838
- .prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
2839
- margin-top: 1.25em;
2840
- margin-bottom: 1.25em;
2841
- padding-inline-start: 1.625em;
2842
- list-style-type: decimal;
2843
- }
2844
- .prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)) {
2845
- list-style-type: upper-alpha;
2846
- }
2847
- .prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)) {
2848
- list-style-type: lower-alpha;
2849
- }
2850
- .prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
2851
- list-style-type: upper-alpha;
2852
- }
2853
- .prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
2854
- list-style-type: lower-alpha;
2855
- }
2856
- .prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)) {
2857
- list-style-type: upper-roman;
2858
- }
2859
- .prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)) {
2860
- list-style-type: lower-roman;
2861
- }
2862
- .prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
2863
- list-style-type: upper-roman;
2864
- }
2865
- .prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
2866
- list-style-type: lower-roman;
2867
- }
2868
- .prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)) {
2869
- list-style-type: decimal;
2870
- }
2871
- .prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
2872
- margin-top: 1.25em;
2873
- margin-bottom: 1.25em;
2874
- padding-inline-start: 1.625em;
2875
- list-style-type: disc;
2876
- }
2877
- .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
2878
- color: var(--tw-prose-counters);
2879
- font-weight: 400;
2880
- }
2881
- .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
2882
- color: var(--tw-prose-bullets);
2883
- }
2884
- .prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
2885
- color: var(--tw-prose-headings);
2886
- margin-top: 1.25em;
2887
- font-weight: 600;
2888
- }
2889
- .prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
2890
- border-color: var(--tw-prose-hr);
2891
- border-top-width: 1px;
2892
- margin-top: 3em;
2893
- margin-bottom: 3em;
2894
- }
2895
- .prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
2896
- color: var(--tw-prose-quotes);
2897
- border-inline-start-width: .25rem;
2898
- border-inline-start-color: var(--tw-prose-quote-borders);
2899
- quotes: "“""”""‘""’";
2900
- margin-top: 1.6em;
2901
- margin-bottom: 1.6em;
2902
- padding-inline-start: 1em;
2903
- font-style: italic;
2904
- font-weight: 500;
2905
- }
2906
- .prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before {
2907
- content: open-quote;
2908
- }
2909
- .prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after {
2910
- content: close-quote;
2911
- }
2912
- .prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
2913
- color: var(--tw-prose-headings);
2914
- margin-top: 0;
2915
- margin-bottom: .888889em;
2916
- font-size: 2.25em;
2917
- font-weight: 800;
2918
- line-height: 1.11111;
2919
- }
2920
- .prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
2921
- color: inherit;
2922
- font-weight: 900;
2923
- }
2924
- .prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
2925
- color: var(--tw-prose-headings);
2926
- margin-top: 2em;
2927
- margin-bottom: 1em;
2928
- font-size: 1.5em;
2929
- font-weight: 700;
2930
- line-height: 1.33333;
2931
- }
2932
- .prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
2933
- color: inherit;
2934
- font-weight: 800;
2935
- }
2936
- .prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
2937
- color: var(--tw-prose-headings);
2938
- margin-top: 1.6em;
2939
- margin-bottom: .6em;
2940
- font-size: 1.25em;
2941
- font-weight: 600;
2942
- line-height: 1.6;
2943
- }
2944
- .prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
2945
- color: inherit;
2946
- font-weight: 700;
2947
- }
2948
- .prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
2949
- color: var(--tw-prose-headings);
2950
- margin-top: 1.5em;
2951
- margin-bottom: .5em;
2952
- font-weight: 600;
2953
- line-height: 1.5;
2954
- }
2955
- .prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
2956
- color: inherit;
2957
- font-weight: 700;
2958
- }
2959
- .prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
2960
- margin-top: 2em;
2961
- margin-bottom: 2em;
2962
- }
2963
- .prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
2964
- margin-top: 2em;
2965
- margin-bottom: 2em;
2966
- display: block;
2967
- }
2968
- .prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
2969
- margin-top: 2em;
2970
- margin-bottom: 2em;
2971
- }
2972
- .prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
2973
- color: var(--tw-prose-kbd);
2974
- box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);
2975
- padding-top: .1875em;
2976
- padding-inline-end: .375em;
2977
- padding-bottom: .1875em;
2978
- border-radius: .3125rem;
2979
- padding-inline-start: .375em;
2980
- font-family: inherit;
2981
- font-size: .875em;
2982
- font-weight: 500;
2983
- }
2984
- .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
2985
- color: var(--tw-prose-code);
2986
- font-size: .875em;
2987
- font-weight: 600;
2988
- }
2989
- .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
2990
- content: "`";
2991
- }
2992
- .prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
2993
- color: inherit;
2994
- }
2995
- .prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
2996
- color: inherit;
2997
- font-size: .875em;
2998
- }
2999
- .prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
3000
- color: inherit;
3001
- font-size: .9em;
3002
- }
3003
- .prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)) {
3004
- color: inherit;
3005
- }
3006
- .prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
3007
- color: var(--tw-prose-pre-code);
3008
- background-color: var(--tw-prose-pre-bg);
3009
- padding-top: .857143em;
3010
- padding-inline-end: 1.14286em;
3011
- padding-bottom: .857143em;
3012
- border-radius: .375rem;
3013
- margin-top: 1.71429em;
3014
- margin-bottom: 1.71429em;
3015
- padding-inline-start: 1.14286em;
3016
- font-size: .875em;
3017
- font-weight: 400;
3018
- line-height: 1.71429;
3019
- overflow-x: auto;
3020
- }
3021
- .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)) {
3022
- font-weight: inherit;
3023
- color: inherit;
3024
- font-size: inherit;
3025
- font-family: inherit;
3026
- line-height: inherit;
3027
- background-color: #0000;
3028
- border-width: 0;
3029
- border-radius: 0;
3030
- padding: 0;
3031
- }
3032
- .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
3033
- content: none;
3034
- }
3035
- .prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
3036
- table-layout: auto;
3037
- width: 100%;
3038
- margin-top: 2em;
3039
- margin-bottom: 2em;
3040
- font-size: .875em;
3041
- line-height: 1.71429;
3042
- }
3043
- .prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)) {
3044
- border-bottom-width: 1px;
3045
- border-bottom-color: var(--tw-prose-th-borders);
3046
- }
3047
- .prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
3048
- color: var(--tw-prose-headings);
3049
- vertical-align: bottom;
3050
- padding-inline-end: .571429em;
3051
- padding-bottom: .571429em;
3052
- padding-inline-start: .571429em;
3053
- font-weight: 600;
3054
- }
3055
- .prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)) {
3056
- border-bottom-width: 1px;
3057
- border-bottom-color: var(--tw-prose-td-borders);
3058
- }
3059
- .prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3060
- border-bottom-width: 0;
3061
- }
3062
- .prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)) {
3063
- vertical-align: baseline;
3064
- }
3065
- .prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)) {
3066
- border-top-width: 1px;
3067
- border-top-color: var(--tw-prose-th-borders);
3068
- }
3069
- .prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
3070
- vertical-align: top;
3071
- }
3072
- .prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)) {
3073
- text-align: start;
3074
- }
3075
- .prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
3076
- margin-top: 0;
3077
- margin-bottom: 0;
3078
- }
3079
- .prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
3080
- color: var(--tw-prose-captions);
3081
- margin-top: .857143em;
3082
- font-size: .875em;
3083
- line-height: 1.42857;
3084
- }
3085
- .prose {
3086
- --tw-prose-body: oklch(37.3% .034 259.733);
3087
- --tw-prose-headings: oklch(21% .034 264.665);
3088
- --tw-prose-lead: oklch(44.6% .03 256.802);
3089
- --tw-prose-links: oklch(21% .034 264.665);
3090
- --tw-prose-bold: oklch(21% .034 264.665);
3091
- --tw-prose-counters: oklch(55.1% .027 264.364);
3092
- --tw-prose-bullets: oklch(87.2% .01 258.338);
3093
- --tw-prose-hr: oklch(92.8% .006 264.531);
3094
- --tw-prose-quotes: oklch(21% .034 264.665);
3095
- --tw-prose-quote-borders: oklch(92.8% .006 264.531);
3096
- --tw-prose-captions: oklch(55.1% .027 264.364);
3097
- --tw-prose-kbd: oklch(21% .034 264.665);
3098
- --tw-prose-kbd-shadows: oklab(21% -.00316127 -.0338527/.1);
3099
- --tw-prose-code: oklch(21% .034 264.665);
3100
- --tw-prose-pre-code: oklch(92.8% .006 264.531);
3101
- --tw-prose-pre-bg: oklch(27.8% .033 256.848);
3102
- --tw-prose-th-borders: oklch(87.2% .01 258.338);
3103
- --tw-prose-td-borders: oklch(92.8% .006 264.531);
3104
- --tw-prose-invert-body: oklch(87.2% .01 258.338);
3105
- --tw-prose-invert-headings: #fff;
3106
- --tw-prose-invert-lead: oklch(70.7% .022 261.325);
3107
- --tw-prose-invert-links: #fff;
3108
- --tw-prose-invert-bold: #fff;
3109
- --tw-prose-invert-counters: oklch(70.7% .022 261.325);
3110
- --tw-prose-invert-bullets: oklch(44.6% .03 256.802);
3111
- --tw-prose-invert-hr: oklch(37.3% .034 259.733);
3112
- --tw-prose-invert-quotes: oklch(96.7% .003 264.542);
3113
- --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733);
3114
- --tw-prose-invert-captions: oklch(70.7% .022 261.325);
3115
- --tw-prose-invert-kbd: #fff;
3116
- --tw-prose-invert-kbd-shadows: #ffffff1a;
3117
- --tw-prose-invert-code: #fff;
3118
- --tw-prose-invert-pre-code: oklch(87.2% .01 258.338);
3119
- --tw-prose-invert-pre-bg: #00000080;
3120
- --tw-prose-invert-th-borders: oklch(44.6% .03 256.802);
3121
- --tw-prose-invert-td-borders: oklch(37.3% .034 259.733);
3122
- font-size: 1rem;
3123
- line-height: 1.75;
3124
- }
3125
- .prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
3126
- margin-top: 0;
3127
- margin-bottom: 0;
3128
- }
3129
- .prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
3130
- margin-top: .5em;
3131
- margin-bottom: .5em;
3132
- }
3133
- .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
3134
- padding-inline-start: .375em;
3135
- }
3136
- .prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
3137
- margin-top: .75em;
3138
- margin-bottom: .75em;
3139
- }
3140
- .prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3141
- margin-top: 1.25em;
3142
- }
3143
- .prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3144
- margin-bottom: 1.25em;
3145
- }
3146
- .prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3147
- margin-top: 1.25em;
3148
- }
3149
- .prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3150
- margin-bottom: 1.25em;
3151
- }
3152
- .prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
3153
- margin-top: .75em;
3154
- margin-bottom: .75em;
3155
- }
3156
- .prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
3157
- margin-top: 1.25em;
3158
- margin-bottom: 1.25em;
3159
- }
3160
- .prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
3161
- margin-top: .5em;
3162
- padding-inline-start: 1.625em;
3163
- }
3164
- .prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
3165
- margin-top: 0;
3166
- }
3167
- .prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3168
- padding-inline-start: 0;
3169
- }
3170
- .prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3171
- padding-inline-end: 0;
3172
- }
3173
- .prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
3174
- padding-top: .571429em;
3175
- padding-inline-end: .571429em;
3176
- padding-bottom: .571429em;
3177
- padding-inline-start: .571429em;
3178
- }
3179
- .prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3180
- padding-inline-start: 0;
3181
- }
3182
- .prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3183
- padding-inline-end: 0;
3184
- }
3185
- .prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
3186
- margin-top: 2em;
3187
- margin-bottom: 2em;
3188
- }
3189
- .prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3190
- margin-top: 0;
3191
- }
3192
- .prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3193
- margin-bottom: 0;
3194
- }
3195
- .prose-sm {
3196
- font-size: .875rem;
3197
- line-height: 1.71429;
3198
- }
3199
- .prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
3200
- margin-top: 1.14286em;
3201
- margin-bottom: 1.14286em;
3202
- }
3203
- .prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
3204
- margin-top: .888889em;
3205
- margin-bottom: .888889em;
3206
- font-size: 1.28571em;
3207
- line-height: 1.55556;
3208
- }
3209
- .prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
3210
- margin-top: 1.33333em;
3211
- margin-bottom: 1.33333em;
3212
- padding-inline-start: 1.11111em;
3213
- }
3214
- .prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
3215
- margin-top: 0;
3216
- margin-bottom: .8em;
3217
- font-size: 2.14286em;
3218
- line-height: 1.2;
3219
- }
3220
- .prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
3221
- margin-top: 1.6em;
3222
- margin-bottom: .8em;
3223
- font-size: 1.42857em;
3224
- line-height: 1.4;
3225
- }
3226
- .prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
3227
- margin-top: 1.55556em;
3228
- margin-bottom: .444444em;
3229
- font-size: 1.28571em;
3230
- line-height: 1.55556;
3231
- }
3232
- .prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
3233
- margin-top: 1.42857em;
3234
- margin-bottom: .571429em;
3235
- line-height: 1.42857;
3236
- }
3237
- .prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
3238
- margin-top: 1.71429em;
3239
- margin-bottom: 1.71429em;
3240
- }
3241
- .prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
3242
- margin-top: 0;
3243
- margin-bottom: 0;
3244
- }
3245
- .prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
3246
- margin-top: 1.71429em;
3247
- margin-bottom: 1.71429em;
3248
- }
3249
- .prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
3250
- padding-top: .142857em;
3251
- padding-inline-end: .357143em;
3252
- padding-bottom: .142857em;
3253
- border-radius: .3125rem;
3254
- padding-inline-start: .357143em;
3255
- font-size: .857143em;
3256
- }
3257
- .prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
3258
- font-size: .857143em;
3259
- }
3260
- .prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
3261
- font-size: .9em;
3262
- }
3263
- .prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
3264
- font-size: .888889em;
3265
- }
3266
- .prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
3267
- padding-top: .666667em;
3268
- padding-inline-end: 1em;
3269
- padding-bottom: .666667em;
3270
- border-radius: .25rem;
3271
- margin-top: 1.66667em;
3272
- margin-bottom: 1.66667em;
3273
- padding-inline-start: 1em;
3274
- font-size: .857143em;
3275
- line-height: 1.66667;
3276
- }
3277
- .prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
3278
- margin-top: 1.14286em;
3279
- margin-bottom: 1.14286em;
3280
- padding-inline-start: 1.57143em;
3281
- }
3282
- .prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
3283
- margin-top: .285714em;
3284
- margin-bottom: .285714em;
3285
- }
3286
- .prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
3287
- padding-inline-start: .428571em;
3288
- }
3289
- .prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
3290
- margin-top: .571429em;
3291
- margin-bottom: .571429em;
3292
- }
3293
- .prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3294
- margin-top: 1.14286em;
3295
- }
3296
- .prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3297
- margin-bottom: 1.14286em;
3298
- }
3299
- .prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3300
- margin-top: 1.14286em;
3301
- }
3302
- .prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3303
- margin-bottom: 1.14286em;
3304
- }
3305
- .prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
3306
- margin-top: .571429em;
3307
- margin-bottom: .571429em;
3308
- }
3309
- .prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
3310
- margin-top: 1.14286em;
3311
- margin-bottom: 1.14286em;
3312
- }
3313
- .prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
3314
- margin-top: 1.14286em;
3315
- }
3316
- .prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
3317
- margin-top: .285714em;
3318
- padding-inline-start: 1.57143em;
3319
- }
3320
- .prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
3321
- margin-top: 2.85714em;
3322
- margin-bottom: 2.85714em;
3323
- }
3324
- .prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
3325
- margin-top: 0;
3326
- }
3327
- .prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
3328
- font-size: .857143em;
3329
- line-height: 1.5;
3330
- }
3331
- .prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
3332
- padding-inline-end: 1em;
3333
- padding-bottom: .666667em;
3334
- padding-inline-start: 1em;
3335
- }
3336
- .prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3337
- padding-inline-start: 0;
3338
- }
3339
- .prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3340
- padding-inline-end: 0;
3341
- }
3342
- .prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
3343
- padding-top: .666667em;
3344
- padding-inline-end: 1em;
3345
- padding-bottom: .666667em;
3346
- padding-inline-start: 1em;
3347
- }
3348
- .prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3349
- padding-inline-start: 0;
3350
- }
3351
- .prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3352
- padding-inline-end: 0;
3353
- }
3354
- .prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
3355
- margin-top: 1.71429em;
3356
- margin-bottom: 1.71429em;
3357
- }
3358
- .prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
3359
- margin-top: 0;
3360
- margin-bottom: 0;
3361
- }
3362
- .prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
3363
- margin-top: .666667em;
3364
- font-size: .857143em;
3365
- line-height: 1.33333;
3366
- }
3367
- .prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3368
- margin-top: 0;
3369
- }
3370
- .prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
3371
- margin-bottom: 0;
3372
- }
3373
- .-mt-6 {
3374
- margin-top: calc(var(--spacing) * -6);
3375
- }
3376
- .mt-2 {
3377
- margin-top: calc(var(--spacing) * 2);
3378
- }
3379
- .mt-3 {
3380
- margin-top: calc(var(--spacing) * 3);
3381
- }
3382
- .mt-4 {
3383
- margin-top: calc(var(--spacing) * 4);
3384
- }
3385
- .mt-16 {
3386
- margin-top: calc(var(--spacing) * 16);
3387
- }
3388
- .mt-48 {
3389
- margin-top: calc(var(--spacing) * 48);
3390
- }
3391
- .mt-px {
3392
- margin-top: 1px;
3393
- }
3394
- .mr-1 {
3395
- margin-right: calc(var(--spacing) * 1);
3396
- }
3397
- .mr-2 {
3398
- margin-right: calc(var(--spacing) * 2);
3399
- }
3400
- .mr-3 {
3401
- margin-right: calc(var(--spacing) * 3);
3402
- }
3403
- .mr-4 {
3404
- margin-right: calc(var(--spacing) * 4);
3405
- }
3406
- .mb-1 {
3407
- margin-bottom: calc(var(--spacing) * 1);
3408
- }
3409
- .mb-1\.5 {
3410
- margin-bottom: calc(var(--spacing) * 1.5);
3411
- }
3412
- .mb-2 {
3413
- margin-bottom: calc(var(--spacing) * 2);
3414
- }
3415
- .mb-3 {
3416
- margin-bottom: calc(var(--spacing) * 3);
3417
- }
3418
- .mb-4 {
3419
- margin-bottom: calc(var(--spacing) * 4);
3420
- }
3421
- .ml-1 {
3422
- margin-left: calc(var(--spacing) * 1);
3423
- }
3424
- .ml-2 {
3425
- margin-left: calc(var(--spacing) * 2);
3426
- }
3427
- .ml-6 {
3428
- margin-left: calc(var(--spacing) * 6);
3429
- }
3430
- .block {
3431
- display: block;
3432
- }
3433
- .flex {
3434
- display: flex;
3435
- }
3436
- .grid {
3437
- display: grid;
3438
- }
3439
- .hidden {
3440
- display: none;
3441
- }
3442
- .inline-block {
3443
- display: inline-block;
3444
- }
3445
- .inline-flex {
3446
- display: inline-flex;
3447
- }
3448
- .table {
3449
- display: table;
3450
- }
3451
- .size-4 {
3452
- width: calc(var(--spacing) * 4);
3453
- height: calc(var(--spacing) * 4);
3454
- }
3455
- .size-6 {
3456
- width: calc(var(--spacing) * 6);
3457
- height: calc(var(--spacing) * 6);
3458
- }
3459
- .size-full {
3460
- width: 100%;
3461
- height: 100%;
3462
- }
3463
- .h-3 {
3464
- height: calc(var(--spacing) * 3);
3465
- }
3466
- .h-4 {
3467
- height: calc(var(--spacing) * 4);
3468
- }
3469
- .h-5 {
3470
- height: calc(var(--spacing) * 5);
3471
- }
3472
- .h-6 {
3473
- height: calc(var(--spacing) * 6);
3474
- }
3475
- .h-8 {
3476
- height: calc(var(--spacing) * 8);
3477
- }
3478
- .h-9 {
3479
- height: calc(var(--spacing) * 9);
3480
- }
3481
- .h-10 {
3482
- height: calc(var(--spacing) * 10);
3483
- }
3484
- .h-12 {
3485
- height: calc(var(--spacing) * 12);
3486
- }
3487
- .h-20 {
3488
- height: calc(var(--spacing) * 20);
3489
- }
3490
- .h-60 {
3491
- height: calc(var(--spacing) * 60);
3492
- }
3493
- .h-full {
3494
- height: 100%;
3495
- }
3496
- .h-screen {
3497
- height: 100vh;
3498
- }
3499
- .max-h-\[10rem\] {
3500
- max-height: 10rem;
3501
- }
3502
- .min-h-0 {
3503
- min-height: calc(var(--spacing) * 0);
3504
- }
3505
- .min-h-4 {
3506
- min-height: calc(var(--spacing) * 4);
3507
- }
3508
- .min-h-\[10rem\] {
3509
- min-height: 10rem;
3510
- }
3511
- .min-h-\[100px\] {
3512
- min-height: 100px;
3513
- }
3514
- .min-h-full {
3515
- min-height: 100%;
3516
- }
3517
- .w-3 {
3518
- width: calc(var(--spacing) * 3);
3519
- }
3520
- .w-4 {
3521
- width: calc(var(--spacing) * 4);
3522
- }
3523
- .w-5 {
3524
- width: calc(var(--spacing) * 5);
3525
- }
3526
- .w-6 {
3527
- width: calc(var(--spacing) * 6);
3528
- }
3529
- .w-7 {
3530
- width: calc(var(--spacing) * 7);
3531
- }
3532
- .w-8 {
3533
- width: calc(var(--spacing) * 8);
3534
- }
3535
- .w-9 {
3536
- width: calc(var(--spacing) * 9);
3537
- }
3538
- .w-10 {
3539
- width: calc(var(--spacing) * 10);
3540
- }
3541
- .w-12 {
3542
- width: calc(var(--spacing) * 12);
3543
- }
3544
- .w-20 {
3545
- width: calc(var(--spacing) * 20);
3546
- }
3547
- .w-40 {
3548
- width: calc(var(--spacing) * 40);
3549
- }
3550
- .w-48 {
3551
- width: calc(var(--spacing) * 48);
3552
- }
3553
- .w-60 {
3554
- width: calc(var(--spacing) * 60);
3555
- }
3556
- .w-72 {
3557
- width: calc(var(--spacing) * 72);
3558
- }
3559
- .w-80 {
3560
- width: calc(var(--spacing) * 80);
3561
- }
3562
- .w-96 {
3563
- width: calc(var(--spacing) * 96);
3564
- }
3565
- .w-\[--width\] {
3566
- width: --width;
3567
- }
3568
- .w-full {
3569
- width: 100%;
3570
- }
3571
- .w-screen {
3572
- width: 100vw;
3573
- }
3574
- .max-w-md {
3575
- max-width: var(--container-md);
3576
- }
3577
- .min-w-0 {
3578
- min-width: calc(var(--spacing) * 0);
3579
- }
3580
- .flex-1 {
3581
- flex: 1;
3582
- }
3583
- .flex-none {
3584
- flex: none;
3585
- }
3586
- .shrink-0 {
3587
- flex-shrink: 0;
3588
- }
3589
- .table-fixed {
3590
- table-layout: fixed;
3591
- }
3592
- .scale-95 {
3593
- --tw-scale-x: 95%;
3594
- --tw-scale-y: 95%;
3595
- --tw-scale-z: 95%;
3596
- scale: var(--tw-scale-x) var(--tw-scale-y);
3597
- }
3598
- .scale-100 {
3599
- --tw-scale-x: 100%;
3600
- --tw-scale-y: 100%;
3601
- --tw-scale-z: 100%;
3602
- scale: var(--tw-scale-x) var(--tw-scale-y);
3603
- }
3604
- .-rotate-90 {
3605
- rotate: -90deg;
3606
- }
3607
- .rotate-0 {
3608
- rotate: 0deg;
3609
- }
3610
- .transform {
3611
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
3612
- }
3613
- .cursor-pointer {
3614
- cursor: pointer;
3615
- }
3616
- .resize {
3617
- resize: both;
3618
- }
3619
- .list-disc {
3620
- list-style-type: disc;
3621
- }
3622
- .flex-col {
3623
- flex-direction: column;
3624
- }
3625
- .flex-row {
3626
- flex-direction: row;
3627
- }
3628
- .place-content-center {
3629
- place-content: center;
3630
- }
3631
- .items-center {
3632
- align-items: center;
3633
- }
3634
- .items-start {
3635
- align-items: flex-start;
3636
- }
3637
- .justify-between {
3638
- justify-content: space-between;
3639
- }
3640
- .justify-center {
3641
- justify-content: center;
3642
- }
3643
- .justify-end {
3644
- justify-content: flex-end;
3645
- }
3646
- .justify-start {
3647
- justify-content: flex-start;
3648
- }
3649
- .gap-1 {
3650
- gap: calc(var(--spacing) * 1);
3651
- }
3652
- .gap-2 {
3653
- gap: calc(var(--spacing) * 2);
3654
- }
3655
- .gap-3 {
3656
- gap: calc(var(--spacing) * 3);
3657
- }
3658
- .gap-4 {
3659
- gap: calc(var(--spacing) * 4);
3660
- }
3661
- :where(.space-y-2>:not(:last-child)) {
3662
- --tw-space-y-reverse: 0;
3663
- margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
3664
- margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
3665
- }
3666
- :where(.space-y-3>:not(:last-child)) {
3667
- --tw-space-y-reverse: 0;
3668
- margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
3669
- margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
3670
- }
3671
- :where(.space-y-4>:not(:last-child)) {
3672
- --tw-space-y-reverse: 0;
3673
- margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
3674
- margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
3675
- }
3676
- .gap-x-1 {
3677
- column-gap: calc(var(--spacing) * 1);
3678
- }
3679
- .gap-x-2 {
3680
- column-gap: calc(var(--spacing) * 2);
3681
- }
3682
- .gap-x-3 {
3683
- column-gap: calc(var(--spacing) * 3);
3684
- }
3685
- :where(.space-x-2>:not(:last-child)) {
3686
- --tw-space-x-reverse: 0;
3687
- margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
3688
- margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
3689
- }
3690
- .gap-y-2 {
3691
- row-gap: calc(var(--spacing) * 2);
3692
- }
3693
- .gap-y-3 {
3694
- row-gap: calc(var(--spacing) * 3);
3695
- }
3696
- .self-center {
3697
- align-self: center;
3698
- }
3699
- .truncate {
3700
- text-overflow: ellipsis;
3701
- white-space: nowrap;
3702
- overflow: hidden;
3703
- }
3704
- .overflow-auto {
3705
- overflow: auto;
3706
- }
3707
- .overflow-hidden {
3708
- overflow: hidden;
3709
- }
3710
- .overflow-y-auto {
3711
- overflow-y: auto;
3712
- }
3713
- .rounded {
3714
- border-radius: 4px;
3715
- }
3716
- .rounded-full {
3717
- border-radius: 3.40282e38px;
3718
- }
3719
- .rounded-lg {
3720
- border-radius: var(--radius-lg);
3721
- }
3722
- .rounded-md {
3723
- border-radius: var(--radius-md);
3724
- }
3725
- .rounded-sm {
3726
- border-radius: var(--radius-sm);
3727
- }
3728
- .border,.border-1 {
3729
- border-style: var(--tw-border-style);
3730
- border-width: 1px;
3731
- }
3732
- .border-2 {
3733
- border-style: var(--tw-border-style);
3734
- border-width: 2px;
3735
- }
3736
- .border-t,.border-t-\[1px\] {
3737
- border-top-style: var(--tw-border-style);
3738
- border-top-width: 1px;
3739
- }
3740
- .border-l {
3741
- border-left-style: var(--tw-border-style);
3742
- border-left-width: 1px;
3743
- }
3744
- .border-dashed {
3745
- --tw-border-style: dashed;
3746
- border-style: dashed;
3747
- }
3748
- .border-gray-400 {
3749
- border-color: var(--color-gray-400);
3750
- }
3751
- .border-grey-50 {
3752
- border-color: var(--ws-grey-50);
3753
- }
3754
- .border-panel-border-subtle {
3755
- border-color: var(--ws-panel-border-subtle);
3756
- }
3757
- .border-primary {
3758
- border-color: var(--ws-primary-default);
3759
- }
3760
- .bg-black {
3761
- background-color: var(--color-black);
3762
- }
3763
- .bg-blue-500 {
3764
- background-color: var(--color-blue-500);
3765
- }
3766
- .bg-fd-gray-default {
3767
- background-color: #313131;
3768
- }
3769
- .bg-green-500 {
3770
- background-color: var(--color-green-500);
3771
- }
3772
- .bg-grey-300 {
3773
- background-color: var(--ws-grey-300);
3774
- }
3775
- .bg-grey-900 {
3776
- background-color: var(--ws-grey-900);
3777
- }
3778
- .bg-indigo-500 {
3779
- background-color: var(--color-indigo-500);
3780
- }
3781
- .bg-primary-dark {
3782
- background-color: var(--ws-primary-dark);
3783
- }
3784
- .bg-purple-200 {
3785
- background-color: var(--color-purple-200);
3786
- }
3787
- .bg-red-500 {
3788
- background-color: var(--color-red-500);
3789
- }
3790
- .bg-transparent {
3791
- background-color: #0000;
3792
- }
3793
- .bg-white {
3794
- background-color: var(--color-white);
3795
- }
3796
- .bg-yellow-400 {
3797
- background-color: var(--color-yellow-400);
3798
- }
3799
- .stroke-body {
3800
- stroke: var(--ws-bg-foreground);
3801
- }
3802
- .stroke-current {
3803
- stroke: currentColor;
3804
- }
3805
- .p-1 {
3806
- padding: calc(var(--spacing) * 1);
3807
- }
3808
- .p-2 {
3809
- padding: calc(var(--spacing) * 2);
3810
- }
3811
- .p-4 {
3812
- padding: calc(var(--spacing) * 4);
3813
- }
3814
- .p-6 {
3815
- padding: calc(var(--spacing) * 6);
3816
- }
3817
- .px-2 {
3818
- padding-inline: calc(var(--spacing) * 2);
3819
- }
3820
- .px-3 {
3821
- padding-inline: calc(var(--spacing) * 3);
3822
- }
3823
- .px-4 {
3824
- padding-inline: calc(var(--spacing) * 4);
3825
- }
3826
- .px-5 {
3827
- padding-inline: calc(var(--spacing) * 5);
3828
- }
3829
- .px-6 {
3830
- padding-inline: calc(var(--spacing) * 6);
3831
- }
3832
- .px-8 {
3833
- padding-inline: calc(var(--spacing) * 8);
3834
- }
3835
- .px-10 {
3836
- padding-inline: calc(var(--spacing) * 10);
3837
- }
3838
- .px-12 {
3839
- padding-inline: calc(var(--spacing) * 12);
3840
- }
3841
- .px-\[5px\] {
3842
- padding-inline: 5px;
3843
- }
3844
- .py-0\.5 {
3845
- padding-block: calc(var(--spacing) * .5);
3846
- }
3847
- .py-1 {
3848
- padding-block: calc(var(--spacing) * 1);
3849
- }
3850
- .py-1\.5 {
3851
- padding-block: calc(var(--spacing) * 1.5);
3852
- }
3853
- .py-2 {
3854
- padding-block: calc(var(--spacing) * 2);
3855
- }
3856
- .py-3 {
3857
- padding-block: calc(var(--spacing) * 3);
3858
- }
3859
- .py-4 {
3860
- padding-block: calc(var(--spacing) * 4);
3861
- }
3862
- .py-6 {
3863
- padding-block: calc(var(--spacing) * 6);
3864
- }
3865
- .pt-1 {
3866
- padding-top: calc(var(--spacing) * 1);
3867
- }
3868
- .pr-1 {
3869
- padding-right: calc(var(--spacing) * 1);
3870
- }
3871
- .pb-8 {
3872
- padding-bottom: calc(var(--spacing) * 8);
3873
- }
3874
- .pb-\[30\%\] {
3875
- padding-bottom: 30%;
3876
- }
3877
- .pl-2 {
3878
- padding-left: calc(var(--spacing) * 2);
3879
- }
3880
- .text-center {
3881
- text-align: center;
3882
- }
3883
- .text-left {
3884
- text-align: left;
3885
- }
3886
- .align-middle {
3887
- vertical-align: middle;
3888
- }
3889
- .font-poppins {
3890
- font-family: Twemoji Country Flags,Poppins,sans-serif;
3891
- }
3892
- .text-2xl {
3893
- font-size: var(--text-2xl);
3894
- line-height: var(--tw-leading,var(--text-2xl--line-height));
3895
- }
3896
- .text-4xl {
3897
- font-size: var(--text-4xl);
3898
- line-height: var(--tw-leading,var(--text-4xl--line-height));
3899
- }
3900
- .text-base {
3901
- font-size: var(--text-base);
3902
- line-height: var(--tw-leading,var(--text-base--line-height));
3903
- }
3904
- .text-lg {
3905
- font-size: var(--text-lg);
3906
- line-height: var(--tw-leading,var(--text-lg--line-height));
3907
- }
3908
- .text-sm {
3909
- font-size: var(--text-sm);
3910
- line-height: var(--tw-leading,var(--text-sm--line-height));
3911
- }
3912
- .text-xs {
3913
- font-size: .65rem;
3914
- line-height: var(--tw-leading,var(--text-xs--line-height));
3915
- }
3916
- .text-\[12px\] {
3917
- font-size: 12px;
3918
- }
3919
- .text-s {
3920
- font-size: .75rem;
3921
- }
3922
- .text-xxs {
3923
- font-size: .55rem;
3924
- }
3925
- .leading-6 {
3926
- --tw-leading: calc(var(--spacing) * 6);
3927
- line-height: calc(var(--spacing) * 6);
3928
- }
3929
- .font-bold {
3930
- --tw-font-weight: var(--font-weight-bold);
3931
- font-weight: var(--font-weight-bold);
3932
- }
3933
- .font-extralight {
3934
- --tw-font-weight: var(--font-weight-extralight);
3935
- font-weight: var(--font-weight-extralight);
3936
- }
3937
- .font-medium {
3938
- --tw-font-weight: var(--font-weight-medium);
3939
- font-weight: var(--font-weight-medium);
3940
- }
3941
- .font-normal {
3942
- --tw-font-weight: var(--font-weight-normal);
3943
- font-weight: var(--font-weight-normal);
3944
- }
3945
- .font-semibold {
3946
- --tw-font-weight: var(--font-weight-semibold);
3947
- font-weight: var(--font-weight-semibold);
3948
- }
3949
- .font-thin {
3950
- --tw-font-weight: var(--font-weight-thin);
3951
- font-weight: var(--font-weight-thin);
3952
- }
3953
- .text-wrap {
3954
- text-wrap: wrap;
3955
- }
3956
- .text-ellipsis {
3957
- text-overflow: ellipsis;
3958
- }
3959
- .whitespace-nowrap {
3960
- white-space: nowrap;
3961
- }
3962
- .text-body {
3963
- color: var(--ws-bg-foreground);
3964
- }
3965
- .text-gray-100 {
3966
- color: var(--color-gray-100);
3967
- }
3968
- .text-gray-500 {
3969
- color: var(--color-gray-500);
3970
- }
3971
- .text-green-500 {
3972
- color: var(--color-green-500);
3973
- }
3974
- .text-grey-50 {
3975
- color: var(--ws-grey-50);
3976
- }
3977
- .text-inactive-text {
3978
- color: var(--ws-inactive-text);
3979
- }
3980
- .text-muted {
3981
- color: var(--ws-text-muted);
3982
- }
3983
- .text-negative-text {
3984
- color: var(--ws-negative-text);
3985
- }
3986
- .text-primary {
3987
- color: var(--ws-primary-default);
3988
- }
3989
- .text-purple-900 {
3990
- color: var(--color-purple-900);
3991
- }
3992
- .text-red-500 {
3993
- color: var(--color-red-500);
3994
- }
3995
- .text-slate-500 {
3996
- color: var(--color-slate-500);
3997
- }
3998
- .text-warning-text {
3999
- color: var(--ws-warning-text);
4000
- }
4001
- .text-white {
4002
- color: var(--color-white);
4003
- }
4004
- .text-yellow-300 {
4005
- color: var(--color-yellow-300);
4006
- }
4007
- .text-yellow-400 {
4008
- color: var(--color-yellow-400);
4009
- }
4010
- .capitalize {
4011
- text-transform: capitalize;
4012
- }
4013
- .italic {
4014
- font-style: italic;
4015
- }
4016
- .opacity-0 {
4017
- opacity: 0;
4018
- }
4019
- .opacity-100 {
4020
- opacity: 1;
4021
- }
4022
- .shadow {
4023
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);
4024
- box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
4025
- }
4026
- .shadow-2xl {
4027
- --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color,#00000040);
4028
- box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
4029
- }
4030
- .shadow-lg {
4031
- --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);
4032
- box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
4033
- }
4034
- .shadow-md {
4035
- --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);
4036
- box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
4037
- }
4038
- .shadow-xl {
4039
- --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);
4040
- box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
4041
- }
4042
- .outline {
4043
- outline-style: var(--tw-outline-style);
4044
- outline-width: 1px;
4045
- }
4046
- .filter {
4047
- filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
4048
- }
4049
- .transition {
4050
- transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;
4051
- transition-timing-function: var(--tw-ease,var(--default-transition-timing-function));
4052
- transition-duration: var(--tw-duration,var(--default-transition-duration));
4053
- }
4054
- .duration-200 {
4055
- --tw-duration: .2s;
4056
- transition-duration: .2s;
4057
- }
4058
- .duration-300 {
4059
- --tw-duration: .3s;
4060
- transition-duration: .3s;
4061
- }
4062
- .ease-in {
4063
- --tw-ease: var(--ease-in);
4064
- transition-timing-function: var(--ease-in);
4065
- }
4066
- .ease-in-out {
4067
- --tw-ease: var(--ease-in-out);
4068
- transition-timing-function: var(--ease-in-out);
4069
- }
4070
- .ease-out {
4071
- --tw-ease: var(--ease-out);
4072
- transition-timing-function: var(--ease-out);
4073
- }
4074
- .select-none {
4075
- -webkit-user-select: none;
4076
- user-select: none;
4077
- }
4078
- @media (hover:hover) {
4079
- .group-hover\:block:is(:where(.group):hover *) {
4080
- display: block;
4081
- }
4082
- }
4083
- .odd\:bg-white\/5:nth-child(odd) {
4084
- background-color: #ffffff0d;
4085
- }
4086
- @supports (color:color-mix(in lab,red,red)) {
4087
- .odd\:bg-white\/5:nth-child(odd) {
4088
- background-color: color-mix(in oklab,var(--color-white) 5%,transparent);
4089
- }
4090
- }
4091
- @media (hover:hover) {
4092
- .hover\:cursor-pointer:hover {
4093
- cursor: pointer;
4094
- }
4095
- .hover\:bg-primary-hover:hover {
4096
- background-color: var(--ws-primary-hover);
4097
- }
4098
- .hover\:underline:hover {
4099
- text-decoration-line: underline;
4100
- }
4101
- }
4102
- .focus\:outline-none:focus {
4103
- --tw-outline-style: none;
4104
- outline-style: none;
4105
- }
4106
- .data-\[state\=closed\]\:scale-95[data-state=closed] {
4107
- --tw-scale-x: 95%;
4108
- --tw-scale-y: 95%;
4109
- --tw-scale-z: 95%;
4110
- scale: var(--tw-scale-x) var(--tw-scale-y);
4111
- }
4112
- .data-\[state\=closed\]\:duration-200[data-state=closed] {
4113
- --tw-duration: .2s;
4114
- transition-duration: .2s;
4115
- }
4116
- .data-\[state\=open\]\:scale-95[data-state=open] {
4117
- --tw-scale-x: 95%;
4118
- --tw-scale-y: 95%;
4119
- --tw-scale-z: 95%;
4120
- scale: var(--tw-scale-x) var(--tw-scale-y);
4121
- }
4122
- .data-\[state\=open\]\:duration-300[data-state=open] {
4123
- --tw-duration: .3s;
4124
- transition-duration: .3s;
4125
- }
4126
- .rtl\:text-right:where(:dir(rtl),[dir=rtl],[dir=rtl] *) {
4127
- text-align: right;
4128
- }
4129
- }
4130
- @property --tw-space-y-reverse {
4131
- syntax: "*";
4132
- inherits: false;
4133
- initial-value: 0;
4134
- }
4135
- @property --tw-space-x-reverse {
4136
- syntax: "*";
4137
- inherits: false;
4138
- initial-value: 0;
4139
- }
4140
- .simplebar-content-wrapper {
4141
- --tw-outline-style: none;
4142
- outline-style: none;
4143
- }
4144
- @layer properties {
4145
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
4146
- *, ::before, ::after, ::backdrop {
4147
- --tw-scale-x: 1;
4148
- --tw-scale-y: 1;
4149
- --tw-scale-z: 1;
4150
- --tw-rotate-x: initial;
4151
- --tw-rotate-y: initial;
4152
- --tw-rotate-z: initial;
4153
- --tw-skew-x: initial;
4154
- --tw-skew-y: initial;
4155
- --tw-border-style: solid;
4156
- --tw-leading: initial;
4157
- --tw-font-weight: initial;
4158
- --tw-shadow: 0 0 #0000;
4159
- --tw-shadow-color: initial;
4160
- --tw-shadow-alpha: 100%;
4161
- --tw-inset-shadow: 0 0 #0000;
4162
- --tw-inset-shadow-color: initial;
4163
- --tw-inset-shadow-alpha: 100%;
4164
- --tw-ring-color: initial;
4165
- --tw-ring-shadow: 0 0 #0000;
4166
- --tw-inset-ring-color: initial;
4167
- --tw-inset-ring-shadow: 0 0 #0000;
4168
- --tw-ring-inset: initial;
4169
- --tw-ring-offset-width: 0;
4170
- --tw-ring-offset-color: #fff;
4171
- --tw-ring-offset-shadow: 0 0 #0000;
4172
- --tw-outline-style: solid;
4173
- --tw-blur: initial;
4174
- --tw-brightness: initial;
4175
- --tw-contrast: initial;
4176
- --tw-grayscale: initial;
4177
- --tw-hue-rotate: initial;
4178
- --tw-invert: initial;
4179
- --tw-opacity: initial;
4180
- --tw-saturate: initial;
4181
- --tw-sepia: initial;
4182
- --tw-drop-shadow: initial;
4183
- --tw-drop-shadow-color: initial;
4184
- --tw-drop-shadow-alpha: 100%;
4185
- --tw-drop-shadow-size: initial;
4186
- --tw-duration: initial;
4187
- --tw-ease: initial;
4188
- --tw-space-y-reverse: 0;
4189
- --tw-space-x-reverse: 0;
4190
- }
4191
- }
4192
- }
1
+ .qodly-localization-editor [data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.qodly-localization-editor .simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.qodly-localization-editor .simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.qodly-localization-editor .simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.qodly-localization-editor .simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.qodly-localization-editor .simplebar-content-wrapper::-webkit-scrollbar,.qodly-localization-editor .simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.qodly-localization-editor .simplebar-content:after,.qodly-localization-editor .simplebar-content:before{content:" ";display:table}.qodly-localization-editor .simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.qodly-localization-editor .simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.qodly-localization-editor .simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.qodly-localization-editor .simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}.qodly-localization-editor [data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}.qodly-localization-editor [data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.qodly-localization-editor .simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.qodly-localization-editor .simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.qodly-localization-editor .simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.qodly-localization-editor .simplebar-track.simplebar-vertical{top:0;width:11px}.qodly-localization-editor .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.qodly-localization-editor .simplebar-track.simplebar-horizontal{left:0;height:11px}.qodly-localization-editor .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.qodly-localization-editor .simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}.qodly-localization-editor [data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.qodly-localization-editor .hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.qodly-localization-editor .simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.qodly-localization-editor .fd-tree-node{display:flex;flex-direction:row;padding-right:8px;padding-left:8px}.qodly-localization-editor .fd-tree-node-content{display:flex;flex-direction:row;flex:1 1 0%}.qodly-localization-editor .carousel .control-arrow,.qodly-localization-editor .carousel.carousel-slider .control-arrow{transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.qodly-localization-editor .carousel .control-arrow:focus,.qodly-localization-editor .carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.qodly-localization-editor .carousel .control-arrow:before,.qodly-localization-editor .carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.qodly-localization-editor .carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.qodly-localization-editor .carousel .control-prev.control-arrow{left:0}.qodly-localization-editor .carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.qodly-localization-editor .carousel .control-next.control-arrow{right:0}.qodly-localization-editor .carousel .control-next.control-arrow:before{border-left:8px solid #fff}.qodly-localization-editor .carousel-root{outline:none}.qodly-localization-editor .carousel{position:relative;width:100%}.qodly-localization-editor .carousel *{box-sizing:border-box}.qodly-localization-editor .carousel img{width:100%;display:inline-block;pointer-events:none}.qodly-localization-editor .carousel .carousel{position:relative}.qodly-localization-editor .carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.qodly-localization-editor .carousel .thumbs-wrapper{margin:20px;overflow:hidden}.qodly-localization-editor .carousel .thumbs{transition:all .15s ease-in;transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.qodly-localization-editor .carousel .thumb{transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.qodly-localization-editor .carousel .thumb:focus{border:3px solid #ccc;outline:none}.qodly-localization-editor .carousel .thumb.selected,.qodly-localization-editor .carousel .thumb:hover{border:3px solid #333}.qodly-localization-editor .carousel .thumb img{vertical-align:top}.qodly-localization-editor .carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.qodly-localization-editor .carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.qodly-localization-editor .carousel.carousel-slider .control-arrow:hover{background:#0003}.qodly-localization-editor .carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.qodly-localization-editor .carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.qodly-localization-editor .carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.qodly-localization-editor .carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.qodly-localization-editor .carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.qodly-localization-editor .carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.qodly-localization-editor .carousel .slider.animated{transition:all .35s ease-in-out}.qodly-localization-editor .carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.qodly-localization-editor .carousel .slide img{width:100%;vertical-align:top;border:0}.qodly-localization-editor .carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.qodly-localization-editor .carousel .slide .legend{transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;transition:opacity .35s ease-in-out}.qodly-localization-editor .carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media(min-width:960px){.qodly-localization-editor .carousel .control-dots{bottom:0}}.qodly-localization-editor .carousel .control-dots .dot{transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.qodly-localization-editor .carousel .control-dots .dot.selected,.qodly-localization-editor .carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.qodly-localization-editor .carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.qodly-localization-editor .carousel:hover .slide .legend{opacity:1}.qodly-localization-editor .base-checkbox-container{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.qodly-localization-editor .base-checkbox-input:disabled+.base-checkbox-control,.qodly-localization-editor .base-checkbox-input:disabled~.base-checkbox-label{cursor:not-allowed;opacity:.6}.qodly-localization-editor .base-checkbox-input{position:absolute;opacity:0;height:0;width:0}.qodly-localization-editor .base-checkbox-control{display:inline-flex;justify-content:center;align-items:center;width:1rem;height:1rem;border:1px solid #eaeaea;border-radius:2px;transition:all .15s ease-out}.qodly-localization-editor .base-checkbox-label{margin-left:.5rem}.qodly-localization-editor .base-checkbox-container:not([data-invalid=true]) .base-checkbox-input:checked+.base-checkbox-control,.qodly-localization-editor .base-checkbox-container:not([data-invalid=true]) .base-checkbox-input:indeterminate+.base-checkbox-control{background-color:#b174e5;border-color:#e8c3ff}.qodly-localization-editor .base-checkbox-container:not([data-invalid=true]) .base-checkbox-input:checked+.base-checkbox-control:hover,.qodly-localization-editor .base-checkbox-container:not([data-invalid=true]) .base-checkbox-input:indeterminate+.base-checkbox-control:hover{border-color:#b174e5}.qodly-localization-editor .base-checkbox-input:disabled+.base-checkbox-control{background-color:#f1f5f9;border-color:#eaeaea}.qodly-localization-editor .base-checkbox-control .base-checkbox-icon{color:#fff;width:100%;height:100%;padding:1px}.qodly-localization-editor .base-checkbox-input:disabled:checked+.base-checkbox-control .base-checkbox-icon,.qodly-localization-editor .base-checkbox-input:disabled:indeterminate+.base-checkbox-control .base-checkbox-icon{color:#b3b3b3}.qodly-localization-editor .base-checkbox-container[data-invalid=true] .base-checkbox-control{border-color:#c54242;box-shadow:0 0 0 1px #c54242}.qodly-localization-editor .base-checkbox-container[data-invalid=true] .base-checkbox-input:checked+.base-checkbox-control,.qodly-localization-editor .base-checkbox-container[data-invalid=true] .base-checkbox-input:indeterminate+.base-checkbox-control{background-color:#c54242}.qodly-localization-editor .text-primary-dark{--tw-text-opacity:1;color:rgb(177 116 229/var(--tw-text-opacity,1))}.qodly-localization-editor *,.qodly-localization-editor :after,.qodly-localization-editor :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.qodly-localization-editor ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.qodly-localization-editor *,.qodly-localization-editor :after,.qodly-localization-editor :before{box-sizing:border-box;border:0 solid #e5e7eb}.qodly-localization-editor :after,.qodly-localization-editor :before{--tw-content:""}.qodly-localization-editor :host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}.qodly-localization-editor hr{height:0;color:inherit;border-top-width:1px}.qodly-localization-editor abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.qodly-localization-editor h1,.qodly-localization-editor h2,.qodly-localization-editor h3,.qodly-localization-editor h4,.qodly-localization-editor h5,.qodly-localization-editor h6{font-size:inherit;font-weight:inherit}.qodly-localization-editor a{color:inherit;text-decoration:inherit}.qodly-localization-editor b,.qodly-localization-editor strong{font-weight:bolder}.qodly-localization-editor code,.qodly-localization-editor kbd,.qodly-localization-editor pre,.qodly-localization-editor samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}.qodly-localization-editor small{font-size:80%}.qodly-localization-editor sub,.qodly-localization-editor sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.qodly-localization-editor sub{bottom:-.25em}.qodly-localization-editor sup{top:-.5em}.qodly-localization-editor table{text-indent:0;border-color:inherit;border-collapse:collapse}.qodly-localization-editor button,.qodly-localization-editor input,.qodly-localization-editor optgroup,.qodly-localization-editor select,.qodly-localization-editor textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}.qodly-localization-editor button,.qodly-localization-editor select{text-transform:none}.qodly-localization-editor button,.qodly-localization-editor input:where([type=button]),.qodly-localization-editor input:where([type=reset]),.qodly-localization-editor input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}.qodly-localization-editor :-moz-focusring{outline:auto}.qodly-localization-editor :-moz-ui-invalid{box-shadow:none}.qodly-localization-editor progress{vertical-align:baseline}.qodly-localization-editor ::-webkit-inner-spin-button,.qodly-localization-editor ::-webkit-outer-spin-button{height:auto}.qodly-localization-editor [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.qodly-localization-editor ::-webkit-search-decoration{-webkit-appearance:none}.qodly-localization-editor ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.qodly-localization-editor summary{display:list-item}.qodly-localization-editor blockquote,.qodly-localization-editor dd,.qodly-localization-editor dl,.qodly-localization-editor figure,.qodly-localization-editor h1,.qodly-localization-editor h2,.qodly-localization-editor h3,.qodly-localization-editor h4,.qodly-localization-editor h5,.qodly-localization-editor h6,.qodly-localization-editor hr,.qodly-localization-editor p,.qodly-localization-editor pre{margin:0}.qodly-localization-editor fieldset{margin:0;padding:0}.qodly-localization-editor legend{padding:0}.qodly-localization-editor menu,.qodly-localization-editor ol,.qodly-localization-editor ul{list-style:none;margin:0;padding:0}.qodly-localization-editor dialog{padding:0}.qodly-localization-editor textarea{resize:vertical}.qodly-localization-editor input::-moz-placeholder,.qodly-localization-editor textarea::-moz-placeholder{opacity:1;color:#9ca3af}.qodly-localization-editor input::placeholder,.qodly-localization-editor textarea::placeholder{opacity:1;color:#9ca3af}.qodly-localization-editor [role=button],.qodly-localization-editor button{cursor:pointer}.qodly-localization-editor :disabled{cursor:default}.qodly-localization-editor audio,.qodly-localization-editor canvas,.qodly-localization-editor embed,.qodly-localization-editor iframe,.qodly-localization-editor img,.qodly-localization-editor object,.qodly-localization-editor svg,.qodly-localization-editor video{display:block;vertical-align:middle}.qodly-localization-editor img,.qodly-localization-editor video{max-width:100%;height:auto}.qodly-localization-editor [hidden]:where(:not([hidden=until-found])){display:none}.qodly-localization-editor .container{width:100%}@media(min-width:640px){.qodly-localization-editor .container{max-width:640px}}@media(min-width:768px){.qodly-localization-editor .container{max-width:768px}}@media(min-width:1024px){.qodly-localization-editor .container{max-width:1024px}}@media(min-width:1280px){.qodly-localization-editor .container{max-width:1280px}}@media(min-width:1536px){.qodly-localization-editor .container{max-width:1536px}}.qodly-localization-editor .prose{color:var(--tw-prose-body);max-width:65ch}.qodly-localization-editor .prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.qodly-localization-editor .prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.qodly-localization-editor .prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.qodly-localization-editor .prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.qodly-localization-editor .prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-localization-editor .prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-localization-editor .prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-localization-editor .prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.qodly-localization-editor .prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.qodly-localization-editor .prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.qodly-localization-editor .prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.qodly-localization-editor .prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.qodly-localization-editor .prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.qodly-localization-editor .prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.qodly-localization-editor .prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.qodly-localization-editor .prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.qodly-localization-editor .prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.qodly-localization-editor .prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.qodly-localization-editor .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.qodly-localization-editor .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.qodly-localization-editor .prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.qodly-localization-editor .prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.qodly-localization-editor .prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.qodly-localization-editor .prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.qodly-localization-editor .prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.qodly-localization-editor .prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.qodly-localization-editor .prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.qodly-localization-editor .prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.qodly-localization-editor .prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.qodly-localization-editor .prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.qodly-localization-editor .prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.qodly-localization-editor .prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.qodly-localization-editor .prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.qodly-localization-editor .prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.qodly-localization-editor .prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.qodly-localization-editor .prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.qodly-localization-editor .prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.qodly-localization-editor .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.qodly-localization-editor .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.qodly-localization-editor .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.qodly-localization-editor .prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-localization-editor .prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-localization-editor .prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.qodly-localization-editor .prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.qodly-localization-editor .prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-localization-editor .prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-localization-editor .prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-localization-editor .prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.qodly-localization-editor .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.qodly-localization-editor .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.qodly-localization-editor .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.qodly-localization-editor .prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.qodly-localization-editor .prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.qodly-localization-editor .prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.qodly-localization-editor .prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.qodly-localization-editor .prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.qodly-localization-editor .prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.qodly-localization-editor .prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.qodly-localization-editor .prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.qodly-localization-editor .prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.qodly-localization-editor .prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.qodly-localization-editor .prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.qodly-localization-editor .prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgba(17,24,39,.1);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.qodly-localization-editor .prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.qodly-localization-editor .prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.qodly-localization-editor .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.qodly-localization-editor .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.qodly-localization-editor .prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.qodly-localization-editor .prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.qodly-localization-editor .prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.qodly-localization-editor .prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.qodly-localization-editor .prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.qodly-localization-editor .prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.qodly-localization-editor .prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.qodly-localization-editor .prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.qodly-localization-editor .prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-localization-editor .prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-localization-editor .prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-localization-editor .prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-localization-editor .prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.qodly-localization-editor .prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.qodly-localization-editor .prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.qodly-localization-editor .prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.qodly-localization-editor .prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.qodly-localization-editor .prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.qodly-localization-editor .prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-localization-editor .prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.qodly-localization-editor .prose-sm{font-size:.875rem;line-height:1.7142857}.qodly-localization-editor .prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.qodly-localization-editor .prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.qodly-localization-editor .prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em;color:#ccc}.qodly-localization-editor .prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2;color:#fff}.qodly-localization-editor .prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4;color:#fff}.qodly-localization-editor .prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-bottom:.4444444em;line-height:1.5555556;color:#fff;margin-top:0}.qodly-localization-editor .prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714;color:#fff}.qodly-localization-editor .prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:5px;margin-bottom:5px}.qodly-localization-editor .prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.qodly-localization-editor .prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.qodly-localization-editor .prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.qodly-localization-editor .prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.qodly-localization-editor .prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.qodly-localization-editor .prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.qodly-localization-editor .prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.qodly-localization-editor .prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.qodly-localization-editor .prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.qodly-localization-editor .prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.qodly-localization-editor .prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.qodly-localization-editor .prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.qodly-localization-editor .prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.qodly-localization-editor .prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.qodly-localization-editor .prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.qodly-localization-editor .prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.qodly-localization-editor .prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.qodly-localization-editor .prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.qodly-localization-editor .prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.qodly-localization-editor .prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.qodly-localization-editor .prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.qodly-localization-editor .prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.qodly-localization-editor .prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.qodly-localization-editor .prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-localization-editor .prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-localization-editor .prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-localization-editor .prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-localization-editor .prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.qodly-localization-editor .prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.qodly-localization-editor .prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.qodly-localization-editor .prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.qodly-localization-editor .prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.qodly-localization-editor .prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.qodly-localization-editor .prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.qodly-localization-editor .prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.qodly-localization-editor .prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.qodly-localization-editor .prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.qodly-localization-editor .prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-localization-editor .prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.qodly-localization-editor .prose-sm :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:#ccc}.qodly-localization-editor .prose-sm :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:#bfdbfe}.qodly-localization-editor .pointer-events-none{pointer-events:none}.qodly-localization-editor .pointer-events-auto{pointer-events:auto}.qodly-localization-editor .visible{visibility:visible}.qodly-localization-editor .invisible{visibility:hidden}.qodly-localization-editor .\!collapse{visibility:collapse!important}.qodly-localization-editor .collapse{visibility:collapse}.qodly-localization-editor .static{position:static}.qodly-localization-editor .fixed{position:fixed}.qodly-localization-editor .absolute{position:absolute}.qodly-localization-editor .relative{position:relative}.qodly-localization-editor .inset-0{top:0;right:0;bottom:0;left:0}.qodly-localization-editor .inset-x-4{left:1rem;right:1rem}.qodly-localization-editor .bottom-4{bottom:1rem}.qodly-localization-editor .left-1\/2{left:50%}.qodly-localization-editor .left-2{left:.5rem}.qodly-localization-editor .right-1{right:.25rem}.qodly-localization-editor .top-1{top:.25rem}.qodly-localization-editor .top-1\/2{top:50%}.qodly-localization-editor .top-4{top:1rem}.qodly-localization-editor .isolate{isolation:isolate}.qodly-localization-editor .z-0{z-index:0}.qodly-localization-editor .z-10{z-index:10}.qodly-localization-editor .z-20{z-index:20}.qodly-localization-editor .z-\[10000\]{z-index:10000}.qodly-localization-editor .z-\[1000\]{z-index:1000}.qodly-localization-editor .z-\[1001\]{z-index:1001}.qodly-localization-editor .z-\[1999\]{z-index:1999}.qodly-localization-editor .z-\[2147483647\]{z-index:2147483647}.qodly-localization-editor .float-right{float:right}.qodly-localization-editor .mx-1{margin-left:.25rem;margin-right:.25rem}.qodly-localization-editor .-mt-6{margin-top:-1.5rem}.qodly-localization-editor .mb-1{margin-bottom:.25rem}.qodly-localization-editor .mb-1\.5{margin-bottom:.375rem}.qodly-localization-editor .mb-2{margin-bottom:.5rem}.qodly-localization-editor .mb-3{margin-bottom:.75rem}.qodly-localization-editor .mb-4{margin-bottom:1rem}.qodly-localization-editor .ml-1{margin-left:.25rem}.qodly-localization-editor .ml-2{margin-left:.5rem}.qodly-localization-editor .ml-6{margin-left:1.5rem}.qodly-localization-editor .ml-auto{margin-left:auto}.qodly-localization-editor .mr-1{margin-right:.25rem}.qodly-localization-editor .mr-2{margin-right:.5rem}.qodly-localization-editor .mr-3{margin-right:.75rem}.qodly-localization-editor .mr-4{margin-right:1rem}.qodly-localization-editor .mt-1{margin-top:.25rem}.qodly-localization-editor .mt-16{margin-top:4rem}.qodly-localization-editor .mt-2{margin-top:.5rem}.qodly-localization-editor .mt-3{margin-top:.75rem}.qodly-localization-editor .mt-4{margin-top:1rem}.qodly-localization-editor .mt-48{margin-top:12rem}.qodly-localization-editor .mt-px{margin-top:1px}.qodly-localization-editor .block{display:block}.qodly-localization-editor .inline-block{display:inline-block}.qodly-localization-editor .flex{display:flex}.qodly-localization-editor .inline-flex{display:inline-flex}.qodly-localization-editor .table{display:table}.qodly-localization-editor .grid{display:grid}.qodly-localization-editor .hidden{display:none}.qodly-localization-editor .size-4{width:1rem;height:1rem}.qodly-localization-editor .size-6{width:1.5rem;height:1.5rem}.qodly-localization-editor .h-1\/2{height:50%}.qodly-localization-editor .h-10{height:2.5rem}.qodly-localization-editor .h-12{height:3rem}.qodly-localization-editor .h-2{height:.5rem}.qodly-localization-editor .h-2\.5{height:.625rem}.qodly-localization-editor .h-20{height:5rem}.qodly-localization-editor .h-3{height:.75rem}.qodly-localization-editor .h-3\.5{height:.875rem}.qodly-localization-editor .h-4{height:1rem}.qodly-localization-editor .h-4\.5{height:1.125rem}.qodly-localization-editor .h-5{height:1.25rem}.qodly-localization-editor .h-6{height:1.5rem}.qodly-localization-editor .h-60{height:15rem}.qodly-localization-editor .h-7{height:1.75rem}.qodly-localization-editor .h-8{height:2rem}.qodly-localization-editor .h-9{height:2.25rem}.qodly-localization-editor .h-\[16px\]{height:16px}.qodly-localization-editor .h-full{height:100%}.qodly-localization-editor .h-screen{height:100vh}.qodly-localization-editor .max-h-80{max-height:20rem}.qodly-localization-editor .max-h-\[10rem\]{max-height:10rem}.qodly-localization-editor .min-h-0{min-height:0}.qodly-localization-editor .min-h-4{min-height:1rem}.qodly-localization-editor .min-h-\[100px\]{min-height:100px}.qodly-localization-editor .min-h-\[10rem\]{min-height:10rem}.qodly-localization-editor .min-h-full{min-height:100%}.qodly-localization-editor .w-1\/2{width:50%}.qodly-localization-editor .w-10{width:2.5rem}.qodly-localization-editor .w-12{width:3rem}.qodly-localization-editor .w-16{width:4rem}.qodly-localization-editor .w-2{width:.5rem}.qodly-localization-editor .w-2\.5{width:.625rem}.qodly-localization-editor .w-20{width:5rem}.qodly-localization-editor .w-3{width:.75rem}.qodly-localization-editor .w-3\.5{width:.875rem}.qodly-localization-editor .w-4{width:1rem}.qodly-localization-editor .w-40{width:10rem}.qodly-localization-editor .w-48{width:12rem}.qodly-localization-editor .w-5{width:1.25rem}.qodly-localization-editor .w-6{width:1.5rem}.qodly-localization-editor .w-60{width:15rem}.qodly-localization-editor .w-7{width:1.75rem}.qodly-localization-editor .w-72{width:18rem}.qodly-localization-editor .w-8{width:2rem}.qodly-localization-editor .w-80{width:20rem}.qodly-localization-editor .w-9{width:2.25rem}.qodly-localization-editor .w-96{width:24rem}.qodly-localization-editor .w-\[--width\]{width:var(--width)}.qodly-localization-editor .w-\[16px\]{width:16px}.qodly-localization-editor .w-full{width:100%}.qodly-localization-editor .w-screen{width:100vw}.qodly-localization-editor .min-w-0{min-width:0}.qodly-localization-editor .min-w-\[80\%\]{min-width:80%}.qodly-localization-editor .max-w-\[240px\]{max-width:240px}.qodly-localization-editor .max-w-md{max-width:28rem}.qodly-localization-editor .flex-1{flex:1 1 0%}.qodly-localization-editor .flex-none{flex:none}.qodly-localization-editor .shrink-0{flex-shrink:0}.qodly-localization-editor .table-fixed{table-layout:fixed}.qodly-localization-editor .-translate-x-1\/2{--tw-translate-x:-50%}.qodly-localization-editor .-translate-x-1\/2,.qodly-localization-editor .-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-localization-editor .-translate-y-1\/2{--tw-translate-y:-50%}.qodly-localization-editor .translate-x-0{--tw-translate-x:0px}.qodly-localization-editor .translate-x-0,.qodly-localization-editor .translate-x-2\.5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-localization-editor .translate-x-2\.5{--tw-translate-x:.625rem}.qodly-localization-editor .translate-x-3{--tw-translate-x:.75rem}.qodly-localization-editor .translate-x-3,.qodly-localization-editor .translate-x-\[0\.85rem\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-localization-editor .translate-x-\[0\.85rem\]{--tw-translate-x:.85rem}.qodly-localization-editor .-rotate-90{--tw-rotate:-90deg}.qodly-localization-editor .-rotate-90,.qodly-localization-editor .rotate-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-localization-editor .rotate-0{--tw-rotate:0deg}.qodly-localization-editor .scale-100{--tw-scale-x:1;--tw-scale-y:1}.qodly-localization-editor .scale-100,.qodly-localization-editor .scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-localization-editor .scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.qodly-localization-editor .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-localization-editor .cursor-not-allowed{cursor:not-allowed}.qodly-localization-editor .cursor-pointer{cursor:pointer}.qodly-localization-editor .select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.qodly-localization-editor .select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.qodly-localization-editor .resize{resize:both}.qodly-localization-editor .list-disc{list-style-type:disc}.qodly-localization-editor .flex-row{flex-direction:row}.qodly-localization-editor .flex-col{flex-direction:column}.qodly-localization-editor .place-content-center{place-content:center}.qodly-localization-editor .items-start{align-items:flex-start}.qodly-localization-editor .items-center{align-items:center}.qodly-localization-editor .justify-start{justify-content:flex-start}.qodly-localization-editor .justify-end{justify-content:flex-end}.qodly-localization-editor .justify-center{justify-content:center}.qodly-localization-editor .justify-between{justify-content:space-between}.qodly-localization-editor .gap-1{gap:.25rem}.qodly-localization-editor .gap-2{gap:.5rem}.qodly-localization-editor .gap-3{gap:.75rem}.qodly-localization-editor .gap-4{gap:1rem}.qodly-localization-editor .gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.qodly-localization-editor .gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.qodly-localization-editor .space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)))}.qodly-localization-editor .space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.qodly-localization-editor .space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.qodly-localization-editor .space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.qodly-localization-editor .space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.qodly-localization-editor .space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.qodly-localization-editor .space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.qodly-localization-editor .self-center{align-self:center}.qodly-localization-editor .overflow-auto{overflow:auto}.qodly-localization-editor .overflow-hidden{overflow:hidden}.qodly-localization-editor .overflow-scroll{overflow:scroll}.qodly-localization-editor .overflow-y-auto{overflow-y:auto}.qodly-localization-editor .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qodly-localization-editor .text-ellipsis{text-overflow:ellipsis}.qodly-localization-editor .whitespace-nowrap{white-space:nowrap}.qodly-localization-editor .text-wrap{text-wrap:wrap}.qodly-localization-editor .rounded{border-radius:4px}.qodly-localization-editor .rounded-full{border-radius:9999px}.qodly-localization-editor .rounded-lg{border-radius:.5rem}.qodly-localization-editor .rounded-md{border-radius:.375rem}.qodly-localization-editor .rounded-sm{border-radius:.125rem}.qodly-localization-editor .rounded-b{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.qodly-localization-editor .rounded-t{border-top-left-radius:4px;border-top-right-radius:4px}.qodly-localization-editor .border{border-width:.5px}.qodly-localization-editor .border-2{border-width:2px}.qodly-localization-editor .border-\[1px\]{border-width:1px}.qodly-localization-editor .border-x{border-left-width:.5px;border-right-width:.5px}.qodly-localization-editor .border-b{border-bottom-width:.5px}.qodly-localization-editor .border-l{border-left-width:.5px}.qodly-localization-editor .border-r{border-right-width:.5px}.qodly-localization-editor .border-t{border-top-width:.5px}.qodly-localization-editor .border-t-\[1px\]{border-top-width:1px}.qodly-localization-editor .border-dashed{border-style:dashed}.qodly-localization-editor .border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.qodly-localization-editor .border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.qodly-localization-editor .border-grey-100{--tw-border-opacity:1;border-color:rgb(204 204 204/var(--tw-border-opacity,1))}.qodly-localization-editor .border-grey-50{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.qodly-localization-editor .border-grey-900{--tw-border-opacity:1;border-color:rgb(38 38 38/var(--tw-border-opacity,1))}.qodly-localization-editor .border-primary-dark{--tw-border-opacity:1;border-color:rgb(177 116 229/var(--tw-border-opacity,1))}.qodly-localization-editor .border-purple-500{--tw-border-opacity:1;border-color:rgb(198 131 255/var(--tw-border-opacity,1))}.qodly-localization-editor .border-red-500{--tw-border-opacity:1;border-color:rgb(206 81 81/var(--tw-border-opacity,1))}.qodly-localization-editor .border-transparent{border-color:transparent}.qodly-localization-editor .border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.qodly-localization-editor .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-fd-gray-default{--tw-bg-opacity:1;background-color:rgb(49 49 49/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-grey-200{--tw-bg-opacity:1;background-color:rgb(136 136 136/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-grey-300{--tw-bg-opacity:1;background-color:rgb(83 83 83/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-grey-600{--tw-bg-opacity:1;background-color:rgb(63 63 63/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-grey-700{--tw-bg-opacity:1;background-color:rgb(57 57 57/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-grey-800{--tw-bg-opacity:1;background-color:rgb(56 56 56/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-grey-900{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-primary-dark{--tw-bg-opacity:1;background-color:rgb(177 116 229/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-primary-hover{--tw-bg-opacity:1;background-color:rgb(117 73 154/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-primary-light,.qodly-localization-editor .bg-purple-200{--tw-bg-opacity:1;background-color:rgb(232 195 255/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-purple-800{--tw-bg-opacity:1;background-color:rgb(146 95 190/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-red-500{--tw-bg-opacity:1;background-color:rgb(206 81 81/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-transparent{background-color:transparent}.qodly-localization-editor .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.qodly-localization-editor .bg-opacity-40{--tw-bg-opacity:.4}.qodly-localization-editor .bg-opacity-75{--tw-bg-opacity:.75}.qodly-localization-editor .bg-opacity-80{--tw-bg-opacity:.8}.qodly-localization-editor .stroke-current{stroke:currentColor}.qodly-localization-editor .p-0\.5{padding:.125rem}.qodly-localization-editor .p-1{padding:.25rem}.qodly-localization-editor .p-1\.5{padding:.375rem}.qodly-localization-editor .p-2{padding:.5rem}.qodly-localization-editor .p-4{padding:1rem}.qodly-localization-editor .p-6{padding:1.5rem}.qodly-localization-editor .px-10{padding-left:2.5rem;padding-right:2.5rem}.qodly-localization-editor .px-12{padding-left:3rem;padding-right:3rem}.qodly-localization-editor .px-2{padding-left:.5rem;padding-right:.5rem}.qodly-localization-editor .px-3{padding-left:.75rem;padding-right:.75rem}.qodly-localization-editor .px-4{padding-left:1rem;padding-right:1rem}.qodly-localization-editor .px-5{padding-left:1.25rem;padding-right:1.25rem}.qodly-localization-editor .px-6{padding-left:1.5rem;padding-right:1.5rem}.qodly-localization-editor .px-8{padding-left:2rem;padding-right:2rem}.qodly-localization-editor .px-\[5px\]{padding-left:5px;padding-right:5px}.qodly-localization-editor .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.qodly-localization-editor .py-1{padding-top:.25rem;padding-bottom:.25rem}.qodly-localization-editor .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.qodly-localization-editor .py-2{padding-top:.5rem;padding-bottom:.5rem}.qodly-localization-editor .py-3{padding-top:.75rem;padding-bottom:.75rem}.qodly-localization-editor .py-4{padding-top:1rem;padding-bottom:1rem}.qodly-localization-editor .py-6{padding-top:1.5rem;padding-bottom:1.5rem}.qodly-localization-editor .py-\[6px\]{padding-top:6px;padding-bottom:6px}.qodly-localization-editor .pb-8{padding-bottom:2rem}.qodly-localization-editor .pb-\[30\%\]{padding-bottom:30%}.qodly-localization-editor .pl-1{padding-left:.25rem}.qodly-localization-editor .pl-1\.5{padding-left:.375rem}.qodly-localization-editor .pl-2{padding-left:.5rem}.qodly-localization-editor .pr-1{padding-right:.25rem}.qodly-localization-editor .pt-1{padding-top:.25rem}.qodly-localization-editor .pt-2{padding-top:.5rem}.qodly-localization-editor .text-left{text-align:left}.qodly-localization-editor .text-center{text-align:center}.qodly-localization-editor .text-justify{text-align:justify}.qodly-localization-editor .align-middle{vertical-align:middle}.qodly-localization-editor .font-poppins{font-family:Poppins,sans-serif}.qodly-localization-editor .text-2xl{font-size:1.5rem;line-height:2rem}.qodly-localization-editor .text-4xl{font-size:2.25rem;line-height:2.5rem}.qodly-localization-editor .text-\[12px\]{font-size:12px}.qodly-localization-editor .text-base{font-size:1rem;line-height:1.5rem}.qodly-localization-editor .text-lg{font-size:1.125rem;line-height:1.75rem}.qodly-localization-editor .text-s{font-size:.75rem}.qodly-localization-editor .text-sm{font-size:.875rem;line-height:1.25rem}.qodly-localization-editor .text-xs{font-size:.65rem}.qodly-localization-editor .text-xxs{font-size:.55rem}.qodly-localization-editor .font-bold{font-weight:700}.qodly-localization-editor .font-extralight{font-weight:200}.qodly-localization-editor .font-medium{font-weight:500}.qodly-localization-editor .font-normal{font-weight:400}.qodly-localization-editor .font-semibold{font-weight:600}.qodly-localization-editor .font-thin{font-weight:100}.qodly-localization-editor .capitalize{text-transform:capitalize}.qodly-localization-editor .italic{font-style:italic}.qodly-localization-editor .leading-6{line-height:1.5rem}.qodly-localization-editor .text-fd-gray-lighter{--tw-text-opacity:1;color:rgb(234 234 234/var(--tw-text-opacity,1))}.qodly-localization-editor .text-fd-gray-mild{--tw-text-opacity:1;color:rgb(179 179 179/var(--tw-text-opacity,1))}.qodly-localization-editor .text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.qodly-localization-editor .text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.qodly-localization-editor .text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity,1))}.qodly-localization-editor .text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.qodly-localization-editor .text-green-50{--tw-text-opacity:1;color:rgb(240 253 244/var(--tw-text-opacity,1))}.qodly-localization-editor .text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.qodly-localization-editor .text-grey-100{--tw-text-opacity:1;color:rgb(204 204 204/var(--tw-text-opacity,1))}.qodly-localization-editor .text-grey-200{--tw-text-opacity:1;color:rgb(136 136 136/var(--tw-text-opacity,1))}.qodly-localization-editor .text-grey-50{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.qodly-localization-editor .text-primary{--tw-text-opacity:1;color:rgb(187 11 209/var(--tw-text-opacity,1))}.qodly-localization-editor .text-primary-dark,.qodly-localization-editor .text-purple-600{--tw-text-opacity:1;color:rgb(177 116 229/var(--tw-text-opacity,1))}.qodly-localization-editor .text-purple-900{--tw-text-opacity:1;color:rgb(187 11 209/var(--tw-text-opacity,1))}.qodly-localization-editor .text-red-400{--tw-text-opacity:1;color:rgb(240 82 82/var(--tw-text-opacity,1))}.qodly-localization-editor .text-red-500{--tw-text-opacity:1;color:rgb(206 81 81/var(--tw-text-opacity,1))}.qodly-localization-editor .text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.qodly-localization-editor .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.qodly-localization-editor .text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.qodly-localization-editor .text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.qodly-localization-editor .text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.qodly-localization-editor .placeholder-grey-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(136 136 136/var(--tw-placeholder-opacity,1))}.qodly-localization-editor .placeholder-grey-200::placeholder{--tw-placeholder-opacity:1;color:rgb(136 136 136/var(--tw-placeholder-opacity,1))}.qodly-localization-editor .caret-grey-50{caret-color:#f1f5f9}.qodly-localization-editor .opacity-0{opacity:0}.qodly-localization-editor .opacity-100{opacity:1}.qodly-localization-editor .opacity-50{opacity:.5}.qodly-localization-editor .shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.qodly-localization-editor .shadow,.qodly-localization-editor .shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.qodly-localization-editor .shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.qodly-localization-editor .shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.qodly-localization-editor .shadow-lg,.qodly-localization-editor .shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.qodly-localization-editor .shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.qodly-localization-editor .shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.qodly-localization-editor .ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.qodly-localization-editor .ring-0,.qodly-localization-editor .ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.qodly-localization-editor .ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.qodly-localization-editor .ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82/var(--tw-ring-opacity,1))}.qodly-localization-editor .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.qodly-localization-editor .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.qodly-localization-editor .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.qodly-localization-editor .duration-200{transition-duration:.2s}.qodly-localization-editor .duration-300{transition-duration:.3s}.qodly-localization-editor .ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.qodly-localization-editor .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.qodly-localization-editor .ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.qodly-localization-editor .placeholder\:text-xs::-moz-placeholder{font-size:.65rem}.qodly-localization-editor .placeholder\:text-xs::placeholder{font-size:.65rem}.qodly-localization-editor .placeholder\:text-grey-50::-moz-placeholder{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.qodly-localization-editor .placeholder\:text-grey-50::placeholder{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.qodly-localization-editor .odd\:bg-grey-700:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(57 57 57/var(--tw-bg-opacity,1))}.qodly-localization-editor .even\:bg-grey-600:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(63 63 63/var(--tw-bg-opacity,1))}.qodly-localization-editor .focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.qodly-localization-editor .focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.qodly-localization-editor .focus-within\:ring-\[1px\]:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.qodly-localization-editor .focus-within\:ring-primary-dark:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(177 116 229/var(--tw-ring-opacity,1))}.qodly-localization-editor .hover\:cursor-pointer:hover{cursor:pointer}.qodly-localization-editor .hover\:border:hover{border-width:.5px}.qodly-localization-editor .hover\:border-primary-hover:hover{--tw-border-opacity:1;border-color:rgb(117 73 154/var(--tw-border-opacity,1))}.qodly-localization-editor .hover\:border-white:hover{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.qodly-localization-editor .hover\:bg-grey-50:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.qodly-localization-editor .hover\:bg-grey-700:hover{--tw-bg-opacity:1;background-color:rgb(57 57 57/var(--tw-bg-opacity,1))}.qodly-localization-editor .hover\:bg-primary-hover:hover{--tw-bg-opacity:1;background-color:rgb(117 73 154/var(--tw-bg-opacity,1))}.qodly-localization-editor .hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgb(146 95 190/var(--tw-bg-opacity,1))}.qodly-localization-editor .hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(240 82 82/var(--tw-bg-opacity,1))}.qodly-localization-editor .hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.qodly-localization-editor .hover\:font-bold:hover{font-weight:700}.qodly-localization-editor .hover\:text-primary-dark:hover{--tw-text-opacity:1;color:rgb(177 116 229/var(--tw-text-opacity,1))}.qodly-localization-editor .hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.qodly-localization-editor .hover\:underline:hover{text-decoration-line:underline}.qodly-localization-editor .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.qodly-localization-editor .focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.qodly-localization-editor .focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.qodly-localization-editor .focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(206 81 81/var(--tw-ring-opacity,1))}.qodly-localization-editor .focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.qodly-localization-editor .focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.qodly-localization-editor .focus-visible\:ring-white:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.qodly-localization-editor .focus-visible\:ring-opacity-75:focus-visible{--tw-ring-opacity:.75}.qodly-localization-editor .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.qodly-localization-editor .disabled\:opacity-50:disabled{opacity:.5}.qodly-localization-editor .group:hover .group-hover\:block{display:block}.qodly-localization-editor .data-\[state\=closed\]\:scale-95[data-state=closed],.qodly-localization-editor .data-\[state\=open\]\:scale-95[data-state=open]{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-localization-editor .data-\[state\=closed\]\:duration-200[data-state=closed]{transition-duration:.2s}.qodly-localization-editor .data-\[state\=open\]\:duration-300[data-state=open]{transition-duration:.3s}.qodly-localization-editor .rtl\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}.qodly-localization-editor .simplebar-content-wrapper{outline:2px solid transparent;outline-offset:2px}