@ape.swap/bonds-sdk 1.1.0-seedify → 1.1.0-test.108

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 (158) hide show
  1. package/dist/assets/output-2LTDuc8n.css +174 -0
  2. package/dist/components/AccordionText/index.d.ts +0 -1
  3. package/dist/components/{BondMenu/BondMenu.d.ts → BondFilters/BondFilters.d.ts} +2 -3
  4. package/dist/components/ConnectButton/RainbowKitButton.d.ts +3 -0
  5. package/dist/components/ConnectButton/index.d.ts +3 -0
  6. package/dist/components/FavIcons/AddFavToken.d.ts +6 -0
  7. package/dist/components/FavIcons/FavFilter.d.ts +6 -0
  8. package/dist/components/PlaceholderMonkey/index.d.ts +5 -0
  9. package/dist/components/ProgressBar/ProgressBar.d.ts +0 -1
  10. package/dist/components/SafeHTMLComponent/index.d.ts +5 -0
  11. package/dist/components/Toast/index.d.ts +7 -0
  12. package/dist/components/Toast/styles.d.ts +3 -0
  13. package/dist/components/TokenInfoAndName/index.d.ts +4 -3
  14. package/dist/components/TokenSelectorModal/index.d.ts +1 -0
  15. package/dist/components/TokenSelectorPanel/index.d.ts +4 -3
  16. package/dist/components/Tooltip/ButtonsRow.d.ts +2 -2
  17. package/dist/components/Tooltip/Tooltip.d.ts +3 -10
  18. package/dist/components/uikit-sdk/Input/index.d.ts +0 -1
  19. package/dist/components/uikit-sdk/LoadingDots/index.d.ts +2 -0
  20. package/dist/components/uikit-sdk/Svg/Icons/FirePink.d.ts +4 -0
  21. package/dist/components/uikit-sdk/Svg/Icons/Star.d.ts +4 -0
  22. package/dist/components/uikit-sdk/Svg/Icons/StarFilled.d.ts +4 -0
  23. package/dist/components/uikit-sdk/Svg/Icons/index.d.ts +3 -0
  24. package/dist/components/uikit-sdk/Svg/types.d.ts +4 -1
  25. package/dist/components/uikit-sdk/SwiperDots/index.d.ts +6 -0
  26. package/dist/components/uikit-sdk/Tag/index.d.ts +0 -2
  27. package/dist/components/uikit-sdk/Tag/types.d.ts +1 -46
  28. package/dist/components/uikit-sdk/index.d.ts +3 -1
  29. package/dist/config/constants/addresses.d.ts +1 -3
  30. package/dist/config/constants/chains.d.ts +2 -30
  31. package/dist/config/constants/networks.d.ts +2 -2
  32. package/dist/config/constants/queryKeys.d.ts +8 -4
  33. package/dist/config/constants/variables.d.ts +5 -0
  34. package/dist/contexts/Popups.d.ts +5 -0
  35. package/dist/contexts/SwiperProvider.d.ts +12 -0
  36. package/dist/hooks/useDebounce.d.ts +1 -0
  37. package/dist/hooks/useMonitorTxHash.d.ts +25 -0
  38. package/dist/hooks/useSendReferenceId.d.ts +2 -0
  39. package/dist/hooks/useSwiper.d.ts +2 -0
  40. package/dist/main.d.ts +2 -3
  41. package/dist/main.js +67184 -50466
  42. package/dist/state/bondApiStats/useGetBondApiStats.d.ts +25 -0
  43. package/dist/state/bonds/useBondNFTData.d.ts +1 -1
  44. package/dist/state/bonds/useBondsData.d.ts +1 -1
  45. package/dist/state/bonds/useBondsList.d.ts +1 -1
  46. package/dist/state/bonds/useGetBondRecommendations.d.ts +27 -0
  47. package/dist/state/bonds/useHotBonds.d.ts +5 -2
  48. package/dist/state/bonds/useUserApiStats.d.ts +22 -0
  49. package/dist/state/favoriteTokens/useFavoriteTokens.d.ts +4 -0
  50. package/dist/state/popups/usePopups.d.ts +14 -0
  51. package/dist/state/tokenPrices/useTokenPrices.d.ts +2 -1
  52. package/dist/state/useSDKConfig.d.ts +16 -0
  53. package/dist/state/zap/getChainParam.d.ts +1 -1
  54. package/dist/state/zap/useSoulZapBondQuote.d.ts +1 -1
  55. package/dist/state/zap/useSoulZapTokenQuote.d.ts +1 -1
  56. package/dist/styles.css +1660 -0
  57. package/dist/types/bonds.d.ts +1 -2
  58. package/dist/utils/dates/formatDate.d.ts +1 -0
  59. package/dist/utils/displayHelpers.d.ts +11 -0
  60. package/dist/utils/formatNumbers.d.ts +0 -3
  61. package/dist/utils/getDotPos.d.ts +1 -0
  62. package/dist/utils/getNativeTicker.d.ts +1 -2
  63. package/dist/utils/index.d.ts +0 -15
  64. package/dist/views/BondModal/BondModal.d.ts +1 -3
  65. package/dist/views/BondModal/components/BondCards.d.ts +6 -0
  66. package/dist/views/BondModal/components/BondModalHeader.d.ts +8 -0
  67. package/dist/views/BondModal/components/Estimations.d.ts +14 -0
  68. package/dist/views/BondModal/components/ExpandedViewButton.d.ts +6 -0
  69. package/dist/views/BondModal/components/ProjectDescription.d.ts +5 -0
  70. package/dist/views/BondModal/index.d.ts +4 -1
  71. package/dist/views/Bonds/Bonds.d.ts +0 -2
  72. package/dist/views/Bonds/components/BondRows/BondRow.d.ts +9 -0
  73. package/dist/views/Bonds/components/BondRows/BondRowsByChain.d.ts +10 -0
  74. package/dist/views/Bonds/components/BondRows/BondRowsWithTitle.d.ts +11 -0
  75. package/dist/views/Bonds/components/BondRows/ModalHandler.d.ts +7 -0
  76. package/dist/{components/BondRows/BondRowHeader.d.ts → views/Bonds/components/BondsMenu/BondsMenu.d.ts} +2 -4
  77. package/dist/views/Bonds/components/BuyAgainRow/index.d.ts +3 -0
  78. package/dist/views/Bonds/components/HotBondCards/HotBondCard.d.ts +6 -0
  79. package/dist/views/Bonds/components/HotBondCards/index.d.ts +4 -0
  80. package/dist/views/Bonds/components/HotBondCards/styles.d.ts +2 -0
  81. package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.d.ts +13 -0
  82. package/dist/views/Bonds/components/RecommendationCards/index.d.ts +11 -0
  83. package/dist/views/Bonds/components/RecommendationCards/styles.d.ts +2 -0
  84. package/dist/views/Bonds/index.d.ts +4 -1
  85. package/dist/views/Bonds/utils.d.ts +5 -2
  86. package/dist/views/FullBondsView/index.d.ts +2 -1
  87. package/dist/views/ProjectView/ProjectView.d.ts +14 -0
  88. package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.d.ts +6 -0
  89. package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.d.ts +7 -0
  90. package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.d.ts +6 -0
  91. package/dist/views/ProjectView/components/BondLeaderboard/components/styles.d.ts +2 -0
  92. package/dist/views/ProjectView/components/BondLeaderboard/index.d.ts +6 -0
  93. package/dist/views/ProjectView/components/BondStats/index.d.ts +6 -0
  94. package/dist/views/ProjectView/components/BondStats/styles.d.ts +2 -0
  95. package/dist/views/ProjectView/components/BondStats/types.d.ts +43 -0
  96. package/dist/views/ProjectView/components/BondStats/utils.d.ts +1 -0
  97. package/dist/views/ProjectView/components/NavPanel/index.d.ts +5 -0
  98. package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.d.ts +9 -0
  99. package/dist/views/ProjectView/components/PriceChart/components/LineChart.d.ts +9 -0
  100. package/dist/views/ProjectView/components/PriceChart/components/utils.d.ts +1 -0
  101. package/dist/views/ProjectView/components/PriceChart/index.d.ts +8 -0
  102. package/dist/views/ProjectView/components/PriceChart/styles.d.ts +2 -0
  103. package/dist/views/ProjectView/components/ProjectInfo/index.d.ts +6 -0
  104. package/dist/views/ProjectView/components/ProjectInfo/styles.d.ts +2 -0
  105. package/dist/views/ProjectView/components/RecommendationCards/index.d.ts +3 -0
  106. package/dist/views/ProjectView/index.d.ts +7 -0
  107. package/dist/views/ProjectView/styles.d.ts +2 -0
  108. package/dist/views/YourBonds/YourBonds.d.ts +1 -2
  109. package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.d.ts +13 -0
  110. package/dist/views/YourBonds/fetchBillsUser.d.ts +0 -12
  111. package/dist/views/YourBonds/getBillNftData.d.ts +2 -2
  112. package/dist/views/YourBonds/index.d.ts +2 -1
  113. package/dist/views/YourBondsModal/YourBondsModal.d.ts +0 -2
  114. package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.d.ts +7 -0
  115. package/dist/views/YourBondsModal/components/Recommendations/CardRecommendationsMobile.d.ts +6 -0
  116. package/dist/views/YourBondsModal/components/Recommendations/Recommendations.d.ts +6 -0
  117. package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.d.ts +8 -0
  118. package/dist/views/YourBondsModal/components/TransferBondModal/index.d.ts +8 -0
  119. package/dist/views/ZapModal/index.d.ts +0 -1
  120. package/package.json +22 -35
  121. package/dist/components/BondRows/BondRow.d.ts +0 -10
  122. package/dist/components/BondRows/BondRowsByChain.d.ts +0 -9
  123. package/dist/components/BondRows/BondRowsWithTitle.d.ts +0 -9
  124. package/dist/components/DisconnectedPlaceholder/index.d.ts +0 -3
  125. package/dist/components/uikit-sdk/Input/StyledInput.d.ts +0 -11
  126. package/dist/components/uikit-sdk/Tag/Tag.d.ts +0 -4
  127. package/dist/components/uikit-sdk/Tag/styles.d.ts +0 -8
  128. package/dist/config/constants/api.d.ts +0 -6
  129. package/dist/config/constants/lifiRouting.d.ts +0 -2
  130. package/dist/config/constants/lists.d.ts +0 -10
  131. package/dist/config/constants/meta.d.ts +0 -11
  132. package/dist/config/constants/misc.d.ts +0 -3
  133. package/dist/config/constants/products.d.ts +0 -21
  134. package/dist/config/constants/tutorials.d.ts +0 -7
  135. package/dist/config/localization/languages.d.ts +0 -11
  136. package/dist/contexts/Localization/Provider.d.ts +0 -7
  137. package/dist/contexts/Localization/helpers.d.ts +0 -3
  138. package/dist/contexts/Localization/index.d.ts +0 -3
  139. package/dist/contexts/Localization/types.d.ts +0 -21
  140. package/dist/contexts/Localization/useTranslation.d.ts +0 -2
  141. package/dist/scss/AccordionText.scss +0 -11
  142. package/dist/scss/BondMenu.scss +0 -29
  143. package/dist/scss/BondModal.scss +0 -480
  144. package/dist/scss/BondRow.scss +0 -98
  145. package/dist/scss/BondRowHeader.scss +0 -124
  146. package/dist/scss/BondRowsByChain.scss +0 -5
  147. package/dist/scss/BondRowsWithTitle.scss +0 -4
  148. package/dist/scss/Bonds.scss +0 -18
  149. package/dist/scss/ProgressBar.scss +0 -13
  150. package/dist/scss/TokenInfoName.scss +0 -60
  151. package/dist/scss/YourBonds.scss +0 -203
  152. package/dist/scss/YourBondsModal.scss +0 -314
  153. package/dist/scss/index.scss +0 -12
  154. package/dist/views/BondModal/helper.d.ts +0 -10
  155. package/dist/views/YourBondsModal/styles.d.ts +0 -2
  156. /package/dist/hooks/{useTopThreeTags.d.ts → useTopTags.d.ts} +0 -0
  157. /package/dist/{components/BondMenu → state/chainFilterOption}/useChainFilterOption.d.ts +0 -0
  158. /package/dist/{components → views/Bonds/components}/BondRows/ChainTitle.d.ts +0 -0
