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