@ptcwebops/ptcw-design 2.6.7 → 2.6.9

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 (63) hide show
  1. package/dist/cjs/embedded-form.cjs.entry.js +93 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/ptc-embedded-quiz.cjs.entry.js +1 -1
  4. package/dist/cjs/ptc-form-checkbox_3.cjs.entry.js +10664 -0
  5. package/dist/cjs/ptc-form.cjs.entry.js +89 -0
  6. package/dist/cjs/ptc-nav-link.cjs.entry.js +7 -3
  7. package/dist/cjs/ptc-subnav.cjs.entry.js +6 -2
  8. package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +1 -1
  9. package/dist/cjs/ptcw-design.cjs.js +1 -1
  10. package/dist/collection/collection-manifest.json +5 -0
  11. package/dist/collection/components/organism-bundles/form/embedded-form/embedded-form.css +29 -0
  12. package/dist/collection/components/organism-bundles/form/embedded-form/embedded-form.js +98 -0
  13. package/dist/collection/components/organism-bundles/form/ptc-form/ptc-form.css +14 -0
  14. package/dist/collection/components/organism-bundles/form/ptc-form/ptc-form.js +94 -0
  15. package/dist/collection/components/ptc-embedded-quiz/ptc-embedded-quiz.css +2 -2
  16. package/dist/collection/components/ptc-form-checkbox/ptc-form-checkbox.css +1083 -0
  17. package/dist/collection/components/ptc-form-checkbox/ptc-form-checkbox.js +209 -0
  18. package/dist/collection/components/ptc-select/ptc-select.css +6099 -0
  19. package/dist/collection/components/ptc-select/ptc-select.js +190 -0
  20. package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.css +5 -2
  21. package/dist/collection/components/ptc-textfield/ptc-textfield.css +3590 -0
  22. package/dist/collection/components/ptc-textfield/ptc-textfield.js +351 -0
  23. package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.js +24 -3
  24. package/dist/collection/components/subnav/ptc-subnav/ptc-subnav.css +0 -1
  25. package/dist/collection/components/subnav/ptc-subnav/ptc-subnav.js +11 -1
  26. package/dist/collection/stories/FormCheckbox.stories.js +58 -0
  27. package/dist/collection/stories/MaxWidthContainer.stories.js +33 -19
  28. package/dist/collection/stories/Select.stories.js +81 -0
  29. package/dist/collection/stories/Textfield.stories.js +82 -0
  30. package/dist/custom-elements/index.d.ts +31 -1
  31. package/dist/custom-elements/index.js +14323 -3477
  32. package/dist/esm/embedded-form.entry.js +89 -0
  33. package/dist/esm/loader.js +1 -1
  34. package/dist/esm/ptc-embedded-quiz.entry.js +1 -1
  35. package/dist/esm/ptc-form-checkbox_3.entry.js +10658 -0
  36. package/dist/esm/ptc-form.entry.js +85 -0
  37. package/dist/esm/ptc-nav-link.entry.js +8 -4
  38. package/dist/esm/ptc-subnav.entry.js +6 -2
  39. package/dist/esm/ptc-text-copy-with-background.entry.js +1 -1
  40. package/dist/esm/ptcw-design.js +1 -1
  41. package/dist/ptcw-design/p-018470e2.entry.js +1 -0
  42. package/dist/ptcw-design/p-0b1d5c21.entry.js +1 -0
  43. package/dist/ptcw-design/p-11582f1e.entry.js +359 -0
  44. package/dist/ptcw-design/p-2fb1e3d3.entry.js +1 -0
  45. package/dist/ptcw-design/{p-65e630ea.entry.js → p-67f50038.entry.js} +1 -1
  46. package/dist/ptcw-design/p-84090398.entry.js +1 -0
  47. package/dist/ptcw-design/p-f245f1bd.entry.js +1 -0
  48. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  49. package/dist/types/components/organism-bundles/form/embedded-form/embedded-form.d.ts +29 -0
  50. package/dist/types/components/organism-bundles/form/ptc-form/ptc-form.d.ts +25 -0
  51. package/dist/types/components/ptc-form-checkbox/ptc-form-checkbox.d.ts +20 -0
  52. package/dist/types/components/ptc-select/ptc-select.d.ts +18 -0
  53. package/dist/types/components/ptc-textfield/ptc-textfield.d.ts +27 -0
  54. package/dist/types/components/subnav/ptc-nav-link/ptc-nav-link.d.ts +6 -1
  55. package/dist/types/components/subnav/ptc-subnav/ptc-subnav.d.ts +1 -0
  56. package/dist/types/components.d.ts +136 -0
  57. package/dist/types/utils/interfaces.d.ts +6 -0
  58. package/package.json +7 -1
  59. package/readme.md +1 -1
  60. package/dist/ptcw-design/p-2bb95382.entry.js +0 -1
  61. package/dist/ptcw-design/p-5229a430.entry.js +0 -1
  62. package/dist/ptcw-design/p-c249785a.entry.js +0 -1
  63. package/dist/types/global.d.ts +0 -1072
