@powerhousedao/common 1.5.7 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1243 @@
1
+ /*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */
2
+ @layer theme, base, components, utilities;
3
+ @layer theme {
4
+ :root, :host {
5
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
6
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
7
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
8
+ "Courier New", monospace;
9
+ --color-blue-100: hsl(209 100% 90%);
10
+ --color-gray-50: hsl(0 0% 99%);
11
+ --color-gray-100: hsl(0 0% 96%);
12
+ --color-gray-300: hsl(210 3% 85%);
13
+ --color-gray-400: hsl(180 2% 78%);
14
+ --color-gray-600: hsl(200 4% 44%);
15
+ --color-gray-800: hsl(200 4% 26%);
16
+ --color-gray-900: hsl(192 5% 21%);
17
+ --spacing: 0.25rem;
18
+ --text-sm: 0.875rem;
19
+ --text-sm--line-height: calc(1.25 / 0.875);
20
+ --text-base: 1rem;
21
+ --text-base--line-height: calc(1.5 / 1);
22
+ --text-xl: 1.25rem;
23
+ --text-xl--line-height: calc(1.75 / 1.25);
24
+ --font-weight-semibold: 600;
25
+ --font-weight-bold: 700;
26
+ --radius-md: 0.375rem;
27
+ --radius-2xl: 1rem;
28
+ --default-font-family: var(--font-sans);
29
+ --default-font-feature-settings: var(--font-sans--font-feature-settings);
30
+ --default-font-variation-settings: var(
31
+ --font-sans--font-variation-settings
32
+ );
33
+ --default-mono-font-family: var(--font-mono);
34
+ --default-mono-font-feature-settings: var(
35
+ --font-mono--font-feature-settings
36
+ );
37
+ --default-mono-font-variation-settings: var(
38
+ --font-mono--font-variation-settings
39
+ );
40
+ }
41
+ }
42
+ @layer base {
43
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
44
+ box-sizing: border-box;
45
+ margin: 0;
46
+ padding: 0;
47
+ border: 0 solid;
48
+ }
49
+ html, :host {
50
+ line-height: 1.5;
51
+ -webkit-text-size-adjust: 100%;
52
+ tab-size: 4;
53
+ font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
54
+ font-feature-settings: var(--default-font-feature-settings, normal);
55
+ font-variation-settings: var( --default-font-variation-settings, normal );
56
+ -webkit-tap-highlight-color: transparent;
57
+ }
58
+ body {
59
+ line-height: inherit;
60
+ }
61
+ hr {
62
+ height: 0;
63
+ color: inherit;
64
+ border-top-width: 1px;
65
+ }
66
+ abbr:where([title]) {
67
+ -webkit-text-decoration: underline dotted;
68
+ text-decoration: underline dotted;
69
+ }
70
+ h1, h2, h3, h4, h5, h6 {
71
+ font-size: inherit;
72
+ font-weight: inherit;
73
+ }
74
+ a {
75
+ color: inherit;
76
+ -webkit-text-decoration: inherit;
77
+ text-decoration: inherit;
78
+ }
79
+ b, strong {
80
+ font-weight: bolder;
81
+ }
82
+ code, kbd, samp, pre {
83
+ font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
84
+ font-feature-settings: var( --default-mono-font-feature-settings, normal );
85
+ font-variation-settings: var( --default-mono-font-variation-settings, normal );
86
+ font-size: 1em;
87
+ }
88
+ small {
89
+ font-size: 80%;
90
+ }
91
+ sub, sup {
92
+ font-size: 75%;
93
+ line-height: 0;
94
+ position: relative;
95
+ vertical-align: baseline;
96
+ }
97
+ sub {
98
+ bottom: -0.25em;
99
+ }
100
+ sup {
101
+ top: -0.5em;
102
+ }
103
+ table {
104
+ text-indent: 0;
105
+ border-color: inherit;
106
+ border-collapse: collapse;
107
+ }
108
+ :-moz-focusring {
109
+ outline: auto;
110
+ }
111
+ progress {
112
+ vertical-align: baseline;
113
+ }
114
+ summary {
115
+ display: list-item;
116
+ }
117
+ ol, ul, menu {
118
+ list-style: none;
119
+ }
120
+ img, svg, video, canvas, audio, iframe, embed, object {
121
+ display: block;
122
+ vertical-align: middle;
123
+ }
124
+ img, video {
125
+ max-width: 100%;
126
+ height: auto;
127
+ }
128
+ button, input, select, optgroup, textarea, ::file-selector-button {
129
+ font: inherit;
130
+ font-feature-settings: inherit;
131
+ font-variation-settings: inherit;
132
+ letter-spacing: inherit;
133
+ color: inherit;
134
+ border-radius: 0;
135
+ background-color: transparent;
136
+ opacity: 1;
137
+ }
138
+ :where(select:is([multiple], [size])) optgroup {
139
+ font-weight: bolder;
140
+ }
141
+ :where(select:is([multiple], [size])) optgroup option {
142
+ padding-inline-start: 20px;
143
+ }
144
+ ::file-selector-button {
145
+ margin-inline-end: 4px;
146
+ }
147
+ ::placeholder {
148
+ opacity: 1;
149
+ color: color-mix(in oklab, currentColor 50%, transparent);
150
+ }
151
+ textarea {
152
+ resize: vertical;
153
+ }
154
+ ::-webkit-search-decoration {
155
+ -webkit-appearance: none;
156
+ }
157
+ ::-webkit-date-and-time-value {
158
+ min-height: 1lh;
159
+ text-align: inherit;
160
+ }
161
+ ::-webkit-datetime-edit {
162
+ display: inline-flex;
163
+ }
164
+ ::-webkit-datetime-edit-fields-wrapper {
165
+ padding: 0;
166
+ }
167
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
168
+ padding-block: 0;
169
+ }
170
+ :-moz-ui-invalid {
171
+ box-shadow: none;
172
+ }
173
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
174
+ appearance: button;
175
+ }
176
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
177
+ height: auto;
178
+ }
179
+ [hidden]:where(:not([hidden="until-found"])) {
180
+ display: none !important;
181
+ }
182
+ }
183
+ @layer utilities {
184
+ .collapse {
185
+ visibility: collapse;
186
+ }
187
+ .absolute {
188
+ position: absolute;
189
+ }
190
+ .fixed {
191
+ position: fixed;
192
+ }
193
+ .relative {
194
+ position: relative;
195
+ }
196
+ .container {
197
+ width: 100%;
198
+ @media (width >= 40rem) {
199
+ max-width: 40rem;
200
+ }
201
+ @media (width >= 48rem) {
202
+ max-width: 48rem;
203
+ }
204
+ @media (width >= 64rem) {
205
+ max-width: 64rem;
206
+ }
207
+ @media (width >= 80rem) {
208
+ max-width: 80rem;
209
+ }
210
+ @media (width >= 96rem) {
211
+ max-width: 96rem;
212
+ }
213
+ }
214
+ .m-4 {
215
+ margin: calc(var(--spacing) * 4);
216
+ }
217
+ .mt-4 {
218
+ margin-top: calc(var(--spacing) * 4);
219
+ }
220
+ .mb-3 {
221
+ margin-bottom: calc(var(--spacing) * 3);
222
+ }
223
+ .mb-4 {
224
+ margin-bottom: calc(var(--spacing) * 4);
225
+ }
226
+ .mb-5 {
227
+ margin-bottom: calc(var(--spacing) * 5);
228
+ }
229
+ .mb-8 {
230
+ margin-bottom: calc(var(--spacing) * 8);
231
+ }
232
+ .flex {
233
+ display: flex;
234
+ }
235
+ .min-h-14 {
236
+ min-height: calc(var(--spacing) * 14);
237
+ }
238
+ .min-h-\[400px\] {
239
+ min-height: 400px;
240
+ }
241
+ .w-full {
242
+ width: 100%;
243
+ }
244
+ .flex-0 {
245
+ flex: 0;
246
+ }
247
+ .flex-1 {
248
+ flex: 1;
249
+ }
250
+ .shrink-0 {
251
+ flex-shrink: 0;
252
+ }
253
+ .grow {
254
+ flex-grow: 1;
255
+ }
256
+ .transform {
257
+ transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
258
+ }
259
+ .flex-col {
260
+ flex-direction: column;
261
+ }
262
+ .flex-wrap {
263
+ flex-wrap: wrap;
264
+ }
265
+ .gap-2 {
266
+ gap: calc(var(--spacing) * 2);
267
+ }
268
+ .gap-4 {
269
+ gap: calc(var(--spacing) * 4);
270
+ }
271
+ .overflow-auto {
272
+ overflow: auto;
273
+ }
274
+ .rounded-2xl {
275
+ border-radius: var(--radius-2xl);
276
+ }
277
+ .rounded-md {
278
+ border-radius: var(--radius-md);
279
+ }
280
+ .border-2 {
281
+ border-style: var(--tw-border-style);
282
+ border-width: 2px;
283
+ }
284
+ .border-dashed {
285
+ --tw-border-style: dashed;
286
+ border-style: dashed;
287
+ }
288
+ .border-blue-100 {
289
+ border-color: var(--color-blue-100);
290
+ }
291
+ .border-transparent {
292
+ border-color: transparent;
293
+ }
294
+ .bg-gray-50 {
295
+ background-color: var(--color-gray-50);
296
+ }
297
+ .bg-gray-100 {
298
+ background-color: var(--color-gray-100);
299
+ }
300
+ .p-2 {
301
+ padding: calc(var(--spacing) * 2);
302
+ }
303
+ .px-4 {
304
+ padding-inline: calc(var(--spacing) * 4);
305
+ }
306
+ .px-6 {
307
+ padding-inline: calc(var(--spacing) * 6);
308
+ }
309
+ .text-base {
310
+ font-size: var(--text-base);
311
+ line-height: var(--tw-leading, var(--text-base--line-height));
312
+ }
313
+ .text-sm {
314
+ font-size: var(--text-sm);
315
+ line-height: var(--tw-leading, var(--text-sm--line-height));
316
+ }
317
+ .text-xl {
318
+ font-size: var(--text-xl);
319
+ line-height: var(--tw-leading, var(--text-xl--line-height));
320
+ }
321
+ .font-bold {
322
+ --tw-font-weight: var(--font-weight-bold);
323
+ font-weight: var(--font-weight-bold);
324
+ }
325
+ .font-semibold {
326
+ --tw-font-weight: var(--font-weight-semibold);
327
+ font-weight: var(--font-weight-semibold);
328
+ }
329
+ .text-gray-400 {
330
+ color: var(--color-gray-400);
331
+ }
332
+ .text-gray-600 {
333
+ color: var(--color-gray-600);
334
+ }
335
+ }
336
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
337
+ :root {
338
+ --toastify-color-light: #fff;
339
+ --toastify-color-dark: #121212;
340
+ --toastify-color-info: #3498db;
341
+ --toastify-color-success: #07bc0c;
342
+ --toastify-color-warning: #f1c40f;
343
+ --toastify-color-error: #e74c3c;
344
+ --toastify-color-transparent: rgba(255, 255, 255, 0.7);
345
+ --toastify-icon-color-info: var(--toastify-color-info);
346
+ --toastify-icon-color-success: var(--toastify-color-success);
347
+ --toastify-icon-color-warning: var(--toastify-color-warning);
348
+ --toastify-icon-color-error: var(--toastify-color-error);
349
+ --toastify-toast-width: 320px;
350
+ --toastify-toast-offset: 16px;
351
+ --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
352
+ --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
353
+ --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
354
+ --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
355
+ --toastify-toast-background: #fff;
356
+ --toastify-toast-min-height: 64px;
357
+ --toastify-toast-max-height: 800px;
358
+ --toastify-toast-bd-radius: 6px;
359
+ --toastify-font-family: sans-serif;
360
+ --toastify-z-index: 9999;
361
+ --toastify-text-color-light: #757575;
362
+ --toastify-text-color-dark: #fff;
363
+ --toastify-text-color-info: #fff;
364
+ --toastify-text-color-success: #fff;
365
+ --toastify-text-color-warning: #fff;
366
+ --toastify-text-color-error: #fff;
367
+ --toastify-spinner-color: #616161;
368
+ --toastify-spinner-color-empty-area: #e0e0e0;
369
+ --toastify-color-progress-light: linear-gradient(
370
+ to right,
371
+ #4cd964,
372
+ #5ac8fa,
373
+ #007aff,
374
+ #34aadc,
375
+ #5856d6,
376
+ #ff2d55
377
+ );
378
+ --toastify-color-progress-dark: #bb86fc;
379
+ --toastify-color-progress-info: var(--toastify-color-info);
380
+ --toastify-color-progress-success: var(--toastify-color-success);
381
+ --toastify-color-progress-warning: var(--toastify-color-warning);
382
+ --toastify-color-progress-error: var(--toastify-color-error);
383
+ --toastify-color-progress-bgo: 0.2;
384
+ }
385
+ .Toastify__toast-container {
386
+ z-index: var(--toastify-z-index);
387
+ -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
388
+ position: fixed;
389
+ padding: 4px;
390
+ width: var(--toastify-toast-width);
391
+ box-sizing: border-box;
392
+ color: #fff;
393
+ }
394
+ .Toastify__toast-container--top-left {
395
+ top: var(--toastify-toast-top);
396
+ left: var(--toastify-toast-left);
397
+ }
398
+ .Toastify__toast-container--top-center {
399
+ top: var(--toastify-toast-top);
400
+ left: 50%;
401
+ transform: translateX(-50%);
402
+ }
403
+ .Toastify__toast-container--top-right {
404
+ top: var(--toastify-toast-top);
405
+ right: var(--toastify-toast-right);
406
+ }
407
+ .Toastify__toast-container--bottom-left {
408
+ bottom: var(--toastify-toast-bottom);
409
+ left: var(--toastify-toast-left);
410
+ }
411
+ .Toastify__toast-container--bottom-center {
412
+ bottom: var(--toastify-toast-bottom);
413
+ left: 50%;
414
+ transform: translateX(-50%);
415
+ }
416
+ .Toastify__toast-container--bottom-right {
417
+ bottom: var(--toastify-toast-bottom);
418
+ right: var(--toastify-toast-right);
419
+ }
420
+ @media only screen and (max-width : 480px) {
421
+ .Toastify__toast-container {
422
+ width: 100vw;
423
+ padding: 0;
424
+ left: env(safe-area-inset-left);
425
+ margin: 0;
426
+ }
427
+ .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
428
+ top: env(safe-area-inset-top);
429
+ transform: translateX(0);
430
+ }
431
+ .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
432
+ bottom: env(safe-area-inset-bottom);
433
+ transform: translateX(0);
434
+ }
435
+ .Toastify__toast-container--rtl {
436
+ right: env(safe-area-inset-right);
437
+ left: initial;
438
+ }
439
+ }
440
+ .Toastify__toast {
441
+ --y: 0;
442
+ position: relative;
443
+ -ms-touch-action: none;
444
+ touch-action: none;
445
+ min-height: var(--toastify-toast-min-height);
446
+ box-sizing: border-box;
447
+ margin-bottom: 1rem;
448
+ padding: 8px;
449
+ border-radius: var(--toastify-toast-bd-radius);
450
+ box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
451
+ display: -ms-flexbox;
452
+ display: flex;
453
+ -ms-flex-pack: justify;
454
+ justify-content: space-between;
455
+ max-height: var(--toastify-toast-max-height);
456
+ font-family: var(--toastify-font-family);
457
+ cursor: default;
458
+ direction: ltr;
459
+ z-index: 0;
460
+ overflow: hidden;
461
+ }
462
+ .Toastify__toast--stacked {
463
+ position: absolute;
464
+ width: 100%;
465
+ transform: translate3d(0, var(--y), 0) scale(var(--s));
466
+ transition: transform 0.3s;
467
+ }
468
+ .Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
469
+ transition: opacity 0.1s;
470
+ }
471
+ .Toastify__toast--stacked[data-collapsed=false] {
472
+ overflow: visible;
473
+ }
474
+ .Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
475
+ opacity: 0;
476
+ }
477
+ .Toastify__toast--stacked:after {
478
+ content: "";
479
+ position: absolute;
480
+ left: 0;
481
+ right: 0;
482
+ height: calc(var(--g) * 1px);
483
+ bottom: 100%;
484
+ }
485
+ .Toastify__toast--stacked[data-pos=top] {
486
+ top: 0;
487
+ }
488
+ .Toastify__toast--stacked[data-pos=bot] {
489
+ bottom: 0;
490
+ }
491
+ .Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
492
+ transform-origin: top;
493
+ }
494
+ .Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
495
+ transform-origin: bottom;
496
+ }
497
+ .Toastify__toast--stacked:before {
498
+ content: "";
499
+ position: absolute;
500
+ left: 0;
501
+ right: 0;
502
+ bottom: 0;
503
+ height: 100%;
504
+ transform: scaleY(3);
505
+ z-index: -1;
506
+ }
507
+ .Toastify__toast--rtl {
508
+ direction: rtl;
509
+ }
510
+ .Toastify__toast--close-on-click {
511
+ cursor: pointer;
512
+ }
513
+ .Toastify__toast-body {
514
+ margin: auto 0;
515
+ -ms-flex: 1 1 auto;
516
+ flex: 1 1 auto;
517
+ padding: 6px;
518
+ display: -ms-flexbox;
519
+ display: flex;
520
+ -ms-flex-align: center;
521
+ align-items: center;
522
+ }
523
+ .Toastify__toast-body > div:last-child {
524
+ word-break: break-word;
525
+ -ms-flex: 1;
526
+ flex: 1;
527
+ }
528
+ .Toastify__toast-icon {
529
+ -webkit-margin-end: 10px;
530
+ margin-inline-end: 10px;
531
+ width: 20px;
532
+ -ms-flex-negative: 0;
533
+ flex-shrink: 0;
534
+ display: -ms-flexbox;
535
+ display: flex;
536
+ }
537
+ .Toastify--animate {
538
+ animation-fill-mode: both;
539
+ animation-duration: 0.5s;
540
+ }
541
+ .Toastify--animate-icon {
542
+ animation-fill-mode: both;
543
+ animation-duration: 0.3s;
544
+ }
545
+ @media only screen and (max-width : 480px) {
546
+ .Toastify__toast {
547
+ margin-bottom: 0;
548
+ border-radius: 0;
549
+ }
550
+ }
551
+ .Toastify__toast-theme--dark {
552
+ background: var(--toastify-color-dark);
553
+ color: var(--toastify-text-color-dark);
554
+ }
555
+ .Toastify__toast-theme--light {
556
+ background: var(--toastify-color-light);
557
+ color: var(--toastify-text-color-light);
558
+ }
559
+ .Toastify__toast-theme--colored.Toastify__toast--default {
560
+ background: var(--toastify-color-light);
561
+ color: var(--toastify-text-color-light);
562
+ }
563
+ .Toastify__toast-theme--colored.Toastify__toast--info {
564
+ color: var(--toastify-text-color-info);
565
+ background: var(--toastify-color-info);
566
+ }
567
+ .Toastify__toast-theme--colored.Toastify__toast--success {
568
+ color: var(--toastify-text-color-success);
569
+ background: var(--toastify-color-success);
570
+ }
571
+ .Toastify__toast-theme--colored.Toastify__toast--warning {
572
+ color: var(--toastify-text-color-warning);
573
+ background: var(--toastify-color-warning);
574
+ }
575
+ .Toastify__toast-theme--colored.Toastify__toast--error {
576
+ color: var(--toastify-text-color-error);
577
+ background: var(--toastify-color-error);
578
+ }
579
+ .Toastify__progress-bar-theme--light {
580
+ background: var(--toastify-color-progress-light);
581
+ }
582
+ .Toastify__progress-bar-theme--dark {
583
+ background: var(--toastify-color-progress-dark);
584
+ }
585
+ .Toastify__progress-bar--info {
586
+ background: var(--toastify-color-progress-info);
587
+ }
588
+ .Toastify__progress-bar--success {
589
+ background: var(--toastify-color-progress-success);
590
+ }
591
+ .Toastify__progress-bar--warning {
592
+ background: var(--toastify-color-progress-warning);
593
+ }
594
+ .Toastify__progress-bar--error {
595
+ background: var(--toastify-color-progress-error);
596
+ }
597
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
598
+ background: var(--toastify-color-transparent);
599
+ }
600
+ .Toastify__close-button {
601
+ color: #fff;
602
+ background: transparent;
603
+ outline: none;
604
+ border: none;
605
+ padding: 0;
606
+ cursor: pointer;
607
+ opacity: 0.7;
608
+ transition: 0.3s ease;
609
+ -ms-flex-item-align: start;
610
+ align-self: flex-start;
611
+ z-index: 1;
612
+ }
613
+ .Toastify__close-button--light {
614
+ color: #000;
615
+ opacity: 0.3;
616
+ }
617
+ .Toastify__close-button > svg {
618
+ fill: currentColor;
619
+ height: 16px;
620
+ width: 14px;
621
+ }
622
+ .Toastify__close-button:hover, .Toastify__close-button:focus {
623
+ opacity: 1;
624
+ }
625
+ @keyframes Toastify__trackProgress {
626
+ 0% {
627
+ transform: scaleX(1);
628
+ }
629
+ 100% {
630
+ transform: scaleX(0);
631
+ }
632
+ }
633
+ .Toastify__progress-bar {
634
+ position: absolute;
635
+ bottom: 0;
636
+ left: 0;
637
+ width: 100%;
638
+ height: 100%;
639
+ z-index: var(--toastify-z-index);
640
+ opacity: 0.7;
641
+ transform-origin: left;
642
+ border-bottom-left-radius: var(--toastify-toast-bd-radius);
643
+ }
644
+ .Toastify__progress-bar--animated {
645
+ animation: Toastify__trackProgress linear 1 forwards;
646
+ }
647
+ .Toastify__progress-bar--controlled {
648
+ transition: transform 0.2s;
649
+ }
650
+ .Toastify__progress-bar--rtl {
651
+ right: 0;
652
+ left: initial;
653
+ transform-origin: right;
654
+ border-bottom-left-radius: initial;
655
+ border-bottom-right-radius: var(--toastify-toast-bd-radius);
656
+ }
657
+ .Toastify__progress-bar--wrp {
658
+ position: absolute;
659
+ bottom: 0;
660
+ left: 0;
661
+ width: 100%;
662
+ height: 5px;
663
+ border-bottom-left-radius: var(--toastify-toast-bd-radius);
664
+ }
665
+ .Toastify__progress-bar--wrp[data-hidden=true] {
666
+ opacity: 0;
667
+ }
668
+ .Toastify__progress-bar--bg {
669
+ opacity: var(--toastify-color-progress-bgo);
670
+ width: 100%;
671
+ height: 100%;
672
+ }
673
+ .Toastify__spinner {
674
+ width: 20px;
675
+ height: 20px;
676
+ box-sizing: border-box;
677
+ border: 2px solid;
678
+ border-radius: 100%;
679
+ border-color: var(--toastify-spinner-color-empty-area);
680
+ border-right-color: var(--toastify-spinner-color);
681
+ animation: Toastify__spin 0.65s linear infinite;
682
+ }
683
+ @keyframes Toastify__bounceInRight {
684
+ from, 60%, 75%, 90%, to {
685
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
686
+ }
687
+ from {
688
+ opacity: 0;
689
+ transform: translate3d(3000px, 0, 0);
690
+ }
691
+ 60% {
692
+ opacity: 1;
693
+ transform: translate3d(-25px, 0, 0);
694
+ }
695
+ 75% {
696
+ transform: translate3d(10px, 0, 0);
697
+ }
698
+ 90% {
699
+ transform: translate3d(-5px, 0, 0);
700
+ }
701
+ to {
702
+ transform: none;
703
+ }
704
+ }
705
+ @keyframes Toastify__bounceOutRight {
706
+ 20% {
707
+ opacity: 1;
708
+ transform: translate3d(-20px, var(--y), 0);
709
+ }
710
+ to {
711
+ opacity: 0;
712
+ transform: translate3d(2000px, var(--y), 0);
713
+ }
714
+ }
715
+ @keyframes Toastify__bounceInLeft {
716
+ from, 60%, 75%, 90%, to {
717
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
718
+ }
719
+ 0% {
720
+ opacity: 0;
721
+ transform: translate3d(-3000px, 0, 0);
722
+ }
723
+ 60% {
724
+ opacity: 1;
725
+ transform: translate3d(25px, 0, 0);
726
+ }
727
+ 75% {
728
+ transform: translate3d(-10px, 0, 0);
729
+ }
730
+ 90% {
731
+ transform: translate3d(5px, 0, 0);
732
+ }
733
+ to {
734
+ transform: none;
735
+ }
736
+ }
737
+ @keyframes Toastify__bounceOutLeft {
738
+ 20% {
739
+ opacity: 1;
740
+ transform: translate3d(20px, var(--y), 0);
741
+ }
742
+ to {
743
+ opacity: 0;
744
+ transform: translate3d(-2000px, var(--y), 0);
745
+ }
746
+ }
747
+ @keyframes Toastify__bounceInUp {
748
+ from, 60%, 75%, 90%, to {
749
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
750
+ }
751
+ from {
752
+ opacity: 0;
753
+ transform: translate3d(0, 3000px, 0);
754
+ }
755
+ 60% {
756
+ opacity: 1;
757
+ transform: translate3d(0, -20px, 0);
758
+ }
759
+ 75% {
760
+ transform: translate3d(0, 10px, 0);
761
+ }
762
+ 90% {
763
+ transform: translate3d(0, -5px, 0);
764
+ }
765
+ to {
766
+ transform: translate3d(0, 0, 0);
767
+ }
768
+ }
769
+ @keyframes Toastify__bounceOutUp {
770
+ 20% {
771
+ transform: translate3d(0, calc(var(--y) - 10px), 0);
772
+ }
773
+ 40%, 45% {
774
+ opacity: 1;
775
+ transform: translate3d(0, calc(var(--y) + 20px), 0);
776
+ }
777
+ to {
778
+ opacity: 0;
779
+ transform: translate3d(0, -2000px, 0);
780
+ }
781
+ }
782
+ @keyframes Toastify__bounceInDown {
783
+ from, 60%, 75%, 90%, to {
784
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
785
+ }
786
+ 0% {
787
+ opacity: 0;
788
+ transform: translate3d(0, -3000px, 0);
789
+ }
790
+ 60% {
791
+ opacity: 1;
792
+ transform: translate3d(0, 25px, 0);
793
+ }
794
+ 75% {
795
+ transform: translate3d(0, -10px, 0);
796
+ }
797
+ 90% {
798
+ transform: translate3d(0, 5px, 0);
799
+ }
800
+ to {
801
+ transform: none;
802
+ }
803
+ }
804
+ @keyframes Toastify__bounceOutDown {
805
+ 20% {
806
+ transform: translate3d(0, calc(var(--y) - 10px), 0);
807
+ }
808
+ 40%, 45% {
809
+ opacity: 1;
810
+ transform: translate3d(0, calc(var(--y) + 20px), 0);
811
+ }
812
+ to {
813
+ opacity: 0;
814
+ transform: translate3d(0, 2000px, 0);
815
+ }
816
+ }
817
+ .Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
818
+ animation-name: Toastify__bounceInLeft;
819
+ }
820
+ .Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
821
+ animation-name: Toastify__bounceInRight;
822
+ }
823
+ .Toastify__bounce-enter--top-center {
824
+ animation-name: Toastify__bounceInDown;
825
+ }
826
+ .Toastify__bounce-enter--bottom-center {
827
+ animation-name: Toastify__bounceInUp;
828
+ }
829
+ .Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
830
+ animation-name: Toastify__bounceOutLeft;
831
+ }
832
+ .Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
833
+ animation-name: Toastify__bounceOutRight;
834
+ }
835
+ .Toastify__bounce-exit--top-center {
836
+ animation-name: Toastify__bounceOutUp;
837
+ }
838
+ .Toastify__bounce-exit--bottom-center {
839
+ animation-name: Toastify__bounceOutDown;
840
+ }
841
+ @keyframes Toastify__zoomIn {
842
+ from {
843
+ opacity: 0;
844
+ transform: scale3d(0.3, 0.3, 0.3);
845
+ }
846
+ 50% {
847
+ opacity: 1;
848
+ }
849
+ }
850
+ @keyframes Toastify__zoomOut {
851
+ from {
852
+ opacity: 1;
853
+ }
854
+ 50% {
855
+ opacity: 0;
856
+ transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
857
+ }
858
+ to {
859
+ opacity: 0;
860
+ }
861
+ }
862
+ .Toastify__zoom-enter {
863
+ animation-name: Toastify__zoomIn;
864
+ }
865
+ .Toastify__zoom-exit {
866
+ animation-name: Toastify__zoomOut;
867
+ }
868
+ @keyframes Toastify__flipIn {
869
+ from {
870
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
871
+ animation-timing-function: ease-in;
872
+ opacity: 0;
873
+ }
874
+ 40% {
875
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
876
+ animation-timing-function: ease-in;
877
+ }
878
+ 60% {
879
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
880
+ opacity: 1;
881
+ }
882
+ 80% {
883
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
884
+ }
885
+ to {
886
+ transform: perspective(400px);
887
+ }
888
+ }
889
+ @keyframes Toastify__flipOut {
890
+ from {
891
+ transform: translate3d(0, var(--y), 0) perspective(400px);
892
+ }
893
+ 30% {
894
+ transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
895
+ opacity: 1;
896
+ }
897
+ to {
898
+ transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
899
+ opacity: 0;
900
+ }
901
+ }
902
+ .Toastify__flip-enter {
903
+ animation-name: Toastify__flipIn;
904
+ }
905
+ .Toastify__flip-exit {
906
+ animation-name: Toastify__flipOut;
907
+ }
908
+ @keyframes Toastify__slideInRight {
909
+ from {
910
+ transform: translate3d(110%, 0, 0);
911
+ visibility: visible;
912
+ }
913
+ to {
914
+ transform: translate3d(0, var(--y), 0);
915
+ }
916
+ }
917
+ @keyframes Toastify__slideInLeft {
918
+ from {
919
+ transform: translate3d(-110%, 0, 0);
920
+ visibility: visible;
921
+ }
922
+ to {
923
+ transform: translate3d(0, var(--y), 0);
924
+ }
925
+ }
926
+ @keyframes Toastify__slideInUp {
927
+ from {
928
+ transform: translate3d(0, 110%, 0);
929
+ visibility: visible;
930
+ }
931
+ to {
932
+ transform: translate3d(0, var(--y), 0);
933
+ }
934
+ }
935
+ @keyframes Toastify__slideInDown {
936
+ from {
937
+ transform: translate3d(0, -110%, 0);
938
+ visibility: visible;
939
+ }
940
+ to {
941
+ transform: translate3d(0, var(--y), 0);
942
+ }
943
+ }
944
+ @keyframes Toastify__slideOutRight {
945
+ from {
946
+ transform: translate3d(0, var(--y), 0);
947
+ }
948
+ to {
949
+ visibility: hidden;
950
+ transform: translate3d(110%, var(--y), 0);
951
+ }
952
+ }
953
+ @keyframes Toastify__slideOutLeft {
954
+ from {
955
+ transform: translate3d(0, var(--y), 0);
956
+ }
957
+ to {
958
+ visibility: hidden;
959
+ transform: translate3d(-110%, var(--y), 0);
960
+ }
961
+ }
962
+ @keyframes Toastify__slideOutDown {
963
+ from {
964
+ transform: translate3d(0, var(--y), 0);
965
+ }
966
+ to {
967
+ visibility: hidden;
968
+ transform: translate3d(0, 500px, 0);
969
+ }
970
+ }
971
+ @keyframes Toastify__slideOutUp {
972
+ from {
973
+ transform: translate3d(0, var(--y), 0);
974
+ }
975
+ to {
976
+ visibility: hidden;
977
+ transform: translate3d(0, -500px, 0);
978
+ }
979
+ }
980
+ .Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
981
+ animation-name: Toastify__slideInLeft;
982
+ }
983
+ .Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
984
+ animation-name: Toastify__slideInRight;
985
+ }
986
+ .Toastify__slide-enter--top-center {
987
+ animation-name: Toastify__slideInDown;
988
+ }
989
+ .Toastify__slide-enter--bottom-center {
990
+ animation-name: Toastify__slideInUp;
991
+ }
992
+ .Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
993
+ animation-name: Toastify__slideOutLeft;
994
+ animation-timing-function: ease-in;
995
+ animation-duration: 0.3s;
996
+ }
997
+ .Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
998
+ animation-name: Toastify__slideOutRight;
999
+ animation-timing-function: ease-in;
1000
+ animation-duration: 0.3s;
1001
+ }
1002
+ .Toastify__slide-exit--top-center {
1003
+ animation-name: Toastify__slideOutUp;
1004
+ animation-timing-function: ease-in;
1005
+ animation-duration: 0.3s;
1006
+ }
1007
+ .Toastify__slide-exit--bottom-center {
1008
+ animation-name: Toastify__slideOutDown;
1009
+ animation-timing-function: ease-in;
1010
+ animation-duration: 0.3s;
1011
+ }
1012
+ @keyframes Toastify__spin {
1013
+ from {
1014
+ transform: rotate(0deg);
1015
+ }
1016
+ to {
1017
+ transform: rotate(360deg);
1018
+ }
1019
+ }
1020
+ @layer theme, base, components, utilities;
1021
+ @layer theme;
1022
+ @layer base {
1023
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
1024
+ box-sizing: border-box;
1025
+ margin: 0;
1026
+ padding: 0;
1027
+ border: 0 solid;
1028
+ }
1029
+ html, :host {
1030
+ line-height: 1.5;
1031
+ -webkit-text-size-adjust: 100%;
1032
+ tab-size: 4;
1033
+ font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
1034
+ font-feature-settings: var(--default-font-feature-settings, normal);
1035
+ font-variation-settings: var( --default-font-variation-settings, normal );
1036
+ -webkit-tap-highlight-color: transparent;
1037
+ }
1038
+ body {
1039
+ line-height: inherit;
1040
+ }
1041
+ hr {
1042
+ height: 0;
1043
+ color: inherit;
1044
+ border-top-width: 1px;
1045
+ }
1046
+ abbr:where([title]) {
1047
+ -webkit-text-decoration: underline dotted;
1048
+ text-decoration: underline dotted;
1049
+ }
1050
+ h1, h2, h3, h4, h5, h6 {
1051
+ font-size: inherit;
1052
+ font-weight: inherit;
1053
+ }
1054
+ a {
1055
+ color: inherit;
1056
+ -webkit-text-decoration: inherit;
1057
+ text-decoration: inherit;
1058
+ }
1059
+ b, strong {
1060
+ font-weight: bolder;
1061
+ }
1062
+ code, kbd, samp, pre {
1063
+ font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
1064
+ font-feature-settings: var( --default-mono-font-feature-settings, normal );
1065
+ font-variation-settings: var( --default-mono-font-variation-settings, normal );
1066
+ font-size: 1em;
1067
+ }
1068
+ small {
1069
+ font-size: 80%;
1070
+ }
1071
+ sub, sup {
1072
+ font-size: 75%;
1073
+ line-height: 0;
1074
+ position: relative;
1075
+ vertical-align: baseline;
1076
+ }
1077
+ sub {
1078
+ bottom: -0.25em;
1079
+ }
1080
+ sup {
1081
+ top: -0.5em;
1082
+ }
1083
+ table {
1084
+ text-indent: 0;
1085
+ border-color: inherit;
1086
+ border-collapse: collapse;
1087
+ }
1088
+ :-moz-focusring {
1089
+ outline: auto;
1090
+ }
1091
+ progress {
1092
+ vertical-align: baseline;
1093
+ }
1094
+ summary {
1095
+ display: list-item;
1096
+ }
1097
+ ol, ul, menu {
1098
+ list-style: none;
1099
+ }
1100
+ img, svg, video, canvas, audio, iframe, embed, object {
1101
+ display: block;
1102
+ vertical-align: middle;
1103
+ }
1104
+ img, video {
1105
+ max-width: 100%;
1106
+ height: auto;
1107
+ }
1108
+ button, input, select, optgroup, textarea, ::file-selector-button {
1109
+ font: inherit;
1110
+ font-feature-settings: inherit;
1111
+ font-variation-settings: inherit;
1112
+ letter-spacing: inherit;
1113
+ color: inherit;
1114
+ border-radius: 0;
1115
+ background-color: transparent;
1116
+ opacity: 1;
1117
+ }
1118
+ :where(select:is([multiple], [size])) optgroup {
1119
+ font-weight: bolder;
1120
+ }
1121
+ :where(select:is([multiple], [size])) optgroup option {
1122
+ padding-inline-start: 20px;
1123
+ }
1124
+ ::file-selector-button {
1125
+ margin-inline-end: 4px;
1126
+ }
1127
+ ::placeholder {
1128
+ opacity: 1;
1129
+ color: color-mix(in oklab, currentColor 50%, transparent);
1130
+ }
1131
+ textarea {
1132
+ resize: vertical;
1133
+ }
1134
+ ::-webkit-search-decoration {
1135
+ -webkit-appearance: none;
1136
+ }
1137
+ ::-webkit-date-and-time-value {
1138
+ min-height: 1lh;
1139
+ text-align: inherit;
1140
+ }
1141
+ ::-webkit-datetime-edit {
1142
+ display: inline-flex;
1143
+ }
1144
+ ::-webkit-datetime-edit-fields-wrapper {
1145
+ padding: 0;
1146
+ }
1147
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
1148
+ padding-block: 0;
1149
+ }
1150
+ :-moz-ui-invalid {
1151
+ box-shadow: none;
1152
+ }
1153
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
1154
+ appearance: button;
1155
+ }
1156
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
1157
+ height: auto;
1158
+ }
1159
+ [hidden]:where(:not([hidden="until-found"])) {
1160
+ display: none !important;
1161
+ }
1162
+ }
1163
+ @layer utilities;
1164
+ :root {
1165
+ --toastify-toast-min-height: 48px;
1166
+ --toastify-toast-bd-radius: 8px;
1167
+ --toastify-text-color-light: var(--color-gray-800);
1168
+ --toastify-color-progress-info: var(--color-gray-300);
1169
+ --toastify-color-progress-success: var(--color-gray-300);
1170
+ --toastify-color-progress-warning: var(--color-gray-300);
1171
+ --toastify-color-progress-error: var(--color-gray-300);
1172
+ --toastify-color-progress-light: var(--color-gray-300);
1173
+ }
1174
+ html:has(dialog[open]) {
1175
+ overflow: hidden;
1176
+ }
1177
+ .checkbox-container input[type="checkbox"] {
1178
+ accent-color: var(--color-gray-900);
1179
+ }
1180
+ .rmsc {
1181
+ --rmsc-main: var(--color-gray-300) !important;
1182
+ --rmsc-hover: var(--color-gray-100) !important;
1183
+ --rmsc-selected: var(--color-gray-300) !important;
1184
+ }
1185
+ .Toastify__toast-body {
1186
+ padding: 0;
1187
+ margin: 0;
1188
+ font-size: 14px;
1189
+ font-weight: 600;
1190
+ }
1191
+ .Toastify__toast {
1192
+ box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.32);
1193
+ padding: 12px 16px 12px 16px;
1194
+ }
1195
+ .Toastify__progress-bar--wrp {
1196
+ height: 2px;
1197
+ }
1198
+ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
1199
+ -webkit-appearance: none;
1200
+ -moz-appearance: none;
1201
+ appearance: none;
1202
+ margin: 0;
1203
+ }
1204
+ input[type="number"] {
1205
+ -moz-appearance: textfield;
1206
+ }
1207
+ h1, h2, h3, h4, h5, h6, p {
1208
+ color: var(--color-gray-900);
1209
+ }
1210
+ @property --tw-rotate-x {
1211
+ syntax: "*";
1212
+ inherits: false;
1213
+ initial-value: rotateX(0);
1214
+ }
1215
+ @property --tw-rotate-y {
1216
+ syntax: "*";
1217
+ inherits: false;
1218
+ initial-value: rotateY(0);
1219
+ }
1220
+ @property --tw-rotate-z {
1221
+ syntax: "*";
1222
+ inherits: false;
1223
+ initial-value: rotateZ(0);
1224
+ }
1225
+ @property --tw-skew-x {
1226
+ syntax: "*";
1227
+ inherits: false;
1228
+ initial-value: skewX(0);
1229
+ }
1230
+ @property --tw-skew-y {
1231
+ syntax: "*";
1232
+ inherits: false;
1233
+ initial-value: skewY(0);
1234
+ }
1235
+ @property --tw-border-style {
1236
+ syntax: "*";
1237
+ inherits: false;
1238
+ initial-value: solid;
1239
+ }
1240
+ @property --tw-font-weight {
1241
+ syntax: "*";
1242
+ inherits: false;
1243
+ }