@ws-ui/settings-editor 1.13.0-dev.2 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Standalone/style.css +1 -697
- package/dist/common.cjs.js.map +1 -1
- package/dist/common.es.js.map +1 -1
- package/dist/index.cjs.js +28 -59
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +7286 -14273
- package/dist/index.es.js.map +1 -1
- package/dist/settings-editor.css +1 -1
- package/package.json +9 -10
|
@@ -1,697 +1 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
|
|
2
|
-
@layer properties;
|
|
3
|
-
@layer theme, base, components, utilities;
|
|
4
|
-
@layer theme {
|
|
5
|
-
:root, :host {
|
|
6
|
-
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
7
|
-
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
8
|
-
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
|
-
"Courier New", monospace;
|
|
10
|
-
--color-white: #fff;
|
|
11
|
-
--spacing: 0.25rem;
|
|
12
|
-
--container-2xl: 42rem;
|
|
13
|
-
--text-xs--line-height: calc(1 / 0.75);
|
|
14
|
-
--text-sm: 0.875rem;
|
|
15
|
-
--text-sm--line-height: calc(1.25 / 0.875);
|
|
16
|
-
--radius-md: 0.375rem;
|
|
17
|
-
--default-transition-duration: 150ms;
|
|
18
|
-
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
19
|
-
--default-font-family: var(--font-sans);
|
|
20
|
-
--default-mono-font-family: var(--font-mono);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
@layer base {
|
|
24
|
-
*,
|
|
25
|
-
::after,
|
|
26
|
-
::before,
|
|
27
|
-
::backdrop,
|
|
28
|
-
::file-selector-button {
|
|
29
|
-
box-sizing: border-box;
|
|
30
|
-
margin: 0;
|
|
31
|
-
padding: 0;
|
|
32
|
-
border: 0 solid;
|
|
33
|
-
}
|
|
34
|
-
html,
|
|
35
|
-
:host {
|
|
36
|
-
line-height: 1.5;
|
|
37
|
-
-webkit-text-size-adjust: 100%;
|
|
38
|
-
tab-size: 4;
|
|
39
|
-
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");
|
|
40
|
-
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
41
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
42
|
-
-webkit-tap-highlight-color: transparent;
|
|
43
|
-
}
|
|
44
|
-
hr {
|
|
45
|
-
height: 0;
|
|
46
|
-
color: inherit;
|
|
47
|
-
border-top-width: 1px;
|
|
48
|
-
}
|
|
49
|
-
abbr:where([title]) {
|
|
50
|
-
-webkit-text-decoration: underline dotted;
|
|
51
|
-
text-decoration: underline dotted;
|
|
52
|
-
}
|
|
53
|
-
h1,
|
|
54
|
-
h2,
|
|
55
|
-
h3,
|
|
56
|
-
h4,
|
|
57
|
-
h5,
|
|
58
|
-
h6 {
|
|
59
|
-
font-size: inherit;
|
|
60
|
-
font-weight: inherit;
|
|
61
|
-
}
|
|
62
|
-
a {
|
|
63
|
-
color: inherit;
|
|
64
|
-
-webkit-text-decoration: inherit;
|
|
65
|
-
text-decoration: inherit;
|
|
66
|
-
}
|
|
67
|
-
b,
|
|
68
|
-
strong {
|
|
69
|
-
font-weight: bolder;
|
|
70
|
-
}
|
|
71
|
-
code,
|
|
72
|
-
kbd,
|
|
73
|
-
samp,
|
|
74
|
-
pre {
|
|
75
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
76
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
77
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
78
|
-
font-size: 1em;
|
|
79
|
-
}
|
|
80
|
-
small {
|
|
81
|
-
font-size: 80%;
|
|
82
|
-
}
|
|
83
|
-
sub,
|
|
84
|
-
sup {
|
|
85
|
-
font-size: 75%;
|
|
86
|
-
line-height: 0;
|
|
87
|
-
position: relative;
|
|
88
|
-
vertical-align: baseline;
|
|
89
|
-
}
|
|
90
|
-
sub {
|
|
91
|
-
bottom: -0.25em;
|
|
92
|
-
}
|
|
93
|
-
sup {
|
|
94
|
-
top: -0.5em;
|
|
95
|
-
}
|
|
96
|
-
table {
|
|
97
|
-
text-indent: 0;
|
|
98
|
-
border-color: inherit;
|
|
99
|
-
border-collapse: collapse;
|
|
100
|
-
}
|
|
101
|
-
:-moz-focusring {
|
|
102
|
-
outline: auto;
|
|
103
|
-
}
|
|
104
|
-
progress {
|
|
105
|
-
vertical-align: baseline;
|
|
106
|
-
}
|
|
107
|
-
summary {
|
|
108
|
-
display: list-item;
|
|
109
|
-
}
|
|
110
|
-
ol,
|
|
111
|
-
ul,
|
|
112
|
-
menu {
|
|
113
|
-
list-style: none;
|
|
114
|
-
}
|
|
115
|
-
img,
|
|
116
|
-
svg,
|
|
117
|
-
video,
|
|
118
|
-
canvas,
|
|
119
|
-
audio,
|
|
120
|
-
iframe,
|
|
121
|
-
embed,
|
|
122
|
-
object {
|
|
123
|
-
display: block;
|
|
124
|
-
vertical-align: middle;
|
|
125
|
-
}
|
|
126
|
-
img,
|
|
127
|
-
video {
|
|
128
|
-
max-width: 100%;
|
|
129
|
-
height: auto;
|
|
130
|
-
}
|
|
131
|
-
button,
|
|
132
|
-
input,
|
|
133
|
-
select,
|
|
134
|
-
optgroup,
|
|
135
|
-
textarea,
|
|
136
|
-
::file-selector-button {
|
|
137
|
-
font: inherit;
|
|
138
|
-
font-feature-settings: inherit;
|
|
139
|
-
font-variation-settings: inherit;
|
|
140
|
-
letter-spacing: inherit;
|
|
141
|
-
color: inherit;
|
|
142
|
-
border-radius: 0;
|
|
143
|
-
background-color: transparent;
|
|
144
|
-
opacity: 1;
|
|
145
|
-
}
|
|
146
|
-
:where(select:is([multiple], [size])) optgroup {
|
|
147
|
-
font-weight: bolder;
|
|
148
|
-
}
|
|
149
|
-
:where(select:is([multiple], [size])) optgroup option {
|
|
150
|
-
padding-inline-start: 20px;
|
|
151
|
-
}
|
|
152
|
-
::file-selector-button {
|
|
153
|
-
margin-inline-end: 4px;
|
|
154
|
-
}
|
|
155
|
-
::placeholder {
|
|
156
|
-
opacity: 1;
|
|
157
|
-
}
|
|
158
|
-
@supports (not (-webkit-appearance: -apple-pay-button)) or
|
|
159
|
-
(contain-intrinsic-size: 1px) {
|
|
160
|
-
::placeholder {
|
|
161
|
-
color: currentcolor;
|
|
162
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
163
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
textarea {
|
|
168
|
-
resize: vertical;
|
|
169
|
-
}
|
|
170
|
-
::-webkit-search-decoration {
|
|
171
|
-
-webkit-appearance: none;
|
|
172
|
-
}
|
|
173
|
-
::-webkit-date-and-time-value {
|
|
174
|
-
min-height: 1lh;
|
|
175
|
-
text-align: inherit;
|
|
176
|
-
}
|
|
177
|
-
::-webkit-datetime-edit {
|
|
178
|
-
display: inline-flex;
|
|
179
|
-
}
|
|
180
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
181
|
-
padding: 0;
|
|
182
|
-
}
|
|
183
|
-
::-webkit-datetime-edit,
|
|
184
|
-
::-webkit-datetime-edit-year-field,
|
|
185
|
-
::-webkit-datetime-edit-month-field,
|
|
186
|
-
::-webkit-datetime-edit-day-field,
|
|
187
|
-
::-webkit-datetime-edit-hour-field,
|
|
188
|
-
::-webkit-datetime-edit-minute-field,
|
|
189
|
-
::-webkit-datetime-edit-second-field,
|
|
190
|
-
::-webkit-datetime-edit-millisecond-field,
|
|
191
|
-
::-webkit-datetime-edit-meridiem-field {
|
|
192
|
-
padding-block: 0;
|
|
193
|
-
}
|
|
194
|
-
::-webkit-calendar-picker-indicator {
|
|
195
|
-
line-height: 1;
|
|
196
|
-
}
|
|
197
|
-
:-moz-ui-invalid {
|
|
198
|
-
box-shadow: none;
|
|
199
|
-
}
|
|
200
|
-
button,
|
|
201
|
-
input:where([type="button"], [type="reset"], [type="submit"]),
|
|
202
|
-
::file-selector-button {
|
|
203
|
-
appearance: button;
|
|
204
|
-
}
|
|
205
|
-
::-webkit-inner-spin-button,
|
|
206
|
-
::-webkit-outer-spin-button {
|
|
207
|
-
height: auto;
|
|
208
|
-
}
|
|
209
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
210
|
-
display: none !important;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
@layer utilities {
|
|
214
|
-
.relative {
|
|
215
|
-
position: relative;
|
|
216
|
-
}
|
|
217
|
-
.z-10 {
|
|
218
|
-
z-index: 10;
|
|
219
|
-
}
|
|
220
|
-
.container {
|
|
221
|
-
width: 100%;
|
|
222
|
-
@media (width >= 40rem) {
|
|
223
|
-
max-width: 40rem;
|
|
224
|
-
}
|
|
225
|
-
@media (width >= 48rem) {
|
|
226
|
-
max-width: 48rem;
|
|
227
|
-
}
|
|
228
|
-
@media (width >= 64rem) {
|
|
229
|
-
max-width: 64rem;
|
|
230
|
-
}
|
|
231
|
-
@media (width >= 80rem) {
|
|
232
|
-
max-width: 80rem;
|
|
233
|
-
}
|
|
234
|
-
@media (width >= 96rem) {
|
|
235
|
-
max-width: 96rem;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
.m-0 {
|
|
239
|
-
margin: calc(var(--spacing) * 0);
|
|
240
|
-
}
|
|
241
|
-
.mx-auto {
|
|
242
|
-
margin-inline: auto;
|
|
243
|
-
}
|
|
244
|
-
.mt-12 {
|
|
245
|
-
margin-top: calc(var(--spacing) * 12);
|
|
246
|
-
}
|
|
247
|
-
.mr-1 {
|
|
248
|
-
margin-right: calc(var(--spacing) * 1);
|
|
249
|
-
}
|
|
250
|
-
.mr-2 {
|
|
251
|
-
margin-right: calc(var(--spacing) * 2);
|
|
252
|
-
}
|
|
253
|
-
.mr-3 {
|
|
254
|
-
margin-right: calc(var(--spacing) * 3);
|
|
255
|
-
}
|
|
256
|
-
.ml-auto {
|
|
257
|
-
margin-left: auto;
|
|
258
|
-
}
|
|
259
|
-
.flex {
|
|
260
|
-
display: flex;
|
|
261
|
-
}
|
|
262
|
-
.grid {
|
|
263
|
-
display: grid;
|
|
264
|
-
}
|
|
265
|
-
.hidden {
|
|
266
|
-
display: none;
|
|
267
|
-
}
|
|
268
|
-
.inline-flex {
|
|
269
|
-
display: inline-flex;
|
|
270
|
-
}
|
|
271
|
-
.size-2 {
|
|
272
|
-
width: calc(var(--spacing) * 2);
|
|
273
|
-
height: calc(var(--spacing) * 2);
|
|
274
|
-
}
|
|
275
|
-
.h-3 {
|
|
276
|
-
height: calc(var(--spacing) * 3);
|
|
277
|
-
}
|
|
278
|
-
.h-4 {
|
|
279
|
-
height: calc(var(--spacing) * 4);
|
|
280
|
-
}
|
|
281
|
-
.h-5 {
|
|
282
|
-
height: calc(var(--spacing) * 5);
|
|
283
|
-
}
|
|
284
|
-
.h-6 {
|
|
285
|
-
height: calc(var(--spacing) * 6);
|
|
286
|
-
}
|
|
287
|
-
.h-7 {
|
|
288
|
-
height: calc(var(--spacing) * 7);
|
|
289
|
-
}
|
|
290
|
-
.h-full {
|
|
291
|
-
height: 100%;
|
|
292
|
-
}
|
|
293
|
-
.h-screen {
|
|
294
|
-
height: 100vh;
|
|
295
|
-
}
|
|
296
|
-
.w-3 {
|
|
297
|
-
width: calc(var(--spacing) * 3);
|
|
298
|
-
}
|
|
299
|
-
.w-4 {
|
|
300
|
-
width: calc(var(--spacing) * 4);
|
|
301
|
-
}
|
|
302
|
-
.w-5 {
|
|
303
|
-
width: calc(var(--spacing) * 5);
|
|
304
|
-
}
|
|
305
|
-
.w-6 {
|
|
306
|
-
width: calc(var(--spacing) * 6);
|
|
307
|
-
}
|
|
308
|
-
.w-7 {
|
|
309
|
-
width: calc(var(--spacing) * 7);
|
|
310
|
-
}
|
|
311
|
-
.w-10 {
|
|
312
|
-
width: calc(var(--spacing) * 10);
|
|
313
|
-
}
|
|
314
|
-
.w-12 {
|
|
315
|
-
width: calc(var(--spacing) * 12);
|
|
316
|
-
}
|
|
317
|
-
.w-56 {
|
|
318
|
-
width: calc(var(--spacing) * 56);
|
|
319
|
-
}
|
|
320
|
-
.w-\[208px\] {
|
|
321
|
-
width: 208px;
|
|
322
|
-
}
|
|
323
|
-
.w-full {
|
|
324
|
-
width: 100%;
|
|
325
|
-
}
|
|
326
|
-
.max-w-2xl {
|
|
327
|
-
max-width: var(--container-2xl);
|
|
328
|
-
}
|
|
329
|
-
.flex-1 {
|
|
330
|
-
flex: 1;
|
|
331
|
-
}
|
|
332
|
-
.cursor-pointer {
|
|
333
|
-
cursor: pointer;
|
|
334
|
-
}
|
|
335
|
-
.flex-col {
|
|
336
|
-
flex-direction: column;
|
|
337
|
-
}
|
|
338
|
-
.place-content-center {
|
|
339
|
-
place-content: center;
|
|
340
|
-
}
|
|
341
|
-
.items-center {
|
|
342
|
-
align-items: center;
|
|
343
|
-
}
|
|
344
|
-
.justify-center {
|
|
345
|
-
justify-content: center;
|
|
346
|
-
}
|
|
347
|
-
.gap-1 {
|
|
348
|
-
gap: calc(var(--spacing) * 1);
|
|
349
|
-
}
|
|
350
|
-
.space-y-1 {
|
|
351
|
-
:where(& > :not(:last-child)) {
|
|
352
|
-
--tw-space-y-reverse: 0;
|
|
353
|
-
margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
|
|
354
|
-
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
.space-y-4 {
|
|
358
|
-
:where(& > :not(:last-child)) {
|
|
359
|
-
--tw-space-y-reverse: 0;
|
|
360
|
-
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
|
|
361
|
-
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
.overflow-hidden {
|
|
365
|
-
overflow: hidden;
|
|
366
|
-
}
|
|
367
|
-
.rounded {
|
|
368
|
-
border-radius: 4px;
|
|
369
|
-
}
|
|
370
|
-
.rounded-md {
|
|
371
|
-
border-radius: var(--radius-md);
|
|
372
|
-
}
|
|
373
|
-
.border {
|
|
374
|
-
border-style: var(--tw-border-style);
|
|
375
|
-
border-width: 1px;
|
|
376
|
-
}
|
|
377
|
-
.border-r {
|
|
378
|
-
border-right-style: var(--tw-border-style);
|
|
379
|
-
border-right-width: 1px;
|
|
380
|
-
}
|
|
381
|
-
.border-l {
|
|
382
|
-
border-left-style: var(--tw-border-style);
|
|
383
|
-
border-left-width: 1px;
|
|
384
|
-
}
|
|
385
|
-
.border-grey-500 {
|
|
386
|
-
border-color: var(--ws-grey-500);
|
|
387
|
-
}
|
|
388
|
-
.bg-grey-300 {
|
|
389
|
-
background-color: var(--ws-grey-300);
|
|
390
|
-
}
|
|
391
|
-
.bg-grey-800 {
|
|
392
|
-
background-color: var(--ws-grey-800);
|
|
393
|
-
}
|
|
394
|
-
.bg-primary {
|
|
395
|
-
background-color: var(--ws-primary-default);
|
|
396
|
-
}
|
|
397
|
-
.p-2 {
|
|
398
|
-
padding: calc(var(--spacing) * 2);
|
|
399
|
-
}
|
|
400
|
-
.p-4 {
|
|
401
|
-
padding: calc(var(--spacing) * 4);
|
|
402
|
-
}
|
|
403
|
-
.p-\[1px\] {
|
|
404
|
-
padding: 1px;
|
|
405
|
-
}
|
|
406
|
-
.py-4 {
|
|
407
|
-
padding-block: calc(var(--spacing) * 4);
|
|
408
|
-
}
|
|
409
|
-
.pl-1\.5 {
|
|
410
|
-
padding-left: calc(var(--spacing) * 1.5);
|
|
411
|
-
}
|
|
412
|
-
.text-sm {
|
|
413
|
-
font-size: var(--text-sm);
|
|
414
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
415
|
-
}
|
|
416
|
-
.text-xs {
|
|
417
|
-
font-size: 0.65rem;
|
|
418
|
-
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
419
|
-
}
|
|
420
|
-
.text-\[8px\] {
|
|
421
|
-
font-size: 8px;
|
|
422
|
-
}
|
|
423
|
-
.leading-none {
|
|
424
|
-
--tw-leading: 1;
|
|
425
|
-
line-height: 1;
|
|
426
|
-
}
|
|
427
|
-
.text-body {
|
|
428
|
-
color: var(--ws-bg-foreground);
|
|
429
|
-
}
|
|
430
|
-
.text-grey-50 {
|
|
431
|
-
color: var(--ws-grey-50);
|
|
432
|
-
}
|
|
433
|
-
.text-grey-300 {
|
|
434
|
-
color: var(--ws-grey-300);
|
|
435
|
-
}
|
|
436
|
-
.text-inactive-text {
|
|
437
|
-
color: var(--ws-inactive-text);
|
|
438
|
-
}
|
|
439
|
-
.text-white {
|
|
440
|
-
color: var(--color-white);
|
|
441
|
-
}
|
|
442
|
-
.transition-colors {
|
|
443
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
444
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
445
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
446
|
-
}
|
|
447
|
-
.select-none {
|
|
448
|
-
-webkit-user-select: none;
|
|
449
|
-
user-select: none;
|
|
450
|
-
}
|
|
451
|
-
.placeholder\:text-input-text {
|
|
452
|
-
&::placeholder {
|
|
453
|
-
color: var(--ws-input-text);
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
.placeholder\:opacity-100 {
|
|
457
|
-
&::placeholder {
|
|
458
|
-
opacity: 100%;
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
.hover\:bg-primary-hover {
|
|
462
|
-
&:hover {
|
|
463
|
-
@media (hover: hover) {
|
|
464
|
-
background-color: var(--ws-primary-hover);
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
.hover\:text-body {
|
|
469
|
-
&:hover {
|
|
470
|
-
@media (hover: hover) {
|
|
471
|
-
color: var(--ws-bg-foreground);
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
.hover\:text-grey-100 {
|
|
476
|
-
&:hover {
|
|
477
|
-
@media (hover: hover) {
|
|
478
|
-
color: var(--ws-grey-100);
|
|
479
|
-
}
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
.focus\:outline-none {
|
|
483
|
-
&:focus {
|
|
484
|
-
--tw-outline-style: none;
|
|
485
|
-
outline-style: none;
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
@layer base {
|
|
490
|
-
:root {
|
|
491
|
-
--ws-primary-50: #f2ddff;
|
|
492
|
-
--ws-primary-100: #edd0ff;
|
|
493
|
-
--ws-primary-300: #d0acef;
|
|
494
|
-
--ws-primary-400: #c190ea;
|
|
495
|
-
--ws-primary-600: #935ebf;
|
|
496
|
-
--ws-primary-800: #563374;
|
|
497
|
-
--ws-primary-900: #381e4f;
|
|
498
|
-
--ws-primary-950: #29133c;
|
|
499
|
-
--ws-positive-50: #ecf9f2;
|
|
500
|
-
--ws-positive-100: #d9f2e6;
|
|
501
|
-
--ws-positive-300: #8ed9b3;
|
|
502
|
-
--ws-positive-400: #68cd99;
|
|
503
|
-
--ws-positive-700: #28734d;
|
|
504
|
-
--ws-positive-800: #28734d;
|
|
505
|
-
--ws-positive-900: #0d261a;
|
|
506
|
-
--ws-positive-950: #07130d;
|
|
507
|
-
--ws-warning-50: #fff7e6;
|
|
508
|
-
--ws-warning-100: #ffefcc;
|
|
509
|
-
--ws-warning-300: #fed066;
|
|
510
|
-
--ws-warning-400: #fdc133;
|
|
511
|
-
--ws-warning-700: #986a00;
|
|
512
|
-
--ws-warning-800: #654700;
|
|
513
|
-
--ws-warning-900: #332300;
|
|
514
|
-
--ws-warning-950: #191200;
|
|
515
|
-
--ws-negative-50: #feeeee;
|
|
516
|
-
--ws-negative-100: #fcdcdc;
|
|
517
|
-
--ws-negative-300: #f69797;
|
|
518
|
-
--ws-negative-400: #f37575;
|
|
519
|
-
--ws-negative-700: #9a3232;
|
|
520
|
-
--ws-negative-800: #6e2222;
|
|
521
|
-
--ws-negative-900: #431212;
|
|
522
|
-
--ws-negative-950: #2e0a0a;
|
|
523
|
-
--ws-grey-300: #535353;
|
|
524
|
-
--ws-grey-400: #484848;
|
|
525
|
-
--ws-grey-600: #3f3f3f;
|
|
526
|
-
--ws-palette-primary-200: #e0c7f5;
|
|
527
|
-
--ws-palette-primary-500: #b174e5;
|
|
528
|
-
--ws-palette-primary-700: #75499a;
|
|
529
|
-
--ws-button-bg: var(--vscode-button-background, var(--theia-button-background, var(--ws-palette-primary-500)));
|
|
530
|
-
--ws-button-fg: var(--vscode-button-foreground, var(--theia-button-foreground, var(--ws-palette-white)));
|
|
531
|
-
--ws-primary-default: var(--ws-button-bg);
|
|
532
|
-
--ws-button-text: var(--ws-button-fg);
|
|
533
|
-
--ws-primary-hover: var(--vscode-button-hoverBackground, var(--theia-button-hoverBackground, var(--ws-palette-primary-700)));
|
|
534
|
-
--ws-primary-light: var(--vscode-editorInfo-foreground, var(--vscode-button-background, var(--theia-button-hoverBackground, var(--theia-button-background, var(--ws-palette-primary-200)))));
|
|
535
|
-
--ws-primary-dark: var(--vscode-editor-lineHighlightBackground, var(--vscode-button-foreground, var(--theia-button-hoverBackground, var(--theia-button-foreground, var(--ws-palette-primary-700)))));
|
|
536
|
-
--ws-primary-200: var(--ws-primary-light);
|
|
537
|
-
--ws-primary-500: var(--ws-primary-default);
|
|
538
|
-
--ws-primary-700: var(--ws-primary-hover);
|
|
539
|
-
--ws-palette-positive-200: #b3e6cc;
|
|
540
|
-
--ws-palette-positive-500: #42c080;
|
|
541
|
-
--ws-palette-positive-600: #359a66;
|
|
542
|
-
--ws-positive-dark: var(--vscode-gitDecoration-addedResourceForeground, var(--ws-palette-positive-600));
|
|
543
|
-
--ws-positive-hover: var(--ws-positive-dark);
|
|
544
|
-
--ws-positive-bg: var(--ws-palette-positive-100);
|
|
545
|
-
--ws-positive-light: var(--ws-palette-positive-200);
|
|
546
|
-
--ws-positive-border: var(--ws-positive-500);
|
|
547
|
-
--ws-positive-text: var(--ws-positive-500);
|
|
548
|
-
--ws-positive-500: var(--vscode-testing-iconPassed, var(--ws-palette-positive-500));
|
|
549
|
-
--ws-positive-200: var(--ws-positive-light);
|
|
550
|
-
--ws-positive-600: var(--ws-positive-dark);
|
|
551
|
-
--ws-palette-warning-200: #fee099;
|
|
552
|
-
--ws-palette-warning-500: #fdb100;
|
|
553
|
-
--ws-palette-warning-600: #ca8e00;
|
|
554
|
-
--ws-warning-hover: var(--ws-warning-600);
|
|
555
|
-
--ws-warning-text: var(--ws-warning-500);
|
|
556
|
-
--ws-warning-border: var(--ws-warning-500);
|
|
557
|
-
--ws-warning-500: var(--vscode-list-warningForeground, var(--ws-palette-warning-500));
|
|
558
|
-
--ws-warning-bg: var(--vscode-inputValidation-warningBackground, var(--ws-palette-warning-500));
|
|
559
|
-
--ws-warning-light: var(--vscode-inputValidation-warningBackground, var(--ws-palette-warning-200));
|
|
560
|
-
--ws-warning-dark: var(--vscode-inputValidation-warningBackground, var(--ws-palette-warning-600));
|
|
561
|
-
--ws-warning-200: var(--ws-warning-light);
|
|
562
|
-
--ws-warning-600: var(--ws-warning-dark);
|
|
563
|
-
--ws-palette-negative-200: #f9baba;
|
|
564
|
-
--ws-palette-negative-500: #f05252;
|
|
565
|
-
--ws-palette-negative-600: #c54242;
|
|
566
|
-
--ws-negative-hover: var(--ws-negative-600);
|
|
567
|
-
--ws-negative-text: var(--ws-negative-500);
|
|
568
|
-
--ws-negative-500: var(--vscode-errorForeground, var(--ws-palette-negative-500));
|
|
569
|
-
--ws-negative-light: var(--vscode-inputValidation-errorBackground, var(--ws-palette-negative-200));
|
|
570
|
-
--ws-negative-dark: var(--vscode-inputValidation-errorBackground, var(--ws-palette-negative-600));
|
|
571
|
-
--ws-negative-200: var(--ws-negative-light);
|
|
572
|
-
--ws-negative-600: var(--ws-negative-dark);
|
|
573
|
-
--ws-palette-white: #ffffff;
|
|
574
|
-
--ws-palette-grey-50: #f1f5f9;
|
|
575
|
-
--ws-palette-grey-100: #cccccc;
|
|
576
|
-
--ws-palette-grey-200: #888888;
|
|
577
|
-
--ws-palette-grey-300: #535353;
|
|
578
|
-
--ws-palette-grey-400: #484848;
|
|
579
|
-
--ws-palette-grey-500: #444444;
|
|
580
|
-
--ws-palette-grey-600: #3F3F3F;
|
|
581
|
-
--ws-palette-grey-700: #393939;
|
|
582
|
-
--ws-palette-grey-800: #383838;
|
|
583
|
-
--ws-palette-grey-900: #262626;
|
|
584
|
-
--ws-palette-grey-950: #151515;
|
|
585
|
-
--ws-bg-default: var(--vscode-editor-background, var(--theia-editor-background, var(--ws-palette-white)));
|
|
586
|
-
--ws-bg-foreground: var(--vscode-editor-foreground, var(--theia-panel-foreground, var(--ws-palette-grey-50)));
|
|
587
|
-
--ws-grey-50: var(--ws-bg-foreground);
|
|
588
|
-
--ws-grey-100: var(--vscode-panel-background, var(--theia-panel-background, var(--ws-palette-grey-100)));
|
|
589
|
-
--ws-grey-200: var(--vscode-editor-background, var(--theia-editor-background, var(--ws-palette-grey-200)));
|
|
590
|
-
--ws-grey-950: var(--vscode-panel-border, var(--theia-border-color, var(--ws-palette-grey-950)));
|
|
591
|
-
--ws-grey-500: var(--vscode-descriptionForeground, var(--ws-palette-grey-500));
|
|
592
|
-
--ws-grey-800: var(--vscode-descriptionForeground, var(--ws-palette-grey-800));
|
|
593
|
-
--ws-card-bg: var(--vscode-editorGroupHeader-tabsBackground, var(--theia-editorGroupHeader-tabsBackground, var(--ws-palette-grey-900)));
|
|
594
|
-
--ws-card-border: var(--vscode-editorGroupHeader-tabsBorder, var(--theia-editorGroupHeader-tabsBorder, var(--ws-palette-grey-50)));
|
|
595
|
-
--ws-palette-input-bg: var(--ws-palette-grey-300);
|
|
596
|
-
--ws-palette-input-border: var(--ws-palette-grey-300);
|
|
597
|
-
--ws-palette-input-text: var(--ws-palette-grey-50);
|
|
598
|
-
--ws-palette-input-placeholder: var(--ws-palette-grey-200);
|
|
599
|
-
--ws-palette-input-focus-border: var(--ws-palette-grey-50);
|
|
600
|
-
--ws-input-bg: var(--vscode-input-background, var(--vscode-editorWidget-background, var(--theia-input-background, var(--ws-palette-input-bg))));
|
|
601
|
-
--ws-input-border: var(--vscode-input-border, var(--vscode-panel-border, var(--theia-input-border, var(--ws-palette-input-border))));
|
|
602
|
-
--ws-input-text: var(--vscode-input-foreground, var(--vscode-editor-foreground, var(--theia-input-foreground, var(--ws-palette-input-text))));
|
|
603
|
-
--ws-input-placeholder: var(--vscode-input-placeholderForeground, var(--vscode-editor-foreground, var(--theia-input-placeholderForeground, var(--ws-palette-input-placeholder))));
|
|
604
|
-
--ws-input-focus-border: var(--vscode-focusBorder, var(--vscode-button-background, var(--theia-focusBorder, var(--ws-palette-primary-500))));
|
|
605
|
-
--ws-select-bg: var(--vscode-dropdown-background, var(--vscode-editorWidget-background, var(--theia-dropdown-background, var(--ws-input-bg))));
|
|
606
|
-
--ws-select-border: var(--vscode-dropdown-border, var(--vscode-panel-border, var(--theia-dropdown-border, var(--ws-input-border))));
|
|
607
|
-
--ws-select-text: var(--vscode-dropdown-foreground, var(--vscode-editor-foreground, var(--theia-dropdown-foreground, var(--ws-input-text))));
|
|
608
|
-
--ws-select-list-bg: var(--vscode-editorWidget-background, var(--theia-editorWidget-background, var(--ws-palette-grey-900)));
|
|
609
|
-
--ws-input-option-hover-bg: var(--vscode-list-hoverBackground, var(--vscode-button-hoverBackground, var(--theia-list-hoverBackground, var(--ws-palette-primary-700))));
|
|
610
|
-
--ws-input-option-active-bg: var(--vscode-list-activeSelectionBackground, var(--theia-list-activeSelectionBackground, var(--ws-palette-primary-500)));
|
|
611
|
-
--ws-input-option-active-text: var(--vscode-list-activeSelectionForeground, var(--theia-list-activeSelectionForeground, var(--ws-palette-white)));
|
|
612
|
-
--ws-input-error-border: var(--vscode-inputValidation-errorBorder, var(--theia-inputValidation-errorBorder, var(--ws-palette-negative-500)));
|
|
613
|
-
--ws-input-error-bg: var(--vscode-inputValidation-errorBackground, var(--theia-inputValidation-errorBackground, var(--ws-palette-negative-200)));
|
|
614
|
-
--ws-input-warning-border: var(--vscode-inputValidation-warningBorder, var(--theia-inputValidation-warningBorder, var(--ws-palette-warning-500)));
|
|
615
|
-
--ws-input-warning-bg: var(--vscode-inputValidation-warningBackground, var(--theia-inputValidation-warningBackground, var(--ws-palette-warning-200)));
|
|
616
|
-
--ws-input-info-bg: var(--vscode-panel-background, var(--theia-inputValidation-infoBackground, var(--ws-palette-primary-200)));
|
|
617
|
-
--ws-input-message-bg: var(--vscode-editor-lineHighlightBackground, var(--theia-inputValidation-infoBackground, var(--ws-palette-primary-200)));
|
|
618
|
-
--ws-input-message-text: var(--vscode-editorInfo-foreground, var(--vscode-editor-foreground, var(--theia-inputValidation-infoForeground, var(--ws-palette-primary-500))));
|
|
619
|
-
--ws-inactive-text: var(--vscode-disabledForeground, var(--vscode-editor-foreground, var(--theia-disabled-foreground, var(--ws-palette-grey-200))));
|
|
620
|
-
--ws-disable-bg: var(--vscode-button-disabledBackground, var(--theia-button-disabledBackground, var(--ws-palette-grey-300)));
|
|
621
|
-
--ws-disable-input: var(--vscode-button-disabledBackground, var(--theia-button-disabledBackground, var(--ws-palette-grey-200)));
|
|
622
|
-
--ws-text-muted: var(--vscode-descriptionForeground, var(--vscode-editor-foreground, var(--theia-descriptionForeground, var(--ws-palette-grey-100))));
|
|
623
|
-
--ws-panel-base-ide: var(--vscode-editor-background, var(--theia-editor-background));
|
|
624
|
-
--ws-panel-shift-ide: var(--vscode-editor-foreground, var(--theia-panel-foreground));
|
|
625
|
-
--ws-panel-0-mix: var(--ws-panel-base-ide);
|
|
626
|
-
--ws-panel-1-mix: var(--ws-panel-base-ide);
|
|
627
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
628
|
-
--ws-panel-1-mix: color-mix(in srgb, var(--ws-panel-base-ide) 96%, var(--ws-panel-shift-ide));
|
|
629
|
-
}
|
|
630
|
-
--ws-panel-2-mix: var(--ws-panel-base-ide);
|
|
631
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
632
|
-
--ws-panel-2-mix: color-mix(in srgb, var(--ws-panel-base-ide) 92%, var(--ws-panel-shift-ide));
|
|
633
|
-
}
|
|
634
|
-
--ws-panel-3-mix: var(--ws-panel-base-ide);
|
|
635
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
636
|
-
--ws-panel-3-mix: color-mix(in srgb, var(--ws-panel-base-ide) 88%, var(--ws-panel-shift-ide));
|
|
637
|
-
}
|
|
638
|
-
--ws-panel-4-mix: var(--ws-panel-base-ide);
|
|
639
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
640
|
-
--ws-panel-4-mix: color-mix(in srgb, var(--ws-panel-base-ide) 84%, var(--ws-panel-shift-ide));
|
|
641
|
-
}
|
|
642
|
-
--ws-panel-5-mix: var(--ws-panel-base-ide);
|
|
643
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
644
|
-
--ws-panel-5-mix: color-mix(in srgb, var(--ws-panel-base-ide) 80%, var(--ws-panel-shift-ide));
|
|
645
|
-
}
|
|
646
|
-
--ws-panel-light-mix: var(--ws-panel-base-ide);
|
|
647
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
648
|
-
--ws-panel-light-mix: color-mix(in srgb, var(--ws-panel-base-ide) 90%, var(--ws-panel-shift-ide));
|
|
649
|
-
}
|
|
650
|
-
--ws-panel-0: var(--ws-panel-0-mix, var(--ws-palette-grey-900));
|
|
651
|
-
--ws-panel-1: var(--ws-panel-1-mix, var(--ws-palette-grey-700));
|
|
652
|
-
--ws-panel-2: var(--ws-panel-2-mix, var(--ws-palette-grey-900));
|
|
653
|
-
--ws-panel-3: var(--ws-panel-3-mix, var(--ws-palette-grey-900));
|
|
654
|
-
--ws-panel-4: var(--ws-panel-4-mix, var(--ws-palette-grey-300));
|
|
655
|
-
--ws-panel-5: var(--ws-panel-5-mix, var(--ws-palette-grey-950));
|
|
656
|
-
--ws-panel-light: var(--ws-panel-light-mix, var(--ws-palette-grey-200));
|
|
657
|
-
--ws-panel-border-subtle: var(--vscode-panel-border, var(--theia-border-color, var(--ws-palette-grey-100)));
|
|
658
|
-
--ws-panel-border-strong: var(--vscode-contrastBorder, var(--theia-contrastBorder, var(--ws-palette-grey-300)));
|
|
659
|
-
--ws-tab-bg-default: var(--vscode-editorGroupHeader-tabsBackground, var(--ws-palette-grey-900));
|
|
660
|
-
--ws-tab-border: var(--vscode-tab-border, var(--ws-palette-grey-950));
|
|
661
|
-
--ws-tab-active-bg: var(--vscode-tab-activeBackground, var(--ws-palette-grey-800));
|
|
662
|
-
--ws-tab-active-fg: var(--vscode-tab-activeForeground, var(--ws-bg-foreground));
|
|
663
|
-
--ws-tab-inactive-bg: var(--vscode-tab-inactiveBackground, var(--ws-palette-grey-900));
|
|
664
|
-
--ws-tab-inactive-fg: var(--vscode-tab-inactiveForeground, var(--ws-palette-grey-200));
|
|
665
|
-
--ws-tab-hover-bg: var(--vscode-tab-hoverBackground, var(--ws-palette-grey-700));
|
|
666
|
-
--ws-panel-header-bg: var(--vscode-sideBarSectionHeader-background, var(--ws-palette-grey-800));
|
|
667
|
-
--ws-panel-header-fg: var(--vscode-sideBarSectionHeader-foreground, var(--ws-bg-foreground));
|
|
668
|
-
--ws-panel-bg: var(--vscode-panel-background, var(--ws-bg-default));
|
|
669
|
-
--ws-panel-border: var(--vscode-panel-border, var(--ws-palette-grey-950));
|
|
670
|
-
--ws-panel-title-active-border: var(--vscode-panelTitle-activeBorder, var(--ws-palette-primary-500));
|
|
671
|
-
--ws-panel-title-active-fg: var(--vscode-panelTitle-activeForeground, var(--ws-bg-foreground));
|
|
672
|
-
--ws-panel-title-inactive-fg: var(--vscode-panelTitle-inactiveForeground, var(--ws-palette-grey-100));
|
|
673
|
-
}
|
|
674
|
-
}
|
|
675
|
-
@property --tw-space-y-reverse {
|
|
676
|
-
syntax: "*";
|
|
677
|
-
inherits: false;
|
|
678
|
-
initial-value: 0;
|
|
679
|
-
}
|
|
680
|
-
@property --tw-border-style {
|
|
681
|
-
syntax: "*";
|
|
682
|
-
inherits: false;
|
|
683
|
-
initial-value: solid;
|
|
684
|
-
}
|
|
685
|
-
@property --tw-leading {
|
|
686
|
-
syntax: "*";
|
|
687
|
-
inherits: false;
|
|
688
|
-
}
|
|
689
|
-
@layer properties {
|
|
690
|
-
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
691
|
-
*, ::before, ::after, ::backdrop {
|
|
692
|
-
--tw-space-y-reverse: 0;
|
|
693
|
-
--tw-border-style: solid;
|
|
694
|
-
--tw-leading: initial;
|
|
695
|
-
}
|
|
696
|
-
}
|
|
697
|
-
}
|
|
1
|
+
.qodly-settings-editor *,.qodly-settings-editor :after,.qodly-settings-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-settings-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: }/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/.qodly-settings-editor *,.qodly-settings-editor :after,.qodly-settings-editor :before{box-sizing:border-box;border:0 solid #e5e7eb}.qodly-settings-editor :after,.qodly-settings-editor :before{--tw-content:""}.qodly-settings-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-settings-editor hr{height:0;color:inherit;border-top-width:1px}.qodly-settings-editor abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.qodly-settings-editor h1,.qodly-settings-editor h2,.qodly-settings-editor h3,.qodly-settings-editor h4,.qodly-settings-editor h5,.qodly-settings-editor h6{font-size:inherit;font-weight:inherit}.qodly-settings-editor a{color:inherit;text-decoration:inherit}.qodly-settings-editor b,.qodly-settings-editor strong{font-weight:bolder}.qodly-settings-editor code,.qodly-settings-editor kbd,.qodly-settings-editor pre,.qodly-settings-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-settings-editor small{font-size:80%}.qodly-settings-editor sub,.qodly-settings-editor sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.qodly-settings-editor sub{bottom:-.25em}.qodly-settings-editor sup{top:-.5em}.qodly-settings-editor table{text-indent:0;border-color:inherit;border-collapse:collapse}.qodly-settings-editor button,.qodly-settings-editor input,.qodly-settings-editor optgroup,.qodly-settings-editor select,.qodly-settings-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-settings-editor button,.qodly-settings-editor select{text-transform:none}.qodly-settings-editor button,.qodly-settings-editor input:where([type=button]),.qodly-settings-editor input:where([type=reset]),.qodly-settings-editor input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}.qodly-settings-editor :-moz-focusring{outline:auto}.qodly-settings-editor :-moz-ui-invalid{box-shadow:none}.qodly-settings-editor progress{vertical-align:baseline}.qodly-settings-editor ::-webkit-inner-spin-button,.qodly-settings-editor ::-webkit-outer-spin-button{height:auto}.qodly-settings-editor [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.qodly-settings-editor ::-webkit-search-decoration{-webkit-appearance:none}.qodly-settings-editor ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.qodly-settings-editor summary{display:list-item}.qodly-settings-editor blockquote,.qodly-settings-editor dd,.qodly-settings-editor dl,.qodly-settings-editor figure,.qodly-settings-editor h1,.qodly-settings-editor h2,.qodly-settings-editor h3,.qodly-settings-editor h4,.qodly-settings-editor h5,.qodly-settings-editor h6,.qodly-settings-editor hr,.qodly-settings-editor p,.qodly-settings-editor pre{margin:0}.qodly-settings-editor fieldset{margin:0;padding:0}.qodly-settings-editor legend{padding:0}.qodly-settings-editor menu,.qodly-settings-editor ol,.qodly-settings-editor ul{list-style:none;margin:0;padding:0}.qodly-settings-editor dialog{padding:0}.qodly-settings-editor textarea{resize:vertical}.qodly-settings-editor input::-moz-placeholder,.qodly-settings-editor textarea::-moz-placeholder{opacity:1;color:#9ca3af}.qodly-settings-editor input::placeholder,.qodly-settings-editor textarea::placeholder{opacity:1;color:#9ca3af}.qodly-settings-editor [role=button],.qodly-settings-editor button{cursor:pointer}.qodly-settings-editor :disabled{cursor:default}.qodly-settings-editor audio,.qodly-settings-editor canvas,.qodly-settings-editor embed,.qodly-settings-editor iframe,.qodly-settings-editor img,.qodly-settings-editor object,.qodly-settings-editor svg,.qodly-settings-editor video{display:block;vertical-align:middle}.qodly-settings-editor img,.qodly-settings-editor video{max-width:100%;height:auto}.qodly-settings-editor [hidden]:where(:not([hidden=until-found])){display:none}.qodly-settings-editor .container{width:100%}@media (min-width:640px){.qodly-settings-editor .container{max-width:640px}}@media (min-width:768px){.qodly-settings-editor .container{max-width:768px}}@media (min-width:1024px){.qodly-settings-editor .container{max-width:1024px}}@media (min-width:1280px){.qodly-settings-editor .container{max-width:1280px}}@media (min-width:1536px){.qodly-settings-editor .container{max-width:1536px}}.qodly-settings-editor .prose{color:var(--tw-prose-body);max-width:65ch}.qodly-settings-editor .prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.qodly-settings-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-settings-editor .prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.qodly-settings-editor .prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.qodly-settings-editor .prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-settings-editor .prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-settings-editor .prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-settings-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-settings-editor .prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.qodly-settings-editor .prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.qodly-settings-editor .prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.qodly-settings-editor .prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.qodly-settings-editor .prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.qodly-settings-editor .prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.qodly-settings-editor .prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.qodly-settings-editor .prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.qodly-settings-editor .prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.qodly-settings-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-settings-editor .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.qodly-settings-editor .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.qodly-settings-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-settings-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-settings-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:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.qodly-settings-editor .prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.qodly-settings-editor .prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.qodly-settings-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-settings-editor .prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.qodly-settings-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-settings-editor .prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.qodly-settings-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-settings-editor .prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.qodly-settings-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-settings-editor .prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.qodly-settings-editor .prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.qodly-settings-editor .prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.qodly-settings-editor .prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.qodly-settings-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-settings-editor .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.qodly-settings-editor .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.qodly-settings-editor .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.qodly-settings-editor .prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-settings-editor .prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-settings-editor .prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.qodly-settings-editor .prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.qodly-settings-editor .prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-settings-editor .prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-settings-editor .prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.qodly-settings-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-settings-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-settings-editor .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.qodly-settings-editor .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.qodly-settings-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-settings-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-settings-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-settings-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-settings-editor .prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.qodly-settings-editor .prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.qodly-settings-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-settings-editor .prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.qodly-settings-editor .prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.qodly-settings-editor .prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.qodly-settings-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-settings-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-settings-editor .prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.qodly-settings-editor .prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.qodly-settings-editor .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.qodly-settings-editor .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.qodly-settings-editor .prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.qodly-settings-editor .prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.qodly-settings-editor .prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.qodly-settings-editor .prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.qodly-settings-editor .prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.qodly-settings-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-settings-editor .prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.qodly-settings-editor .prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.qodly-settings-editor .prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-settings-editor .prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-settings-editor .prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-settings-editor .prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-settings-editor .prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.qodly-settings-editor .prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.qodly-settings-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-settings-editor .prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.qodly-settings-editor .prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.qodly-settings-editor .prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.qodly-settings-editor .prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-settings-editor .prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.qodly-settings-editor .prose-sm{font-size:.875rem;line-height:1.7142857}.qodly-settings-editor .prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.qodly-settings-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-settings-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-settings-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-settings-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-settings-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-settings-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-settings-editor .prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:5px;margin-bottom:5px}.qodly-settings-editor .prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.qodly-settings-editor .prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.qodly-settings-editor .prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.qodly-settings-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-settings-editor .prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.qodly-settings-editor .prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.qodly-settings-editor .prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.qodly-settings-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-settings-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-settings-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-settings-editor .prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.qodly-settings-editor .prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.qodly-settings-editor .prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.qodly-settings-editor .prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.qodly-settings-editor .prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.qodly-settings-editor .prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.qodly-settings-editor .prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.qodly-settings-editor .prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.qodly-settings-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-settings-editor .prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.qodly-settings-editor .prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.qodly-settings-editor .prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.qodly-settings-editor .prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.qodly-settings-editor .prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-settings-editor .prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-settings-editor .prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-settings-editor .prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-settings-editor .prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.qodly-settings-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-settings-editor .prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.qodly-settings-editor .prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.qodly-settings-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-settings-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-settings-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-settings-editor .prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.qodly-settings-editor .prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.qodly-settings-editor .prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.qodly-settings-editor .prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.qodly-settings-editor .prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.qodly-settings-editor .prose-sm :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:#ccc}.qodly-settings-editor .prose-sm :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:#bfdbfe}.qodly-settings-editor .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.qodly-settings-editor .pointer-events-none{pointer-events:none}.qodly-settings-editor .pointer-events-auto{pointer-events:auto}.qodly-settings-editor .invisible{visibility:hidden}.qodly-settings-editor .static{position:static}.qodly-settings-editor .fixed{position:fixed}.qodly-settings-editor .absolute{position:absolute}.qodly-settings-editor .relative{position:relative}.qodly-settings-editor .inset-0{inset:0}.qodly-settings-editor .inset-x-0{left:0;right:0}.qodly-settings-editor .inset-x-4{left:1rem;right:1rem}.qodly-settings-editor .bottom-4{bottom:1rem}.qodly-settings-editor .left-1\/2{left:50%}.qodly-settings-editor .right-1{right:.25rem}.qodly-settings-editor .top-1{top:.25rem}.qodly-settings-editor .top-1\/2{top:50%}.qodly-settings-editor .top-4{top:1rem}.qodly-settings-editor .top-full{top:100%}.qodly-settings-editor .isolate{isolation:isolate}.qodly-settings-editor .z-0{z-index:0}.qodly-settings-editor .z-10{z-index:10}.qodly-settings-editor .z-20{z-index:20}.qodly-settings-editor .z-\[1000\]{z-index:1000}.qodly-settings-editor .z-\[1999\]{z-index:1999}.qodly-settings-editor .z-\[2147483647\]{z-index:2147483647}.qodly-settings-editor .mx-1{margin-left:.25rem;margin-right:.25rem}.qodly-settings-editor .mx-auto{margin-left:auto;margin-right:auto}.qodly-settings-editor .-mt-6{margin-top:-1.5rem}.qodly-settings-editor .mb-1{margin-bottom:.25rem}.qodly-settings-editor .mb-2{margin-bottom:.5rem}.qodly-settings-editor .mb-3{margin-bottom:.75rem}.qodly-settings-editor .mb-4{margin-bottom:1rem}.qodly-settings-editor .ml-1{margin-left:.25rem}.qodly-settings-editor .ml-auto{margin-left:auto}.qodly-settings-editor .mr-1{margin-right:.25rem}.qodly-settings-editor .mr-2{margin-right:.5rem}.qodly-settings-editor .mr-3{margin-right:.75rem}.qodly-settings-editor .mr-4{margin-right:1rem}.qodly-settings-editor .mt-12{margin-top:3rem}.qodly-settings-editor .mt-4{margin-top:1rem}.qodly-settings-editor .mt-px{margin-top:1px}.qodly-settings-editor .block{display:block}.qodly-settings-editor .inline-block{display:inline-block}.qodly-settings-editor .flex{display:flex}.qodly-settings-editor .inline-flex{display:inline-flex}.qodly-settings-editor .table{display:table}.qodly-settings-editor .grid{display:grid}.qodly-settings-editor .hidden{display:none}.qodly-settings-editor .size-4{width:1rem;height:1rem}.qodly-settings-editor .size-6{width:1.5rem;height:1.5rem}.qodly-settings-editor .h-1\/2{height:50%}.qodly-settings-editor .h-12{height:3rem}.qodly-settings-editor .h-2{height:.5rem}.qodly-settings-editor .h-2\.5{height:.625rem}.qodly-settings-editor .h-20{height:5rem}.qodly-settings-editor .h-3{height:.75rem}.qodly-settings-editor .h-3\.5{height:.875rem}.qodly-settings-editor .h-4{height:1rem}.qodly-settings-editor .h-4\.5{height:1.125rem}.qodly-settings-editor .h-5{height:1.25rem}.qodly-settings-editor .h-6{height:1.5rem}.qodly-settings-editor .h-60{height:15rem}.qodly-settings-editor .h-7{height:1.75rem}.qodly-settings-editor .h-8{height:2rem}.qodly-settings-editor .h-full{height:100%}.qodly-settings-editor .h-screen{height:100vh}.qodly-settings-editor .max-h-\[10rem\]{max-height:10rem}.qodly-settings-editor .min-h-\[10rem\]{min-height:10rem}.qodly-settings-editor .w-1\/2{width:50%}.qodly-settings-editor .w-10{width:2.5rem}.qodly-settings-editor .w-12{width:3rem}.qodly-settings-editor .w-16{width:4rem}.qodly-settings-editor .w-2\.5{width:.625rem}.qodly-settings-editor .w-20{width:5rem}.qodly-settings-editor .w-3{width:.75rem}.qodly-settings-editor .w-3\.5{width:.875rem}.qodly-settings-editor .w-4{width:1rem}.qodly-settings-editor .w-40{width:10rem}.qodly-settings-editor .w-5{width:1.25rem}.qodly-settings-editor .w-56{width:14rem}.qodly-settings-editor .w-6{width:1.5rem}.qodly-settings-editor .w-60{width:15rem}.qodly-settings-editor .w-7{width:1.75rem}.qodly-settings-editor .w-8{width:2rem}.qodly-settings-editor .w-80{width:20rem}.qodly-settings-editor .w-96{width:24rem}.qodly-settings-editor .w-\[--width\]{width:var(--width)}.qodly-settings-editor .w-fit{width:-moz-fit-content;width:fit-content}.qodly-settings-editor .w-full{width:100%}.qodly-settings-editor .w-screen{width:100vw}.qodly-settings-editor .min-w-0{min-width:0}.qodly-settings-editor .min-w-full{min-width:100%}.qodly-settings-editor .max-w-2xl{max-width:42rem}.qodly-settings-editor .max-w-\[240px\]{max-width:240px}.qodly-settings-editor .flex-1{flex:1 1 0%}.qodly-settings-editor .flex-none{flex:none}.qodly-settings-editor .shrink-0{flex-shrink:0}.qodly-settings-editor .-translate-x-1\/2{--tw-translate-x:-50%}.qodly-settings-editor .-translate-x-1\/2,.qodly-settings-editor .-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-settings-editor .-translate-y-1\/2{--tw-translate-y:-50%}.qodly-settings-editor .translate-x-0{--tw-translate-x:0px}.qodly-settings-editor .translate-x-0,.qodly-settings-editor .translate-x-2\.5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-settings-editor .translate-x-2\.5{--tw-translate-x:0.625rem}.qodly-settings-editor .translate-x-3{--tw-translate-x:0.75rem}.qodly-settings-editor .translate-x-3,.qodly-settings-editor .translate-x-\[0\.85rem\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-settings-editor .translate-x-\[0\.85rem\]{--tw-translate-x:0.85rem}.qodly-settings-editor .-rotate-90{--tw-rotate:-90deg}.qodly-settings-editor .-rotate-90,.qodly-settings-editor .rotate-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-settings-editor .rotate-0{--tw-rotate:0deg}.qodly-settings-editor .scale-100{--tw-scale-x:1;--tw-scale-y:1}.qodly-settings-editor .scale-100,.qodly-settings-editor .scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-settings-editor .scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.qodly-settings-editor .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.qodly-settings-editor .cursor-pointer{cursor:pointer}.qodly-settings-editor .select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.qodly-settings-editor .resize{resize:both}.qodly-settings-editor .list-disc{list-style-type:disc}.qodly-settings-editor .flex-row{flex-direction:row}.qodly-settings-editor .flex-col{flex-direction:column}.qodly-settings-editor .place-content-center{place-content:center}.qodly-settings-editor .items-start{align-items:flex-start}.qodly-settings-editor .items-center{align-items:center}.qodly-settings-editor .justify-start{justify-content:flex-start}.qodly-settings-editor .justify-center{justify-content:center}.qodly-settings-editor .justify-between{justify-content:space-between}.qodly-settings-editor .gap-1{gap:.25rem}.qodly-settings-editor .gap-2{gap:.5rem}.qodly-settings-editor .gap-3{gap:.75rem}.qodly-settings-editor .gap-4{gap:1rem}.qodly-settings-editor .gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.qodly-settings-editor .gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.qodly-settings-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-settings-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-settings-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-settings-editor .self-center{align-self:center}.qodly-settings-editor .overflow-auto{overflow:auto}.qodly-settings-editor .overflow-hidden{overflow:hidden}.qodly-settings-editor .overflow-y-auto{overflow-y:auto}.qodly-settings-editor .text-ellipsis{text-overflow:ellipsis}.qodly-settings-editor .whitespace-nowrap{white-space:nowrap}.qodly-settings-editor .text-wrap{text-wrap:wrap}.qodly-settings-editor .rounded{border-radius:4px}.qodly-settings-editor .rounded-full{border-radius:9999px}.qodly-settings-editor .rounded-lg{border-radius:.5rem}.qodly-settings-editor .rounded-md{border-radius:.375rem}.qodly-settings-editor .rounded-sm{border-radius:.125rem}.qodly-settings-editor .border{border-width:.5px}.qodly-settings-editor .border-2{border-width:2px}.qodly-settings-editor .border-l{border-left-width:.5px}.qodly-settings-editor .border-r{border-right-width:.5px}.qodly-settings-editor .border-t{border-top-width:.5px}.qodly-settings-editor .border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.qodly-settings-editor .border-grey-50{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.qodly-settings-editor .border-grey-500{--tw-border-opacity:1;border-color:rgb(68 68 68/var(--tw-border-opacity,1))}.qodly-settings-editor .border-grey-900{--tw-border-opacity:1;border-color:rgb(38 38 38/var(--tw-border-opacity,1))}.qodly-settings-editor .border-primary-dark{--tw-border-opacity:1;border-color:rgb(177 116 229/var(--tw-border-opacity,1))}.qodly-settings-editor .border-red-500{--tw-border-opacity:1;border-color:rgb(206 81 81/var(--tw-border-opacity,1))}.qodly-settings-editor .border-transparent{border-color:transparent}.qodly-settings-editor .border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.qodly-settings-editor .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-fd-gray-default{--tw-bg-opacity:1;background-color:rgb(49 49 49/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-grey-200{--tw-bg-opacity:1;background-color:rgb(136 136 136/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-grey-300{--tw-bg-opacity:1;background-color:rgb(83 83 83/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-grey-600{--tw-bg-opacity:1;background-color:rgb(63 63 63/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-grey-800{--tw-bg-opacity:1;background-color:rgb(56 56 56/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-grey-900{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-primary-dark{--tw-bg-opacity:1;background-color:rgb(177 116 229/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-primary-hover{--tw-bg-opacity:1;background-color:rgb(117 73 154/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-primary-light,.qodly-settings-editor .bg-purple-200{--tw-bg-opacity:1;background-color:rgb(232 195 255/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-purple-800{--tw-bg-opacity:1;background-color:rgb(146 95 190/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-red-300{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-red-500{--tw-bg-opacity:1;background-color:rgb(206 81 81/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-transparent{background-color:transparent}.qodly-settings-editor .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.qodly-settings-editor .bg-opacity-40{--tw-bg-opacity:0.4}.qodly-settings-editor .bg-opacity-80{--tw-bg-opacity:0.8}.qodly-settings-editor .stroke-current{stroke:currentColor}.qodly-settings-editor .p-1{padding:.25rem}.qodly-settings-editor .p-2{padding:.5rem}.qodly-settings-editor .p-4{padding:1rem}.qodly-settings-editor .p-6{padding:1.5rem}.qodly-settings-editor .px-1{padding-left:.25rem;padding-right:.25rem}.qodly-settings-editor .px-10{padding-left:2.5rem;padding-right:2.5rem}.qodly-settings-editor .px-12{padding-left:3rem;padding-right:3rem}.qodly-settings-editor .px-2{padding-left:.5rem;padding-right:.5rem}.qodly-settings-editor .px-3{padding-left:.75rem;padding-right:.75rem}.qodly-settings-editor .px-4{padding-left:1rem;padding-right:1rem}.qodly-settings-editor .px-6{padding-left:1.5rem;padding-right:1.5rem}.qodly-settings-editor .px-8{padding-left:2rem;padding-right:2rem}.qodly-settings-editor .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.qodly-settings-editor .py-1{padding-top:.25rem;padding-bottom:.25rem}.qodly-settings-editor .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.qodly-settings-editor .py-2{padding-top:.5rem;padding-bottom:.5rem}.qodly-settings-editor .py-4{padding-top:1rem;padding-bottom:1rem}.qodly-settings-editor .py-6{padding-top:1.5rem;padding-bottom:1.5rem}.qodly-settings-editor .pb-8{padding-bottom:2rem}.qodly-settings-editor .pl-1{padding-left:.25rem}.qodly-settings-editor .pl-1\.5{padding-left:.375rem}.qodly-settings-editor .pl-2{padding-left:.5rem}.qodly-settings-editor .pr-1{padding-right:.25rem}.qodly-settings-editor .pt-1{padding-top:.25rem}.qodly-settings-editor .text-left{text-align:left}.qodly-settings-editor .text-center{text-align:center}.qodly-settings-editor .font-poppins{font-family:Poppins,sans-serif}.qodly-settings-editor .text-2xl{font-size:1.5rem;line-height:2rem}.qodly-settings-editor .text-4xl{font-size:2.25rem;line-height:2.5rem}.qodly-settings-editor .text-\[12px\]{font-size:12px}.qodly-settings-editor .text-\[8px\]{font-size:8px}.qodly-settings-editor .text-base{font-size:1rem;line-height:1.5rem}.qodly-settings-editor .text-lg{font-size:1.125rem;line-height:1.75rem}.qodly-settings-editor .text-s{font-size:.75rem}.qodly-settings-editor .text-sm{font-size:.875rem;line-height:1.25rem}.qodly-settings-editor .text-xs{font-size:.65rem}.qodly-settings-editor .text-xxs{font-size:.55rem}.qodly-settings-editor .font-bold{font-weight:700}.qodly-settings-editor .font-extralight{font-weight:200}.qodly-settings-editor .font-medium{font-weight:500}.qodly-settings-editor .font-semibold{font-weight:600}.qodly-settings-editor .font-thin{font-weight:100}.qodly-settings-editor .capitalize{text-transform:capitalize}.qodly-settings-editor .italic{font-style:italic}.qodly-settings-editor .leading-6{line-height:1.5rem}.qodly-settings-editor .leading-none{line-height:1}.qodly-settings-editor .text-fd-gray-lighter{--tw-text-opacity:1;color:rgb(234 234 234/var(--tw-text-opacity,1))}.qodly-settings-editor .text-fd-gray-mild{--tw-text-opacity:1;color:rgb(179 179 179/var(--tw-text-opacity,1))}.qodly-settings-editor .text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.qodly-settings-editor .text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.qodly-settings-editor .text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.qodly-settings-editor .text-grey-100{--tw-text-opacity:1;color:rgb(204 204 204/var(--tw-text-opacity,1))}.qodly-settings-editor .text-grey-200{--tw-text-opacity:1;color:rgb(136 136 136/var(--tw-text-opacity,1))}.qodly-settings-editor .text-grey-300{--tw-text-opacity:1;color:rgb(83 83 83/var(--tw-text-opacity,1))}.qodly-settings-editor .text-grey-50{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.qodly-settings-editor .text-primary{--tw-text-opacity:1;color:rgb(187 11 209/var(--tw-text-opacity,1))}.qodly-settings-editor .text-primary-dark{--tw-text-opacity:1;color:rgb(177 116 229/var(--tw-text-opacity,1))}.qodly-settings-editor .text-purple-900{--tw-text-opacity:1;color:rgb(187 11 209/var(--tw-text-opacity,1))}.qodly-settings-editor .text-red-400{--tw-text-opacity:1;color:rgb(240 82 82/var(--tw-text-opacity,1))}.qodly-settings-editor .text-red-500{--tw-text-opacity:1;color:rgb(206 81 81/var(--tw-text-opacity,1))}.qodly-settings-editor .text-red-600{--tw-text-opacity:1;color:rgb(251 115 115/var(--tw-text-opacity,1))}.qodly-settings-editor .text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.qodly-settings-editor .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.qodly-settings-editor .text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.qodly-settings-editor .text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.qodly-settings-editor .text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.qodly-settings-editor .placeholder-grey-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(136 136 136/var(--tw-placeholder-opacity,1))}.qodly-settings-editor .placeholder-grey-200::placeholder{--tw-placeholder-opacity:1;color:rgb(136 136 136/var(--tw-placeholder-opacity,1))}.qodly-settings-editor .opacity-0{opacity:0}.qodly-settings-editor .opacity-100{opacity:1}.qodly-settings-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-settings-editor .shadow,.qodly-settings-editor .shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.qodly-settings-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-settings-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-settings-editor .shadow-lg,.qodly-settings-editor .shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.qodly-settings-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-settings-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-settings-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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.qodly-settings-editor .ring-primary-dark{--tw-ring-opacity:1;--tw-ring-color:rgb(177 116 229/var(--tw-ring-opacity,1))}.qodly-settings-editor .ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgb(206 81 81/var(--tw-ring-opacity,1))}.qodly-settings-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-settings-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-settings-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-settings-editor .duration-200{transition-duration:.2s}.qodly-settings-editor .duration-300{transition-duration:.3s}.qodly-settings-editor .ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.qodly-settings-editor .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.qodly-settings-editor .ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.qodly-settings-editor .focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.qodly-settings-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-settings-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-settings-editor .hover\:border-primary-hover:hover{--tw-border-opacity:1;border-color:rgb(117 73 154/var(--tw-border-opacity,1))}.qodly-settings-editor .hover\:border-white:hover{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.qodly-settings-editor .hover\:bg-grey-50:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.qodly-settings-editor .hover\:bg-primary-hover:hover{--tw-bg-opacity:1;background-color:rgb(117 73 154/var(--tw-bg-opacity,1))}.qodly-settings-editor .hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgb(146 95 190/var(--tw-bg-opacity,1))}.qodly-settings-editor .hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(240 82 82/var(--tw-bg-opacity,1))}.qodly-settings-editor .hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.qodly-settings-editor .hover\:font-bold:hover{font-weight:700}.qodly-settings-editor .hover\:text-grey-100:hover{--tw-text-opacity:1;color:rgb(204 204 204/var(--tw-text-opacity,1))}.qodly-settings-editor .hover\:text-grey-50:hover{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.qodly-settings-editor .hover\:text-primary-dark:hover{--tw-text-opacity:1;color:rgb(177 116 229/var(--tw-text-opacity,1))}.qodly-settings-editor .hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.qodly-settings-editor .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.qodly-settings-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-settings-editor .focus\:ring-primary-dark:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(177 116 229/var(--tw-ring-opacity,1))}.qodly-settings-editor .focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(206 81 81/var(--tw-ring-opacity,1))}.qodly-settings-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-settings-editor .focus-visible\:ring-white:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.qodly-settings-editor .focus-visible\:ring-opacity-75:focus-visible{--tw-ring-opacity:0.75}.qodly-settings-editor .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.qodly-settings-editor .disabled\:opacity-50:disabled{opacity:.5}.qodly-settings-editor .group:hover .group-hover\:block{display:block}
|