@kanda-libs/ks-design-library-new 0.0.1

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.
Files changed (90) hide show
  1. package/LICENSE +21 -0
  2. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff +0 -0
  3. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff +0 -0
  4. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff +0 -0
  5. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff +0 -0
  6. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueHeavyItalic.woff +0 -0
  7. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff +0 -0
  8. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff +0 -0
  9. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff +0 -0
  10. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff +0 -0
  11. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff +0 -0
  12. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff +0 -0
  13. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff +0 -0
  14. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff +0 -0
  15. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff +0 -0
  16. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueHeavy.woff +0 -0
  17. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff +0 -0
  18. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff +0 -0
  19. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff +0 -0
  20. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff +0 -0
  21. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff +0 -0
  22. package/dist/index.d.ts +17 -0
  23. package/dist/index.esm.mjs +2 -0
  24. package/dist/index.esm.mjs.map +7 -0
  25. package/dist/library.css +2053 -0
  26. package/package.json +117 -0
  27. package/src/.DS_Store +0 -0
  28. package/src/@types/assets/index.d.ts +26 -0
  29. package/src/@types/index.d.ts +207 -0
  30. package/src/common/helpers.ts +15 -0
  31. package/src/components/Table/components/Cell/constants.ts +11 -0
  32. package/src/components/Table/components/Cell/index.tsx +36 -0
  33. package/src/components/Table/components/Cell/useCellClassNames.ts +23 -0
  34. package/src/components/Table/components/HeaderButton/Button.tsx +18 -0
  35. package/src/components/Table/components/HeaderButton/Wrapper.tsx +22 -0
  36. package/src/components/Table/components/HeaderButton/constants.ts +24 -0
  37. package/src/components/Table/components/HeaderButton/index.tsx +7 -0
  38. package/src/components/Table/components/HeaderButton/useWrapperProps.ts +31 -0
  39. package/src/components/Table/components/HeaderColumn/constants.ts +26 -0
  40. package/src/components/Table/components/HeaderColumn/index.tsx +38 -0
  41. package/src/components/Table/components/HeaderColumn/useHeaderColumnProps.ts +31 -0
  42. package/src/components/Table/components/HeaderGroup/constants.ts +3 -0
  43. package/src/components/Table/components/HeaderGroup/index.tsx +40 -0
  44. package/src/components/Table/components/HeaderGroup/useHeaderGroupProps.ts +27 -0
  45. package/src/components/Table/components/Row/constants.ts +7 -0
  46. package/src/components/Table/components/Row/index.tsx +40 -0
  47. package/src/components/Table/components/Row/useRowClassNames.ts +19 -0
  48. package/src/components/Table/components/SearchInput/index.tsx +22 -0
  49. package/src/components/Table/components/SearchInput/useSearchInput.ts +30 -0
  50. package/src/components/Table/helpers/search.ts +96 -0
  51. package/src/components/Table/index.tsx +64 -0
  52. package/src/components/Table/useTableProps.ts +54 -0
  53. package/src/components/index.tsx +1 -0
  54. package/src/index.ts +2 -0
  55. package/src/moduleTypes.d.ts +1 -0
  56. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff +0 -0
  57. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff +0 -0
  58. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff +0 -0
  59. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff +0 -0
  60. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueHeavyItalic.woff +0 -0
  61. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff +0 -0
  62. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff +0 -0
  63. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff +0 -0
  64. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff +0 -0
  65. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff +0 -0
  66. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff +0 -0
  67. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff +0 -0
  68. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff +0 -0
  69. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff +0 -0
  70. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueHeavy.woff +0 -0
  71. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff +0 -0
  72. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff +0 -0
  73. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff +0 -0
  74. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff +0 -0
  75. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff +0 -0
  76. package/src/styles/index.css +2236 -0
  77. package/src/styles/ks-design-library.css +2236 -0
  78. package/src/styles/library.css +2053 -0
  79. package/src/styles/tailwind.css +915 -0
  80. package/src/theme/plugins/tailwind.plugin.caret-color.js +32 -0
  81. package/src/theme/plugins/tailwind.plugin.field-error.js +10 -0
  82. package/src/theme/plugins/tailwind.plugin.field-focus.js +10 -0
  83. package/src/theme/plugins/tailwind.plugin.field-loading.js +10 -0
  84. package/src/theme/plugins/tailwind.plugin.group-active.js +10 -0
  85. package/src/theme/plugins/tailwind.plugin.important.js +14 -0
  86. package/src/theme/plugins/tailwind.plugin.label-check.js +10 -0
  87. package/src/theme/plugins/tailwind.plugin.text-style.js +213 -0
  88. package/src/theme/postcss/tailwind.postcss.config.js +7 -0
  89. package/src/theme/themeConfig.js +339 -0
  90. package/src/types.d.ts +58 -0
