@gofynd/theme-template 3.2.14 → 3.2.16

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 (152) hide show
  1. package/dist/components/address-form/address-form.css +125 -2
  2. package/dist/components/address-form/address-form.js +1 -1
  3. package/dist/components/address-form/form-input-selector.css +18 -2
  4. package/dist/components/address-form/form-input-selector.js +1 -1
  5. package/dist/components/address-form/v2/address-form.css +18 -2
  6. package/dist/components/address-form/v2/address-form.js +1 -1
  7. package/dist/components/carousel/carousel.css +415 -0
  8. package/dist/components/carousel/carousel.js +1 -0
  9. package/dist/components/core/fy-button/fy-button.js +1 -1
  10. package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
  11. package/dist/components/core/fy-input/fy-input.css +8 -2
  12. package/dist/components/count-down/count-down.js +1 -0
  13. package/dist/components/date-picker/fy-date-picker/fy-date-picker.css +1099 -0
  14. package/dist/components/date-picker/fy-date-picker/fy-date-picker.js +1 -0
  15. package/dist/components/filter-modal/filter-modal.css +8 -2
  16. package/dist/components/form-builder/form-builder.css +15 -2
  17. package/dist/components/form-builder/form-builder.js +1 -1
  18. package/dist/components/google-map/google-map.js +1 -1
  19. package/dist/components/google-map/v2/google-map.js +1 -1
  20. package/dist/components/index.css +125 -2
  21. package/dist/components/index.js +1 -1
  22. package/dist/components/loader/loader.js +1 -1
  23. package/dist/components/location-modal/location-modal.css +8 -2
  24. package/dist/components/location-modal/location-modal.js +1 -1
  25. package/dist/components/order-shipment/order-shipment.css +125 -11
  26. package/dist/components/order-shipment/order-shipment.js +1 -1
  27. package/dist/components/product-card/product-card.js +1 -1
  28. package/dist/components/range-slider/range-slider.css +8 -2
  29. package/dist/components/shipment-item/shipment-item.css +50 -3
  30. package/dist/components/shipment-item/shipment-item.js +1 -1
  31. package/dist/components/shipment-tracking/shipment-tracking.css +3 -0
  32. package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
  33. package/dist/components/verify-mobile/verify-mobile.css +523 -0
  34. package/dist/components/verify-mobile/verify-mobile.js +1 -0
  35. package/dist/index.css +1089 -399
  36. package/dist/index.js +1 -1
  37. package/dist/page-layouts/auth/account-locked/account-locked.js +1 -1
  38. package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -0
  39. package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
  40. package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
  41. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  42. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +18 -2
  43. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  44. package/dist/page-layouts/cart/Components/share-cart/share-cart.js +1 -1
  45. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.js +1 -1
  46. package/dist/page-layouts/compare/compare.css +423 -2
  47. package/dist/page-layouts/compare/compare.js +1 -2
  48. package/dist/page-layouts/login/component/login-otp/login-otp.css +7 -0
  49. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  50. package/dist/page-layouts/login/component/login-password/login-password.css +7 -0
  51. package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
  52. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +423 -2
  53. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -2
  54. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +8 -2
  55. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  56. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +8 -2
  57. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  58. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +8 -2
  59. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +415 -0
  60. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -2
  61. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
  62. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +415 -0
  63. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -2
  64. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.js +1 -1
  65. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.js +1 -1
  66. package/dist/page-layouts/single-checkout/address/single-address.css +18 -2
  67. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  68. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  69. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +4 -2
  70. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  71. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +15 -3
  72. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  73. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  74. package/dist/pages/blog/blog.css +166 -136
  75. package/dist/pages/blog/blog.js +1 -2
  76. package/dist/pages/blog/index.css +166 -136
  77. package/dist/pages/blog/index.js +1 -2
  78. package/dist/pages/cart/cart.css +18 -2
  79. package/dist/pages/cart/cart.js +1 -1
  80. package/dist/pages/cart/index.css +18 -2
  81. package/dist/pages/cart/index.js +1 -1
  82. package/dist/pages/checkout/checkout.css +37 -7
  83. package/dist/pages/checkout/checkout.js +1 -1
  84. package/dist/pages/checkout/index.css +37 -7
  85. package/dist/pages/checkout/index.js +1 -1
  86. package/dist/pages/contact-us/contact-us.css +8 -2
  87. package/dist/pages/contact-us/contact-us.js +1 -1
  88. package/dist/pages/contact-us/index.css +8 -2
  89. package/dist/pages/contact-us/index.js +1 -1
  90. package/dist/pages/edit-profile/edit-profile.css +7 -0
  91. package/dist/pages/edit-profile/edit-profile.js +1 -1
  92. package/dist/pages/edit-profile/index.css +7 -0
  93. package/dist/pages/edit-profile/index.js +1 -1
  94. package/dist/pages/forgot-password/forget-password.css +929 -0
  95. package/dist/pages/forgot-password/forget-password.js +1 -1
  96. package/dist/pages/forgot-password/index.css +929 -0
  97. package/dist/pages/forgot-password/index.js +1 -1
  98. package/dist/pages/index.css +982 -399
  99. package/dist/pages/index.js +1 -1
  100. package/dist/pages/login/index.css +7 -0
  101. package/dist/pages/login/index.js +1 -1
  102. package/dist/pages/login/login.css +7 -0
  103. package/dist/pages/login/login.js +1 -1
  104. package/dist/pages/order/index.css +8 -2
  105. package/dist/pages/order/index.js +1 -1
  106. package/dist/pages/order/order-tracking-details/order-tracking-details.css +186 -16
  107. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  108. package/dist/pages/order/order-tracking.css +8 -2
  109. package/dist/pages/order/order-tracking.js +1 -1
  110. package/dist/pages/order-status/index.js +1 -1
  111. package/dist/pages/order-status/order-status.js +1 -1
  112. package/dist/pages/product-listing/index.css +423 -2
  113. package/dist/pages/product-listing/index.js +1 -1
  114. package/dist/pages/product-listing/product-listing.css +423 -2
  115. package/dist/pages/product-listing/product-listing.js +1 -1
  116. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +8 -2
  117. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  118. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +15 -2
  119. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  120. package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
  121. package/dist/pages/profile/components/empty-state/empty-state.js +1 -1
  122. package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.css +5334 -0
  123. package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.js +1 -0
  124. package/dist/pages/profile/email/email.css +8 -2
  125. package/dist/pages/profile/email/email.js +1 -1
  126. package/dist/pages/profile/email/index.css +8 -2
  127. package/dist/pages/profile/email/index.js +1 -1
  128. package/dist/pages/profile/index.css +8 -2
  129. package/dist/pages/profile/index.js +1 -1
  130. package/dist/pages/profile/phone/index.css +15 -2
  131. package/dist/pages/profile/phone/index.js +1 -1
  132. package/dist/pages/profile/phone/phone.css +15 -2
  133. package/dist/pages/profile/phone/phone.js +1 -1
  134. package/dist/pages/profile/profile-details.css +8 -2
  135. package/dist/pages/profile/profile-details.js +1 -1
  136. package/dist/pages/register/index.css +7 -0
  137. package/dist/pages/register/index.js +1 -1
  138. package/dist/pages/register/register.css +7 -0
  139. package/dist/pages/register/register.js +1 -1
  140. package/dist/pages/wishlist/index.css +423 -2
  141. package/dist/pages/wishlist/index.js +1 -2
  142. package/dist/pages/wishlist/wishlist.css +423 -2
  143. package/dist/pages/wishlist/wishlist.js +1 -2
  144. package/package.json +9 -4
  145. package/dist/page-layouts/compare/compare.js.LICENSE.txt +0 -5
  146. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js.LICENSE.txt +0 -5
  147. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js.LICENSE.txt +0 -5
  148. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js.LICENSE.txt +0 -5
  149. package/dist/pages/blog/blog.js.LICENSE.txt +0 -5
  150. package/dist/pages/blog/index.js.LICENSE.txt +0 -5
  151. package/dist/pages/wishlist/index.js.LICENSE.txt +0 -5
  152. package/dist/pages/wishlist/wishlist.js.LICENSE.txt +0 -5
