react-restyle-components 0.2.41 → 0.2.42
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/lib/package.json +1 -1
- package/lib/src/tc.module.css +87 -925
- package/package.json +1 -1
package/lib/src/tc.module.css
CHANGED
|
@@ -1,1597 +1,759 @@
|
|
|
1
|
-
*, ::before, ::after {
|
|
2
|
-
--tw-border-spacing-x: 0;
|
|
3
|
-
--tw-border-spacing-y: 0;
|
|
4
|
-
--tw-translate-x: 0;
|
|
5
|
-
--tw-translate-y: 0;
|
|
6
|
-
--tw-rotate: 0;
|
|
7
|
-
--tw-skew-x: 0;
|
|
8
|
-
--tw-skew-y: 0;
|
|
9
|
-
--tw-scale-x: 1;
|
|
10
|
-
--tw-scale-y: 1;
|
|
11
|
-
--tw-pan-x: ;
|
|
12
|
-
--tw-pan-y: ;
|
|
13
|
-
--tw-pinch-zoom: ;
|
|
14
|
-
--tw-scroll-snap-strictness: proximity;
|
|
15
|
-
--tw-gradient-from-position: ;
|
|
16
|
-
--tw-gradient-via-position: ;
|
|
17
|
-
--tw-gradient-to-position: ;
|
|
18
|
-
--tw-ordinal: ;
|
|
19
|
-
--tw-slashed-zero: ;
|
|
20
|
-
--tw-numeric-figure: ;
|
|
21
|
-
--tw-numeric-spacing: ;
|
|
22
|
-
--tw-numeric-fraction: ;
|
|
23
|
-
--tw-ring-inset: ;
|
|
24
|
-
--tw-ring-offset-width: 0px;
|
|
25
|
-
--tw-ring-offset-color: #fff;
|
|
26
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
27
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
28
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
29
|
-
--tw-shadow: 0 0 #0000;
|
|
30
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
31
|
-
--tw-blur: ;
|
|
32
|
-
--tw-brightness: ;
|
|
33
|
-
--tw-contrast: ;
|
|
34
|
-
--tw-grayscale: ;
|
|
35
|
-
--tw-hue-rotate: ;
|
|
36
|
-
--tw-invert: ;
|
|
37
|
-
--tw-saturate: ;
|
|
38
|
-
--tw-sepia: ;
|
|
39
|
-
--tw-drop-shadow: ;
|
|
40
|
-
--tw-backdrop-blur: ;
|
|
41
|
-
--tw-backdrop-brightness: ;
|
|
42
|
-
--tw-backdrop-contrast: ;
|
|
43
|
-
--tw-backdrop-grayscale: ;
|
|
44
|
-
--tw-backdrop-hue-rotate: ;
|
|
45
|
-
--tw-backdrop-invert: ;
|
|
46
|
-
--tw-backdrop-opacity: ;
|
|
47
|
-
--tw-backdrop-saturate: ;
|
|
48
|
-
--tw-backdrop-sepia: ;
|
|
49
|
-
--tw-contain-size: ;
|
|
50
|
-
--tw-contain-layout: ;
|
|
51
|
-
--tw-contain-paint: ;
|
|
52
|
-
--tw-contain-style: ;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
::backdrop {
|
|
56
|
-
--tw-border-spacing-x: 0;
|
|
57
|
-
--tw-border-spacing-y: 0;
|
|
58
|
-
--tw-translate-x: 0;
|
|
59
|
-
--tw-translate-y: 0;
|
|
60
|
-
--tw-rotate: 0;
|
|
61
|
-
--tw-skew-x: 0;
|
|
62
|
-
--tw-skew-y: 0;
|
|
63
|
-
--tw-scale-x: 1;
|
|
64
|
-
--tw-scale-y: 1;
|
|
65
|
-
--tw-pan-x: ;
|
|
66
|
-
--tw-pan-y: ;
|
|
67
|
-
--tw-pinch-zoom: ;
|
|
68
|
-
--tw-scroll-snap-strictness: proximity;
|
|
69
|
-
--tw-gradient-from-position: ;
|
|
70
|
-
--tw-gradient-via-position: ;
|
|
71
|
-
--tw-gradient-to-position: ;
|
|
72
|
-
--tw-ordinal: ;
|
|
73
|
-
--tw-slashed-zero: ;
|
|
74
|
-
--tw-numeric-figure: ;
|
|
75
|
-
--tw-numeric-spacing: ;
|
|
76
|
-
--tw-numeric-fraction: ;
|
|
77
|
-
--tw-ring-inset: ;
|
|
78
|
-
--tw-ring-offset-width: 0px;
|
|
79
|
-
--tw-ring-offset-color: #fff;
|
|
80
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
81
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
82
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
83
|
-
--tw-shadow: 0 0 #0000;
|
|
84
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
85
|
-
--tw-blur: ;
|
|
86
|
-
--tw-brightness: ;
|
|
87
|
-
--tw-contrast: ;
|
|
88
|
-
--tw-grayscale: ;
|
|
89
|
-
--tw-hue-rotate: ;
|
|
90
|
-
--tw-invert: ;
|
|
91
|
-
--tw-saturate: ;
|
|
92
|
-
--tw-sepia: ;
|
|
93
|
-
--tw-drop-shadow: ;
|
|
94
|
-
--tw-backdrop-blur: ;
|
|
95
|
-
--tw-backdrop-brightness: ;
|
|
96
|
-
--tw-backdrop-contrast: ;
|
|
97
|
-
--tw-backdrop-grayscale: ;
|
|
98
|
-
--tw-backdrop-hue-rotate: ;
|
|
99
|
-
--tw-backdrop-invert: ;
|
|
100
|
-
--tw-backdrop-opacity: ;
|
|
101
|
-
--tw-backdrop-saturate: ;
|
|
102
|
-
--tw-backdrop-sepia: ;
|
|
103
|
-
--tw-contain-size: ;
|
|
104
|
-
--tw-contain-layout: ;
|
|
105
|
-
--tw-contain-paint: ;
|
|
106
|
-
--tw-contain-style: ;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/*
|
|
110
|
-
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
|
|
111
|
-
*/
|
|
112
|
-
|
|
113
|
-
/*
|
|
114
|
-
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
115
|
-
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
116
|
-
*/
|
|
117
|
-
|
|
118
|
-
*,
|
|
119
|
-
::before,
|
|
120
|
-
::after {
|
|
121
|
-
box-sizing: border-box;
|
|
122
|
-
/* 1 */
|
|
123
|
-
border-width: 0;
|
|
124
|
-
/* 2 */
|
|
125
|
-
border-style: solid;
|
|
126
|
-
/* 2 */
|
|
127
|
-
border-color: #e5e7eb;
|
|
128
|
-
/* 2 */
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
::before,
|
|
132
|
-
::after {
|
|
133
|
-
--tw-content: '';
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
/*
|
|
137
|
-
1. Use a consistent sensible line-height in all browsers.
|
|
138
|
-
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
139
|
-
3. Use a more readable tab size.
|
|
140
|
-
4. Use the user's configured `sans` font-family by default.
|
|
141
|
-
5. Use the user's configured `sans` font-feature-settings by default.
|
|
142
|
-
6. Use the user's configured `sans` font-variation-settings by default.
|
|
143
|
-
7. Disable tap highlights on iOS
|
|
144
|
-
*/
|
|
145
|
-
|
|
146
|
-
html,
|
|
147
|
-
:host {
|
|
148
|
-
line-height: 1.5;
|
|
149
|
-
/* 1 */
|
|
150
|
-
-webkit-text-size-adjust: 100%;
|
|
151
|
-
/* 2 */
|
|
152
|
-
/* 3 */
|
|
153
|
-
tab-size: 4;
|
|
154
|
-
/* 3 */
|
|
155
|
-
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
156
|
-
/* 4 */
|
|
157
|
-
font-feature-settings: normal;
|
|
158
|
-
/* 5 */
|
|
159
|
-
font-variation-settings: normal;
|
|
160
|
-
/* 6 */
|
|
161
|
-
-webkit-tap-highlight-color: transparent;
|
|
162
|
-
/* 7 */
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/*
|
|
166
|
-
1. Remove the margin in all browsers.
|
|
167
|
-
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
168
|
-
*/
|
|
169
|
-
|
|
170
|
-
body {
|
|
171
|
-
margin: 0;
|
|
172
|
-
/* 1 */
|
|
173
|
-
line-height: inherit;
|
|
174
|
-
/* 2 */
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/*
|
|
178
|
-
1. Add the correct height in Firefox.
|
|
179
|
-
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
180
|
-
3. Ensure horizontal rules are visible by default.
|
|
181
|
-
*/
|
|
182
|
-
|
|
183
|
-
hr {
|
|
184
|
-
height: 0;
|
|
185
|
-
/* 1 */
|
|
186
|
-
color: inherit;
|
|
187
|
-
/* 2 */
|
|
188
|
-
border-top-width: 1px;
|
|
189
|
-
/* 3 */
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
/*
|
|
193
|
-
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
194
|
-
*/
|
|
195
|
-
|
|
196
|
-
abbr:where([title]) {
|
|
197
|
-
-webkit-text-decoration: underline dotted;
|
|
198
|
-
text-decoration: underline dotted;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
/*
|
|
202
|
-
Remove the default font size and weight for headings.
|
|
203
|
-
*/
|
|
204
|
-
|
|
205
|
-
h1,
|
|
206
|
-
h2,
|
|
207
|
-
h3,
|
|
208
|
-
h4,
|
|
209
|
-
h5,
|
|
210
|
-
h6 {
|
|
211
|
-
font-size: inherit;
|
|
212
|
-
font-weight: inherit;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
/*
|
|
216
|
-
Reset links to optimize for opt-in styling instead of opt-out.
|
|
217
|
-
*/
|
|
218
|
-
|
|
219
|
-
a {
|
|
220
|
-
color: inherit;
|
|
221
|
-
text-decoration: inherit;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
/*
|
|
225
|
-
Add the correct font weight in Edge and Safari.
|
|
226
|
-
*/
|
|
227
|
-
|
|
228
|
-
b,
|
|
229
|
-
strong {
|
|
230
|
-
font-weight: bolder;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
/*
|
|
234
|
-
1. Use the user's configured `mono` font-family by default.
|
|
235
|
-
2. Use the user's configured `mono` font-feature-settings by default.
|
|
236
|
-
3. Use the user's configured `mono` font-variation-settings by default.
|
|
237
|
-
4. Correct the odd `em` font sizing in all browsers.
|
|
238
|
-
*/
|
|
239
|
-
|
|
240
|
-
code,
|
|
241
|
-
kbd,
|
|
242
|
-
samp,
|
|
243
|
-
pre {
|
|
244
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
245
|
-
/* 1 */
|
|
246
|
-
font-feature-settings: normal;
|
|
247
|
-
/* 2 */
|
|
248
|
-
font-variation-settings: normal;
|
|
249
|
-
/* 3 */
|
|
250
|
-
font-size: 1em;
|
|
251
|
-
/* 4 */
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
/*
|
|
255
|
-
Add the correct font size in all browsers.
|
|
256
|
-
*/
|
|
257
|
-
|
|
258
|
-
small {
|
|
259
|
-
font-size: 80%;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
/*
|
|
263
|
-
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
264
|
-
*/
|
|
265
|
-
|
|
266
|
-
sub,
|
|
267
|
-
sup {
|
|
268
|
-
font-size: 75%;
|
|
269
|
-
line-height: 0;
|
|
270
|
-
position: relative;
|
|
271
|
-
vertical-align: baseline;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
sub {
|
|
275
|
-
bottom: -0.25em;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
sup {
|
|
279
|
-
top: -0.5em;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
/*
|
|
283
|
-
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
284
|
-
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
285
|
-
3. Remove gaps between table borders by default.
|
|
286
|
-
*/
|
|
287
|
-
|
|
288
|
-
table {
|
|
289
|
-
text-indent: 0;
|
|
290
|
-
/* 1 */
|
|
291
|
-
border-color: inherit;
|
|
292
|
-
/* 2 */
|
|
293
|
-
border-collapse: collapse;
|
|
294
|
-
/* 3 */
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
/*
|
|
298
|
-
1. Change the font styles in all browsers.
|
|
299
|
-
2. Remove the margin in Firefox and Safari.
|
|
300
|
-
3. Remove default padding in all browsers.
|
|
301
|
-
*/
|
|
302
|
-
|
|
303
|
-
button,
|
|
304
|
-
input,
|
|
305
|
-
optgroup,
|
|
306
|
-
select,
|
|
307
|
-
textarea {
|
|
308
|
-
font-family: inherit;
|
|
309
|
-
/* 1 */
|
|
310
|
-
font-feature-settings: inherit;
|
|
311
|
-
/* 1 */
|
|
312
|
-
font-variation-settings: inherit;
|
|
313
|
-
/* 1 */
|
|
314
|
-
font-size: 100%;
|
|
315
|
-
/* 1 */
|
|
316
|
-
font-weight: inherit;
|
|
317
|
-
/* 1 */
|
|
318
|
-
line-height: inherit;
|
|
319
|
-
/* 1 */
|
|
320
|
-
letter-spacing: inherit;
|
|
321
|
-
/* 1 */
|
|
322
|
-
color: inherit;
|
|
323
|
-
/* 1 */
|
|
324
|
-
margin: 0;
|
|
325
|
-
/* 2 */
|
|
326
|
-
padding: 0;
|
|
327
|
-
/* 3 */
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
/*
|
|
331
|
-
Remove the inheritance of text transform in Edge and Firefox.
|
|
332
|
-
*/
|
|
333
|
-
|
|
334
|
-
button,
|
|
335
|
-
select {
|
|
336
|
-
text-transform: none;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
/*
|
|
340
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
341
|
-
2. Remove default button styles.
|
|
342
|
-
*/
|
|
343
|
-
|
|
344
|
-
button,
|
|
345
|
-
input:where([type='button']),
|
|
346
|
-
input:where([type='reset']),
|
|
347
|
-
input:where([type='submit']) {
|
|
348
|
-
-webkit-appearance: button;
|
|
349
|
-
/* 1 */
|
|
350
|
-
background-color: transparent;
|
|
351
|
-
/* 2 */
|
|
352
|
-
background-image: none;
|
|
353
|
-
/* 2 */
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
/*
|
|
357
|
-
Use the modern Firefox focus style for all focusable elements.
|
|
358
|
-
*/
|
|
359
|
-
|
|
360
|
-
:-moz-focusring {
|
|
361
|
-
outline: auto;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
/*
|
|
365
|
-
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
366
|
-
*/
|
|
367
|
-
|
|
368
|
-
:-moz-ui-invalid {
|
|
369
|
-
box-shadow: none;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
/*
|
|
373
|
-
Add the correct vertical alignment in Chrome and Firefox.
|
|
374
|
-
*/
|
|
375
|
-
|
|
376
|
-
progress {
|
|
377
|
-
vertical-align: baseline;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
/*
|
|
381
|
-
Correct the cursor style of increment and decrement buttons in Safari.
|
|
382
|
-
*/
|
|
383
|
-
|
|
384
|
-
::-webkit-inner-spin-button,
|
|
385
|
-
::-webkit-outer-spin-button {
|
|
386
|
-
height: auto;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
/*
|
|
390
|
-
1. Correct the odd appearance in Chrome and Safari.
|
|
391
|
-
2. Correct the outline style in Safari.
|
|
392
|
-
*/
|
|
393
|
-
|
|
394
|
-
[type='search'] {
|
|
395
|
-
-webkit-appearance: textfield;
|
|
396
|
-
/* 1 */
|
|
397
|
-
outline-offset: -2px;
|
|
398
|
-
/* 2 */
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
/*
|
|
402
|
-
Remove the inner padding in Chrome and Safari on macOS.
|
|
403
|
-
*/
|
|
404
|
-
|
|
405
|
-
::-webkit-search-decoration {
|
|
406
|
-
-webkit-appearance: none;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
/*
|
|
410
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
411
|
-
2. Change font properties to `inherit` in Safari.
|
|
412
|
-
*/
|
|
413
|
-
|
|
414
|
-
::-webkit-file-upload-button {
|
|
415
|
-
-webkit-appearance: button;
|
|
416
|
-
/* 1 */
|
|
417
|
-
font: inherit;
|
|
418
|
-
/* 2 */
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
/*
|
|
422
|
-
Add the correct display in Chrome and Safari.
|
|
423
|
-
*/
|
|
424
|
-
|
|
425
|
-
summary {
|
|
426
|
-
display: list-item;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
/*
|
|
430
|
-
Removes the default spacing and border for appropriate elements.
|
|
431
|
-
*/
|
|
432
|
-
|
|
433
|
-
blockquote,
|
|
434
|
-
dl,
|
|
435
|
-
dd,
|
|
436
|
-
h1,
|
|
437
|
-
h2,
|
|
438
|
-
h3,
|
|
439
|
-
h4,
|
|
440
|
-
h5,
|
|
441
|
-
h6,
|
|
442
|
-
hr,
|
|
443
|
-
figure,
|
|
444
|
-
p,
|
|
445
|
-
pre {
|
|
446
|
-
margin: 0;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
fieldset {
|
|
450
|
-
margin: 0;
|
|
451
|
-
padding: 0;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
legend {
|
|
455
|
-
padding: 0;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
ol,
|
|
459
|
-
ul,
|
|
460
|
-
menu {
|
|
461
|
-
list-style: none;
|
|
462
|
-
margin: 0;
|
|
463
|
-
padding: 0;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
/*
|
|
467
|
-
Reset default styling for dialogs.
|
|
468
|
-
*/
|
|
469
|
-
|
|
470
|
-
dialog {
|
|
471
|
-
padding: 0;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
/*
|
|
475
|
-
Prevent resizing textareas horizontally by default.
|
|
476
|
-
*/
|
|
477
|
-
|
|
478
|
-
textarea {
|
|
479
|
-
resize: vertical;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
/*
|
|
483
|
-
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
484
|
-
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
485
|
-
*/
|
|
486
|
-
|
|
487
|
-
input::placeholder,
|
|
488
|
-
textarea::placeholder {
|
|
489
|
-
opacity: 1;
|
|
490
|
-
/* 1 */
|
|
491
|
-
color: #9ca3af;
|
|
492
|
-
/* 2 */
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
/*
|
|
496
|
-
Set the default cursor for buttons.
|
|
497
|
-
*/
|
|
498
|
-
|
|
499
|
-
button,
|
|
500
|
-
[role="button"] {
|
|
501
|
-
cursor: pointer;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
/*
|
|
505
|
-
Make sure disabled buttons don't get the pointer cursor.
|
|
506
|
-
*/
|
|
507
|
-
|
|
508
|
-
:disabled {
|
|
509
|
-
cursor: default;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
/*
|
|
513
|
-
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
514
|
-
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
515
|
-
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
516
|
-
*/
|
|
517
|
-
|
|
518
|
-
img,
|
|
519
|
-
svg,
|
|
520
|
-
video,
|
|
521
|
-
canvas,
|
|
522
|
-
audio,
|
|
523
|
-
iframe,
|
|
524
|
-
embed,
|
|
525
|
-
object {
|
|
526
|
-
display: block;
|
|
527
|
-
/* 1 */
|
|
528
|
-
vertical-align: middle;
|
|
529
|
-
/* 2 */
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
/*
|
|
533
|
-
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
534
|
-
*/
|
|
535
|
-
|
|
536
|
-
img,
|
|
537
|
-
video {
|
|
538
|
-
max-width: 100%;
|
|
539
|
-
height: auto;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
543
|
-
|
|
544
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
545
|
-
display: none;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
@font-face {
|
|
549
|
-
font-family: 'ArimaRegular';
|
|
550
|
-
|
|
551
|
-
src: url('./library/assets/fonts/arima/arima-regular.ttf');
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.container {
|
|
555
|
-
width: 100%;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
@media (min-width: 0px) {
|
|
559
|
-
.container {
|
|
560
|
-
max-width: 0px;
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
@media (min-width: 768px) {
|
|
565
|
-
.container {
|
|
566
|
-
max-width: 768px;
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
@media (min-width: 1024px) {
|
|
571
|
-
.container {
|
|
572
|
-
max-width: 1024px;
|
|
573
|
-
}
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
@media (min-width: 1280px) {
|
|
577
|
-
.container {
|
|
578
|
-
max-width: 1280px;
|
|
579
|
-
}
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
@media (min-width: 1536px) {
|
|
583
|
-
.container {
|
|
584
|
-
max-width: 1536px;
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
table {
|
|
589
|
-
--tw-text-opacity: 1;
|
|
590
|
-
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
table:is(.dark *) {
|
|
594
|
-
--tw-text-opacity: 1;
|
|
595
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
table tr:hover:is(.dark *) {
|
|
599
|
-
--tw-bg-opacity: 1;
|
|
600
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
select:is(.dark *) {
|
|
604
|
-
--tw-text-opacity: 1;
|
|
605
|
-
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
606
|
-
}
|
|
607
|
-
|
|
608
1
|
.visible {
|
|
609
2
|
visibility: visible;
|
|
610
3
|
}
|
|
611
|
-
|
|
612
4
|
.invisible {
|
|
613
5
|
visibility: hidden;
|
|
614
6
|
}
|
|
615
|
-
|
|
616
7
|
.fixed {
|
|
617
8
|
position: fixed;
|
|
618
9
|
}
|
|
619
|
-
|
|
620
10
|
.absolute {
|
|
621
11
|
position: absolute;
|
|
622
12
|
}
|
|
623
|
-
|
|
624
13
|
.relative {
|
|
625
14
|
position: relative;
|
|
626
15
|
}
|
|
627
|
-
|
|
628
16
|
.inset-0 {
|
|
629
17
|
inset: 0px;
|
|
630
18
|
}
|
|
631
|
-
|
|
632
19
|
.left-0 {
|
|
633
20
|
left: 0px;
|
|
634
21
|
}
|
|
635
|
-
|
|
636
22
|
.right-0 {
|
|
637
23
|
right: 0px;
|
|
638
24
|
}
|
|
639
|
-
|
|
640
25
|
.right-3 {
|
|
641
26
|
right: 0.75rem;
|
|
642
27
|
}
|
|
643
|
-
|
|
644
28
|
.top-1\/2 {
|
|
645
29
|
top: 50%;
|
|
646
30
|
}
|
|
647
|
-
|
|
648
31
|
.top-3 {
|
|
649
32
|
top: 0.75rem;
|
|
650
33
|
}
|
|
651
|
-
|
|
652
34
|
.-z-1 {
|
|
653
35
|
z-index: -1;
|
|
654
36
|
}
|
|
655
|
-
|
|
656
37
|
.z-10 {
|
|
657
38
|
z-index: 10;
|
|
658
39
|
}
|
|
659
|
-
|
|
660
40
|
.z-20 {
|
|
661
41
|
z-index: 20;
|
|
662
42
|
}
|
|
663
|
-
|
|
664
43
|
.z-40 {
|
|
665
44
|
z-index: 40;
|
|
666
45
|
}
|
|
667
|
-
|
|
668
46
|
.z-50 {
|
|
669
47
|
z-index: 50;
|
|
670
48
|
}
|
|
671
|
-
|
|
672
49
|
.float-right {
|
|
673
50
|
float: right;
|
|
674
51
|
}
|
|
675
|
-
|
|
676
52
|
.m-10 {
|
|
677
53
|
margin: 2.5rem;
|
|
678
54
|
}
|
|
679
|
-
|
|
680
55
|
.m-2 {
|
|
681
56
|
margin: 0.5rem;
|
|
682
57
|
}
|
|
683
|
-
|
|
684
58
|
.mx-2 {
|
|
685
59
|
margin-left: 0.5rem;
|
|
686
60
|
margin-right: 0.5rem;
|
|
687
61
|
}
|
|
688
|
-
|
|
689
62
|
.mx-auto {
|
|
690
63
|
margin-left: auto;
|
|
691
64
|
margin-right: auto;
|
|
692
65
|
}
|
|
693
|
-
|
|
694
66
|
.my-4 {
|
|
695
67
|
margin-top: 1rem;
|
|
696
68
|
margin-bottom: 1rem;
|
|
697
69
|
}
|
|
698
|
-
|
|
699
70
|
.my-6 {
|
|
700
71
|
margin-top: 1.5rem;
|
|
701
72
|
margin-bottom: 1.5rem;
|
|
702
73
|
}
|
|
703
|
-
|
|
704
74
|
.my-auto {
|
|
705
75
|
margin-top: auto;
|
|
706
76
|
margin-bottom: auto;
|
|
707
77
|
}
|
|
708
|
-
|
|
709
78
|
.-mt-2 {
|
|
710
79
|
margin-top: -0.5rem;
|
|
711
80
|
}
|
|
712
|
-
|
|
713
81
|
.mb-1 {
|
|
714
82
|
margin-bottom: 0.25rem;
|
|
715
83
|
}
|
|
716
|
-
|
|
717
84
|
.ml-1 {
|
|
718
85
|
margin-left: 0.25rem;
|
|
719
86
|
}
|
|
720
|
-
|
|
721
87
|
.ml-2 {
|
|
722
88
|
margin-left: 0.5rem;
|
|
723
89
|
}
|
|
724
|
-
|
|
725
90
|
.ml-4 {
|
|
726
91
|
margin-left: 1rem;
|
|
727
92
|
}
|
|
728
|
-
|
|
729
93
|
.ml-6 {
|
|
730
94
|
margin-left: 1.5rem;
|
|
731
95
|
}
|
|
732
|
-
|
|
733
96
|
.mr-1 {
|
|
734
97
|
margin-right: 0.25rem;
|
|
735
98
|
}
|
|
736
|
-
|
|
737
99
|
.mr-2 {
|
|
738
100
|
margin-right: 0.5rem;
|
|
739
101
|
}
|
|
740
|
-
|
|
741
102
|
.mr-3 {
|
|
742
103
|
margin-right: 0.75rem;
|
|
743
104
|
}
|
|
744
|
-
|
|
745
105
|
.mt-0 {
|
|
746
106
|
margin-top: 0px;
|
|
747
107
|
}
|
|
748
|
-
|
|
749
108
|
.mt-1 {
|
|
750
109
|
margin-top: 0.25rem;
|
|
751
110
|
}
|
|
752
|
-
|
|
753
111
|
.mt-4 {
|
|
754
112
|
margin-top: 1rem;
|
|
755
113
|
}
|
|
756
|
-
|
|
757
114
|
.block {
|
|
758
115
|
display: block;
|
|
759
116
|
}
|
|
760
|
-
|
|
761
117
|
.inline-block {
|
|
762
118
|
display: inline-block;
|
|
763
119
|
}
|
|
764
|
-
|
|
765
120
|
.flex {
|
|
766
121
|
display: flex;
|
|
767
122
|
}
|
|
768
|
-
|
|
769
123
|
.table {
|
|
770
124
|
display: table;
|
|
771
125
|
}
|
|
772
|
-
|
|
773
126
|
.grid {
|
|
774
127
|
display: grid;
|
|
775
128
|
}
|
|
776
|
-
|
|
777
129
|
.hidden {
|
|
778
130
|
display: none;
|
|
779
131
|
}
|
|
780
|
-
|
|
781
132
|
.h-0\.5 {
|
|
782
133
|
height: 0.125rem;
|
|
783
134
|
}
|
|
784
|
-
|
|
785
135
|
.h-3 {
|
|
786
136
|
height: 0.75rem;
|
|
787
137
|
}
|
|
788
|
-
|
|
789
138
|
.h-4 {
|
|
790
139
|
height: 1rem;
|
|
791
140
|
}
|
|
792
|
-
|
|
793
141
|
.h-6 {
|
|
794
142
|
height: 1.5rem;
|
|
795
143
|
}
|
|
796
|
-
|
|
797
144
|
.h-8 {
|
|
798
145
|
height: 2rem;
|
|
799
146
|
}
|
|
800
|
-
|
|
801
147
|
.h-auto {
|
|
802
148
|
height: auto;
|
|
803
149
|
}
|
|
804
|
-
|
|
805
150
|
.max-h-40 {
|
|
806
151
|
max-height: 10rem;
|
|
807
152
|
}
|
|
808
|
-
|
|
809
153
|
.w-10 {
|
|
810
154
|
width: 2.5rem;
|
|
811
155
|
}
|
|
812
|
-
|
|
813
156
|
.w-3 {
|
|
814
157
|
width: 0.75rem;
|
|
815
158
|
}
|
|
816
|
-
|
|
817
159
|
.w-4 {
|
|
818
160
|
width: 1rem;
|
|
819
161
|
}
|
|
820
|
-
|
|
821
162
|
.w-6 {
|
|
822
163
|
width: 1.5rem;
|
|
823
164
|
}
|
|
824
|
-
|
|
825
165
|
.w-8 {
|
|
826
166
|
width: 2rem;
|
|
827
167
|
}
|
|
828
|
-
|
|
829
168
|
.w-auto {
|
|
830
169
|
width: auto;
|
|
831
170
|
}
|
|
832
|
-
|
|
833
171
|
.w-fit {
|
|
834
172
|
width: fit-content;
|
|
835
173
|
}
|
|
836
|
-
|
|
837
174
|
.w-full {
|
|
838
175
|
width: 100%;
|
|
839
176
|
}
|
|
840
|
-
|
|
841
177
|
.min-w-80 {
|
|
842
178
|
min-width: 20rem;
|
|
843
179
|
}
|
|
844
|
-
|
|
845
180
|
.max-w-full {
|
|
846
181
|
max-width: 100%;
|
|
847
182
|
}
|
|
848
|
-
|
|
849
183
|
.flex-1 {
|
|
850
184
|
flex: 1 1 0%;
|
|
851
185
|
}
|
|
852
|
-
|
|
853
186
|
.flex-auto {
|
|
854
187
|
flex: 1 1 auto;
|
|
855
188
|
}
|
|
856
|
-
|
|
857
189
|
.-translate-x-1\/2 {
|
|
858
190
|
--tw-translate-x: -50%;
|
|
859
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
|
|
191
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
|
|
192
|
+
rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
|
|
193
|
+
scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
860
194
|
}
|
|
861
|
-
|
|
862
195
|
.-translate-y-1\/2 {
|
|
863
196
|
--tw-translate-y: -50%;
|
|
864
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
|
|
197
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
|
|
198
|
+
rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
|
|
199
|
+
scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
865
200
|
}
|
|
866
|
-
|
|
867
201
|
.translate-x-1\/2 {
|
|
868
202
|
--tw-translate-x: 50%;
|
|
869
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
|
|
203
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
|
|
204
|
+
rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
|
|
205
|
+
scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
870
206
|
}
|
|
871
|
-
|
|
872
207
|
.transform {
|
|
873
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
|
|
208
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
|
|
209
|
+
rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
|
|
210
|
+
scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
874
211
|
}
|
|
875
|
-
|
|
876
212
|
.cursor-pointer {
|
|
877
213
|
cursor: pointer;
|
|
878
214
|
}
|
|
879
|
-
|
|
880
215
|
.list-none {
|
|
881
216
|
list-style-type: none;
|
|
882
217
|
}
|
|
883
|
-
|
|
884
218
|
.appearance-none {
|
|
885
|
-
|
|
886
|
-
appearance: none;
|
|
219
|
+
appearance: none;
|
|
887
220
|
}
|
|
888
|
-
|
|
889
221
|
.flex-row {
|
|
890
222
|
flex-direction: row;
|
|
891
223
|
}
|
|
892
|
-
|
|
893
224
|
.flex-col {
|
|
894
225
|
flex-direction: column;
|
|
895
226
|
}
|
|
896
|
-
|
|
897
227
|
.place-items-center {
|
|
898
228
|
place-items: center;
|
|
899
229
|
}
|
|
900
|
-
|
|
901
230
|
.items-center {
|
|
902
231
|
align-items: center;
|
|
903
232
|
}
|
|
904
|
-
|
|
905
233
|
.items-stretch {
|
|
906
234
|
align-items: stretch;
|
|
907
235
|
}
|
|
908
|
-
|
|
909
236
|
.justify-end {
|
|
910
237
|
justify-content: flex-end;
|
|
911
238
|
}
|
|
912
|
-
|
|
913
239
|
.justify-center {
|
|
914
240
|
justify-content: center;
|
|
915
241
|
}
|
|
916
|
-
|
|
917
242
|
.justify-between {
|
|
918
243
|
justify-content: space-between;
|
|
919
244
|
}
|
|
920
|
-
|
|
921
245
|
.gap-1 {
|
|
922
246
|
gap: 0.25rem;
|
|
923
247
|
}
|
|
924
|
-
|
|
925
248
|
.gap-2 {
|
|
926
249
|
gap: 0.5rem;
|
|
927
250
|
}
|
|
928
|
-
|
|
929
251
|
.gap-3 {
|
|
930
252
|
gap: 0.75rem;
|
|
931
253
|
}
|
|
932
|
-
|
|
933
254
|
.gap-4 {
|
|
934
255
|
gap: 1rem;
|
|
935
256
|
}
|
|
936
|
-
|
|
937
257
|
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
|
|
938
258
|
--tw-space-x-reverse: 0;
|
|
939
259
|
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
|
|
940
260
|
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
|
|
941
261
|
}
|
|
942
|
-
|
|
943
262
|
.divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
944
263
|
--tw-divide-y-reverse: 0;
|
|
945
264
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
946
265
|
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
947
266
|
}
|
|
948
|
-
|
|
949
267
|
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
|
|
950
268
|
--tw-divide-opacity: 1;
|
|
951
269
|
border-color: rgb(243 244 246 / var(--tw-divide-opacity));
|
|
952
270
|
}
|
|
953
|
-
|
|
954
271
|
.overflow-scroll {
|
|
955
272
|
overflow: scroll;
|
|
956
273
|
}
|
|
957
|
-
|
|
958
274
|
.overflow-y-auto {
|
|
959
275
|
overflow-y: auto;
|
|
960
276
|
}
|
|
961
|
-
|
|
962
277
|
.overflow-x-hidden {
|
|
963
278
|
overflow-x: hidden;
|
|
964
279
|
}
|
|
965
|
-
|
|
966
280
|
.overflow-y-scroll {
|
|
967
281
|
overflow-y: scroll;
|
|
968
282
|
}
|
|
969
|
-
|
|
970
283
|
.rounded {
|
|
971
284
|
border-radius: 0.25rem;
|
|
972
285
|
}
|
|
973
|
-
|
|
974
286
|
.rounded-100px {
|
|
975
287
|
border-radius: 100px;
|
|
976
288
|
}
|
|
977
|
-
|
|
978
289
|
.rounded-full {
|
|
979
290
|
border-radius: 9999px;
|
|
980
291
|
}
|
|
981
|
-
|
|
982
292
|
.rounded-lg {
|
|
983
293
|
border-radius: 0.5rem;
|
|
984
294
|
}
|
|
985
|
-
|
|
986
295
|
.rounded-md {
|
|
987
296
|
border-radius: 0.375rem;
|
|
988
297
|
}
|
|
989
|
-
|
|
990
298
|
.rounded-none {
|
|
991
299
|
border-radius: 0px;
|
|
992
300
|
}
|
|
993
|
-
|
|
994
301
|
.rounded-sm {
|
|
995
302
|
border-radius: 0.125rem;
|
|
996
303
|
}
|
|
997
|
-
|
|
998
304
|
.rounded-b {
|
|
999
305
|
border-bottom-right-radius: 0.25rem;
|
|
1000
306
|
border-bottom-left-radius: 0.25rem;
|
|
1001
307
|
}
|
|
1002
|
-
|
|
1003
308
|
.rounded-b-md {
|
|
1004
309
|
border-bottom-right-radius: 0.375rem;
|
|
1005
310
|
border-bottom-left-radius: 0.375rem;
|
|
1006
311
|
}
|
|
1007
|
-
|
|
1008
312
|
.rounded-t {
|
|
1009
313
|
border-top-left-radius: 0.25rem;
|
|
1010
314
|
border-top-right-radius: 0.25rem;
|
|
1011
315
|
}
|
|
1012
|
-
|
|
1013
316
|
.rounded-t-md {
|
|
1014
317
|
border-top-left-radius: 0.375rem;
|
|
1015
318
|
border-top-right-radius: 0.375rem;
|
|
1016
319
|
}
|
|
1017
|
-
|
|
1018
320
|
.border {
|
|
1019
321
|
border-width: 1px;
|
|
1020
322
|
}
|
|
1021
|
-
|
|
1022
323
|
.border-b {
|
|
1023
324
|
border-bottom-width: 1px;
|
|
1024
325
|
}
|
|
1025
|
-
|
|
1026
326
|
.border-t {
|
|
1027
327
|
border-top-width: 1px;
|
|
1028
328
|
}
|
|
1029
|
-
|
|
1030
329
|
.border-solid {
|
|
1031
330
|
border-style: solid;
|
|
1032
331
|
}
|
|
1033
|
-
|
|
1034
332
|
.border-none {
|
|
1035
333
|
border-style: none;
|
|
1036
334
|
}
|
|
1037
|
-
|
|
1038
335
|
.border-gray-300 {
|
|
1039
336
|
--tw-border-opacity: 1;
|
|
1040
337
|
border-color: rgb(209 213 219 / var(--tw-border-opacity));
|
|
1041
338
|
}
|
|
1042
|
-
|
|
1043
339
|
.border-gray-400 {
|
|
1044
340
|
--tw-border-opacity: 1;
|
|
1045
341
|
border-color: rgb(156 163 175 / var(--tw-border-opacity));
|
|
1046
342
|
}
|
|
1047
|
-
|
|
1048
343
|
.border-orange {
|
|
1049
344
|
--tw-border-opacity: 1;
|
|
1050
345
|
border-color: rgb(255 174 26 / var(--tw-border-opacity));
|
|
1051
346
|
}
|
|
1052
|
-
|
|
1053
347
|
.border-red {
|
|
1054
348
|
--tw-border-opacity: 1;
|
|
1055
349
|
border-color: rgb(255 0 0 / var(--tw-border-opacity));
|
|
1056
350
|
}
|
|
1057
|
-
|
|
1058
351
|
.border-slate-600 {
|
|
1059
352
|
--tw-border-opacity: 1;
|
|
1060
353
|
border-color: rgb(71 85 105 / var(--tw-border-opacity));
|
|
1061
354
|
}
|
|
1062
|
-
|
|
1063
355
|
.bg-\[\#007BFF\] {
|
|
1064
356
|
--tw-bg-opacity: 1;
|
|
1065
357
|
background-color: rgb(0 123 255 / var(--tw-bg-opacity));
|
|
1066
358
|
}
|
|
1067
|
-
|
|
1068
359
|
.bg-black {
|
|
1069
360
|
--tw-bg-opacity: 1;
|
|
1070
361
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1071
362
|
}
|
|
1072
|
-
|
|
1073
363
|
.bg-blue-500 {
|
|
1074
364
|
--tw-bg-opacity: 1;
|
|
1075
365
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
|
|
1076
366
|
}
|
|
1077
|
-
|
|
1078
367
|
.bg-gray-100 {
|
|
1079
368
|
--tw-bg-opacity: 1;
|
|
1080
369
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
1081
370
|
}
|
|
1082
|
-
|
|
1083
371
|
.bg-gray-200 {
|
|
1084
372
|
--tw-bg-opacity: 1;
|
|
1085
373
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
1086
374
|
}
|
|
1087
|
-
|
|
1088
375
|
.bg-green-500 {
|
|
1089
376
|
--tw-bg-opacity: 1;
|
|
1090
377
|
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
|
|
1091
378
|
}
|
|
1092
|
-
|
|
1093
379
|
.bg-green-700 {
|
|
1094
380
|
--tw-bg-opacity: 1;
|
|
1095
381
|
background-color: rgb(21 128 61 / var(--tw-bg-opacity));
|
|
1096
382
|
}
|
|
1097
|
-
|
|
1098
383
|
.bg-orange {
|
|
1099
384
|
--tw-bg-opacity: 1;
|
|
1100
385
|
background-color: rgb(255 174 26 / var(--tw-bg-opacity));
|
|
1101
386
|
}
|
|
1102
|
-
|
|
1103
387
|
.bg-slate-800 {
|
|
1104
388
|
--tw-bg-opacity: 1;
|
|
1105
389
|
background-color: rgb(30 41 59 / var(--tw-bg-opacity));
|
|
1106
390
|
}
|
|
1107
|
-
|
|
1108
391
|
.bg-transparent {
|
|
1109
392
|
background-color: transparent;
|
|
1110
393
|
}
|
|
1111
|
-
|
|
1112
394
|
.bg-white {
|
|
1113
395
|
--tw-bg-opacity: 1;
|
|
1114
396
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1115
397
|
}
|
|
1116
|
-
|
|
1117
398
|
.bg-none {
|
|
1118
399
|
background-image: none;
|
|
1119
400
|
}
|
|
1120
|
-
|
|
1121
401
|
.p-1 {
|
|
1122
402
|
padding: 0.25rem;
|
|
1123
403
|
}
|
|
1124
|
-
|
|
1125
404
|
.p-2 {
|
|
1126
405
|
padding: 0.5rem;
|
|
1127
406
|
}
|
|
1128
|
-
|
|
1129
407
|
.p-4 {
|
|
1130
408
|
padding: 1rem;
|
|
1131
409
|
}
|
|
1132
|
-
|
|
1133
410
|
.px-0 {
|
|
1134
411
|
padding-left: 0px;
|
|
1135
412
|
padding-right: 0px;
|
|
1136
413
|
}
|
|
1137
|
-
|
|
1138
414
|
.px-2 {
|
|
1139
415
|
padding-left: 0.5rem;
|
|
1140
416
|
padding-right: 0.5rem;
|
|
1141
417
|
}
|
|
1142
|
-
|
|
1143
418
|
.px-3 {
|
|
1144
419
|
padding-left: 0.75rem;
|
|
1145
420
|
padding-right: 0.75rem;
|
|
1146
421
|
}
|
|
1147
|
-
|
|
1148
422
|
.px-4 {
|
|
1149
423
|
padding-left: 1rem;
|
|
1150
424
|
padding-right: 1rem;
|
|
1151
425
|
}
|
|
1152
|
-
|
|
1153
426
|
.py-1 {
|
|
1154
427
|
padding-top: 0.25rem;
|
|
1155
428
|
padding-bottom: 0.25rem;
|
|
1156
429
|
}
|
|
1157
|
-
|
|
1158
430
|
.py-2 {
|
|
1159
431
|
padding-top: 0.5rem;
|
|
1160
432
|
padding-bottom: 0.5rem;
|
|
1161
433
|
}
|
|
1162
|
-
|
|
1163
434
|
.pb-2 {
|
|
1164
435
|
padding-bottom: 0.5rem;
|
|
1165
436
|
}
|
|
1166
|
-
|
|
1167
437
|
.pt-1 {
|
|
1168
438
|
padding-top: 0.25rem;
|
|
1169
439
|
}
|
|
1170
|
-
|
|
1171
440
|
.pt-2 {
|
|
1172
441
|
padding-top: 0.5rem;
|
|
1173
442
|
}
|
|
1174
|
-
|
|
1175
443
|
.pt-3 {
|
|
1176
444
|
padding-top: 0.75rem;
|
|
1177
445
|
}
|
|
1178
|
-
|
|
1179
446
|
.text-center {
|
|
1180
447
|
text-align: center;
|
|
1181
448
|
}
|
|
1182
|
-
|
|
1183
449
|
.font-arimaRegular {
|
|
1184
450
|
font-family: ArimaRegular;
|
|
1185
451
|
}
|
|
1186
|
-
|
|
1187
452
|
.text-2xl {
|
|
1188
453
|
font-size: 1.5rem;
|
|
1189
454
|
line-height: 2rem;
|
|
1190
455
|
}
|
|
1191
|
-
|
|
1192
456
|
.text-3xl {
|
|
1193
457
|
font-size: 1.875rem;
|
|
1194
458
|
line-height: 2.25rem;
|
|
1195
459
|
}
|
|
1196
|
-
|
|
1197
460
|
.text-5xl {
|
|
1198
461
|
font-size: 3rem;
|
|
1199
462
|
line-height: 1;
|
|
1200
463
|
}
|
|
1201
|
-
|
|
1202
464
|
.text-base {
|
|
1203
465
|
font-size: 1rem;
|
|
1204
466
|
line-height: 1.5rem;
|
|
1205
467
|
}
|
|
1206
|
-
|
|
1207
468
|
.text-lg {
|
|
1208
469
|
font-size: 1.125rem;
|
|
1209
470
|
line-height: 1.75rem;
|
|
1210
471
|
}
|
|
1211
|
-
|
|
1212
472
|
.text-sm {
|
|
1213
473
|
font-size: 0.875rem;
|
|
1214
474
|
line-height: 1.25rem;
|
|
1215
475
|
}
|
|
1216
|
-
|
|
1217
476
|
.font-bold {
|
|
1218
477
|
font-weight: 700;
|
|
1219
478
|
}
|
|
1220
|
-
|
|
1221
479
|
.font-extrabold {
|
|
1222
480
|
font-weight: 800;
|
|
1223
481
|
}
|
|
1224
|
-
|
|
1225
482
|
.font-medium {
|
|
1226
483
|
font-weight: 500;
|
|
1227
484
|
}
|
|
1228
|
-
|
|
1229
485
|
.font-semibold {
|
|
1230
486
|
font-weight: 600;
|
|
1231
487
|
}
|
|
1232
|
-
|
|
1233
488
|
.uppercase {
|
|
1234
489
|
text-transform: uppercase;
|
|
1235
490
|
}
|
|
1236
|
-
|
|
1237
491
|
.lowercase {
|
|
1238
492
|
text-transform: lowercase;
|
|
1239
493
|
}
|
|
1240
|
-
|
|
1241
494
|
.capitalize {
|
|
1242
495
|
text-transform: capitalize;
|
|
1243
496
|
}
|
|
1244
|
-
|
|
1245
497
|
.leading-4 {
|
|
1246
498
|
line-height: 1rem;
|
|
1247
499
|
}
|
|
1248
|
-
|
|
1249
500
|
.leading-none {
|
|
1250
501
|
line-height: 1;
|
|
1251
502
|
}
|
|
1252
|
-
|
|
1253
503
|
.text-black {
|
|
1254
504
|
--tw-text-opacity: 1;
|
|
1255
505
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1256
506
|
}
|
|
1257
|
-
|
|
1258
507
|
.text-blue-600 {
|
|
1259
508
|
--tw-text-opacity: 1;
|
|
1260
509
|
color: rgb(37 99 235 / var(--tw-text-opacity));
|
|
1261
510
|
}
|
|
1262
|
-
|
|
1263
511
|
.text-current {
|
|
1264
512
|
color: currentColor;
|
|
1265
513
|
}
|
|
1266
|
-
|
|
1267
514
|
.text-gray-400 {
|
|
1268
515
|
--tw-text-opacity: 1;
|
|
1269
516
|
color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
1270
517
|
}
|
|
1271
|
-
|
|
1272
518
|
.text-orange {
|
|
1273
519
|
--tw-text-opacity: 1;
|
|
1274
520
|
color: rgb(255 174 26 / var(--tw-text-opacity));
|
|
1275
521
|
}
|
|
1276
|
-
|
|
1277
522
|
.text-red {
|
|
1278
523
|
--tw-text-opacity: 1;
|
|
1279
524
|
color: rgb(255 0 0 / var(--tw-text-opacity));
|
|
1280
525
|
}
|
|
1281
|
-
|
|
1282
526
|
.text-white {
|
|
1283
527
|
--tw-text-opacity: 1;
|
|
1284
528
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1285
529
|
}
|
|
1286
|
-
|
|
1287
530
|
.underline {
|
|
1288
531
|
text-decoration-line: underline;
|
|
1289
532
|
}
|
|
1290
|
-
|
|
1291
533
|
.line-through {
|
|
1292
534
|
text-decoration-line: line-through;
|
|
1293
535
|
}
|
|
1294
|
-
|
|
1295
536
|
.opacity-100 {
|
|
1296
537
|
opacity: 1;
|
|
1297
538
|
}
|
|
1298
|
-
|
|
1299
539
|
.opacity-25 {
|
|
1300
540
|
opacity: 0.25;
|
|
1301
541
|
}
|
|
1302
|
-
|
|
1303
542
|
.opacity-50 {
|
|
1304
543
|
opacity: 0.5;
|
|
1305
544
|
}
|
|
1306
|
-
|
|
1307
545
|
.shadow {
|
|
1308
546
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1309
|
-
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
|
|
1310
|
-
|
|
547
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
|
|
548
|
+
0 1px 2px -1px var(--tw-shadow-color);
|
|
549
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
550
|
+
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1311
551
|
}
|
|
1312
|
-
|
|
1313
552
|
.shadow-inner {
|
|
1314
553
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
1315
554
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
|
1316
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
555
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
556
|
+
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1317
557
|
}
|
|
1318
|
-
|
|
1319
558
|
.shadow-lg {
|
|
1320
|
-
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
|
|
1321
|
-
|
|
1322
|
-
|
|
559
|
+
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
|
|
560
|
+
0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
561
|
+
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
|
|
562
|
+
0 4px 6px -4px var(--tw-shadow-color);
|
|
563
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
564
|
+
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1323
565
|
}
|
|
1324
|
-
|
|
1325
566
|
.shadow-sm {
|
|
1326
567
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1327
568
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1328
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
569
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
570
|
+
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1329
571
|
}
|
|
1330
|
-
|
|
1331
572
|
.outline-none {
|
|
1332
573
|
outline: 2px solid transparent;
|
|
1333
574
|
outline-offset: 2px;
|
|
1334
575
|
}
|
|
1335
|
-
|
|
1336
576
|
.outline {
|
|
1337
577
|
outline-style: solid;
|
|
1338
578
|
}
|
|
1339
|
-
|
|
1340
579
|
.outline-offset-8 {
|
|
1341
580
|
outline-offset: 8px;
|
|
1342
581
|
}
|
|
1343
|
-
|
|
1344
582
|
.blur {
|
|
1345
583
|
--tw-blur: blur(8px);
|
|
1346
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
|
|
584
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
|
|
585
|
+
var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
|
|
586
|
+
var(--tw-sepia) var(--tw-drop-shadow);
|
|
1347
587
|
}
|
|
1348
|
-
|
|
1349
588
|
.filter {
|
|
1350
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
|
|
589
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
|
|
590
|
+
var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
|
|
591
|
+
var(--tw-sepia) var(--tw-drop-shadow);
|
|
1351
592
|
}
|
|
1352
|
-
|
|
1353
593
|
.transition {
|
|
1354
|
-
transition-property: color, background-color, border-color,
|
|
1355
|
-
|
|
1356
|
-
|
|
594
|
+
transition-property: color, background-color, border-color,
|
|
595
|
+
text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
|
|
596
|
+
backdrop-filter;
|
|
1357
597
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1358
598
|
transition-duration: 150ms;
|
|
1359
599
|
}
|
|
1360
|
-
|
|
1361
600
|
.transition-width {
|
|
1362
601
|
transition-property: width;
|
|
1363
602
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1364
603
|
transition-duration: 150ms;
|
|
1365
604
|
}
|
|
1366
|
-
|
|
1367
605
|
.duration-300 {
|
|
1368
606
|
transition-duration: 300ms;
|
|
1369
607
|
}
|
|
1370
|
-
|
|
1371
608
|
.duration-500 {
|
|
1372
609
|
transition-duration: 500ms;
|
|
1373
610
|
}
|
|
1374
|
-
|
|
1375
611
|
.ease-in-out {
|
|
1376
612
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1377
613
|
}
|
|
1378
|
-
|
|
1379
|
-
body {
|
|
1380
|
-
font-size: 14px;
|
|
1381
|
-
font-family: 'Arima Regular';
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
|
-
.ps__rail-y {
|
|
1385
|
-
background: none !important;
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
|
-
.scrollbar-container {
|
|
1389
|
-
width: 97% !important;
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
.dropdown-menu {
|
|
1393
|
-
min-width: 3rem;
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
.w-md-editor-show-live {
|
|
1397
|
-
height: 800 !important;
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
.bg-orange1 {
|
|
1401
|
-
background-color: '#EF4444';
|
|
1402
|
-
}
|
|
1403
|
-
|
|
1404
|
-
.react-pdf__Page__canvas {
|
|
1405
|
-
min-height: 100vh !important;
|
|
1406
|
-
max-width: 100vw !important;
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
/* :root {
|
|
1410
|
-
scrollbar-color: transparent transparent;
|
|
1411
|
-
} */
|
|
1412
|
-
|
|
1413
|
-
/* Outer box for reference */
|
|
1414
|
-
|
|
1415
|
-
.outer-box {
|
|
1416
|
-
position: relative;
|
|
1417
|
-
width: 300px;
|
|
1418
|
-
height: 400px;
|
|
1419
|
-
border: 2px solid #333;
|
|
1420
|
-
overflow: hidden;
|
|
1421
|
-
/* Ensure the menu does not spill out */
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
/* Parent container */
|
|
1425
|
-
|
|
1426
|
-
.parent-container {
|
|
1427
|
-
position: relative;
|
|
1428
|
-
padding: 20px;
|
|
1429
|
-
background: #f0f0f0;
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1432
|
-
/* Menu styling */
|
|
1433
|
-
|
|
1434
|
-
.menu {
|
|
1435
|
-
position: absolute;
|
|
1436
|
-
/* Allows the menu to exist independently */
|
|
1437
|
-
top: 100%;
|
|
1438
|
-
/* Position it just below the parent */
|
|
1439
|
-
left: 0;
|
|
614
|
+
.container {
|
|
1440
615
|
width: 100%;
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
.
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
.
|
|
1464
|
-
|
|
1465
|
-
}
|
|
1466
|
-
|
|
616
|
+
}
|
|
617
|
+
@media (min-width: 0px) {
|
|
618
|
+
.container {
|
|
619
|
+
max-width: 0px;
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
@media (min-width: 768px) {
|
|
623
|
+
.container {
|
|
624
|
+
max-width: 768px;
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
@media (min-width: 1024px) {
|
|
628
|
+
.container {
|
|
629
|
+
max-width: 1024px;
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
@media (min-width: 1280px) {
|
|
633
|
+
.container {
|
|
634
|
+
max-width: 1280px;
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
@media (min-width: 1536px) {
|
|
638
|
+
.container {
|
|
639
|
+
max-width: 1536px;
|
|
640
|
+
}
|
|
641
|
+
}
|
|
1467
642
|
.hover\:bg-\[\#007BFF\]:hover {
|
|
1468
643
|
--tw-bg-opacity: 1;
|
|
1469
644
|
background-color: rgb(0 123 255 / var(--tw-bg-opacity));
|
|
1470
645
|
}
|
|
1471
|
-
|
|
1472
646
|
.hover\:bg-gray-100:hover {
|
|
1473
647
|
--tw-bg-opacity: 1;
|
|
1474
648
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
1475
649
|
}
|
|
1476
|
-
|
|
1477
650
|
.hover\:bg-gray-200:hover {
|
|
1478
651
|
--tw-bg-opacity: 1;
|
|
1479
652
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
1480
653
|
}
|
|
1481
|
-
|
|
1482
654
|
.hover\:shadow-lg:hover {
|
|
1483
|
-
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
|
|
1484
|
-
|
|
1485
|
-
|
|
655
|
+
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
|
|
656
|
+
0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
657
|
+
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
|
|
658
|
+
0 4px 6px -4px var(--tw-shadow-color);
|
|
659
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
660
|
+
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1486
661
|
}
|
|
1487
|
-
|
|
1488
662
|
.focus\:outline-none:focus {
|
|
1489
663
|
outline: 2px solid transparent;
|
|
1490
664
|
outline-offset: 2px;
|
|
1491
665
|
}
|
|
1492
|
-
|
|
1493
666
|
.focus\:ring:focus {
|
|
1494
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
|
|
1495
|
-
|
|
1496
|
-
|
|
667
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
|
|
668
|
+
var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
669
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
|
|
670
|
+
calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
671
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
|
|
672
|
+
var(--tw-shadow, 0 0 #0000);
|
|
1497
673
|
}
|
|
1498
|
-
|
|
1499
674
|
.focus\:ring-0:focus {
|
|
1500
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
|
|
1501
|
-
|
|
1502
|
-
|
|
675
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
|
|
676
|
+
var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
677
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
|
|
678
|
+
calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
679
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
|
|
680
|
+
var(--tw-shadow, 0 0 #0000);
|
|
1503
681
|
}
|
|
1504
|
-
|
|
1505
682
|
.focus\:ring-2:focus {
|
|
1506
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
|
|
1507
|
-
|
|
1508
|
-
|
|
683
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
|
|
684
|
+
var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
685
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
|
|
686
|
+
calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
687
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
|
|
688
|
+
var(--tw-shadow, 0 0 #0000);
|
|
1509
689
|
}
|
|
1510
|
-
|
|
1511
690
|
.focus\:ring-blue-500:focus {
|
|
1512
691
|
--tw-ring-opacity: 1;
|
|
1513
692
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
|
1514
693
|
}
|
|
1515
|
-
|
|
1516
694
|
.active\:bg-green-600:active {
|
|
1517
695
|
--tw-bg-opacity: 1;
|
|
1518
696
|
background-color: rgb(22 163 74 / var(--tw-bg-opacity));
|
|
1519
697
|
}
|
|
1520
|
-
|
|
1521
698
|
.dark\:border-gray-600:is(.dark *) {
|
|
1522
699
|
--tw-border-opacity: 1;
|
|
1523
700
|
border-color: rgb(75 85 99 / var(--tw-border-opacity));
|
|
1524
701
|
}
|
|
1525
|
-
|
|
1526
702
|
.dark\:bg-black:is(.dark *) {
|
|
1527
703
|
--tw-bg-opacity: 1;
|
|
1528
704
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1529
705
|
}
|
|
1530
|
-
|
|
1531
706
|
.dark\:bg-boxdark:is(.dark *) {
|
|
1532
707
|
--tw-bg-opacity: 1;
|
|
1533
708
|
background-color: rgb(36 48 63 / var(--tw-bg-opacity));
|
|
1534
709
|
}
|
|
1535
|
-
|
|
1536
710
|
.dark\:bg-gray-700:is(.dark *) {
|
|
1537
711
|
--tw-bg-opacity: 1;
|
|
1538
712
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
|
1539
713
|
}
|
|
1540
|
-
|
|
1541
714
|
.dark\:bg-white:is(.dark *) {
|
|
1542
715
|
--tw-bg-opacity: 1;
|
|
1543
716
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1544
717
|
}
|
|
1545
|
-
|
|
1546
718
|
.dark\:text-black:is(.dark *) {
|
|
1547
719
|
--tw-text-opacity: 1;
|
|
1548
720
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1549
721
|
}
|
|
1550
|
-
|
|
1551
722
|
.dark\:text-gray-200:is(.dark *) {
|
|
1552
723
|
--tw-text-opacity: 1;
|
|
1553
724
|
color: rgb(229 231 235 / var(--tw-text-opacity));
|
|
1554
725
|
}
|
|
1555
|
-
|
|
1556
726
|
.dark\:text-white:is(.dark *) {
|
|
1557
727
|
--tw-text-opacity: 1;
|
|
1558
728
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1559
729
|
}
|
|
1560
|
-
|
|
1561
730
|
.dark\:ring-offset-gray-800:is(.dark *) {
|
|
1562
731
|
--tw-ring-offset-color: #1f2937;
|
|
1563
732
|
}
|
|
1564
|
-
|
|
1565
733
|
.dark\:hover\:bg-gray-600:hover:is(.dark *) {
|
|
1566
734
|
--tw-bg-opacity: 1;
|
|
1567
735
|
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
|
1568
736
|
}
|
|
1569
|
-
|
|
1570
737
|
.dark\:focus\:ring-blue-600:focus:is(.dark *) {
|
|
1571
738
|
--tw-ring-opacity: 1;
|
|
1572
739
|
--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
|
|
1573
740
|
}
|
|
1574
|
-
|
|
1575
741
|
@media (min-width: 0px) and (max-width: 767px) {
|
|
1576
742
|
.sm\:block {
|
|
1577
743
|
display: block;
|
|
1578
744
|
}
|
|
1579
|
-
|
|
1580
745
|
.sm\:inline-block {
|
|
1581
746
|
display: inline-block;
|
|
1582
747
|
}
|
|
1583
|
-
|
|
1584
748
|
.sm\:px-8 {
|
|
1585
749
|
padding-left: 2rem;
|
|
1586
750
|
padding-right: 2rem;
|
|
1587
751
|
}
|
|
1588
|
-
|
|
1589
752
|
.sm\:text-base {
|
|
1590
753
|
font-size: 1rem;
|
|
1591
754
|
line-height: 1.5rem;
|
|
1592
755
|
}
|
|
1593
756
|
}
|
|
1594
|
-
|
|
1595
757
|
@media (min-width: 1280px) {
|
|
1596
758
|
.xl\:grid {
|
|
1597
759
|
display: grid;
|