@@ -0,0 +1,2053 @@
1
+ /*
2
+ ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
3
+ */
4
+
5
+ /*
6
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
+ */
9
+
10
+ *,
11
+ ::before,
12
+ ::after {
13
+ box-sizing: border-box;
14
+ /* 1 */
15
+ border-width: 0;
16
+ /* 2 */
17
+ border-style: solid;
18
+ /* 2 */
19
+ border-color: currentColor;
20
+ /* 2 */
21
+ }
22
+
23
+ ::before,
24
+ ::after {
25
+ --tw-content: '';
26
+ }
27
+
28
+ /*
29
+ 1. Use a consistent sensible line-height in all browsers.
30
+ 2. Prevent adjustments of font size after orientation changes in iOS.
31
+ 3. Use a more readable tab size.
32
+ 4. Use the user's configured `sans` font-family by default.
33
+ 5. Use the user's configured `sans` font-feature-settings by default.
34
+ */
35
+
36
+ html {
37
+ line-height: 1.5;
38
+ /* 1 */
39
+ -webkit-text-size-adjust: 100%;
40
+ /* 2 */
41
+ -moz-tab-size: 4;
42
+ /* 3 */
43
+ -o-tab-size: 4;
44
+ tab-size: 4;
45
+ /* 3 */
46
+ font-family: "Galano Grotesque";
47
+ /* 4 */
48
+ font-feature-settings: normal;
49
+ /* 5 */
50
+ }
51
+
52
+ /*
53
+ 1. Remove the margin in all browsers.
54
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
55
+ */
56
+
57
+ body {
58
+ margin: 0;
59
+ /* 1 */
60
+ line-height: inherit;
61
+ /* 2 */
62
+ }
63
+
64
+ /*
65
+ 1. Add the correct height in Firefox.
66
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
67
+ 3. Ensure horizontal rules are visible by default.
68
+ */
69
+
70
+ hr {
71
+ height: 0;
72
+ /* 1 */
73
+ color: inherit;
74
+ /* 2 */
75
+ border-top-width: 1px;
76
+ /* 3 */
77
+ }
78
+
79
+ /*
80
+ Add the correct text decoration in Chrome, Edge, and Safari.
81
+ */
82
+
83
+ abbr:where([title]) {
84
+ -webkit-text-decoration: underline dotted;
85
+ text-decoration: underline dotted;
86
+ }
87
+
88
+ /*
89
+ Remove the default font size and weight for headings.
90
+ */
91
+
92
+ h1,
93
+ h2,
94
+ h3,
95
+ h4,
96
+ h5,
97
+ h6 {
98
+ font-size: inherit;
99
+ font-weight: inherit;
100
+ }
101
+
102
+ /*
103
+ Reset links to optimize for opt-in styling instead of opt-out.
104
+ */
105
+
106
+ a {
107
+ color: inherit;
108
+ text-decoration: inherit;
109
+ }
110
+
111
+ /*
112
+ Add the correct font weight in Edge and Safari.
113
+ */
114
+
115
+ b,
116
+ strong {
117
+ font-weight: bolder;
118
+ }
119
+
120
+ /*
121
+ 1. Use the user's configured `mono` font family by default.
122
+ 2. Correct the odd `em` font sizing in all browsers.
123
+ */
124
+
125
+ code,
126
+ kbd,
127
+ samp,
128
+ pre {
129
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
130
+ /* 1 */
131
+ font-size: 1em;
132
+ /* 2 */
133
+ }
134
+
135
+ /*
136
+ Add the correct font size in all browsers.
137
+ */
138
+
139
+ small {
140
+ font-size: 80%;
141
+ }
142
+
143
+ /*
144
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
145
+ */
146
+
147
+ sub,
148
+ sup {
149
+ font-size: 75%;
150
+ line-height: 0;
151
+ position: relative;
152
+ vertical-align: baseline;
153
+ }
154
+
155
+ sub {
156
+ bottom: -0.25em;
157
+ }
158
+
159
+ sup {
160
+ top: -0.5em;
161
+ }
162
+
163
+ /*
164
+ 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)
165
+ 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)
166
+ 3. Remove gaps between table borders by default.
167
+ */
168
+
169
+ table {
170
+ text-indent: 0;
171
+ /* 1 */
172
+ border-color: inherit;
173
+ /* 2 */
174
+ border-collapse: collapse;
175
+ /* 3 */
176
+ }
177
+
178
+ /*
179
+ 1. Change the font styles in all browsers.
180
+ 2. Remove the margin in Firefox and Safari.
181
+ 3. Remove default padding in all browsers.
182
+ */
183
+
184
+ button,
185
+ input,
186
+ optgroup,
187
+ select,
188
+ textarea {
189
+ font-family: inherit;
190
+ /* 1 */
191
+ font-size: 100%;
192
+ /* 1 */
193
+ font-weight: inherit;
194
+ /* 1 */
195
+ line-height: inherit;
196
+ /* 1 */
197
+ color: inherit;
198
+ /* 1 */
199
+ margin: 0;
200
+ /* 2 */
201
+ padding: 0;
202
+ /* 3 */
203
+ }
204
+
205
+ /*
206
+ Remove the inheritance of text transform in Edge and Firefox.
207
+ */
208
+
209
+ button,
210
+ select {
211
+ text-transform: none;
212
+ }
213
+
214
+ /*
215
+ 1. Correct the inability to style clickable types in iOS and Safari.
216
+ 2. Remove default button styles.
217
+ */
218
+
219
+ button,
220
+ [type='button'],
221
+ [type='reset'],
222
+ [type='submit'] {
223
+ -webkit-appearance: button;
224
+ /* 1 */
225
+ background-color: transparent;
226
+ /* 2 */
227
+ background-image: none;
228
+ /* 2 */
229
+ }
230
+
231
+ /*
232
+ Use the modern Firefox focus style for all focusable elements.
233
+ */
234
+
235
+ :-moz-focusring {
236
+ outline: auto;
237
+ }
238
+
239
+ /*
240
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
241
+ */
242
+
243
+ :-moz-ui-invalid {
244
+ box-shadow: none;
245
+ }
246
+
247
+ /*
248
+ Add the correct vertical alignment in Chrome and Firefox.
249
+ */
250
+
251
+ progress {
252
+ vertical-align: baseline;
253
+ }
254
+
255
+ /*
256
+ Correct the cursor style of increment and decrement buttons in Safari.
257
+ */
258
+
259
+ ::-webkit-inner-spin-button,
260
+ ::-webkit-outer-spin-button {
261
+ height: auto;
262
+ }
263
+
264
+ /*
265
+ 1. Correct the odd appearance in Chrome and Safari.
266
+ 2. Correct the outline style in Safari.
267
+ */
268
+
269
+ [type='search'] {
270
+ -webkit-appearance: textfield;
271
+ /* 1 */
272
+ outline-offset: -2px;
273
+ /* 2 */
274
+ }
275
+
276
+ /*
277
+ Remove the inner padding in Chrome and Safari on macOS.
278
+ */
279
+
280
+ ::-webkit-search-decoration {
281
+ -webkit-appearance: none;
282
+ }
283
+
284
+ /*
285
+ 1. Correct the inability to style clickable types in iOS and Safari.
286
+ 2. Change font properties to `inherit` in Safari.
287
+ */
288
+
289
+ ::-webkit-file-upload-button {
290
+ -webkit-appearance: button;
291
+ /* 1 */
292
+ font: inherit;
293
+ /* 2 */
294
+ }
295
+
296
+ /*
297
+ Add the correct display in Chrome and Safari.
298
+ */
299
+
300
+ summary {
301
+ display: list-item;
302
+ }
303
+
304
+ /*
305
+ Removes the default spacing and border for appropriate elements.
306
+ */
307
+
308
+ blockquote,
309
+ dl,
310
+ dd,
311
+ h1,
312
+ h2,
313
+ h3,
314
+ h4,
315
+ h5,
316
+ h6,
317
+ hr,
318
+ figure,
319
+ p,
320
+ pre {
321
+ margin: 0;
322
+ }
323
+
324
+ fieldset {
325
+ margin: 0;
326
+ padding: 0;
327
+ }
328
+
329
+ legend {
330
+ padding: 0;
331
+ }
332
+
333
+ ol,
334
+ ul,
335
+ menu {
336
+ list-style: none;
337
+ margin: 0;
338
+ padding: 0;
339
+ }
340
+
341
+ /*
342
+ Prevent resizing textareas horizontally by default.
343
+ */
344
+
345
+ textarea {
346
+ resize: vertical;
347
+ }
348
+
349
+ /*
350
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
351
+ 2. Set the default placeholder color to the user's configured gray 400 color.
352
+ */
353
+
354
+ input::-moz-placeholder, textarea::-moz-placeholder {
355
+ opacity: 1;
356
+ /* 1 */
357
+ color: #9ca3af;
358
+ /* 2 */
359
+ }
360
+
361
+ input::placeholder,
362
+ textarea::placeholder {
363
+ opacity: 1;
364
+ /* 1 */
365
+ color: #9ca3af;
366
+ /* 2 */
367
+ }
368
+
369
+ /*
370
+ Set the default cursor for buttons.
371
+ */
372
+
373
+ button,
374
+ [role="button"] {
375
+ cursor: pointer;
376
+ }
377
+
378
+ /*
379
+ Make sure disabled buttons don't get the pointer cursor.
380
+ */
381
+
382
+ :disabled {
383
+ cursor: default;
384
+ }
385
+
386
+ /*
387
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
388
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
389
+ This can trigger a poorly considered lint error in some tools but is included by design.
390
+ */
391
+
392
+ img,
393
+ svg,
394
+ video,
395
+ canvas,
396
+ audio,
397
+ iframe,
398
+ embed,
399
+ object {
400
+ display: block;
401
+ /* 1 */
402
+ vertical-align: middle;
403
+ /* 2 */
404
+ }
405
+
406
+ /*
407
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
408
+ */
409
+
410
+ img,
411
+ video {
412
+ max-width: 100%;
413
+ height: auto;
414
+ }
415
+
416
+ /* Make elements with the HTML hidden attribute stay hidden by default */
417
+
418
+ [hidden] {
419
+ display: none;
420
+ }
421
+
422
+ @font-face {
423
+ font-family: Galano Grotesque;
424
+
425
+ font-weight: 100;
426
+
427
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff)
428
+ format('woff');
429
+ }
430
+
431
+ @font-face {
432
+ font-family: Galano Grotesque;
433
+
434
+ font-weight: 200;
435
+
436
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff)
437
+ format('woff');
438
+ }
439
+
440
+ @font-face {
441
+ font-family: Galano Grotesque;
442
+
443
+ font-weight: 300;
444
+
445
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff)
446
+ format('woff');
447
+ }
448
+
449
+ @font-face {
450
+ font-family: Galano Grotesque;
451
+
452
+ font-weight: 400;
453
+
454
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff)
455
+ format('woff');
456
+ }
457
+
458
+ @font-face {
459
+ font-family: Galano Grotesque;
460
+
461
+ font-weight: 500;
462
+
463
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff)
464
+ format('woff');
465
+ }
466
+
467
+ @font-face {
468
+ font-family: Galano Grotesque;
469
+
470
+ font-weight: 600;
471
+
472
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff)
473
+ format('woff');
474
+ }
475
+
476
+ @font-face {
477
+ font-family: Galano Grotesque;
478
+
479
+ font-weight: 700;
480
+
481
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff)
482
+ format('woff');
483
+ }
484
+
485
+ @font-face {
486
+ font-family: Galano Grotesque;
487
+
488
+ font-weight: 800;
489
+
490
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff)
491
+ format('woff');
492
+ }
493
+
494
+ @font-face {
495
+ font-family: Galano Grotesque;
496
+
497
+ font-weight: 900;
498
+
499
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff)
500
+ format('woff');
501
+ }
502
+
503
+ @font-face {
504
+ font-family: Galano Grotesque;
505
+
506
+ font-weight: 100;
507
+
508
+ font-style: italic;
509
+
510
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff)
511
+ format('woff');
512
+ }
513
+
514
+ @font-face {
515
+ font-family: Galano Grotesque;
516
+
517
+ font-weight: 200;
518
+
519
+ font-style: italic;
520
+
521
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff)
522
+ format('woff');
523
+ }
524
+
525
+ @font-face {
526
+ font-family: Galano Grotesque;
527
+
528
+ font-weight: 300;
529
+
530
+ font-style: italic;
531
+
532
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff)
533
+ format('woff');
534
+ }
535
+
536
+ @font-face {
537
+ font-family: Galano Grotesque;
538
+
539
+ font-weight: 400;
540
+
541
+ font-style: italic;
542
+
543
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff)
544
+ format('woff');
545
+ }
546
+
547
+ @font-face {
548
+ font-family: Galano Grotesque;
549
+
550
+ font-weight: 500;
551
+
552
+ font-style: italic;
553
+
554
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff)
555
+ format('woff');
556
+ }
557
+
558
+ @font-face {
559
+ font-family: Galano Grotesque;
560
+
561
+ font-weight: 600;
562
+
563
+ font-style: italic;
564
+
565
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff)
566
+ format('woff');
567
+ }
568
+
569
+ @font-face {
570
+ font-family: Galano Grotesque;
571
+
572
+ font-weight: 700;
573
+
574
+ font-style: italic;
575
+
576
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff)
577
+ format('woff');
578
+ }
579
+
580
+ @font-face {
581
+ font-family: Galano Grotesque;
582
+
583
+ font-weight: 800;
584
+
585
+ font-style: italic;
586
+
587
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff)
588
+ format('woff');
589
+ }
590
+
591
+ @font-face {
592
+ font-family: Galano Grotesque;
593
+
594
+ font-weight: 900;
595
+
596
+ font-style: italic;
597
+
598
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff)
599
+ format('woff');
600
+ }
601
+
602
+ *, ::before, ::after {
603
+ --tw-border-spacing-x: 0;
604
+ --tw-border-spacing-y: 0;
605
+ --tw-translate-x: 0;
606
+ --tw-translate-y: 0;
607
+ --tw-rotate: 0;
608
+ --tw-skew-x: 0;
609
+ --tw-skew-y: 0;
610
+ --tw-scale-x: 1;
611
+ --tw-scale-y: 1;
612
+ --tw-pan-x: ;
613
+ --tw-pan-y: ;
614
+ --tw-pinch-zoom: ;
615
+ --tw-scroll-snap-strictness: proximity;
616
+ --tw-ordinal: ;
617
+ --tw-slashed-zero: ;
618
+ --tw-numeric-figure: ;
619
+ --tw-numeric-spacing: ;
620
+ --tw-numeric-fraction: ;
621
+ --tw-ring-inset: ;
622
+ --tw-ring-offset-width: 0px;
623
+ --tw-ring-offset-color: #fff;
624
+ --tw-ring-color: rgb(59 130 246 / 0.5);
625
+ --tw-ring-offset-shadow: 0 0 #0000;
626
+ --tw-ring-shadow: 0 0 #0000;
627
+ --tw-shadow: 0 0 #0000;
628
+ --tw-shadow-colored: 0 0 #0000;
629
+ --tw-blur: ;
630
+ --tw-brightness: ;
631
+ --tw-contrast: ;
632
+ --tw-grayscale: ;
633
+ --tw-hue-rotate: ;
634
+ --tw-invert: ;
635
+ --tw-saturate: ;
636
+ --tw-sepia: ;
637
+ --tw-drop-shadow: ;
638
+ --tw-backdrop-blur: ;
639
+ --tw-backdrop-brightness: ;
640
+ --tw-backdrop-contrast: ;
641
+ --tw-backdrop-grayscale: ;
642
+ --tw-backdrop-hue-rotate: ;
643
+ --tw-backdrop-invert: ;
644
+ --tw-backdrop-opacity: ;
645
+ --tw-backdrop-saturate: ;
646
+ --tw-backdrop-sepia: ;
647
+ }
648
+
649
+ ::backdrop {
650
+ --tw-border-spacing-x: 0;
651
+ --tw-border-spacing-y: 0;
652
+ --tw-translate-x: 0;
653
+ --tw-translate-y: 0;
654
+ --tw-rotate: 0;
655
+ --tw-skew-x: 0;
656
+ --tw-skew-y: 0;
657
+ --tw-scale-x: 1;
658
+ --tw-scale-y: 1;
659
+ --tw-pan-x: ;
660
+ --tw-pan-y: ;
661
+ --tw-pinch-zoom: ;
662
+ --tw-scroll-snap-strictness: proximity;
663
+ --tw-ordinal: ;
664
+ --tw-slashed-zero: ;
665
+ --tw-numeric-figure: ;
666
+ --tw-numeric-spacing: ;
667
+ --tw-numeric-fraction: ;
668
+ --tw-ring-inset: ;
669
+ --tw-ring-offset-width: 0px;
670
+ --tw-ring-offset-color: #fff;
671
+ --tw-ring-color: rgb(59 130 246 / 0.5);
672
+ --tw-ring-offset-shadow: 0 0 #0000;
673
+ --tw-ring-shadow: 0 0 #0000;
674
+ --tw-shadow: 0 0 #0000;
675
+ --tw-shadow-colored: 0 0 #0000;
676
+ --tw-blur: ;
677
+ --tw-brightness: ;
678
+ --tw-contrast: ;
679
+ --tw-grayscale: ;
680
+ --tw-hue-rotate: ;
681
+ --tw-invert: ;
682
+ --tw-saturate: ;
683
+ --tw-sepia: ;
684
+ --tw-drop-shadow: ;
685
+ --tw-backdrop-blur: ;
686
+ --tw-backdrop-brightness: ;
687
+ --tw-backdrop-contrast: ;
688
+ --tw-backdrop-grayscale: ;
689
+ --tw-backdrop-hue-rotate: ;
690
+ --tw-backdrop-invert: ;
691
+ --tw-backdrop-opacity: ;
692
+ --tw-backdrop-saturate: ;
693
+ --tw-backdrop-sepia: ;
694
+ }
695
+
696
+ .container {
697
+ width: 100%;
698
+ }
699
+
700
+ @media (min-width: 640px) {
701
+ .container {
702
+ max-width: 640px;
703
+ }
704
+ }
705
+
706
+ @media (min-width: 768px) {
707
+ .container {
708
+ max-width: 768px;
709
+ }
710
+ }
711
+
712
+ @media (min-width: 1024px) {
713
+ .container {
714
+ max-width: 1024px;
715
+ }
716
+ }
717
+
718
+ @media (min-width: 1280px) {
719
+ .container {
720
+ max-width: 1280px;
721
+ }
722
+ }
723
+
724
+ @media (min-width: 1440px) {
725
+ .container {
726
+ max-width: 1440px;
727
+ }
728
+ }
729
+
730
+ @media (min-width: 1536px) {
731
+ .container {
732
+ max-width: 1536px;
733
+ }
734
+ }
735
+
736
+ .text-32-40-em {
737
+ font-weight: 600;
738
+ font-size: 32px;
739
+ line-height: 40px;
740
+ }
741
+
742
+ .text-28-32-em {
743
+ font-weight: 600;
744
+ font-size: 28px;
745
+ line-height: 32px;
746
+ }
747
+
748
+ .text-24-28-em {
749
+ font-weight: 600;
750
+ font-size: 24px;
751
+ line-height: 28px;
752
+ }
753
+
754
+ .text-20-24-em {
755
+ font-weight: 600;
756
+ font-size: 20px;
757
+ line-height: 24px;
758
+ }
759
+
760
+ .text-18-22-em {
761
+ font-weight: 600;
762
+ font-size: 18px;
763
+ line-height: 22px;
764
+ }
765
+
766
+ .text-16-25-em-up {
767
+ font-weight: 600;
768
+ font-size: 16px;
769
+ line-height: 25px;
770
+ text-transform: uppercase;
771
+ }
772
+
773
+ .text-16-24 {
774
+ font-weight: 400;
775
+ font-size: 16px;
776
+ line-height: 24px;
777
+ }
778
+
779
+ .text-16-20-em {
780
+ font-weight: 600;
781
+ font-size: 16px;
782
+ line-height: 20px;
783
+ }
784
+
785
+ .text-14-22-em {
786
+ font-weight: 600;
787
+ font-size: 14px;
788
+ line-height: 22px;
789
+ }
790
+
791
+ .text-14-22 {
792
+ font-weight: 400;
793
+ font-size: 14px;
794
+ line-height: 22px;
795
+ }
796
+
797
+ .text-12-18-em-up {
798
+ font-weight: 600;
799
+ font-size: 12px;
800
+ line-height: 18px;
801
+ text-transform: uppercase;
802
+ }
803
+
804
+ .text-12-18-em {
805
+ font-weight: 600;
806
+ font-size: 12px;
807
+ line-height: 18px;
808
+ }
809
+
810
+ .text-12-18 {
811
+ font-weight: 400;
812
+ font-size: 12px;
813
+ line-height: 18px;
814
+ }
815
+
816
+ .text-11-20-em-up {
817
+ font-weight: 600;
818
+ font-size: 11px;
819
+ line-height: 20px;
820
+ text-transform: uppercase;
821
+ }
822
+
823
+ .text-11-20-up {
824
+ font-weight: 400;
825
+ font-size: 11px;
826
+ line-height: 20px;
827
+ text-transform: uppercase;
828
+ }
829
+
830
+ .text-10-17-em-up {
831
+ font-weight: 600;
832
+ font-size: 10px;
833
+ line-height: 17px;
834
+ text-transform: uppercase;
835
+ }
836
+
837
+ .text-10-17-em {
838
+ font-weight: 400;
839
+ font-size: 10px;
840
+ line-height: 17px;
841
+ text-transform: uppercase;
842
+ }
843
+
844
+ .text-10-14-em {
845
+ font-weight: 600;
846
+ font-size: 10px;
847
+ line-height: 14px;
848
+ }
849
+
850
+ .text-10-14 {
851
+ font-weight: 400;
852
+ font-size: 10px;
853
+ line-height: 14px;
854
+ }
855
+
856
+ .text-style-a {
857
+ font-weight: 600;
858
+ font-size: 32px;
859
+ line-height: 40px;
860
+ }
861
+
862
+ .text-style-b {
863
+ font-weight: 600;
864
+ font-size: 28px;
865
+ line-height: 32px;
866
+ }
867
+
868
+ .text-style-c {
869
+ font-weight: 600;
870
+ font-size: 24px;
871
+ line-height: 28px;
872
+ }
873
+
874
+ .text-style-d {
875
+ font-weight: 600;
876
+ font-size: 20px;
877
+ line-height: 24px;
878
+ }
879
+
880
+ .text-style-e {
881
+ font-weight: 600;
882
+ font-size: 18px;
883
+ line-height: 22px;
884
+ }
885
+
886
+ .text-style-f-em-up {
887
+ font-weight: 600;
888
+ font-size: 16px;
889
+ line-height: 25px;
890
+ text-transform: uppercase;
891
+ }
892
+
893
+ .text-style-f-em {
894
+ font-weight: 600;
895
+ font-size: 16px;
896
+ line-height: 20px;
897
+ }
898
+
899
+ .text-style-f {
900
+ font-weight: 400;
901
+ font-size: 16px;
902
+ line-height: 24px;
903
+ }
904
+
905
+ .text-style-g-em {
906
+ font-weight: 600;
907
+ font-size: 14px;
908
+ line-height: 22px;
909
+ }
910
+
911
+ .text-style-g {
912
+ font-weight: 400;
913
+ font-size: 14px;
914
+ line-height: 22px;
915
+ }
916
+
917
+ .text-style-h-em-up {
918
+ font-weight: 600;
919
+ font-size: 12px;
920
+ line-height: 18px;
921
+ text-transform: uppercase;
922
+ }
923
+
924
+ .text-style-h-em {
925
+ font-weight: 600;
926
+ font-size: 12px;
927
+ line-height: 18px;
928
+ }
929
+
930
+ .text-style-h {
931
+ font-weight: 400;
932
+ font-size: 12px;
933
+ line-height: 18px;
934
+ }
935
+
936
+ .text-style-i-em-up {
937
+ font-weight: 600;
938
+ font-size: 11px;
939
+ line-height: 20px;
940
+ text-transform: uppercase;
941
+ }
942
+
943
+ .text-style-i-up {
944
+ font-weight: 400;
945
+ font-size: 11px;
946
+ line-height: 20px;
947
+ text-transform: uppercase;
948
+ }
949
+
950
+ .text-style-i {
951
+ font-weight: 400;
952
+ font-size: 11px;
953
+ line-height: 20px;
954
+ }
955
+
956
+ .text-style-j-em-up {
957
+ font-weight: 600;
958
+ font-size: 10px;
959
+ line-height: 17px;
960
+ text-transform: uppercase;
961
+ }
962
+
963
+ .text-style-k-em {
964
+ font-weight: 600;
965
+ font-size: 10px;
966
+ line-height: 14px;
967
+ }
968
+
969
+ .text-style-k {
970
+ font-weight: 400;
971
+ font-size: 10px;
972
+ line-height: 14px;
973
+ }
974
+
975
+ .fixed {
976
+ position: fixed;
977
+ }
978
+
979
+ .relative {
980
+ position: relative;
981
+ }
982
+
983
+ .right-4 {
984
+ right: 16px;
985
+ }
986
+
987
+ .z-20 {
988
+ z-index: 20;
989
+ }
990
+
991
+ .my-auto {
992
+ margin-top: auto;
993
+ margin-bottom: auto;
994
+ }
995
+
996
+ .mr-8 {
997
+ margin-right: 32px;
998
+ }
999
+
1000
+ .-ml-3 {
1001
+ margin-left: -12px;
1002
+ }
1003
+
1004
+ .ml-2 {
1005
+ margin-left: 8px;
1006
+ }
1007
+
1008
+ .-ml-4 {
1009
+ margin-left: -16px;
1010
+ }
1011
+
1012
+ .ml-4 {
1013
+ margin-left: 16px;
1014
+ }
1015
+
1016
+ .flex {
1017
+ display: flex;
1018
+ }
1019
+
1020
+ .table {
1021
+ display: table;
1022
+ }
1023
+
1024
+ .hidden {
1025
+ display: none;
1026
+ }
1027
+
1028
+ .h-full {
1029
+ height: 100%;
1030
+ }
1031
+
1032
+ .h-16 {
1033
+ height: 64px;
1034
+ }
1035
+
1036
+ .h-8 {
1037
+ height: 32px;
1038
+ }
1039
+
1040
+ .h-9 {
1041
+ height: 36px;
1042
+ }
1043
+
1044
+ .h-14 {
1045
+ height: 56px;
1046
+ }
1047
+
1048
+ .w-full {
1049
+ width: 100%;
1050
+ }
1051
+
1052
+ .transform {
1053
+ 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));
1054
+ }
1055
+
1056
+ .cursor-pointer {
1057
+ cursor: pointer;
1058
+ }
1059
+
1060
+ .flex-row {
1061
+ flex-direction: row;
1062
+ }
1063
+
1064
+ .gap-x-2 {
1065
+ -moz-column-gap: 8px;
1066
+ column-gap: 8px;
1067
+ }
1068
+
1069
+ .overflow-hidden {
1070
+ overflow: hidden;
1071
+ }
1072
+
1073
+ .overflow-ellipsis {
1074
+ text-overflow: ellipsis;
1075
+ }
1076
+
1077
+ .whitespace-nowrap {
1078
+ white-space: nowrap;
1079
+ }
1080
+
1081
+ .rounded-lg {
1082
+ border-radius: 0.5rem;
1083
+ }
1084
+
1085
+ .border {
1086
+ border-width: 1px;
1087
+ }
1088
+
1089
+ .border-b {
1090
+ border-bottom-width: 1px;
1091
+ }
1092
+
1093
+ .border-neutral-200 {
1094
+ --tw-border-opacity: 1;
1095
+ border-color: rgb(237 241 247 / var(--tw-border-opacity));
1096
+ }
1097
+
1098
+ .bg-transparent {
1099
+ background-color: transparent;
1100
+ }
1101
+
1102
+ .px-3 {
1103
+ padding-left: 12px;
1104
+ padding-right: 12px;
1105
+ }
1106
+
1107
+ .py-1\.75 {
1108
+ padding-top: 7px;
1109
+ padding-bottom: 7px;
1110
+ }
1111
+
1112
+ .py-1 {
1113
+ padding-top: 4px;
1114
+ padding-bottom: 4px;
1115
+ }
1116
+
1117
+ .px-2 {
1118
+ padding-left: 8px;
1119
+ padding-right: 8px;
1120
+ }
1121
+
1122
+ .pl-4 {
1123
+ padding-left: 16px;
1124
+ }
1125
+
1126
+ .pt-2 {
1127
+ padding-top: 8px;
1128
+ }
1129
+
1130
+ .pb-1 {
1131
+ padding-bottom: 4px;
1132
+ }
1133
+
1134
+ .uppercase {
1135
+ text-transform: uppercase;
1136
+ }
1137
+
1138
+ .italic {
1139
+ font-style: italic;
1140
+ }
1141
+
1142
+ .text-neutral-600 {
1143
+ --tw-text-opacity: 1;
1144
+ color: rgb(108 129 157 / var(--tw-text-opacity));
1145
+ }
1146
+
1147
+ .text-neutral-500 {
1148
+ --tw-text-opacity: 1;
1149
+ color: rgb(156 173 196 / var(--tw-text-opacity));
1150
+ }
1151
+
1152
+ .underline {
1153
+ text-decoration-line: underline;
1154
+ }
1155
+
1156
+ .filter {
1157
+ 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);
1158
+ }
1159
+
1160
+ .ease-in-out {
1161
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1162
+ }
1163
+
1164
+ body.full-screen-modal-visible #root {
1165
+ display: none;
1166
+ }
1167
+
1168
+ body.full-screen-modal-visible .full-screen-modal {
1169
+ display: none;
1170
+ }
1171
+
1172
+ body.full-screen-modal-visible .full-screen-modal:last-child {
1173
+ display: block;
1174
+ }
1175
+
1176
+ input,
1177
+ textarea {
1178
+ -webkit-appearance: none;
1179
+ }
1180
+
1181
+ #modals {
1182
+ top: 0px;
1183
+ left: 0px;
1184
+ position: absolute;
1185
+ z-index: 99999;
1186
+ }
1187
+
1188
+ .h-vvp {
1189
+ height: var(--100vvh, 100vh);
1190
+ }
1191
+
1192
+ .min-h-vvp {
1193
+ min-height: var(--100vvh, 100vh);
1194
+ }
1195
+
1196
+ .w-vvp {
1197
+ width: var(--100vvw, 100vw);
1198
+ }
1199
+
1200
+ .min-w-vvp {
1201
+ min-width: var(--100vv2, 100vw);
1202
+ }
1203
+
1204
+ .bottom-vvp {
1205
+ bottom: var(--offset-h, 0);
1206
+ }
1207
+
1208
+ .touch-actions-none {
1209
+ touch-action: none;
1210
+ }
1211
+
1212
+ @supports (-webkit-touch-callout: none) {
1213
+ .h-vvp {
1214
+ height: var(--100vvh, -webkit-fill-available);
1215
+ }
1216
+
1217
+ .min-h-vvp {
1218
+ min-height: var(--100vvh, -webkit-fill-available);
1219
+ }
1220
+ }
1221
+
1222
+ .slick-slider,
1223
+ .slick-track,
1224
+ .slick-list,
1225
+ .slick-slide {
1226
+ min-height: 100%;
1227
+ }
1228
+
1229
+ .icon-stroke-sm path {
1230
+ stroke-width: 1.5px !important;
1231
+ }
1232
+
1233
+ .icon-stroke-md path {
1234
+ stroke-width: 2px !important;
1235
+ }
1236
+
1237
+ .icon-stroke-lg path {
1238
+ stroke-width: 3px !important;
1239
+ }
1240
+
1241
+ /*
1242
+ Modified version of toast CSS to match designs
1243
+ ========
1244
+ */
1245
+
1246
+ :root {
1247
+ --toastify-color-light: #fff;
1248
+ --toastify-color-dark: #121212;
1249
+ --toastify-color-info: #ffffff;
1250
+ --toastify-color-info-border: #e0e7f0;
1251
+ --toastify-color-success: #e9fcf8;
1252
+ --toastify-color-success-border: #c1f4e9;
1253
+ --toastify-color-warning: #fdf0e8;
1254
+ --toastify-color-warning-border: #f4b88f;
1255
+ --toastify-color-error: #ffe5f4;
1256
+ --toastify-color-error-border: #f5a3b1;
1257
+ --toastify-color-transparent: rgba(255, 255, 255, 0.7);
1258
+ --toastify-icon-color-info: var(--toastify-color-info-border);
1259
+ --toastify-icon-color-success: var(--toastify-color-success-border);
1260
+ --toastify-icon-color-warning: var(--toastify-color-warning-border);
1261
+ --toastify-icon-color-error: var(--toastify-color-error-border);
1262
+ --toastify-toast-width: 100%;
1263
+ --toastify-toast-max-width: 440px;
1264
+ --toastify-toast-min-height: 64px;
1265
+ --toastify-toast-max-height: 128px;
1266
+ --toastify-z-index: 9999;
1267
+ --toastify-text-color-light: #0d1b2e;
1268
+ --toastify-text-color-dark: #fff;
1269
+ --toastify-text-color-info: #0d1b2e;
1270
+ --toastify-text-color-success: #0d1b2e;
1271
+ --toastify-text-color-warning: #0d1b2e;
1272
+ --toastify-text-color-error: #0d1b2e;
1273
+ --toastify-spinner-color: #616161;
1274
+ --toastify-spinner-color-empty-area: #e0e0e0;
1275
+ --toastify-color-progress-light: linear-gradient(to right, #7f83ff, #27debf);
1276
+ --toastify-color-progress-dark: #bb86fc;
1277
+ --toastify-color-progress-info: var(--toastify-color-info-border);
1278
+ --toastify-color-progress-success: var(--toastify-color-success-border);
1279
+ --toastify-color-progress-warning: var(--toastify-color-warning-border);
1280
+ --toastify-color-progress-error: var(--toastify-color-error-border);
1281
+ }
1282
+
1283
+ .Toastify__toast-container {
1284
+ z-index: var(--toastify-z-index);
1285
+ -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
1286
+ position: fixed;
1287
+ width: var(--toastify-toast-width);
1288
+ max-width: var(--toastify-toast-max-width);
1289
+ box-sizing: border-box;
1290
+ }
1291
+
1292
+ .Toastify__toast-container--top-left {
1293
+ top: 1em;
1294
+ left: 1em;
1295
+ }
1296
+
1297
+ .Toastify__toast-container--top-center {
1298
+ top: 1em;
1299
+ left: 50%;
1300
+ transform: translateX(-50%);
1301
+ }
1302
+
1303
+ .Toastify__toast-container--top-right {
1304
+ top: 1em;
1305
+ right: 1em;
1306
+ }
1307
+
1308
+ .Toastify__toast-container--bottom-left {
1309
+ bottom: 1em;
1310
+ left: 1em;
1311
+ }
1312
+
1313
+ .Toastify__toast-container--bottom-center {
1314
+ bottom: 1em;
1315
+ left: 50%;
1316
+ transform: translateX(-50%);
1317
+ }
1318
+
1319
+ .Toastify__toast-container--bottom-right {
1320
+ bottom: 1em;
1321
+ right: 1em;
1322
+ }
1323
+
1324
+ @media only screen and (max-width: 480px) {
1325
+ .Toastify__toast-container {
1326
+ width: 100vw;
1327
+ padding: 0;
1328
+ left: 0;
1329
+ margin: 0;
1330
+ }
1331
+
1332
+ .Toastify__toast-container--top-left,
1333
+ .Toastify__toast-container--top-center,
1334
+ .Toastify__toast-container--top-right {
1335
+ top: 0;
1336
+ transform: translateX(0);
1337
+ }
1338
+
1339
+ .Toastify__toast-container--bottom-left,
1340
+ .Toastify__toast-container--bottom-center,
1341
+ .Toastify__toast-container--bottom-right {
1342
+ bottom: 0;
1343
+ transform: translateX(0);
1344
+ }
1345
+
1346
+ .Toastify__toast-container--rtl {
1347
+ right: 0;
1348
+ left: initial;
1349
+ }
1350
+ }
1351
+
1352
+ .Toastify__toast {
1353
+ position: relative;
1354
+ min-height: var(--toastify-toast-min-height);
1355
+ box-sizing: border-box;
1356
+ margin-bottom: 1rem;
1357
+ padding: 16px;
1358
+ border-radius: 12px;
1359
+ border-width: 1px;
1360
+ display: flex;
1361
+ justify-content: space-between;
1362
+ max-height: var(--toastify-toast-max-height);
1363
+ overflow: hidden;
1364
+ cursor: pointer;
1365
+ direction: ltr;
1366
+ }
1367
+
1368
+ .Toastify__toast--rtl {
1369
+ direction: rtl;
1370
+ }
1371
+
1372
+ .Toastify__toast-body {
1373
+ margin: auto 0;
1374
+ flex: 1 1 auto;
1375
+ display: flex;
1376
+ align-items: center;
1377
+ }
1378
+
1379
+ .Toastify__toast-body > div:last-child {
1380
+ flex: 1;
1381
+ }
1382
+
1383
+ .Toastify__toast-icon {
1384
+ -webkit-margin-end: 10px;
1385
+ margin-inline-end: 10px;
1386
+ width: 20px;
1387
+ flex-shrink: 0;
1388
+ display: flex;
1389
+ }
1390
+
1391
+ .Toastify--animate {
1392
+ animation-fill-mode: both;
1393
+ animation-duration: 0.7s;
1394
+ }
1395
+
1396
+ .Toastify--animate-icon {
1397
+ animation-fill-mode: both;
1398
+ animation-duration: 0.3s;
1399
+ }
1400
+
1401
+ @media only screen and (max-width: 480px) {
1402
+ .Toastify__toast {
1403
+ margin-bottom: 0;
1404
+ border-radius: 0;
1405
+ }
1406
+ }
1407
+
1408
+ .Toastify__toast-theme--dark {
1409
+ background: var(--toastify-color-dark);
1410
+ color: var(--toastify-text-color-dark);
1411
+ border-color: var(--toastify-text-color-dark);
1412
+ }
1413
+
1414
+ .Toastify__toast-theme--light {
1415
+ background: var(--toastify-color-light);
1416
+ color: var(--toastify-text-color-light);
1417
+ border-color: var(--toastify-text-color-light);
1418
+ }
1419
+
1420
+ .Toastify__toast-theme--colored.Toastify__toast--default {
1421
+ background: var(--toastify-color-light);
1422
+ color: var(--toastify-text-color-light);
1423
+ border-color: var(--toastify-text-color-light);
1424
+ }
1425
+
1426
+ .Toastify__toast-theme--colored.Toastify__toast--info {
1427
+ color: var(--toastify-text-color-info);
1428
+ background: var(--toastify-color-info);
1429
+ border-color: var(--toastify-color-info-border);
1430
+ }
1431
+
1432
+ .Toastify__toast-theme--colored.Toastify__toast--success {
1433
+ color: var(--toastify-text-color-success);
1434
+ background: var(--toastify-color-success);
1435
+ border-color: var(--toastify-color-success-border);
1436
+ }
1437
+
1438
+ .Toastify__toast-theme--colored.Toastify__toast--warning {
1439
+ color: var(--toastify-text-color-warning);
1440
+ background: var(--toastify-color-warning);
1441
+ border-color: var(--toastify-color-warning-border);
1442
+ }
1443
+
1444
+ .Toastify__toast-theme--colored.Toastify__toast--error {
1445
+ color: var(--toastify-text-color-error);
1446
+ background: var(--toastify-color-error);
1447
+ border-color: var(--toastify-color-error-border);
1448
+ }
1449
+
1450
+ .Toastify__progress-bar-theme--light {
1451
+ background: var(--toastify-color-progress-light);
1452
+ }
1453
+
1454
+ .Toastify__progress-bar-theme--dark {
1455
+ background: var(--toastify-color-progress-dark);
1456
+ }
1457
+
1458
+ .Toastify__progress-bar--info {
1459
+ background: var(--toastify-color-progress-info);
1460
+ }
1461
+
1462
+ .Toastify__progress-bar--success {
1463
+ background: var(--toastify-color-progress-success);
1464
+ }
1465
+
1466
+ .Toastify__progress-bar--warning {
1467
+ background: var(--toastify-color-progress-warning);
1468
+ }
1469
+
1470
+ .Toastify__progress-bar--error {
1471
+ background: var(--toastify-color-progress-error);
1472
+ }
1473
+
1474
+ /* .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
1475
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
1476
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
1477
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
1478
+ background: var(--toastify-color-transparent);
1479
+ } */
1480
+
1481
+ .Toastify__close-button {
1482
+ color: #fff;
1483
+ background: transparent;
1484
+ outline: none;
1485
+ border: none;
1486
+ padding: 0;
1487
+ cursor: pointer;
1488
+ opacity: 0.7;
1489
+ transition: 0.3s ease;
1490
+ align-self: flex-start;
1491
+ }
1492
+
1493
+ .Toastify__close-button--light {
1494
+ color: #000;
1495
+ opacity: 0.3;
1496
+ }
1497
+
1498
+ .Toastify__close-button > svg {
1499
+ fill: currentColor;
1500
+ height: 16px;
1501
+ width: 14px;
1502
+ }
1503
+
1504
+ .Toastify__close-button:hover,
1505
+ .Toastify__close-button:focus {
1506
+ opacity: 1;
1507
+ }
1508
+
1509
+ @keyframes Toastify__trackProgress {
1510
+ 0% {
1511
+ transform: scaleX(1);
1512
+ }
1513
+
1514
+ 100% {
1515
+ transform: scaleX(0);
1516
+ }
1517
+ }
1518
+
1519
+ .Toastify__progress-bar {
1520
+ position: absolute;
1521
+ bottom: 0;
1522
+ left: 0;
1523
+ width: 100%;
1524
+ height: 4px;
1525
+ z-index: var(--toastify-z-index);
1526
+ transform-origin: left;
1527
+ }
1528
+
1529
+ .Toastify__progress-bar--animated {
1530
+ animation: Toastify__trackProgress linear 1 forwards;
1531
+ }
1532
+
1533
+ .Toastify__progress-bar--controlled {
1534
+ transition: transform 0.2s;
1535
+ }
1536
+
1537
+ .Toastify__progress-bar--rtl {
1538
+ right: 0;
1539
+ left: initial;
1540
+ transform-origin: right;
1541
+ }
1542
+
1543
+ .Toastify__spinner {
1544
+ width: 20px;
1545
+ height: 20px;
1546
+ box-sizing: border-box;
1547
+ border: 2px solid;
1548
+ border-radius: 100%;
1549
+ border-color: var(--toastify-spinner-color-empty-area);
1550
+ border-right-color: var(--toastify-spinner-color);
1551
+ animation: Toastify__spin 0.65s linear infinite;
1552
+ }
1553
+
1554
+ @keyframes Toastify__bounceInRight {
1555
+ from,
1556
+ 60%,
1557
+ 75%,
1558
+ 90%,
1559
+ to {
1560
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1561
+ }
1562
+
1563
+ from {
1564
+ opacity: 0;
1565
+ transform: translate3d(3000px, 0, 0);
1566
+ }
1567
+
1568
+ 60% {
1569
+ opacity: 1;
1570
+ transform: translate3d(-25px, 0, 0);
1571
+ }
1572
+
1573
+ 75% {
1574
+ transform: translate3d(10px, 0, 0);
1575
+ }
1576
+
1577
+ 90% {
1578
+ transform: translate3d(-5px, 0, 0);
1579
+ }
1580
+
1581
+ to {
1582
+ transform: none;
1583
+ }
1584
+ }
1585
+
1586
+ @keyframes Toastify__bounceOutRight {
1587
+ 20% {
1588
+ opacity: 1;
1589
+ transform: translate3d(-20px, 0, 0);
1590
+ }
1591
+
1592
+ to {
1593
+ opacity: 0;
1594
+ transform: translate3d(2000px, 0, 0);
1595
+ }
1596
+ }
1597
+
1598
+ @keyframes Toastify__bounceInLeft {
1599
+ from,
1600
+ 60%,
1601
+ 75%,
1602
+ 90%,
1603
+ to {
1604
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1605
+ }
1606
+
1607
+ 0% {
1608
+ opacity: 0;
1609
+ transform: translate3d(-3000px, 0, 0);
1610
+ }
1611
+
1612
+ 60% {
1613
+ opacity: 1;
1614
+ transform: translate3d(25px, 0, 0);
1615
+ }
1616
+
1617
+ 75% {
1618
+ transform: translate3d(-10px, 0, 0);
1619
+ }
1620
+
1621
+ 90% {
1622
+ transform: translate3d(5px, 0, 0);
1623
+ }
1624
+
1625
+ to {
1626
+ transform: none;
1627
+ }
1628
+ }
1629
+
1630
+ @keyframes Toastify__bounceOutLeft {
1631
+ 20% {
1632
+ opacity: 1;
1633
+ transform: translate3d(20px, 0, 0);
1634
+ }
1635
+
1636
+ to {
1637
+ opacity: 0;
1638
+ transform: translate3d(-2000px, 0, 0);
1639
+ }
1640
+ }
1641
+
1642
+ @keyframes Toastify__bounceInUp {
1643
+ from,
1644
+ 60%,
1645
+ 75%,
1646
+ 90%,
1647
+ to {
1648
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1649
+ }
1650
+
1651
+ from {
1652
+ opacity: 0;
1653
+ transform: translate3d(0, 3000px, 0);
1654
+ }
1655
+
1656
+ 60% {
1657
+ opacity: 1;
1658
+ transform: translate3d(0, -20px, 0);
1659
+ }
1660
+
1661
+ 75% {
1662
+ transform: translate3d(0, 10px, 0);
1663
+ }
1664
+
1665
+ 90% {
1666
+ transform: translate3d(0, -5px, 0);
1667
+ }
1668
+
1669
+ to {
1670
+ transform: translate3d(0, 0, 0);
1671
+ }
1672
+ }
1673
+
1674
+ @keyframes Toastify__bounceOutUp {
1675
+ 20% {
1676
+ transform: translate3d(0, -10px, 0);
1677
+ }
1678
+
1679
+ 40%,
1680
+ 45% {
1681
+ opacity: 1;
1682
+ transform: translate3d(0, 20px, 0);
1683
+ }
1684
+
1685
+ to {
1686
+ opacity: 0;
1687
+ transform: translate3d(0, -2000px, 0);
1688
+ }
1689
+ }
1690
+
1691
+ @keyframes Toastify__bounceInDown {
1692
+ from,
1693
+ 60%,
1694
+ 75%,
1695
+ 90%,
1696
+ to {
1697
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
1698
+ }
1699
+
1700
+ 0% {
1701
+ opacity: 0;
1702
+ transform: translate3d(0, -3000px, 0);
1703
+ }
1704
+
1705
+ 60% {
1706
+ opacity: 1;
1707
+ transform: translate3d(0, 25px, 0);
1708
+ }
1709
+
1710
+ 75% {
1711
+ transform: translate3d(0, -10px, 0);
1712
+ }
1713
+
1714
+ 90% {
1715
+ transform: translate3d(0, 5px, 0);
1716
+ }
1717
+
1718
+ to {
1719
+ transform: none;
1720
+ }
1721
+ }
1722
+
1723
+ @keyframes Toastify__bounceOutDown {
1724
+ 20% {
1725
+ transform: translate3d(0, 10px, 0);
1726
+ }
1727
+
1728
+ 40%,
1729
+ 45% {
1730
+ opacity: 1;
1731
+ transform: translate3d(0, -20px, 0);
1732
+ }
1733
+
1734
+ to {
1735
+ opacity: 0;
1736
+ transform: translate3d(0, 2000px, 0);
1737
+ }
1738
+ }
1739
+
1740
+ .Toastify__bounce-enter--top-left,
1741
+ .Toastify__bounce-enter--bottom-left {
1742
+ animation-name: Toastify__bounceInLeft;
1743
+ }
1744
+
1745
+ .Toastify__bounce-enter--top-right,
1746
+ .Toastify__bounce-enter--bottom-right {
1747
+ animation-name: Toastify__bounceInRight;
1748
+ }
1749
+
1750
+ .Toastify__bounce-enter--top-center {
1751
+ animation-name: Toastify__bounceInDown;
1752
+ }
1753
+
1754
+ .Toastify__bounce-enter--bottom-center {
1755
+ animation-name: Toastify__bounceInUp;
1756
+ }
1757
+
1758
+ .Toastify__bounce-exit--top-left,
1759
+ .Toastify__bounce-exit--bottom-left {
1760
+ animation-name: Toastify__bounceOutLeft;
1761
+ }
1762
+
1763
+ .Toastify__bounce-exit--top-right,
1764
+ .Toastify__bounce-exit--bottom-right {
1765
+ animation-name: Toastify__bounceOutRight;
1766
+ }
1767
+
1768
+ .Toastify__bounce-exit--top-center {
1769
+ animation-name: Toastify__bounceOutUp;
1770
+ }
1771
+
1772
+ .Toastify__bounce-exit--bottom-center {
1773
+ animation-name: Toastify__bounceOutDown;
1774
+ }
1775
+
1776
+ @keyframes Toastify__zoomIn {
1777
+ from {
1778
+ opacity: 0;
1779
+ transform: scale3d(0.3, 0.3, 0.3);
1780
+ }
1781
+
1782
+ 50% {
1783
+ opacity: 1;
1784
+ }
1785
+ }
1786
+
1787
+ @keyframes Toastify__zoomOut {
1788
+ from {
1789
+ opacity: 1;
1790
+ }
1791
+
1792
+ 50% {
1793
+ opacity: 0;
1794
+ transform: scale3d(0.3, 0.3, 0.3);
1795
+ }
1796
+
1797
+ to {
1798
+ opacity: 0;
1799
+ }
1800
+ }
1801
+
1802
+ .Toastify__zoom-enter {
1803
+ animation-name: Toastify__zoomIn;
1804
+ }
1805
+
1806
+ .Toastify__zoom-exit {
1807
+ animation-name: Toastify__zoomOut;
1808
+ }
1809
+
1810
+ @keyframes Toastify__flipIn {
1811
+ from {
1812
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1813
+ animation-timing-function: ease-in;
1814
+ opacity: 0;
1815
+ }
1816
+
1817
+ 40% {
1818
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1819
+ animation-timing-function: ease-in;
1820
+ }
1821
+
1822
+ 60% {
1823
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1824
+ opacity: 1;
1825
+ }
1826
+
1827
+ 80% {
1828
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1829
+ }
1830
+
1831
+ to {
1832
+ transform: perspective(400px);
1833
+ }
1834
+ }
1835
+
1836
+ @keyframes Toastify__flipOut {
1837
+ from {
1838
+ transform: perspective(400px);
1839
+ }
1840
+
1841
+ 30% {
1842
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1843
+ opacity: 1;
1844
+ }
1845
+
1846
+ to {
1847
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1848
+ opacity: 0;
1849
+ }
1850
+ }
1851
+
1852
+ .Toastify__flip-enter {
1853
+ animation-name: Toastify__flipIn;
1854
+ }
1855
+
1856
+ .Toastify__flip-exit {
1857
+ animation-name: Toastify__flipOut;
1858
+ }
1859
+
1860
+ @keyframes Toastify__slideInRight {
1861
+ from {
1862
+ transform: translate3d(110%, 0, 0);
1863
+ visibility: visible;
1864
+ }
1865
+
1866
+ to {
1867
+ transform: translate3d(0, 0, 0);
1868
+ }
1869
+ }
1870
+
1871
+ @keyframes Toastify__slideInLeft {
1872
+ from {
1873
+ transform: translate3d(-110%, 0, 0);
1874
+ visibility: visible;
1875
+ }
1876
+
1877
+ to {
1878
+ transform: translate3d(0, 0, 0);
1879
+ }
1880
+ }
1881
+
1882
+ @keyframes Toastify__slideInUp {
1883
+ from {
1884
+ transform: translate3d(0, 110%, 0);
1885
+ visibility: visible;
1886
+ }
1887
+
1888
+ to {
1889
+ transform: translate3d(0, 0, 0);
1890
+ }
1891
+ }
1892
+
1893
+ @keyframes Toastify__slideInDown {
1894
+ from {
1895
+ transform: translate3d(0, -110%, 0);
1896
+ visibility: visible;
1897
+ }
1898
+
1899
+ to {
1900
+ transform: translate3d(0, 0, 0);
1901
+ }
1902
+ }
1903
+
1904
+ @keyframes Toastify__slideOutRight {
1905
+ from {
1906
+ transform: translate3d(0, 0, 0);
1907
+ }
1908
+
1909
+ to {
1910
+ visibility: hidden;
1911
+ transform: translate3d(110%, 0, 0);
1912
+ }
1913
+ }
1914
+
1915
+ @keyframes Toastify__slideOutLeft {
1916
+ from {
1917
+ transform: translate3d(0, 0, 0);
1918
+ }
1919
+
1920
+ to {
1921
+ visibility: hidden;
1922
+ transform: translate3d(-110%, 0, 0);
1923
+ }
1924
+ }
1925
+
1926
+ @keyframes Toastify__slideOutDown {
1927
+ from {
1928
+ transform: translate3d(0, 0, 0);
1929
+ }
1930
+
1931
+ to {
1932
+ visibility: hidden;
1933
+ transform: translate3d(0, 500px, 0);
1934
+ }
1935
+ }
1936
+
1937
+ @keyframes Toastify__slideOutUp {
1938
+ from {
1939
+ transform: translate3d(0, 0, 0);
1940
+ }
1941
+
1942
+ to {
1943
+ visibility: hidden;
1944
+ transform: translate3d(0, -500px, 0);
1945
+ }
1946
+ }
1947
+
1948
+ .Toastify__slide-enter--top-left,
1949
+ .Toastify__slide-enter--bottom-left {
1950
+ animation-name: Toastify__slideInLeft;
1951
+ }
1952
+
1953
+ .Toastify__slide-enter--top-right,
1954
+ .Toastify__slide-enter--bottom-right {
1955
+ animation-name: Toastify__slideInRight;
1956
+ }
1957
+
1958
+ .Toastify__slide-enter--top-center {
1959
+ animation-name: Toastify__slideInDown;
1960
+ }
1961
+
1962
+ .Toastify__slide-enter--bottom-center {
1963
+ animation-name: Toastify__slideInUp;
1964
+ }
1965
+
1966
+ .Toastify__slide-exit--top-left,
1967
+ .Toastify__slide-exit--bottom-left {
1968
+ animation-name: Toastify__slideOutLeft;
1969
+ }
1970
+
1971
+ .Toastify__slide-exit--top-right,
1972
+ .Toastify__slide-exit--bottom-right {
1973
+ animation-name: Toastify__slideOutRight;
1974
+ }
1975
+
1976
+ .Toastify__slide-exit--top-center {
1977
+ animation-name: Toastify__slideOutUp;
1978
+ }
1979
+
1980
+ .Toastify__slide-exit--bottom-center {
1981
+ animation-name: Toastify__slideOutDown;
1982
+ }
1983
+
1984
+ @keyframes Toastify__spin {
1985
+ from {
1986
+ transform: rotate(0deg);
1987
+ }
1988
+
1989
+ to {
1990
+ transform: rotate(360deg);
1991
+ }
1992
+ }
1993
+
1994
+ @keyframes react-loading-skeleton {
1995
+ 100% {
1996
+ transform: translateX(100%);
1997
+ }
1998
+ }
1999
+
2000
+ .react-loading-skeleton {
2001
+ --base-color: #ebebeb;
2002
+ --highlight-color: #f5f5f5;
2003
+ --animation-duration: 1.5s;
2004
+ --animation-direction: normal;
2005
+ --pseudo-element-display: block;
2006
+ /* Enable animation */
2007
+ background-color: var(--base-color);
2008
+ width: 100%;
2009
+ border-radius: 0.25rem;
2010
+ display: inline-flex;
2011
+ line-height: 1;
2012
+ position: relative;
2013
+ overflow: hidden;
2014
+ z-index: 1;
2015
+ /* Necessary for overflow: hidden to work correctly in Safari */
2016
+ }
2017
+
2018
+ .react-loading-skeleton::after {
2019
+ content: ' ';
2020
+ display: var(--pseudo-element-display);
2021
+ position: absolute;
2022
+ top: 0;
2023
+ left: 0;
2024
+ right: 0;
2025
+ height: 100%;
2026
+ background-repeat: no-repeat;
2027
+ background-image: linear-gradient(
2028
+ 90deg,
2029
+ var(--base-color),
2030
+ var(--highlight-color),
2031
+ var(--base-color)
2032
+ );
2033
+ transform: translateX(-100%);
2034
+ animation-name: react-loading-skeleton;
2035
+ animation-direction: var(--animation-direction);
2036
+ animation-duration: var(--animation-duration);
2037
+ animation-timing-function: ease-in-out;
2038
+ animation-iteration-count: infinite;
2039
+ }
2040
+
2041
+ .hover\:bg-neutral-100:hover {
2042
+ --tw-bg-opacity: 1;
2043
+ background-color: rgb(247 249 252 / var(--tw-bg-opacity));
2044
+ }
2045
+
2046
+ .hover\:bg-neutral-50:hover {
2047
+ --tw-bg-opacity: 1;
2048
+ background-color: rgb(251 252 254 / var(--tw-bg-opacity));
2049
+ }
2050
+
2051
+ .group:hover .group-hover\:block {
2052
+ display: block;
2053
+ }