@incodetech/web 2.0.0-alpha.9 → 2.0.0

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