@@ -0,0 +1,1660 @@
1
+ .accordion-title {
2
+ padding-right: 10px;
3
+ }
4
+
5
+ .bonds-filters {
6
+ display: flex;
7
+ width: 100%;
8
+ justify-content: space-between;
9
+ }
10
+ @media screen and (min-width: 1000px) {
11
+ .bonds-filters {
12
+ justify-content: flex-end;
13
+ }
14
+ }
15
+ .bonds-filters .desktop-rec-container {
16
+ justify-content: flex-end;
17
+ display: none;
18
+ margin-right: 20px;
19
+ }
20
+ @media screen and (min-width: 1000px) {
21
+ .bonds-filters .desktop-rec-container {
22
+ display: flex;
23
+ }
24
+ }
25
+ .bonds-filters .mobile-rec-container {
26
+ display: flex;
27
+ width: 49%;
28
+ }
29
+ @media screen and (min-width: 1000px) {
30
+ .bonds-filters .mobile-rec-container {
31
+ display: none;
32
+ }
33
+ }
34
+ .bonds-filters .network-filter {
35
+ display: flex;
36
+ }
37
+ @media screen and (max-width: 1000px) {
38
+ .bonds-filters .network-filter {
39
+ width: 49%;
40
+ }
41
+ }
42
+ .bonds-filters .clear-all-button {
43
+ display: none;
44
+ align-items: center;
45
+ width: 110px;
46
+ height: 34px;
47
+ color: var(--theme-ui-colors-textDisabledButton);
48
+ font-size: 14px;
49
+ background: var(--theme-ui-colors-white2);
50
+ border-radius: 10px;
51
+ padding: 8px 16px;
52
+ justify-content: center;
53
+ font-weight: 500;
54
+ margin-left: 15px;
55
+ line-height: 13px;
56
+ cursor: pointer;
57
+ }
58
+ @media screen and (min-width: 1000px) {
59
+ .bonds-filters .clear-all-button {
60
+ display: flex;
61
+ }
62
+ }
63
+
64
+ .bonds-cards {
65
+ display: flex;
66
+ flex-direction: column;
67
+ }
68
+ @media screen and (min-width: 800px) {
69
+ .bonds-cards {
70
+ flex-direction: row;
71
+ gap: 5px;
72
+ }
73
+ }
74
+ .bonds-cards .bond-card-block {
75
+ display: flex;
76
+ padding: 8px 12px;
77
+ background: var(--theme-ui-colors-white3);
78
+ width: 100%;
79
+ align-items: center;
80
+ justify-content: space-between;
81
+ margin-bottom: 1px;
82
+ }
83
+ @media screen and (min-width: 800px) {
84
+ .bonds-cards .bond-card-block {
85
+ width: 350px;
86
+ flex-direction: column;
87
+ border-radius: 10px;
88
+ padding: 12px;
89
+ }
90
+ }
91
+ .bonds-cards .bond-card-block .bond-card-title {
92
+ display: flex;
93
+ color: white;
94
+ font-weight: 400;
95
+ font-size: 12px;
96
+ }
97
+ @media screen and (min-width: 800px) {
98
+ .bonds-cards .bond-card-block .bond-card-title {
99
+ padding-bottom: 5px;
100
+ }
101
+ }
102
+ .bonds-cards .bond-card-block .bond-card-tooltip {
103
+ padding-left: 5px;
104
+ align-items: flex-start;
105
+ cursor: pointer;
106
+ }
107
+ .bonds-cards .bond-card-block .bond-card-content {
108
+ display: flex;
109
+ font-size: 12px;
110
+ font-weight: 700;
111
+ }
112
+ @media screen and (min-width: 800px) {
113
+ .bonds-cards .bond-card-block .bond-card-content {
114
+ font-size: 16px;
115
+ }
116
+ }
117
+ .bonds-cards .bond-card-block:first-child {
118
+ border-top-right-radius: 10px;
119
+ border-top-left-radius: 10px;
120
+ }
121
+ .bonds-cards .bond-card-block:last-of-type {
122
+ border-bottom-right-radius: 10px;
123
+ border-bottom-left-radius: 10px;
124
+ }
125
+ .bonds-cards .hide-mobile {
126
+ display: none;
127
+ }
128
+ @media screen and (min-width: 800px) {
129
+ .bonds-cards .hide-mobile {
130
+ display: flex;
131
+ }
132
+ }
133
+
134
+ .modal {
135
+ width: fit-content !important;
136
+ }
137
+
138
+ .modal-content {
139
+ display: flex;
140
+ flex-direction: column;
141
+ border-radius: 10px;
142
+ background-color: var(--theme-ui-colors-white2);
143
+ border-radius: 10px;
144
+ z-index: 1001;
145
+ width: 100%;
146
+ max-width: 700px;
147
+ min-width: 700px;
148
+ }
149
+
150
+ .gpt {
151
+ max-width: 1100px;
152
+ }
153
+
154
+ .modaltable-container {
155
+ width: 100%;
156
+ display: flex;
157
+ flex-direction: column;
158
+ position: relative;
159
+ }
160
+
161
+ .slipagge-close-icons {
162
+ position: absolute;
163
+ top: -10px;
164
+ right: -3px;
165
+ cursor: pointer;
166
+ flex-direction: column;
167
+ }
168
+
169
+ .modaltable-container.title-container {
170
+ font-weight: bold;
171
+ font-size: 1.5rem;
172
+ display: flex;
173
+ flex-direction: row;
174
+ align-items: center;
175
+ }
176
+
177
+ .title-container.bondicon {
178
+ display: flex;
179
+ flex-direction: row;
180
+ align-items: center;
181
+ }
182
+
183
+ .icon-container {
184
+ position: relative;
185
+ display: inline-block;
186
+ }
187
+
188
+ .icon-container svg {
189
+ position: absolute;
190
+ top: -8px;
191
+ right: -5px;
192
+ z-index: 1;
193
+ }
194
+
195
+ .icon-container img {
196
+ display: block;
197
+ }
198
+
199
+ .icon-container-small {
200
+ position: relative;
201
+ display: inline-block;
202
+ }
203
+
204
+ .icon-container-small svg {
205
+ position: absolute;
206
+ top: -5px;
207
+ right: -4px;
208
+ z-index: 1;
209
+ }
210
+
211
+ .icon-container-small img {
212
+ display: block;
213
+ }
214
+
215
+ .title-container.bondname {
216
+ display: flex;
217
+ flex-direction: column;
218
+ align-items: center;
219
+ padding-left: 20px;
220
+ }
221
+
222
+ .title-container.bondname-small {
223
+ display: flex;
224
+ flex-direction: row;
225
+ align-items: center;
226
+ padding-left: 10px;
227
+ }
228
+
229
+ .title-container.price-container {
230
+ display: flex;
231
+ flex-direction: column;
232
+ padding-left: 20px;
233
+ }
234
+
235
+ .price-container.price {
236
+ font-size: 14px;
237
+ color: var(--theme-ui-colors-gray);
238
+ text-decoration: line-through;
239
+ }
240
+
241
+ .price-container.discounted {
242
+ display: flex;
243
+ }
244
+
245
+ .title-container.tokentags {
246
+ display: flex;
247
+ align-items: center;
248
+ padding-left: 10px;
249
+ }
250
+
251
+ .modaltable-container.description-container {
252
+ display: flex;
253
+ align-items: flex-start;
254
+ padding-top: 10px;
255
+ padding-bottom: 10px;
256
+ font-weight: 400;
257
+ font-size: 14px;
258
+ line-height: 21px;
259
+ }
260
+
261
+ .modaltable-container.blocks-container {
262
+ display: flex;
263
+ flex-direction: row;
264
+ align-items: center;
265
+ width: 100%;
266
+ justify-content: space-around;
267
+ margin-top: 5px;
268
+ }
269
+
270
+ .modal-block {
271
+ min-width: 0px;
272
+ display: flex;
273
+ flex-direction: column;
274
+ align-items: center;
275
+ background: var(--theme-ui-colors-white3);
276
+ font-weight: 900;
277
+ font-size: 16px;
278
+ border-radius: 10px;
279
+ height: 90%;
280
+ padding: 13px;
281
+ }
282
+
283
+ .block-header {
284
+ color: white;
285
+ font-weight: 400;
286
+ font-size: 12px;
287
+ padding-bottom: 5px;
288
+ }
289
+
290
+ .header-icon {
291
+ padding-left: 5px;
292
+ align-items: flex-start;
293
+ cursor: pointer;
294
+ }
295
+
296
+ .block-content {
297
+ align-items: center;
298
+ font-weight: 700;
299
+ }
300
+
301
+ .modal-block.block-discount {
302
+ margin: 0px 10px 0px 0px;
303
+ width: 350px;
304
+ }
305
+
306
+ .discount-positive {
307
+ color: #38A611;
308
+ }
309
+
310
+ .discount-negative {
311
+ color: #DF4141;
312
+ }
313
+
314
+ .modal-block.block-arr {
315
+ margin: 0px 10px 0px 0px;
316
+ width: 350px;
317
+ }
318
+
319
+ .modal-block.block-term {
320
+ margin: 0px 10px 0px 0px;
321
+ width: 350px;
322
+ }
323
+
324
+ .modal-block.block-maxbuy {
325
+ width: 350px;
326
+ }
327
+
328
+ .modaltable-container.text-container {
329
+ display: flex;
330
+ flex-direction: column;
331
+ justify-content: center;
332
+ font-size: 12px;
333
+ padding: 10px 0;
334
+ }
335
+
336
+ .text-container.row {
337
+ padding-top: 2px;
338
+ padding-bottom: 2px;
339
+ display: flex;
340
+ flex-direction: row;
341
+ justify-content: space-between;
342
+ }
343
+
344
+ .row-container {
345
+ display: flex;
346
+ font-weight: 400;
347
+ }
348
+
349
+ .row-container.spend {
350
+ display: flex;
351
+ }
352
+
353
+ .row-container.spend-val {
354
+ display: flex;
355
+ }
356
+
357
+ .row-container.premium {
358
+ display: flex;
359
+ }
360
+
361
+ .row-container.premium-icon {
362
+ padding-left: 5px;
363
+ align-items: flex-start;
364
+ cursor: pointer;
365
+ }
366
+
367
+ .row-container.premium-val {
368
+ display: flex;
369
+ }
370
+
371
+ .premium-positive {
372
+ color: #38A611;
373
+ }
374
+
375
+ .premium-negative {
376
+ color: #DF4141;
377
+ }
378
+
379
+ .row-container.get {
380
+ display: flex;
381
+ }
382
+
383
+ .row-container.get-val {
384
+ display: flex;
385
+ }
386
+
387
+ .modaltable-container.buy-container {
388
+ display: flex;
389
+ flex-direction: column;
390
+ background: var(--theme-ui-colors-white3);
391
+ border-radius: 10px;
392
+ min-height: 92px;
393
+ padding: 10px;
394
+ }
395
+
396
+ .input-container.inputrow {
397
+ flex-direction: row;
398
+ }
399
+
400
+ .input-container.balancerow {
401
+ flex-direction: row;
402
+ align-items: center;
403
+ justify-content: space-between;
404
+ opacity: 0.8;
405
+ }
406
+
407
+ .balancerow.text {
408
+ opacity: 0.8;
409
+ align-items: center;
410
+ font-size: 12px;
411
+ }
412
+
413
+ .balancerow.max {
414
+ align-items: center;
415
+ cursor: pointer;
416
+ }
417
+ .balancerow.max .max-button {
418
+ background: var(--theme-ui-colors-primaryButton);
419
+ height: 22px;
420
+ padding-left: 8px;
421
+ padding-right: 8px;
422
+ cursor: "pointer";
423
+ font-size: 12px;
424
+ font-weight: 600;
425
+ border-radius: small;
426
+ margin-left: 10px;
427
+ transition: "all .3s linear";
428
+ display: flex;
429
+ align-items: center;
430
+ justify-content: center;
431
+ }
432
+ .balancerow.max .max-button:active {
433
+ transform: scale(0.9);
434
+ }
435
+
436
+ .input-container.input {
437
+ background-color: transparent;
438
+ border-radius: 10px;
439
+ border: medium;
440
+ padding-right: 10px;
441
+ width: 80%;
442
+ height: 50px;
443
+ font-size: 22px;
444
+ }
445
+ .input-container.input Input {
446
+ border: none;
447
+ display: inline-block;
448
+ }
449
+ .input-container.input Input:focus {
450
+ outline: none;
451
+ }
452
+
453
+ .input-container.token {
454
+ display: flex;
455
+ align-items: center;
456
+ font-size: 12px;
457
+ font-weight: bold;
458
+ background: var(--theme-ui-colors-white4);
459
+ border-radius: 10px;
460
+ position: relative;
461
+ width: 190px;
462
+ height: 36px;
463
+ justify-content: space-between;
464
+ }
465
+
466
+ .modaltable-container.button-container {
467
+ width: 100%;
468
+ padding-top: 10px;
469
+ display: flex;
470
+ flex-direction: row;
471
+ justify-content: space-between;
472
+ }
473
+
474
+ .button-container.get {
475
+ justify-content: center;
476
+ align-items: center;
477
+ cursor: pointer;
478
+ }
479
+ .button-container.get .action-button {
480
+ width: 275px;
481
+ margin-right: 10px;
482
+ }
483
+
484
+ .button-container.buy {
485
+ justify-content: center;
486
+ align-items: center;
487
+ cursor: pointer;
488
+ width: 375px;
489
+ }
490
+ .button-container.buy .action-button {
491
+ width: 375px;
492
+ margin-left: 10px;
493
+ }
494
+ .button-container.buy .switch-button {
495
+ width: 375px;
496
+ margin-left: 10px;
497
+ }
498
+
499
+ .modaltable-container.accordion-container {
500
+ display: flex;
501
+ width: 100%;
502
+ padding-top: 10px;
503
+ }
504
+
505
+ .toast {
506
+ position: fixed;
507
+ top: 50px;
508
+ right: 20px;
509
+ background-color: var(--theme-ui-colors-white2);
510
+ color: white;
511
+ font-size: 24px;
512
+ padding: 10px 20px;
513
+ border-radius: 5px;
514
+ height: 75px;
515
+ align-items: center;
516
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
517
+ z-index: 9999;
518
+ animation: fadein 0.5s, fadeout 0.5s 4.5s;
519
+ cursor: pointer;
520
+ }
521
+
522
+ @keyframes fadein {
523
+ from {
524
+ top: 0;
525
+ opacity: 0;
526
+ }
527
+ to {
528
+ top: 50px;
529
+ opacity: 1;
530
+ }
531
+ }
532
+ @keyframes fadeout {
533
+ from {
534
+ top: 50px;
535
+ opacity: 1;
536
+ }
537
+ to {
538
+ top: 0;
539
+ opacity: 0;
540
+ }
541
+ }
542
+ .button-container.zap {
543
+ width: 100%;
544
+ }
545
+
546
+ .switch-button.zap {
547
+ width: 100%;
548
+ }
549
+
550
+ .font-small {
551
+ font-size: 14px;
552
+ }
553
+
554
+ .font-x-small {
555
+ font-size: 12px;
556
+ }
557
+
558
+ .text-highlight {
559
+ color: #38A611;
560
+ }
561
+
562
+ .paragraph-spaced {
563
+ line-height: 150%;
564
+ }
565
+
566
+ .button-narrow {
567
+ width: 190px !important;
568
+ }
569
+
570
+ .fading-hr {
571
+ border: none;
572
+ height: 1px; /* Adjust thickness */
573
+ background: linear-gradient(to right, transparent, white, transparent); /* White fades to transparent */
574
+ width: 100%; /* Full width */
575
+ margin: 20px 0; /* Adjust margin for spacing */
576
+ }
577
+
578
+ span.flex-inline {
579
+ display: contents;
580
+ }
581
+
582
+ .footer-details {
583
+ margin-left: -10px !important;
584
+ margin-right: -10px !important;
585
+ margin-bottom: -10px !important;
586
+ margin-top: 20px !important;
587
+ height: 50px;
588
+ align-items: center;
589
+ border-top: 1px solid #FFFFFF;
590
+ }
591
+
592
+ .expand-icon {
593
+ height: 20px;
594
+ fill: #38A611;
595
+ }
596
+
597
+ .bond-row {
598
+ display: flex;
599
+ flex-direction: row;
600
+ width: 100%;
601
+ height: 70px;
602
+ justify-content: space-around;
603
+ background-color: var(--theme-ui-colors-white2);
604
+ border-radius: 10px;
605
+ cursor: pointer;
606
+ margin-bottom: 5px;
607
+ }
608
+ .bond-row:hover {
609
+ background-color: var(--theme-ui-colors-white3);
610
+ }
611
+ .bond-row .token-info-container {
612
+ display: flex;
613
+ width: 40%;
614
+ }
615
+ .bond-row .bond-info-columns {
616
+ display: flex;
617
+ flex-direction: row;
618
+ align-items: center;
619
+ width: 60%;
620
+ justify-content: flex-end;
621
+ }
622
+ @media screen and (min-width: 1000px) {
623
+ .bond-row .bond-info-columns {
624
+ justify-content: space-between;
625
+ }
626
+ }
627
+ .bond-row .bond-info-columns .discount-column {
628
+ display: flex;
629
+ width: 85px;
630
+ align-items: flex-end;
631
+ justify-content: center;
632
+ }
633
+ .bond-row .bond-info-columns .arr-column {
634
+ display: none;
635
+ width: 85px;
636
+ align-items: flex-end;
637
+ justify-content: center;
638
+ }
639
+ @media screen and (min-width: 1000px) {
640
+ .bond-row .bond-info-columns .arr-column {
641
+ display: flex;
642
+ }
643
+ }
644
+ .bond-row .bond-info-columns .terms-column {
645
+ display: none;
646
+ width: 85px;
647
+ align-items: flex-end;
648
+ justify-content: center;
649
+ }
650
+ @media screen and (min-width: 1000px) {
651
+ .bond-row .bond-info-columns .terms-column {
652
+ display: flex;
653
+ }
654
+ }
655
+ .bond-row .bond-info-columns .tokens-remaining-column {
656
+ display: none;
657
+ width: 135px;
658
+ align-items: flex-end;
659
+ justify-content: center;
660
+ }
661
+ @media screen and (min-width: 1000px) {
662
+ .bond-row .bond-info-columns .tokens-remaining-column {
663
+ display: flex;
664
+ }
665
+ }
666
+ .bond-row .bond-info-columns .tooltip-column {
667
+ width: 50px;
668
+ display: flex;
669
+ }
670
+
671
+ .column.column-tokens {
672
+ display: flex;
673
+ align-items: center;
674
+ justify-content: flex-start;
675
+ width: 40%;
676
+ }
677
+
678
+ .column.column-tokeninfoname {
679
+ width: 100%;
680
+ height: 100%;
681
+ flex-direction: row;
682
+ justify-content: flex-start;
683
+ align-items: center;
684
+ padding-left: 20px;
685
+ }
686
+
687
+ .column.column-tokenname {
688
+ width: 100%;
689
+ flex-direction: row;
690
+ justify-content: flex-start;
691
+ align-items: center;
692
+ padding-left: 20px;
693
+ }
694
+
695
+ .column.column-tokenicons {
696
+ width: 50px;
697
+ flex-direction: row;
698
+ align-items: center;
699
+ justify-content: flex-start;
700
+ }
701
+
702
+ .column.tooltip-container {
703
+ width: 50px;
704
+ justify-content: flex-start;
705
+ }
706
+
707
+ .column.column-bondinfo {
708
+ flex-direction: row;
709
+ align-items: center;
710
+ justify-content: flex-end;
711
+ width: 70%;
712
+ }
713
+
714
+ .column.column-discount {
715
+ flex-direction: row;
716
+ justify-content: center;
717
+ align-items: center;
718
+ width: 20%;
719
+ }
720
+
721
+ .discount-positive {
722
+ color: #38A611;
723
+ width: 20%;
724
+ }
725
+
726
+ .discount-negative {
727
+ color: #DF4141;
728
+ width: 20%;
729
+ }
730
+
731
+ .column.column-arr {
732
+ flex-direction: row;
733
+ justify-content: center;
734
+ align-items: center;
735
+ width: 20%;
736
+ }
737
+
738
+ .column.column-terms {
739
+ flex-direction: row;
740
+ justify-content: center;
741
+ align-items: center;
742
+ width: 20%;
743
+ }
744
+
745
+ .column.column-tokensremaining {
746
+ flex-direction: row;
747
+ justify-content: center;
748
+ align-items: center;
749
+ width: 30%;
750
+ }
751
+
752
+ .bonds-menu {
753
+ display: flex;
754
+ justify-content: space-around;
755
+ align-items: center;
756
+ flex-direction: column;
757
+ width: 100%;
758
+ font-size: 11px;
759
+ }
760
+ .bonds-menu .table-header-container {
761
+ display: flex;
762
+ width: 100%;
763
+ padding: 20px 0 10px 0;
764
+ }
765
+ .bonds-menu .search-container {
766
+ display: flex;
767
+ width: 40%;
768
+ flex-direction: row;
769
+ }
770
+ .bonds-menu .headers-container {
771
+ display: flex;
772
+ width: 60%;
773
+ opacity: 0.6;
774
+ justify-content: flex-end;
775
+ }
776
+ @media screen and (min-width: 1000px) {
777
+ .bonds-menu .headers-container {
778
+ justify-content: space-between;
779
+ padding-right: 20px;
780
+ }
781
+ }
782
+ .bonds-menu .discount-header {
783
+ display: flex;
784
+ width: 85px;
785
+ align-items: flex-end;
786
+ justify-content: center;
787
+ cursor: pointer;
788
+ }
789
+ .bonds-menu .arr-header {
790
+ display: none;
791
+ width: 85px;
792
+ align-items: flex-end;
793
+ justify-content: center;
794
+ cursor: pointer;
795
+ }
796
+ @media screen and (min-width: 1000px) {
797
+ .bonds-menu .arr-header {
798
+ display: flex;
799
+ }
800
+ }
801
+ .bonds-menu .terms-header {
802
+ display: none;
803
+ width: 85px;
804
+ align-items: flex-end;
805
+ justify-content: center;
806
+ cursor: pointer;
807
+ }
808
+ @media screen and (min-width: 1000px) {
809
+ .bonds-menu .terms-header {
810
+ display: flex;
811
+ }
812
+ }
813
+ .bonds-menu .tokens-remaining-header {
814
+ display: none;
815
+ width: 135px;
816
+ align-items: flex-end;
817
+ justify-content: center;
818
+ cursor: pointer;
819
+ }
820
+ @media screen and (min-width: 1000px) {
821
+ .bonds-menu .tokens-remaining-header {
822
+ display: flex;
823
+ }
824
+ }
825
+ .bonds-menu .tooltip-header {
826
+ width: 50px;
827
+ display: flex;
828
+ }
829
+ .bonds-menu .claimable-header {
830
+ display: flex;
831
+ width: 130px;
832
+ align-items: flex-end;
833
+ justify-content: center;
834
+ cursor: pointer;
835
+ }
836
+ .bonds-menu .your-bonds-table-headers {
837
+ display: none;
838
+ width: 130px;
839
+ align-items: flex-end;
840
+ justify-content: center;
841
+ cursor: pointer;
842
+ }
843
+ @media screen and (min-width: 1000px) {
844
+ .bonds-menu .your-bonds-table-headers {
845
+ display: flex;
846
+ }
847
+ }
848
+ .bonds-menu .claim-all-button-container {
849
+ display: flex;
850
+ width: 210px;
851
+ align-items: flex-end;
852
+ justify-content: center;
853
+ cursor: pointer;
854
+ }
855
+
856
+ .bondrowsbychain {
857
+ width: 100%;
858
+ flex-direction: column;
859
+ margin-top: 5px;
860
+ }
861
+
862
+ .bondrowswithtitle {
863
+ width: 100%;
864
+ flex-direction: column;
865
+ }
866
+
867
+ .bonds-container {
868
+ width: 100%;
869
+ display: flex;
870
+ flex-direction: column;
871
+ padding: 0 10px;
872
+ }
873
+
874
+ .bonds-spinner {
875
+ width: 100%;
876
+ display: flex;
877
+ justify-content: center;
878
+ align-items: center;
879
+ height: 50vh;
880
+ }
881
+
882
+ .progressbar-background {
883
+ width: 100%;
884
+ height: 5px;
885
+ background-color: var(--theme-ui-colors-white4);
886
+ border-radius: 10px;
887
+ overflow: hidden;
888
+ }
889
+
890
+ .progressbar-completed {
891
+ border-radius: 10px;
892
+ height: 100%;
893
+ background-color: var(--theme-ui-colors-text);
894
+ }
895
+
896
+ .tokeninfoname.container {
897
+ width: calc(100% + 20px);
898
+ position: relative;
899
+ justify-content: space-between;
900
+ height: 100%;
901
+ align-items: center;
902
+ padding-left: 20px;
903
+ overflow: hidden;
904
+ border-radius: 10px;
905
+ }
906
+
907
+ .tokeninfoname.gradient {
908
+ position: absolute;
909
+ z-index: 0;
910
+ left: 0px;
911
+ width: 30px;
912
+ height: 100%;
913
+ filter: blur(35px);
914
+ }
915
+
916
+ .tokeninfoname.chain {
917
+ position: absolute;
918
+ left: 0px;
919
+ top: 0px;
920
+ overflow: hidden;
921
+ border-radius: 10px 0px 8px 0px;
922
+ z-index: 5;
923
+ }
924
+
925
+ .tokeninfoname.tokencontainer {
926
+ padding-left: 6px;
927
+ width: 100%;
928
+ align-items: center;
929
+ max-width: 190px;
930
+ }
931
+
932
+ .tokeninfoname.tokentext {
933
+ margin-left: 10px;
934
+ font-size: 16px;
935
+ font-weight: 700;
936
+ width: 100%;
937
+ flex-direction: column;
938
+ }
939
+
940
+ .your-bonds {
941
+ display: flex;
942
+ flex-direction: column;
943
+ width: 100%;
944
+ justify-content: space-around;
945
+ background-color: var(--theme-ui-colors-white2);
946
+ margin-bottom: 5px;
947
+ border-radius: 10px;
948
+ cursor: pointer;
949
+ }
950
+ .your-bonds:hover {
951
+ background-color: var(--theme-ui-colors-white3);
952
+ }
953
+ @media screen and (min-width: 1000px) {
954
+ .your-bonds {
955
+ flex-direction: row;
956
+ height: 70px;
957
+ }
958
+ }
959
+ .your-bonds .token-info-container {
960
+ display: flex;
961
+ width: 100%;
962
+ }
963
+ @media screen and (min-width: 1000px) {
964
+ .your-bonds .token-info-container {
965
+ width: 40%;
966
+ }
967
+ }
968
+ .your-bonds .token-info-container .tooltip-column {
969
+ display: flex;
970
+ width: 50px;
971
+ align-items: center;
972
+ margin-left: 10px;
973
+ }
974
+ @media screen and (min-width: 1000px) {
975
+ .your-bonds .token-info-container .tooltip-column {
976
+ display: none;
977
+ }
978
+ }
979
+ .your-bonds .your-bonds-columns-container {
980
+ display: flex;
981
+ flex-direction: column;
982
+ align-items: center;
983
+ justify-content: flex-end;
984
+ width: 100%;
985
+ }
986
+ @media screen and (min-width: 1000px) {
987
+ .your-bonds .your-bonds-columns-container {
988
+ width: 60%;
989
+ justify-content: space-between;
990
+ flex-direction: row;
991
+ padding-right: 20px;
992
+ }
993
+ }
994
+ .your-bonds .your-bonds-columns-container .your-bonds-content:first-of-type {
995
+ margin-top: 10px;
996
+ }
997
+ @media screen and (min-width: 1000px) {
998
+ .your-bonds .your-bonds-columns-container .your-bonds-content:first-of-type {
999
+ margin-top: 0;
1000
+ }
1001
+ }
1002
+ .your-bonds .your-bonds-columns-container .your-bonds-content {
1003
+ display: flex;
1004
+ align-items: center;
1005
+ justify-content: space-between;
1006
+ width: 100%;
1007
+ padding: 0 10px;
1008
+ font-size: 14px;
1009
+ }
1010
+ @media screen and (min-width: 1000px) {
1011
+ .your-bonds .your-bonds-columns-container .your-bonds-content {
1012
+ width: 130px;
1013
+ justify-content: center;
1014
+ margin-top: 0;
1015
+ }
1016
+ }
1017
+ .your-bonds .your-bonds-columns-container .your-bonds-content .your-bonds-content-title {
1018
+ display: flex;
1019
+ font-size: 12px;
1020
+ font-weight: 500;
1021
+ opacity: 0.6;
1022
+ }
1023
+ @media screen and (min-width: 1000px) {
1024
+ .your-bonds .your-bonds-columns-container .your-bonds-content .your-bonds-content-title {
1025
+ display: none;
1026
+ }
1027
+ }
1028
+ .your-bonds .your-bonds-columns-container .your-bonds-content .your-bonds-content-tokens-amount {
1029
+ display: flex;
1030
+ align-items: center;
1031
+ font-size: 14px;
1032
+ font-weight: 600;
1033
+ }
1034
+ .your-bonds .your-bonds-columns-container .your-bonds-content .your-bonds-content-tokens-usd-amount {
1035
+ opacity: 0.6;
1036
+ font-size: 12px;
1037
+ font-weight: 400;
1038
+ margin-left: 4px;
1039
+ color: var(--theme-ui-colors-textDisabledButton);
1040
+ }
1041
+ .your-bonds .your-bonds-columns-container .your-bonds-column-button {
1042
+ display: flex;
1043
+ width: 100%;
1044
+ align-items: center;
1045
+ justify-content: center;
1046
+ padding: 10px;
1047
+ }
1048
+ @media screen and (min-width: 1000px) {
1049
+ .your-bonds .your-bonds-columns-container .your-bonds-column-button {
1050
+ width: 210px;
1051
+ padding: 0;
1052
+ }
1053
+ }
1054
+ .your-bonds .your-bonds-columns-container .button {
1055
+ font-size: 14px;
1056
+ padding: 6px;
1057
+ height: 30px;
1058
+ }
1059
+ .your-bonds .your-bonds-columns-container .hide-mobile {
1060
+ display: none;
1061
+ }
1062
+ @media screen and (min-width: 1000px) {
1063
+ .your-bonds .your-bonds-columns-container .hide-mobile {
1064
+ display: flex;
1065
+ }
1066
+ }
1067
+
1068
+ .yourbonds-spinner {
1069
+ width: 100%;
1070
+ flex-direction: column;
1071
+ padding-top: 100px;
1072
+ padding-bottom: 100px;
1073
+ background: var(--theme-ui-colors-white2);
1074
+ align-items: center;
1075
+ border-radius: 10px;
1076
+ margin-top: 15px;
1077
+ }
1078
+
1079
+ .yourbonds.table-container {
1080
+ width: 100%;
1081
+ display: flex;
1082
+ flex-direction: column;
1083
+ padding: 0 10px;
1084
+ }
1085
+
1086
+ .yourbonds.header-container {
1087
+ display: flex;
1088
+ flex-direction: row;
1089
+ width: 100%;
1090
+ height: 30px;
1091
+ justify-content: space-around;
1092
+ margin-bottom: 15px;
1093
+ padding: 0px;
1094
+ border-radius: 10px;
1095
+ font-size: 11px;
1096
+ color: #73728E;
1097
+ }
1098
+
1099
+ .yourbonds.bondrow-container {
1100
+ display: flex;
1101
+ flex-direction: row;
1102
+ width: 100%;
1103
+ height: 70px;
1104
+ justify-content: space-around;
1105
+ background-color: var(--theme-ui-colors-white2);
1106
+ margin-bottom: 5px;
1107
+ border-radius: 10px;
1108
+ cursor: pointer;
1109
+ }
1110
+ .yourbonds.bondrow-container:hover {
1111
+ background-color: var(--theme-ui-colors-white3);
1112
+ }
1113
+
1114
+ .yourbonds.column-tokens {
1115
+ display: flex;
1116
+ align-items: center;
1117
+ justify-content: flex-start;
1118
+ width: 40%;
1119
+ }
1120
+
1121
+ .yourbonds.column-search {
1122
+ padding-bottom: 0px;
1123
+ }
1124
+
1125
+ .yourbonds.column-tokeninfoname {
1126
+ width: 100%;
1127
+ height: 100%;
1128
+ flex-direction: row;
1129
+ justify-content: flex-start;
1130
+ align-items: center;
1131
+ padding-left: 20px;
1132
+ }
1133
+
1134
+ .yourbonds.column-bondinfo {
1135
+ flex-direction: row;
1136
+ align-items: center;
1137
+ justify-content: flex-end;
1138
+ width: 60%;
1139
+ }
1140
+
1141
+ .yourbonds.header-claimable {
1142
+ flex-direction: row;
1143
+ justify-content: center;
1144
+ align-items: center;
1145
+ width: 25%;
1146
+ font-size: 11px;
1147
+ color: var(--theme-ui-colors-text);
1148
+ }
1149
+
1150
+ .yourbonds.header-pending {
1151
+ flex-direction: row;
1152
+ justify-content: center;
1153
+ align-items: center;
1154
+ width: 25%;
1155
+ font-size: 11px;
1156
+ color: var(--theme-ui-colors-text);
1157
+ }
1158
+
1159
+ .yourbonds.header-terms {
1160
+ flex-direction: row;
1161
+ justify-content: center;
1162
+ align-items: center;
1163
+ width: 25%;
1164
+ font-size: 11px;
1165
+ color: var(--theme-ui-colors-text);
1166
+ }
1167
+
1168
+ .yourbonds.header-claimall {
1169
+ flex-direction: column;
1170
+ justify-content: center;
1171
+ align-items: center;
1172
+ width: 30%;
1173
+ padding-right: 20px;
1174
+ padding-bottom: 15px;
1175
+ }
1176
+
1177
+ .yourbonds.header-icon {
1178
+ padding-left: 5px;
1179
+ align-items: flex-start;
1180
+ justify-content: space-around;
1181
+ cursor: pointer;
1182
+ }
1183
+
1184
+ .yourbonds.column-claimable {
1185
+ flex-direction: row;
1186
+ justify-content: center;
1187
+ align-items: center;
1188
+ width: 25%;
1189
+ }
1190
+
1191
+ .yourbonds.column-pending {
1192
+ flex-direction: row;
1193
+ justify-content: center;
1194
+ align-items: center;
1195
+ width: 25%;
1196
+ }
1197
+
1198
+ .yourbonds.column-terms {
1199
+ flex-direction: row;
1200
+ justify-content: center;
1201
+ align-items: center;
1202
+ width: 25%;
1203
+ }
1204
+
1205
+ .yourbonds.column-claimall {
1206
+ flex-direction: column;
1207
+ justify-content: center;
1208
+ align-items: center;
1209
+ width: 40%;
1210
+ max-width: 230px;
1211
+ padding-right: 20px;
1212
+ }
1213
+ .yourbonds.column-claimall .claim-button {
1214
+ height: 35px;
1215
+ line-height: 12px;
1216
+ font-size: 14px;
1217
+ font-weight: 600;
1218
+ width: 100%;
1219
+ }
1220
+ .yourbonds.column-claimall .claim-button:disabled {
1221
+ filter: brightness(130%);
1222
+ }
1223
+ .yourbonds.column-claimall .switch-button {
1224
+ height: 35px;
1225
+ line-height: 20px;
1226
+ font-size: 14px;
1227
+ font-weight: 600;
1228
+ width: 100%;
1229
+ }
1230
+ .yourbonds.column-claimall .switch-button:disabled {
1231
+ filter: brightness(130%);
1232
+ }
1233
+
1234
+ .toast {
1235
+ position: fixed;
1236
+ bottom: 50px;
1237
+ right: 20px;
1238
+ background-color: var(--theme-ui-colors-white2);
1239
+ color: white;
1240
+ font-size: 24px;
1241
+ padding: 10px 20px;
1242
+ border-radius: 5px;
1243
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
1244
+ z-index: 9999;
1245
+ animation: fadein 0.5s, fadeout 0.5s 4.5s;
1246
+ cursor: pointer;
1247
+ }
1248
+
1249
+ @keyframes fadein {
1250
+ from {
1251
+ bottom: 0;
1252
+ opacity: 0;
1253
+ }
1254
+ to {
1255
+ bottom: 50px;
1256
+ opacity: 1;
1257
+ }
1258
+ }
1259
+ @keyframes fadeout {
1260
+ from {
1261
+ bottom: 50px;
1262
+ opacity: 1;
1263
+ }
1264
+ to {
1265
+ bottom: 0;
1266
+ opacity: 0;
1267
+ }
1268
+ }
1269
+ .yourbondsmodal-backdrop {
1270
+ position: fixed;
1271
+ top: 0;
1272
+ left: 0;
1273
+ width: 100%;
1274
+ height: 100%;
1275
+ background-color: rgba(66, 66, 66, 0.5);
1276
+ display: flex;
1277
+ justify-content: center;
1278
+ align-items: center;
1279
+ z-index: 1000;
1280
+ overflow: auto;
1281
+ padding: 50px;
1282
+ }
1283
+
1284
+ .yourbondsmodal-content {
1285
+ display: flex;
1286
+ flex-direction: column;
1287
+ border-radius: 10px;
1288
+ background-color: var(--theme-ui-colors-white2);
1289
+ border-radius: 10px;
1290
+ z-index: 1001;
1291
+ max-width: 1200px;
1292
+ min-width: 1000px;
1293
+ overflow: auto;
1294
+ }
1295
+
1296
+ .yourbondsmodal-spinner {
1297
+ display: flex;
1298
+ justify-content: center;
1299
+ align-items: center;
1300
+ height: 100vh;
1301
+ width: 100vw;
1302
+ }
1303
+
1304
+ .yourbondsmodal-header {
1305
+ display: flex;
1306
+ justify-content: flex-end;
1307
+ align-items: center;
1308
+ padding: 5px;
1309
+ }
1310
+ .yourbondsmodal-header .svg-close {
1311
+ height: 12px;
1312
+ width: 12px;
1313
+ cursor: pointer;
1314
+ }
1315
+
1316
+ .yourbondsmodal.table-container {
1317
+ width: 100%;
1318
+ display: flex;
1319
+ flex-direction: column;
1320
+ align-items: center;
1321
+ }
1322
+ @media screen and (min-width: 1000px) {
1323
+ .yourbondsmodal.table-container {
1324
+ flex-direction: row;
1325
+ }
1326
+ }
1327
+
1328
+ .yourbondsmodal.bondimage {
1329
+ width: 100%;
1330
+ display: flex;
1331
+ flex-direction: column;
1332
+ position: relative;
1333
+ max-width: 400px;
1334
+ }
1335
+ @media screen and (min-width: 1000px) {
1336
+ .yourbondsmodal.bondimage {
1337
+ max-width: 520px;
1338
+ min-width: 520px;
1339
+ }
1340
+ }
1341
+ @media screen and (min-width: 1200px) {
1342
+ .yourbondsmodal.bondimage {
1343
+ max-width: 720px;
1344
+ min-width: 720px;
1345
+ }
1346
+ }
1347
+
1348
+ .yourbondsmodal.yourbondinfo {
1349
+ width: 100%;
1350
+ height: 100%;
1351
+ display: flex;
1352
+ flex-direction: column;
1353
+ padding-left: 10px;
1354
+ padding-right: 10px;
1355
+ padding-bottom: 10px;
1356
+ margin-top: 10px;
1357
+ }
1358
+ @media screen and (min-width: 1000px) {
1359
+ .yourbondsmodal.yourbondinfo {
1360
+ margin-top: 0;
1361
+ }
1362
+ }
1363
+
1364
+ .yourbondinfo.title-container {
1365
+ font-weight: bold;
1366
+ font-size: 1.5rem;
1367
+ display: flex;
1368
+ flex-direction: row;
1369
+ align-items: center;
1370
+ padding-top: 5px;
1371
+ padding-bottom: 5px;
1372
+ }
1373
+
1374
+ .title-container.bondicon {
1375
+ display: flex;
1376
+ flex-direction: row;
1377
+ align-items: center;
1378
+ }
1379
+
1380
+ .icon-container {
1381
+ position: relative;
1382
+ display: inline-block;
1383
+ }
1384
+
1385
+ .icon-container svg {
1386
+ position: absolute;
1387
+ top: -8px;
1388
+ right: -5px;
1389
+ z-index: 1;
1390
+ }
1391
+
1392
+ .icon-container img {
1393
+ display: block;
1394
+ }
1395
+
1396
+ .icon-container-small {
1397
+ position: relative;
1398
+ display: inline-block;
1399
+ }
1400
+
1401
+ .icon-container-small svg {
1402
+ position: absolute;
1403
+ top: -5px;
1404
+ right: -4px;
1405
+ z-index: 1;
1406
+ }
1407
+
1408
+ .icon-container-small img {
1409
+ display: block;
1410
+ }
1411
+
1412
+ .title-container.tokenname {
1413
+ display: flex;
1414
+ flex-direction: row;
1415
+ align-items: center;
1416
+ padding-left: 10px;
1417
+ }
1418
+
1419
+ .title-container.tokentags {
1420
+ display: flex;
1421
+ align-items: center;
1422
+ padding-left: 10px;
1423
+ }
1424
+
1425
+ .yourbondinfo.blocks-container {
1426
+ display: flex;
1427
+ flex-direction: column;
1428
+ align-items: center;
1429
+ width: 100%;
1430
+ height: 100%;
1431
+ justify-content: space-around;
1432
+ margin-bottom: 10px;
1433
+ margin-top: 5px;
1434
+ }
1435
+
1436
+ .yourbondinfo-block.header {
1437
+ color: white;
1438
+ align-items: center;
1439
+ width: 50%;
1440
+ font-size: 12px;
1441
+ font-weight: 400;
1442
+ opacity: 0.6;
1443
+ line-height: 14px;
1444
+ }
1445
+
1446
+ .yourbondinfo-block.header-title {
1447
+ align-items: center;
1448
+ }
1449
+
1450
+ .yourbondinfo-block.header-tooltip {
1451
+ align-items: center;
1452
+ }
1453
+
1454
+ .block-header.icon {
1455
+ padding-left: 5px;
1456
+ align-items: flex-start;
1457
+ cursor: pointer;
1458
+ }
1459
+
1460
+ .yourbondinfo-block.info {
1461
+ flex-direction: row;
1462
+ align-items: center;
1463
+ justify-content: flex-end;
1464
+ width: 50%;
1465
+ display: flex;
1466
+ border-radius: 10px;
1467
+ padding-top: 10px;
1468
+ padding-bottom: 10px;
1469
+ }
1470
+
1471
+ .block-info.icon {
1472
+ align-items: center;
1473
+ }
1474
+
1475
+ .block-info.text {
1476
+ padding-left: 10px;
1477
+ }
1478
+
1479
+ .attributes-container {
1480
+ flex-direction: column;
1481
+ width: 100%;
1482
+ padding-bottom: 10px;
1483
+ align-items: center;
1484
+ }
1485
+ .attributes-container .attributes-header {
1486
+ justify-content: space-between;
1487
+ height: 24px;
1488
+ background-color: var(--theme-ui-colors-white3);
1489
+ padding-left: 15px;
1490
+ padding-right: 15px;
1491
+ width: 100%;
1492
+ }
1493
+
1494
+ .yourbondinfo-block.row-vested {
1495
+ flex-direction: row;
1496
+ height: 35px;
1497
+ width: 100%;
1498
+ padding-left: 10px;
1499
+ padding-right: 10px;
1500
+ align-items: center;
1501
+ justify-content: space-between;
1502
+ background: var(--theme-ui-colors-white3);
1503
+ padding-top: 10px;
1504
+ padding-bottom: 10px;
1505
+ margin-bottom: 1px;
1506
+ border-radius: 10px 10px 0 0;
1507
+ }
1508
+ @media screen and (min-width: 1000px) {
1509
+ .yourbondinfo-block.row-vested {
1510
+ margin-bottom: 10px;
1511
+ border-radius: 10px;
1512
+ height: 40px;
1513
+ }
1514
+ }
1515
+
1516
+ .yourbondinfo-block.row-pending {
1517
+ flex-direction: row;
1518
+ height: 35px;
1519
+ width: 100%;
1520
+ padding-left: 10px;
1521
+ padding-right: 10px;
1522
+ align-items: center;
1523
+ justify-content: space-between;
1524
+ background: var(--theme-ui-colors-white3);
1525
+ padding-top: 10px;
1526
+ padding-bottom: 10px;
1527
+ margin-bottom: 1px;
1528
+ }
1529
+ @media screen and (min-width: 1000px) {
1530
+ .yourbondinfo-block.row-pending {
1531
+ margin-bottom: 10px;
1532
+ border-radius: 10px;
1533
+ height: 40px;
1534
+ }
1535
+ }
1536
+
1537
+ .yourbondinfo-block.row-claimable {
1538
+ flex-direction: row;
1539
+ height: 35px;
1540
+ width: 100%;
1541
+ padding-left: 10px;
1542
+ padding-right: 10px;
1543
+ align-items: center;
1544
+ justify-content: space-between;
1545
+ background: var(--theme-ui-colors-white3);
1546
+ padding-top: 10px;
1547
+ padding-bottom: 10px;
1548
+ margin-bottom: 1px;
1549
+ border-radius: 0 0 10px 10px;
1550
+ }
1551
+ @media screen and (min-width: 1000px) {
1552
+ .yourbondinfo-block.row-claimable {
1553
+ margin-bottom: 10px;
1554
+ border-radius: 10px;
1555
+ height: 40px;
1556
+ }
1557
+ }
1558
+
1559
+ .yourbondinfo.button-container {
1560
+ width: 100%;
1561
+ padding-top: 10px;
1562
+ display: flex;
1563
+ justify-content: space-between;
1564
+ flex-direction: column;
1565
+ }
1566
+ @media screen and (min-width: 1000px) {
1567
+ .yourbondinfo.button-container {
1568
+ flex-direction: row;
1569
+ }
1570
+ }
1571
+
1572
+ .button-container.claim {
1573
+ justify-content: center;
1574
+ align-items: center;
1575
+ cursor: pointer;
1576
+ }
1577
+ .button-container.claim .switch-button {
1578
+ width: 100%;
1579
+ }
1580
+ @media screen and (min-width: 1000px) {
1581
+ .button-container.claim .switch-button {
1582
+ width: 300px;
1583
+ }
1584
+ }
1585
+ .button-container.claim .claim-button {
1586
+ width: 100%;
1587
+ }
1588
+ @media screen and (min-width: 1000px) {
1589
+ .button-container.claim .claim-button {
1590
+ width: 300px;
1591
+ }
1592
+ }
1593
+
1594
+ .button-container.transfer {
1595
+ justify-content: center;
1596
+ align-items: center;
1597
+ }
1598
+ .button-container.transfer .transfer-button {
1599
+ width: 100%;
1600
+ margin-top: 10px;
1601
+ }
1602
+ @media screen and (min-width: 1000px) {
1603
+ .button-container.transfer .transfer-button {
1604
+ width: 125px;
1605
+ margin-top: 0;
1606
+ }
1607
+ }
1608
+
1609
+ .toast {
1610
+ position: fixed;
1611
+ top: 50px;
1612
+ right: 20px;
1613
+ background-color: var(--theme-ui-colors-white2);
1614
+ color: white;
1615
+ font-size: 24px;
1616
+ padding: 10px 20px;
1617
+ border-radius: 5px;
1618
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
1619
+ z-index: 9999;
1620
+ animation: fadein 0.5s, fadeout 0.5s 4.5s;
1621
+ cursor: pointer;
1622
+ }
1623
+
1624
+ @keyframes fadein {
1625
+ from {
1626
+ top: 0;
1627
+ opacity: 0;
1628
+ }
1629
+ to {
1630
+ top: 50px;
1631
+ opacity: 1;
1632
+ }
1633
+ }
1634
+ @keyframes fadeout {
1635
+ from {
1636
+ top: 50px;
1637
+ opacity: 1;
1638
+ }
1639
+ to {
1640
+ top: 0;
1641
+ opacity: 0;
1642
+ }
1643
+ }
1644
+ .full-bonds-view-container {
1645
+ width: 100%;
1646
+ flex-direction: column;
1647
+ position: relative;
1648
+ }
1649
+ .full-bonds-view-container .toggle-container {
1650
+ width: 100%;
1651
+ padding: 10px;
1652
+ }
1653
+ @media (min-width: 1000px) {
1654
+ .full-bonds-view-container .toggle-container {
1655
+ padding: 0;
1656
+ width: 300px;
1657
+ position: absolute;
1658
+ left: 10px;
1659
+ }
1660
+ }