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