@@ -0,0 +1,1099 @@
1
+ /**color by character**/
2
+ /** Font family **/
3
+ /** Font weight **/
4
+ .fy-date-picker__display-block___UYWbf {
5
+ display: block;
6
+ }
7
+ .fy-date-picker__inline-block___lPxs5,
8
+ .fy-date-picker__inlineBlock___l33BV {
9
+ display: inline-block;
10
+ }
11
+ .fy-date-picker__flex-row___l5s1H {
12
+ display: flex;
13
+ }
14
+ .fy-date-picker__flex-column___iqPNt,
15
+ .fy-date-picker__flexColumn___hK71t {
16
+ display: flex;
17
+ flex-direction: column;
18
+ }
19
+ .fy-date-picker__flex-align-center___MKWS2,
20
+ .fy-date-picker__flexAlignCenter___TXFZt {
21
+ display: flex;
22
+ align-items: center;
23
+ }
24
+ .fy-date-picker__flex-justify-center___FlTFK,
25
+ .fy-date-picker__flexJustifyCenter___H5q4o {
26
+ display: flex;
27
+ justify-content: center;
28
+ }
29
+ .fy-date-picker__flex-center___rqy05,
30
+ .fy-date-picker__flexCenter___A3dBV {
31
+ display: flex;
32
+ justify-content: center;
33
+ align-items: center;
34
+ }
35
+ .fy-date-picker__justify-start___wUlEz,
36
+ .fy-date-picker__justifyStart___Iz_ir {
37
+ justify-content: flex-start;
38
+ }
39
+ .fy-date-picker__justify-end___vz3ZQ,
40
+ .fy-date-picker__justifyEnd___QE1l4 {
41
+ justify-content: flex-end;
42
+ }
43
+ .fy-date-picker__justify-between___HCNCl,
44
+ .fy-date-picker__justifyBetween___IfcQt {
45
+ justify-content: space-between;
46
+ }
47
+ .fy-date-picker__justify-around___ln_MU,
48
+ .fy-date-picker__justifyAround___FZtgh {
49
+ justify-content: space-around;
50
+ }
51
+ .fy-date-picker__justify-evenly___lAqVl,
52
+ .fy-date-picker__justifyEvenly___igji8 {
53
+ justify-content: space-evenly;
54
+ }
55
+ h1,
56
+ .fy-date-picker__h1___Uw1kf {
57
+ font-weight: 700;
58
+ font-size: 28px;
59
+ line-height: 42px;
60
+ letter-spacing: -0.03em;
61
+ color: var(--textHeading, #26201a);
62
+ }
63
+ @media only screen and (min-width: 769px) {
64
+ h1,
65
+ .fy-date-picker__h1___Uw1kf {
66
+ font-size: 36px;
67
+ line-height: 48px;
68
+ }
69
+ }
70
+ h2,
71
+ .fy-date-picker__h2___OAp2X {
72
+ font-weight: 700;
73
+ font-size: 28px;
74
+ line-height: 36px;
75
+ letter-spacing: -0.03em;
76
+ color: var(--textHeading, #26201a);
77
+ }
78
+ @media only screen and (min-width: 769px) {
79
+ h2,
80
+ .fy-date-picker__h2___OAp2X {
81
+ font-size: 32px;
82
+ line-height: 42px;
83
+ }
84
+ }
85
+ h3,
86
+ .fy-date-picker__h3___gSOLL {
87
+ font-weight: 700;
88
+ letter-spacing: -0.02em;
89
+ color: var(--textHeading, #26201a);
90
+ font-size: 24px;
91
+ line-height: 32px;
92
+ }
93
+ @media only screen and (min-width: 769px) {
94
+ h3,
95
+ .fy-date-picker__h3___gSOLL {
96
+ font-weight: 700;
97
+ letter-spacing: -0.02em;
98
+ color: var(--textHeading, #26201a);
99
+ font-size: 28px;
100
+ line-height: 36px;
101
+ }
102
+ }
103
+ h4,
104
+ .fy-date-picker__h4___lpSqu {
105
+ font-weight: 600;
106
+ letter-spacing: -0.02em;
107
+ color: var(--textHeading, #26201a);
108
+ font-size: 16px;
109
+ line-height: 1.5;
110
+ }
111
+ @media only screen and (min-width: 769px) {
112
+ h4,
113
+ .fy-date-picker__h4___lpSqu {
114
+ font-weight: 600;
115
+ letter-spacing: -0.02em;
116
+ color: var(--textHeading, #26201a);
117
+ font-size: 20px;
118
+ line-height: 1.5;
119
+ }
120
+ }
121
+ h5,
122
+ .fy-date-picker__h5___yTU3K {
123
+ font-weight: 600;
124
+ font-size: 14px;
125
+ line-height: 16px;
126
+ letter-spacing: -0.02em;
127
+ color: var(--textHeading, #26201a);
128
+ }
129
+ @media only screen and (min-width: 769px) {
130
+ h5,
131
+ .fy-date-picker__h5___yTU3K {
132
+ font-size: 16px;
133
+ line-height: 18px;
134
+ }
135
+ }
136
+ .fy-date-picker__b1___Zw2Gg {
137
+ font-weight: 400;
138
+ font-size: 14px;
139
+ line-height: 18px;
140
+ letter-spacing: -0.02em;
141
+ color: var(--textBody, #3c3131);
142
+ }
143
+ @media only screen and (min-width: 769px) {
144
+ .fy-date-picker__b1___Zw2Gg {
145
+ font-size: 16px;
146
+ line-height: 20px;
147
+ }
148
+ }
149
+ .fy-date-picker__b-small___qW2Lj,
150
+ .fy-date-picker__bSmall___PVYv3,
151
+ .fy-date-picker__b2___fbvE1 {
152
+ font-weight: 400;
153
+ letter-spacing: -0.02em;
154
+ color: var(--textBody, #3c3131);
155
+ font-size: 12px;
156
+ line-height: 16px;
157
+ }
158
+ @media only screen and (min-width: 769px) {
159
+ .fy-date-picker__b-small___qW2Lj,
160
+ .fy-date-picker__bSmall___PVYv3,
161
+ .fy-date-picker__b2___fbvE1 {
162
+ font-weight: 400;
163
+ letter-spacing: -0.02em;
164
+ color: var(--textBody, #3c3131);
165
+ font-size: 14px;
166
+ line-height: 18px;
167
+ }
168
+ }
169
+ .fy-date-picker__d1___qillW {
170
+ font-size: 36px;
171
+ font-weight: 700;
172
+ line-height: 48px;
173
+ letter-spacing: -0.02em;
174
+ }
175
+ @media only screen and (min-width: 769px) {
176
+ .fy-date-picker__d1___qillW {
177
+ font-size: 64px;
178
+ line-height: 85px;
179
+ letter-spacing: -0.03em;
180
+ }
181
+ }
182
+ .fy-date-picker__caption-medium___tegI0,
183
+ .fy-date-picker__captionMedium___f4X5V {
184
+ font-size: 12px;
185
+ line-height: 1.5;
186
+ letter-spacing: -0.02em;
187
+ font-weight: 500;
188
+ }
189
+ @media only screen and (max-width: 480px) {
190
+ .fy-date-picker__caption-medium___tegI0,
191
+ .fy-date-picker__captionMedium___f4X5V {
192
+ font-size: 11px;
193
+ }
194
+ }
195
+ .fy-date-picker__caption-semi-bold___vOmYj,
196
+ .fy-date-picker__captionSemiBold___FlhQJ {
197
+ font-size: 12px;
198
+ line-height: 1.5;
199
+ letter-spacing: -0.02em;
200
+ font-weight: 600;
201
+ }
202
+ @media only screen and (max-width: 480px) {
203
+ .fy-date-picker__caption-semi-bold___vOmYj,
204
+ .fy-date-picker__captionSemiBold___FlhQJ {
205
+ font-size: 11px;
206
+ }
207
+ }
208
+ .fy-date-picker__btn-link___Tz91E,
209
+ .fy-date-picker__btnLink___Wjn_S {
210
+ font-weight: 500;
211
+ letter-spacing: -0.02em;
212
+ font-size: 12px;
213
+ line-height: 14px;
214
+ border-radius: var(--buttonRadius, 0px);
215
+ cursor: pointer;
216
+ color: var(--buttonLink, #b1655b);
217
+ text-decoration: underline;
218
+ background: none;
219
+ border: none;
220
+ }
221
+ @media only screen and (min-width: 769px) {
222
+ .fy-date-picker__btn-link___Tz91E,
223
+ .fy-date-picker__btnLink___Wjn_S {
224
+ font-weight: 500;
225
+ letter-spacing: -0.02em;
226
+ font-size: 14px;
227
+ line-height: 16px;
228
+ }
229
+ }
230
+ .fy-date-picker__btn-link___Tz91E:hover,
231
+ .fy-date-picker__btnLink___Wjn_S:hover {
232
+ color: var(--buttonLinkL1, #c1847c);
233
+ }
234
+ .fy-date-picker__btn-link___Tz91E:disabled,
235
+ .fy-date-picker__btnLink___Wjn_S:disabled {
236
+ color: var(--buttonLinkL2, #d0a39d);
237
+ }
238
+ .fy-date-picker__btn-link___Tz91E:active,
239
+ .fy-date-picker__btnLink___Wjn_S:active {
240
+ opacity: 0.8;
241
+ }
242
+ .fy-date-picker__user-select-none___LuNoK,
243
+ .fy-date-picker__userSelectNone___ZGOX8 {
244
+ user-select: none;
245
+ -moz-user-select: none;
246
+ -webkit-user-select: none;
247
+ -ms-user-select: none;
248
+ }
249
+ .fy-date-picker__margin-0-auto___bOKI5,
250
+ .fy-date-picker__margin0auto___jbt2u {
251
+ margin: 0 auto;
252
+ }
253
+ .fy-date-picker__base-page-container___CWg0u,
254
+ .fy-date-picker__basePageContainer___M9TCn {
255
+ max-width: 1440px !important;
256
+ }
257
+ .fy-date-picker__remove-scroll___Fa5aF,
258
+ .fy-date-picker__removeScroll___B0Kqg {
259
+ overflow-y: hidden !important;
260
+ }
261
+ .fy-date-picker__mr-5___dUHWh,
262
+ .fy-date-picker__mr5___nRQxs {
263
+ margin-inline-end: 30px !important;
264
+ }
265
+ .fy-date-picker__mr-2___K08mZ,
266
+ .fy-date-picker__mr2___MoUvV {
267
+ margin-inline-end: 5px !important;
268
+ }
269
+ .fy-date-picker__py-5___zAD6u,
270
+ .fy-date-picker__py5___yGUk1 {
271
+ padding-top: 1.875rem !important;
272
+ padding-bottom: 1.875rem !important;
273
+ }
274
+ .fy-date-picker__view-all-text___LrdS7,
275
+ .fy-date-picker__viewAllText___NLP2P {
276
+ font-size: 20px;
277
+ font-weight: 400;
278
+ text-transform: lowercase;
279
+ text-decoration: underline;
280
+ }
281
+ .fy-date-picker__view-all-mobile___pzVvx,
282
+ .fy-date-picker__viewAllMobile___jcdgf {
283
+ display: none;
284
+ }
285
+ @media only screen and (max-width: 768px) {
286
+ .fy-date-picker__view-all-mobile___pzVvx,
287
+ .fy-date-picker__viewAllMobile___jcdgf {
288
+ display: flex;
289
+ align-items: center;
290
+ justify-content: center;
291
+ margin-top: 40px;
292
+ }
293
+ }
294
+ @media only screen and (max-width: 480px) {
295
+ .fy-date-picker__view-all-mobile___pzVvx,
296
+ .fy-date-picker__viewAllMobile___jcdgf {
297
+ margin-top: 24px;
298
+ }
299
+ }
300
+ .fy-date-picker__accent-btn___nxM1K,
301
+ .fy-date-picker__accentBtn___HhlVG {
302
+ background-color: var(--accentColor);
303
+ color: #fff;
304
+ }
305
+ .fy-date-picker__no-scroll___rjffY,
306
+ .fy-date-picker__noScroll___xAdLf {
307
+ overflow-y: hidden;
308
+ }
309
+ .fy-date-picker__hide-overflow___stzfQ,
310
+ .fy-date-picker__hideOverflow___AJ2h0 {
311
+ overflow: hidden;
312
+ }
313
+ .fy-date-picker__markdown-body____uYUS h6 {
314
+ margin-top: 0 !important;
315
+ margin-bottom: 0 !important;
316
+ }
317
+ @media only screen and (max-width: 480px) {
318
+ .fy-date-picker__markdown-body____uYUS {
319
+ font-size: 12px !important;
320
+ padding: 5px !important;
321
+ }
322
+ }
323
+ .fy-date-picker__view3d-canvas___xsKj4 {
324
+ width: 100%;
325
+ height: 100%;
326
+ }
327
+ @media only screen and (max-width: 480px) {
328
+ .fy-date-picker__view-mobile-up___Djk47 {
329
+ display: none !important;
330
+ }
331
+ }
332
+ @media only screen and (min-width: 481px) {
333
+ .fy-date-picker__view-mobile___c1mt1 {
334
+ display: none !important;
335
+ }
336
+ }
337
+ .fy-date-picker__popupTitle___W0QTS {
338
+ padding: 16px;
339
+ }
340
+ .fy-date-picker__selectedAndActive___z3HnR {
341
+ background-color: var(--buttonPrimary, #4e3f09);
342
+ color: var(--buttonSecondary, #fff);
343
+ font-weight: bold;
344
+ }
345
+ .fy-date-picker__calendarWrapper___J5Y4d {
346
+ padding-top: 10px;
347
+ padding-bottom: 10px;
348
+ max-width: 520px;
349
+ position: relative;
350
+ }
351
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__normalLabel___gTJKX {
352
+ color: var(--textLabel, #7d7676);
353
+ font-size: 12px;
354
+ line-height: 21px;
355
+ }
356
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__normalLabel___gTJKX .fy-date-picker__required___pc57q {
357
+ color: var(--errorText, #ff3333);
358
+ display: inline;
359
+ }
360
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__floating___tyjut {
361
+ font-weight: 400;
362
+ font-size: 0.8rem;
363
+ font-style: normal;
364
+ position: absolute;
365
+ transform: translateY(-50%) scale(0.9);
366
+ z-index: 1;
367
+ padding: 0 0.3rem;
368
+ margin: 0 0.5rem;
369
+ pointer-events: none;
370
+ background: var(--pageBackground, #f8f8f8);
371
+ color: var(--textLabel, #7d7676);
372
+ }
373
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__floating___tyjut .fy-date-picker__required___pc57q {
374
+ color: var(--errorText, #ff3333);
375
+ margin-left: 4px;
376
+ display: inline;
377
+ }
378
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz {
379
+ width: 100%;
380
+ position: relative;
381
+ display: flex;
382
+ justify-content: space-between;
383
+ gap: 20px;
384
+ align-items: center;
385
+ height: 48px;
386
+ padding: 16px;
387
+ border-radius: 6px;
388
+ border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
389
+ background: var(--buttonSecondary, #fff);
390
+ }
391
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz input {
392
+ border: none;
393
+ width: 100%;
394
+ background: transparent;
395
+ color: #41434c;
396
+ }
397
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz input:focus {
398
+ outline: none;
399
+ border: none;
400
+ }
401
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz input .fy-date-picker__disabledInput___jxvmC {
402
+ background-color: #f0f0f0;
403
+ cursor: not-allowed;
404
+ color: #999;
405
+ }
406
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz input .fy-date-picker__readOnlyInput___Zv6dy {
407
+ background-color: #f9f9f9;
408
+ color: #555;
409
+ cursor: default;
410
+ border-color: #cccccc;
411
+ }
412
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz .fy-date-picker__iconWrapper___TO6K3 {
413
+ cursor: pointer;
414
+ display: flex;
415
+ align-items: center;
416
+ padding-left: 8px;
417
+ }
418
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz .fy-date-picker__disabledIcon___Wyqun {
419
+ opacity: 0.5;
420
+ pointer-events: none;
421
+ cursor: not-allowed;
422
+ }
423
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz .fy-date-picker__datePickerIcon___HRJF3 {
424
+ width: 24px;
425
+ height: 24px;
426
+ }
427
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz .fy-date-picker__clearIconWrapper___DazOE {
428
+ position: absolute;
429
+ right: 40px;
430
+ cursor: pointer;
431
+ z-index: 2;
432
+ }
433
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz .fy-date-picker__clearIcon___KDvIA {
434
+ width: 30px;
435
+ height: 30px;
436
+ fill: #888;
437
+ padding-right: 5px;
438
+ padding-top: 5px;
439
+ }
440
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz .fy-date-picker__clearIcon___KDvIA:hover {
441
+ fill: #333;
442
+ }
443
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__titleContainer___O2vVH {
444
+ display: flex;
445
+ justify-content: space-between;
446
+ padding: 16px;
447
+ width: 100%;
448
+ position: absolute;
449
+ top: 0;
450
+ border-bottom: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
451
+ }
452
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__titleContainer___O2vVH .fy-date-picker__titleText___iZItx {
453
+ color: var(--textHeading, #26201a);
454
+ font-size: 16px;
455
+ font-weight: 600;
456
+ }
457
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__titleContainer___O2vVH .fy-date-picker__closeIconCont___vTla2 {
458
+ height: 24px;
459
+ width: 24px;
460
+ }
461
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su {
462
+ position: absolute;
463
+ margin-top: 2px;
464
+ background: #ffffff;
465
+ border: 1px solid #e0e0e0;
466
+ border-radius: 6px;
467
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
468
+ padding: 16px;
469
+ z-index: 1000;
470
+ display: flex;
471
+ flex-direction: column;
472
+ gap: 6px;
473
+ }
474
+ @media only screen and (max-width: 480px) {
475
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su {
476
+ width: 100%;
477
+ position: unset;
478
+ gap: 16px;
479
+ border: none;
480
+ }
481
+ }
482
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarHeader___R20ub {
483
+ display: flex;
484
+ flex-direction: column;
485
+ justify-content: space-between;
486
+ align-items: center;
487
+ padding-left: 10px;
488
+ padding-right: 10px;
489
+ margin-top: 8px;
490
+ }
491
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarHeader___R20ub .fy-date-picker__controlContainer___cfI7T {
492
+ display: flex;
493
+ justify-content: space-between;
494
+ width: 100%;
495
+ }
496
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarHeader___R20ub .fy-date-picker__controlContainer___cfI7T button {
497
+ background: none;
498
+ border: none;
499
+ font-size: 16px;
500
+ cursor: pointer;
501
+ }
502
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarHeader___R20ub .fy-date-picker__controlContainer___cfI7T span {
503
+ font-weight: 600;
504
+ color: var(--textHeading, #26201a);
505
+ }
506
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 {
507
+ display: grid;
508
+ grid-template-columns: repeat(7, 1fr);
509
+ text-align: center;
510
+ font-size: 14px;
511
+ padding: 0;
512
+ gap: 0;
513
+ }
514
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 .fy-date-picker__calendarWeekContainer___P526r {
515
+ display: flex;
516
+ }
517
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 .fy-date-picker__dayName___s7hUd {
518
+ font-size: 11px;
519
+ font-weight: 600;
520
+ display: flex;
521
+ flex-direction: column;
522
+ justify-content: center;
523
+ align-items: center;
524
+ color: var(--textHeading, #26201a);
525
+ padding: 0;
526
+ box-sizing: border-box;
527
+ min-height: 40px;
528
+ }
529
+ @media only screen and (max-width: 480px) {
530
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 .fy-date-picker__dayName___s7hUd {
531
+ min-height: 30px;
532
+ font-size: 14px;
533
+ font-weight: 600;
534
+ }
535
+ }
536
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 .fy-date-picker__dayCell___vK_vH {
537
+ display: flex;
538
+ flex-direction: column;
539
+ justify-content: center;
540
+ align-items: center;
541
+ cursor: pointer;
542
+ font-size: 12px;
543
+ font-weight: 600;
544
+ border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
545
+ padding: 0;
546
+ box-sizing: border-box;
547
+ min-height: 40px;
548
+ min-width: 40px;
549
+ width: 100%;
550
+ height: 100%;
551
+ }
552
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 .fy-date-picker__dayCell___vK_vH:hover {
553
+ background-color: var(--buttonPrimary, #4e3f09);
554
+ opacity: 0.85;
555
+ }
556
+ @media only screen and (max-width: 480px) {
557
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 .fy-date-picker__dayCell___vK_vH {
558
+ min-height: 49px;
559
+ min-width: 30px;
560
+ font-size: 10px;
561
+ }
562
+ }
563
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 > :nth-child(8) {
564
+ border-top-left-radius: 4px;
565
+ }
566
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 > :nth-child(14) {
567
+ border-top-right-radius: 4px;
568
+ }
569
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 > :nth-child(36) {
570
+ border-bottom-left-radius: 4px;
571
+ }
572
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 > :nth-child(42) {
573
+ border-bottom-right-radius: 4px;
574
+ }
575
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 .fy-date-picker__inactive___JET4v {
576
+ color: var(--textSecondary, #9c9c9c);
577
+ background-color: var(--overlaypopupdividershighlighter, #edece9);
578
+ cursor: not-allowed;
579
+ pointer-events: none;
580
+ }
581
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__calendarGrid___LILc2 .fy-date-picker__empty___Aj0P_ {
582
+ color: #cccccc;
583
+ }
584
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__confirmButton___CCmqD {
585
+ display: none;
586
+ background-color: var(--buttonPrimary, #4e3f09);
587
+ }
588
+ @media only screen and (max-width: 480px) {
589
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__confirmButton___CCmqD {
590
+ display: block;
591
+ border: none;
592
+ border-radius: 4px;
593
+ cursor: pointer;
594
+ text-align: center;
595
+ }
596
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__confirmButton___CCmqD button {
597
+ display: flex;
598
+ color: var(--buttonSecondary, #fff);
599
+ padding: 16px 24px;
600
+ justify-content: center;
601
+ align-items: center;
602
+ font-size: 16px;
603
+ font-weight: 600;
604
+ width: 100%;
605
+ }
606
+ .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__calendarPopup___cA9su .fy-date-picker__confirmButton___CCmqD:hover {
607
+ opacity: 0.85;
608
+ }
609
+ }
610
+ .fy-date-picker__inputError___ujeij {
611
+ border-color: var(--errorText, #ff3333) !important;
612
+ }
613
+ .fy-date-picker__error___U337k {
614
+ color: var(--errorText, #ff3333);
615
+ padding-top: 5px;
616
+ font-weight: 400;
617
+ font-size: 12px;
618
+ }
619
+
620
+ /**color by character**/
621
+ /** Font family **/
622
+ /** Font weight **/
623
+ .modal__display-block___hgYd9 {
624
+ display: block;
625
+ }
626
+ .modal__inline-block___p6rme,
627
+ .modal__inlineBlock___pEzt0 {
628
+ display: inline-block;
629
+ }
630
+ .modal__flex-row___lpE6D {
631
+ display: flex;
632
+ }
633
+ .modal__flex-column___ExDN9,
634
+ .modal__flexColumn___xxTeX {
635
+ display: flex;
636
+ flex-direction: column;
637
+ }
638
+ .modal__flex-align-center___oGONG,
639
+ .modal__flexAlignCenter___GYZdu {
640
+ display: flex;
641
+ align-items: center;
642
+ }
643
+ .modal__flex-justify-center___y5ezr,
644
+ .modal__flexJustifyCenter___AzJKl {
645
+ display: flex;
646
+ justify-content: center;
647
+ }
648
+ .modal__flex-center___jm_N0,
649
+ .modal__flexCenter___RlaVj {
650
+ display: flex;
651
+ justify-content: center;
652
+ align-items: center;
653
+ }
654
+ .modal__justify-start___WJBo1,
655
+ .modal__justifyStart___v728x {
656
+ justify-content: flex-start;
657
+ }
658
+ .modal__justify-end___TGeOT,
659
+ .modal__justifyEnd___BfpWz {
660
+ justify-content: flex-end;
661
+ }
662
+ .modal__justify-between___Y6DMP,
663
+ .modal__justifyBetween___eLS0j {
664
+ justify-content: space-between;
665
+ }
666
+ .modal__justify-around___Umrnm,
667
+ .modal__justifyAround___Y_EP0 {
668
+ justify-content: space-around;
669
+ }
670
+ .modal__justify-evenly___H4zHB,
671
+ .modal__justifyEvenly___ToJy3 {
672
+ justify-content: space-evenly;
673
+ }
674
+ h1,
675
+ .modal__h1___tY1V2 {
676
+ font-weight: 700;
677
+ font-size: 28px;
678
+ line-height: 42px;
679
+ letter-spacing: -0.03em;
680
+ color: var(--textHeading, #26201a);
681
+ }
682
+ @media only screen and (min-width: 769px) {
683
+ h1,
684
+ .modal__h1___tY1V2 {
685
+ font-size: 36px;
686
+ line-height: 48px;
687
+ }
688
+ }
689
+ h2,
690
+ .modal__h2___zqsr0 {
691
+ font-weight: 700;
692
+ font-size: 28px;
693
+ line-height: 36px;
694
+ letter-spacing: -0.03em;
695
+ color: var(--textHeading, #26201a);
696
+ }
697
+ @media only screen and (min-width: 769px) {
698
+ h2,
699
+ .modal__h2___zqsr0 {
700
+ font-size: 32px;
701
+ line-height: 42px;
702
+ }
703
+ }
704
+ h3,
705
+ .modal__h3___uKlio {
706
+ font-weight: 700;
707
+ letter-spacing: -0.02em;
708
+ color: var(--textHeading, #26201a);
709
+ font-size: 24px;
710
+ line-height: 32px;
711
+ }
712
+ @media only screen and (min-width: 769px) {
713
+ h3,
714
+ .modal__h3___uKlio {
715
+ font-weight: 700;
716
+ letter-spacing: -0.02em;
717
+ color: var(--textHeading, #26201a);
718
+ font-size: 28px;
719
+ line-height: 36px;
720
+ }
721
+ }
722
+ h4,
723
+ .modal__h4___mLdGX {
724
+ font-weight: 600;
725
+ letter-spacing: -0.02em;
726
+ color: var(--textHeading, #26201a);
727
+ font-size: 16px;
728
+ line-height: 1.5;
729
+ }
730
+ @media only screen and (min-width: 769px) {
731
+ h4,
732
+ .modal__h4___mLdGX {
733
+ font-weight: 600;
734
+ letter-spacing: -0.02em;
735
+ color: var(--textHeading, #26201a);
736
+ font-size: 20px;
737
+ line-height: 1.5;
738
+ }
739
+ }
740
+ h5,
741
+ .modal__h5___XqZqX {
742
+ font-weight: 600;
743
+ font-size: 14px;
744
+ line-height: 16px;
745
+ letter-spacing: -0.02em;
746
+ color: var(--textHeading, #26201a);
747
+ }
748
+ @media only screen and (min-width: 769px) {
749
+ h5,
750
+ .modal__h5___XqZqX {
751
+ font-size: 16px;
752
+ line-height: 18px;
753
+ }
754
+ }
755
+ .modal__b1___FJ8O5 {
756
+ font-weight: 400;
757
+ font-size: 14px;
758
+ line-height: 18px;
759
+ letter-spacing: -0.02em;
760
+ color: var(--textBody, #3c3131);
761
+ }
762
+ @media only screen and (min-width: 769px) {
763
+ .modal__b1___FJ8O5 {
764
+ font-size: 16px;
765
+ line-height: 20px;
766
+ }
767
+ }
768
+ .modal__b-small___d5sGC,
769
+ .modal__bSmall___Jx2be,
770
+ .modal__b2___ww0WS {
771
+ font-weight: 400;
772
+ letter-spacing: -0.02em;
773
+ color: var(--textBody, #3c3131);
774
+ font-size: 12px;
775
+ line-height: 16px;
776
+ }
777
+ @media only screen and (min-width: 769px) {
778
+ .modal__b-small___d5sGC,
779
+ .modal__bSmall___Jx2be,
780
+ .modal__b2___ww0WS {
781
+ font-weight: 400;
782
+ letter-spacing: -0.02em;
783
+ color: var(--textBody, #3c3131);
784
+ font-size: 14px;
785
+ line-height: 18px;
786
+ }
787
+ }
788
+ .modal__d1___gmqls {
789
+ font-size: 36px;
790
+ font-weight: 700;
791
+ line-height: 48px;
792
+ letter-spacing: -0.02em;
793
+ }
794
+ @media only screen and (min-width: 769px) {
795
+ .modal__d1___gmqls {
796
+ font-size: 64px;
797
+ line-height: 85px;
798
+ letter-spacing: -0.03em;
799
+ }
800
+ }
801
+ .modal__caption-medium___GbhtF,
802
+ .modal__captionMedium___zCJpb {
803
+ font-size: 12px;
804
+ line-height: 1.5;
805
+ letter-spacing: -0.02em;
806
+ font-weight: 500;
807
+ }
808
+ @media only screen and (max-width: 480px) {
809
+ .modal__caption-medium___GbhtF,
810
+ .modal__captionMedium___zCJpb {
811
+ font-size: 11px;
812
+ }
813
+ }
814
+ .modal__caption-semi-bold___feZV5,
815
+ .modal__captionSemiBold___pxAn7 {
816
+ font-size: 12px;
817
+ line-height: 1.5;
818
+ letter-spacing: -0.02em;
819
+ font-weight: 600;
820
+ }
821
+ @media only screen and (max-width: 480px) {
822
+ .modal__caption-semi-bold___feZV5,
823
+ .modal__captionSemiBold___pxAn7 {
824
+ font-size: 11px;
825
+ }
826
+ }
827
+ .modal__btn-link___rkrNS,
828
+ .modal__btnLink___yqJlb {
829
+ font-weight: 500;
830
+ letter-spacing: -0.02em;
831
+ font-size: 12px;
832
+ line-height: 14px;
833
+ border-radius: var(--buttonRadius, 0px);
834
+ cursor: pointer;
835
+ color: var(--buttonLink, #b1655b);
836
+ text-decoration: underline;
837
+ background: none;
838
+ border: none;
839
+ }
840
+ @media only screen and (min-width: 769px) {
841
+ .modal__btn-link___rkrNS,
842
+ .modal__btnLink___yqJlb {
843
+ font-weight: 500;
844
+ letter-spacing: -0.02em;
845
+ font-size: 14px;
846
+ line-height: 16px;
847
+ }
848
+ }
849
+ .modal__btn-link___rkrNS:hover,
850
+ .modal__btnLink___yqJlb:hover {
851
+ color: var(--buttonLinkL1, #c1847c);
852
+ }
853
+ .modal__btn-link___rkrNS:disabled,
854
+ .modal__btnLink___yqJlb:disabled {
855
+ color: var(--buttonLinkL2, #d0a39d);
856
+ }
857
+ .modal__btn-link___rkrNS:active,
858
+ .modal__btnLink___yqJlb:active {
859
+ opacity: 0.8;
860
+ }
861
+ .modal__user-select-none___N6ZAk,
862
+ .modal__userSelectNone___TRXWQ {
863
+ user-select: none;
864
+ -moz-user-select: none;
865
+ -webkit-user-select: none;
866
+ -ms-user-select: none;
867
+ }
868
+ .modal__margin-0-auto___p_dGq,
869
+ .modal__margin0auto___dB88d {
870
+ margin: 0 auto;
871
+ }
872
+ .modal__base-page-container___eZhia,
873
+ .modal__basePageContainer___QUmCs {
874
+ max-width: 1440px !important;
875
+ }
876
+ .modal__remove-scroll___vOtMk,
877
+ .modal__removeScroll___sjuCx {
878
+ overflow-y: hidden !important;
879
+ }
880
+ .modal__mr-5___DjKqT,
881
+ .modal__mr5___il5jH {
882
+ margin-inline-end: 30px !important;
883
+ }
884
+ .modal__mr-2___SKD1t,
885
+ .modal__mr2___BSxti {
886
+ margin-inline-end: 5px !important;
887
+ }
888
+ .modal__py-5___OpCsp,
889
+ .modal__py5___hfa2b {
890
+ padding-top: 1.875rem !important;
891
+ padding-bottom: 1.875rem !important;
892
+ }
893
+ .modal__view-all-text___liM5N,
894
+ .modal__viewAllText___PNzm8 {
895
+ font-size: 20px;
896
+ font-weight: 400;
897
+ text-transform: lowercase;
898
+ text-decoration: underline;
899
+ }
900
+ .modal__view-all-mobile___QRBrP,
901
+ .modal__viewAllMobile___yTiiQ {
902
+ display: none;
903
+ }
904
+ @media only screen and (max-width: 768px) {
905
+ .modal__view-all-mobile___QRBrP,
906
+ .modal__viewAllMobile___yTiiQ {
907
+ display: flex;
908
+ align-items: center;
909
+ justify-content: center;
910
+ margin-top: 40px;
911
+ }
912
+ }
913
+ @media only screen and (max-width: 480px) {
914
+ .modal__view-all-mobile___QRBrP,
915
+ .modal__viewAllMobile___yTiiQ {
916
+ margin-top: 24px;
917
+ }
918
+ }
919
+ .modal__accent-btn___LaDY8,
920
+ .modal__accentBtn___qmSZa {
921
+ background-color: var(--accentColor);
922
+ color: #fff;
923
+ }
924
+ .modal__no-scroll___tsTBg,
925
+ .modal__noScroll___qaX_j {
926
+ overflow-y: hidden;
927
+ }
928
+ .modal__hide-overflow___KTJV8,
929
+ .modal__hideOverflow___eBPB_ {
930
+ overflow: hidden;
931
+ }
932
+ .modal__markdown-body___J3yk1 h6 {
933
+ margin-top: 0 !important;
934
+ margin-bottom: 0 !important;
935
+ }
936
+ @media only screen and (max-width: 480px) {
937
+ .modal__markdown-body___J3yk1 {
938
+ font-size: 12px !important;
939
+ padding: 5px !important;
940
+ }
941
+ }
942
+ .modal__view3d-canvas___qA5vJ {
943
+ width: 100%;
944
+ height: 100%;
945
+ }
946
+ @media only screen and (max-width: 480px) {
947
+ .modal__view-mobile-up___gXGqs {
948
+ display: none !important;
949
+ }
950
+ }
951
+ @media only screen and (min-width: 481px) {
952
+ .modal__view-mobile___nGCzH {
953
+ display: none !important;
954
+ }
955
+ }
956
+ .modal__modal___xT3RX {
957
+ position: fixed;
958
+ inset: 0;
959
+ z-index: 40;
960
+ overflow-y: auto;
961
+ overflow-x: hidden;
962
+ display: flex;
963
+ justify-content: center;
964
+ align-items: center;
965
+ }
966
+ @media only screen and (max-width: 768px) {
967
+ .modal__modal___xT3RX {
968
+ align-items: flex-end;
969
+ }
970
+ }
971
+ .modal__modal___xT3RX:before {
972
+ content: "";
973
+ background-color: var(--overlay, #14130e);
974
+ opacity: 0.6;
975
+ inset: 0;
976
+ position: fixed;
977
+ z-index: -1;
978
+ transform: translateZ(0);
979
+ -webkit-transform: translateZ(0);
980
+ }
981
+ .modal__modalContainer___BoKU8 {
982
+ min-width: 300px;
983
+ background-color: var(--dialogBackground, #fff);
984
+ border-radius: 3px;
985
+ min-height: 100px;
986
+ max-width: 720px;
987
+ overflow: hidden;
988
+ display: flex;
989
+ flex-direction: column;
990
+ border-radius: 8px;
991
+ box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
992
+ transform: translateZ(0);
993
+ -webkit-transform: translateZ(0);
994
+ /* Safari */
995
+ -moz-transform: translateZ(0);
996
+ /* Firefox */
997
+ -ms-transform: translateZ(0);
998
+ /* IE/Edge */
999
+ -o-transform: translateZ(0);
1000
+ /* Opera */
1001
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1002
+ }
1003
+ @media only screen and (max-width: 768px) {
1004
+ .modal__modalContainer___BoKU8 {
1005
+ width: 100%;
1006
+ max-width: unset;
1007
+ }
1008
+ }
1009
+ @media only screen and (max-width: 768px) {
1010
+ .modal__modalContainer--borders____AGZf {
1011
+ border: none;
1012
+ border-radius: 0;
1013
+ border-start-start-radius: 8px;
1014
+ border-start-end-radius: 8px;
1015
+ }
1016
+ }
1017
+ .modal__modalHeader___xKo1g {
1018
+ display: flex;
1019
+ justify-content: space-between;
1020
+ align-items: center;
1021
+ position: sticky;
1022
+ top: 0;
1023
+ width: 100%;
1024
+ box-sizing: border-box;
1025
+ border-bottom: 1px solid var(--dividerStokes, #d4d1d1);
1026
+ background: var(--dialogBackground, #fff);
1027
+ z-index: 4;
1028
+ padding: 8px;
1029
+ }
1030
+ .modal__modalHeader___xKo1g .modal__crossIcon___ieJau {
1031
+ width: 21px;
1032
+ height: 21px;
1033
+ cursor: pointer;
1034
+ }
1035
+ .modal__modalBody___peHlJ {
1036
+ flex: 1;
1037
+ max-height: 90vh;
1038
+ overflow-y: auto;
1039
+ }
1040
+ .modal__rightModal___acoje {
1041
+ justify-content: flex-end;
1042
+ }
1043
+ .modal__rightModal___acoje .modal__modalContainer___BoKU8 {
1044
+ height: 100%;
1045
+ width: 40%;
1046
+ border-radius: 0;
1047
+ }
1048
+ .modal__rightModal___acoje .modal__modalContainer___BoKU8 .modal__modalHeader___xKo1g {
1049
+ padding: 24px;
1050
+ }
1051
+ @media only screen and (max-width: 768px) {
1052
+ .modal__rightModal___acoje .modal__modalContainer___BoKU8 .modal__modalHeader___xKo1g {
1053
+ padding: 16px;
1054
+ }
1055
+ }
1056
+ .modal__rightModal___acoje .modal__modalContainer___BoKU8 .modal__modalHeader___xKo1g .modal__modalTitle___yvZQo {
1057
+ font-size: 16px;
1058
+ line-height: 18px;
1059
+ }
1060
+ @media only screen and (max-width: 768px) {
1061
+ .modal__rightModal___acoje .modal__modalContainer___BoKU8 {
1062
+ width: 100%;
1063
+ border-radius: 0;
1064
+ }
1065
+ }
1066
+ @media only screen and (max-width: 768px) {
1067
+ .modal__centerModal___CkbLu {
1068
+ align-items: center;
1069
+ }
1070
+ }
1071
+ .modal__centerModal___CkbLu .modal__modalContainer___BoKU8 {
1072
+ border-radius: 8px;
1073
+ }
1074
+ @media only screen and (max-width: 768px) {
1075
+ .modal__centerModal___CkbLu .modal__modalContainer___BoKU8 {
1076
+ width: unset;
1077
+ max-width: 720px;
1078
+ }
1079
+ }
1080
+ .modal__centerModal___CkbLu .modal__modalContainer___BoKU8 .modal__modalHeader___xKo1g {
1081
+ border-radius: 8px 8px 0px 0px;
1082
+ }
1083
+ .modal__modalTitle___yvZQo {
1084
+ font-weight: 600;
1085
+ color: var(--textHeading, #26201a);
1086
+ line-height: 140%;
1087
+ font-size: 16px;
1088
+ }
1089
+ .modal__modalSubTitle___Jr61k {
1090
+ line-height: 140%;
1091
+ font-size: 14px;
1092
+ margin-top: 8px;
1093
+ font-weight: 500;
1094
+ color: var(--textBody, #3c3131);
1095
+ }
1096
+ .modal__disableScroll___cy36a {
1097
+ overflow-y: hidden;
1098
+ }
1099
+