@@ -0,0 +1,3590 @@
1
+ /**
2
+ * @license
3
+ * Copyright Google LLC All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://github.com/material-components/material-components-web/blob/master/LICENSE
7
+ */
8
+ .mdc-floating-label {
9
+ -moz-osx-font-smoothing: grayscale;
10
+ -webkit-font-smoothing: antialiased;
11
+ font-family: Roboto, sans-serif;
12
+ /* @alternate */
13
+ font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
14
+ font-size: 1rem;
15
+ /* @alternate */
16
+ font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
17
+ font-weight: 400;
18
+ /* @alternate */
19
+ font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
20
+ letter-spacing: 0.009375em;
21
+ /* @alternate */
22
+ letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
23
+ text-decoration: inherit;
24
+ /* @alternate */
25
+ -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
26
+ text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
27
+ text-transform: inherit;
28
+ /* @alternate */
29
+ text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
30
+ position: absolute;
31
+ /* @noflip */
32
+ /*rtl:ignore*/
33
+ left: 0;
34
+ /* @noflip */
35
+ /*rtl:ignore*/
36
+ -webkit-transform-origin: left top;
37
+ /* @noflip */
38
+ /*rtl:ignore*/
39
+ transform-origin: left top;
40
+ line-height: 1.15rem;
41
+ text-align: left;
42
+ text-overflow: ellipsis;
43
+ white-space: nowrap;
44
+ cursor: text;
45
+ overflow: hidden;
46
+ /* @alternate */
47
+ will-change: transform;
48
+ transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
49
+ transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
50
+ transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
51
+ }
52
+ [dir=rtl] .mdc-floating-label, .mdc-floating-label[dir=rtl] {
53
+ /*rtl:begin:ignore*/
54
+ /* @noflip */
55
+ /*rtl:ignore*/
56
+ right: 0;
57
+ /* @noflip */
58
+ /*rtl:ignore*/
59
+ left: auto;
60
+ /* @noflip */
61
+ /*rtl:ignore*/
62
+ -webkit-transform-origin: right top;
63
+ /* @noflip */
64
+ /*rtl:ignore*/
65
+ transform-origin: right top;
66
+ /* @noflip */
67
+ /*rtl:ignore*/
68
+ text-align: right;
69
+ /*rtl:end:ignore*/
70
+ }
71
+
72
+ .mdc-floating-label--float-above {
73
+ cursor: auto;
74
+ }
75
+
76
+ .mdc-floating-label--required::after {
77
+ /* @noflip */
78
+ /*rtl:ignore*/
79
+ margin-left: 1px;
80
+ /* @noflip */
81
+ /*rtl:ignore*/
82
+ margin-right: 0px;
83
+ content: "*";
84
+ }
85
+ [dir=rtl] .mdc-floating-label--required, .mdc-floating-label--required[dir=rtl] {
86
+ /*rtl:begin:ignore*/
87
+ /*rtl:end:ignore*/
88
+ }
89
+ [dir=rtl] .mdc-floating-label--required::after, .mdc-floating-label--required[dir=rtl]::after {
90
+ /* @noflip */
91
+ /*rtl:ignore*/
92
+ margin-left: 0;
93
+ /* @noflip */
94
+ /*rtl:ignore*/
95
+ margin-right: 1px;
96
+ }
97
+
98
+ .mdc-floating-label--float-above {
99
+ -webkit-transform: translateY(-106%) scale(0.75);
100
+ transform: translateY(-106%) scale(0.75);
101
+ }
102
+
103
+ .mdc-floating-label--shake {
104
+ -webkit-animation: mdc-floating-label-shake-float-above-standard 250ms 1;
105
+ animation: mdc-floating-label-shake-float-above-standard 250ms 1;
106
+ }
107
+
108
+ @-webkit-keyframes mdc-floating-label-shake-float-above-standard {
109
+ 0% {
110
+ /* @noflip */
111
+ /*rtl:ignore*/
112
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
113
+ transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
114
+ }
115
+ 33% {
116
+ -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
117
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
118
+ /* @noflip */
119
+ /*rtl:ignore*/
120
+ -webkit-transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
121
+ transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
122
+ }
123
+ 66% {
124
+ -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
125
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
126
+ /* @noflip */
127
+ /*rtl:ignore*/
128
+ -webkit-transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
129
+ transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
130
+ }
131
+ 100% {
132
+ /* @noflip */
133
+ /*rtl:ignore*/
134
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
135
+ transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
136
+ }
137
+ }
138
+
139
+ @keyframes mdc-floating-label-shake-float-above-standard {
140
+ 0% {
141
+ /* @noflip */
142
+ /*rtl:ignore*/
143
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
144
+ transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
145
+ }
146
+ 33% {
147
+ -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
148
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
149
+ /* @noflip */
150
+ /*rtl:ignore*/
151
+ -webkit-transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
152
+ transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
153
+ }
154
+ 66% {
155
+ -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
156
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
157
+ /* @noflip */
158
+ /*rtl:ignore*/
159
+ -webkit-transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
160
+ transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
161
+ }
162
+ 100% {
163
+ /* @noflip */
164
+ /*rtl:ignore*/
165
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
166
+ transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
167
+ }
168
+ }
169
+ .mdc-line-ripple::before, .mdc-line-ripple::after {
170
+ position: absolute;
171
+ bottom: 0;
172
+ left: 0;
173
+ width: 100%;
174
+ border-bottom-style: solid;
175
+ content: "";
176
+ }
177
+ .mdc-line-ripple::before {
178
+ border-bottom-width: 1px;
179
+ }
180
+ .mdc-line-ripple::before {
181
+ z-index: 1;
182
+ }
183
+ .mdc-line-ripple::after {
184
+ -webkit-transform: scaleX(0);
185
+ transform: scaleX(0);
186
+ border-bottom-width: 2px;
187
+ opacity: 0;
188
+ z-index: 2;
189
+ }
190
+ .mdc-line-ripple::after {
191
+ transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
192
+ transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
193
+ transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
194
+ }
195
+
196
+ .mdc-line-ripple--active::after {
197
+ -webkit-transform: scaleX(1);
198
+ transform: scaleX(1);
199
+ opacity: 1;
200
+ }
201
+
202
+ .mdc-line-ripple--deactivating::after {
203
+ opacity: 0;
204
+ }
205
+
206
+ .mdc-notched-outline {
207
+ display: flex;
208
+ position: absolute;
209
+ top: 0;
210
+ right: 0;
211
+ left: 0;
212
+ box-sizing: border-box;
213
+ width: 100%;
214
+ max-width: 100%;
215
+ height: 100%;
216
+ /* @noflip */
217
+ /*rtl:ignore*/
218
+ text-align: left;
219
+ pointer-events: none;
220
+ }
221
+ [dir=rtl] .mdc-notched-outline, .mdc-notched-outline[dir=rtl] {
222
+ /*rtl:begin:ignore*/
223
+ /* @noflip */
224
+ /*rtl:ignore*/
225
+ text-align: right;
226
+ /*rtl:end:ignore*/
227
+ }
228
+
229
+ .mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing {
230
+ box-sizing: border-box;
231
+ height: 100%;
232
+ border-top: 1px solid;
233
+ border-bottom: 1px solid;
234
+ pointer-events: none;
235
+ }
236
+ .mdc-notched-outline__leading {
237
+ /* @noflip */
238
+ /*rtl:ignore*/
239
+ border-left: 1px solid;
240
+ /* @noflip */
241
+ /*rtl:ignore*/
242
+ border-right: none;
243
+ width: 12px;
244
+ }
245
+ [dir=rtl] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir=rtl] {
246
+ /*rtl:begin:ignore*/
247
+ /* @noflip */
248
+ /*rtl:ignore*/
249
+ border-left: none;
250
+ /* @noflip */
251
+ /*rtl:ignore*/
252
+ border-right: 1px solid;
253
+ /*rtl:end:ignore*/
254
+ }
255
+
256
+ .mdc-notched-outline__trailing {
257
+ /* @noflip */
258
+ /*rtl:ignore*/
259
+ border-left: none;
260
+ /* @noflip */
261
+ /*rtl:ignore*/
262
+ border-right: 1px solid;
263
+ flex-grow: 1;
264
+ }
265
+ [dir=rtl] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir=rtl] {
266
+ /*rtl:begin:ignore*/
267
+ /* @noflip */
268
+ /*rtl:ignore*/
269
+ border-left: 1px solid;
270
+ /* @noflip */
271
+ /*rtl:ignore*/
272
+ border-right: none;
273
+ /*rtl:end:ignore*/
274
+ }
275
+
276
+ .mdc-notched-outline__notch {
277
+ flex: 0 0 auto;
278
+ width: auto;
279
+ max-width: calc(100% - 12px * 2);
280
+ }
281
+ .mdc-notched-outline .mdc-floating-label {
282
+ display: inline-block;
283
+ position: relative;
284
+ max-width: 100%;
285
+ }
286
+ .mdc-notched-outline .mdc-floating-label--float-above {
287
+ text-overflow: clip;
288
+ }
289
+ .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
290
+ max-width: 133.3333333333%;
291
+ }
292
+
293
+ .mdc-notched-outline--notched .mdc-notched-outline__notch {
294
+ /* @noflip */
295
+ /*rtl:ignore*/
296
+ padding-left: 0;
297
+ /* @noflip */
298
+ /*rtl:ignore*/
299
+ padding-right: 8px;
300
+ border-top: none;
301
+ }
302
+ [dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl] {
303
+ /*rtl:begin:ignore*/
304
+ /* @noflip */
305
+ /*rtl:ignore*/
306
+ padding-left: 8px;
307
+ /* @noflip */
308
+ /*rtl:ignore*/
309
+ padding-right: 0;
310
+ /*rtl:end:ignore*/
311
+ }
312
+
313
+ .mdc-notched-outline--no-label .mdc-notched-outline__notch {
314
+ display: none;
315
+ }
316
+
317
+ @-webkit-keyframes mdc-ripple-fg-radius-in {
318
+ from {
319
+ -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
320
+ animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
321
+ -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
322
+ transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
323
+ }
324
+ to {
325
+ -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
326
+ transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
327
+ }
328
+ }
329
+
330
+ @keyframes mdc-ripple-fg-radius-in {
331
+ from {
332
+ -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
333
+ animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
334
+ -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
335
+ transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
336
+ }
337
+ to {
338
+ -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
339
+ transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
340
+ }
341
+ }
342
+ @-webkit-keyframes mdc-ripple-fg-opacity-in {
343
+ from {
344
+ -webkit-animation-timing-function: linear;
345
+ animation-timing-function: linear;
346
+ opacity: 0;
347
+ }
348
+ to {
349
+ opacity: var(--mdc-ripple-fg-opacity, 0);
350
+ }
351
+ }
352
+ @keyframes mdc-ripple-fg-opacity-in {
353
+ from {
354
+ -webkit-animation-timing-function: linear;
355
+ animation-timing-function: linear;
356
+ opacity: 0;
357
+ }
358
+ to {
359
+ opacity: var(--mdc-ripple-fg-opacity, 0);
360
+ }
361
+ }
362
+ @-webkit-keyframes mdc-ripple-fg-opacity-out {
363
+ from {
364
+ -webkit-animation-timing-function: linear;
365
+ animation-timing-function: linear;
366
+ opacity: var(--mdc-ripple-fg-opacity, 0);
367
+ }
368
+ to {
369
+ opacity: 0;
370
+ }
371
+ }
372
+ @keyframes mdc-ripple-fg-opacity-out {
373
+ from {
374
+ -webkit-animation-timing-function: linear;
375
+ animation-timing-function: linear;
376
+ opacity: var(--mdc-ripple-fg-opacity, 0);
377
+ }
378
+ to {
379
+ opacity: 0;
380
+ }
381
+ }
382
+ .mdc-text-field--filled {
383
+ --mdc-ripple-fg-size: 0;
384
+ --mdc-ripple-left: 0;
385
+ --mdc-ripple-top: 0;
386
+ --mdc-ripple-fg-scale: 1;
387
+ --mdc-ripple-fg-translate-end: 0;
388
+ --mdc-ripple-fg-translate-start: 0;
389
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
390
+ will-change: transform, opacity;
391
+ }
392
+ .mdc-text-field--filled .mdc-text-field__ripple::before,
393
+ .mdc-text-field--filled .mdc-text-field__ripple::after {
394
+ position: absolute;
395
+ border-radius: 50%;
396
+ opacity: 0;
397
+ pointer-events: none;
398
+ content: "";
399
+ }
400
+ .mdc-text-field--filled .mdc-text-field__ripple::before {
401
+ transition: opacity 15ms linear, background-color 15ms linear;
402
+ z-index: 1;
403
+ /* @alternate */
404
+ z-index: var(--mdc-ripple-z-index, 1);
405
+ }
406
+ .mdc-text-field--filled .mdc-text-field__ripple::after {
407
+ z-index: 0;
408
+ /* @alternate */
409
+ z-index: var(--mdc-ripple-z-index, 0);
410
+ }
411
+ .mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::before {
412
+ -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
413
+ transform: scale(var(--mdc-ripple-fg-scale, 1));
414
+ }
415
+ .mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
416
+ top: 0;
417
+ /* @noflip */
418
+ /*rtl:ignore*/
419
+ left: 0;
420
+ -webkit-transform: scale(0);
421
+ transform: scale(0);
422
+ -webkit-transform-origin: center center;
423
+ transform-origin: center center;
424
+ }
425
+ .mdc-text-field--filled.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple::after {
426
+ top: var(--mdc-ripple-top, 0);
427
+ /* @noflip */
428
+ /*rtl:ignore*/
429
+ left: var(--mdc-ripple-left, 0);
430
+ }
431
+ .mdc-text-field--filled.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple::after {
432
+ -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
433
+ animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
434
+ }
435
+ .mdc-text-field--filled.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple::after {
436
+ -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
437
+ animation: mdc-ripple-fg-opacity-out 150ms;
438
+ -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
439
+ transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
440
+ }
441
+ .mdc-text-field--filled .mdc-text-field__ripple::before,
442
+ .mdc-text-field--filled .mdc-text-field__ripple::after {
443
+ top: calc(50% - 100%);
444
+ /* @noflip */
445
+ /*rtl:ignore*/
446
+ left: calc(50% - 100%);
447
+ width: 200%;
448
+ height: 200%;
449
+ }
450
+ .mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
451
+ width: var(--mdc-ripple-fg-size, 100%);
452
+ height: var(--mdc-ripple-fg-size, 100%);
453
+ }
454
+
455
+ .mdc-text-field__ripple {
456
+ position: absolute;
457
+ top: 0;
458
+ left: 0;
459
+ width: 100%;
460
+ height: 100%;
461
+ pointer-events: none;
462
+ }
463
+
464
+ .mdc-text-field {
465
+ border-top-left-radius: 4px;
466
+ /* @alternate */
467
+ border-top-left-radius: var(--mdc-shape-small, 4px);
468
+ border-top-right-radius: 4px;
469
+ /* @alternate */
470
+ border-top-right-radius: var(--mdc-shape-small, 4px);
471
+ border-bottom-right-radius: 0;
472
+ border-bottom-left-radius: 0;
473
+ display: inline-flex;
474
+ align-items: baseline;
475
+ padding: 0 16px;
476
+ position: relative;
477
+ box-sizing: border-box;
478
+ overflow: hidden;
479
+ /* @alternate */
480
+ will-change: opacity, transform, color;
481
+ }
482
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
483
+ color: rgba(0, 0, 0, 0.6);
484
+ }
485
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
486
+ color: rgba(0, 0, 0, 0.87);
487
+ }
488
+ @media all {
489
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
490
+ color: rgba(0, 0, 0, 0.54);
491
+ }
492
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
493
+ color: rgba(0, 0, 0, 0.54);
494
+ }
495
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder {
496
+ color: rgba(0, 0, 0, 0.54);
497
+ }
498
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
499
+ color: rgba(0, 0, 0, 0.54);
500
+ }
501
+ }
502
+ @media all {
503
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
504
+ color: rgba(0, 0, 0, 0.54);
505
+ }
506
+ }
507
+ .mdc-text-field .mdc-text-field__input {
508
+ caret-color: #6200ee;
509
+ /* @alternate */
510
+ caret-color: var(--mdc-theme-primary, #6200ee);
511
+ }
512
+ .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
513
+ color: rgba(0, 0, 0, 0.6);
514
+ }
515
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
516
+ .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
517
+ color: rgba(0, 0, 0, 0.6);
518
+ }
519
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
520
+ color: rgba(0, 0, 0, 0.54);
521
+ }
522
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
523
+ color: rgba(0, 0, 0, 0.54);
524
+ }
525
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
526
+ color: rgba(0, 0, 0, 0.6);
527
+ }
528
+ .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
529
+ color: rgba(0, 0, 0, 0.6);
530
+ }
531
+ .mdc-text-field .mdc-floating-label {
532
+ top: 50%;
533
+ -webkit-transform: translateY(-50%);
534
+ transform: translateY(-50%);
535
+ pointer-events: none;
536
+ }
537
+
538
+ .mdc-text-field__input {
539
+ -moz-osx-font-smoothing: grayscale;
540
+ -webkit-font-smoothing: antialiased;
541
+ font-family: Roboto, sans-serif;
542
+ /* @alternate */
543
+ font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
544
+ font-size: 1rem;
545
+ /* @alternate */
546
+ font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
547
+ font-weight: 400;
548
+ /* @alternate */
549
+ font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
550
+ letter-spacing: 0.009375em;
551
+ /* @alternate */
552
+ letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
553
+ text-decoration: inherit;
554
+ /* @alternate */
555
+ -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
556
+ text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
557
+ text-transform: inherit;
558
+ /* @alternate */
559
+ text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
560
+ height: 28px;
561
+ transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
562
+ width: 100%;
563
+ min-width: 0;
564
+ border: none;
565
+ border-radius: 0;
566
+ background: none;
567
+ -webkit-appearance: none;
568
+ -moz-appearance: none;
569
+ appearance: none;
570
+ padding: 0;
571
+ }
572
+ .mdc-text-field__input::-ms-clear {
573
+ display: none;
574
+ }
575
+ .mdc-text-field__input::-webkit-calendar-picker-indicator {
576
+ display: none;
577
+ }
578
+ .mdc-text-field__input:focus {
579
+ outline: none;
580
+ }
581
+ .mdc-text-field__input:invalid {
582
+ box-shadow: none;
583
+ }
584
+ @media all {
585
+ .mdc-text-field__input::-webkit-input-placeholder {
586
+ transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
587
+ opacity: 0;
588
+ }
589
+ .mdc-text-field__input:-ms-input-placeholder {
590
+ transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
591
+ opacity: 0;
592
+ }
593
+ .mdc-text-field__input::-ms-input-placeholder {
594
+ transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
595
+ opacity: 0;
596
+ }
597
+ .mdc-text-field__input::placeholder {
598
+ transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
599
+ opacity: 0;
600
+ }
601
+ }
602
+ @media all {
603
+ .mdc-text-field__input:-ms-input-placeholder {
604
+ transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
605
+ opacity: 0;
606
+ }
607
+ }
608
+ @media all {
609
+ .mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder, .mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder {
610
+ transition-delay: 40ms;
611
+ transition-duration: 110ms;
612
+ opacity: 1;
613
+ }
614
+ .mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder, .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
615
+ transition-delay: 40ms;
616
+ transition-duration: 110ms;
617
+ opacity: 1;
618
+ }
619
+ .mdc-text-field--no-label .mdc-text-field__input::-ms-input-placeholder, .mdc-text-field--focused .mdc-text-field__input::-ms-input-placeholder {
620
+ transition-delay: 40ms;
621
+ transition-duration: 110ms;
622
+ opacity: 1;
623
+ }
624
+ .mdc-text-field--no-label .mdc-text-field__input::placeholder, .mdc-text-field--focused .mdc-text-field__input::placeholder {
625
+ transition-delay: 40ms;
626
+ transition-duration: 110ms;
627
+ opacity: 1;
628
+ }
629
+ }
630
+ @media all {
631
+ .mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder, .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
632
+ transition-delay: 40ms;
633
+ transition-duration: 110ms;
634
+ opacity: 1;
635
+ }
636
+ }
637
+
638
+ .mdc-text-field__affix {
639
+ -moz-osx-font-smoothing: grayscale;
640
+ -webkit-font-smoothing: antialiased;
641
+ font-family: Roboto, sans-serif;
642
+ /* @alternate */
643
+ font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
644
+ font-size: 1rem;
645
+ /* @alternate */
646
+ font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
647
+ font-weight: 400;
648
+ /* @alternate */
649
+ font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
650
+ letter-spacing: 0.009375em;
651
+ /* @alternate */
652
+ letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
653
+ text-decoration: inherit;
654
+ /* @alternate */
655
+ -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
656
+ text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
657
+ text-transform: inherit;
658
+ /* @alternate */
659
+ text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
660
+ height: 28px;
661
+ transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
662
+ opacity: 0;
663
+ white-space: nowrap;
664
+ }
665
+ .mdc-text-field--label-floating .mdc-text-field__affix, .mdc-text-field--no-label .mdc-text-field__affix {
666
+ opacity: 1;
667
+ }
668
+ @supports (-webkit-hyphens: none) {
669
+ .mdc-text-field--outlined .mdc-text-field__affix {
670
+ align-items: center;
671
+ align-self: center;
672
+ display: inline-flex;
673
+ height: 100%;
674
+ }
675
+ }
676
+
677
+ .mdc-text-field__affix--prefix {
678
+ /* @noflip */
679
+ /*rtl:ignore*/
680
+ padding-left: 0;
681
+ /* @noflip */
682
+ /*rtl:ignore*/
683
+ padding-right: 2px;
684
+ }
685
+ [dir=rtl] .mdc-text-field__affix--prefix, .mdc-text-field__affix--prefix[dir=rtl] {
686
+ /*rtl:begin:ignore*/
687
+ /* @noflip */
688
+ /*rtl:ignore*/
689
+ padding-left: 2px;
690
+ /* @noflip */
691
+ /*rtl:ignore*/
692
+ padding-right: 0;
693
+ /*rtl:end:ignore*/
694
+ }
695
+
696
+ .mdc-text-field--end-aligned .mdc-text-field__affix--prefix {
697
+ /* @noflip */
698
+ /*rtl:ignore*/
699
+ padding-left: 0;
700
+ /* @noflip */
701
+ /*rtl:ignore*/
702
+ padding-right: 12px;
703
+ }
704
+ [dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix, .mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl] {
705
+ /*rtl:begin:ignore*/
706
+ /* @noflip */
707
+ /*rtl:ignore*/
708
+ padding-left: 12px;
709
+ /* @noflip */
710
+ /*rtl:ignore*/
711
+ padding-right: 0;
712
+ /*rtl:end:ignore*/
713
+ }
714
+
715
+ .mdc-text-field__affix--suffix {
716
+ /* @noflip */
717
+ /*rtl:ignore*/
718
+ padding-left: 12px;
719
+ /* @noflip */
720
+ /*rtl:ignore*/
721
+ padding-right: 0;
722
+ }
723
+ [dir=rtl] .mdc-text-field__affix--suffix, .mdc-text-field__affix--suffix[dir=rtl] {
724
+ /*rtl:begin:ignore*/
725
+ /* @noflip */
726
+ /*rtl:ignore*/
727
+ padding-left: 0;
728
+ /* @noflip */
729
+ /*rtl:ignore*/
730
+ padding-right: 12px;
731
+ /*rtl:end:ignore*/
732
+ }
733
+
734
+ .mdc-text-field--end-aligned .mdc-text-field__affix--suffix {
735
+ /* @noflip */
736
+ /*rtl:ignore*/
737
+ padding-left: 2px;
738
+ /* @noflip */
739
+ /*rtl:ignore*/
740
+ padding-right: 0;
741
+ }
742
+ [dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix, .mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl] {
743
+ /*rtl:begin:ignore*/
744
+ /* @noflip */
745
+ /*rtl:ignore*/
746
+ padding-left: 0;
747
+ /* @noflip */
748
+ /*rtl:ignore*/
749
+ padding-right: 2px;
750
+ /*rtl:end:ignore*/
751
+ }
752
+
753
+ .mdc-text-field--filled {
754
+ height: 56px;
755
+ }
756
+ .mdc-text-field--filled .mdc-text-field__ripple::before,
757
+ .mdc-text-field--filled .mdc-text-field__ripple::after {
758
+ background-color: rgba(0, 0, 0, 0.87);
759
+ /* @alternate */
760
+ background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
761
+ }
762
+ .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
763
+ opacity: 0.04;
764
+ /* @alternate */
765
+ opacity: var(--mdc-ripple-hover-opacity, 0.04);
766
+ }
767
+ .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
768
+ transition-duration: 75ms;
769
+ opacity: 0.12;
770
+ /* @alternate */
771
+ opacity: var(--mdc-ripple-focus-opacity, 0.12);
772
+ }
773
+ .mdc-text-field--filled::before {
774
+ display: inline-block;
775
+ width: 0;
776
+ height: 40px;
777
+ content: "";
778
+ vertical-align: 0;
779
+ }
780
+ .mdc-text-field--filled:not(.mdc-text-field--disabled) {
781
+ background-color: whitesmoke;
782
+ }
783
+ .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
784
+ border-bottom-color: rgba(0, 0, 0, 0.42);
785
+ }
786
+ .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
787
+ border-bottom-color: rgba(0, 0, 0, 0.87);
788
+ }
789
+ .mdc-text-field--filled .mdc-line-ripple::after {
790
+ border-bottom-color: #6200ee;
791
+ /* @alternate */
792
+ border-bottom-color: var(--mdc-theme-primary, #6200ee);
793
+ }
794
+ .mdc-text-field--filled .mdc-floating-label {
795
+ /* @noflip */
796
+ /*rtl:ignore*/
797
+ left: 16px;
798
+ /* @noflip */
799
+ /*rtl:ignore*/
800
+ right: initial;
801
+ }
802
+ [dir=rtl] .mdc-text-field--filled .mdc-floating-label, .mdc-text-field--filled .mdc-floating-label[dir=rtl] {
803
+ /*rtl:begin:ignore*/
804
+ /* @noflip */
805
+ /*rtl:ignore*/
806
+ left: initial;
807
+ /* @noflip */
808
+ /*rtl:ignore*/
809
+ right: 16px;
810
+ /*rtl:end:ignore*/
811
+ }
812
+
813
+ .mdc-text-field--filled .mdc-floating-label--float-above {
814
+ -webkit-transform: translateY(-106%) scale(0.75);
815
+ transform: translateY(-106%) scale(0.75);
816
+ }
817
+ .mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
818
+ height: 100%;
819
+ }
820
+ .mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label {
821
+ display: none;
822
+ }
823
+ .mdc-text-field--filled.mdc-text-field--no-label::before {
824
+ display: none;
825
+ }
826
+ @supports (-webkit-hyphens: none) {
827
+ .mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix {
828
+ align-items: center;
829
+ align-self: center;
830
+ display: inline-flex;
831
+ height: 100%;
832
+ }
833
+ }
834
+
835
+ .mdc-text-field--outlined {
836
+ height: 56px;
837
+ overflow: visible;
838
+ }
839
+ .mdc-text-field--outlined .mdc-floating-label--float-above {
840
+ -webkit-transform: translateY(-37.25px) scale(1);
841
+ transform: translateY(-37.25px) scale(1);
842
+ }
843
+ .mdc-text-field--outlined .mdc-floating-label--float-above {
844
+ font-size: 0.75rem;
845
+ }
846
+ .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
847
+ .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
848
+ -webkit-transform: translateY(-34.75px) scale(0.75);
849
+ transform: translateY(-34.75px) scale(0.75);
850
+ }
851
+ .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
852
+ .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
853
+ font-size: 1rem;
854
+ }
855
+ .mdc-text-field--outlined .mdc-floating-label--shake {
856
+ -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
857
+ animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
858
+ }
859
+ @-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined {
860
+ 0% {
861
+ /* @noflip */
862
+ /*rtl:ignore*/
863
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
864
+ transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
865
+ }
866
+ 33% {
867
+ -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
868
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
869
+ /* @noflip */
870
+ /*rtl:ignore*/
871
+ -webkit-transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
872
+ transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
873
+ }
874
+ 66% {
875
+ -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
876
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
877
+ /* @noflip */
878
+ /*rtl:ignore*/
879
+ -webkit-transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
880
+ transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
881
+ }
882
+ 100% {
883
+ /* @noflip */
884
+ /*rtl:ignore*/
885
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
886
+ transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
887
+ }
888
+ }
889
+ @keyframes mdc-floating-label-shake-float-above-text-field-outlined {
890
+ 0% {
891
+ /* @noflip */
892
+ /*rtl:ignore*/
893
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
894
+ transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
895
+ }
896
+ 33% {
897
+ -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
898
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
899
+ /* @noflip */
900
+ /*rtl:ignore*/
901
+ -webkit-transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
902
+ transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
903
+ }
904
+ 66% {
905
+ -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
906
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
907
+ /* @noflip */
908
+ /*rtl:ignore*/
909
+ -webkit-transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
910
+ transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
911
+ }
912
+ 100% {
913
+ /* @noflip */
914
+ /*rtl:ignore*/
915
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
916
+ transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
917
+ }
918
+ }
919
+ .mdc-text-field--outlined .mdc-text-field__input {
920
+ height: 100%;
921
+ }
922
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
923
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
924
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
925
+ border-color: rgba(0, 0, 0, 0.38);
926
+ }
927
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
928
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
929
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
930
+ border-color: rgba(0, 0, 0, 0.87);
931
+ }
932
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
933
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
934
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
935
+ border-color: #6200ee;
936
+ /* @alternate */
937
+ border-color: var(--mdc-theme-primary, #6200ee);
938
+ }
939
+ .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
940
+ /* @noflip */
941
+ /*rtl:ignore*/
942
+ border-top-left-radius: 4px;
943
+ /* @alternate */
944
+ /* @noflip */
945
+ /*rtl:ignore*/
946
+ border-top-left-radius: var(--mdc-shape-small, 4px);
947
+ /* @noflip */
948
+ /*rtl:ignore*/
949
+ border-top-right-radius: 0;
950
+ /* @noflip */
951
+ /*rtl:ignore*/
952
+ border-bottom-right-radius: 0;
953
+ /* @noflip */
954
+ /*rtl:ignore*/
955
+ border-bottom-left-radius: 4px;
956
+ /* @alternate */
957
+ /* @noflip */
958
+ /*rtl:ignore*/
959
+ border-bottom-left-radius: var(--mdc-shape-small, 4px);
960
+ }
961
+ [dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
962
+ /*rtl:begin:ignore*/
963
+ /* @noflip */
964
+ /*rtl:ignore*/
965
+ border-top-left-radius: 0;
966
+ /* @noflip */
967
+ /*rtl:ignore*/
968
+ border-top-right-radius: 4px;
969
+ /* @alternate */
970
+ /* @noflip */
971
+ /*rtl:ignore*/
972
+ border-top-right-radius: var(--mdc-shape-small, 4px);
973
+ /* @noflip */
974
+ /*rtl:ignore*/
975
+ border-bottom-right-radius: 4px;
976
+ /* @alternate */
977
+ /* @noflip */
978
+ /*rtl:ignore*/
979
+ border-bottom-right-radius: var(--mdc-shape-small, 4px);
980
+ /* @noflip */
981
+ /*rtl:ignore*/
982
+ border-bottom-left-radius: 0;
983
+ /*rtl:end:ignore*/
984
+ }
985
+
986
+ @supports (top: max(0%)) {
987
+ .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
988
+ width: max(12px, var(--mdc-shape-small, 4px));
989
+ }
990
+ }
991
+ @supports (top: max(0%)) {
992
+ .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch {
993
+ max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2);
994
+ }
995
+ }
996
+ .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
997
+ /* @noflip */
998
+ /*rtl:ignore*/
999
+ border-top-left-radius: 0;
1000
+ /* @noflip */
1001
+ /*rtl:ignore*/
1002
+ border-top-right-radius: 4px;
1003
+ /* @alternate */
1004
+ /* @noflip */
1005
+ /*rtl:ignore*/
1006
+ border-top-right-radius: var(--mdc-shape-small, 4px);
1007
+ /* @noflip */
1008
+ /*rtl:ignore*/
1009
+ border-bottom-right-radius: 4px;
1010
+ /* @alternate */
1011
+ /* @noflip */
1012
+ /*rtl:ignore*/
1013
+ border-bottom-right-radius: var(--mdc-shape-small, 4px);
1014
+ /* @noflip */
1015
+ /*rtl:ignore*/
1016
+ border-bottom-left-radius: 0;
1017
+ }
1018
+ [dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
1019
+ /*rtl:begin:ignore*/
1020
+ /* @noflip */
1021
+ /*rtl:ignore*/
1022
+ border-top-left-radius: 4px;
1023
+ /* @alternate */
1024
+ /* @noflip */
1025
+ /*rtl:ignore*/
1026
+ border-top-left-radius: var(--mdc-shape-small, 4px);
1027
+ /* @noflip */
1028
+ /*rtl:ignore*/
1029
+ border-top-right-radius: 0;
1030
+ /* @noflip */
1031
+ /*rtl:ignore*/
1032
+ border-bottom-right-radius: 0;
1033
+ /* @noflip */
1034
+ /*rtl:ignore*/
1035
+ border-bottom-left-radius: 4px;
1036
+ /* @alternate */
1037
+ /* @noflip */
1038
+ /*rtl:ignore*/
1039
+ border-bottom-left-radius: var(--mdc-shape-small, 4px);
1040
+ /*rtl:end:ignore*/
1041
+ }
1042
+
1043
+ @supports (top: max(0%)) {
1044
+ .mdc-text-field--outlined {
1045
+ /* @noflip */
1046
+ /*rtl:ignore*/
1047
+ padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
1048
+ }
1049
+ }
1050
+ @supports (top: max(0%)) {
1051
+ .mdc-text-field--outlined {
1052
+ /* @noflip */
1053
+ /*rtl:ignore*/
1054
+ padding-right: max(16px, var(--mdc-shape-small, 4px));
1055
+ }
1056
+ }
1057
+ @supports (top: max(0%)) {
1058
+ .mdc-text-field--outlined + .mdc-text-field-helper-line {
1059
+ /* @noflip */
1060
+ /*rtl:ignore*/
1061
+ padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
1062
+ }
1063
+ }
1064
+ @supports (top: max(0%)) {
1065
+ .mdc-text-field--outlined + .mdc-text-field-helper-line {
1066
+ /* @noflip */
1067
+ /*rtl:ignore*/
1068
+ padding-right: max(16px, var(--mdc-shape-small, 4px));
1069
+ }
1070
+ }
1071
+ .mdc-text-field--outlined.mdc-text-field--with-leading-icon {
1072
+ /* @noflip */
1073
+ /*rtl:ignore*/
1074
+ padding-left: 0;
1075
+ }
1076
+ @supports (top: max(0%)) {
1077
+ .mdc-text-field--outlined.mdc-text-field--with-leading-icon {
1078
+ /* @noflip */
1079
+ /*rtl:ignore*/
1080
+ padding-right: max(16px, var(--mdc-shape-small, 4px));
1081
+ }
1082
+ }
1083
+ [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
1084
+ /*rtl:begin:ignore*/
1085
+ /* @noflip */
1086
+ /*rtl:ignore*/
1087
+ padding-right: 0;
1088
+ /*rtl:end:ignore*/
1089
+ }
1090
+ @supports (top: max(0%)) {
1091
+ [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
1092
+ /* @noflip */
1093
+ /*rtl:ignore*/
1094
+ padding-left: max(16px, var(--mdc-shape-small, 4px));
1095
+ }
1096
+ }
1097
+
1098
+ .mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
1099
+ /* @noflip */
1100
+ /*rtl:ignore*/
1101
+ padding-right: 0;
1102
+ }
1103
+ @supports (top: max(0%)) {
1104
+ .mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
1105
+ /* @noflip */
1106
+ /*rtl:ignore*/
1107
+ padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
1108
+ }
1109
+ }
1110
+ [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
1111
+ /*rtl:begin:ignore*/
1112
+ /* @noflip */
1113
+ /*rtl:ignore*/
1114
+ padding-left: 0;
1115
+ /*rtl:end:ignore*/
1116
+ }
1117
+ @supports (top: max(0%)) {
1118
+ [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
1119
+ /* @noflip */
1120
+ /*rtl:ignore*/
1121
+ padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
1122
+ }
1123
+ }
1124
+
1125
+ .mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
1126
+ /* @noflip */
1127
+ /*rtl:ignore*/
1128
+ padding-left: 0;
1129
+ /* @noflip */
1130
+ /*rtl:ignore*/
1131
+ padding-right: 0;
1132
+ }
1133
+ .mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
1134
+ padding-top: 1px;
1135
+ }
1136
+ .mdc-text-field--outlined .mdc-text-field__ripple::before,
1137
+ .mdc-text-field--outlined .mdc-text-field__ripple::after {
1138
+ background-color: transparent;
1139
+ /* @alternate */
1140
+ background-color: var(--mdc-ripple-color, transparent);
1141
+ }
1142
+ .mdc-text-field--outlined .mdc-floating-label {
1143
+ /* @noflip */
1144
+ /*rtl:ignore*/
1145
+ left: 4px;
1146
+ /* @noflip */
1147
+ /*rtl:ignore*/
1148
+ right: initial;
1149
+ }
1150
+ [dir=rtl] .mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
1151
+ /*rtl:begin:ignore*/
1152
+ /* @noflip */
1153
+ /*rtl:ignore*/
1154
+ left: initial;
1155
+ /* @noflip */
1156
+ /*rtl:ignore*/
1157
+ right: 4px;
1158
+ /*rtl:end:ignore*/
1159
+ }
1160
+
1161
+ .mdc-text-field--outlined .mdc-text-field__input {
1162
+ display: flex;
1163
+ border: none !important;
1164
+ background-color: transparent;
1165
+ }
1166
+ .mdc-text-field--outlined .mdc-notched-outline {
1167
+ z-index: 1;
1168
+ }
1169
+
1170
+ .mdc-text-field--textarea {
1171
+ flex-direction: column;
1172
+ align-items: center;
1173
+ width: auto;
1174
+ height: auto;
1175
+ padding: 0;
1176
+ transition: none;
1177
+ }
1178
+ .mdc-text-field--textarea .mdc-floating-label {
1179
+ top: 19px;
1180
+ }
1181
+ .mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above) {
1182
+ -webkit-transform: none;
1183
+ transform: none;
1184
+ }
1185
+ .mdc-text-field--textarea .mdc-text-field__input {
1186
+ flex-grow: 1;
1187
+ height: auto;
1188
+ min-height: 1.5rem;
1189
+ overflow-x: hidden;
1190
+ overflow-y: auto;
1191
+ box-sizing: border-box;
1192
+ resize: none;
1193
+ padding: 0 16px;
1194
+ line-height: 1.5rem;
1195
+ }
1196
+ .mdc-text-field--textarea.mdc-text-field--filled::before {
1197
+ display: none;
1198
+ }
1199
+ .mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above {
1200
+ -webkit-transform: translateY(-10.25px) scale(0.75);
1201
+ transform: translateY(-10.25px) scale(0.75);
1202
+ }
1203
+ .mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake {
1204
+ -webkit-animation: mdc-floating-label-shake-float-above-textarea-filled 250ms 1;
1205
+ animation: mdc-floating-label-shake-float-above-textarea-filled 250ms 1;
1206
+ }
1207
+ @-webkit-keyframes mdc-floating-label-shake-float-above-textarea-filled {
1208
+ 0% {
1209
+ /* @noflip */
1210
+ /*rtl:ignore*/
1211
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
1212
+ transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
1213
+ }
1214
+ 33% {
1215
+ -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1216
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1217
+ /* @noflip */
1218
+ /*rtl:ignore*/
1219
+ -webkit-transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75);
1220
+ transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75);
1221
+ }
1222
+ 66% {
1223
+ -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1224
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1225
+ /* @noflip */
1226
+ /*rtl:ignore*/
1227
+ -webkit-transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75);
1228
+ transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75);
1229
+ }
1230
+ 100% {
1231
+ /* @noflip */
1232
+ /*rtl:ignore*/
1233
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
1234
+ transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
1235
+ }
1236
+ }
1237
+ @keyframes mdc-floating-label-shake-float-above-textarea-filled {
1238
+ 0% {
1239
+ /* @noflip */
1240
+ /*rtl:ignore*/
1241
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
1242
+ transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
1243
+ }
1244
+ 33% {
1245
+ -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1246
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1247
+ /* @noflip */
1248
+ /*rtl:ignore*/
1249
+ -webkit-transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75);
1250
+ transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75);
1251
+ }
1252
+ 66% {
1253
+ -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1254
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1255
+ /* @noflip */
1256
+ /*rtl:ignore*/
1257
+ -webkit-transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75);
1258
+ transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75);
1259
+ }
1260
+ 100% {
1261
+ /* @noflip */
1262
+ /*rtl:ignore*/
1263
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
1264
+ transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
1265
+ }
1266
+ }
1267
+ .mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input {
1268
+ margin-top: 23px;
1269
+ margin-bottom: 9px;
1270
+ }
1271
+ .mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
1272
+ margin-top: 16px;
1273
+ margin-bottom: 16px;
1274
+ }
1275
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
1276
+ padding-top: 0;
1277
+ }
1278
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
1279
+ -webkit-transform: translateY(-27.25px) scale(1);
1280
+ transform: translateY(-27.25px) scale(1);
1281
+ }
1282
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
1283
+ font-size: 0.75rem;
1284
+ }
1285
+ .mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
1286
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
1287
+ -webkit-transform: translateY(-24.75px) scale(0.75);
1288
+ transform: translateY(-24.75px) scale(0.75);
1289
+ }
1290
+ .mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
1291
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
1292
+ font-size: 1rem;
1293
+ }
1294
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake {
1295
+ -webkit-animation: mdc-floating-label-shake-float-above-textarea-outlined 250ms 1;
1296
+ animation: mdc-floating-label-shake-float-above-textarea-outlined 250ms 1;
1297
+ }
1298
+ @-webkit-keyframes mdc-floating-label-shake-float-above-textarea-outlined {
1299
+ 0% {
1300
+ /* @noflip */
1301
+ /*rtl:ignore*/
1302
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
1303
+ transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
1304
+ }
1305
+ 33% {
1306
+ -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1307
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1308
+ /* @noflip */
1309
+ /*rtl:ignore*/
1310
+ -webkit-transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
1311
+ transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
1312
+ }
1313
+ 66% {
1314
+ -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1315
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1316
+ /* @noflip */
1317
+ /*rtl:ignore*/
1318
+ -webkit-transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
1319
+ transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
1320
+ }
1321
+ 100% {
1322
+ /* @noflip */
1323
+ /*rtl:ignore*/
1324
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
1325
+ transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
1326
+ }
1327
+ }
1328
+ @keyframes mdc-floating-label-shake-float-above-textarea-outlined {
1329
+ 0% {
1330
+ /* @noflip */
1331
+ /*rtl:ignore*/
1332
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
1333
+ transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
1334
+ }
1335
+ 33% {
1336
+ -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1337
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1338
+ /* @noflip */
1339
+ /*rtl:ignore*/
1340
+ -webkit-transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
1341
+ transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
1342
+ }
1343
+ 66% {
1344
+ -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1345
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1346
+ /* @noflip */
1347
+ /*rtl:ignore*/
1348
+ -webkit-transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
1349
+ transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
1350
+ }
1351
+ 100% {
1352
+ /* @noflip */
1353
+ /*rtl:ignore*/
1354
+ -webkit-transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
1355
+ transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
1356
+ }
1357
+ }
1358
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input {
1359
+ margin-top: 16px;
1360
+ margin-bottom: 16px;
1361
+ }
1362
+ .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label {
1363
+ top: 18px;
1364
+ }
1365
+ .mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input {
1366
+ margin-bottom: 2px;
1367
+ }
1368
+ .mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter {
1369
+ align-self: flex-end;
1370
+ padding: 0 16px;
1371
+ }
1372
+ .mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after {
1373
+ display: inline-block;
1374
+ width: 0;
1375
+ height: 16px;
1376
+ content: "";
1377
+ vertical-align: -16px;
1378
+ }
1379
+ .mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before {
1380
+ display: none;
1381
+ }
1382
+
1383
+ .mdc-text-field__resizer {
1384
+ align-self: stretch;
1385
+ display: inline-flex;
1386
+ flex-direction: column;
1387
+ flex-grow: 1;
1388
+ max-height: 100%;
1389
+ max-width: 100%;
1390
+ min-height: 56px;
1391
+ min-width: -webkit-fit-content;
1392
+ min-width: -moz-fit-content;
1393
+ min-width: fit-content;
1394
+ /* @alternate */
1395
+ min-width: -moz-available;
1396
+ /* @alternate */
1397
+ min-width: -webkit-fill-available;
1398
+ overflow: hidden;
1399
+ resize: both;
1400
+ }
1401
+ .mdc-text-field--filled .mdc-text-field__resizer {
1402
+ -webkit-transform: translateY(-1px);
1403
+ transform: translateY(-1px);
1404
+ }
1405
+ .mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,
1406
+ .mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter {
1407
+ -webkit-transform: translateY(1px);
1408
+ transform: translateY(1px);
1409
+ }
1410
+ .mdc-text-field--outlined .mdc-text-field__resizer {
1411
+ /* @noflip */
1412
+ /*rtl:ignore*/
1413
+ -webkit-transform: translateX(-1px) translateY(-1px);
1414
+ transform: translateX(-1px) translateY(-1px);
1415
+ }
1416
+ [dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer, .mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl] {
1417
+ /*rtl:begin:ignore*/
1418
+ /* @noflip */
1419
+ /*rtl:ignore*/
1420
+ -webkit-transform: translateX(1px) translateY(-1px);
1421
+ transform: translateX(1px) translateY(-1px);
1422
+ /*rtl:end:ignore*/
1423
+ }
1424
+
1425
+ .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,
1426
+ .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter {
1427
+ /* @noflip */
1428
+ /*rtl:ignore*/
1429
+ -webkit-transform: translateX(1px) translateY(1px);
1430
+ transform: translateX(1px) translateY(1px);
1431
+ }
1432
+ [dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input, [dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter, .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl], .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl] {
1433
+ /*rtl:begin:ignore*/
1434
+ /* @noflip */
1435
+ /*rtl:ignore*/
1436
+ -webkit-transform: translateX(-1px) translateY(1px);
1437
+ transform: translateX(-1px) translateY(1px);
1438
+ /*rtl:end:ignore*/
1439
+ }
1440
+
1441
+ .mdc-text-field--with-leading-icon {
1442
+ /* @noflip */
1443
+ /*rtl:ignore*/
1444
+ padding-left: 0;
1445
+ /* @noflip */
1446
+ /*rtl:ignore*/
1447
+ padding-right: 16px;
1448
+ }
1449
+ [dir=rtl] .mdc-text-field--with-leading-icon, .mdc-text-field--with-leading-icon[dir=rtl] {
1450
+ /*rtl:begin:ignore*/
1451
+ /* @noflip */
1452
+ /*rtl:ignore*/
1453
+ padding-left: 16px;
1454
+ /* @noflip */
1455
+ /*rtl:ignore*/
1456
+ padding-right: 0;
1457
+ /*rtl:end:ignore*/
1458
+ }
1459
+
1460
+ .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label {
1461
+ max-width: calc(100% - 48px);
1462
+ /* @noflip */
1463
+ /*rtl:ignore*/
1464
+ left: 48px;
1465
+ /* @noflip */
1466
+ /*rtl:ignore*/
1467
+ right: initial;
1468
+ }
1469
+ [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl] {
1470
+ /*rtl:begin:ignore*/
1471
+ /* @noflip */
1472
+ /*rtl:ignore*/
1473
+ left: initial;
1474
+ /* @noflip */
1475
+ /*rtl:ignore*/
1476
+ right: 48px;
1477
+ /*rtl:end:ignore*/
1478
+ }
1479
+
1480
+ .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above {
1481
+ max-width: calc(100% / 0.75 - 64px / 0.75);
1482
+ }
1483
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
1484
+ /* @noflip */
1485
+ /*rtl:ignore*/
1486
+ left: 36px;
1487
+ /* @noflip */
1488
+ /*rtl:ignore*/
1489
+ right: initial;
1490
+ }
1491
+ [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
1492
+ /*rtl:begin:ignore*/
1493
+ /* @noflip */
1494
+ /*rtl:ignore*/
1495
+ left: initial;
1496
+ /* @noflip */
1497
+ /*rtl:ignore*/
1498
+ right: 36px;
1499
+ /*rtl:end:ignore*/
1500
+ }
1501
+
1502
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
1503
+ max-width: calc(100% - 60px);
1504
+ }
1505
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
1506
+ /* @noflip */
1507
+ /*rtl:ignore*/
1508
+ -webkit-transform: translateY(-37.25px) translateX(-32px) scale(1);
1509
+ transform: translateY(-37.25px) translateX(-32px) scale(1);
1510
+ }
1511
+ [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl] {
1512
+ /*rtl:begin:ignore*/
1513
+ /* @noflip */
1514
+ /*rtl:ignore*/
1515
+ -webkit-transform: translateY(-37.25px) translateX(32px) scale(1);
1516
+ transform: translateY(-37.25px) translateX(32px) scale(1);
1517
+ /*rtl:end:ignore*/
1518
+ }
1519
+
1520
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
1521
+ font-size: 0.75rem;
1522
+ }
1523
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
1524
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
1525
+ /* @noflip */
1526
+ /*rtl:ignore*/
1527
+ -webkit-transform: translateY(-34.75px) translateX(-32px) scale(0.75);
1528
+ transform: translateY(-34.75px) translateX(-32px) scale(0.75);
1529
+ }
1530
+ [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl], .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
1531
+ /*rtl:begin:ignore*/
1532
+ /* @noflip */
1533
+ /*rtl:ignore*/
1534
+ -webkit-transform: translateY(-34.75px) translateX(32px) scale(0.75);
1535
+ transform: translateY(-34.75px) translateX(32px) scale(0.75);
1536
+ /*rtl:end:ignore*/
1537
+ }
1538
+
1539
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
1540
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
1541
+ font-size: 1rem;
1542
+ }
1543
+ .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
1544
+ -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
1545
+ animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
1546
+ }
1547
+ @-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
1548
+ 0% {
1549
+ /* @noflip */
1550
+ /*rtl:ignore*/
1551
+ -webkit-transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
1552
+ transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
1553
+ }
1554
+ 33% {
1555
+ -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1556
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1557
+ /* @noflip */
1558
+ /*rtl:ignore*/
1559
+ -webkit-transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
1560
+ transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
1561
+ }
1562
+ 66% {
1563
+ -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1564
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1565
+ /* @noflip */
1566
+ /*rtl:ignore*/
1567
+ -webkit-transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
1568
+ transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
1569
+ }
1570
+ 100% {
1571
+ /* @noflip */
1572
+ /*rtl:ignore*/
1573
+ -webkit-transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
1574
+ transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
1575
+ }
1576
+ }
1577
+ @keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
1578
+ 0% {
1579
+ /* @noflip */
1580
+ /*rtl:ignore*/
1581
+ -webkit-transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
1582
+ transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
1583
+ }
1584
+ 33% {
1585
+ -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1586
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1587
+ /* @noflip */
1588
+ /*rtl:ignore*/
1589
+ -webkit-transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
1590
+ transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
1591
+ }
1592
+ 66% {
1593
+ -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1594
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1595
+ /* @noflip */
1596
+ /*rtl:ignore*/
1597
+ -webkit-transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
1598
+ transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
1599
+ }
1600
+ 100% {
1601
+ /* @noflip */
1602
+ /*rtl:ignore*/
1603
+ -webkit-transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
1604
+ transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
1605
+ }
1606
+ }
1607
+ [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
1608
+ /*rtl:begin:ignore*/
1609
+ /*rtl:end:ignore*/
1610
+ }
1611
+ [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake {
1612
+ -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
1613
+ animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
1614
+ }
1615
+
1616
+ @-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
1617
+ 0% {
1618
+ /* @noflip */
1619
+ /*rtl:ignore*/
1620
+ -webkit-transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
1621
+ transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
1622
+ }
1623
+ 33% {
1624
+ -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1625
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1626
+ /* @noflip */
1627
+ /*rtl:ignore*/
1628
+ -webkit-transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
1629
+ transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
1630
+ }
1631
+ 66% {
1632
+ -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1633
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1634
+ /* @noflip */
1635
+ /*rtl:ignore*/
1636
+ -webkit-transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
1637
+ transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
1638
+ }
1639
+ 100% {
1640
+ /* @noflip */
1641
+ /*rtl:ignore*/
1642
+ -webkit-transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
1643
+ transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
1644
+ }
1645
+ }
1646
+
1647
+ @keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
1648
+ 0% {
1649
+ /* @noflip */
1650
+ /*rtl:ignore*/
1651
+ -webkit-transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
1652
+ transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
1653
+ }
1654
+ 33% {
1655
+ -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1656
+ animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
1657
+ /* @noflip */
1658
+ /*rtl:ignore*/
1659
+ -webkit-transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
1660
+ transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
1661
+ }
1662
+ 66% {
1663
+ -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1664
+ animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
1665
+ /* @noflip */
1666
+ /*rtl:ignore*/
1667
+ -webkit-transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
1668
+ transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
1669
+ }
1670
+ 100% {
1671
+ /* @noflip */
1672
+ /*rtl:ignore*/
1673
+ -webkit-transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
1674
+ transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
1675
+ }
1676
+ }
1677
+
1678
+ .mdc-text-field--with-trailing-icon {
1679
+ /* @noflip */
1680
+ /*rtl:ignore*/
1681
+ padding-left: 16px;
1682
+ /* @noflip */
1683
+ /*rtl:ignore*/
1684
+ padding-right: 0;
1685
+ }
1686
+ [dir=rtl] .mdc-text-field--with-trailing-icon, .mdc-text-field--with-trailing-icon[dir=rtl] {
1687
+ /*rtl:begin:ignore*/
1688
+ /* @noflip */
1689
+ /*rtl:ignore*/
1690
+ padding-left: 0;
1691
+ /* @noflip */
1692
+ /*rtl:ignore*/
1693
+ padding-right: 16px;
1694
+ /*rtl:end:ignore*/
1695
+ }
1696
+
1697
+ .mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
1698
+ max-width: calc(100% - 64px);
1699
+ }
1700
+ .mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
1701
+ max-width: calc(100% / 0.75 - 64px / 0.75);
1702
+ }
1703
+ .mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
1704
+ max-width: calc(100% - 60px);
1705
+ }
1706
+
1707
+ .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
1708
+ /* @noflip */
1709
+ /*rtl:ignore*/
1710
+ padding-left: 0;
1711
+ /* @noflip */
1712
+ /*rtl:ignore*/
1713
+ padding-right: 0;
1714
+ }
1715
+ .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
1716
+ max-width: calc(100% - 96px);
1717
+ }
1718
+ .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
1719
+ max-width: calc(100% / 0.75 - 96px / 0.75);
1720
+ }
1721
+
1722
+ .mdc-text-field-helper-line {
1723
+ display: flex;
1724
+ justify-content: space-between;
1725
+ box-sizing: border-box;
1726
+ }
1727
+ .mdc-text-field + .mdc-text-field-helper-line {
1728
+ padding-right: 16px;
1729
+ padding-left: 16px;
1730
+ }
1731
+
1732
+ .mdc-form-field > .mdc-text-field + label {
1733
+ align-self: flex-start;
1734
+ }
1735
+
1736
+ .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
1737
+ color: rgba(98, 0, 238, 0.87);
1738
+ }
1739
+ .mdc-text-field--focused .mdc-notched-outline__leading,
1740
+ .mdc-text-field--focused .mdc-notched-outline__notch,
1741
+ .mdc-text-field--focused .mdc-notched-outline__trailing {
1742
+ border-width: 2px;
1743
+ }
1744
+ .mdc-text-field--focused + .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
1745
+ opacity: 1;
1746
+ }
1747
+ .mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
1748
+ padding-top: 2px;
1749
+ }
1750
+ .mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch {
1751
+ padding-top: 0;
1752
+ }
1753
+
1754
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
1755
+ border-bottom-color: #b00020;
1756
+ /* @alternate */
1757
+ border-bottom-color: var(--mdc-theme-error, #b00020);
1758
+ }
1759
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
1760
+ border-bottom-color: #b00020;
1761
+ /* @alternate */
1762
+ border-bottom-color: var(--mdc-theme-error, #b00020);
1763
+ }
1764
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
1765
+ color: #b00020;
1766
+ /* @alternate */
1767
+ color: var(--mdc-theme-error, #b00020);
1768
+ }
1769
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
1770
+ color: #b00020;
1771
+ /* @alternate */
1772
+ color: var(--mdc-theme-error, #b00020);
1773
+ }
1774
+ .mdc-text-field--invalid .mdc-text-field__input {
1775
+ caret-color: #b00020;
1776
+ /* @alternate */
1777
+ caret-color: var(--mdc-theme-error, #b00020);
1778
+ }
1779
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
1780
+ color: #b00020;
1781
+ /* @alternate */
1782
+ color: var(--mdc-theme-error, #b00020);
1783
+ }
1784
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
1785
+ border-bottom-color: #b00020;
1786
+ /* @alternate */
1787
+ border-bottom-color: var(--mdc-theme-error, #b00020);
1788
+ }
1789
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
1790
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
1791
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
1792
+ border-color: #b00020;
1793
+ /* @alternate */
1794
+ border-color: var(--mdc-theme-error, #b00020);
1795
+ }
1796
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
1797
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
1798
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
1799
+ border-color: #b00020;
1800
+ /* @alternate */
1801
+ border-color: var(--mdc-theme-error, #b00020);
1802
+ }
1803
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
1804
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
1805
+ .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
1806
+ border-color: #b00020;
1807
+ /* @alternate */
1808
+ border-color: var(--mdc-theme-error, #b00020);
1809
+ }
1810
+ .mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
1811
+ opacity: 1;
1812
+ }
1813
+
1814
+ .mdc-text-field--disabled {
1815
+ pointer-events: none;
1816
+ }
1817
+ .mdc-text-field--disabled .mdc-text-field__input {
1818
+ color: rgba(0, 0, 0, 0.38);
1819
+ }
1820
+ @media all {
1821
+ .mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder {
1822
+ color: rgba(0, 0, 0, 0.38);
1823
+ }
1824
+ .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
1825
+ color: rgba(0, 0, 0, 0.38);
1826
+ }
1827
+ .mdc-text-field--disabled .mdc-text-field__input::-ms-input-placeholder {
1828
+ color: rgba(0, 0, 0, 0.38);
1829
+ }
1830
+ .mdc-text-field--disabled .mdc-text-field__input::placeholder {
1831
+ color: rgba(0, 0, 0, 0.38);
1832
+ }
1833
+ }
1834
+ @media all {
1835
+ .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
1836
+ color: rgba(0, 0, 0, 0.38);
1837
+ }
1838
+ }
1839
+ .mdc-text-field--disabled .mdc-floating-label {
1840
+ color: rgba(0, 0, 0, 0.38);
1841
+ }
1842
+ .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
1843
+ color: rgba(0, 0, 0, 0.38);
1844
+ }
1845
+ .mdc-text-field--disabled .mdc-text-field-character-counter,
1846
+ .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
1847
+ color: rgba(0, 0, 0, 0.38);
1848
+ }
1849
+ .mdc-text-field--disabled .mdc-text-field__icon--leading {
1850
+ color: rgba(0, 0, 0, 0.3);
1851
+ }
1852
+ .mdc-text-field--disabled .mdc-text-field__icon--trailing {
1853
+ color: rgba(0, 0, 0, 0.3);
1854
+ }
1855
+ .mdc-text-field--disabled .mdc-text-field__affix--prefix {
1856
+ color: rgba(0, 0, 0, 0.38);
1857
+ }
1858
+ .mdc-text-field--disabled .mdc-text-field__affix--suffix {
1859
+ color: rgba(0, 0, 0, 0.38);
1860
+ }
1861
+ .mdc-text-field--disabled .mdc-line-ripple::before {
1862
+ border-bottom-color: rgba(0, 0, 0, 0.06);
1863
+ }
1864
+ .mdc-text-field--disabled .mdc-notched-outline__leading,
1865
+ .mdc-text-field--disabled .mdc-notched-outline__notch,
1866
+ .mdc-text-field--disabled .mdc-notched-outline__trailing {
1867
+ border-color: rgba(0, 0, 0, 0.06);
1868
+ }
1869
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
1870
+ .mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder {
1871
+ color: GrayText;
1872
+ }
1873
+ .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
1874
+ color: GrayText;
1875
+ }
1876
+ .mdc-text-field--disabled .mdc-text-field__input::-ms-input-placeholder {
1877
+ color: GrayText;
1878
+ }
1879
+ .mdc-text-field--disabled .mdc-text-field__input::placeholder {
1880
+ color: GrayText;
1881
+ }
1882
+ }
1883
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
1884
+ .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
1885
+ color: GrayText;
1886
+ }
1887
+ }
1888
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
1889
+ .mdc-text-field--disabled .mdc-floating-label {
1890
+ color: GrayText;
1891
+ }
1892
+ }
1893
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
1894
+ .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
1895
+ color: GrayText;
1896
+ }
1897
+ }
1898
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
1899
+ .mdc-text-field--disabled .mdc-text-field-character-counter,
1900
+ .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
1901
+ color: GrayText;
1902
+ }
1903
+ }
1904
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
1905
+ .mdc-text-field--disabled .mdc-text-field__icon--leading {
1906
+ color: GrayText;
1907
+ }
1908
+ }
1909
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
1910
+ .mdc-text-field--disabled .mdc-text-field__icon--trailing {
1911
+ color: GrayText;
1912
+ }
1913
+ }
1914
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
1915
+ .mdc-text-field--disabled .mdc-text-field__affix--prefix {
1916
+ color: GrayText;
1917
+ }
1918
+ }
1919
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
1920
+ .mdc-text-field--disabled .mdc-text-field__affix--suffix {
1921
+ color: GrayText;
1922
+ }
1923
+ }
1924
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
1925
+ .mdc-text-field--disabled .mdc-line-ripple::before {
1926
+ border-bottom-color: GrayText;
1927
+ }
1928
+ }
1929
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
1930
+ .mdc-text-field--disabled .mdc-notched-outline__leading,
1931
+ .mdc-text-field--disabled .mdc-notched-outline__notch,
1932
+ .mdc-text-field--disabled .mdc-notched-outline__trailing {
1933
+ border-color: GrayText;
1934
+ }
1935
+ }
1936
+ @media screen and (forced-colors: active) {
1937
+ .mdc-text-field--disabled .mdc-text-field__input {
1938
+ background-color: Window;
1939
+ }
1940
+ .mdc-text-field--disabled .mdc-floating-label {
1941
+ z-index: 1;
1942
+ }
1943
+ }
1944
+ .mdc-text-field--disabled .mdc-floating-label {
1945
+ cursor: default;
1946
+ }
1947
+ .mdc-text-field--disabled.mdc-text-field--filled {
1948
+ background-color: #fafafa;
1949
+ }
1950
+ .mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple {
1951
+ display: none;
1952
+ }
1953
+ .mdc-text-field--disabled .mdc-text-field__input {
1954
+ pointer-events: auto;
1955
+ }
1956
+
1957
+ .mdc-text-field--end-aligned .mdc-text-field__input {
1958
+ /* @noflip */
1959
+ /*rtl:ignore*/
1960
+ text-align: right;
1961
+ }
1962
+ [dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
1963
+ /*rtl:begin:ignore*/
1964
+ /* @noflip */
1965
+ /*rtl:ignore*/
1966
+ text-align: left;
1967
+ /*rtl:end:ignore*/
1968
+ }
1969
+
1970
+ [dir=rtl] .mdc-text-field--ltr-text, .mdc-text-field--ltr-text[dir=rtl] {
1971
+ /*rtl:begin:ignore*/
1972
+ /*rtl:end:ignore*/
1973
+ }
1974
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,
1975
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,
1976
+ .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix {
1977
+ /* @noflip */
1978
+ /*rtl:ignore*/
1979
+ direction: ltr;
1980
+ }
1981
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
1982
+ /* @noflip */
1983
+ /*rtl:ignore*/
1984
+ padding-left: 0;
1985
+ /* @noflip */
1986
+ /*rtl:ignore*/
1987
+ padding-right: 2px;
1988
+ }
1989
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
1990
+ /* @noflip */
1991
+ /*rtl:ignore*/
1992
+ padding-left: 12px;
1993
+ /* @noflip */
1994
+ /*rtl:ignore*/
1995
+ padding-right: 0;
1996
+ }
1997
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading {
1998
+ order: 1;
1999
+ }
2000
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
2001
+ order: 2;
2002
+ }
2003
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input {
2004
+ order: 3;
2005
+ }
2006
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
2007
+ order: 4;
2008
+ }
2009
+ [dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing {
2010
+ order: 5;
2011
+ }
2012
+
2013
+ [dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] {
2014
+ /*rtl:begin:ignore*/
2015
+ /*rtl:end:ignore*/
2016
+ }
2017
+ [dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input {
2018
+ /* @noflip */
2019
+ /*rtl:ignore*/
2020
+ text-align: right;
2021
+ }
2022
+ [dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix {
2023
+ /* @noflip */
2024
+ /*rtl:ignore*/
2025
+ padding-right: 12px;
2026
+ }
2027
+ [dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix {
2028
+ /* @noflip */
2029
+ /*rtl:ignore*/
2030
+ padding-left: 2px;
2031
+ }
2032
+
2033
+ .mdc-text-field-helper-text {
2034
+ -moz-osx-font-smoothing: grayscale;
2035
+ -webkit-font-smoothing: antialiased;
2036
+ font-family: Roboto, sans-serif;
2037
+ /* @alternate */
2038
+ font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
2039
+ font-size: 0.75rem;
2040
+ /* @alternate */
2041
+ font-size: var(--mdc-typography-caption-font-size, 0.75rem);
2042
+ line-height: 1.25rem;
2043
+ /* @alternate */
2044
+ line-height: var(--mdc-typography-caption-line-height, 1.25rem);
2045
+ font-weight: 400;
2046
+ /* @alternate */
2047
+ font-weight: var(--mdc-typography-caption-font-weight, 400);
2048
+ letter-spacing: 0.0333333333em;
2049
+ /* @alternate */
2050
+ letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
2051
+ text-decoration: inherit;
2052
+ /* @alternate */
2053
+ -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
2054
+ text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
2055
+ text-transform: inherit;
2056
+ /* @alternate */
2057
+ text-transform: var(--mdc-typography-caption-text-transform, inherit);
2058
+ display: block;
2059
+ margin-top: 0;
2060
+ /* @alternate */
2061
+ line-height: normal;
2062
+ margin: 0;
2063
+ opacity: 0;
2064
+ will-change: opacity;
2065
+ transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
2066
+ }
2067
+ .mdc-text-field-helper-text::before {
2068
+ display: inline-block;
2069
+ width: 0;
2070
+ height: 16px;
2071
+ content: "";
2072
+ vertical-align: 0;
2073
+ }
2074
+
2075
+ .mdc-text-field-helper-text--persistent {
2076
+ transition: none;
2077
+ opacity: 1;
2078
+ will-change: initial;
2079
+ }
2080
+
2081
+ .mdc-text-field-character-counter {
2082
+ -moz-osx-font-smoothing: grayscale;
2083
+ -webkit-font-smoothing: antialiased;
2084
+ font-family: Roboto, sans-serif;
2085
+ /* @alternate */
2086
+ font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
2087
+ font-size: 0.75rem;
2088
+ /* @alternate */
2089
+ font-size: var(--mdc-typography-caption-font-size, 0.75rem);
2090
+ line-height: 1.25rem;
2091
+ /* @alternate */
2092
+ line-height: var(--mdc-typography-caption-line-height, 1.25rem);
2093
+ font-weight: 400;
2094
+ /* @alternate */
2095
+ font-weight: var(--mdc-typography-caption-font-weight, 400);
2096
+ letter-spacing: 0.0333333333em;
2097
+ /* @alternate */
2098
+ letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
2099
+ text-decoration: inherit;
2100
+ /* @alternate */
2101
+ -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
2102
+ text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
2103
+ text-transform: inherit;
2104
+ /* @alternate */
2105
+ text-transform: var(--mdc-typography-caption-text-transform, inherit);
2106
+ display: block;
2107
+ margin-top: 0;
2108
+ /* @alternate */
2109
+ line-height: normal;
2110
+ /* @noflip */
2111
+ /*rtl:ignore*/
2112
+ margin-left: auto;
2113
+ /* @noflip */
2114
+ /*rtl:ignore*/
2115
+ margin-right: 0;
2116
+ /* @noflip */
2117
+ /*rtl:ignore*/
2118
+ padding-left: 16px;
2119
+ /* @noflip */
2120
+ /*rtl:ignore*/
2121
+ padding-right: 0;
2122
+ white-space: nowrap;
2123
+ }
2124
+ .mdc-text-field-character-counter::before {
2125
+ display: inline-block;
2126
+ width: 0;
2127
+ height: 16px;
2128
+ content: "";
2129
+ vertical-align: 0;
2130
+ }
2131
+ [dir=rtl] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir=rtl] {
2132
+ /*rtl:begin:ignore*/
2133
+ /* @noflip */
2134
+ /*rtl:ignore*/
2135
+ margin-left: 0;
2136
+ /* @noflip */
2137
+ /*rtl:ignore*/
2138
+ margin-right: auto;
2139
+ /*rtl:end:ignore*/
2140
+ }
2141
+
2142
+ [dir=rtl] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir=rtl] {
2143
+ /*rtl:begin:ignore*/
2144
+ /* @noflip */
2145
+ /*rtl:ignore*/
2146
+ padding-left: 0;
2147
+ /* @noflip */
2148
+ /*rtl:ignore*/
2149
+ padding-right: 16px;
2150
+ /*rtl:end:ignore*/
2151
+ }
2152
+
2153
+ .mdc-text-field__icon {
2154
+ align-self: center;
2155
+ cursor: pointer;
2156
+ }
2157
+ .mdc-text-field__icon:not([tabindex]), .mdc-text-field__icon[tabindex="-1"] {
2158
+ cursor: default;
2159
+ pointer-events: none;
2160
+ }
2161
+ .mdc-text-field__icon svg {
2162
+ display: block;
2163
+ }
2164
+
2165
+ .mdc-text-field__icon--leading {
2166
+ /* @noflip */
2167
+ /*rtl:ignore*/
2168
+ margin-left: 16px;
2169
+ /* @noflip */
2170
+ /*rtl:ignore*/
2171
+ margin-right: 8px;
2172
+ }
2173
+ [dir=rtl] .mdc-text-field__icon--leading, .mdc-text-field__icon--leading[dir=rtl] {
2174
+ /*rtl:begin:ignore*/
2175
+ /* @noflip */
2176
+ /*rtl:ignore*/
2177
+ margin-left: 8px;
2178
+ /* @noflip */
2179
+ /*rtl:ignore*/
2180
+ margin-right: 16px;
2181
+ /*rtl:end:ignore*/
2182
+ }
2183
+
2184
+ .mdc-text-field__icon--trailing {
2185
+ padding: 12px;
2186
+ /* @noflip */
2187
+ /*rtl:ignore*/
2188
+ margin-left: 0px;
2189
+ /* @noflip */
2190
+ /*rtl:ignore*/
2191
+ margin-right: 0px;
2192
+ }
2193
+ [dir=rtl] .mdc-text-field__icon--trailing, .mdc-text-field__icon--trailing[dir=rtl] {
2194
+ /*rtl:begin:ignore*/
2195
+ /* @noflip */
2196
+ /*rtl:ignore*/
2197
+ margin-left: 0px;
2198
+ /* @noflip */
2199
+ /*rtl:ignore*/
2200
+ margin-right: 0px;
2201
+ /*rtl:end:ignore*/
2202
+ }
2203
+
2204
+ /*# sourceMappingURL=mdc.textfield.css.map*/
2205
+ .iti {
2206
+ position: relative;
2207
+ display: inline-block;
2208
+ }
2209
+ .iti * {
2210
+ box-sizing: border-box;
2211
+ }
2212
+ .iti__hide {
2213
+ display: none;
2214
+ }
2215
+ .iti__v-hide {
2216
+ visibility: hidden;
2217
+ }
2218
+ .iti input,
2219
+ .iti input[type=text],
2220
+ .iti input[type=tel] {
2221
+ position: relative;
2222
+ z-index: 0;
2223
+ margin-top: 0 !important;
2224
+ margin-bottom: 0 !important;
2225
+ padding-right: 36px;
2226
+ margin-right: 0;
2227
+ }
2228
+ .iti__flag-container {
2229
+ position: absolute;
2230
+ top: 0;
2231
+ bottom: 0;
2232
+ right: 0;
2233
+ padding: 1px;
2234
+ }
2235
+ .iti__selected-flag {
2236
+ z-index: 1;
2237
+ position: relative;
2238
+ display: flex;
2239
+ align-items: center;
2240
+ height: 100%;
2241
+ padding: 0 6px 0 8px;
2242
+ }
2243
+ .iti__arrow {
2244
+ margin-left: 6px;
2245
+ width: 0;
2246
+ height: 0;
2247
+ border-left: 3px solid transparent;
2248
+ border-right: 3px solid transparent;
2249
+ border-top: 4px solid #555;
2250
+ }
2251
+ [dir=rtl] .iti__arrow {
2252
+ margin-right: 6px;
2253
+ margin-left: 0;
2254
+ }
2255
+ .iti__arrow--up {
2256
+ border-top: none;
2257
+ border-bottom: 4px solid #555;
2258
+ }
2259
+ .iti__country-list {
2260
+ position: absolute;
2261
+ z-index: 2;
2262
+ list-style: none;
2263
+ padding: 0;
2264
+ margin: 0 0 0 -1px;
2265
+ box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
2266
+ background-color: white;
2267
+ border: 1px solid #ccc;
2268
+ white-space: nowrap;
2269
+ max-height: 200px;
2270
+ overflow-y: scroll;
2271
+ -webkit-overflow-scrolling: touch;
2272
+ }
2273
+ .iti__country-list--dropup {
2274
+ bottom: 100%;
2275
+ margin-bottom: -1px;
2276
+ }
2277
+ @media (max-width: 500px) {
2278
+ .iti__country-list {
2279
+ white-space: normal;
2280
+ }
2281
+ }
2282
+ .iti__flag-box {
2283
+ display: inline-block;
2284
+ width: 20px;
2285
+ }
2286
+ .iti__divider {
2287
+ padding-bottom: 5px;
2288
+ margin-bottom: 5px;
2289
+ border-bottom: 1px solid #ccc;
2290
+ }
2291
+ .iti__country {
2292
+ display: flex;
2293
+ align-items: center;
2294
+ padding: 5px 10px;
2295
+ outline: none;
2296
+ }
2297
+ .iti__dial-code {
2298
+ color: #999;
2299
+ }
2300
+ .iti__country.iti__highlight {
2301
+ background-color: rgba(0, 0, 0, 0.05);
2302
+ }
2303
+ .iti__flag-box, .iti__country-name {
2304
+ margin-right: 6px;
2305
+ }
2306
+ [dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
2307
+ margin-right: 0;
2308
+ margin-left: 6px;
2309
+ }
2310
+ .iti--allow-dropdown input,
2311
+ .iti--allow-dropdown input[type=text],
2312
+ .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
2313
+ .iti--separate-dial-code input[type=text],
2314
+ .iti--separate-dial-code input[type=tel] {
2315
+ padding-right: 6px;
2316
+ padding-left: 52px;
2317
+ margin-left: 0;
2318
+ }
2319
+ [dir=rtl] .iti--allow-dropdown input,
2320
+ [dir=rtl] .iti--allow-dropdown input[type=text],
2321
+ [dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input,
2322
+ [dir=rtl] .iti--separate-dial-code input[type=text],
2323
+ [dir=rtl] .iti--separate-dial-code input[type=tel] {
2324
+ padding-right: 52px;
2325
+ padding-left: 6px;
2326
+ margin-right: 0;
2327
+ }
2328
+ .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
2329
+ right: auto;
2330
+ left: 0;
2331
+ }
2332
+ [dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
2333
+ right: 0;
2334
+ left: auto;
2335
+ }
2336
+ .iti--allow-dropdown .iti__flag-container:hover {
2337
+ cursor: pointer;
2338
+ }
2339
+ .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
2340
+ background-color: rgba(0, 0, 0, 0.05);
2341
+ }
2342
+ .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
2343
+ .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
2344
+ cursor: default;
2345
+ }
2346
+ .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
2347
+ .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
2348
+ background-color: transparent;
2349
+ }
2350
+ .iti--separate-dial-code .iti__selected-flag {
2351
+ background-color: rgba(0, 0, 0, 0.05);
2352
+ }
2353
+ .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
2354
+ margin-left: 6px;
2355
+ }
2356
+ [dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
2357
+ margin-left: 0;
2358
+ margin-right: 6px;
2359
+ }
2360
+ .iti--container {
2361
+ position: absolute;
2362
+ top: -1000px;
2363
+ left: -1000px;
2364
+ z-index: 1060;
2365
+ padding: 1px;
2366
+ }
2367
+ .iti--container:hover {
2368
+ cursor: pointer;
2369
+ }
2370
+
2371
+ .iti-mobile .iti--container {
2372
+ top: 30px;
2373
+ bottom: 30px;
2374
+ left: 30px;
2375
+ right: 30px;
2376
+ position: fixed;
2377
+ }
2378
+ .iti-mobile .iti__country-list {
2379
+ max-height: 100%;
2380
+ width: 100%;
2381
+ }
2382
+ .iti-mobile .iti__country {
2383
+ padding: 10px 10px;
2384
+ line-height: 1.5em;
2385
+ }
2386
+
2387
+ .iti__flag {
2388
+ width: 20px;
2389
+ }
2390
+ .iti__flag.iti__be {
2391
+ width: 18px;
2392
+ }
2393
+ .iti__flag.iti__ch {
2394
+ width: 15px;
2395
+ }
2396
+ .iti__flag.iti__mc {
2397
+ width: 19px;
2398
+ }
2399
+ .iti__flag.iti__ne {
2400
+ width: 18px;
2401
+ }
2402
+ .iti__flag.iti__np {
2403
+ width: 13px;
2404
+ }
2405
+ .iti__flag.iti__va {
2406
+ width: 15px;
2407
+ }
2408
+ @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
2409
+ .iti__flag {
2410
+ background-size: 5762px 15px;
2411
+ }
2412
+ }
2413
+ .iti__flag.iti__ac {
2414
+ height: 10px;
2415
+ background-position: 0px 0px;
2416
+ }
2417
+ .iti__flag.iti__ad {
2418
+ height: 14px;
2419
+ background-position: -22px 0px;
2420
+ }
2421
+ .iti__flag.iti__ae {
2422
+ height: 10px;
2423
+ background-position: -44px 0px;
2424
+ }
2425
+ .iti__flag.iti__af {
2426
+ height: 14px;
2427
+ background-position: -66px 0px;
2428
+ }
2429
+ .iti__flag.iti__ag {
2430
+ height: 14px;
2431
+ background-position: -88px 0px;
2432
+ }
2433
+ .iti__flag.iti__ai {
2434
+ height: 10px;
2435
+ background-position: -110px 0px;
2436
+ }
2437
+ .iti__flag.iti__al {
2438
+ height: 15px;
2439
+ background-position: -132px 0px;
2440
+ }
2441
+ .iti__flag.iti__am {
2442
+ height: 10px;
2443
+ background-position: -154px 0px;
2444
+ }
2445
+ .iti__flag.iti__ao {
2446
+ height: 14px;
2447
+ background-position: -176px 0px;
2448
+ }
2449
+ .iti__flag.iti__aq {
2450
+ height: 14px;
2451
+ background-position: -198px 0px;
2452
+ }
2453
+ .iti__flag.iti__ar {
2454
+ height: 13px;
2455
+ background-position: -220px 0px;
2456
+ }
2457
+ .iti__flag.iti__as {
2458
+ height: 10px;
2459
+ background-position: -242px 0px;
2460
+ }
2461
+ .iti__flag.iti__at {
2462
+ height: 14px;
2463
+ background-position: -264px 0px;
2464
+ }
2465
+ .iti__flag.iti__au {
2466
+ height: 10px;
2467
+ background-position: -286px 0px;
2468
+ }
2469
+ .iti__flag.iti__aw {
2470
+ height: 14px;
2471
+ background-position: -308px 0px;
2472
+ }
2473
+ .iti__flag.iti__ax {
2474
+ height: 13px;
2475
+ background-position: -330px 0px;
2476
+ }
2477
+ .iti__flag.iti__az {
2478
+ height: 10px;
2479
+ background-position: -352px 0px;
2480
+ }
2481
+ .iti__flag.iti__ba {
2482
+ height: 10px;
2483
+ background-position: -374px 0px;
2484
+ }
2485
+ .iti__flag.iti__bb {
2486
+ height: 14px;
2487
+ background-position: -396px 0px;
2488
+ }
2489
+ .iti__flag.iti__bd {
2490
+ height: 12px;
2491
+ background-position: -418px 0px;
2492
+ }
2493
+ .iti__flag.iti__be {
2494
+ height: 15px;
2495
+ background-position: -440px 0px;
2496
+ }
2497
+ .iti__flag.iti__bf {
2498
+ height: 14px;
2499
+ background-position: -460px 0px;
2500
+ }
2501
+ .iti__flag.iti__bg {
2502
+ height: 12px;
2503
+ background-position: -482px 0px;
2504
+ }
2505
+ .iti__flag.iti__bh {
2506
+ height: 12px;
2507
+ background-position: -504px 0px;
2508
+ }
2509
+ .iti__flag.iti__bi {
2510
+ height: 12px;
2511
+ background-position: -526px 0px;
2512
+ }
2513
+ .iti__flag.iti__bj {
2514
+ height: 14px;
2515
+ background-position: -548px 0px;
2516
+ }
2517
+ .iti__flag.iti__bl {
2518
+ height: 14px;
2519
+ background-position: -570px 0px;
2520
+ }
2521
+ .iti__flag.iti__bm {
2522
+ height: 10px;
2523
+ background-position: -592px 0px;
2524
+ }
2525
+ .iti__flag.iti__bn {
2526
+ height: 10px;
2527
+ background-position: -614px 0px;
2528
+ }
2529
+ .iti__flag.iti__bo {
2530
+ height: 14px;
2531
+ background-position: -636px 0px;
2532
+ }
2533
+ .iti__flag.iti__bq {
2534
+ height: 14px;
2535
+ background-position: -658px 0px;
2536
+ }
2537
+ .iti__flag.iti__br {
2538
+ height: 14px;
2539
+ background-position: -680px 0px;
2540
+ }
2541
+ .iti__flag.iti__bs {
2542
+ height: 10px;
2543
+ background-position: -702px 0px;
2544
+ }
2545
+ .iti__flag.iti__bt {
2546
+ height: 14px;
2547
+ background-position: -724px 0px;
2548
+ }
2549
+ .iti__flag.iti__bv {
2550
+ height: 15px;
2551
+ background-position: -746px 0px;
2552
+ }
2553
+ .iti__flag.iti__bw {
2554
+ height: 14px;
2555
+ background-position: -768px 0px;
2556
+ }
2557
+ .iti__flag.iti__by {
2558
+ height: 10px;
2559
+ background-position: -790px 0px;
2560
+ }
2561
+ .iti__flag.iti__bz {
2562
+ height: 12px;
2563
+ background-position: -812px 0px;
2564
+ }
2565
+ .iti__flag.iti__ca {
2566
+ height: 10px;
2567
+ background-position: -834px 0px;
2568
+ }
2569
+ .iti__flag.iti__cc {
2570
+ height: 10px;
2571
+ background-position: -856px 0px;
2572
+ }
2573
+ .iti__flag.iti__cd {
2574
+ height: 15px;
2575
+ background-position: -878px 0px;
2576
+ }
2577
+ .iti__flag.iti__cf {
2578
+ height: 14px;
2579
+ background-position: -900px 0px;
2580
+ }
2581
+ .iti__flag.iti__cg {
2582
+ height: 14px;
2583
+ background-position: -922px 0px;
2584
+ }
2585
+ .iti__flag.iti__ch {
2586
+ height: 15px;
2587
+ background-position: -944px 0px;
2588
+ }
2589
+ .iti__flag.iti__ci {
2590
+ height: 14px;
2591
+ background-position: -961px 0px;
2592
+ }
2593
+ .iti__flag.iti__ck {
2594
+ height: 10px;
2595
+ background-position: -983px 0px;
2596
+ }
2597
+ .iti__flag.iti__cl {
2598
+ height: 14px;
2599
+ background-position: -1005px 0px;
2600
+ }
2601
+ .iti__flag.iti__cm {
2602
+ height: 14px;
2603
+ background-position: -1027px 0px;
2604
+ }
2605
+ .iti__flag.iti__cn {
2606
+ height: 14px;
2607
+ background-position: -1049px 0px;
2608
+ }
2609
+ .iti__flag.iti__co {
2610
+ height: 14px;
2611
+ background-position: -1071px 0px;
2612
+ }
2613
+ .iti__flag.iti__cp {
2614
+ height: 14px;
2615
+ background-position: -1093px 0px;
2616
+ }
2617
+ .iti__flag.iti__cq {
2618
+ height: 12px;
2619
+ background-position: -1115px 0px;
2620
+ }
2621
+ .iti__flag.iti__cr {
2622
+ height: 12px;
2623
+ background-position: -1137px 0px;
2624
+ }
2625
+ .iti__flag.iti__cu {
2626
+ height: 10px;
2627
+ background-position: -1159px 0px;
2628
+ }
2629
+ .iti__flag.iti__cv {
2630
+ height: 12px;
2631
+ background-position: -1181px 0px;
2632
+ }
2633
+ .iti__flag.iti__cw {
2634
+ height: 14px;
2635
+ background-position: -1203px 0px;
2636
+ }
2637
+ .iti__flag.iti__cx {
2638
+ height: 10px;
2639
+ background-position: -1225px 0px;
2640
+ }
2641
+ .iti__flag.iti__cy {
2642
+ height: 14px;
2643
+ background-position: -1247px 0px;
2644
+ }
2645
+ .iti__flag.iti__cz {
2646
+ height: 14px;
2647
+ background-position: -1269px 0px;
2648
+ }
2649
+ .iti__flag.iti__de {
2650
+ height: 12px;
2651
+ background-position: -1291px 0px;
2652
+ }
2653
+ .iti__flag.iti__dg {
2654
+ height: 10px;
2655
+ background-position: -1313px 0px;
2656
+ }
2657
+ .iti__flag.iti__dj {
2658
+ height: 14px;
2659
+ background-position: -1335px 0px;
2660
+ }
2661
+ .iti__flag.iti__dk {
2662
+ height: 15px;
2663
+ background-position: -1357px 0px;
2664
+ }
2665
+ .iti__flag.iti__dm {
2666
+ height: 10px;
2667
+ background-position: -1379px 0px;
2668
+ }
2669
+ .iti__flag.iti__do {
2670
+ height: 14px;
2671
+ background-position: -1401px 0px;
2672
+ }
2673
+ .iti__flag.iti__dz {
2674
+ height: 14px;
2675
+ background-position: -1423px 0px;
2676
+ }
2677
+ .iti__flag.iti__ea {
2678
+ height: 14px;
2679
+ background-position: -1445px 0px;
2680
+ }
2681
+ .iti__flag.iti__ec {
2682
+ height: 14px;
2683
+ background-position: -1467px 0px;
2684
+ }
2685
+ .iti__flag.iti__ee {
2686
+ height: 13px;
2687
+ background-position: -1489px 0px;
2688
+ }
2689
+ .iti__flag.iti__eg {
2690
+ height: 14px;
2691
+ background-position: -1511px 0px;
2692
+ }
2693
+ .iti__flag.iti__eh {
2694
+ height: 10px;
2695
+ background-position: -1533px 0px;
2696
+ }
2697
+ .iti__flag.iti__er {
2698
+ height: 10px;
2699
+ background-position: -1555px 0px;
2700
+ }
2701
+ .iti__flag.iti__es {
2702
+ height: 14px;
2703
+ background-position: -1577px 0px;
2704
+ }
2705
+ .iti__flag.iti__et {
2706
+ height: 10px;
2707
+ background-position: -1599px 0px;
2708
+ }
2709
+ .iti__flag.iti__eu {
2710
+ height: 14px;
2711
+ background-position: -1621px 0px;
2712
+ }
2713
+ .iti__flag.iti__ez {
2714
+ height: 14px;
2715
+ background-position: -1643px 0px;
2716
+ }
2717
+ .iti__flag.iti__fi {
2718
+ height: 12px;
2719
+ background-position: -1665px 0px;
2720
+ }
2721
+ .iti__flag.iti__fj {
2722
+ height: 10px;
2723
+ background-position: -1687px 0px;
2724
+ }
2725
+ .iti__flag.iti__fk {
2726
+ height: 10px;
2727
+ background-position: -1709px 0px;
2728
+ }
2729
+ .iti__flag.iti__fm {
2730
+ height: 11px;
2731
+ background-position: -1731px 0px;
2732
+ }
2733
+ .iti__flag.iti__fo {
2734
+ height: 15px;
2735
+ background-position: -1753px 0px;
2736
+ }
2737
+ .iti__flag.iti__fr {
2738
+ height: 14px;
2739
+ background-position: -1775px 0px;
2740
+ }
2741
+ .iti__flag.iti__fx {
2742
+ height: 14px;
2743
+ background-position: -1797px 0px;
2744
+ }
2745
+ .iti__flag.iti__ga {
2746
+ height: 15px;
2747
+ background-position: -1819px 0px;
2748
+ }
2749
+ .iti__flag.iti__gb {
2750
+ height: 10px;
2751
+ background-position: -1841px 0px;
2752
+ }
2753
+ .iti__flag.iti__gd {
2754
+ height: 12px;
2755
+ background-position: -1863px 0px;
2756
+ }
2757
+ .iti__flag.iti__ge {
2758
+ height: 14px;
2759
+ background-position: -1885px 0px;
2760
+ }
2761
+ .iti__flag.iti__gf {
2762
+ height: 14px;
2763
+ background-position: -1907px 0px;
2764
+ }
2765
+ .iti__flag.iti__gg {
2766
+ height: 14px;
2767
+ background-position: -1929px 0px;
2768
+ }
2769
+ .iti__flag.iti__gh {
2770
+ height: 14px;
2771
+ background-position: -1951px 0px;
2772
+ }
2773
+ .iti__flag.iti__gi {
2774
+ height: 10px;
2775
+ background-position: -1973px 0px;
2776
+ }
2777
+ .iti__flag.iti__gl {
2778
+ height: 14px;
2779
+ background-position: -1995px 0px;
2780
+ }
2781
+ .iti__flag.iti__gm {
2782
+ height: 14px;
2783
+ background-position: -2017px 0px;
2784
+ }
2785
+ .iti__flag.iti__gn {
2786
+ height: 14px;
2787
+ background-position: -2039px 0px;
2788
+ }
2789
+ .iti__flag.iti__gp {
2790
+ height: 14px;
2791
+ background-position: -2061px 0px;
2792
+ }
2793
+ .iti__flag.iti__gq {
2794
+ height: 14px;
2795
+ background-position: -2083px 0px;
2796
+ }
2797
+ .iti__flag.iti__gr {
2798
+ height: 14px;
2799
+ background-position: -2105px 0px;
2800
+ }
2801
+ .iti__flag.iti__gs {
2802
+ height: 10px;
2803
+ background-position: -2127px 0px;
2804
+ }
2805
+ .iti__flag.iti__gt {
2806
+ height: 13px;
2807
+ background-position: -2149px 0px;
2808
+ }
2809
+ .iti__flag.iti__gu {
2810
+ height: 11px;
2811
+ background-position: -2171px 0px;
2812
+ }
2813
+ .iti__flag.iti__gw {
2814
+ height: 10px;
2815
+ background-position: -2193px 0px;
2816
+ }
2817
+ .iti__flag.iti__gy {
2818
+ height: 12px;
2819
+ background-position: -2215px 0px;
2820
+ }
2821
+ .iti__flag.iti__hk {
2822
+ height: 14px;
2823
+ background-position: -2237px 0px;
2824
+ }
2825
+ .iti__flag.iti__hm {
2826
+ height: 10px;
2827
+ background-position: -2259px 0px;
2828
+ }
2829
+ .iti__flag.iti__hn {
2830
+ height: 10px;
2831
+ background-position: -2281px 0px;
2832
+ }
2833
+ .iti__flag.iti__hr {
2834
+ height: 10px;
2835
+ background-position: -2303px 0px;
2836
+ }
2837
+ .iti__flag.iti__ht {
2838
+ height: 12px;
2839
+ background-position: -2325px 0px;
2840
+ }
2841
+ .iti__flag.iti__hu {
2842
+ height: 10px;
2843
+ background-position: -2347px 0px;
2844
+ }
2845
+ .iti__flag.iti__ic {
2846
+ height: 14px;
2847
+ background-position: -2369px 0px;
2848
+ }
2849
+ .iti__flag.iti__id {
2850
+ height: 14px;
2851
+ background-position: -2391px 0px;
2852
+ }
2853
+ .iti__flag.iti__ie {
2854
+ height: 10px;
2855
+ background-position: -2413px 0px;
2856
+ }
2857
+ .iti__flag.iti__il {
2858
+ height: 15px;
2859
+ background-position: -2435px 0px;
2860
+ }
2861
+ .iti__flag.iti__im {
2862
+ height: 10px;
2863
+ background-position: -2457px 0px;
2864
+ }
2865
+ .iti__flag.iti__in {
2866
+ height: 14px;
2867
+ background-position: -2479px 0px;
2868
+ }
2869
+ .iti__flag.iti__io {
2870
+ height: 10px;
2871
+ background-position: -2501px 0px;
2872
+ }
2873
+ .iti__flag.iti__iq {
2874
+ height: 14px;
2875
+ background-position: -2523px 0px;
2876
+ }
2877
+ .iti__flag.iti__ir {
2878
+ height: 12px;
2879
+ background-position: -2545px 0px;
2880
+ }
2881
+ .iti__flag.iti__is {
2882
+ height: 15px;
2883
+ background-position: -2567px 0px;
2884
+ }
2885
+ .iti__flag.iti__it {
2886
+ height: 14px;
2887
+ background-position: -2589px 0px;
2888
+ }
2889
+ .iti__flag.iti__je {
2890
+ height: 12px;
2891
+ background-position: -2611px 0px;
2892
+ }
2893
+ .iti__flag.iti__jm {
2894
+ height: 10px;
2895
+ background-position: -2633px 0px;
2896
+ }
2897
+ .iti__flag.iti__jo {
2898
+ height: 10px;
2899
+ background-position: -2655px 0px;
2900
+ }
2901
+ .iti__flag.iti__jp {
2902
+ height: 14px;
2903
+ background-position: -2677px 0px;
2904
+ }
2905
+ .iti__flag.iti__ke {
2906
+ height: 14px;
2907
+ background-position: -2699px 0px;
2908
+ }
2909
+ .iti__flag.iti__kg {
2910
+ height: 12px;
2911
+ background-position: -2721px 0px;
2912
+ }
2913
+ .iti__flag.iti__kh {
2914
+ height: 13px;
2915
+ background-position: -2743px 0px;
2916
+ }
2917
+ .iti__flag.iti__ki {
2918
+ height: 10px;
2919
+ background-position: -2765px 0px;
2920
+ }
2921
+ .iti__flag.iti__km {
2922
+ height: 12px;
2923
+ background-position: -2787px 0px;
2924
+ }
2925
+ .iti__flag.iti__kn {
2926
+ height: 14px;
2927
+ background-position: -2809px 0px;
2928
+ }
2929
+ .iti__flag.iti__kp {
2930
+ height: 10px;
2931
+ background-position: -2831px 0px;
2932
+ }
2933
+ .iti__flag.iti__kr {
2934
+ height: 14px;
2935
+ background-position: -2853px 0px;
2936
+ }
2937
+ .iti__flag.iti__kw {
2938
+ height: 10px;
2939
+ background-position: -2875px 0px;
2940
+ }
2941
+ .iti__flag.iti__ky {
2942
+ height: 10px;
2943
+ background-position: -2897px 0px;
2944
+ }
2945
+ .iti__flag.iti__kz {
2946
+ height: 10px;
2947
+ background-position: -2919px 0px;
2948
+ }
2949
+ .iti__flag.iti__la {
2950
+ height: 14px;
2951
+ background-position: -2941px 0px;
2952
+ }
2953
+ .iti__flag.iti__lb {
2954
+ height: 14px;
2955
+ background-position: -2963px 0px;
2956
+ }
2957
+ .iti__flag.iti__lc {
2958
+ height: 10px;
2959
+ background-position: -2985px 0px;
2960
+ }
2961
+ .iti__flag.iti__li {
2962
+ height: 12px;
2963
+ background-position: -3007px 0px;
2964
+ }
2965
+ .iti__flag.iti__lk {
2966
+ height: 10px;
2967
+ background-position: -3029px 0px;
2968
+ }
2969
+ .iti__flag.iti__lr {
2970
+ height: 11px;
2971
+ background-position: -3051px 0px;
2972
+ }
2973
+ .iti__flag.iti__ls {
2974
+ height: 14px;
2975
+ background-position: -3073px 0px;
2976
+ }
2977
+ .iti__flag.iti__lt {
2978
+ height: 12px;
2979
+ background-position: -3095px 0px;
2980
+ }
2981
+ .iti__flag.iti__lu {
2982
+ height: 12px;
2983
+ background-position: -3117px 0px;
2984
+ }
2985
+ .iti__flag.iti__lv {
2986
+ height: 10px;
2987
+ background-position: -3139px 0px;
2988
+ }
2989
+ .iti__flag.iti__ly {
2990
+ height: 10px;
2991
+ background-position: -3161px 0px;
2992
+ }
2993
+ .iti__flag.iti__ma {
2994
+ height: 14px;
2995
+ background-position: -3183px 0px;
2996
+ }
2997
+ .iti__flag.iti__mc {
2998
+ height: 15px;
2999
+ background-position: -3205px 0px;
3000
+ }
3001
+ .iti__flag.iti__md {
3002
+ height: 10px;
3003
+ background-position: -3226px 0px;
3004
+ }
3005
+ .iti__flag.iti__me {
3006
+ height: 10px;
3007
+ background-position: -3248px 0px;
3008
+ }
3009
+ .iti__flag.iti__mf {
3010
+ height: 14px;
3011
+ background-position: -3270px 0px;
3012
+ }
3013
+ .iti__flag.iti__mg {
3014
+ height: 14px;
3015
+ background-position: -3292px 0px;
3016
+ }
3017
+ .iti__flag.iti__mh {
3018
+ height: 11px;
3019
+ background-position: -3314px 0px;
3020
+ }
3021
+ .iti__flag.iti__mk {
3022
+ height: 10px;
3023
+ background-position: -3336px 0px;
3024
+ }
3025
+ .iti__flag.iti__ml {
3026
+ height: 14px;
3027
+ background-position: -3358px 0px;
3028
+ }
3029
+ .iti__flag.iti__mm {
3030
+ height: 14px;
3031
+ background-position: -3380px 0px;
3032
+ }
3033
+ .iti__flag.iti__mn {
3034
+ height: 10px;
3035
+ background-position: -3402px 0px;
3036
+ }
3037
+ .iti__flag.iti__mo {
3038
+ height: 14px;
3039
+ background-position: -3424px 0px;
3040
+ }
3041
+ .iti__flag.iti__mp {
3042
+ height: 10px;
3043
+ background-position: -3446px 0px;
3044
+ }
3045
+ .iti__flag.iti__mq {
3046
+ height: 14px;
3047
+ background-position: -3468px 0px;
3048
+ }
3049
+ .iti__flag.iti__mr {
3050
+ height: 14px;
3051
+ background-position: -3490px 0px;
3052
+ }
3053
+ .iti__flag.iti__ms {
3054
+ height: 10px;
3055
+ background-position: -3512px 0px;
3056
+ }
3057
+ .iti__flag.iti__mt {
3058
+ height: 14px;
3059
+ background-position: -3534px 0px;
3060
+ }
3061
+ .iti__flag.iti__mu {
3062
+ height: 14px;
3063
+ background-position: -3556px 0px;
3064
+ }
3065
+ .iti__flag.iti__mv {
3066
+ height: 14px;
3067
+ background-position: -3578px 0px;
3068
+ }
3069
+ .iti__flag.iti__mw {
3070
+ height: 14px;
3071
+ background-position: -3600px 0px;
3072
+ }
3073
+ .iti__flag.iti__mx {
3074
+ height: 12px;
3075
+ background-position: -3622px 0px;
3076
+ }
3077
+ .iti__flag.iti__my {
3078
+ height: 10px;
3079
+ background-position: -3644px 0px;
3080
+ }
3081
+ .iti__flag.iti__mz {
3082
+ height: 14px;
3083
+ background-position: -3666px 0px;
3084
+ }
3085
+ .iti__flag.iti__na {
3086
+ height: 14px;
3087
+ background-position: -3688px 0px;
3088
+ }
3089
+ .iti__flag.iti__nc {
3090
+ height: 10px;
3091
+ background-position: -3710px 0px;
3092
+ }
3093
+ .iti__flag.iti__ne {
3094
+ height: 15px;
3095
+ background-position: -3732px 0px;
3096
+ }
3097
+ .iti__flag.iti__nf {
3098
+ height: 10px;
3099
+ background-position: -3752px 0px;
3100
+ }
3101
+ .iti__flag.iti__ng {
3102
+ height: 10px;
3103
+ background-position: -3774px 0px;
3104
+ }
3105
+ .iti__flag.iti__ni {
3106
+ height: 12px;
3107
+ background-position: -3796px 0px;
3108
+ }
3109
+ .iti__flag.iti__nl {
3110
+ height: 14px;
3111
+ background-position: -3818px 0px;
3112
+ }
3113
+ .iti__flag.iti__no {
3114
+ height: 15px;
3115
+ background-position: -3840px 0px;
3116
+ }
3117
+ .iti__flag.iti__np {
3118
+ height: 15px;
3119
+ background-position: -3862px 0px;
3120
+ }
3121
+ .iti__flag.iti__nr {
3122
+ height: 10px;
3123
+ background-position: -3877px 0px;
3124
+ }
3125
+ .iti__flag.iti__nu {
3126
+ height: 10px;
3127
+ background-position: -3899px 0px;
3128
+ }
3129
+ .iti__flag.iti__nz {
3130
+ height: 10px;
3131
+ background-position: -3921px 0px;
3132
+ }
3133
+ .iti__flag.iti__om {
3134
+ height: 10px;
3135
+ background-position: -3943px 0px;
3136
+ }
3137
+ .iti__flag.iti__pa {
3138
+ height: 14px;
3139
+ background-position: -3965px 0px;
3140
+ }
3141
+ .iti__flag.iti__pe {
3142
+ height: 14px;
3143
+ background-position: -3987px 0px;
3144
+ }
3145
+ .iti__flag.iti__pf {
3146
+ height: 14px;
3147
+ background-position: -4009px 0px;
3148
+ }
3149
+ .iti__flag.iti__pg {
3150
+ height: 15px;
3151
+ background-position: -4031px 0px;
3152
+ }
3153
+ .iti__flag.iti__ph {
3154
+ height: 10px;
3155
+ background-position: -4053px 0px;
3156
+ }
3157
+ .iti__flag.iti__pk {
3158
+ height: 14px;
3159
+ background-position: -4075px 0px;
3160
+ }
3161
+ .iti__flag.iti__pl {
3162
+ height: 13px;
3163
+ background-position: -4097px 0px;
3164
+ }
3165
+ .iti__flag.iti__pm {
3166
+ height: 14px;
3167
+ background-position: -4119px 0px;
3168
+ }
3169
+ .iti__flag.iti__pn {
3170
+ height: 10px;
3171
+ background-position: -4141px 0px;
3172
+ }
3173
+ .iti__flag.iti__pr {
3174
+ height: 14px;
3175
+ background-position: -4163px 0px;
3176
+ }
3177
+ .iti__flag.iti__ps {
3178
+ height: 10px;
3179
+ background-position: -4185px 0px;
3180
+ }
3181
+ .iti__flag.iti__pt {
3182
+ height: 14px;
3183
+ background-position: -4207px 0px;
3184
+ }
3185
+ .iti__flag.iti__pw {
3186
+ height: 13px;
3187
+ background-position: -4229px 0px;
3188
+ }
3189
+ .iti__flag.iti__py {
3190
+ height: 11px;
3191
+ background-position: -4251px 0px;
3192
+ }
3193
+ .iti__flag.iti__qa {
3194
+ height: 8px;
3195
+ background-position: -4273px 0px;
3196
+ }
3197
+ .iti__flag.iti__re {
3198
+ height: 14px;
3199
+ background-position: -4295px 0px;
3200
+ }
3201
+ .iti__flag.iti__ro {
3202
+ height: 14px;
3203
+ background-position: -4317px 0px;
3204
+ }
3205
+ .iti__flag.iti__rs {
3206
+ height: 14px;
3207
+ background-position: -4339px 0px;
3208
+ }
3209
+ .iti__flag.iti__ru {
3210
+ height: 14px;
3211
+ background-position: -4361px 0px;
3212
+ }
3213
+ .iti__flag.iti__rw {
3214
+ height: 14px;
3215
+ background-position: -4383px 0px;
3216
+ }
3217
+ .iti__flag.iti__sa {
3218
+ height: 14px;
3219
+ background-position: -4405px 0px;
3220
+ }
3221
+ .iti__flag.iti__sb {
3222
+ height: 10px;
3223
+ background-position: -4427px 0px;
3224
+ }
3225
+ .iti__flag.iti__sc {
3226
+ height: 10px;
3227
+ background-position: -4449px 0px;
3228
+ }
3229
+ .iti__flag.iti__sd {
3230
+ height: 10px;
3231
+ background-position: -4471px 0px;
3232
+ }
3233
+ .iti__flag.iti__se {
3234
+ height: 13px;
3235
+ background-position: -4493px 0px;
3236
+ }
3237
+ .iti__flag.iti__sg {
3238
+ height: 14px;
3239
+ background-position: -4515px 0px;
3240
+ }
3241
+ .iti__flag.iti__sh {
3242
+ height: 10px;
3243
+ background-position: -4537px 0px;
3244
+ }
3245
+ .iti__flag.iti__si {
3246
+ height: 10px;
3247
+ background-position: -4559px 0px;
3248
+ }
3249
+ .iti__flag.iti__sj {
3250
+ height: 15px;
3251
+ background-position: -4581px 0px;
3252
+ }
3253
+ .iti__flag.iti__sk {
3254
+ height: 14px;
3255
+ background-position: -4603px 0px;
3256
+ }
3257
+ .iti__flag.iti__sl {
3258
+ height: 14px;
3259
+ background-position: -4625px 0px;
3260
+ }
3261
+ .iti__flag.iti__sm {
3262
+ height: 15px;
3263
+ background-position: -4647px 0px;
3264
+ }
3265
+ .iti__flag.iti__sn {
3266
+ height: 14px;
3267
+ background-position: -4669px 0px;
3268
+ }
3269
+ .iti__flag.iti__so {
3270
+ height: 14px;
3271
+ background-position: -4691px 0px;
3272
+ }
3273
+ .iti__flag.iti__sr {
3274
+ height: 14px;
3275
+ background-position: -4713px 0px;
3276
+ }
3277
+ .iti__flag.iti__ss {
3278
+ height: 10px;
3279
+ background-position: -4735px 0px;
3280
+ }
3281
+ .iti__flag.iti__st {
3282
+ height: 10px;
3283
+ background-position: -4757px 0px;
3284
+ }
3285
+ .iti__flag.iti__su {
3286
+ height: 10px;
3287
+ background-position: -4779px 0px;
3288
+ }
3289
+ .iti__flag.iti__sv {
3290
+ height: 12px;
3291
+ background-position: -4801px 0px;
3292
+ }
3293
+ .iti__flag.iti__sx {
3294
+ height: 14px;
3295
+ background-position: -4823px 0px;
3296
+ }
3297
+ .iti__flag.iti__sy {
3298
+ height: 14px;
3299
+ background-position: -4845px 0px;
3300
+ }
3301
+ .iti__flag.iti__sz {
3302
+ height: 14px;
3303
+ background-position: -4867px 0px;
3304
+ }
3305
+ .iti__flag.iti__ta {
3306
+ height: 10px;
3307
+ background-position: -4889px 0px;
3308
+ }
3309
+ .iti__flag.iti__tc {
3310
+ height: 10px;
3311
+ background-position: -4911px 0px;
3312
+ }
3313
+ .iti__flag.iti__td {
3314
+ height: 14px;
3315
+ background-position: -4933px 0px;
3316
+ }
3317
+ .iti__flag.iti__tf {
3318
+ height: 14px;
3319
+ background-position: -4955px 0px;
3320
+ }
3321
+ .iti__flag.iti__tg {
3322
+ height: 13px;
3323
+ background-position: -4977px 0px;
3324
+ }
3325
+ .iti__flag.iti__th {
3326
+ height: 14px;
3327
+ background-position: -4999px 0px;
3328
+ }
3329
+ .iti__flag.iti__tj {
3330
+ height: 10px;
3331
+ background-position: -5021px 0px;
3332
+ }
3333
+ .iti__flag.iti__tk {
3334
+ height: 10px;
3335
+ background-position: -5043px 0px;
3336
+ }
3337
+ .iti__flag.iti__tl {
3338
+ height: 10px;
3339
+ background-position: -5065px 0px;
3340
+ }
3341
+ .iti__flag.iti__tm {
3342
+ height: 14px;
3343
+ background-position: -5087px 0px;
3344
+ }
3345
+ .iti__flag.iti__tn {
3346
+ height: 14px;
3347
+ background-position: -5109px 0px;
3348
+ }
3349
+ .iti__flag.iti__to {
3350
+ height: 10px;
3351
+ background-position: -5131px 0px;
3352
+ }
3353
+ .iti__flag.iti__tr {
3354
+ height: 14px;
3355
+ background-position: -5153px 0px;
3356
+ }
3357
+ .iti__flag.iti__tt {
3358
+ height: 12px;
3359
+ background-position: -5175px 0px;
3360
+ }
3361
+ .iti__flag.iti__tv {
3362
+ height: 10px;
3363
+ background-position: -5197px 0px;
3364
+ }
3365
+ .iti__flag.iti__tw {
3366
+ height: 14px;
3367
+ background-position: -5219px 0px;
3368
+ }
3369
+ .iti__flag.iti__tz {
3370
+ height: 14px;
3371
+ background-position: -5241px 0px;
3372
+ }
3373
+ .iti__flag.iti__ua {
3374
+ height: 14px;
3375
+ background-position: -5263px 0px;
3376
+ }
3377
+ .iti__flag.iti__ug {
3378
+ height: 14px;
3379
+ background-position: -5285px 0px;
3380
+ }
3381
+ .iti__flag.iti__uk {
3382
+ height: 10px;
3383
+ background-position: -5307px 0px;
3384
+ }
3385
+ .iti__flag.iti__um {
3386
+ height: 11px;
3387
+ background-position: -5329px 0px;
3388
+ }
3389
+ .iti__flag.iti__un {
3390
+ height: 14px;
3391
+ background-position: -5351px 0px;
3392
+ }
3393
+ .iti__flag.iti__us {
3394
+ height: 11px;
3395
+ background-position: -5373px 0px;
3396
+ }
3397
+ .iti__flag.iti__uy {
3398
+ height: 14px;
3399
+ background-position: -5395px 0px;
3400
+ }
3401
+ .iti__flag.iti__uz {
3402
+ height: 10px;
3403
+ background-position: -5417px 0px;
3404
+ }
3405
+ .iti__flag.iti__va {
3406
+ height: 15px;
3407
+ background-position: -5439px 0px;
3408
+ }
3409
+ .iti__flag.iti__vc {
3410
+ height: 14px;
3411
+ background-position: -5456px 0px;
3412
+ }
3413
+ .iti__flag.iti__ve {
3414
+ height: 14px;
3415
+ background-position: -5478px 0px;
3416
+ }
3417
+ .iti__flag.iti__vg {
3418
+ height: 10px;
3419
+ background-position: -5500px 0px;
3420
+ }
3421
+ .iti__flag.iti__vi {
3422
+ height: 14px;
3423
+ background-position: -5522px 0px;
3424
+ }
3425
+ .iti__flag.iti__vn {
3426
+ height: 14px;
3427
+ background-position: -5544px 0px;
3428
+ }
3429
+ .iti__flag.iti__vu {
3430
+ height: 12px;
3431
+ background-position: -5566px 0px;
3432
+ }
3433
+ .iti__flag.iti__wf {
3434
+ height: 14px;
3435
+ background-position: -5588px 0px;
3436
+ }
3437
+ .iti__flag.iti__ws {
3438
+ height: 10px;
3439
+ background-position: -5610px 0px;
3440
+ }
3441
+ .iti__flag.iti__xk {
3442
+ height: 15px;
3443
+ background-position: -5632px 0px;
3444
+ }
3445
+ .iti__flag.iti__ye {
3446
+ height: 14px;
3447
+ background-position: -5654px 0px;
3448
+ }
3449
+ .iti__flag.iti__yt {
3450
+ height: 14px;
3451
+ background-position: -5676px 0px;
3452
+ }
3453
+ .iti__flag.iti__za {
3454
+ height: 14px;
3455
+ background-position: -5698px 0px;
3456
+ }
3457
+ .iti__flag.iti__zm {
3458
+ height: 14px;
3459
+ background-position: -5720px 0px;
3460
+ }
3461
+ .iti__flag.iti__zw {
3462
+ height: 10px;
3463
+ background-position: -5742px 0px;
3464
+ }
3465
+
3466
+ .iti__flag {
3467
+ height: 15px;
3468
+ box-shadow: 0px 0px 1px 0px #888;
3469
+ background-image: url("../img/flags.png?1");
3470
+ background-repeat: no-repeat;
3471
+ background-color: #dbdbdb;
3472
+ background-position: 20px 0;
3473
+ }
3474
+ @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
3475
+ .iti__flag {
3476
+ background-image: url("../img/flags@2x.png?1");
3477
+ }
3478
+ }
3479
+
3480
+ .iti__flag.iti__np {
3481
+ background-color: transparent;
3482
+ }
3483
+ :host {
3484
+ display: block;
3485
+ }
3486
+
3487
+ .ptc-text-field.invalid-field {
3488
+ position: relative;
3489
+ }
3490
+ .ptc-text-field.invalid-field::before {
3491
+ content: "";
3492
+ position: absolute;
3493
+ width: 282px;
3494
+ height: 95px;
3495
+ background: #FEF3F3;
3496
+ display: flex;
3497
+ flex-direction: column;
3498
+ justify-content: center;
3499
+ z-index: 0;
3500
+ left: 0;
3501
+ top: 0;
3502
+ transform: translate(-5px, -10px);
3503
+ }
3504
+ .ptc-text-field .phone-field-style {
3505
+ z-index: 3;
3506
+ }
3507
+ .ptc-text-field form {
3508
+ width: 273px;
3509
+ display: flex;
3510
+ flex-direction: column;
3511
+ justify-content: center;
3512
+ align-items: center;
3513
+ }
3514
+ .ptc-text-field .ptc-label {
3515
+ display: block;
3516
+ font-size: var(--ptc-font-size-xx-small);
3517
+ font-weight: var(--ptc-font-weight-semibold);
3518
+ line-height: normal;
3519
+ margin-bottom: var(--ptc-element-spacing-01);
3520
+ position: relative;
3521
+ z-index: 1;
3522
+ color: #40434A;
3523
+ }
3524
+ .ptc-text-field .mdc-text-field--invalid + .mdc-text-field-helper-line {
3525
+ margin-bottom: 32px;
3526
+ }
3527
+ .ptc-text-field .mdc-text-field--invalid + .mdc-text-field-helper-line .input-error-svg {
3528
+ transform: translate(-16px, 3px);
3529
+ }
3530
+ .ptc-text-field .field-with-counter {
3531
+ position: relative;
3532
+ }
3533
+ .ptc-text-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
3534
+ .ptc-text-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
3535
+ .ptc-text-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
3536
+ border-color: var(--color-blue-07);
3537
+ }
3538
+ .ptc-text-field .mdc-text-field--outlined {
3539
+ height: 34px;
3540
+ width: 273px;
3541
+ }
3542
+ .ptc-text-field .mdc-text-field--outlined .mdc-notched-outline__trailing {
3543
+ border-radius: 0px !important;
3544
+ }
3545
+ .ptc-text-field .mdc-text-field--outlined .mdc-notched-outline__leading {
3546
+ border-radius: 0px !important;
3547
+ }
3548
+ .ptc-text-field .ptc-textfield-outline {
3549
+ background-color: var(--color-white);
3550
+ }
3551
+ .ptc-text-field .mdc-text-field-helper-text--validation-msg {
3552
+ color: #AF3231 !important;
3553
+ font-family: Raleway;
3554
+ font-size: 14px;
3555
+ font-style: normal;
3556
+ font-weight: 600;
3557
+ line-height: 10px;
3558
+ /* 71.429% */
3559
+ }
3560
+ .ptc-text-field .mdc-text-field__input {
3561
+ z-index: 2;
3562
+ }
3563
+ .ptc-text-field .mdc-text-field--with-internal-counter {
3564
+ padding-right: 56px;
3565
+ }
3566
+ .ptc-text-field .mdc-text-field-character-counter {
3567
+ position: absolute;
3568
+ right: 16px;
3569
+ top: 0px;
3570
+ transform: translateY(-150%);
3571
+ }
3572
+ .ptc-text-field .iti {
3573
+ height: 35px;
3574
+ z-index: 3;
3575
+ }
3576
+ .ptc-text-field .iti__flag {
3577
+ background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/18.2.1/img/flags.png");
3578
+ }
3579
+ @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
3580
+ .ptc-text-field .iti__flag {
3581
+ background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/18.2.1/img/flags@2x.png");
3582
+ }
3583
+ }
3584
+ .ptc-text-field .intl-phone-adjustments {
3585
+ padding-left: 0px;
3586
+ z-index: 3;
3587
+ }
3588
+ .ptc-text-field .intl-phone-adjustments ul {
3589
+ width: 273px;
3590
+ }