@incodetech/web 2.0.0-alpha.1 → 2.0.0-alpha.11

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 (209) hide show
  1. package/dist/base.css +1071 -0
  2. package/dist/browser-ponyfill-B6W6hHVY.js +344 -0
  3. package/dist/email/email.es.js +145 -0
  4. package/dist/email/styles.css +123 -0
  5. package/dist/flow/flow.es.js +555 -0
  6. package/dist/flow/styles.css +1119 -0
  7. package/dist/incodeModule-Dv8Qllrv.js +254 -0
  8. package/dist/index.es.js +6 -0
  9. package/dist/instance-B-q0ZREN.js +2140 -0
  10. package/dist/otpInput-BtoZe0Wz.js +151 -0
  11. package/dist/page-Dh_Zw2ik.js +234 -0
  12. package/dist/phone/phone.es.js +3441 -0
  13. package/dist/phone/styles.css +305 -0
  14. package/dist/selfie/selfie.es.js +893 -0
  15. package/dist/selfie/styles.css +590 -0
  16. package/dist/selfieTutorial-C-u5GufD.js +29 -0
  17. package/dist/setup-wNL83jmW.js +20 -0
  18. package/dist/themes/dark.css +652 -0
  19. package/dist/themes/light.css +543 -0
  20. package/dist/title-BfO5Dlzk.js +25 -0
  21. package/dist/types/base.d.ts +1 -0
  22. package/dist/types/dark.d.ts +1 -0
  23. package/dist/types/email.d.ts +57 -0
  24. package/dist/types/flow.d.ts +69 -0
  25. package/dist/types/index.d.ts +38 -0
  26. package/dist/types/light.d.ts +1 -0
  27. package/dist/types/phone.d.ts +58 -0
  28. package/dist/types/selfie.d.ts +31 -0
  29. package/dist/types/styles.d.ts +1 -0
  30. package/dist/types/themes/dark.d.ts +1 -0
  31. package/dist/types/themes/light.d.ts +1 -0
  32. package/dist/uiConfig-CQ1W9cUD.js +23 -0
  33. package/dist/vendor-preact-CK0WeTOR.js +584 -0
  34. package/package.json +32 -26
  35. package/dev/README.md +0 -163
  36. package/dev/getToken.ts +0 -36
  37. package/dev/headless.html +0 -875
  38. package/dev/index.html +0 -366
  39. package/dev/main-headless.tsx +0 -1332
  40. package/dev/main-orchestrated-flow.tsx +0 -1158
  41. package/dev/main-preact.tsx +0 -323
  42. package/dev/main-simplified.tsx +0 -123
  43. package/dev/main-web-component.tsx +0 -256
  44. package/dev/main.tsx +0 -332
  45. package/dev/manual.html +0 -27
  46. package/dev/orchestrated-flow.html +0 -64
  47. package/dev/simplified.html +0 -64
  48. package/dev/tiktok-logo.svg +0 -7
  49. package/src/defineCustomElement.tsx +0 -30
  50. package/src/email/email.test.tsx +0 -368
  51. package/src/email/email.tsx +0 -255
  52. package/src/email/emailInput.test.tsx +0 -264
  53. package/src/email/emailInput.tsx +0 -85
  54. package/src/email/styles.css +0 -59
  55. package/src/flow/flow.test.tsx +0 -796
  56. package/src/flow/flow.tsx +0 -292
  57. package/src/flow/flowCompleted.css +0 -30
  58. package/src/flow/flowCompleted.test.tsx +0 -331
  59. package/src/flow/flowCompleted.tsx +0 -121
  60. package/src/flow/flowInit.test.ts +0 -264
  61. package/src/flow/flowInit.ts +0 -94
  62. package/src/flow/flowStart.css +0 -58
  63. package/src/flow/flowStart.test.tsx +0 -49
  64. package/src/flow/flowStart.tsx +0 -41
  65. package/src/flow/incode-logo.svg +0 -8
  66. package/src/flow/index.ts +0 -7
  67. package/src/flow/preloadFlow.test.ts +0 -421
  68. package/src/flow/preloadFlow.ts +0 -171
  69. package/src/flow/styles.css +0 -9
  70. package/src/flow/unsupportedModule.css +0 -21
  71. package/src/flow/unsupportedModule.tsx +0 -39
  72. package/src/flow/useFlowInitialization.test.tsx +0 -292
  73. package/src/flow/useFlowInitialization.ts +0 -128
  74. package/src/flow/useModuleLoader.test.tsx +0 -212
  75. package/src/flow/useModuleLoader.ts +0 -92
  76. package/src/hooks/index.ts +0 -1
  77. package/src/hooks/useManager.test.ts +0 -91
  78. package/src/hooks/useManager.ts +0 -40
  79. package/src/i18n/index.ts +0 -3
  80. package/src/i18n/instance.ts +0 -16
  81. package/src/i18n/setup.ts +0 -184
  82. package/src/i18n/useTranslation.ts +0 -42
  83. package/src/index.ts +0 -27
  84. package/src/permissions/assets/android-dots-icon.svg +0 -7
  85. package/src/permissions/assets/android-settings-icon.svg +0 -16
  86. package/src/permissions/assets/android-toggle-icon.svg +0 -20
  87. package/src/permissions/assets/bank-card-icon.svg +0 -14
  88. package/src/permissions/assets/camera-icon.svg +0 -12
  89. package/src/permissions/assets/camera-ios.svg +0 -53
  90. package/src/permissions/assets/check-icon.svg +0 -8
  91. package/src/permissions/assets/chrome-icon.svg +0 -43
  92. package/src/permissions/assets/password-icon.svg +0 -11
  93. package/src/permissions/assets/permissions-img.svg +0 -51
  94. package/src/permissions/assets/safari-icon.svg +0 -37
  95. package/src/permissions/assets/settings-icon.svg +0 -33
  96. package/src/permissions/assets/toggle-icon.svg +0 -19
  97. package/src/permissions/assets/warning-icon.svg +0 -6
  98. package/src/permissions/boldWithArrow.css +0 -9
  99. package/src/permissions/boldWithArrow.tsx +0 -41
  100. package/src/permissions/denied.css +0 -37
  101. package/src/permissions/denied.tsx +0 -29
  102. package/src/permissions/deniedAndroid.tsx +0 -56
  103. package/src/permissions/deniedDesktop.css +0 -9
  104. package/src/permissions/deniedDesktop.tsx +0 -64
  105. package/src/permissions/deniedIOS.tsx +0 -73
  106. package/src/permissions/deniedInstructions.tsx +0 -19
  107. package/src/permissions/iconWrapper.css +0 -9
  108. package/src/permissions/iconWrapper.tsx +0 -15
  109. package/src/permissions/learnMore.css +0 -37
  110. package/src/permissions/learnMore.tsx +0 -85
  111. package/src/permissions/numberedStep.css +0 -13
  112. package/src/permissions/numberedStep.tsx +0 -14
  113. package/src/permissions/permissions.css +0 -13
  114. package/src/permissions/permissions.tsx +0 -68
  115. package/src/phone/phone.tsx +0 -246
  116. package/src/phone/phoneInput.test.tsx +0 -275
  117. package/src/phone/phoneInput.tsx +0 -249
  118. package/src/phone/styles.css +0 -158
  119. package/src/selfie/cameraButton.css +0 -13
  120. package/src/selfie/cameraButton.tsx +0 -35
  121. package/src/selfie/capture.css +0 -57
  122. package/src/selfie/capture.tsx +0 -232
  123. package/src/selfie/errorModal.tsx +0 -218
  124. package/src/selfie/errorModalContent.css +0 -33
  125. package/src/selfie/errorModalContent.tsx +0 -44
  126. package/src/selfie/faceOutline.css +0 -5
  127. package/src/selfie/faceOutline.tsx +0 -22
  128. package/src/selfie/loadingBorder.css +0 -12
  129. package/src/selfie/loadingBorder.tsx +0 -77
  130. package/src/selfie/manualCaptureButton.css +0 -13
  131. package/src/selfie/manualCaptureButton.tsx +0 -35
  132. package/src/selfie/noMoreAttemptsModal.tsx +0 -44
  133. package/src/selfie/notification.css +0 -9
  134. package/src/selfie/notification.tsx +0 -36
  135. package/src/selfie/retryErrorModal.tsx +0 -56
  136. package/src/selfie/selfie.test.tsx +0 -458
  137. package/src/selfie/selfie.tsx +0 -83
  138. package/src/selfie/selfieTutorial.json +0 -2626
  139. package/src/selfie/styles.css +0 -1
  140. package/src/selfie/tutorial.test.tsx +0 -200
  141. package/src/selfie/tutorial.tsx +0 -43
  142. package/src/setup.ts +0 -33
  143. package/src/shared/baseTutorial/baseTutorial.css +0 -21
  144. package/src/shared/baseTutorial/baseTutorial.test.tsx +0 -184
  145. package/src/shared/baseTutorial/baseTutorial.tsx +0 -55
  146. package/src/shared/baseTutorial/replaceBaseTutorial.test.ts +0 -267
  147. package/src/shared/baseTutorial/replaceBaseTutorial.ts +0 -68
  148. package/src/shared/button/button.css +0 -55
  149. package/src/shared/button/button.test.tsx +0 -101
  150. package/src/shared/button/button.tsx +0 -47
  151. package/src/shared/componentRoot/incodeComponent.tsx +0 -12
  152. package/src/shared/countries/countries.test.ts +0 -75
  153. package/src/shared/countries/countries.ts +0 -139
  154. package/src/shared/countries/index.ts +0 -6
  155. package/src/shared/icons/chevronDown.tsx +0 -22
  156. package/src/shared/icons/index.ts +0 -2
  157. package/src/shared/icons/successIcon.css +0 -5
  158. package/src/shared/icons/successIcon.test.tsx +0 -40
  159. package/src/shared/icons/successIcon.tsx +0 -26
  160. package/src/shared/loader/loadingIcon.css +0 -28
  161. package/src/shared/loader/loadingIcon.tsx +0 -67
  162. package/src/shared/lottie/lottie.tsx +0 -108
  163. package/src/shared/otpInput/otpInput.css +0 -85
  164. package/src/shared/otpInput/otpInput.test.tsx +0 -356
  165. package/src/shared/otpInput/otpInput.tsx +0 -241
  166. package/src/shared/page/incode-logo.svg +0 -3
  167. package/src/shared/page/page.css +0 -47
  168. package/src/shared/page/page.test.tsx +0 -97
  169. package/src/shared/page/page.tsx +0 -91
  170. package/src/shared/page/pageUiConfig.test.ts +0 -112
  171. package/src/shared/page/pageUiConfig.ts +0 -64
  172. package/src/shared/page/verifiedByIncode.css +0 -5
  173. package/src/shared/page/verifiedByIncode.tsx +0 -75
  174. package/src/shared/spacer/spacer.css +0 -149
  175. package/src/shared/spacer/spacer.test.tsx +0 -143
  176. package/src/shared/spacer/spacer.tsx +0 -88
  177. package/src/shared/spinner/index.ts +0 -2
  178. package/src/shared/spinner/spinner.css +0 -28
  179. package/src/shared/spinner/spinner.test.tsx +0 -82
  180. package/src/shared/spinner/spinner.tsx +0 -65
  181. package/src/shared/title/title.css +0 -7
  182. package/src/shared/title/title.tsx +0 -12
  183. package/src/shared/uiConfig/uiConfig.ts +0 -36
  184. package/src/shared/webComponent/incodeModule.ts +0 -29
  185. package/src/shared/webComponent/registerIncodeElement.ts +0 -15
  186. package/src/styles/__mocks__/fetchTheme.ts +0 -19
  187. package/src/styles/applyTheme.ts +0 -37
  188. package/src/styles/cn.test.tsx +0 -57
  189. package/src/styles/cn.tsx +0 -21
  190. package/src/styles/core.css +0 -12
  191. package/src/styles/fetchTheme.test.ts +0 -390
  192. package/src/styles/fetchTheme.ts +0 -88
  193. package/src/styles/generatePalette.ts +0 -111
  194. package/src/styles/reset.css +0 -65
  195. package/src/styles/resolveCssVariableToHex.ts +0 -28
  196. package/src/styles/tailwind.css +0 -291
  197. package/src/styles/themeTypes.ts +0 -18
  198. package/src/styles/tokens/colors.css +0 -190
  199. package/src/styles/tokens/components.css +0 -174
  200. package/src/styles/tokens/index.css +0 -4
  201. package/src/styles/tokens/primitives.css +0 -129
  202. package/src/styles/tokens/semantic.css +0 -51
  203. package/src/svg.d.ts +0 -4
  204. package/src/types/assets.d.ts +0 -1
  205. package/src/types/custom-elements.d.ts +0 -104
  206. package/tsconfig.json +0 -22
  207. package/vite.config.ts +0 -260
  208. package/vitest.config.ts +0 -40
  209. package/vitest.setup.ts +0 -16
