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