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