@@ -0,0 +1,1119 @@
1
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
+ @layer properties {
3
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
+ *, :before, :after, ::backdrop {
5
+ --tw-rotate-x: initial;
6
+ --tw-rotate-y: initial;
7
+ --tw-rotate-z: initial;
8
+ --tw-skew-x: initial;
9
+ --tw-skew-y: initial;
10
+ --tw-border-style: solid;
11
+ --tw-outline-style: solid;
12
+ --tw-blur: initial;
13
+ --tw-brightness: initial;
14
+ --tw-contrast: initial;
15
+ --tw-grayscale: initial;
16
+ --tw-hue-rotate: initial;
17
+ --tw-invert: initial;
18
+ --tw-opacity: initial;
19
+ --tw-saturate: initial;
20
+ --tw-sepia: initial;
21
+ --tw-drop-shadow: initial;
22
+ --tw-drop-shadow-color: initial;
23
+ --tw-drop-shadow-alpha: 100%;
24
+ --tw-drop-shadow-size: initial;
25
+ --tw-backdrop-blur: initial;
26
+ --tw-backdrop-brightness: initial;
27
+ --tw-backdrop-contrast: initial;
28
+ --tw-backdrop-grayscale: initial;
29
+ --tw-backdrop-hue-rotate: initial;
30
+ --tw-backdrop-invert: initial;
31
+ --tw-backdrop-opacity: initial;
32
+ --tw-backdrop-saturate: initial;
33
+ --tw-backdrop-sepia: initial;
34
+ --tw-ease: initial;
35
+ --tw-translate-x: 0;
36
+ --tw-translate-y: 0;
37
+ --tw-translate-z: 0;
38
+ --tw-leading: initial;
39
+ --tw-font-weight: initial;
40
+ --tw-tracking: initial;
41
+ --tw-duration: initial;
42
+ }
43
+ }
44
+ }
45
+
46
+ @layer incode-theme;
47
+
48
+ @layer incode-utilities {
49
+ .absolute {
50
+ position: absolute;
51
+ }
52
+
53
+ .relative {
54
+ position: relative;
55
+ }
56
+
57
+ .container {
58
+ width: 100%;
59
+ }
60
+
61
+ @media (min-width: 40rem) {
62
+ .container {
63
+ max-width: 40rem;
64
+ }
65
+ }
66
+
67
+ @media (min-width: 48rem) {
68
+ .container {
69
+ max-width: 48rem;
70
+ }
71
+ }
72
+
73
+ @media (min-width: 64rem) {
74
+ .container {
75
+ max-width: 64rem;
76
+ }
77
+ }
78
+
79
+ @media (min-width: 80rem) {
80
+ .container {
81
+ max-width: 80rem;
82
+ }
83
+ }
84
+
85
+ @media (min-width: 96rem) {
86
+ .container {
87
+ max-width: 96rem;
88
+ }
89
+ }
90
+
91
+ .block {
92
+ display: block;
93
+ }
94
+
95
+ .flex {
96
+ display: flex;
97
+ }
98
+
99
+ .hidden {
100
+ display: none;
101
+ }
102
+
103
+ .inline-flex {
104
+ display: inline-flex;
105
+ }
106
+
107
+ .transform {
108
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
109
+ }
110
+
111
+ .border {
112
+ border-style: var(--tw-border-style);
113
+ border-width: 1px;
114
+ }
115
+
116
+ .uppercase {
117
+ text-transform: uppercase;
118
+ }
119
+
120
+ .outline {
121
+ outline-style: var(--tw-outline-style);
122
+ outline-width: 1px;
123
+ }
124
+
125
+ .blur {
126
+ --tw-blur: blur(8px);
127
+ filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
128
+ }
129
+
130
+ .filter {
131
+ filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
132
+ }
133
+
134
+ .backdrop-filter {
135
+ -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
136
+ backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
137
+ }
138
+
139
+ .transition {
140
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
141
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
142
+ transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
143
+ }
144
+
145
+ .ease-in-out {
146
+ --tw-ease: var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
147
+ transition-timing-function: var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
148
+ }
149
+ }
150
+
151
+ @layer incode-base, incode-components;
152
+
153
+ .IncodeCameraButton {
154
+ justify-content: center;
155
+ align-items: center;
156
+ display: flex;
157
+ }
158
+
159
+ .IncodeCameraButton .IncodeCameraButtonPath {
160
+ fill: var(--color-border-brand-500, var(--border-brand-500-static));
161
+ }
162
+
163
+ .IncodeCameraButton .IncodeCameraButtonBackground {
164
+ fill: var(--color-surface-brand-50, var(--surface-brand-50));
165
+ }
166
+
167
+ .IncodeCaptureContainer {
168
+ flex-direction: column;
169
+ flex: 1;
170
+ justify-content: flex-start;
171
+ align-items: center;
172
+ height: 100%;
173
+ display: flex;
174
+ position: relative;
175
+ overflow: hidden;
176
+ }
177
+
178
+ .IncodeCaptureContainer .IncodeCaptureFrame {
179
+ aspect-ratio: 1;
180
+ border-radius: var(--radius-full, var(--border-radius-full));
181
+ border-style: var(--tw-border-style);
182
+ border-width: 12px;
183
+ border-color: #0000;
184
+ width: 100%;
185
+ max-width: 335px;
186
+ position: relative;
187
+ }
188
+
189
+ .IncodeCaptureContainer .IncodeCaptureVideoWrapper {
190
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
191
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
192
+ width: calc(100% - 24px);
193
+ height: calc(100% - 24px);
194
+ translate: var(--tw-translate-x) var(--tw-translate-y);
195
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
196
+ border-radius: var(--radius-full, var(--border-radius-full));
197
+ background-color: var(--color-white, #fff);
198
+ justify-content: center;
199
+ align-items: center;
200
+ display: flex;
201
+ position: absolute;
202
+ top: 50%;
203
+ left: 50%;
204
+ overflow: hidden;
205
+ }
206
+
207
+ .IncodeCaptureContainer .IncodeCaptureVideo {
208
+ z-index: 50;
209
+ width: 100%;
210
+ height: 100%;
211
+ position: absolute;
212
+ }
213
+
214
+ .IncodeCaptureContainer .IncodeCaptureVideoElement {
215
+ object-fit: cover;
216
+ width: 100%;
217
+ height: 100%;
218
+ position: absolute;
219
+ transform: scaleX(-1);
220
+ }
221
+
222
+ .IncodeCaptureUploadingPage .IncodeCaptureUploadingContainer {
223
+ flex-direction: column;
224
+ flex: 1;
225
+ animation: .4s ease-out fadeInScale;
226
+ display: flex;
227
+ }
228
+
229
+ .IncodeCaptureUploadingPage .IncodeCaptureUploadingTitle {
230
+ text-align: center;
231
+ font-size: var(--text-2xl, 1.5rem);
232
+ line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
233
+ --tw-leading: 125%;
234
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
235
+ line-height: 125%;
236
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
237
+ --tw-tracking: -1px;
238
+ letter-spacing: -1px;
239
+ color: var(--color-text-body-primary, var(--text-body-primary));
240
+ }
241
+
242
+ .IncodeCaptureUploadingPage .IncodeCaptureUploadingPrimaryIcon {
243
+ fill: var(--color-spinner-surface-primary, var(--spinner-surface-primary));
244
+ }
245
+
246
+ .IncodeCaptureUploadingPage .IncodeCaptureUploadingSecondaryIcon {
247
+ fill: var(--color-spinner-surface-secondary, var(--spinner-surface-secondary));
248
+ }
249
+
250
+ .IncodeCaptureSuccessPage .IncodeCaptureSuccessContainer {
251
+ flex-direction: column;
252
+ flex: 1;
253
+ align-items: center;
254
+ display: flex;
255
+ }
256
+
257
+ .IncodeErrorModalContent {
258
+ inset: var(--spacing-0, var(--spacing-none, 0px));
259
+ top: var(--spacing-0, var(--spacing-none, 0px));
260
+ right: var(--spacing-0, var(--spacing-none, 0px));
261
+ bottom: var(--spacing-0, var(--spacing-none, 0px));
262
+ left: var(--spacing-0, var(--spacing-none, 0px));
263
+ z-index: 50;
264
+ background-color: var(--color-white, #fff);
265
+ justify-content: center;
266
+ align-items: center;
267
+ width: 100%;
268
+ height: 100%;
269
+ display: flex;
270
+ position: fixed;
271
+ }
272
+
273
+ .IncodeErrorModalContent .IncodeErrorModalContentContainer {
274
+ width: 100%;
275
+ min-width: 320px;
276
+ height: 100%;
277
+ padding-inline: var(--spacing-16, var(--spacing-16, 16px));
278
+ flex-direction: column;
279
+ justify-content: center;
280
+ align-items: center;
281
+ display: flex;
282
+ }
283
+
284
+ .IncodeErrorModalContent .IncodeErrorModalContentSpacer {
285
+ flex: 1;
286
+ }
287
+
288
+ .IncodeErrorModalContent .IncodeErrorModalContentIconContainer {
289
+ flex-direction: column;
290
+ flex: 1;
291
+ justify-content: center;
292
+ align-items: center;
293
+ display: flex;
294
+ }
295
+
296
+ .IncodeErrorModalContent .IncodeErrorModalContentTitle {
297
+ text-align: center;
298
+ font-size: var(--text-2xl, 1.5rem);
299
+ line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
300
+ --tw-leading: 114%;
301
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
302
+ line-height: 114%;
303
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
304
+ --tw-tracking: -.5px;
305
+ letter-spacing: -.5px;
306
+ color: var(--color-text-body-primary, var(--text-body-primary));
307
+ }
308
+
309
+ .IncodeErrorModalContent .IncodeErrorModalContentDescription {
310
+ text-align: center;
311
+ font-size: var(--text-base, 1rem);
312
+ line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
313
+ --tw-leading: 114%;
314
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
315
+ line-height: 114%;
316
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
317
+ --tw-tracking: -.5px;
318
+ letter-spacing: -.5px;
319
+ color: var(--color-text-body-secondary, var(--text-body-secondary));
320
+ }
321
+
322
+ .IncodeErrorModalContent .IncodeErrorModalContentAttemptsContainer {
323
+ flex-direction: column;
324
+ align-items: center;
325
+ width: 100%;
326
+ display: flex;
327
+ }
328
+
329
+ .IncodeErrorModalContent .IncodeErrorModalContentAttemptsText {
330
+ text-align: center;
331
+ font-size: var(--text-lg, 1.125rem);
332
+ line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
333
+ --tw-leading: 114%;
334
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
335
+ line-height: 114%;
336
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
337
+ --tw-tracking: -.5px;
338
+ letter-spacing: -.5px;
339
+ color: var(--color-text-body-secondary, var(--text-body-secondary));
340
+ }
341
+
342
+ .IncodeFaceOutline {
343
+ height: 100%;
344
+ }
345
+
346
+ .IncodeLoadingBorder {
347
+ aspect-ratio: 1;
348
+ width: 100%;
349
+ max-width: 335px;
350
+ position: absolute;
351
+ }
352
+
353
+ .IncodeLoadingBorder.IncodeLoadingBorderSpinning {
354
+ animation: var(--animate-spin, spin 1s linear infinite);
355
+ }
356
+
357
+ .IncodeLoadingBorder .IncodeLoadingBorderPath {
358
+ transition: all 1s ease-in-out;
359
+ }
360
+
361
+ .IncodeManualCaptureButton {
362
+ align-items: center;
363
+ gap: var(--spacing-16, var(--spacing-16, 16px));
364
+ flex-direction: column;
365
+ max-width: 275px;
366
+ display: flex;
367
+ }
368
+
369
+ .IncodeManualCaptureButtonText {
370
+ text-align: center;
371
+ font-size: var(--text-base, 1rem);
372
+ line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
373
+ --tw-leading: 1.14;
374
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
375
+ line-height: 1.14;
376
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
377
+ color: var(--color-text-body-primary, var(--text-body-primary));
378
+ }
379
+
380
+ .IncodeManualCaptureButtonButton {
381
+ padding: var(--spacing-0, var(--spacing-none, 0px));
382
+ }
383
+
384
+ .IncodeNotification {
385
+ flex-direction: column;
386
+ align-items: center;
387
+ display: flex;
388
+ }
389
+
390
+ .IncodeNotificationText {
391
+ text-align: center;
392
+ font-size: var(--text-2xl, 1.5rem);
393
+ line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
394
+ --tw-leading: 1.2;
395
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
396
+ line-height: 1.2;
397
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
398
+ color: var(--color-text-body-primary, var(--text-body-primary));
399
+ }
400
+
401
+ .IncodePhonePage .IncodePageContent {
402
+ padding-top: var(--spacing-32, var(--spacing-32, 32px));
403
+ padding-bottom: var(--spacing-16, var(--spacing-16, 16px));
404
+ }
405
+
406
+ .IncodePhonePage .IncodePhoneInput, .IncodePhonePage .IncodePhoneInputContainer {
407
+ flex-direction: column;
408
+ align-items: center;
409
+ width: 100%;
410
+ display: flex;
411
+ }
412
+
413
+ .IncodePhonePage .IncodePhoneInputRow {
414
+ align-items: stretch;
415
+ gap: var(--spacing-8, var(--spacing-8, 8px));
416
+ width: 100%;
417
+ max-width: 340px;
418
+ display: flex;
419
+ position: relative;
420
+ }
421
+
422
+ .IncodePhonePage .IncodePhoneInputWrapper {
423
+ border-radius: var(--radius-small, var(--border-radius-small));
424
+ border-style: var(--tw-border-style);
425
+ border-width: 1px;
426
+ border-color: var(--color-input-border-default, var(--input-border-default));
427
+ background-color: var(--color-input-surface-default, var(--input-surface-default));
428
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
429
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
430
+ transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
431
+ --tw-duration: .2s;
432
+ flex: 1;
433
+ align-items: center;
434
+ transition-duration: .2s;
435
+ display: flex;
436
+ }
437
+
438
+ .IncodePhonePage .IncodePhoneInputWrapper:focus-within {
439
+ border-color: var(--color-input-border-active, var(--input-border-active));
440
+ }
441
+
442
+ .IncodePhonePage .IncodePhoneInputWrapper.IncodePhoneInputWrapperError {
443
+ border-color: var(--color-input-border-negative, var(--input-border-negative));
444
+ }
445
+
446
+ .IncodePhonePage .IncodePhoneInputWrapper.IncodePhoneInputWrapperDisabled {
447
+ border-color: var(--color-input-border-disabled, var(--input-border-disabled));
448
+ background-color: var(--color-input-surface-disabled, var(--input-surface-disabled));
449
+ }
450
+
451
+ .IncodePhonePage .IncodePhoneCountrySelector {
452
+ border-radius: var(--radius-small, var(--border-radius-small));
453
+ border-style: var(--tw-border-style);
454
+ border-width: 1px;
455
+ border-color: var(--color-input-border-default, var(--input-border-default));
456
+ background-color: var(--color-input-surface-default, var(--input-surface-default));
457
+ width: 124px;
458
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
459
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
460
+ transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
461
+ --tw-duration: .2s;
462
+ flex-shrink: 0;
463
+ transition-duration: .2s;
464
+ position: static;
465
+ }
466
+
467
+ .IncodePhonePage .IncodePhoneCountrySelector.IncodePhoneCountrySelectorOpen {
468
+ border-color: var(--color-input-border-active, var(--input-border-active));
469
+ }
470
+
471
+ .IncodePhonePage .IncodePhoneCountrySelector.IncodePhoneCountrySelectorDisabled {
472
+ border-color: var(--color-input-border-disabled, var(--input-border-disabled));
473
+ background-color: var(--color-input-surface-disabled, var(--input-surface-disabled));
474
+ }
475
+
476
+ .IncodePhonePage .IncodePhoneCountryButton {
477
+ width: 100%;
478
+ height: 100%;
479
+ padding: var(--spacing-8, var(--spacing-8, 8px));
480
+ padding-left: var(--spacing-16, var(--spacing-16, 16px));
481
+ cursor: pointer;
482
+ border-style: var(--tw-border-style);
483
+ border-width: var(--border-width-none, var(--border-none));
484
+ --tw-border-style: none;
485
+ font-size: var(--text-18, var(--primitive-typography-size-18));
486
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
487
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
488
+ color: var(--color-text-body-primary, var(--text-body-primary));
489
+ border-radius: var(--radius-small, var(--border-radius-small));
490
+ background-color: #0000;
491
+ border-style: none;
492
+ justify-content: center;
493
+ align-items: center;
494
+ font-family: inherit;
495
+ display: flex;
496
+ }
497
+
498
+ .IncodePhonePage .IncodePhoneCountryButton:disabled {
499
+ cursor: not-allowed;
500
+ color: var(--color-input-text-field-disabled, var(--input-text-field-disabled));
501
+ }
502
+
503
+ .IncodePhonePage .IncodePhoneCountryButton:focus {
504
+ --tw-outline-style: none;
505
+ outline-style: none;
506
+ }
507
+
508
+ .IncodePhonePage .IncodePhoneCountryFlag {
509
+ font-size: var(--text-24, var(--primitive-typography-size-24));
510
+ --tw-leading: 1;
511
+ line-height: 1;
512
+ }
513
+
514
+ .IncodePhonePage .IncodePhoneCountryCode {
515
+ margin-left: var(--spacing-4, var(--spacing-4, 4px));
516
+ font-size: var(--text-18, var(--primitive-typography-size-18));
517
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
518
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
519
+ white-space: nowrap;
520
+ color: var(--color-text-body-primary, var(--text-body-primary));
521
+ }
522
+
523
+ .IncodePhonePage .IncodePhoneCountryArrow {
524
+ margin-left: var(--spacing-8, var(--spacing-8, 8px));
525
+ height: var(--spacing-24, var(--spacing-24, 24px));
526
+ width: var(--spacing-24, var(--spacing-24, 24px));
527
+ color: var(--color-icon-neutral-500, var(--icon-neutral-500));
528
+ transition-property: transform, translate, scale, rotate;
529
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
530
+ transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
531
+ --tw-duration: .2s;
532
+ transition-duration: .2s;
533
+ }
534
+
535
+ .IncodePhonePage .IncodePhoneCountryArrowUp {
536
+ rotate: 180deg;
537
+ }
538
+
539
+ .IncodePhonePage .IncodePhoneCountryButton:disabled .IncodePhoneCountryArrow {
540
+ color: var(--color-icon-neutral-300, var(--icon-neutral-300));
541
+ }
542
+
543
+ .IncodePhonePage .IncodePhoneCountryDropdown {
544
+ top: 100%;
545
+ right: var(--spacing-0, var(--spacing-none, 0px));
546
+ left: var(--spacing-0, var(--spacing-none, 0px));
547
+ z-index: 50;
548
+ margin-top: var(--spacing-8, var(--spacing-8, 8px));
549
+ border-radius: var(--radius-small, var(--border-radius-small));
550
+ border-style: var(--tw-border-style);
551
+ border-width: 1px;
552
+ border-color: var(--color-input-border-default, var(--input-border-default));
553
+ background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
554
+ max-height: 320px;
555
+ padding: var(--spacing-8, var(--spacing-8, 8px));
556
+ position: absolute;
557
+ overflow-y: auto;
558
+ box-shadow: 0 4px 16px #0000001f;
559
+ }
560
+
561
+ .IncodePhonePage .IncodePhoneCountryOption {
562
+ cursor: pointer;
563
+ align-items: center;
564
+ gap: var(--spacing-12, var(--spacing-12, 12px));
565
+ border-radius: var(--radius-small, var(--border-radius-small));
566
+ width: 100%;
567
+ padding-inline: var(--spacing-12, var(--spacing-12, 12px));
568
+ padding-block: var(--spacing-12, var(--spacing-12, 12px));
569
+ font-size: var(--text-16, var(--primitive-typography-size-16));
570
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
571
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
572
+ color: var(--color-text-body-primary, var(--text-body-primary));
573
+ border-style: var(--tw-border-style);
574
+ border-width: var(--border-width-none, var(--border-none));
575
+ --tw-border-style: none;
576
+ text-align: left;
577
+ background-color: #0000;
578
+ border-style: none;
579
+ font-family: inherit;
580
+ display: flex;
581
+ }
582
+
583
+ .IncodePhonePage .IncodePhoneCountryOption:hover {
584
+ background-color: var(--color-surface-neutral-100, var(--surface-neutral-100));
585
+ }
586
+
587
+ .IncodePhonePage .IncodePhoneCountryOption:focus {
588
+ background-color: var(--color-surface-neutral-100, var(--surface-neutral-100));
589
+ --tw-outline-style: none;
590
+ outline-style: none;
591
+ }
592
+
593
+ .IncodePhonePage .IncodePhoneCountryOptionSelected, .IncodePhonePage .IncodePhoneCountryOptionSelected:hover {
594
+ background-color: var(--color-surface-brand-50, var(--surface-brand-50));
595
+ }
596
+
597
+ .IncodePhonePage .IncodePhoneCountryOptionCode {
598
+ min-width: 52px;
599
+ font-size: var(--text-16, var(--primitive-typography-size-16));
600
+ color: var(--color-text-body-secondary, var(--text-body-secondary));
601
+ }
602
+
603
+ .IncodePhonePage .IncodePhoneCountryOptionName {
604
+ text-overflow: ellipsis;
605
+ white-space: nowrap;
606
+ font-size: var(--text-16, var(--primitive-typography-size-16));
607
+ color: var(--color-text-body-primary, var(--text-body-primary));
608
+ flex: 1;
609
+ overflow: hidden;
610
+ }
611
+
612
+ .IncodePhonePage .IncodePhoneInputField {
613
+ border-style: var(--tw-border-style);
614
+ border-width: var(--border-width-none, var(--border-none));
615
+ --tw-border-style: none;
616
+ width: 100%;
617
+ padding-inline: var(--spacing-16, var(--spacing-16, 16px));
618
+ padding-block: var(--spacing-16, var(--spacing-16, 16px));
619
+ font-size: var(--text-18, var(--primitive-typography-size-18));
620
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
621
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
622
+ color: var(--color-input-text-field-default, var(--input-text-field-default));
623
+ --tw-outline-style: none;
624
+ border-radius: var(--radius-small, var(--border-radius-small));
625
+ background-color: #0000;
626
+ border-style: none;
627
+ outline-style: none;
628
+ }
629
+
630
+ .IncodePhonePage .IncodePhoneInputField::placeholder {
631
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
632
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
633
+ color: var(--color-input-text-field-placeholder, var(--input-text-field-placeholder));
634
+ }
635
+
636
+ .IncodePhonePage .IncodePhoneInputField:disabled {
637
+ cursor: not-allowed;
638
+ color: var(--color-input-text-field-disabled, var(--input-text-field-disabled));
639
+ }
640
+
641
+ .IncodePhonePage .IncodePhoneInputError {
642
+ margin: var(--spacing-0, var(--spacing-none, 0px));
643
+ text-align: center;
644
+ font-size: var(--text-14, var(--primitive-typography-size-14));
645
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
646
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
647
+ color: var(--color-input-text-helper-negative, var(--input-text-helper-negative));
648
+ }
649
+
650
+ .IncodePhonePage .IncodePhoneInputOptIn {
651
+ cursor: pointer;
652
+ align-items: center;
653
+ gap: var(--spacing-8, var(--spacing-8, 8px));
654
+ font-size: var(--text-14, var(--primitive-typography-size-14));
655
+ color: var(--color-checkbox-text-default, var(--checkbox-text-default));
656
+ display: flex;
657
+ }
658
+
659
+ .IncodePhonePage .IncodePhoneInputOptIn input[type="checkbox"] {
660
+ cursor: pointer;
661
+ border-radius: var(--radius-checkbox, var(--checkbox-border-radius));
662
+ width: 18px;
663
+ height: 18px;
664
+ accent-color: var(--color-checkbox-surface-selected, var(--checkbox-surface-selected));
665
+ }
666
+
667
+ .IncodePhonePage .IncodePhoneInputOptIn span {
668
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
669
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
670
+ -webkit-user-select: none;
671
+ user-select: none;
672
+ }
673
+
674
+ .IncodeEmailPage .IncodePageContent {
675
+ padding-top: var(--spacing-32, var(--spacing-32, 32px));
676
+ padding-bottom: var(--spacing-16, var(--spacing-16, 16px));
677
+ }
678
+
679
+ .IncodeEmailPage .IncodeEmailInput, .IncodeEmailPage .IncodeEmailInputContainer {
680
+ flex-direction: column;
681
+ align-items: center;
682
+ width: 100%;
683
+ display: flex;
684
+ }
685
+
686
+ .IncodeEmailPage .IncodeEmailInputWrapper {
687
+ border-radius: var(--radius-small, var(--border-radius-small));
688
+ border-style: var(--tw-border-style);
689
+ border-width: 1px;
690
+ border-color: var(--color-input-border-default, var(--input-border-default));
691
+ background-color: var(--color-input-surface-default, var(--input-surface-default));
692
+ width: 100%;
693
+ max-width: 340px;
694
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
695
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
696
+ transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
697
+ --tw-duration: .2s;
698
+ flex-direction: column;
699
+ transition-duration: .2s;
700
+ display: flex;
701
+ }
702
+
703
+ .IncodeEmailPage .IncodeEmailInputWrapper:focus-within {
704
+ border-color: var(--color-input-border-active, var(--input-border-active));
705
+ }
706
+
707
+ .IncodeEmailPage .IncodeEmailInputWrapper.IncodeEmailInputWrapperError {
708
+ border-color: var(--color-input-border-negative, var(--input-border-negative));
709
+ }
710
+
711
+ .IncodeEmailPage .IncodeEmailInputWrapper.IncodeEmailInputWrapperDisabled {
712
+ border-color: var(--color-input-border-disabled, var(--input-border-disabled));
713
+ background-color: var(--color-input-surface-disabled, var(--input-surface-disabled));
714
+ }
715
+
716
+ .IncodeEmailPage .IncodeEmailInputLabel {
717
+ clip-path: inset(50%);
718
+ white-space: nowrap;
719
+ border-width: 0;
720
+ width: 1px;
721
+ height: 1px;
722
+ margin: -1px;
723
+ padding: 0;
724
+ position: absolute;
725
+ overflow: hidden;
726
+ }
727
+
728
+ .IncodeEmailPage .IncodeEmailInputField {
729
+ border-style: var(--tw-border-style);
730
+ border-width: var(--border-width-none, var(--border-none));
731
+ --tw-border-style: none;
732
+ width: 100%;
733
+ padding-inline: var(--spacing-16, var(--spacing-16, 16px));
734
+ padding-block: var(--spacing-16, var(--spacing-16, 16px));
735
+ font-size: var(--text-18, var(--primitive-typography-size-18));
736
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
737
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
738
+ color: var(--color-input-text-field-default, var(--input-text-field-default));
739
+ --tw-outline-style: none;
740
+ border-radius: var(--radius-small, var(--border-radius-small));
741
+ background-color: #0000;
742
+ border-style: none;
743
+ outline-style: none;
744
+ }
745
+
746
+ .IncodeEmailPage .IncodeEmailInputField::placeholder {
747
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
748
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
749
+ color: var(--color-input-text-field-placeholder, var(--input-text-field-placeholder));
750
+ }
751
+
752
+ .IncodeEmailPage .IncodeEmailInputField:disabled {
753
+ cursor: not-allowed;
754
+ color: var(--color-input-text-field-disabled, var(--input-text-field-disabled));
755
+ }
756
+
757
+ .IncodeEmailPage .IncodeEmailInputField:focus {
758
+ --tw-outline-style: none;
759
+ outline-style: none;
760
+ }
761
+
762
+ .IncodeEmailPage .IncodeEmailInputError {
763
+ margin: var(--spacing-0, var(--spacing-none, 0px));
764
+ text-align: center;
765
+ font-size: var(--text-14, var(--primitive-typography-size-14));
766
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
767
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
768
+ color: var(--color-input-text-helper-negative, var(--input-text-helper-negative));
769
+ }
770
+
771
+ .IncodeFlowStart {
772
+ width: 100%;
773
+ height: 100%;
774
+ padding-inline: var(--spacing-24, var(--spacing-24, 24px));
775
+ padding-top: var(--spacing-20, var(--spacing-20, 20px));
776
+ padding-bottom: var(--spacing-32, var(--spacing-32, 32px));
777
+ flex-direction: column;
778
+ justify-content: center;
779
+ align-items: center;
780
+ display: flex;
781
+ }
782
+
783
+ .IncodeFlowStartContent {
784
+ text-align: center;
785
+ flex-direction: column;
786
+ justify-content: space-between;
787
+ align-items: center;
788
+ width: 100%;
789
+ height: 100%;
790
+ display: flex;
791
+ }
792
+
793
+ .IncodeFlowStartCenterSection {
794
+ flex-direction: column;
795
+ flex: 1;
796
+ justify-content: center;
797
+ align-items: center;
798
+ width: 100%;
799
+ display: flex;
800
+ }
801
+
802
+ .IncodeFlowStartLogoContainer {
803
+ justify-content: center;
804
+ align-items: center;
805
+ min-width: 100px;
806
+ max-height: 250px;
807
+ display: flex;
808
+ }
809
+
810
+ .IncodeFlowStartLogo {
811
+ object-fit: contain;
812
+ width: 260px;
813
+ max-width: 100%;
814
+ height: auto;
815
+ max-height: 100%;
816
+ }
817
+
818
+ @media screen and (max-width: 767px) {
819
+ .IncodeFlowStartLogo {
820
+ width: 200px;
821
+ }
822
+ }
823
+
824
+ .IncodeFlowStartSubtitle {
825
+ color: #20263d;
826
+ text-align: center;
827
+ margin-top: 10px;
828
+ font-size: 1.5rem;
829
+ font-weight: bold;
830
+ line-height: 1.37;
831
+ }
832
+
833
+ .IncodeFlowStartButton {
834
+ margin-top: auto;
835
+ }
836
+
837
+ @media screen and (min-width: 992px) {
838
+ .IncodeFlowStart {
839
+ padding: 5% 20% 15%;
840
+ }
841
+ }
842
+
843
+ .IncodeFlowCompleted {
844
+ width: 100%;
845
+ height: 100%;
846
+ padding: var(--spacing-20, var(--spacing-20, 20px));
847
+ flex-direction: column;
848
+ justify-content: center;
849
+ align-items: center;
850
+ display: flex;
851
+ }
852
+
853
+ .IncodeComponent .IncodeFlowCompleted h1.IncodeFlowCompletedTitle {
854
+ color: #20263d;
855
+ text-align: left;
856
+ width: 100%;
857
+ margin: 20px 0;
858
+ font-size: 2rem;
859
+ font-weight: 700;
860
+ }
861
+
862
+ .IncodeComponent .IncodeFlowCompleted p.IncodeFlowCompletedSubtitle {
863
+ color: #20263d;
864
+ text-align: left;
865
+ width: 100%;
866
+ margin: 20px 0;
867
+ font-size: 1rem;
868
+ font-weight: 700;
869
+ }
870
+
871
+ @media screen and (min-width: 992px) {
872
+ .IncodeComponent .IncodeFlowCompleted h1.IncodeFlowCompletedTitle, .IncodeComponent .IncodeFlowCompleted p.IncodeFlowCompletedSubtitle {
873
+ text-align: center;
874
+ }
875
+ }
876
+
877
+ .IncodeUnsupportedModule {
878
+ min-height: 100vh;
879
+ padding: var(--spacing-16, var(--spacing-16, 16px));
880
+ flex-direction: column;
881
+ justify-content: center;
882
+ align-items: center;
883
+ display: flex;
884
+ }
885
+
886
+ .IncodeUnsupportedModuleContent {
887
+ max-width: var(--container-md, 28rem);
888
+ align-items: center;
889
+ gap: var(--spacing-16, var(--spacing-16, 16px));
890
+ text-align: center;
891
+ flex-direction: column;
892
+ display: flex;
893
+ }
894
+
895
+ .IncodeUnsupportedModuleTitle {
896
+ font-size: var(--text-24, var(--primitive-typography-size-24));
897
+ --tw-font-weight: var(--font-weight-semibold, var(--primitive-typography-weight-semibold));
898
+ font-weight: var(--font-weight-semibold, var(--primitive-typography-weight-semibold));
899
+ color: var(--color-text-body-primary, var(--text-body-primary));
900
+ }
901
+
902
+ .IncodeUnsupportedModuleMessage {
903
+ font-size: var(--text-16, var(--primitive-typography-size-16));
904
+ color: var(--color-text-body-secondary, var(--text-body-secondary));
905
+ }
906
+
907
+ .IncodeUnsupportedModuleButton {
908
+ margin-top: var(--spacing-8, var(--spacing-8, 8px));
909
+ }
910
+
911
+ .IncodeFlow {
912
+ width: 100%;
913
+ height: 100%;
914
+ }
915
+
916
+ .IncodeFlowModuleLoading {
917
+ text-align: center;
918
+ justify-content: center;
919
+ align-items: center;
920
+ height: 100%;
921
+ display: flex;
922
+ }
923
+
924
+ @property --tw-rotate-x {
925
+ syntax: "*";
926
+ inherits: false
927
+ }
928
+
929
+ @property --tw-rotate-y {
930
+ syntax: "*";
931
+ inherits: false
932
+ }
933
+
934
+ @property --tw-rotate-z {
935
+ syntax: "*";
936
+ inherits: false
937
+ }
938
+
939
+ @property --tw-skew-x {
940
+ syntax: "*";
941
+ inherits: false
942
+ }
943
+
944
+ @property --tw-skew-y {
945
+ syntax: "*";
946
+ inherits: false
947
+ }
948
+
949
+ @property --tw-border-style {
950
+ syntax: "*";
951
+ inherits: false;
952
+ initial-value: solid;
953
+ }
954
+
955
+ @property --tw-outline-style {
956
+ syntax: "*";
957
+ inherits: false;
958
+ initial-value: solid;
959
+ }
960
+
961
+ @property --tw-blur {
962
+ syntax: "*";
963
+ inherits: false
964
+ }
965
+
966
+ @property --tw-brightness {
967
+ syntax: "*";
968
+ inherits: false
969
+ }
970
+
971
+ @property --tw-contrast {
972
+ syntax: "*";
973
+ inherits: false
974
+ }
975
+
976
+ @property --tw-grayscale {
977
+ syntax: "*";
978
+ inherits: false
979
+ }
980
+
981
+ @property --tw-hue-rotate {
982
+ syntax: "*";
983
+ inherits: false
984
+ }
985
+
986
+ @property --tw-invert {
987
+ syntax: "*";
988
+ inherits: false
989
+ }
990
+
991
+ @property --tw-opacity {
992
+ syntax: "*";
993
+ inherits: false
994
+ }
995
+
996
+ @property --tw-saturate {
997
+ syntax: "*";
998
+ inherits: false
999
+ }
1000
+
1001
+ @property --tw-sepia {
1002
+ syntax: "*";
1003
+ inherits: false
1004
+ }
1005
+
1006
+ @property --tw-drop-shadow {
1007
+ syntax: "*";
1008
+ inherits: false
1009
+ }
1010
+
1011
+ @property --tw-drop-shadow-color {
1012
+ syntax: "*";
1013
+ inherits: false
1014
+ }
1015
+
1016
+ @property --tw-drop-shadow-alpha {
1017
+ syntax: "<percentage>";
1018
+ inherits: false;
1019
+ initial-value: 100%;
1020
+ }
1021
+
1022
+ @property --tw-drop-shadow-size {
1023
+ syntax: "*";
1024
+ inherits: false
1025
+ }
1026
+
1027
+ @property --tw-backdrop-blur {
1028
+ syntax: "*";
1029
+ inherits: false
1030
+ }
1031
+
1032
+ @property --tw-backdrop-brightness {
1033
+ syntax: "*";
1034
+ inherits: false
1035
+ }
1036
+
1037
+ @property --tw-backdrop-contrast {
1038
+ syntax: "*";
1039
+ inherits: false
1040
+ }
1041
+
1042
+ @property --tw-backdrop-grayscale {
1043
+ syntax: "*";
1044
+ inherits: false
1045
+ }
1046
+
1047
+ @property --tw-backdrop-hue-rotate {
1048
+ syntax: "*";
1049
+ inherits: false
1050
+ }
1051
+
1052
+ @property --tw-backdrop-invert {
1053
+ syntax: "*";
1054
+ inherits: false
1055
+ }
1056
+
1057
+ @property --tw-backdrop-opacity {
1058
+ syntax: "*";
1059
+ inherits: false
1060
+ }
1061
+
1062
+ @property --tw-backdrop-saturate {
1063
+ syntax: "*";
1064
+ inherits: false
1065
+ }
1066
+
1067
+ @property --tw-backdrop-sepia {
1068
+ syntax: "*";
1069
+ inherits: false
1070
+ }
1071
+
1072
+ @property --tw-ease {
1073
+ syntax: "*";
1074
+ inherits: false
1075
+ }
1076
+
1077
+ @property --tw-translate-x {
1078
+ syntax: "*";
1079
+ inherits: false;
1080
+ initial-value: 0;
1081
+ }
1082
+
1083
+ @property --tw-translate-y {
1084
+ syntax: "*";
1085
+ inherits: false;
1086
+ initial-value: 0;
1087
+ }
1088
+
1089
+ @property --tw-translate-z {
1090
+ syntax: "*";
1091
+ inherits: false;
1092
+ initial-value: 0;
1093
+ }
1094
+
1095
+ @property --tw-leading {
1096
+ syntax: "*";
1097
+ inherits: false
1098
+ }
1099
+
1100
+ @property --tw-font-weight {
1101
+ syntax: "*";
1102
+ inherits: false
1103
+ }
1104
+
1105
+ @property --tw-tracking {
1106
+ syntax: "*";
1107
+ inherits: false
1108
+ }
1109
+
1110
+ @property --tw-duration {
1111
+ syntax: "*";
1112
+ inherits: false
1113
+ }
1114
+
1115
+ @keyframes spin {
1116
+ to {
1117
+ transform: rotate(360deg);
1118
+ }
1119
+ }