@bigbinary/neeto-form-frontend 1.0.10 → 1.0.12

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 (5) hide show
  1. package/README.md +38 -5
  2. package/dist/index.js +56419 -26380
  3. package/dist/main.css +2 -2272
  4. package/index.d.ts +2 -0
  5. package/package.json +75 -62
package/dist/main.css CHANGED
@@ -1,2272 +1,2 @@
1
- #neeto-form-root,
2
- .neeto-form-root__body {
3
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
4
- /**
5
- * Render the `main` element consistently in IE.
6
- */
7
- /**
8
- * Correct the font size and margin on `h1` elements within `section` and
9
- * `article` contexts in Chrome, Firefox, and Safari.
10
- */
11
- /* Grouping content
12
- ========================================================================== */
13
- /**
14
- * 1. Add the correct box sizing in Firefox.
15
- * 2. Show the overflow in Edge and IE.
16
- */
17
- /**
18
- * 1. Correct the inheritance and scaling of font size in all browsers.
19
- * 2. Correct the odd `em` font sizing in all browsers.
20
- */
21
- /* Text-level semantics
22
- ========================================================================== */
23
- /**
24
- * Remove the gray background on active links in IE 10.
25
- */
26
- /**
27
- * 1. Remove the bottom border in Chrome 57-
28
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
29
- */
30
- /**
31
- * Add the correct font weight in Chrome, Edge, and Safari.
32
- */
33
- /**
34
- * 1. Correct the inheritance and scaling of font size in all browsers.
35
- * 2. Correct the odd `em` font sizing in all browsers.
36
- */
37
- /**
38
- * Add the correct font size in all browsers.
39
- */
40
- /**
41
- * Prevent `sub` and `sup` elements from affecting the line height in
42
- * all browsers.
43
- */
44
- /* Embedded content
45
- ========================================================================== */
46
- /**
47
- * Remove the border on images inside links in IE 10.
48
- */
49
- /* Forms
50
- ========================================================================== */
51
- /**
52
- * 1. Change the font styles in all browsers.
53
- * 2. Remove the margin in Firefox and Safari.
54
- */
55
- /**
56
- * Show the overflow in IE.
57
- * 1. Show the overflow in Edge.
58
- */
59
- /**
60
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
61
- * 1. Remove the inheritance of text transform in Firefox.
62
- */
63
- /**
64
- * Correct the inability to style clickable types in iOS and Safari.
65
- */
66
- /**
67
- * Remove the inner border and padding in Firefox.
68
- */
69
- /**
70
- * Restore the focus styles unset by the previous rule.
71
- */
72
- /**
73
- * Correct the padding in Firefox.
74
- */
75
- /**
76
- * 1. Correct the text wrapping in Edge and IE.
77
- * 2. Correct the color inheritance from `fieldset` elements in IE.
78
- * 3. Remove the padding so developers are not caught out when they zero out
79
- * `fieldset` elements in all browsers.
80
- */
81
- /**
82
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
83
- */
84
- /**
85
- * Remove the default vertical scrollbar in IE 10+.
86
- */
87
- /**
88
- * 1. Add the correct box sizing in IE 10.
89
- * 2. Remove the padding in IE 10.
90
- */
91
- /**
92
- * Correct the cursor style of increment and decrement buttons in Chrome.
93
- */
94
- /**
95
- * 1. Correct the odd appearance in Chrome and Safari.
96
- * 2. Correct the outline style in Safari.
97
- */
98
- /**
99
- * Remove the inner padding in Chrome and Safari on macOS.
100
- */
101
- /**
102
- * 1. Correct the inability to style clickable types in iOS and Safari.
103
- * 2. Change font properties to `inherit` in Safari.
104
- */
105
- /* Interactive
106
- ========================================================================== */
107
- /*
108
- * Add the correct display in Edge, IE 10+, and Firefox.
109
- */
110
- /*
111
- * Add the correct display in all browsers.
112
- */
113
- /* Misc
114
- ========================================================================== */
115
- /**
116
- * Add the correct display in IE 10+.
117
- */
118
- /**
119
- * Add the correct display in IE 10.
120
- */
121
- }
122
- #neeto-form-root main,
123
- .neeto-form-root__body main {
124
- display: block;
125
- }
126
- #neeto-form-root h1,
127
- .neeto-form-root__body h1 {
128
- font-size: 2em;
129
- margin: 0.67em 0;
130
- }
131
- #neeto-form-root hr,
132
- .neeto-form-root__body hr {
133
- box-sizing: content-box; /* 1 */
134
- height: 0; /* 1 */
135
- overflow: visible; /* 2 */
136
- }
137
- #neeto-form-root pre,
138
- .neeto-form-root__body pre {
139
- font-family: monospace, monospace; /* 1 */
140
- font-size: 1em; /* 2 */
141
- }
142
- #neeto-form-root a,
143
- .neeto-form-root__body a {
144
- background-color: transparent;
145
- }
146
- #neeto-form-root abbr[title],
147
- .neeto-form-root__body abbr[title] {
148
- border-bottom: none; /* 1 */
149
- text-decoration: underline; /* 2 */
150
- text-decoration: underline dotted; /* 2 */
151
- }
152
- #neeto-form-root b,
153
- #neeto-form-root strong,
154
- .neeto-form-root__body b,
155
- .neeto-form-root__body strong {
156
- font-weight: bolder;
157
- }
158
- #neeto-form-root code,
159
- #neeto-form-root kbd,
160
- #neeto-form-root samp,
161
- .neeto-form-root__body code,
162
- .neeto-form-root__body kbd,
163
- .neeto-form-root__body samp {
164
- font-family: monospace, monospace; /* 1 */
165
- font-size: 1em; /* 2 */
166
- }
167
- #neeto-form-root small,
168
- .neeto-form-root__body small {
169
- font-size: 80%;
170
- }
171
- #neeto-form-root sub,
172
- #neeto-form-root sup,
173
- .neeto-form-root__body sub,
174
- .neeto-form-root__body sup {
175
- font-size: 75%;
176
- line-height: 0;
177
- position: relative;
178
- vertical-align: baseline;
179
- }
180
- #neeto-form-root sub,
181
- .neeto-form-root__body sub {
182
- bottom: -0.25em;
183
- }
184
- #neeto-form-root sup,
185
- .neeto-form-root__body sup {
186
- top: -0.5em;
187
- }
188
- #neeto-form-root img,
189
- .neeto-form-root__body img {
190
- border-style: none;
191
- }
192
- #neeto-form-root button,
193
- #neeto-form-root input,
194
- #neeto-form-root optgroup,
195
- #neeto-form-root select,
196
- #neeto-form-root textarea,
197
- .neeto-form-root__body button,
198
- .neeto-form-root__body input,
199
- .neeto-form-root__body optgroup,
200
- .neeto-form-root__body select,
201
- .neeto-form-root__body textarea {
202
- font-family: inherit; /* 1 */
203
- font-size: 100%; /* 1 */
204
- line-height: 1.15; /* 1 */
205
- margin: 0; /* 2 */
206
- }
207
- #neeto-form-root button,
208
- #neeto-form-root input,
209
- .neeto-form-root__body button,
210
- .neeto-form-root__body input {
211
- /* 1 */
212
- overflow: visible;
213
- }
214
- #neeto-form-root button,
215
- #neeto-form-root select,
216
- .neeto-form-root__body button,
217
- .neeto-form-root__body select {
218
- /* 1 */
219
- text-transform: none;
220
- }
221
- #neeto-form-root button,
222
- #neeto-form-root [type=button],
223
- #neeto-form-root [type=reset],
224
- #neeto-form-root [type=submit],
225
- .neeto-form-root__body button,
226
- .neeto-form-root__body [type=button],
227
- .neeto-form-root__body [type=reset],
228
- .neeto-form-root__body [type=submit] {
229
- -webkit-appearance: button;
230
- }
231
- #neeto-form-root button::-moz-focus-inner,
232
- #neeto-form-root [type=button]::-moz-focus-inner,
233
- #neeto-form-root [type=reset]::-moz-focus-inner,
234
- #neeto-form-root [type=submit]::-moz-focus-inner,
235
- .neeto-form-root__body button::-moz-focus-inner,
236
- .neeto-form-root__body [type=button]::-moz-focus-inner,
237
- .neeto-form-root__body [type=reset]::-moz-focus-inner,
238
- .neeto-form-root__body [type=submit]::-moz-focus-inner {
239
- border-style: none;
240
- padding: 0;
241
- }
242
- #neeto-form-root button:-moz-focusring,
243
- #neeto-form-root [type=button]:-moz-focusring,
244
- #neeto-form-root [type=reset]:-moz-focusring,
245
- #neeto-form-root [type=submit]:-moz-focusring,
246
- .neeto-form-root__body button:-moz-focusring,
247
- .neeto-form-root__body [type=button]:-moz-focusring,
248
- .neeto-form-root__body [type=reset]:-moz-focusring,
249
- .neeto-form-root__body [type=submit]:-moz-focusring {
250
- outline: 1px dotted ButtonText;
251
- }
252
- #neeto-form-root fieldset,
253
- .neeto-form-root__body fieldset {
254
- padding: 0.35em 0.75em 0.625em;
255
- }
256
- #neeto-form-root legend,
257
- .neeto-form-root__body legend {
258
- box-sizing: border-box; /* 1 */
259
- color: inherit; /* 2 */
260
- display: table; /* 1 */
261
- max-width: 100%; /* 1 */
262
- padding: 0; /* 3 */
263
- white-space: normal; /* 1 */
264
- }
265
- #neeto-form-root progress,
266
- .neeto-form-root__body progress {
267
- vertical-align: baseline;
268
- }
269
- #neeto-form-root textarea,
270
- .neeto-form-root__body textarea {
271
- overflow: auto;
272
- }
273
- #neeto-form-root [type=checkbox],
274
- #neeto-form-root [type=radio],
275
- .neeto-form-root__body [type=checkbox],
276
- .neeto-form-root__body [type=radio] {
277
- box-sizing: border-box; /* 1 */
278
- padding: 0; /* 2 */
279
- }
280
- #neeto-form-root [type=number]::-webkit-inner-spin-button,
281
- #neeto-form-root [type=number]::-webkit-outer-spin-button,
282
- .neeto-form-root__body [type=number]::-webkit-inner-spin-button,
283
- .neeto-form-root__body [type=number]::-webkit-outer-spin-button {
284
- height: auto;
285
- }
286
- #neeto-form-root [type=search],
287
- .neeto-form-root__body [type=search] {
288
- -webkit-appearance: textfield; /* 1 */
289
- outline-offset: -2px; /* 2 */
290
- }
291
- #neeto-form-root [type=search]::-webkit-search-decoration,
292
- .neeto-form-root__body [type=search]::-webkit-search-decoration {
293
- -webkit-appearance: none;
294
- }
295
- #neeto-form-root ::-webkit-file-upload-button,
296
- .neeto-form-root__body ::-webkit-file-upload-button {
297
- -webkit-appearance: button; /* 1 */
298
- font: inherit; /* 2 */
299
- }
300
- #neeto-form-root details,
301
- .neeto-form-root__body details {
302
- display: block;
303
- }
304
- #neeto-form-root summary,
305
- .neeto-form-root__body summary {
306
- display: list-item;
307
- }
308
- #neeto-form-root template,
309
- .neeto-form-root__body template {
310
- display: none;
311
- }
312
- #neeto-form-root [hidden],
313
- .neeto-form-root__body [hidden] {
314
- display: none;
315
- }
316
- #neeto-form-root button,
317
- .neeto-form-root__body button {
318
- border: none;
319
- padding: 0;
320
- cursor: pointer;
321
- background-color: transparent;
322
- }
323
- #neeto-form-root *,
324
- .neeto-form-root__body * {
325
- box-sizing: border-box;
326
- }
327
- #neeto-form-root h1,
328
- #neeto-form-root h2,
329
- #neeto-form-root h3,
330
- #neeto-form-root h4,
331
- #neeto-form-root h5,
332
- #neeto-form-root h6,
333
- #neeto-form-root p,
334
- .neeto-form-root__body h1,
335
- .neeto-form-root__body h2,
336
- .neeto-form-root__body h3,
337
- .neeto-form-root__body h4,
338
- .neeto-form-root__body h5,
339
- .neeto-form-root__body h6,
340
- .neeto-form-root__body p {
341
- margin: 0;
342
- }
343
- #neeto-form-root [type=checkbox],
344
- #neeto-form-root [type=radio],
345
- .neeto-form-root__body [type=checkbox],
346
- .neeto-form-root__body [type=radio] {
347
- -webkit-appearance: none;
348
- -moz-appearance: none;
349
- appearance: none;
350
- padding: 0;
351
- -webkit-print-color-adjust: exact;
352
- color-adjust: exact;
353
- display: inline-block;
354
- vertical-align: middle;
355
- background-origin: border-box;
356
- -webkit-user-select: none;
357
- -moz-user-select: none;
358
- -ms-user-select: none;
359
- user-select: none;
360
- flex-shrink: 0;
361
- height: 1rem;
362
- width: 1rem;
363
- color: #2563eb;
364
- background-color: #fff;
365
- border-color: #6b7280;
366
- border-width: 1px;
367
- }
368
- #neeto-form-root [type=checkbox]:checked,
369
- #neeto-form-root [type=radio]:checked,
370
- .neeto-form-root__body [type=checkbox]:checked,
371
- .neeto-form-root__body [type=radio]:checked {
372
- border-color: transparent;
373
- background-color: currentColor;
374
- background-size: 100% 100%;
375
- background-position: 50%;
376
- background-repeat: no-repeat;
377
- }
378
- #neeto-form-root [type=radio]:checked,
379
- .neeto-form-root__body [type=radio]:checked {
380
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
381
- }
382
- #neeto-form-root [type=checkbox]:checked,
383
- .neeto-form-root__body [type=checkbox]:checked {
384
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
385
- }
386
- #neeto-form-root [type=radio],
387
- .neeto-form-root__body [type=radio] {
388
- border-radius: 100%;
389
- }
390
-
391
- :root {
392
- --neeto-form-engine-primary-color: #2f3941;
393
- --neeto-form-engine-primary-color-dark: #000000;
394
- --neeto-form-engine-secondary-color: #ffffff;
395
- }
396
-
397
- @keyframes rotate {
398
- from {
399
- transform: rotate(0deg);
400
- }
401
- to {
402
- transform: rotate(360deg);
403
- }
404
- }
405
- @keyframes rotate-and-scale {
406
- from {
407
- transform: rotate(0deg) scale(0);
408
- }
409
- to {
410
- transform: rotate(-360deg) scale(1);
411
- }
412
- }
413
- @keyframes rotate-and-scale-clockwise {
414
- from {
415
- transform: rotate(0deg) scale(0);
416
- }
417
- to {
418
- transform: rotate(360deg) scale(1);
419
- }
420
- }
421
- @keyframes fade-in {
422
- from {
423
- opacity: 0;
424
- }
425
- to {
426
- opacity: 1;
427
- }
428
- }
429
- @tailwind base;
430
- @tailwind components;
431
- @tailwind utilities;
432
- :root {
433
- --toastify-color-light: #fff;
434
- --toastify-color-dark: #121212;
435
- --toastify-color-info: #3498db;
436
- --toastify-color-success: #07bc0c;
437
- --toastify-color-warning: #f1c40f;
438
- --toastify-color-error: #e74c3c;
439
- --toastify-color-transparent: rgba(255, 255, 255, 0.7);
440
- --toastify-icon-color-info: var(--toastify-color-info);
441
- --toastify-icon-color-success: var(--toastify-color-success);
442
- --toastify-icon-color-warning: var(--toastify-color-warning);
443
- --toastify-icon-color-error: var(--toastify-color-error);
444
- --toastify-toast-width: 320px;
445
- --toastify-toast-background: #fff;
446
- --toastify-toast-min-height: 64px;
447
- --toastify-toast-max-height: 800px;
448
- --toastify-font-family: sans-serif;
449
- --toastify-z-index: 9999;
450
- --toastify-text-color-light: #757575;
451
- --toastify-text-color-dark: #fff;
452
- --toastify-text-color-info: #fff;
453
- --toastify-text-color-success: #fff;
454
- --toastify-text-color-warning: #fff;
455
- --toastify-text-color-error: #fff;
456
- --toastify-spinner-color: #616161;
457
- --toastify-spinner-color-empty-area: #e0e0e0;
458
- --toastify-color-progress-light: linear-gradient(
459
- to right,
460
- #4cd964,
461
- #5ac8fa,
462
- #007aff,
463
- #34aadc,
464
- #5856d6,
465
- #ff2d55
466
- );
467
- --toastify-color-progress-dark: #bb86fc;
468
- --toastify-color-progress-info: var(--toastify-color-info);
469
- --toastify-color-progress-success: var(--toastify-color-success);
470
- --toastify-color-progress-warning: var(--toastify-color-warning);
471
- --toastify-color-progress-error: var(--toastify-color-error);
472
- }
473
-
474
- .Toastify__toast-container {
475
- z-index: var(--toastify-z-index);
476
- -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
477
- position: fixed;
478
- padding: 4px;
479
- width: var(--toastify-toast-width);
480
- box-sizing: border-box;
481
- color: #fff;
482
- }
483
-
484
- .Toastify__toast-container--top-left {
485
- top: 1em;
486
- left: 1em;
487
- }
488
-
489
- .Toastify__toast-container--top-center {
490
- top: 1em;
491
- left: 50%;
492
- transform: translateX(-50%);
493
- }
494
-
495
- .Toastify__toast-container--top-right {
496
- top: 1em;
497
- right: 1em;
498
- }
499
-
500
- .Toastify__toast-container--bottom-left {
501
- bottom: 1em;
502
- left: 1em;
503
- }
504
-
505
- .Toastify__toast-container--bottom-center {
506
- bottom: 1em;
507
- left: 50%;
508
- transform: translateX(-50%);
509
- }
510
-
511
- .Toastify__toast-container--bottom-right {
512
- bottom: 1em;
513
- right: 1em;
514
- }
515
-
516
- @media only screen and (max-width: 480px) {
517
- .Toastify__toast-container {
518
- width: 100vw;
519
- padding: 0;
520
- left: 0;
521
- margin: 0;
522
- }
523
- .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
524
- top: 0;
525
- transform: translateX(0);
526
- }
527
- .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
528
- bottom: 0;
529
- transform: translateX(0);
530
- }
531
- .Toastify__toast-container--rtl {
532
- right: 0;
533
- left: initial;
534
- }
535
- }
536
- .Toastify__toast {
537
- position: relative;
538
- min-height: var(--toastify-toast-min-height);
539
- box-sizing: border-box;
540
- margin-bottom: 1rem;
541
- padding: 8px;
542
- border-radius: 4px;
543
- box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
544
- display: -ms-flexbox;
545
- display: flex;
546
- -ms-flex-pack: justify;
547
- justify-content: space-between;
548
- max-height: var(--toastify-toast-max-height);
549
- overflow: hidden;
550
- font-family: var(--toastify-font-family);
551
- cursor: pointer;
552
- direction: ltr;
553
- }
554
-
555
- .Toastify__toast--rtl {
556
- direction: rtl;
557
- }
558
-
559
- .Toastify__toast-body {
560
- margin: auto 0;
561
- -ms-flex: 1 1 auto;
562
- flex: 1 1 auto;
563
- padding: 6px;
564
- display: -ms-flexbox;
565
- display: flex;
566
- -ms-flex-align: center;
567
- align-items: center;
568
- }
569
-
570
- .Toastify__toast-icon {
571
- -webkit-margin-end: 10px;
572
- margin-inline-end: 10px;
573
- width: 20px;
574
- -ms-flex-negative: 0;
575
- flex-shrink: 0;
576
- display: -ms-flexbox;
577
- display: flex;
578
- }
579
-
580
- .Toastify--animate {
581
- animation-fill-mode: both;
582
- animation-duration: 0.7s;
583
- }
584
-
585
- .Toastify--animate-icon {
586
- animation-fill-mode: both;
587
- animation-duration: 0.3s;
588
- }
589
-
590
- @media only screen and (max-width: 480px) {
591
- .Toastify__toast {
592
- margin-bottom: 0;
593
- border-radius: 0;
594
- }
595
- }
596
- .Toastify__toast-theme--dark {
597
- background: var(--toastify-color-dark);
598
- color: var(--toastify-text-color-dark);
599
- }
600
-
601
- .Toastify__toast-theme--light {
602
- background: var(--toastify-color-light);
603
- color: var(--toastify-text-color-light);
604
- }
605
-
606
- .Toastify__toast-theme--colored.Toastify__toast--default {
607
- background: var(--toastify-color-light);
608
- color: var(--toastify-text-color-light);
609
- }
610
-
611
- .Toastify__toast-theme--colored.Toastify__toast--info {
612
- color: var(--toastify-text-color-info);
613
- background: var(--toastify-color-info);
614
- }
615
-
616
- .Toastify__toast-theme--colored.Toastify__toast--success {
617
- color: var(--toastify-text-color-success);
618
- background: var(--toastify-color-success);
619
- }
620
-
621
- .Toastify__toast-theme--colored.Toastify__toast--warning {
622
- color: var(--toastify-text-color-warning);
623
- background: var(--toastify-color-warning);
624
- }
625
-
626
- .Toastify__toast-theme--colored.Toastify__toast--error {
627
- color: var(--toastify-text-color-error);
628
- background: var(--toastify-color-error);
629
- }
630
-
631
- .Toastify__progress-bar-theme--light {
632
- background: var(--toastify-color-progress-light);
633
- }
634
-
635
- .Toastify__progress-bar-theme--dark {
636
- background: var(--toastify-color-progress-dark);
637
- }
638
-
639
- .Toastify__progress-bar--info {
640
- background: var(--toastify-color-progress-info);
641
- }
642
-
643
- .Toastify__progress-bar--success {
644
- background: var(--toastify-color-progress-success);
645
- }
646
-
647
- .Toastify__progress-bar--warning {
648
- background: var(--toastify-color-progress-warning);
649
- }
650
-
651
- .Toastify__progress-bar--error {
652
- background: var(--toastify-color-progress-error);
653
- }
654
-
655
- .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
656
- background: var(--toastify-color-transparent);
657
- }
658
-
659
- .Toastify__close-button {
660
- color: #fff;
661
- background: transparent;
662
- outline: none;
663
- border: none;
664
- padding: 0;
665
- cursor: pointer;
666
- opacity: 0.7;
667
- transition: 0.3s ease;
668
- -ms-flex-item-align: start;
669
- align-self: flex-start;
670
- }
671
-
672
- .Toastify__close-button--light {
673
- color: #000;
674
- opacity: 0.3;
675
- }
676
-
677
- .Toastify__close-button > svg {
678
- fill: currentColor;
679
- height: 16px;
680
- width: 14px;
681
- }
682
-
683
- .Toastify__close-button:hover, .Toastify__close-button:focus {
684
- opacity: 1;
685
- }
686
-
687
- @keyframes Toastify__trackProgress {
688
- 0% {
689
- transform: scaleX(1);
690
- }
691
- 100% {
692
- transform: scaleX(0);
693
- }
694
- }
695
- .Toastify__progress-bar {
696
- position: absolute;
697
- bottom: 0;
698
- left: 0;
699
- width: 100%;
700
- height: 5px;
701
- z-index: var(--toastify-z-index);
702
- opacity: 0.7;
703
- transform-origin: left;
704
- }
705
-
706
- .Toastify__progress-bar--animated {
707
- animation: Toastify__trackProgress linear 1 forwards;
708
- }
709
-
710
- .Toastify__progress-bar--controlled {
711
- transition: transform 0.2s;
712
- }
713
-
714
- .Toastify__progress-bar--rtl {
715
- right: 0;
716
- left: initial;
717
- transform-origin: right;
718
- }
719
-
720
- .Toastify__spinner {
721
- width: 20px;
722
- height: 20px;
723
- box-sizing: border-box;
724
- border: 2px solid;
725
- border-radius: 100%;
726
- border-color: var(--toastify-spinner-color-empty-area);
727
- border-right-color: var(--toastify-spinner-color);
728
- animation: Toastify__spin 0.65s linear infinite;
729
- }
730
-
731
- @keyframes Toastify__bounceInRight {
732
- from, 60%, 75%, 90%, to {
733
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
734
- }
735
- from {
736
- opacity: 0;
737
- transform: translate3d(3000px, 0, 0);
738
- }
739
- 60% {
740
- opacity: 1;
741
- transform: translate3d(-25px, 0, 0);
742
- }
743
- 75% {
744
- transform: translate3d(10px, 0, 0);
745
- }
746
- 90% {
747
- transform: translate3d(-5px, 0, 0);
748
- }
749
- to {
750
- transform: none;
751
- }
752
- }
753
- @keyframes Toastify__bounceOutRight {
754
- 20% {
755
- opacity: 1;
756
- transform: translate3d(-20px, 0, 0);
757
- }
758
- to {
759
- opacity: 0;
760
- transform: translate3d(2000px, 0, 0);
761
- }
762
- }
763
- @keyframes Toastify__bounceInLeft {
764
- from, 60%, 75%, 90%, to {
765
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
766
- }
767
- 0% {
768
- opacity: 0;
769
- transform: translate3d(-3000px, 0, 0);
770
- }
771
- 60% {
772
- opacity: 1;
773
- transform: translate3d(25px, 0, 0);
774
- }
775
- 75% {
776
- transform: translate3d(-10px, 0, 0);
777
- }
778
- 90% {
779
- transform: translate3d(5px, 0, 0);
780
- }
781
- to {
782
- transform: none;
783
- }
784
- }
785
- @keyframes Toastify__bounceOutLeft {
786
- 20% {
787
- opacity: 1;
788
- transform: translate3d(20px, 0, 0);
789
- }
790
- to {
791
- opacity: 0;
792
- transform: translate3d(-2000px, 0, 0);
793
- }
794
- }
795
- @keyframes Toastify__bounceInUp {
796
- from, 60%, 75%, 90%, to {
797
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
798
- }
799
- from {
800
- opacity: 0;
801
- transform: translate3d(0, 3000px, 0);
802
- }
803
- 60% {
804
- opacity: 1;
805
- transform: translate3d(0, -20px, 0);
806
- }
807
- 75% {
808
- transform: translate3d(0, 10px, 0);
809
- }
810
- 90% {
811
- transform: translate3d(0, -5px, 0);
812
- }
813
- to {
814
- transform: translate3d(0, 0, 0);
815
- }
816
- }
817
- @keyframes Toastify__bounceOutUp {
818
- 20% {
819
- transform: translate3d(0, -10px, 0);
820
- }
821
- 40%, 45% {
822
- opacity: 1;
823
- transform: translate3d(0, 20px, 0);
824
- }
825
- to {
826
- opacity: 0;
827
- transform: translate3d(0, -2000px, 0);
828
- }
829
- }
830
- @keyframes Toastify__bounceInDown {
831
- from, 60%, 75%, 90%, to {
832
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
833
- }
834
- 0% {
835
- opacity: 0;
836
- transform: translate3d(0, -3000px, 0);
837
- }
838
- 60% {
839
- opacity: 1;
840
- transform: translate3d(0, 25px, 0);
841
- }
842
- 75% {
843
- transform: translate3d(0, -10px, 0);
844
- }
845
- 90% {
846
- transform: translate3d(0, 5px, 0);
847
- }
848
- to {
849
- transform: none;
850
- }
851
- }
852
- @keyframes Toastify__bounceOutDown {
853
- 20% {
854
- transform: translate3d(0, 10px, 0);
855
- }
856
- 40%, 45% {
857
- opacity: 1;
858
- transform: translate3d(0, -20px, 0);
859
- }
860
- to {
861
- opacity: 0;
862
- transform: translate3d(0, 2000px, 0);
863
- }
864
- }
865
- .Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
866
- animation-name: Toastify__bounceInLeft;
867
- }
868
-
869
- .Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
870
- animation-name: Toastify__bounceInRight;
871
- }
872
-
873
- .Toastify__bounce-enter--top-center {
874
- animation-name: Toastify__bounceInDown;
875
- }
876
-
877
- .Toastify__bounce-enter--bottom-center {
878
- animation-name: Toastify__bounceInUp;
879
- }
880
-
881
- .Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
882
- animation-name: Toastify__bounceOutLeft;
883
- }
884
-
885
- .Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
886
- animation-name: Toastify__bounceOutRight;
887
- }
888
-
889
- .Toastify__bounce-exit--top-center {
890
- animation-name: Toastify__bounceOutUp;
891
- }
892
-
893
- .Toastify__bounce-exit--bottom-center {
894
- animation-name: Toastify__bounceOutDown;
895
- }
896
-
897
- @keyframes Toastify__zoomIn {
898
- from {
899
- opacity: 0;
900
- transform: scale3d(0.3, 0.3, 0.3);
901
- }
902
- 50% {
903
- opacity: 1;
904
- }
905
- }
906
- @keyframes Toastify__zoomOut {
907
- from {
908
- opacity: 1;
909
- }
910
- 50% {
911
- opacity: 0;
912
- transform: scale3d(0.3, 0.3, 0.3);
913
- }
914
- to {
915
- opacity: 0;
916
- }
917
- }
918
- .Toastify__zoom-enter {
919
- animation-name: Toastify__zoomIn;
920
- }
921
-
922
- .Toastify__zoom-exit {
923
- animation-name: Toastify__zoomOut;
924
- }
925
-
926
- @keyframes Toastify__flipIn {
927
- from {
928
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
929
- animation-timing-function: ease-in;
930
- opacity: 0;
931
- }
932
- 40% {
933
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
934
- animation-timing-function: ease-in;
935
- }
936
- 60% {
937
- transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
938
- opacity: 1;
939
- }
940
- 80% {
941
- transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
942
- }
943
- to {
944
- transform: perspective(400px);
945
- }
946
- }
947
- @keyframes Toastify__flipOut {
948
- from {
949
- transform: perspective(400px);
950
- }
951
- 30% {
952
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
953
- opacity: 1;
954
- }
955
- to {
956
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
957
- opacity: 0;
958
- }
959
- }
960
- .Toastify__flip-enter {
961
- animation-name: Toastify__flipIn;
962
- }
963
-
964
- .Toastify__flip-exit {
965
- animation-name: Toastify__flipOut;
966
- }
967
-
968
- @keyframes Toastify__slideInRight {
969
- from {
970
- transform: translate3d(110%, 0, 0);
971
- visibility: visible;
972
- }
973
- to {
974
- transform: translate3d(0, 0, 0);
975
- }
976
- }
977
- @keyframes Toastify__slideInLeft {
978
- from {
979
- transform: translate3d(-110%, 0, 0);
980
- visibility: visible;
981
- }
982
- to {
983
- transform: translate3d(0, 0, 0);
984
- }
985
- }
986
- @keyframes Toastify__slideInUp {
987
- from {
988
- transform: translate3d(0, 110%, 0);
989
- visibility: visible;
990
- }
991
- to {
992
- transform: translate3d(0, 0, 0);
993
- }
994
- }
995
- @keyframes Toastify__slideInDown {
996
- from {
997
- transform: translate3d(0, -110%, 0);
998
- visibility: visible;
999
- }
1000
- to {
1001
- transform: translate3d(0, 0, 0);
1002
- }
1003
- }
1004
- @keyframes Toastify__slideOutRight {
1005
- from {
1006
- transform: translate3d(0, 0, 0);
1007
- }
1008
- to {
1009
- visibility: hidden;
1010
- transform: translate3d(110%, 0, 0);
1011
- }
1012
- }
1013
- @keyframes Toastify__slideOutLeft {
1014
- from {
1015
- transform: translate3d(0, 0, 0);
1016
- }
1017
- to {
1018
- visibility: hidden;
1019
- transform: translate3d(-110%, 0, 0);
1020
- }
1021
- }
1022
- @keyframes Toastify__slideOutDown {
1023
- from {
1024
- transform: translate3d(0, 0, 0);
1025
- }
1026
- to {
1027
- visibility: hidden;
1028
- transform: translate3d(0, 500px, 0);
1029
- }
1030
- }
1031
- @keyframes Toastify__slideOutUp {
1032
- from {
1033
- transform: translate3d(0, 0, 0);
1034
- }
1035
- to {
1036
- visibility: hidden;
1037
- transform: translate3d(0, -500px, 0);
1038
- }
1039
- }
1040
- .Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
1041
- animation-name: Toastify__slideInLeft;
1042
- }
1043
-
1044
- .Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
1045
- animation-name: Toastify__slideInRight;
1046
- }
1047
-
1048
- .Toastify__slide-enter--top-center {
1049
- animation-name: Toastify__slideInDown;
1050
- }
1051
-
1052
- .Toastify__slide-enter--bottom-center {
1053
- animation-name: Toastify__slideInUp;
1054
- }
1055
-
1056
- .Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
1057
- animation-name: Toastify__slideOutLeft;
1058
- }
1059
-
1060
- .Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
1061
- animation-name: Toastify__slideOutRight;
1062
- }
1063
-
1064
- .Toastify__slide-exit--top-center {
1065
- animation-name: Toastify__slideOutUp;
1066
- }
1067
-
1068
- .Toastify__slide-exit--bottom-center {
1069
- animation-name: Toastify__slideOutDown;
1070
- }
1071
-
1072
- @keyframes Toastify__spin {
1073
- from {
1074
- transform: rotate(0deg);
1075
- }
1076
- to {
1077
- transform: rotate(360deg);
1078
- }
1079
- }
1080
-
1081
- .neeto-form-engine-add-question-between {
1082
- visibility: hidden;
1083
- }
1084
- .neeto-form-engine-add-question-between * {
1085
- transition: none !important;
1086
- }
1087
-
1088
- .neeto-form-engine-question-accordion__drag-icon {
1089
- display: none !important;
1090
- }
1091
-
1092
- .neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header {
1093
- border-radius: var(--neeto-ui-rounded-lg);
1094
- }
1095
- .neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body {
1096
- border-radius: var(--neeto-ui-rounded-lg);
1097
- }
1098
- .neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between {
1099
- visibility: visible;
1100
- }
1101
- .neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon {
1102
- display: block !important;
1103
- }
1104
- .neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon {
1105
- display: none !important;
1106
- }
1107
-
1108
- .neeto-form-engine-form h5 {
1109
- font-weight: var(--neeto-ui-font-semibold);
1110
- font-size: var(--neeto-ui-text-sm);
1111
- line-height: var(--neeto-ui-leading-normal);
1112
- color: rgb(var(--neeto-ui-gray-800));
1113
- margin-bottom: 16px;
1114
- }
1115
- .neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),
1116
- .neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),
1117
- .neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child),
1118
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child) {
1119
- margin-bottom: 16px;
1120
- }
1121
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices {
1122
- display: flex;
1123
- flex-direction: column;
1124
- justify-content: flex-start;
1125
- align-items: flex-start;
1126
- gap: 8px;
1127
- margin: 8px 0 0;
1128
- }
1129
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {
1130
- width: 100%;
1131
- display: flex;
1132
- flex-direction: row;
1133
- justify-content: flex-start;
1134
- align-items: center;
1135
- background-color: rgb(var(--neeto-ui-gray-200));
1136
- border: thin solid rgb(var(--neeto-ui-gray-300));
1137
- border-radius: var(--neeto-ui-rounded-sm);
1138
- color: rgb(var(--neeto-ui-gray-700));
1139
- font-size: var(--neeto-ui-text-sm);
1140
- line-height: var(--neeto-ui-leading-normal);
1141
- transition: var(--neeto-ui-transition);
1142
- cursor: pointer;
1143
- padding: 8px 12px;
1144
- gap: 12px;
1145
- }
1146
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover {
1147
- border-color: rgb(var(-neeto-ui-gray-400));
1148
- }
1149
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active {
1150
- border-color: rgb(var(--neeto-ui-gray-800));
1151
- }
1152
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox] {
1153
- border-radius: var(--neeto-ui-rounded-sm);
1154
- }
1155
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox],
1156
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio] {
1157
- width: 16px;
1158
- height: 16px;
1159
- color: rgb(var(--neeto-ui-gray-800));
1160
- border: 2px solid rgb(var(--neeto-ui-gray-300));
1161
- }
1162
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:not(:disabled),
1163
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:not(:disabled) {
1164
- cursor: pointer;
1165
- }
1166
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled, :checked),
1167
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:hover:not(:disabled, :checked) {
1168
- border-color: rgb(var(-neeto-ui-gray-400));
1169
- }
1170
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:checked,
1171
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:checked {
1172
- border: none !important;
1173
- }
1174
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:disabled,
1175
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:disabled {
1176
- opacity: 0.5;
1177
- cursor: not-allowed;
1178
- }
1179
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus, .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,
1180
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus,
1181
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible {
1182
- outline: transparent;
1183
- }
1184
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,
1185
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible {
1186
- box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)), 0 0 0 4px rgb(var(--neeto-ui-gray-300));
1187
- }
1188
- .neeto-form-engine-form .neeto-form-engine-star-rating > .neeto-form-engine-label {
1189
- margin-bottom: 16px;
1190
- }
1191
- .neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row {
1192
- display: flex;
1193
- flex-direction: row;
1194
- justify-content: flex-start;
1195
- align-items: center;
1196
- gap: 24px;
1197
- flex-wrap: wrap;
1198
- }
1199
- .neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=radio] {
1200
- display: none;
1201
- }
1202
- .neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-star-rating__icon.neeto-form-engine-star-rating__icon--active {
1203
- fill: currentColor;
1204
- }
1205
- .neeto-form-engine-form .neeto-form-engine-rating > .neeto-form-engine-label {
1206
- margin-bottom: 16px;
1207
- }
1208
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row {
1209
- display: flex;
1210
- flex-direction: row;
1211
- justify-content: flex-start;
1212
- align-items: center;
1213
- gap: 24px;
1214
- }
1215
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=radio] {
1216
- display: none;
1217
- }
1218
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item {
1219
- display: flex;
1220
- flex-direction: column;
1221
- justify-content: center;
1222
- align-items: center;
1223
- padding: 8px;
1224
- color: rgb(var(--neeto-ui-gray-600));
1225
- cursor: pointer;
1226
- }
1227
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg {
1228
- margin-bottom: 4px;
1229
- }
1230
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path {
1231
- stroke: currentColor;
1232
- transition: var(--neeto-ui-transition);
1233
- }
1234
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label {
1235
- color: inherit;
1236
- transition: var(--neeto-ui-transition);
1237
- }
1238
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:hover, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:focus, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:active, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy.active {
1239
- color: rgb(var(--neeto-ui-success-500));
1240
- }
1241
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:hover, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:focus, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:active, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused.active {
1242
- color: rgb(var(--neeto-ui-warning-500));
1243
- }
1244
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:hover, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:focus, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:active, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad.active {
1245
- color: rgb(var(--neeto-ui-error-500));
1246
- }
1247
-
1248
- .neeto-form-engine-terms .neeto-form-engine-choice {
1249
- width: 100%;
1250
- display: flex;
1251
- flex-direction: row;
1252
- justify-content: flex-start;
1253
- align-items: center;
1254
- color: rgb(var(--neeto-ui-gray-700));
1255
- font-size: var(--neeto-ui-text-sm);
1256
- line-height: var(--neeto-ui-leading-normal);
1257
- transition: var(--neeto-ui-transition);
1258
- padding: 8px 12px;
1259
- gap: 12px;
1260
- }
1261
- .neeto-form-engine-terms .neeto-form-engine-choice:hover {
1262
- border-color: rgb(var(-neeto-ui-gray-400));
1263
- }
1264
- .neeto-form-engine-terms .neeto-form-engine-choice.active {
1265
- border-color: rgb(var(--neeto-ui-gray-800));
1266
- }
1267
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox] {
1268
- border-radius: var(--neeto-ui-rounded-sm);
1269
- }
1270
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox],
1271
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio] {
1272
- width: 16px;
1273
- height: 16px;
1274
- color: rgb(var(--neeto-ui-gray-800));
1275
- border: 2px solid rgb(var(--neeto-ui-gray-300));
1276
- align-self: flex-start;
1277
- margin-top: 2px;
1278
- }
1279
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:not(:disabled),
1280
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:not(:disabled) {
1281
- cursor: pointer;
1282
- }
1283
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled, :checked),
1284
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:hover:not(:disabled, :checked) {
1285
- border-color: rgb(var(-neeto-ui-gray-400));
1286
- }
1287
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:checked,
1288
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:checked {
1289
- border: none !important;
1290
- }
1291
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:disabled,
1292
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:disabled {
1293
- opacity: 0.5;
1294
- cursor: not-allowed;
1295
- }
1296
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus, .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,
1297
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus,
1298
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible {
1299
- outline: transparent;
1300
- }
1301
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,
1302
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible {
1303
- box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)), 0 0 0 4px rgb(var(--neeto-ui-gray-300));
1304
- }
1305
-
1306
- button.neeto-form-engine-button {
1307
- display: flex;
1308
- flex-direction: row;
1309
- justify-content: center;
1310
- align-items: center;
1311
- position: relative;
1312
- font-weight: var(--neeto-ui-font-medium);
1313
- font-size: var(--neeto-ui-text-sm);
1314
- line-height: 1;
1315
- letter-spacing: -0.15px;
1316
- color: var(--neeto-form-engine-secondary-color);
1317
- border-radius: var(--neeto-ui-rounded-sm);
1318
- background-color: var(--neeto-form-engine-primary-color);
1319
- transition: var(--neeto-ui-transition);
1320
- padding: 8px 12px;
1321
- }
1322
- button.neeto-form-engine-button:hover, button.neeto-form-engine-button:focus, button.neeto-form-engine-button:active {
1323
- background-color: var(--neeto-form-engine-primary-color-dark);
1324
- }
1325
-
1326
- .neeto-form-engine-button__loader,
1327
- .neeto-form-engine-button__success {
1328
- display: flex;
1329
- flex-direction: row;
1330
- justify-content: center;
1331
- align-items: center;
1332
- position: absolute;
1333
- left: 0;
1334
- top: 0;
1335
- width: 100%;
1336
- height: 100%;
1337
- border-radius: inherit;
1338
- background: inherit;
1339
- cursor: default;
1340
- outline: none;
1341
- }
1342
- .neeto-form-engine-button__loader svg path,
1343
- .neeto-form-engine-button__success svg path {
1344
- stroke: currentColor;
1345
- }
1346
-
1347
- .neeto-form-engine-input__wrapper {
1348
- display: flex;
1349
- flex-direction: column;
1350
- justify-content: flex-start;
1351
- align-items: flex-start;
1352
- flex-grow: 1;
1353
- }
1354
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper {
1355
- display: flex;
1356
- justify-content: space-between;
1357
- margin-bottom: 6px;
1358
- width: 100%;
1359
- }
1360
- .neeto-form-engine-input__wrapper .neeto-form-engine-input {
1361
- width: 100%;
1362
- display: flex;
1363
- flex-direction: row;
1364
- justify-content: flex-start;
1365
- align-items: center;
1366
- font-size: var(--neeto-ui-text-sm);
1367
- line-height: 1.6;
1368
- transition: var(--neeto-ui-transition);
1369
- border-radius: var(--neeto-ui-rounded-sm);
1370
- border: thin solid rgb(var(--neeto-ui-gray-400));
1371
- background-color: rgb(var(--neeto-ui-white));
1372
- color: rgb(var(--neeto-ui-gray-800));
1373
- overflow: hidden;
1374
- }
1375
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea {
1376
- padding: 8px;
1377
- }
1378
- .neeto-form-engine-input__wrapper .neeto-form-engine-input input,
1379
- .neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {
1380
- width: 100%;
1381
- background-color: transparent;
1382
- color: inherit;
1383
- border: none;
1384
- font-size: inherit;
1385
- line-height: inherit;
1386
- box-shadow: none;
1387
- outline: none;
1388
- }
1389
- .neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,
1390
- .neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder {
1391
- color: rgb(var(-neeto-ui-gray-400));
1392
- }
1393
- .neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,
1394
- .neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus {
1395
- outline-color: transparent;
1396
- }
1397
- .neeto-form-engine-input__wrapper .neeto-form-engine-input input {
1398
- padding: 6px 8px;
1399
- line-height: 1.3;
1400
- }
1401
- .neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {
1402
- padding: 0;
1403
- max-height: 224px;
1404
- overflow-y: auto;
1405
- }
1406
- .neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error) {
1407
- border-color: rgb(var(--neeto-ui-gray-800));
1408
- box-shadow: var(--neeto-ui-shadow-m);
1409
- }
1410
- .neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {
1411
- border-color: rgb(var(--neeto-ui-gray-700));
1412
- }
1413
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error {
1414
- border-color: rgb(var(--neeto-ui-error-500));
1415
- }
1416
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within {
1417
- box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red));
1418
- }
1419
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea {
1420
- resize: none;
1421
- }
1422
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled {
1423
- background-color: rgb(var(--neeto-ui-gray-100));
1424
- cursor: not-allowed;
1425
- }
1426
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input {
1427
- cursor: not-allowed;
1428
- }
1429
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea {
1430
- cursor: not-allowed;
1431
- }
1432
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,
1433
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {
1434
- display: flex;
1435
- flex-direction: row;
1436
- justify-content: flex-start;
1437
- align-items: center;
1438
- font-size: 14px;
1439
- color: rgb(var(--neeto-ui-gray-600));
1440
- }
1441
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,
1442
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg {
1443
- width: 16px;
1444
- height: 16px;
1445
- }
1446
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix {
1447
- margin-left: 10px;
1448
- }
1449
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {
1450
- margin-right: 10px;
1451
- }
1452
- .neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,
1453
- .neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {
1454
- margin: 0;
1455
- padding: 8px 10px;
1456
- background-color: rgb(var(--neeto-ui-gray-100));
1457
- }
1458
- .neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix {
1459
- border-right: thin solid rgb(var(--neeto-ui-gray-300));
1460
- }
1461
- .neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {
1462
- border-left: thin solid rgb(var(--neeto-ui-gray-300));
1463
- }
1464
-
1465
- .neeto-form-engine-input__error {
1466
- margin-top: 4px;
1467
- font-size: var(--neeto-ui-text-xs);
1468
- color: rgb(var(--neeto-ui-error-500));
1469
- }
1470
-
1471
- .neeto-form-engine-label {
1472
- font-size: var(--neeto-ui-text-sm);
1473
- color: rgb(var(--neeto-ui-gray-700));
1474
- font-weight: var(--neeto-ui-font-medium);
1475
- letter-spacing: -0.15px;
1476
- line-height: 1.5;
1477
- }
1478
-
1479
- .css-2b097c-container {
1480
- position: relative;
1481
- box-sizing: border-box;
1482
- }
1483
-
1484
- .css-yk16xz-control {
1485
- -webkit-align-items: center;
1486
- -webkit-box-align: center;
1487
- -ms-flex-align: center;
1488
- align-items: center;
1489
- background-color: hsl(0, 0%, 100%);
1490
- border-color: hsl(0, 0%, 80%);
1491
- border-radius: 4px;
1492
- border-style: solid;
1493
- border-width: 1px;
1494
- cursor: default;
1495
- display: -webkit-box;
1496
- display: -webkit-flex;
1497
- display: -ms-flexbox;
1498
- display: flex;
1499
- -webkit-flex-wrap: wrap;
1500
- -ms-flex-wrap: wrap;
1501
- flex-wrap: wrap;
1502
- -webkit-box-pack: justify;
1503
- -webkit-justify-content: space-between;
1504
- -ms-flex-pack: justify;
1505
- justify-content: space-between;
1506
- min-height: 38px;
1507
- outline: 0 !important;
1508
- position: relative;
1509
- -webkit-transition: all 100ms;
1510
- transition: all 100ms;
1511
- box-sizing: border-box;
1512
- }
1513
-
1514
- .css-yk16xz-control:hover {
1515
- border-color: hsl(0, 0%, 70%);
1516
- }
1517
-
1518
- .css-g1d714-ValueContainer {
1519
- -webkit-align-items: center;
1520
- -webkit-box-align: center;
1521
- -ms-flex-align: center;
1522
- align-items: center;
1523
- display: -webkit-box;
1524
- display: -webkit-flex;
1525
- display: -ms-flexbox;
1526
- display: flex;
1527
- -webkit-flex: 1;
1528
- -ms-flex: 1;
1529
- flex: 1;
1530
- -webkit-flex-wrap: wrap;
1531
- -ms-flex-wrap: wrap;
1532
- flex-wrap: wrap;
1533
- padding: 2px 8px;
1534
- -webkit-overflow-scrolling: touch;
1535
- position: relative;
1536
- overflow: hidden;
1537
- box-sizing: border-box;
1538
- }
1539
-
1540
- .css-1wa3eu0-placeholder {
1541
- color: hsl(0, 0%, 50%);
1542
- margin-left: 2px;
1543
- margin-right: 2px;
1544
- position: absolute;
1545
- top: 50%;
1546
- -webkit-transform: translateY(-50%);
1547
- -ms-transform: translateY(-50%);
1548
- transform: translateY(-50%);
1549
- box-sizing: border-box;
1550
- }
1551
-
1552
- .css-b8ldur-Input {
1553
- margin: 2px;
1554
- padding-bottom: 2px;
1555
- padding-top: 2px;
1556
- visibility: visible;
1557
- color: hsl(0, 0%, 20%);
1558
- box-sizing: border-box;
1559
- }
1560
-
1561
- .css-1hb7zxy-IndicatorsContainer {
1562
- -webkit-align-items: center;
1563
- -webkit-box-align: center;
1564
- -ms-flex-align: center;
1565
- align-items: center;
1566
- -webkit-align-self: stretch;
1567
- -ms-flex-item-align: stretch;
1568
- align-self: stretch;
1569
- display: -webkit-box;
1570
- display: -webkit-flex;
1571
- display: -ms-flexbox;
1572
- display: flex;
1573
- -webkit-flex-shrink: 0;
1574
- -ms-flex-negative: 0;
1575
- flex-shrink: 0;
1576
- box-sizing: border-box;
1577
- }
1578
-
1579
- .css-1okebmr-indicatorSeparator {
1580
- -webkit-align-self: stretch;
1581
- -ms-flex-item-align: stretch;
1582
- align-self: stretch;
1583
- background-color: hsl(0, 0%, 80%);
1584
- margin-bottom: 8px;
1585
- margin-top: 8px;
1586
- width: 1px;
1587
- box-sizing: border-box;
1588
- }
1589
-
1590
- .css-tlfecz-indicatorContainer {
1591
- color: hsl(0, 0%, 80%);
1592
- display: -webkit-box;
1593
- display: -webkit-flex;
1594
- display: -ms-flexbox;
1595
- display: flex;
1596
- padding: 8px;
1597
- -webkit-transition: color 150ms;
1598
- transition: color 150ms;
1599
- box-sizing: border-box;
1600
- }
1601
-
1602
- .css-tlfecz-indicatorContainer:hover {
1603
- color: hsl(0, 0%, 60%);
1604
- }
1605
-
1606
- .css-26l3qy-menu {
1607
- top: 100%;
1608
- background-color: hsl(0, 0%, 100%);
1609
- border-radius: 4px;
1610
- box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1);
1611
- margin-bottom: 8px;
1612
- margin-top: 8px;
1613
- position: absolute;
1614
- width: 100%;
1615
- z-index: 1;
1616
- box-sizing: border-box;
1617
- }
1618
-
1619
- .css-4ljt47-MenuList {
1620
- max-height: 300px;
1621
- overflow-y: auto;
1622
- padding-bottom: 4px;
1623
- padding-top: 4px;
1624
- position: relative;
1625
- -webkit-overflow-scrolling: touch;
1626
- box-sizing: border-box;
1627
- }
1628
-
1629
- .css-1n7v3ny-option {
1630
- background-color: #deebff;
1631
- color: inherit;
1632
- cursor: default;
1633
- display: block;
1634
- font-size: inherit;
1635
- padding: 8px 12px;
1636
- width: 100%;
1637
- -webkit-user-select: none;
1638
- -moz-user-select: none;
1639
- -ms-user-select: none;
1640
- user-select: none;
1641
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1642
- box-sizing: border-box;
1643
- }
1644
-
1645
- .css-1n7v3ny-option:active {
1646
- background-color: #b2d4ff;
1647
- }
1648
-
1649
- .css-yt9ioa-option {
1650
- background-color: transparent;
1651
- color: inherit;
1652
- cursor: default;
1653
- display: block;
1654
- font-size: inherit;
1655
- padding: 8px 12px;
1656
- width: 100%;
1657
- -webkit-user-select: none;
1658
- -moz-user-select: none;
1659
- -ms-user-select: none;
1660
- user-select: none;
1661
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1662
- box-sizing: border-box;
1663
- }
1664
-
1665
- .css-yt9ioa-option:active {
1666
- background-color: #b2d4ff;
1667
- }
1668
-
1669
- .css-1uccc91-singleValue {
1670
- color: hsl(0, 0%, 20%);
1671
- margin-left: 2px;
1672
- margin-right: 2px;
1673
- max-width: calc(100% - 8px);
1674
- overflow: hidden;
1675
- position: absolute;
1676
- text-overflow: ellipsis;
1677
- white-space: nowrap;
1678
- top: 50%;
1679
- -webkit-transform: translateY(-50%);
1680
- -ms-transform: translateY(-50%);
1681
- transform: translateY(-50%);
1682
- box-sizing: border-box;
1683
- }
1684
-
1685
- .css-9gakcf-option {
1686
- background-color: #2684ff;
1687
- color: hsl(0, 0%, 100%);
1688
- cursor: default;
1689
- display: block;
1690
- font-size: inherit;
1691
- padding: 8px 12px;
1692
- width: 100%;
1693
- -webkit-user-select: none;
1694
- -moz-user-select: none;
1695
- -ms-user-select: none;
1696
- user-select: none;
1697
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1698
- box-sizing: border-box;
1699
- }
1700
-
1701
- .css-9gakcf-option:active {
1702
- background-color: #2684ff;
1703
- }
1704
-
1705
- .css-gg45go-NoOptionsMessage {
1706
- color: hsl(0, 0%, 60%);
1707
- padding: 8px 12px;
1708
- text-align: center;
1709
- box-sizing: border-box;
1710
- }
1711
-
1712
- .css-6q0nyr-Svg {
1713
- display: inline-block;
1714
- fill: currentColor;
1715
- line-height: 1;
1716
- stroke: currentColor;
1717
- stroke-width: 0;
1718
- }
1719
-
1720
- .css-1laao21-a11yText {
1721
- z-index: 9999;
1722
- border: 0;
1723
- -webkit-clip: rect(1px, 1px, 1px, 1px);
1724
- clip: rect(1px, 1px, 1px, 1px);
1725
- height: 1px;
1726
- width: 1px;
1727
- position: absolute;
1728
- overflow: hidden;
1729
- padding: 0;
1730
- white-space: nowrap;
1731
- }
1732
-
1733
- .css-1pahdxg-control {
1734
- -webkit-align-items: center;
1735
- -webkit-box-align: center;
1736
- -ms-flex-align: center;
1737
- align-items: center;
1738
- background-color: hsl(0, 0%, 100%);
1739
- border-color: #2684ff;
1740
- border-radius: 4px;
1741
- border-style: solid;
1742
- border-width: 1px;
1743
- box-shadow: 0 0 0 1px #2684ff;
1744
- cursor: default;
1745
- display: -webkit-box;
1746
- display: -webkit-flex;
1747
- display: -ms-flexbox;
1748
- display: flex;
1749
- -webkit-flex-wrap: wrap;
1750
- -ms-flex-wrap: wrap;
1751
- flex-wrap: wrap;
1752
- -webkit-box-pack: justify;
1753
- -webkit-justify-content: space-between;
1754
- -ms-flex-pack: justify;
1755
- justify-content: space-between;
1756
- min-height: 38px;
1757
- outline: 0 !important;
1758
- position: relative;
1759
- -webkit-transition: all 100ms;
1760
- transition: all 100ms;
1761
- box-sizing: border-box;
1762
- }
1763
-
1764
- .css-1pahdxg-control:hover {
1765
- border-color: #2684ff;
1766
- }
1767
-
1768
- .css-1gtu0rj-indicatorContainer {
1769
- color: hsl(0, 0%, 40%);
1770
- display: -webkit-box;
1771
- display: -webkit-flex;
1772
- display: -ms-flexbox;
1773
- display: flex;
1774
- padding: 8px;
1775
- -webkit-transition: color 150ms;
1776
- transition: color 150ms;
1777
- box-sizing: border-box;
1778
- }
1779
-
1780
- .css-1gtu0rj-indicatorContainer:hover {
1781
- color: hsl(0, 0%, 20%);
1782
- }
1783
-
1784
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--error .neeto-form-engine-react-select__control {
1785
- border: thin solid rgb(var(--neeto-ui-error-500));
1786
- }
1787
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--error .neeto-form-engine-react-select__control.neeto-form-engine-react-select__control--is-focused {
1788
- border: thin solid rgb(var(--neeto-ui-error-500));
1789
- box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red));
1790
- }
1791
-
1792
- .neeto-form-engine-react-select__container {
1793
- width: 100%;
1794
- font-size: var(--neeto-ui-text-sm);
1795
- }
1796
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--naked .neeto-form-engine-react-select__control {
1797
- border: none;
1798
- background-color: transparent;
1799
- }
1800
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--naked .neeto-form-engine-react-select__control.neeto-form-engine-react-select__control--is-focused {
1801
- border: none;
1802
- }
1803
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--naked .neeto-form-engine-react-select__value-container {
1804
- padding: 0;
1805
- }
1806
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--naked .neeto-form-engine-react-select__indicator {
1807
- padding: 0;
1808
- }
1809
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select--is-disabled {
1810
- cursor: not-allowed;
1811
- pointer-events: all;
1812
- }
1813
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select--is-disabled .neeto-form-engine-react-select__indicators {
1814
- pointer-events: none;
1815
- }
1816
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__control.neeto-form-engine-react-select__control--is-disabled {
1817
- background-color: rgb(var(--neeto-ui-gray-100));
1818
- cursor: not-allowed;
1819
- }
1820
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__control.neeto-form-engine-react-select__control--is-focused {
1821
- border: thin solid rgb(var(--neeto-ui-gray-800));
1822
- transition: var(--neeto-ui-transition);
1823
- outline-color: transparent;
1824
- box-shadow: var(--neeto-ui-shadow-m);
1825
- }
1826
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__control {
1827
- border: thin solid rgb(var(-neeto-ui-gray-400));
1828
- border-radius: var(--neeto-ui-rounded-sm);
1829
- background-color: rgb(var(--neeto-ui-white));
1830
- min-height: 0;
1831
- transition: border 0.3s;
1832
- }
1833
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__value-container {
1834
- padding: 0 8px;
1835
- min-height: 38px;
1836
- }
1837
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__value-container.neeto-form-engine-react-select__value-container--is-multi {
1838
- padding: 0 4px;
1839
- }
1840
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__value-container.neeto-form-engine-react-select__value-container--is-multi.neeto-form-engine-react-select__value-container--has-value {
1841
- padding: 6px 12px;
1842
- }
1843
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--small .neeto-form-engine-react-select__value-container {
1844
- min-height: 30px;
1845
- }
1846
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__placeholder {
1847
- color: rgb(var(-neeto-ui-gray-400));
1848
- font-size: inherit;
1849
- }
1850
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__input {
1851
- color: rgb(var(--neeto-ui-gray-800));
1852
- font-size: inherit;
1853
- }
1854
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__indicator-separator {
1855
- display: none;
1856
- }
1857
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__indicator {
1858
- padding: 0 4px 0 0;
1859
- cursor: pointer;
1860
- }
1861
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu {
1862
- border-radius: 0px;
1863
- margin: 0 0 16px;
1864
- z-index: 20;
1865
- }
1866
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__menu-list {
1867
- position: relative;
1868
- }
1869
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__option {
1870
- color: rgb(var(--neeto-ui-gray-800));
1871
- font-size: inherit;
1872
- cursor: pointer;
1873
- overflow-wrap: break-word;
1874
- word-wrap: break-word;
1875
- word-break: break-word;
1876
- }
1877
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__option--is-focused {
1878
- background-color: rgb(var(--neeto-ui-gray-100));
1879
- }
1880
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__option--is-disabled {
1881
- color: rgb(var(--neeto-ui-gray-200));
1882
- cursor: not-allowed;
1883
- }
1884
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__option--is-selected {
1885
- background-color: rgb(var(--neeto-ui-gray-800));
1886
- color: rgb(var(--neeto-ui-white));
1887
- }
1888
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__fixed-option {
1889
- width: 100%;
1890
- font-size: inherit;
1891
- border-top: thin solid rgb(var(--neeto-ui-gray-100));
1892
- padding: 2px 0;
1893
- cursor: pointer;
1894
- }
1895
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__fixed-option a {
1896
- width: 100%;
1897
- display: inline-block;
1898
- color: rgb(var(--neeto-ui-gray-700));
1899
- transition: var(--neeto-ui-transition);
1900
- -webkit-user-select: none;
1901
- -moz-user-select: none;
1902
- -ms-user-select: none;
1903
- user-select: none;
1904
- padding: 8px 12px;
1905
- }
1906
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__fixed-option:hover a {
1907
- color: rgb(var(--neeto-ui-gray-800));
1908
- text-decoration: none;
1909
- }
1910
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__multi-value {
1911
- height: 30px;
1912
- display: flex;
1913
- flex-direction: row;
1914
- justify-content: flex-start;
1915
- align-items: stretch;
1916
- background-color: rgb(var(--neeto-ui-gray-100));
1917
- border: thin solid rgb(var(--neeto-ui-gray-800));
1918
- border-radius: 3px;
1919
- margin: 3px 6px 3px 0;
1920
- }
1921
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__multi-value .neeto-form-engine-react-select__multi-value__label {
1922
- line-height: 24px;
1923
- margin: 0 4px 0 0;
1924
- }
1925
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__multi-value__remove {
1926
- cursor: pointer;
1927
- transition: var(--neeto-ui-transition);
1928
- border-top-right-radius: 0px;
1929
- border-bottom-right-radius: 0px;
1930
- color: rgb(var(--neeto-ui-gray-800));
1931
- }
1932
-
1933
- .neeto-form-engine-date-picker {
1934
- display: flex;
1935
- flex-direction: column;
1936
- width: 100%;
1937
- }
1938
- .neeto-form-engine-date-picker .ant-picker {
1939
- font-size: 14px;
1940
- line-height: 1.15;
1941
- width: 100%;
1942
- border-radius: var(--neeto-ui-rounded-sm);
1943
- transition: var(--neeto-ui-transition);
1944
- border: thin solid rgb(var(--neeto-ui-gray-400));
1945
- color: rgb(var(--neeto-ui-gray-800));
1946
- background-color: rgb(var(--neeto-ui-white));
1947
- padding: 0;
1948
- }
1949
- .neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {
1950
- border-color: rgb(var(--neeto-ui-gray-700));
1951
- }
1952
- .neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error) {
1953
- outline: none !important;
1954
- border-color: rgb(var(--neeto-ui-gray-800)) !important;
1955
- box-shadow: var(--neeto-ui-shadow-m) !important;
1956
- }
1957
- .neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error {
1958
- border-color: rgb(var(--neeto-ui-error-500)) !important;
1959
- }
1960
- .neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within {
1961
- box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;
1962
- }
1963
- .neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused {
1964
- border-color: rgb(var(--neeto-ui-error-500)) !important;
1965
- box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;
1966
- }
1967
- .neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea {
1968
- resize: none;
1969
- }
1970
- .neeto-form-engine-date-picker .ant-picker-suffix {
1971
- color: rgba(var(--neeto-ui-gray-800));
1972
- padding-right: 0.4444444444em;
1973
- margin: 0;
1974
- }
1975
- .neeto-form-engine-date-picker .ant-picker-suffix svg {
1976
- width: 16px;
1977
- height: 16px;
1978
- }
1979
- .neeto-form-engine-date-picker .ant-picker-clear {
1980
- color: rgba(var(--neeto-ui-gray-800));
1981
- margin-right: 0.4444444444rem;
1982
- background-color: transparent;
1983
- }
1984
- .neeto-form-engine-date-picker .ant-picker-clear svg {
1985
- width: 16px;
1986
- height: 16px;
1987
- color: inherit;
1988
- }
1989
- .neeto-form-engine-date-picker .ant-picker-clear + .ant-picker-suffix .ant-picker-suffix {
1990
- opacity: 0;
1991
- }
1992
- .neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=""]) + .ant-picker-suffix {
1993
- opacity: 0;
1994
- }
1995
- .neeto-form-engine-date-picker .ant-picker-input > input {
1996
- font-size: 14px;
1997
- padding: 6px 8px;
1998
- color: rgba(var(--neeto-ui-gray-800));
1999
- background-color: transparent;
2000
- }
2001
- .neeto-form-engine-date-picker .ant-picker-input > input::placeholder {
2002
- /* Chrome, Firefox, Opera, Safari 10.1+ */
2003
- color: rgba(var(--neeto-form-answer-color), 0.5);
2004
- opacity: 1; /* Firefox */
2005
- }
2006
-
2007
- .neeto-form-engine-date-picker-popup .ant-picker-panel-container {
2008
- background-color: rgb(var(--neeto-ui-white));
2009
- border: 1px solid rgba(var(--neeto-ui-gray-800), 0.8);
2010
- border-radius: 12px;
2011
- }
2012
- .neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel {
2013
- border: 0;
2014
- }
2015
- .neeto-form-engine-date-picker-popup .ant-picker-cell,
2016
- .neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
2017
- color: rgb(var(--neeto-ui-gray-800));
2018
- }
2019
- .neeto-form-engine-date-picker-popup .ant-picker-header button {
2020
- color: rgb(var(--neeto-ui-gray-800)) !important;
2021
- }
2022
- .neeto-form-engine-date-picker-popup .ant-picker-header > button:hover {
2023
- opacity: 0.8;
2024
- }
2025
- .neeto-form-engine-date-picker-popup .ant-picker-content th {
2026
- color: rgba(var(--neeto-ui-gray-800), 0.8);
2027
- }
2028
- .neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header,
2029
- .neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer {
2030
- border: 0;
2031
- background-color: transparent;
2032
- }
2033
- .neeto-form-engine-date-picker-popup .ant-picker-today-btn,
2034
- .neeto-form-engine-date-picker-popup .ant-picker-now-btn,
2035
- .neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn {
2036
- background-color: #4558f9 !important;
2037
- color: rgb(var(--neeto-ui-white)) !important;
2038
- cursor: pointer;
2039
- }
2040
- .neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover, .neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,
2041
- .neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,
2042
- .neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,
2043
- .neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,
2044
- .neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus {
2045
- opacity: 0.8;
2046
- }
2047
- .neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
2048
- .neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
2049
- .neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
2050
- background-color: rgb(var(--neeto-form-answer-color));
2051
- color: rgb(var(--neeto-form-answer-text-color));
2052
- }
2053
- .neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
2054
- background-color: rgb(var(--neeto-form-answer-color));
2055
- color: rgb(var(--neeto-form-answer-text-color));
2056
- }
2057
- .neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child) {
2058
- border-left: none;
2059
- }
2060
- .neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
2061
- .neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
2062
- background-color: rgba(var(--neeto-form-question-color), 0.1);
2063
- }
2064
- .neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
2065
- background-color: rgba(var(--neeto-form-question-color), 0.1);
2066
- }
2067
- .neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
2068
- border-color: rgb(var(--neeto-form-answer-color)) !important;
2069
- }
2070
- .neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner {
2071
- border-radius: 5px !important;
2072
- }
2073
- .neeto-form-engine-date-picker-popup .ant-picker-content th {
2074
- font-size: 12px;
2075
- text-transform: uppercase;
2076
- }
2077
-
2078
- .neeto-form-engine--md .neeto-form-date-picker .ant-picker-input > input {
2079
- font-size: 1.25rem;
2080
- height: calc(3rem - 2px);
2081
- padding: 0.8em;
2082
- }
2083
- .neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix {
2084
- padding-right: 0.8rem;
2085
- }
2086
- .neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg {
2087
- width: 24px;
2088
- height: 24px;
2089
- }
2090
- .neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear {
2091
- margin-right: 0.8rem;
2092
- }
2093
- .neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg {
2094
- width: 24px;
2095
- height: 24px;
2096
- }
2097
-
2098
- @media (min-width: 768px) {
2099
- .neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner {
2100
- min-width: 32px;
2101
- height: 32px;
2102
- line-height: 32px;
2103
- }
2104
- .neeto-form-engine-date-picker .ant-picker-date-panel {
2105
- width: 320px;
2106
- }
2107
- .neeto-form-engine-date-picker .ant-picker-header {
2108
- min-height: 68px;
2109
- padding: 12px 24px 0px 24px;
2110
- white-space: nowrap;
2111
- align-items: center;
2112
- }
2113
- .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body {
2114
- padding-left: 24px;
2115
- padding-right: 24px;
2116
- }
2117
- .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content {
2118
- width: 272px;
2119
- }
2120
- }
2121
- .neeto-form-engine-loader {
2122
- width: 100%;
2123
- height: 100%;
2124
- display: flex;
2125
- flex-direction: row;
2126
- justify-content: center;
2127
- align-items: center;
2128
- }
2129
-
2130
- .neeto-form-engine-spinner {
2131
- display: flex;
2132
- flex-direction: row;
2133
- justify-content: center;
2134
- align-items: center;
2135
- }
2136
- .neeto-form-engine-spinner svg {
2137
- animation: rotate 1s ease-in-out infinite;
2138
- }
2139
-
2140
- .neeto-form-engine-dropdown {
2141
- display: inline-flex;
2142
- align-items: center;
2143
- position: relative;
2144
- }
2145
- .neeto-form-engine-dropdown button {
2146
- margin: 0;
2147
- }
2148
- .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu {
2149
- opacity: 0;
2150
- background-color: rgb(var(--neeto-ui-white));
2151
- border-radius: var(--neeto-ui-rounded);
2152
- box-shadow: var(--neeto-ui-shadow-m) -m;
2153
- transition: var(--neeto-ui-transition);
2154
- pointer-events: none;
2155
- min-width: 168px;
2156
- padding: 4px 0;
2157
- margin: 0;
2158
- position: absolute;
2159
- top: 100%;
2160
- right: 0;
2161
- }
2162
- .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li {
2163
- list-style: none;
2164
- }
2165
- .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button {
2166
- width: 100%;
2167
- display: flex;
2168
- flex-direction: row;
2169
- justify-content: flex-start;
2170
- align-items: center;
2171
- color: rgb(var(--neeto-ui-gray-700));
2172
- font-size: var(--neeto-ui-text-xs);
2173
- transition: var(--neeto-ui-transition);
2174
- white-space: nowrap;
2175
- line-height: 1;
2176
- padding: 8px 10px;
2177
- gap: 8px;
2178
- cursor: pointer;
2179
- }
2180
- .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover, .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active, .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus {
2181
- background-color: rgb(var(--neeto-ui-gray-200));
2182
- }
2183
- .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg {
2184
- width: 14px;
2185
- height: 14px;
2186
- }
2187
-
2188
- .neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,
2189
- .neeto-form-engine-dropdown > button:focus + .neeto-form-engine-dropdown-menu {
2190
- opacity: 1;
2191
- pointer-events: all;
2192
- }
2193
-
2194
- .neeto-form-engine-callout {
2195
- display: flex;
2196
- flex-direction: column;
2197
- justify-content: flex-start;
2198
- align-items: center;
2199
- gap: 12px;
2200
- width: calc(100% - 48px);
2201
- background-color: rgb(var(--neeto-ui-gray-200));
2202
- color: rgb(var(--neeto-ui-gray-600));
2203
- border-radius: var(--neeto-ui-rounded-sm);
2204
- padding: 12px;
2205
- position: absolute;
2206
- left: 0;
2207
- right: 0;
2208
- bottom: 40px;
2209
- margin: auto;
2210
- animation: fade-in 0.3s both;
2211
- }
2212
- .neeto-form-engine-callout.neeto-form-engine-callout--static {
2213
- position: static;
2214
- }
2215
- .neeto-form-engine-callout.neeto-form-engine-callout--error {
2216
- background-color: rgb(var(--neeto-ui-pastel-red));
2217
- }
2218
- .neeto-form-engine-callout.neeto-form-engine-callout--info {
2219
- background-color: rgb(var(--neeto-ui-pastel-blue));
2220
- }
2221
- .neeto-form-engine-callout .neeto-form-engine-callout__close {
2222
- position: absolute;
2223
- right: 12px;
2224
- top: 12px;
2225
- padding: 0;
2226
- color: rgb(var(--neeto-ui-gray-600));
2227
- transition: var(--neeto-ui-transition);
2228
- }
2229
- .neeto-form-engine-callout .neeto-form-engine-callout__close:hover, .neeto-form-engine-callout .neeto-form-engine-callout__close:focus, .neeto-form-engine-callout .neeto-form-engine-callout__close:active {
2230
- color: rgb(var(--neeto-ui-gray-800));
2231
- }
2232
- .neeto-form-engine-callout .neeto-form-engine-callout__content {
2233
- width: 100%;
2234
- max-width: 240px;
2235
- margin: auto;
2236
- }
2237
- .neeto-form-engine-callout .neeto-form-engine-callout__content h5 {
2238
- font-weight: var(--neeto-ui-font-semibold);
2239
- font-size: var(--neeto-ui-text-sm);
2240
- line-height: 16px;
2241
- text-align: center;
2242
- letter-spacing: -0.15px;
2243
- color: rgb(var(--neeto-ui-gray-800));
2244
- margin-bottom: 4px;
2245
- }
2246
- .neeto-form-engine-callout .neeto-form-engine-callout__content p {
2247
- font-size: var(--neeto-ui-text-xs);
2248
- line-height: 16px;
2249
- text-align: center;
2250
- }
2251
- .neeto-form-engine-callout button.neeto-form-engine-callout__button {
2252
- display: flex;
2253
- flex-direction: row;
2254
- justify-content: center;
2255
- align-items: center;
2256
- font-weight: var(--neeto-ui-font-semibold);
2257
- font-size: var(--neeto-ui-text-sm);
2258
- line-height: 16px;
2259
- letter-spacing: -0.15px;
2260
- color: rgb(var(--neeto-ui-gray-800));
2261
- border-radius: var(--neeto-ui-rounded-sm);
2262
- transition: var(--neeto-ui-transition);
2263
- background-color: rgb(var(--neeto-ui-white));
2264
- padding: 6px 8px;
2265
- }
2266
- .neeto-form-engine-callout button.neeto-form-engine-callout__button:hover, .neeto-form-engine-callout button.neeto-form-engine-callout__button:focus, .neeto-form-engine-callout button.neeto-form-engine-callout__button:active {
2267
- background-color: rgb(var(--neeto-ui-gray-100));
2268
- }
2269
-
2270
- .loader {
2271
- min-height: 192px;
2272
- }
1
+ #neeto-form-root,.neeto-form-root__body{
2
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */}#neeto-form-root main,.neeto-form-root__body main{display:block}#neeto-form-root h1,.neeto-form-root__body h1{font-size:2em;margin:.67em 0}#neeto-form-root hr,.neeto-form-root__body hr{box-sizing:content-box;height:0;overflow:visible}#neeto-form-root pre,.neeto-form-root__body pre{font-family:monospace,monospace;font-size:1em}#neeto-form-root a,.neeto-form-root__body a{background-color:transparent}#neeto-form-root abbr[title],.neeto-form-root__body abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}#neeto-form-root b,#neeto-form-root strong,.neeto-form-root__body b,.neeto-form-root__body strong{font-weight:bolder}#neeto-form-root code,#neeto-form-root kbd,#neeto-form-root samp,.neeto-form-root__body code,.neeto-form-root__body kbd,.neeto-form-root__body samp{font-family:monospace,monospace;font-size:1em}#neeto-form-root small,.neeto-form-root__body small{font-size:80%}#neeto-form-root sub,#neeto-form-root sup,.neeto-form-root__body sub,.neeto-form-root__body sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}#neeto-form-root sub,.neeto-form-root__body sub{bottom:-.25em}#neeto-form-root sup,.neeto-form-root__body sup{top:-.5em}#neeto-form-root img,.neeto-form-root__body img{border-style:none}#neeto-form-root button,#neeto-form-root input,#neeto-form-root optgroup,#neeto-form-root select,#neeto-form-root textarea,.neeto-form-root__body button,.neeto-form-root__body input,.neeto-form-root__body optgroup,.neeto-form-root__body select,.neeto-form-root__body textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}#neeto-form-root button,#neeto-form-root input,.neeto-form-root__body button,.neeto-form-root__body input{overflow:visible}#neeto-form-root button,#neeto-form-root select,.neeto-form-root__body button,.neeto-form-root__body select{text-transform:none}#neeto-form-root [type=button],#neeto-form-root [type=reset],#neeto-form-root [type=submit],#neeto-form-root button,.neeto-form-root__body [type=button],.neeto-form-root__body [type=reset],.neeto-form-root__body [type=submit],.neeto-form-root__body button{-webkit-appearance:button}#neeto-form-root [type=button]::-moz-focus-inner,#neeto-form-root [type=reset]::-moz-focus-inner,#neeto-form-root [type=submit]::-moz-focus-inner,#neeto-form-root button::-moz-focus-inner,.neeto-form-root__body [type=button]::-moz-focus-inner,.neeto-form-root__body [type=reset]::-moz-focus-inner,.neeto-form-root__body [type=submit]::-moz-focus-inner,.neeto-form-root__body button::-moz-focus-inner{border-style:none;padding:0}#neeto-form-root [type=button]:-moz-focusring,#neeto-form-root [type=reset]:-moz-focusring,#neeto-form-root [type=submit]:-moz-focusring,#neeto-form-root button:-moz-focusring,.neeto-form-root__body [type=button]:-moz-focusring,.neeto-form-root__body [type=reset]:-moz-focusring,.neeto-form-root__body [type=submit]:-moz-focusring,.neeto-form-root__body button:-moz-focusring{outline:1px dotted ButtonText}#neeto-form-root fieldset,.neeto-form-root__body fieldset{padding:.35em .75em .625em}#neeto-form-root legend,.neeto-form-root__body legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}#neeto-form-root progress,.neeto-form-root__body progress{vertical-align:baseline}#neeto-form-root textarea,.neeto-form-root__body textarea{overflow:auto}#neeto-form-root [type=checkbox],#neeto-form-root [type=radio],.neeto-form-root__body [type=checkbox],.neeto-form-root__body [type=radio]{box-sizing:border-box}#neeto-form-root [type=number]::-webkit-inner-spin-button,#neeto-form-root [type=number]::-webkit-outer-spin-button,.neeto-form-root__body [type=number]::-webkit-inner-spin-button,.neeto-form-root__body [type=number]::-webkit-outer-spin-button{height:auto}#neeto-form-root [type=search],.neeto-form-root__body [type=search]{-webkit-appearance:textfield;outline-offset:-2px}#neeto-form-root [type=search]::-webkit-search-decoration,.neeto-form-root__body [type=search]::-webkit-search-decoration{-webkit-appearance:none}#neeto-form-root ::-webkit-file-upload-button,.neeto-form-root__body ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}#neeto-form-root details,.neeto-form-root__body details{display:block}#neeto-form-root summary,.neeto-form-root__body summary{display:list-item}#neeto-form-root [hidden],#neeto-form-root template,.neeto-form-root__body [hidden],.neeto-form-root__body template{display:none}#neeto-form-root button,.neeto-form-root__body button{background-color:transparent;border:none;cursor:pointer;padding:0}#neeto-form-root *,.neeto-form-root__body *{box-sizing:border-box}#neeto-form-root h1,#neeto-form-root h2,#neeto-form-root h3,#neeto-form-root h4,#neeto-form-root h5,#neeto-form-root h6,#neeto-form-root p,.neeto-form-root__body h1,.neeto-form-root__body h2,.neeto-form-root__body h3,.neeto-form-root__body h4,.neeto-form-root__body h5,.neeto-form-root__body h6,.neeto-form-root__body p{margin:0}#neeto-form-root [type=checkbox],#neeto-form-root [type=radio],.neeto-form-root__body [type=checkbox],.neeto-form-root__body [type=radio]{color-adjust:exact;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}#neeto-form-root [type=checkbox]:checked,#neeto-form-root [type=radio]:checked,.neeto-form-root__body [type=checkbox]:checked,.neeto-form-root__body [type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}#neeto-form-root [type=radio]:checked,.neeto-form-root__body [type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}#neeto-form-root [type=checkbox]:checked,.neeto-form-root__body [type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}#neeto-form-root [type=radio],.neeto-form-root__body [type=radio]{border-radius:100%}:root{--neeto-form-engine-primary-color:#2f3941;--neeto-form-engine-primary-color-dark:#000;--neeto-form-engine-secondary-color:#fff}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-and-scale{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(-1turn) scale(1)}}@keyframes rotate-and-scale-clockwise{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(1turn) scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.neeto-form-engine-add-question-between{visibility:hidden}.neeto-form-engine-add-question-between *{transition:none!important}.neeto-form-engine-question-accordion__drag-icon{display:none!important}.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body,.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header{border-radius:var(--neeto-ui-rounded-lg)}.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between{visibility:visible}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon{display:block!important}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon{display:none!important}.neeto-form-engine-form h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);line-height:var(--neeto-ui-leading-normal);margin-bottom:16px}.neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),.neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child){margin-bottom:16px}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;margin:8px 0 0}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{align-items:center;background-color:rgb(var(--neeto-ui-gray-200));border:thin solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:12px;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:8px 12px;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]{border:2px solid rgb(var(--neeto-ui-gray-300));color:rgb(var(--neeto-ui-gray-800));height:16px;width:16px}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-form .neeto-form-engine-star-rating>.neeto-form-engine-label{margin-bottom:16px}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-star-rating__icon.neeto-form-engine-star-rating__icon--active{fill:currentColor}.neeto-form-engine-form .neeto-form-engine-rating>.neeto-form-engine-label{margin-bottom:16px}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{align-items:center;color:rgb(var(--neeto-ui-gray-600));cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:8px}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg{margin-bottom:4px}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path{stroke:currentColor;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label{color:inherit;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:hover{color:rgb(var(--neeto-ui-success-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:hover{color:rgb(var(--neeto-ui-warning-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:hover{color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-terms .neeto-form-engine-choice{align-items:center;color:rgb(var(--neeto-ui-gray-700));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:12px;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:8px 12px;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-terms .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]{align-self:flex-start;border:2px solid rgb(var(--neeto-ui-gray-300));color:rgb(var(--neeto-ui-gray-800));height:16px;margin-top:2px;width:16px}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}button.neeto-form-engine-button{align-items:center;background-color:#2f3941;background-color:var(--neeto-form-engine-primary-color);border-radius:var(--neeto-ui-rounded-sm);color:#fff;color:var(--neeto-form-engine-secondary-color);display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);justify-content:center;letter-spacing:-.15px;line-height:1;padding:8px 12px;position:relative;transition:var(--neeto-ui-transition)}button.neeto-form-engine-button:active,button.neeto-form-engine-button:focus,button.neeto-form-engine-button:hover{background-color:#000;background-color:var(--neeto-form-engine-primary-color-dark)}.neeto-form-engine-button__loader,.neeto-form-engine-button__success{align-items:center;background:inherit;border-radius:inherit;cursor:default;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;outline:none;position:absolute;top:0;width:100%}.neeto-form-engine-button__loader svg path,.neeto-form-engine-button__success svg path{stroke:currentColor}.neeto-form-engine-input__wrapper{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start}.neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper{display:flex;justify-content:space-between;margin-bottom:6px;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);justify-content:flex-start;line-height:1.6;overflow:hidden;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea{padding:8px}.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{background-color:transparent;border:none;box-shadow:none;color:inherit;font-size:inherit;line-height:inherit;outline:none;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::-moz-placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::-moz-placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus{outline-color:transparent}.neeto-form-engine-input__wrapper .neeto-form-engine-input input{line-height:1.3;padding:6px 8px}.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{max-height:224px;overflow-y:auto;padding:0}.neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800));box-shadow:var(--neeto-ui-shadow-m)}.neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea{resize:none}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled{background-color:rgb(var(--neeto-ui-gray-100));cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input,.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea{cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{align-items:center;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:row;font-size:14px;justify-content:flex-start}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg{height:16px;width:16px}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix{margin-left:10px}.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{margin-right:10px}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{background-color:rgb(var(--neeto-ui-gray-100));margin:0;padding:8px 10px}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix{border-right:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{border-left:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__error{color:rgb(var(--neeto-ui-error-500));font-size:var(--neeto-ui-text-xs);margin-top:4px}.neeto-form-engine-label{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);letter-spacing:-.15px;line-height:1.5}.css-2b097c-container,.css-yk16xz-control{box-sizing:border-box;position:relative}.css-yk16xz-control{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:4px;cursor:default;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:38px;outline:0!important;transition:all .1s}.css-yk16xz-control:hover{border-color:#b3b3b3}.css-g1d714-ValueContainer{-webkit-overflow-scrolling:touch;align-items:center;box-sizing:border-box;display:flex;flex:1;flex-wrap:wrap;overflow:hidden;padding:2px 8px;position:relative}.css-1wa3eu0-placeholder{box-sizing:border-box;color:grey;margin-left:2px;margin-right:2px;position:absolute;top:50%;transform:translateY(-50%)}.css-b8ldur-Input{box-sizing:border-box;color:#333;margin:2px;padding-bottom:2px;padding-top:2px;visibility:visible}.css-1hb7zxy-IndicatorsContainer{align-items:center;align-self:stretch;box-sizing:border-box;display:flex;flex-shrink:0}.css-1okebmr-indicatorSeparator{align-self:stretch;background-color:#ccc;box-sizing:border-box;margin-bottom:8px;margin-top:8px;width:1px}.css-tlfecz-indicatorContainer{box-sizing:border-box;color:#ccc;display:flex;padding:8px;transition:color .15s}.css-tlfecz-indicatorContainer:hover{color:#999}.css-26l3qy-menu{background-color:#fff;border-radius:4px;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 4px 11px rgba(0,0,0,.1);box-sizing:border-box;margin-bottom:8px;margin-top:8px;position:absolute;top:100%;width:100%;z-index:1}.css-4ljt47-MenuList{-webkit-overflow-scrolling:touch;box-sizing:border-box;max-height:300px;overflow-y:auto;padding-bottom:4px;padding-top:4px;position:relative}.css-1n7v3ny-option{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#deebff;box-sizing:border-box;color:inherit;cursor:default;display:block;font-size:inherit;padding:8px 12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.css-1n7v3ny-option:active{background-color:#b2d4ff}.css-yt9ioa-option{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;box-sizing:border-box;color:inherit;cursor:default;display:block;font-size:inherit;padding:8px 12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.css-yt9ioa-option:active{background-color:#b2d4ff}.css-1uccc91-singleValue{box-sizing:border-box;color:#333;margin-left:2px;margin-right:2px;max-width:calc(100% - 8px);overflow:hidden;position:absolute;text-overflow:ellipsis;top:50%;transform:translateY(-50%);white-space:nowrap}.css-9gakcf-option{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;color:#fff;cursor:default;display:block;font-size:inherit;padding:8px 12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.css-9gakcf-option,.css-9gakcf-option:active{background-color:#2684ff}.css-gg45go-NoOptionsMessage{box-sizing:border-box;color:#999;padding:8px 12px;text-align:center}.css-6q0nyr-Svg{fill:currentColor;stroke:currentColor;stroke-width:0;display:inline-block;line-height:1}.css-1laao21-a11yText{-webkit-clip:rect(1px,1px,1px,1px);clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px;z-index:9999}.css-1pahdxg-control{align-items:center;background-color:#fff;border:1px solid #2684ff;border-radius:4px;box-shadow:0 0 0 1px #2684ff;box-sizing:border-box;cursor:default;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:38px;outline:0!important;position:relative;transition:all .1s}.css-1pahdxg-control:hover{border-color:#2684ff}.css-1gtu0rj-indicatorContainer{box-sizing:border-box;color:#666;display:flex;padding:8px;transition:color .15s}.css-1gtu0rj-indicatorContainer:hover{color:#333}.neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--error .neeto-form-engine-react-select__control{border:thin solid rgb(var(--neeto-ui-error-500))}.neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--error .neeto-form-engine-react-select__control.neeto-form-engine-react-select__control--is-focused{border:thin solid rgb(var(--neeto-ui-error-500));box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-react-select__container{font-size:var(--neeto-ui-text-sm);width:100%}.neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--naked .neeto-form-engine-react-select__control{background-color:transparent;border:none}.neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--naked .neeto-form-engine-react-select__control.neeto-form-engine-react-select__control--is-focused{border:none}.neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--naked .neeto-form-engine-react-select__indicator,.neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--naked .neeto-form-engine-react-select__value-container{padding:0}.neeto-form-engine-react-select__container.neeto-form-engine-react-select--is-disabled{cursor:not-allowed;pointer-events:all}.neeto-form-engine-react-select__container.neeto-form-engine-react-select--is-disabled .neeto-form-engine-react-select__indicators{pointer-events:none}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__control.neeto-form-engine-react-select__control--is-disabled{background-color:rgb(var(--neeto-ui-gray-100));cursor:not-allowed}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__control.neeto-form-engine-react-select__control--is-focused{border:thin solid rgb(var(--neeto-ui-gray-800));box-shadow:var(--neeto-ui-shadow-m);outline-color:transparent;transition:var(--neeto-ui-transition)}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__control{background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(-neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded-sm);min-height:0;transition:border .3s}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__value-container{min-height:38px;padding:0 8px}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__value-container.neeto-form-engine-react-select__value-container--is-multi{padding:0 4px}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__value-container.neeto-form-engine-react-select__value-container--is-multi.neeto-form-engine-react-select__value-container--has-value{padding:6px 12px}.neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--small .neeto-form-engine-react-select__value-container{min-height:30px}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__placeholder{color:rgb(var(-neeto-ui-gray-400));font-size:inherit}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__input{color:rgb(var(--neeto-ui-gray-800));font-size:inherit}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__indicator-separator{display:none}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__indicator{cursor:pointer;padding:0 4px 0 0}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu{border-radius:0;margin:0 0 16px;z-index:20}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__menu-list{position:relative}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__option{word-wrap:break-word;color:rgb(var(--neeto-ui-gray-800));cursor:pointer;font-size:inherit;overflow-wrap:break-word;word-break:break-word}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__option--is-focused{background-color:rgb(var(--neeto-ui-gray-100))}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__option--is-disabled{color:rgb(var(--neeto-ui-gray-200));cursor:not-allowed}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__option--is-selected{background-color:rgb(var(--neeto-ui-gray-800));color:rgb(var(--neeto-ui-white))}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__fixed-option{border-top:thin solid rgb(var(--neeto-ui-gray-100));cursor:pointer;font-size:inherit;padding:2px 0;width:100%}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__fixed-option a{color:rgb(var(--neeto-ui-gray-700));display:inline-block;padding:8px 12px;transition:var(--neeto-ui-transition);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__fixed-option:hover a{color:rgb(var(--neeto-ui-gray-800));text-decoration:none}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__multi-value{align-items:stretch;background-color:rgb(var(--neeto-ui-gray-100));border:thin solid rgb(var(--neeto-ui-gray-800));border-radius:3px;display:flex;flex-direction:row;height:30px;justify-content:flex-start;margin:3px 6px 3px 0}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__multi-value .neeto-form-engine-react-select__multi-value__label{line-height:24px;margin:0 4px 0 0}.neeto-form-engine-react-select__container .neeto-form-engine-react-select__multi-value__remove{border-bottom-right-radius:0;border-top-right-radius:0;color:rgb(var(--neeto-ui-gray-800));cursor:pointer;transition:var(--neeto-ui-transition)}.neeto-form-engine-date-picker{display:flex;flex-direction:column;width:100%}.neeto-form-engine-date-picker .ant-picker{background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-800));font-size:14px;line-height:1.15;padding:0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800))!important;box-shadow:var(--neeto-ui-shadow-m)!important;outline:none!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused{border-color:rgb(var(--neeto-ui-error-500))!important;box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea{resize:none}.neeto-form-engine-date-picker .ant-picker-suffix{color:rgba(var(--neeto-ui-gray-800));margin:0;padding-right:.4444444444em}.neeto-form-engine-date-picker .ant-picker-suffix svg{height:16px;width:16px}.neeto-form-engine-date-picker .ant-picker-clear{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));margin-right:.4444444444rem}.neeto-form-engine-date-picker .ant-picker-clear svg{color:inherit;height:16px;width:16px}.neeto-form-engine-date-picker .ant-picker-clear+.ant-picker-suffix .ant-picker-suffix,.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=""])+.ant-picker-suffix{opacity:0}.neeto-form-engine-date-picker .ant-picker-input>input{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));font-size:14px;padding:6px 8px}.neeto-form-engine-date-picker .ant-picker-input>input::-moz-placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}.neeto-form-engine-date-picker .ant-picker-input>input::placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}.neeto-form-engine-date-picker-popup .ant-picker-panel-container{background-color:rgb(var(--neeto-ui-white));border:1px solid rgba(var(--neeto-ui-gray-800),.8);border-radius:12px}.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel{border:0}.neeto-form-engine-date-picker-popup .ant-picker-cell,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-date-picker-popup .ant-picker-header button{color:rgb(var(--neeto-ui-gray-800))!important}.neeto-form-engine-date-picker-popup .ant-picker-header>button:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-content th{color:rgba(var(--neeto-ui-gray-800),.8)}.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer,.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header{background-color:transparent;border:0}.neeto-form-engine-date-picker-popup .ant-picker-now-btn,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn,.neeto-form-engine-date-picker-popup .ant-picker-today-btn{background-color:#4558f9!important;color:rgb(var(--neeto-ui-white))!important;cursor:pointer}.neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background-color:rgb(var(--neeto-form-answer-color));color:rgb(var(--neeto-form-answer-text-color))}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child){border-left:none}.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover{background-color:rgba(var(--neeto-form-question-color),.1)}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:rgb(var(--neeto-form-answer-color))!important}.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner{border-radius:5px!important}.neeto-form-engine-date-picker-popup .ant-picker-content th{font-size:12px;text-transform:uppercase}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input{font-size:1.25rem;height:calc(3rem - 2px);padding:.8em}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix{padding-right:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg{height:24px;width:24px}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear{margin-right:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg{height:24px;width:24px}@media (min-width:768px){.neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner{height:32px;line-height:32px;min-width:32px}.neeto-form-engine-date-picker .ant-picker-date-panel{width:320px}.neeto-form-engine-date-picker .ant-picker-header{align-items:center;min-height:68px;padding:12px 24px 0;white-space:nowrap}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body{padding-left:24px;padding-right:24px}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content{width:272px}}.neeto-form-engine-loader{height:100%;width:100%}.neeto-form-engine-loader,.neeto-form-engine-spinner{align-items:center;display:flex;flex-direction:row;justify-content:center}.neeto-form-engine-spinner svg{animation:rotate 1s ease-in-out infinite}.neeto-form-engine-dropdown{align-items:center;display:inline-flex;position:relative}.neeto-form-engine-dropdown button{margin:0}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu{background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded);box-shadow:var(--neeto-ui-shadow-m) -m;margin:0;min-width:168px;opacity:0;padding:4px 0;pointer-events:none;position:absolute;right:0;top:100%;transition:var(--neeto-ui-transition)}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li{list-style:none}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button{align-items:center;color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-xs);gap:8px;justify-content:flex-start;line-height:1;padding:8px 10px;transition:var(--neeto-ui-transition);white-space:nowrap;width:100%}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg{height:14px;width:14px}.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,.neeto-form-engine-dropdown>button:focus+.neeto-form-engine-dropdown-menu{opacity:1;pointer-events:all}.neeto-form-engine-callout{align-items:center;animation:fade-in .3s both;background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);bottom:40px;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:column;gap:12px;justify-content:flex-start;left:0;margin:auto;padding:12px;position:absolute;right:0;width:calc(100% - 48px)}.neeto-form-engine-callout.neeto-form-engine-callout--static{position:static}.neeto-form-engine-callout.neeto-form-engine-callout--error{background-color:rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-callout.neeto-form-engine-callout--info{background-color:rgb(var(--neeto-ui-pastel-blue))}.neeto-form-engine-callout .neeto-form-engine-callout__close{color:rgb(var(--neeto-ui-gray-600));padding:0;position:absolute;right:12px;top:12px;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout .neeto-form-engine-callout__close:active,.neeto-form-engine-callout .neeto-form-engine-callout__close:focus,.neeto-form-engine-callout .neeto-form-engine-callout__close:hover{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-callout .neeto-form-engine-callout__content{margin:auto;max-width:240px;width:100%}.neeto-form-engine-callout .neeto-form-engine-callout__content h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);letter-spacing:-.15px;line-height:16px;margin-bottom:4px;text-align:center}.neeto-form-engine-callout .neeto-form-engine-callout__content p{font-size:var(--neeto-ui-text-xs);line-height:16px;text-align:center}.neeto-form-engine-callout button.neeto-form-engine-callout__button{align-items:center;background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);justify-content:center;letter-spacing:-.15px;line-height:16px;padding:6px 8px;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout button.neeto-form-engine-callout__button:active,.neeto-form-engine-callout button.neeto-form-engine-callout__button:focus,.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover{background-color:rgb(var(--neeto-ui-gray-100))}.loader{min-height:192px}