@bigbinary/neeto-form-frontend 1.0.11 → 1.0.13

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 +23 -5
  2. package/dist/index.js +56432 -26380
  3. package/dist/main.css +2 -1620
  4. package/index.d.ts +2 -0
  5. package/package.json +62 -59
package/dist/main.css CHANGED
@@ -1,1620 +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
- .neeto-form-engine-add-question-between {
430
- visibility: hidden;
431
- }
432
- .neeto-form-engine-add-question-between * {
433
- transition: none !important;
434
- }
435
-
436
- .neeto-form-engine-question-accordion__drag-icon {
437
- display: none !important;
438
- }
439
-
440
- .neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header {
441
- border-radius: var(--neeto-ui-rounded-lg);
442
- }
443
- .neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body {
444
- border-radius: var(--neeto-ui-rounded-lg);
445
- }
446
- .neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between {
447
- visibility: visible;
448
- }
449
- .neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon {
450
- display: block !important;
451
- }
452
- .neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon {
453
- display: none !important;
454
- }
455
-
456
- .neeto-form-engine-form h5 {
457
- font-weight: var(--neeto-ui-font-semibold);
458
- font-size: var(--neeto-ui-text-sm);
459
- line-height: var(--neeto-ui-leading-normal);
460
- color: rgb(var(--neeto-ui-gray-800));
461
- margin-bottom: 16px;
462
- }
463
- .neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),
464
- .neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),
465
- .neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child),
466
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child) {
467
- margin-bottom: 16px;
468
- }
469
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices {
470
- display: flex;
471
- flex-direction: column;
472
- justify-content: flex-start;
473
- align-items: flex-start;
474
- gap: 8px;
475
- margin: 8px 0 0;
476
- }
477
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {
478
- width: 100%;
479
- display: flex;
480
- flex-direction: row;
481
- justify-content: flex-start;
482
- align-items: center;
483
- background-color: rgb(var(--neeto-ui-gray-200));
484
- border: thin solid rgb(var(--neeto-ui-gray-300));
485
- border-radius: var(--neeto-ui-rounded-sm);
486
- color: rgb(var(--neeto-ui-gray-700));
487
- font-size: var(--neeto-ui-text-sm);
488
- line-height: var(--neeto-ui-leading-normal);
489
- transition: var(--neeto-ui-transition);
490
- cursor: pointer;
491
- padding: 8px 12px;
492
- gap: 12px;
493
- }
494
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover {
495
- border-color: rgb(var(-neeto-ui-gray-400));
496
- }
497
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active {
498
- border-color: rgb(var(--neeto-ui-gray-800));
499
- }
500
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox] {
501
- border-radius: var(--neeto-ui-rounded-sm);
502
- }
503
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox],
504
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio] {
505
- width: 16px;
506
- height: 16px;
507
- color: rgb(var(--neeto-ui-gray-800));
508
- border: 2px solid rgb(var(--neeto-ui-gray-300));
509
- }
510
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:not(:disabled),
511
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:not(:disabled) {
512
- cursor: pointer;
513
- }
514
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled, :checked),
515
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:hover:not(:disabled, :checked) {
516
- border-color: rgb(var(-neeto-ui-gray-400));
517
- }
518
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:checked,
519
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:checked {
520
- border: none !important;
521
- }
522
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:disabled,
523
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:disabled {
524
- opacity: 0.5;
525
- cursor: not-allowed;
526
- }
527
- .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,
528
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus,
529
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible {
530
- outline: transparent;
531
- }
532
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,
533
- .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible {
534
- box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)), 0 0 0 4px rgb(var(--neeto-ui-gray-300));
535
- }
536
- .neeto-form-engine-form .neeto-form-engine-star-rating > .neeto-form-engine-label {
537
- margin-bottom: 16px;
538
- }
539
- .neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row {
540
- display: flex;
541
- flex-direction: row;
542
- justify-content: flex-start;
543
- align-items: center;
544
- gap: 24px;
545
- flex-wrap: wrap;
546
- }
547
- .neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=radio] {
548
- display: none;
549
- }
550
- .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 {
551
- fill: currentColor;
552
- }
553
- .neeto-form-engine-form .neeto-form-engine-rating > .neeto-form-engine-label {
554
- margin-bottom: 16px;
555
- }
556
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row {
557
- display: flex;
558
- flex-direction: row;
559
- justify-content: flex-start;
560
- align-items: center;
561
- gap: 24px;
562
- }
563
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=radio] {
564
- display: none;
565
- }
566
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item {
567
- display: flex;
568
- flex-direction: column;
569
- justify-content: center;
570
- align-items: center;
571
- padding: 8px;
572
- color: rgb(var(--neeto-ui-gray-600));
573
- cursor: pointer;
574
- }
575
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg {
576
- margin-bottom: 4px;
577
- }
578
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path {
579
- stroke: currentColor;
580
- transition: var(--neeto-ui-transition);
581
- }
582
- .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label {
583
- color: inherit;
584
- transition: var(--neeto-ui-transition);
585
- }
586
- .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 {
587
- color: rgb(var(--neeto-ui-success-500));
588
- }
589
- .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 {
590
- color: rgb(var(--neeto-ui-warning-500));
591
- }
592
- .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 {
593
- color: rgb(var(--neeto-ui-error-500));
594
- }
595
-
596
- .neeto-form-engine-terms .neeto-form-engine-choice {
597
- width: 100%;
598
- display: flex;
599
- flex-direction: row;
600
- justify-content: flex-start;
601
- align-items: center;
602
- color: rgb(var(--neeto-ui-gray-700));
603
- font-size: var(--neeto-ui-text-sm);
604
- line-height: var(--neeto-ui-leading-normal);
605
- transition: var(--neeto-ui-transition);
606
- padding: 8px 12px;
607
- gap: 12px;
608
- }
609
- .neeto-form-engine-terms .neeto-form-engine-choice:hover {
610
- border-color: rgb(var(-neeto-ui-gray-400));
611
- }
612
- .neeto-form-engine-terms .neeto-form-engine-choice.active {
613
- border-color: rgb(var(--neeto-ui-gray-800));
614
- }
615
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox] {
616
- border-radius: var(--neeto-ui-rounded-sm);
617
- }
618
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox],
619
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio] {
620
- width: 16px;
621
- height: 16px;
622
- color: rgb(var(--neeto-ui-gray-800));
623
- border: 2px solid rgb(var(--neeto-ui-gray-300));
624
- align-self: flex-start;
625
- margin-top: 2px;
626
- }
627
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:not(:disabled),
628
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:not(:disabled) {
629
- cursor: pointer;
630
- }
631
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled, :checked),
632
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:hover:not(:disabled, :checked) {
633
- border-color: rgb(var(-neeto-ui-gray-400));
634
- }
635
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:checked,
636
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:checked {
637
- border: none !important;
638
- }
639
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:disabled,
640
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:disabled {
641
- opacity: 0.5;
642
- cursor: not-allowed;
643
- }
644
- .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,
645
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus,
646
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible {
647
- outline: transparent;
648
- }
649
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,
650
- .neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible {
651
- box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)), 0 0 0 4px rgb(var(--neeto-ui-gray-300));
652
- }
653
-
654
- button.neeto-form-engine-button {
655
- display: flex;
656
- flex-direction: row;
657
- justify-content: center;
658
- align-items: center;
659
- position: relative;
660
- font-weight: var(--neeto-ui-font-medium);
661
- font-size: var(--neeto-ui-text-sm);
662
- line-height: 1;
663
- letter-spacing: -0.15px;
664
- color: var(--neeto-form-engine-secondary-color);
665
- border-radius: var(--neeto-ui-rounded-sm);
666
- background-color: var(--neeto-form-engine-primary-color);
667
- transition: var(--neeto-ui-transition);
668
- padding: 8px 12px;
669
- }
670
- button.neeto-form-engine-button:hover, button.neeto-form-engine-button:focus, button.neeto-form-engine-button:active {
671
- background-color: var(--neeto-form-engine-primary-color-dark);
672
- }
673
-
674
- .neeto-form-engine-button__loader,
675
- .neeto-form-engine-button__success {
676
- display: flex;
677
- flex-direction: row;
678
- justify-content: center;
679
- align-items: center;
680
- position: absolute;
681
- left: 0;
682
- top: 0;
683
- width: 100%;
684
- height: 100%;
685
- border-radius: inherit;
686
- background: inherit;
687
- cursor: default;
688
- outline: none;
689
- }
690
- .neeto-form-engine-button__loader svg path,
691
- .neeto-form-engine-button__success svg path {
692
- stroke: currentColor;
693
- }
694
-
695
- .neeto-form-engine-input__wrapper {
696
- display: flex;
697
- flex-direction: column;
698
- justify-content: flex-start;
699
- align-items: flex-start;
700
- flex-grow: 1;
701
- }
702
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper {
703
- display: flex;
704
- justify-content: space-between;
705
- margin-bottom: 6px;
706
- width: 100%;
707
- }
708
- .neeto-form-engine-input__wrapper .neeto-form-engine-input {
709
- width: 100%;
710
- display: flex;
711
- flex-direction: row;
712
- justify-content: flex-start;
713
- align-items: center;
714
- font-size: var(--neeto-ui-text-sm);
715
- line-height: 1.6;
716
- transition: var(--neeto-ui-transition);
717
- border-radius: var(--neeto-ui-rounded-sm);
718
- border: thin solid rgb(var(--neeto-ui-gray-400));
719
- background-color: rgb(var(--neeto-ui-white));
720
- color: rgb(var(--neeto-ui-gray-800));
721
- overflow: hidden;
722
- }
723
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea {
724
- padding: 8px;
725
- }
726
- .neeto-form-engine-input__wrapper .neeto-form-engine-input input,
727
- .neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {
728
- width: 100%;
729
- background-color: transparent;
730
- color: inherit;
731
- border: none;
732
- font-size: inherit;
733
- line-height: inherit;
734
- box-shadow: none;
735
- outline: none;
736
- }
737
- .neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,
738
- .neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder {
739
- color: rgb(var(-neeto-ui-gray-400));
740
- }
741
- .neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,
742
- .neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus {
743
- outline-color: transparent;
744
- }
745
- .neeto-form-engine-input__wrapper .neeto-form-engine-input input {
746
- padding: 6px 8px;
747
- line-height: 1.3;
748
- }
749
- .neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {
750
- padding: 0;
751
- max-height: 224px;
752
- overflow-y: auto;
753
- }
754
- .neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error) {
755
- border-color: rgb(var(--neeto-ui-gray-800));
756
- box-shadow: var(--neeto-ui-shadow-m);
757
- }
758
- .neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {
759
- border-color: rgb(var(--neeto-ui-gray-700));
760
- }
761
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error {
762
- border-color: rgb(var(--neeto-ui-error-500));
763
- }
764
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within {
765
- box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red));
766
- }
767
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea {
768
- resize: none;
769
- }
770
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled {
771
- background-color: rgb(var(--neeto-ui-gray-100));
772
- cursor: not-allowed;
773
- }
774
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input {
775
- cursor: not-allowed;
776
- }
777
- .neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea {
778
- cursor: not-allowed;
779
- }
780
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,
781
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {
782
- display: flex;
783
- flex-direction: row;
784
- justify-content: flex-start;
785
- align-items: center;
786
- font-size: 14px;
787
- color: rgb(var(--neeto-ui-gray-600));
788
- }
789
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,
790
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg {
791
- width: 16px;
792
- height: 16px;
793
- }
794
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix {
795
- margin-left: 10px;
796
- }
797
- .neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {
798
- margin-right: 10px;
799
- }
800
- .neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,
801
- .neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {
802
- margin: 0;
803
- padding: 8px 10px;
804
- background-color: rgb(var(--neeto-ui-gray-100));
805
- }
806
- .neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix {
807
- border-right: thin solid rgb(var(--neeto-ui-gray-300));
808
- }
809
- .neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {
810
- border-left: thin solid rgb(var(--neeto-ui-gray-300));
811
- }
812
-
813
- .neeto-form-engine-input__error {
814
- margin-top: 4px;
815
- font-size: var(--neeto-ui-text-xs);
816
- color: rgb(var(--neeto-ui-error-500));
817
- }
818
-
819
- .neeto-form-engine-label {
820
- font-size: var(--neeto-ui-text-sm);
821
- color: rgb(var(--neeto-ui-gray-700));
822
- font-weight: var(--neeto-ui-font-medium);
823
- letter-spacing: -0.15px;
824
- line-height: 1.5;
825
- }
826
-
827
- .css-2b097c-container {
828
- position: relative;
829
- box-sizing: border-box;
830
- }
831
-
832
- .css-yk16xz-control {
833
- -webkit-align-items: center;
834
- -webkit-box-align: center;
835
- -ms-flex-align: center;
836
- align-items: center;
837
- background-color: hsl(0, 0%, 100%);
838
- border-color: hsl(0, 0%, 80%);
839
- border-radius: 4px;
840
- border-style: solid;
841
- border-width: 1px;
842
- cursor: default;
843
- display: -webkit-box;
844
- display: -webkit-flex;
845
- display: -ms-flexbox;
846
- display: flex;
847
- -webkit-flex-wrap: wrap;
848
- -ms-flex-wrap: wrap;
849
- flex-wrap: wrap;
850
- -webkit-box-pack: justify;
851
- -webkit-justify-content: space-between;
852
- -ms-flex-pack: justify;
853
- justify-content: space-between;
854
- min-height: 38px;
855
- outline: 0 !important;
856
- position: relative;
857
- -webkit-transition: all 100ms;
858
- transition: all 100ms;
859
- box-sizing: border-box;
860
- }
861
-
862
- .css-yk16xz-control:hover {
863
- border-color: hsl(0, 0%, 70%);
864
- }
865
-
866
- .css-g1d714-ValueContainer {
867
- -webkit-align-items: center;
868
- -webkit-box-align: center;
869
- -ms-flex-align: center;
870
- align-items: center;
871
- display: -webkit-box;
872
- display: -webkit-flex;
873
- display: -ms-flexbox;
874
- display: flex;
875
- -webkit-flex: 1;
876
- -ms-flex: 1;
877
- flex: 1;
878
- -webkit-flex-wrap: wrap;
879
- -ms-flex-wrap: wrap;
880
- flex-wrap: wrap;
881
- padding: 2px 8px;
882
- -webkit-overflow-scrolling: touch;
883
- position: relative;
884
- overflow: hidden;
885
- box-sizing: border-box;
886
- }
887
-
888
- .css-1wa3eu0-placeholder {
889
- color: hsl(0, 0%, 50%);
890
- margin-left: 2px;
891
- margin-right: 2px;
892
- position: absolute;
893
- top: 50%;
894
- -webkit-transform: translateY(-50%);
895
- -ms-transform: translateY(-50%);
896
- transform: translateY(-50%);
897
- box-sizing: border-box;
898
- }
899
-
900
- .css-b8ldur-Input {
901
- margin: 2px;
902
- padding-bottom: 2px;
903
- padding-top: 2px;
904
- visibility: visible;
905
- color: hsl(0, 0%, 20%);
906
- box-sizing: border-box;
907
- }
908
-
909
- .css-1hb7zxy-IndicatorsContainer {
910
- -webkit-align-items: center;
911
- -webkit-box-align: center;
912
- -ms-flex-align: center;
913
- align-items: center;
914
- -webkit-align-self: stretch;
915
- -ms-flex-item-align: stretch;
916
- align-self: stretch;
917
- display: -webkit-box;
918
- display: -webkit-flex;
919
- display: -ms-flexbox;
920
- display: flex;
921
- -webkit-flex-shrink: 0;
922
- -ms-flex-negative: 0;
923
- flex-shrink: 0;
924
- box-sizing: border-box;
925
- }
926
-
927
- .css-1okebmr-indicatorSeparator {
928
- -webkit-align-self: stretch;
929
- -ms-flex-item-align: stretch;
930
- align-self: stretch;
931
- background-color: hsl(0, 0%, 80%);
932
- margin-bottom: 8px;
933
- margin-top: 8px;
934
- width: 1px;
935
- box-sizing: border-box;
936
- }
937
-
938
- .css-tlfecz-indicatorContainer {
939
- color: hsl(0, 0%, 80%);
940
- display: -webkit-box;
941
- display: -webkit-flex;
942
- display: -ms-flexbox;
943
- display: flex;
944
- padding: 8px;
945
- -webkit-transition: color 150ms;
946
- transition: color 150ms;
947
- box-sizing: border-box;
948
- }
949
-
950
- .css-tlfecz-indicatorContainer:hover {
951
- color: hsl(0, 0%, 60%);
952
- }
953
-
954
- .css-26l3qy-menu {
955
- top: 100%;
956
- background-color: hsl(0, 0%, 100%);
957
- border-radius: 4px;
958
- box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1);
959
- margin-bottom: 8px;
960
- margin-top: 8px;
961
- position: absolute;
962
- width: 100%;
963
- z-index: 1;
964
- box-sizing: border-box;
965
- }
966
-
967
- .css-4ljt47-MenuList {
968
- max-height: 300px;
969
- overflow-y: auto;
970
- padding-bottom: 4px;
971
- padding-top: 4px;
972
- position: relative;
973
- -webkit-overflow-scrolling: touch;
974
- box-sizing: border-box;
975
- }
976
-
977
- .css-1n7v3ny-option {
978
- background-color: #deebff;
979
- color: inherit;
980
- cursor: default;
981
- display: block;
982
- font-size: inherit;
983
- padding: 8px 12px;
984
- width: 100%;
985
- -webkit-user-select: none;
986
- -moz-user-select: none;
987
- -ms-user-select: none;
988
- user-select: none;
989
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
990
- box-sizing: border-box;
991
- }
992
-
993
- .css-1n7v3ny-option:active {
994
- background-color: #b2d4ff;
995
- }
996
-
997
- .css-yt9ioa-option {
998
- background-color: transparent;
999
- color: inherit;
1000
- cursor: default;
1001
- display: block;
1002
- font-size: inherit;
1003
- padding: 8px 12px;
1004
- width: 100%;
1005
- -webkit-user-select: none;
1006
- -moz-user-select: none;
1007
- -ms-user-select: none;
1008
- user-select: none;
1009
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1010
- box-sizing: border-box;
1011
- }
1012
-
1013
- .css-yt9ioa-option:active {
1014
- background-color: #b2d4ff;
1015
- }
1016
-
1017
- .css-1uccc91-singleValue {
1018
- color: hsl(0, 0%, 20%);
1019
- margin-left: 2px;
1020
- margin-right: 2px;
1021
- max-width: calc(100% - 8px);
1022
- overflow: hidden;
1023
- position: absolute;
1024
- text-overflow: ellipsis;
1025
- white-space: nowrap;
1026
- top: 50%;
1027
- -webkit-transform: translateY(-50%);
1028
- -ms-transform: translateY(-50%);
1029
- transform: translateY(-50%);
1030
- box-sizing: border-box;
1031
- }
1032
-
1033
- .css-9gakcf-option {
1034
- background-color: #2684ff;
1035
- color: hsl(0, 0%, 100%);
1036
- cursor: default;
1037
- display: block;
1038
- font-size: inherit;
1039
- padding: 8px 12px;
1040
- width: 100%;
1041
- -webkit-user-select: none;
1042
- -moz-user-select: none;
1043
- -ms-user-select: none;
1044
- user-select: none;
1045
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1046
- box-sizing: border-box;
1047
- }
1048
-
1049
- .css-9gakcf-option:active {
1050
- background-color: #2684ff;
1051
- }
1052
-
1053
- .css-gg45go-NoOptionsMessage {
1054
- color: hsl(0, 0%, 60%);
1055
- padding: 8px 12px;
1056
- text-align: center;
1057
- box-sizing: border-box;
1058
- }
1059
-
1060
- .css-6q0nyr-Svg {
1061
- display: inline-block;
1062
- fill: currentColor;
1063
- line-height: 1;
1064
- stroke: currentColor;
1065
- stroke-width: 0;
1066
- }
1067
-
1068
- .css-1laao21-a11yText {
1069
- z-index: 9999;
1070
- border: 0;
1071
- -webkit-clip: rect(1px, 1px, 1px, 1px);
1072
- clip: rect(1px, 1px, 1px, 1px);
1073
- height: 1px;
1074
- width: 1px;
1075
- position: absolute;
1076
- overflow: hidden;
1077
- padding: 0;
1078
- white-space: nowrap;
1079
- }
1080
-
1081
- .css-1pahdxg-control {
1082
- -webkit-align-items: center;
1083
- -webkit-box-align: center;
1084
- -ms-flex-align: center;
1085
- align-items: center;
1086
- background-color: hsl(0, 0%, 100%);
1087
- border-color: #2684ff;
1088
- border-radius: 4px;
1089
- border-style: solid;
1090
- border-width: 1px;
1091
- box-shadow: 0 0 0 1px #2684ff;
1092
- cursor: default;
1093
- display: -webkit-box;
1094
- display: -webkit-flex;
1095
- display: -ms-flexbox;
1096
- display: flex;
1097
- -webkit-flex-wrap: wrap;
1098
- -ms-flex-wrap: wrap;
1099
- flex-wrap: wrap;
1100
- -webkit-box-pack: justify;
1101
- -webkit-justify-content: space-between;
1102
- -ms-flex-pack: justify;
1103
- justify-content: space-between;
1104
- min-height: 38px;
1105
- outline: 0 !important;
1106
- position: relative;
1107
- -webkit-transition: all 100ms;
1108
- transition: all 100ms;
1109
- box-sizing: border-box;
1110
- }
1111
-
1112
- .css-1pahdxg-control:hover {
1113
- border-color: #2684ff;
1114
- }
1115
-
1116
- .css-1gtu0rj-indicatorContainer {
1117
- color: hsl(0, 0%, 40%);
1118
- display: -webkit-box;
1119
- display: -webkit-flex;
1120
- display: -ms-flexbox;
1121
- display: flex;
1122
- padding: 8px;
1123
- -webkit-transition: color 150ms;
1124
- transition: color 150ms;
1125
- box-sizing: border-box;
1126
- }
1127
-
1128
- .css-1gtu0rj-indicatorContainer:hover {
1129
- color: hsl(0, 0%, 20%);
1130
- }
1131
-
1132
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--error .neeto-form-engine-react-select__control {
1133
- border: thin solid rgb(var(--neeto-ui-error-500));
1134
- }
1135
- .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 {
1136
- border: thin solid rgb(var(--neeto-ui-error-500));
1137
- box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red));
1138
- }
1139
-
1140
- .neeto-form-engine-react-select__container {
1141
- width: 100%;
1142
- font-size: var(--neeto-ui-text-sm);
1143
- }
1144
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--naked .neeto-form-engine-react-select__control {
1145
- border: none;
1146
- background-color: transparent;
1147
- }
1148
- .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 {
1149
- border: none;
1150
- }
1151
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--naked .neeto-form-engine-react-select__value-container {
1152
- padding: 0;
1153
- }
1154
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--naked .neeto-form-engine-react-select__indicator {
1155
- padding: 0;
1156
- }
1157
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select--is-disabled {
1158
- cursor: not-allowed;
1159
- pointer-events: all;
1160
- }
1161
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select--is-disabled .neeto-form-engine-react-select__indicators {
1162
- pointer-events: none;
1163
- }
1164
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__control.neeto-form-engine-react-select__control--is-disabled {
1165
- background-color: rgb(var(--neeto-ui-gray-100));
1166
- cursor: not-allowed;
1167
- }
1168
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__control.neeto-form-engine-react-select__control--is-focused {
1169
- border: thin solid rgb(var(--neeto-ui-gray-800));
1170
- transition: var(--neeto-ui-transition);
1171
- outline-color: transparent;
1172
- box-shadow: var(--neeto-ui-shadow-m);
1173
- }
1174
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__control {
1175
- border: thin solid rgb(var(-neeto-ui-gray-400));
1176
- border-radius: var(--neeto-ui-rounded-sm);
1177
- background-color: rgb(var(--neeto-ui-white));
1178
- min-height: 0;
1179
- transition: border 0.3s;
1180
- }
1181
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__value-container {
1182
- padding: 0 8px;
1183
- min-height: 38px;
1184
- }
1185
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__value-container.neeto-form-engine-react-select__value-container--is-multi {
1186
- padding: 0 4px;
1187
- }
1188
- .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 {
1189
- padding: 6px 12px;
1190
- }
1191
- .neeto-form-engine-react-select__container.neeto-form-engine-react-select__container--small .neeto-form-engine-react-select__value-container {
1192
- min-height: 30px;
1193
- }
1194
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__placeholder {
1195
- color: rgb(var(-neeto-ui-gray-400));
1196
- font-size: inherit;
1197
- }
1198
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__input {
1199
- color: rgb(var(--neeto-ui-gray-800));
1200
- font-size: inherit;
1201
- }
1202
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__indicator-separator {
1203
- display: none;
1204
- }
1205
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__indicator {
1206
- padding: 0 4px 0 0;
1207
- cursor: pointer;
1208
- }
1209
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu {
1210
- border-radius: 0px;
1211
- margin: 0 0 16px;
1212
- z-index: 20;
1213
- }
1214
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__menu-list {
1215
- position: relative;
1216
- }
1217
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__option {
1218
- color: rgb(var(--neeto-ui-gray-800));
1219
- font-size: inherit;
1220
- cursor: pointer;
1221
- overflow-wrap: break-word;
1222
- word-wrap: break-word;
1223
- word-break: break-word;
1224
- }
1225
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__option--is-focused {
1226
- background-color: rgb(var(--neeto-ui-gray-100));
1227
- }
1228
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__option--is-disabled {
1229
- color: rgb(var(--neeto-ui-gray-200));
1230
- cursor: not-allowed;
1231
- }
1232
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__option--is-selected {
1233
- background-color: rgb(var(--neeto-ui-gray-800));
1234
- color: rgb(var(--neeto-ui-white));
1235
- }
1236
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__fixed-option {
1237
- width: 100%;
1238
- font-size: inherit;
1239
- border-top: thin solid rgb(var(--neeto-ui-gray-100));
1240
- padding: 2px 0;
1241
- cursor: pointer;
1242
- }
1243
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__fixed-option a {
1244
- width: 100%;
1245
- display: inline-block;
1246
- color: rgb(var(--neeto-ui-gray-700));
1247
- transition: var(--neeto-ui-transition);
1248
- -webkit-user-select: none;
1249
- -moz-user-select: none;
1250
- -ms-user-select: none;
1251
- user-select: none;
1252
- padding: 8px 12px;
1253
- }
1254
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__menu .neeto-form-engine-react-select__fixed-option:hover a {
1255
- color: rgb(var(--neeto-ui-gray-800));
1256
- text-decoration: none;
1257
- }
1258
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__multi-value {
1259
- height: 30px;
1260
- display: flex;
1261
- flex-direction: row;
1262
- justify-content: flex-start;
1263
- align-items: stretch;
1264
- background-color: rgb(var(--neeto-ui-gray-100));
1265
- border: thin solid rgb(var(--neeto-ui-gray-800));
1266
- border-radius: 3px;
1267
- margin: 3px 6px 3px 0;
1268
- }
1269
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__multi-value .neeto-form-engine-react-select__multi-value__label {
1270
- line-height: 24px;
1271
- margin: 0 4px 0 0;
1272
- }
1273
- .neeto-form-engine-react-select__container .neeto-form-engine-react-select__multi-value__remove {
1274
- cursor: pointer;
1275
- transition: var(--neeto-ui-transition);
1276
- border-top-right-radius: 0px;
1277
- border-bottom-right-radius: 0px;
1278
- color: rgb(var(--neeto-ui-gray-800));
1279
- }
1280
-
1281
- .neeto-form-engine-date-picker {
1282
- display: flex;
1283
- flex-direction: column;
1284
- width: 100%;
1285
- }
1286
- .neeto-form-engine-date-picker .ant-picker {
1287
- font-size: 14px;
1288
- line-height: 1.15;
1289
- width: 100%;
1290
- border-radius: var(--neeto-ui-rounded-sm);
1291
- transition: var(--neeto-ui-transition);
1292
- border: thin solid rgb(var(--neeto-ui-gray-400));
1293
- color: rgb(var(--neeto-ui-gray-800));
1294
- background-color: rgb(var(--neeto-ui-white));
1295
- padding: 0;
1296
- }
1297
- .neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {
1298
- border-color: rgb(var(--neeto-ui-gray-700));
1299
- }
1300
- .neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error) {
1301
- outline: none !important;
1302
- border-color: rgb(var(--neeto-ui-gray-800)) !important;
1303
- box-shadow: var(--neeto-ui-shadow-m) !important;
1304
- }
1305
- .neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error {
1306
- border-color: rgb(var(--neeto-ui-error-500)) !important;
1307
- }
1308
- .neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within {
1309
- box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;
1310
- }
1311
- .neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused {
1312
- border-color: rgb(var(--neeto-ui-error-500)) !important;
1313
- box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;
1314
- }
1315
- .neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea {
1316
- resize: none;
1317
- }
1318
- .neeto-form-engine-date-picker .ant-picker-suffix {
1319
- color: rgba(var(--neeto-ui-gray-800));
1320
- padding-right: 0.4444444444em;
1321
- margin: 0;
1322
- }
1323
- .neeto-form-engine-date-picker .ant-picker-suffix svg {
1324
- width: 16px;
1325
- height: 16px;
1326
- }
1327
- .neeto-form-engine-date-picker .ant-picker-clear {
1328
- color: rgba(var(--neeto-ui-gray-800));
1329
- margin-right: 0.4444444444rem;
1330
- background-color: transparent;
1331
- }
1332
- .neeto-form-engine-date-picker .ant-picker-clear svg {
1333
- width: 16px;
1334
- height: 16px;
1335
- color: inherit;
1336
- }
1337
- .neeto-form-engine-date-picker .ant-picker-clear + .ant-picker-suffix .ant-picker-suffix {
1338
- opacity: 0;
1339
- }
1340
- .neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=""]) + .ant-picker-suffix {
1341
- opacity: 0;
1342
- }
1343
- .neeto-form-engine-date-picker .ant-picker-input > input {
1344
- font-size: 14px;
1345
- padding: 6px 8px;
1346
- color: rgba(var(--neeto-ui-gray-800));
1347
- background-color: transparent;
1348
- }
1349
- .neeto-form-engine-date-picker .ant-picker-input > input::placeholder {
1350
- /* Chrome, Firefox, Opera, Safari 10.1+ */
1351
- color: rgba(var(--neeto-form-answer-color), 0.5);
1352
- opacity: 1; /* Firefox */
1353
- }
1354
-
1355
- .neeto-form-engine-date-picker-popup .ant-picker-panel-container {
1356
- background-color: rgb(var(--neeto-ui-white));
1357
- border: 1px solid rgba(var(--neeto-ui-gray-800), 0.8);
1358
- border-radius: 12px;
1359
- }
1360
- .neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel {
1361
- border: 0;
1362
- }
1363
- .neeto-form-engine-date-picker-popup .ant-picker-cell,
1364
- .neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
1365
- color: rgb(var(--neeto-ui-gray-800));
1366
- }
1367
- .neeto-form-engine-date-picker-popup .ant-picker-header button {
1368
- color: rgb(var(--neeto-ui-gray-800)) !important;
1369
- }
1370
- .neeto-form-engine-date-picker-popup .ant-picker-header > button:hover {
1371
- opacity: 0.8;
1372
- }
1373
- .neeto-form-engine-date-picker-popup .ant-picker-content th {
1374
- color: rgba(var(--neeto-ui-gray-800), 0.8);
1375
- }
1376
- .neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header,
1377
- .neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer {
1378
- border: 0;
1379
- background-color: transparent;
1380
- }
1381
- .neeto-form-engine-date-picker-popup .ant-picker-today-btn,
1382
- .neeto-form-engine-date-picker-popup .ant-picker-now-btn,
1383
- .neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn {
1384
- background-color: #4558f9 !important;
1385
- color: rgb(var(--neeto-ui-white)) !important;
1386
- cursor: pointer;
1387
- }
1388
- .neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover, .neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,
1389
- .neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,
1390
- .neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,
1391
- .neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,
1392
- .neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus {
1393
- opacity: 0.8;
1394
- }
1395
- .neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
1396
- .neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
1397
- .neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
1398
- background-color: rgb(var(--neeto-form-answer-color));
1399
- color: rgb(var(--neeto-form-answer-text-color));
1400
- }
1401
- .neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
1402
- background-color: rgb(var(--neeto-form-answer-color));
1403
- color: rgb(var(--neeto-form-answer-text-color));
1404
- }
1405
- .neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child) {
1406
- border-left: none;
1407
- }
1408
- .neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
1409
- .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 {
1410
- background-color: rgba(var(--neeto-form-question-color), 0.1);
1411
- }
1412
- .neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
1413
- background-color: rgba(var(--neeto-form-question-color), 0.1);
1414
- }
1415
- .neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
1416
- border-color: rgb(var(--neeto-form-answer-color)) !important;
1417
- }
1418
- .neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner {
1419
- border-radius: 5px !important;
1420
- }
1421
- .neeto-form-engine-date-picker-popup .ant-picker-content th {
1422
- font-size: 12px;
1423
- text-transform: uppercase;
1424
- }
1425
-
1426
- .neeto-form-engine--md .neeto-form-date-picker .ant-picker-input > input {
1427
- font-size: 1.25rem;
1428
- height: calc(3rem - 2px);
1429
- padding: 0.8em;
1430
- }
1431
- .neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix {
1432
- padding-right: 0.8rem;
1433
- }
1434
- .neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg {
1435
- width: 24px;
1436
- height: 24px;
1437
- }
1438
- .neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear {
1439
- margin-right: 0.8rem;
1440
- }
1441
- .neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg {
1442
- width: 24px;
1443
- height: 24px;
1444
- }
1445
-
1446
- @media (min-width: 768px) {
1447
- .neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner {
1448
- min-width: 32px;
1449
- height: 32px;
1450
- line-height: 32px;
1451
- }
1452
- .neeto-form-engine-date-picker .ant-picker-date-panel {
1453
- width: 320px;
1454
- }
1455
- .neeto-form-engine-date-picker .ant-picker-header {
1456
- min-height: 68px;
1457
- padding: 12px 24px 0px 24px;
1458
- white-space: nowrap;
1459
- align-items: center;
1460
- }
1461
- .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body {
1462
- padding-left: 24px;
1463
- padding-right: 24px;
1464
- }
1465
- .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content {
1466
- width: 272px;
1467
- }
1468
- }
1469
- .neeto-form-engine-loader {
1470
- width: 100%;
1471
- height: 100%;
1472
- display: flex;
1473
- flex-direction: row;
1474
- justify-content: center;
1475
- align-items: center;
1476
- }
1477
-
1478
- .neeto-form-engine-spinner {
1479
- display: flex;
1480
- flex-direction: row;
1481
- justify-content: center;
1482
- align-items: center;
1483
- }
1484
- .neeto-form-engine-spinner svg {
1485
- animation: rotate 1s ease-in-out infinite;
1486
- }
1487
-
1488
- .neeto-form-engine-dropdown {
1489
- display: inline-flex;
1490
- align-items: center;
1491
- position: relative;
1492
- }
1493
- .neeto-form-engine-dropdown button {
1494
- margin: 0;
1495
- }
1496
- .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu {
1497
- opacity: 0;
1498
- background-color: rgb(var(--neeto-ui-white));
1499
- border-radius: var(--neeto-ui-rounded);
1500
- box-shadow: var(--neeto-ui-shadow-m) -m;
1501
- transition: var(--neeto-ui-transition);
1502
- pointer-events: none;
1503
- min-width: 168px;
1504
- padding: 4px 0;
1505
- margin: 0;
1506
- position: absolute;
1507
- top: 100%;
1508
- right: 0;
1509
- }
1510
- .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li {
1511
- list-style: none;
1512
- }
1513
- .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button {
1514
- width: 100%;
1515
- display: flex;
1516
- flex-direction: row;
1517
- justify-content: flex-start;
1518
- align-items: center;
1519
- color: rgb(var(--neeto-ui-gray-700));
1520
- font-size: var(--neeto-ui-text-xs);
1521
- transition: var(--neeto-ui-transition);
1522
- white-space: nowrap;
1523
- line-height: 1;
1524
- padding: 8px 10px;
1525
- gap: 8px;
1526
- cursor: pointer;
1527
- }
1528
- .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 {
1529
- background-color: rgb(var(--neeto-ui-gray-200));
1530
- }
1531
- .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg {
1532
- width: 14px;
1533
- height: 14px;
1534
- }
1535
-
1536
- .neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,
1537
- .neeto-form-engine-dropdown > button:focus + .neeto-form-engine-dropdown-menu {
1538
- opacity: 1;
1539
- pointer-events: all;
1540
- }
1541
-
1542
- .neeto-form-engine-callout {
1543
- display: flex;
1544
- flex-direction: column;
1545
- justify-content: flex-start;
1546
- align-items: center;
1547
- gap: 12px;
1548
- width: calc(100% - 48px);
1549
- background-color: rgb(var(--neeto-ui-gray-200));
1550
- color: rgb(var(--neeto-ui-gray-600));
1551
- border-radius: var(--neeto-ui-rounded-sm);
1552
- padding: 12px;
1553
- position: absolute;
1554
- left: 0;
1555
- right: 0;
1556
- bottom: 40px;
1557
- margin: auto;
1558
- animation: fade-in 0.3s both;
1559
- }
1560
- .neeto-form-engine-callout.neeto-form-engine-callout--static {
1561
- position: static;
1562
- }
1563
- .neeto-form-engine-callout.neeto-form-engine-callout--error {
1564
- background-color: rgb(var(--neeto-ui-pastel-red));
1565
- }
1566
- .neeto-form-engine-callout.neeto-form-engine-callout--info {
1567
- background-color: rgb(var(--neeto-ui-pastel-blue));
1568
- }
1569
- .neeto-form-engine-callout .neeto-form-engine-callout__close {
1570
- position: absolute;
1571
- right: 12px;
1572
- top: 12px;
1573
- padding: 0;
1574
- color: rgb(var(--neeto-ui-gray-600));
1575
- transition: var(--neeto-ui-transition);
1576
- }
1577
- .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 {
1578
- color: rgb(var(--neeto-ui-gray-800));
1579
- }
1580
- .neeto-form-engine-callout .neeto-form-engine-callout__content {
1581
- width: 100%;
1582
- max-width: 240px;
1583
- margin: auto;
1584
- }
1585
- .neeto-form-engine-callout .neeto-form-engine-callout__content h5 {
1586
- font-weight: var(--neeto-ui-font-semibold);
1587
- font-size: var(--neeto-ui-text-sm);
1588
- line-height: 16px;
1589
- text-align: center;
1590
- letter-spacing: -0.15px;
1591
- color: rgb(var(--neeto-ui-gray-800));
1592
- margin-bottom: 4px;
1593
- }
1594
- .neeto-form-engine-callout .neeto-form-engine-callout__content p {
1595
- font-size: var(--neeto-ui-text-xs);
1596
- line-height: 16px;
1597
- text-align: center;
1598
- }
1599
- .neeto-form-engine-callout button.neeto-form-engine-callout__button {
1600
- display: flex;
1601
- flex-direction: row;
1602
- justify-content: center;
1603
- align-items: center;
1604
- font-weight: var(--neeto-ui-font-semibold);
1605
- font-size: var(--neeto-ui-text-sm);
1606
- line-height: 16px;
1607
- letter-spacing: -0.15px;
1608
- color: rgb(var(--neeto-ui-gray-800));
1609
- border-radius: var(--neeto-ui-rounded-sm);
1610
- transition: var(--neeto-ui-transition);
1611
- background-color: rgb(var(--neeto-ui-white));
1612
- padding: 6px 8px;
1613
- }
1614
- .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 {
1615
- background-color: rgb(var(--neeto-ui-gray-100));
1616
- }
1617
-
1618
- .loader {
1619
- min-height: 192px;
1620
- }
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}