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