@amoa/casting 0.1.4 → 0.1.5

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 (36) hide show
  1. package/dist/form/buttons/index.module.css.js +0 -4
  2. package/dist/form/caption/index.module.css.js +0 -4
  3. package/dist/form/description/index.module.css.js +0 -4
  4. package/dist/form/index.module.css.js +0 -4
  5. package/dist/form/inputs/index.module.css.js +0 -4
  6. package/dist/index.css +1708 -0
  7. package/dist/packages/ingots/src/address/index.js +0 -2
  8. package/dist/packages/ingots/src/address/index.module.css.js +0 -4
  9. package/dist/packages/ingots/src/backdrop/index.module.css.js +0 -4
  10. package/dist/packages/ingots/src/button/index.module.css.js +0 -4
  11. package/dist/packages/ingots/src/checkbox/index.module.css.js +0 -4
  12. package/dist/packages/ingots/src/date/erase/index.module.css.js +0 -4
  13. package/dist/packages/ingots/src/date/input/index.module.css.js +0 -4
  14. package/dist/packages/ingots/src/date/picker/day/index.module.css.js +0 -4
  15. package/dist/packages/ingots/src/date/picker/days/index.module.css.js +0 -4
  16. package/dist/packages/ingots/src/date/picker/handle/index.module.css.js +0 -4
  17. package/dist/packages/ingots/src/date/picker/index.module.css.js +0 -4
  18. package/dist/packages/ingots/src/date/picker/menu/index.module.css.js +0 -4
  19. package/dist/packages/ingots/src/date/picker/menu/item.module.css.js +0 -4
  20. package/dist/packages/ingots/src/file/card/index.module.css.js +0 -4
  21. package/dist/packages/ingots/src/file/index.module.css.js +0 -4
  22. package/dist/packages/ingots/src/file/input/index.module.css.js +0 -4
  23. package/dist/packages/ingots/src/loader/index.module.css.js +0 -4
  24. package/dist/packages/ingots/src/loader/variants/spinner/index.module.css.js +0 -4
  25. package/dist/packages/ingots/src/select/card/index.module.css.js +0 -4
  26. package/dist/packages/ingots/src/select/category/index.module.css.js +0 -4
  27. package/dist/packages/ingots/src/select/index.module.css.js +0 -4
  28. package/dist/packages/ingots/src/select/option/index.module.css.js +0 -4
  29. package/dist/packages/ingots/src/select/options/index.module.css.js +0 -4
  30. package/dist/packages/ingots/src/tag/index.module.css.js +0 -4
  31. package/dist/packages/ingots/src/text/index.js +4 -4
  32. package/dist/packages/ingots/src/text/index.module.css.js +0 -4
  33. package/dist/packages/ingots/src/textarea/index.module.css.js +0 -4
  34. package/dist/packages/ingots/src/toggle/index.module.css.js +0 -4
  35. package/dist/waiter/index.module.css.js +0 -4
  36. package/package.json +4 -4
package/dist/index.css ADDED
@@ -0,0 +1,1708 @@
1
+ .index-module_caption__rLj1H {
2
+ flex: 1 1 auto;
3
+ min-width: 200px;
4
+ align-self: center;
5
+ }
6
+
7
+ .index-module_image__1vKdM {
8
+ width: 200px;
9
+ height: auto;
10
+ }
11
+
12
+ .index-module_animation__-ai2b {
13
+ flex: 1 0 275px;
14
+ background-color: var(--light-background);
15
+ border: 0.5px solid var(--lighter-stroke);
16
+ padding: 20px;
17
+ }
18
+
19
+ .index-module_condo__J-7Rb {
20
+ filter: drop-shadow(0 12px 8px var(--bright-green));
21
+ animation: index-module_floating__QUkes 6s ease-in-out infinite;
22
+ }
23
+
24
+ @media (min-width: 750px) {
25
+ .index-module_form__GeBqt {
26
+ flex-direction: row;
27
+ }
28
+ }
29
+
30
+ @keyframes index-module_floating__QUkes {
31
+ 0% {
32
+ transform: translateY(-10px);
33
+ }
34
+ 50% {
35
+ transform: translateY(10px);
36
+ }
37
+ 100% {
38
+ transform: translateY(-10px);
39
+ }
40
+ }
41
+
42
+ .index-module_root__GJ8LW {
43
+ display: flex;
44
+ flex-direction: column;
45
+ gap: 8px;
46
+ }
47
+
48
+ .index-module_root__-kzxc {
49
+ display: flex;
50
+ flex-direction: column;
51
+ font-size: 18px;
52
+ }
53
+
54
+ @media (min-width: 560px) {
55
+ .index-module_root__-kzxc {
56
+ font-size: 22px;
57
+ }
58
+ }
59
+
60
+ .index-module_root__5PrR6 {
61
+ display: flex;
62
+ justify-content: space-between;
63
+ gap: 16px;
64
+ align-items: center;
65
+ }
66
+
67
+ .index-module_root__5eZc- {
68
+ font-size: 16px;
69
+ }
70
+
71
+ .index-module_button__AscUD {
72
+ flex: 0 0 auto;
73
+ position: relative;
74
+ display: flex;
75
+ justify-content: center;
76
+ align-items: center;
77
+ border: none;
78
+ cursor: pointer;
79
+ height: 40px;
80
+ font-weight: 600;
81
+ overflow: hidden;
82
+ background-color: transparent;
83
+ border-radius: var(--border-radius);
84
+ gap: 8px;
85
+ z-index: 0;
86
+ box-shadow:
87
+ 0 -1 0.5 rgba(0, 0, 0, 0.2) inset,
88
+ 0 3 4 rgba(var(--white), 0.2) inset;
89
+ }
90
+
91
+ .index-module_primary__mW1MG::before {
92
+ position: absolute;
93
+ content: "";
94
+ top: 0;
95
+ left: 0;
96
+ height: 100%;
97
+ width: 100%;
98
+ z-index: -2;
99
+ }
100
+
101
+ .index-module_primary__mW1MG::after {
102
+ position: absolute;
103
+ content: "";
104
+ top: 0;
105
+ left: 0;
106
+ height: 100%;
107
+ width: 100%;
108
+ opacity: 1;
109
+ transition: opacity var(--transition-short);
110
+ z-index: -1;
111
+ }
112
+
113
+ .index-module_primary__mW1MG:hover::after {
114
+ opacity: 0;
115
+ }
116
+
117
+ .index-module_primary__mW1MG {
118
+ color: #fff;
119
+ }
120
+
121
+ .index-module_primary__mW1MG,
122
+ .index-module_secondary__R8Mg2 {
123
+ padding: 10px 16px;
124
+ }
125
+
126
+ .index-module_primary__mW1MG.index-module_blue__EYCQl::before {
127
+ background-color: var(--strong-blue);
128
+ }
129
+
130
+ .index-module_primary__mW1MG.index-module_blue__EYCQl::after {
131
+ background: linear-gradient(var(--blue), var(--strong-blue));
132
+ }
133
+
134
+ .index-module_primary__mW1MG.index-module_green__zmhXp::before {
135
+ background-color: var(--strong-green);
136
+ }
137
+
138
+ .index-module_primary__mW1MG.index-module_green__zmhXp::after {
139
+ background: linear-gradient(var(--green), var(--strong-green));
140
+ }
141
+
142
+ .index-module_primary__mW1MG.index-module_red__CWoh-::before {
143
+ background-color: var(--strong-red);
144
+ }
145
+
146
+ .index-module_primary__mW1MG.index-module_red__CWoh-::after {
147
+ background: linear-gradient(var(--red), var(--strong-red));
148
+ }
149
+
150
+ .index-module_primary__mW1MG.index-module_gray__KuQSz::before {
151
+ background-color: var(--stroke);
152
+ }
153
+
154
+ .index-module_primary__mW1MG.index-module_gray__KuQSz::after {
155
+ background: linear-gradient(var(--lighter-stroke), var(--stroke));
156
+ }
157
+
158
+ .index-module_secondary__R8Mg2 {
159
+ transition:
160
+ background-color var(--transition-long),
161
+ color var(--transition-short),
162
+ border-color var(--transition-short);
163
+ }
164
+
165
+ .index-module_secondary__R8Mg2.index-module_blue__EYCQl {
166
+ color: var(--strong-blue);
167
+ border: 1.5px solid var(--strong-blue);
168
+ }
169
+
170
+ .index-module_secondary__R8Mg2.index-module_blue__EYCQl:hover:not(.index-module_disabled__HboCB) {
171
+ background-color: var(--lighter-stroke);
172
+ }
173
+
174
+ .index-module_secondary__R8Mg2.index-module_green__zmhXp {
175
+ color: var(--strong-green);
176
+ border: 1.5px solid var(--strong-green);
177
+ }
178
+
179
+ .index-module_secondary__R8Mg2.index-module_green__zmhXp:hover:not(.index-module_disabled__HboCB),
180
+ .index-module_mini__MATGv.index-module_green__zmhXp {
181
+ background-color: var(--bright-green);
182
+ }
183
+
184
+ .index-module_secondary__R8Mg2.index-module_red__CWoh- {
185
+ color: var(--strong-red);
186
+ border: 1.5px solid var(--strong-red);
187
+ }
188
+
189
+ .index-module_secondary__R8Mg2.index-module_red__CWoh-:hover:not(.index-module_disabled__HboCB),
190
+ .index-module_secondary__R8Mg2.index-module_mini__MATGv.index-module_red__CWoh- {
191
+ background-color: var(--bright-red);
192
+ }
193
+
194
+ .index-module_secondary__R8Mg2.index-module_gray__KuQSz {
195
+ color: var(--tertiary-text);
196
+ border: 1.5px solid var(--secondary-text);
197
+ }
198
+
199
+ .index-module_secondary__R8Mg2.index-module_gray__KuQSz:hover:not(.index-module_disabled__HboCB) {
200
+ color: var(--secondary-text);
201
+ background-color: var(--lighter-stroke);
202
+ }
203
+
204
+ .index-module_secondary__R8Mg2.index-module_white__Qvzbo {
205
+ color: var(--white);
206
+ border: 1.5px solid var(--white);
207
+ }
208
+
209
+ .index-module_secondary__R8Mg2.index-module_white__Qvzbo:hover:not(.index-module_disabled__HboCB) {
210
+ color: var(--primary-text);
211
+ background-color: var(--lighter-stroke);
212
+ }
213
+
214
+ .index-module_blue__EYCQl:active,
215
+ .index-module_blue__EYCQl.index-module_active__Nz-8S {
216
+ box-shadow: 0 0 0 3px rgba(var(--hawai-morning), 0.3);
217
+ }
218
+
219
+ .index-module_green__zmhXp:active,
220
+ .index-module_green__zmhXp.index-module_active__Nz-8S {
221
+ box-shadow: 0 0 0 3px rgba(var(--mountain-meadow), 0.3);
222
+ }
223
+
224
+ .index-module_red__CWoh-:active,
225
+ .index-module_red__CWoh-.index-module_active__Nz-8S {
226
+ box-shadow: 0 0 0 3px rgba(var(--fuzzy-wuzzy), 0.4);
227
+ }
228
+
229
+ .index-module_gray__KuQSz:active,
230
+ .index-module_gray__KuQSz.index-module_active__Nz-8S {
231
+ box-shadow: 0 0 0 3px rgba(var(--blizzard), 0.3);
232
+ }
233
+
234
+ .index-module_tertiary__4Eydy {
235
+ padding: 10px 12px;
236
+ overflow: visible;
237
+ }
238
+
239
+ .index-module_tertiary__4Eydy span {
240
+ position: relative;
241
+ }
242
+
243
+ .index-module_tertiary__4Eydy span::after {
244
+ position: absolute;
245
+ content: "";
246
+ width: 100%;
247
+ height: 1px;
248
+ top: 100%;
249
+ left: 0;
250
+ margin-top: 5px;
251
+ transform: scaleX(0);
252
+ background-color: var(--strong-blue);
253
+ transition: transform 320ms ease-in-out;
254
+ }
255
+
256
+ .index-module_small__m3SMz.index-module_tertiary__4Eydy span::after {
257
+ height: 0.5px;
258
+ }
259
+
260
+ .index-module_tertiary__4Eydy.index-module_gray__KuQSz span::after {
261
+ background-color: var(--secondary-text);
262
+ }
263
+
264
+ .index-module_tertiary__4Eydy.index-module_green__zmhXp span::after {
265
+ background-color: var(--strong-green);
266
+ }
267
+
268
+ .index-module_tertiary__4Eydy.index-module_red__CWoh- span::after {
269
+ background-color: var(--strong-red);
270
+ }
271
+
272
+ .index-module_tertiary__4Eydy.index-module_blue__EYCQl {
273
+ color: var(--strong-blue);
274
+ }
275
+
276
+ .index-module_tertiary__4Eydy.index-module_green__zmhXp {
277
+ color: var(--strong-green);
278
+ }
279
+
280
+ .index-module_tertiary__4Eydy.index-module_red__CWoh- {
281
+ color: var(--strong-red);
282
+ }
283
+
284
+ .index-module_tertiary__4Eydy.index-module_gray__KuQSz {
285
+ color: var(--secondary-text);
286
+ }
287
+
288
+ .index-module_icon__iUqek {
289
+ height: 20px;
290
+ width: 20px;
291
+ }
292
+
293
+ .index-module_small__m3SMz {
294
+ height: 30px;
295
+ font-size: 12px;
296
+ gap: 4px;
297
+ padding: 7px 12px;
298
+ }
299
+
300
+ .index-module_small__m3SMz .index-module_icon__iUqek,
301
+ .index-module_mini__MATGv .index-module_icon__iUqek {
302
+ height: 16px;
303
+ width: 16px;
304
+ }
305
+
306
+ .index-module_small__m3SMz.index-module_mini__MATGv .index-module_icon__iUqek {
307
+ height: 12px;
308
+ width: 12px;
309
+ }
310
+
311
+ .index-module_secondary__R8Mg2.index-module_mini__MATGv {
312
+ height: 24px;
313
+ border-radius: 6px;
314
+ padding: 4px 6px;
315
+ gap: 2px;
316
+ border-width: 1px;
317
+ }
318
+
319
+ .index-module_mini__MATGv.index-module_small__m3SMz {
320
+ height: 20px;
321
+ border-radius: 5px;
322
+ padding: 3px 5px;
323
+ gap: 1px;
324
+ }
325
+
326
+ .index-module_mini__MATGv.index-module_blue__EYCQl {
327
+ background-color: var(--square-blue);
328
+ }
329
+
330
+ .index-module_secondary__R8Mg2.index-module_mini__MATGv.index-module_blue__EYCQl:hover {
331
+ background-color: var(--gray-blue);
332
+ }
333
+
334
+ .index-module_secondary__R8Mg2.index-module_mini__MATGv.index-module_red__CWoh-:hover {
335
+ background-color: var(--light-red);
336
+ }
337
+
338
+ .index-module_secondary__R8Mg2.index-module_mini__MATGv.index-module_green__zmhXp:hover {
339
+ background-color: var(--stroke-green);
340
+ }
341
+
342
+ .index-module_mini__MATGv.index-module_gray__KuQSz {
343
+ color: var(--secondary-text);
344
+ background-color: var(--light-background);
345
+ }
346
+
347
+ .index-module_compact__yBo-n.index-module_mini__MATGv {
348
+ width: 24px;
349
+ padding: 3px;
350
+ }
351
+
352
+ .index-module_compact__yBo-n.index-module_mini__MATGv.index-module_small__m3SMz {
353
+ width: 20px;
354
+ }
355
+
356
+ .index-module_compact__yBo-n {
357
+ justify-content: center;
358
+ padding: 7px;
359
+ gap: 0;
360
+ }
361
+
362
+ .index-module_form__ap3Rh {
363
+ margin-top: 24px;
364
+ }
365
+
366
+ .index-module_tooltip__PZT7g {
367
+ overflow: visible;
368
+ font-size: 16px;
369
+ font-weight: 450;
370
+ }
371
+
372
+ .index-module_primary__mW1MG.index-module_disabled__HboCB,
373
+ .index-module_primary__mW1MG.index-module_disabled__HboCB:hover,
374
+ .index-module_secondary__R8Mg2.index-module_disabled__HboCB,
375
+ .index-module_secondary__R8Mg2.index-module_disabled__HboCB:hover,
376
+ .index-module_tertiary__4Eydy.index-module_disabled__HboCB,
377
+ .index-module_tertiary__4Eydy.index-module_disabled__HboCB:hover {
378
+ cursor: default;
379
+ }
380
+
381
+ .index-module_primary__mW1MG.index-module_disabled__HboCB::before,
382
+ .index-module_secondary__R8Mg2.index-module_disabled__HboCB,
383
+ .index-module_tertiary__4Eydy.index-module_disabled__HboCB {
384
+ opacity: 0.5;
385
+ }
386
+
387
+ .index-module_primary__mW1MG.index-module_disabled__HboCB::after {
388
+ background: transparent;
389
+ }
390
+
391
+ .index-module_primary__mW1MG.index-module_disabled__HboCB:active,
392
+ .index-module_secondary__R8Mg2.index-module_disabled__HboCB:active,
393
+ .index-module_tertiary__4Eydy.index-module_disabled__HboCB:active {
394
+ box-shadow: none;
395
+ }
396
+
397
+ .index-module_tertiary__4Eydy.index-module_disabled__HboCB:active {
398
+ box-shadow: none;
399
+ }
400
+
401
+ .index-module_tertiary__4Eydy:hover span::after {
402
+ transform: scaleX(1);
403
+ }
404
+
405
+ .index-module_root__iussJ {
406
+ display: flex;
407
+ align-items: center;
408
+ }
409
+
410
+ .index-module_input__FWZ1E {
411
+ position: absolute;
412
+ opacity: 0;
413
+ }
414
+
415
+ .index-module_input__FWZ1E + label {
416
+ display: flex;
417
+ align-items: center;
418
+ position: relative;
419
+ letter-spacing: 0.014em;
420
+ cursor: pointer;
421
+ transition:
422
+ color var(--transition-short),
423
+ letter-spacing var(--transition-short),
424
+ font-weight var(--transition-short);
425
+ }
426
+
427
+ .index-module_input__FWZ1E + label:before {
428
+ content: "";
429
+ flex: 1 0 auto;
430
+ margin-right: 8px;
431
+ padding: 3px;
432
+ display: inline-block;
433
+ vertical-align: text-top;
434
+ width: 16px;
435
+ height: 16px;
436
+ background-color: var(--white);
437
+ border: 1px solid var(--stroke-blue);
438
+ border-radius: 4px;
439
+ transition:
440
+ background-color var(--transition-short),
441
+ border-color var(--transition-short),
442
+ box-shadow var(--transition-short);
443
+ }
444
+
445
+ .index-module_input__FWZ1E:hover + label:before {
446
+ border-color: var(--strong-blue);
447
+ }
448
+
449
+ .index-module_input__FWZ1E:active + label:before,
450
+ .index-module_input__FWZ1E:focus + label:before {
451
+ box-shadow: 0 0 0 3px rgba(var(--dropshadow-blue), 0.3);
452
+ }
453
+
454
+ .index-module_input__FWZ1E:checked + label {
455
+ letter-spacing: normal;
456
+ font-weight: 600;
457
+ color: var(--strong-blue);
458
+ }
459
+
460
+ .index-module_root__iussJ:not(.index-module_block__BSlnu) .index-module_input__FWZ1E:checked + label:before {
461
+ background-color: var(--strong-blue);
462
+ border-color: var(--strong-blue);
463
+ }
464
+
465
+ .index-module_input__FWZ1E:disabled + label {
466
+ color: var(--stroke);
467
+ cursor: auto;
468
+ }
469
+
470
+ .index-module_input__FWZ1E:disabled + label:before {
471
+ box-shadow: none;
472
+ border-color: var(--stroke);
473
+ background-color: var(--lighter-stroke);
474
+ }
475
+
476
+ .index-module_input__FWZ1E + label:after {
477
+ content: "";
478
+ position: absolute;
479
+ transition: opacity var(--transition-short);
480
+ opacity: 0;
481
+ }
482
+
483
+ .index-module_root__iussJ:not(.index-module_block__BSlnu) .index-module_input__FWZ1E + label:after {
484
+ width: 16px;
485
+ height: 16px;
486
+ background-repeat: no-repeat;
487
+ background-position: center;
488
+ background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.364 3.32297C13.6276 3.52379 13.6785 3.90027 13.4776 4.16385L7.07765 12.5639C6.97272 12.7016 6.81341 12.7873 6.64066 12.7989C6.46791 12.8105 6.29856 12.7469 6.17613 12.6245L2.57613 9.02449C2.34181 8.79018 2.34181 8.41028 2.57613 8.17596C2.81044 7.94165 3.19034 7.94165 3.42465 8.17596L6.5392 11.2905L12.5231 3.4366C12.724 3.17302 13.1004 3.12214 13.364 3.32297Z" fill="white"/></svg>');
489
+ }
490
+
491
+ .index-module_block__BSlnu .index-module_input__FWZ1E + label:after {
492
+ left: 8px;
493
+ width: 9px;
494
+ height: 9px;
495
+ background-color: var(--bright-blue);
496
+ border-radius: 2px;
497
+ transform: translateX(-50%);
498
+ }
499
+
500
+ .index-module_input__FWZ1E:checked + label:after {
501
+ opacity: 1;
502
+ }
503
+
504
+ .index-module_small__OyaW5 .index-module_input__FWZ1E + label:before,
505
+ .index-module_small__OyaW5:not(.index-module_block__BSlnu) .index-module_input__FWZ1E + label:after {
506
+ width: 12px;
507
+ height: 12px;
508
+ }
509
+
510
+ .index-module_small__OyaW5:not(.index-module_block__BSlnu) .index-module_input__FWZ1E + label:after {
511
+ background-image: url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.35224 0.0767328C7.51698 0.202248 7.54878 0.437545 7.42326 0.602284L3.42328 5.85227C3.3577 5.93834 3.25813 5.99189 3.15016 5.99915C3.04219 6.00642 2.93635 5.96668 2.85983 5.89016L0.609835 3.64017C0.463388 3.49373 0.463388 3.25629 0.609835 3.10984C0.756281 2.9634 0.993717 2.9634 1.14016 3.10984L3.08675 5.05643L6.82669 0.147753C6.95221 -0.0169855 7.1875 -0.0487825 7.35224 0.0767328Z" fill="white"/></svg>');
512
+ }
513
+
514
+ .index-module_root__iussJ.index-module_small__OyaW5 {
515
+ padding: 4px 0;
516
+ padding-left: 24px;
517
+ font-size: 12px;
518
+ }
519
+
520
+ .index-module_root__Ts-Ef {
521
+ display: flex;
522
+ flex-direction: row-reverse;
523
+ justify-content: flex-end;
524
+ gap: 8px;
525
+ --input-width: 30px;
526
+ --input-height: 16px;
527
+ --input-radius: 6px;
528
+ --handle-width: 12px;
529
+ --handle-radius: 4px;
530
+ }
531
+
532
+ .index-module_root__Ts-Ef.index-module_large__aQ1dG {
533
+ --input-width: 40px;
534
+ --input-height: 20px;
535
+ --input-radius: 8px;
536
+ --handle-width: 16px;
537
+ --handle-radius: 6px;
538
+ }
539
+
540
+ .index-module_root__Ts-Ef.index-module_small__Fy1tm {
541
+ --input-width: 24px;
542
+ --input-height: 12px;
543
+ --handle-width: 8px;
544
+ --handle-radius: 2px;
545
+ --input-radius: 4px;
546
+ }
547
+
548
+ .index-module_root__Ts-Ef *,
549
+ .index-module_root__Ts-Ef *::after,
550
+ .index-module_root__Ts-Ef *::before {
551
+ box-sizing: content-box;
552
+ }
553
+
554
+ .index-module_root__Ts-Ef input {
555
+ display: none;
556
+ }
557
+
558
+ .index-module_root__Ts-Ef::after {
559
+ content: attr(data-label);
560
+ display: flex;
561
+ }
562
+
563
+ .index-module_root__Ts-Ef label {
564
+ position: relative;
565
+ display: inline-flex;
566
+ align-items: center;
567
+ }
568
+
569
+ .index-module_root__Ts-Ef label::before,
570
+ .index-module_root__Ts-Ef label::after {
571
+ content: "";
572
+ position: absolute;
573
+ left: 0;
574
+ transition: all 0.2s ease;
575
+ cursor: pointer;
576
+ }
577
+
578
+ .index-module_root__Ts-Ef label::before {
579
+ width: var(--input-width);
580
+ height: var(--input-height);
581
+ border-radius: var(--input-radius);
582
+ background-color: var(--stroke-blue);
583
+ }
584
+
585
+ .index-module_root__Ts-Ef label::after {
586
+ content: "";
587
+ width: var(--handle-width);
588
+ height: var(--handle-width);
589
+ border-radius: var(--handle-radius);
590
+ left: 2px;
591
+ background: #fff;
592
+ box-sizing: border-box;
593
+ transition: all 0.2s ease;
594
+ }
595
+
596
+ .index-module_root__Ts-Ef input:checked + label::after {
597
+ left: calc(var(--input-width) - var(--handle-width) - 2px);
598
+ }
599
+
600
+ .index-module_root__Ts-Ef input:checked + label::before {
601
+ background-color: var(--highlight-green);
602
+ }
603
+
604
+ .index-module_disabled__stSWq label {
605
+ pointer-events: none;
606
+ }
607
+
608
+ .index-module_disabled__stSWq label::before {
609
+ background-color: var(--lighter-stroke);
610
+ }
611
+
612
+ .index-module_disabled__stSWq input:checked + label::before {
613
+ background-color: var(--stroke-green);
614
+ }
615
+
616
+ .index-module_root__HNCs9 {
617
+ display: flex;
618
+ flex-direction: column;
619
+ gap: 4px;
620
+ align-items: flex-start;
621
+ }
622
+
623
+ .index-module_container__hK6Yp {
624
+ position: relative;
625
+ display: flex;
626
+ width: 100%;
627
+ cursor: pointer;
628
+ }
629
+
630
+ .index-module_container__hK6Yp > * {
631
+ width: 100%;
632
+ }
633
+
634
+ .index-module_input__sWJnB input {
635
+ cursor: pointer;
636
+ }
637
+
638
+ .index-module_open__f4HTz .index-module_input__sWJnB input {
639
+ border-radius: 8px 8px 0 0;
640
+ }
641
+
642
+ .index-module_input__sWJnB svg {
643
+ color: var(--tertiary-text);
644
+ height: 20px;
645
+ width: 20px;
646
+ transform: translateY(-50%) scaleY(1);
647
+ transition: all var(--transition-short);
648
+ }
649
+
650
+ .index-module_open__f4HTz .index-module_input__sWJnB svg {
651
+ transform: translateY(-50%) scaleY(-1);
652
+ transition: all var(--transition-short);
653
+ }
654
+
655
+ .index-module_small__3EGJs .index-module_input__sWJnB svg {
656
+ height: 16px;
657
+ width: 16px;
658
+ }
659
+
660
+ .index-module_options__6mL8F {
661
+ display: flex;
662
+ flex-direction: column;
663
+ border-radius: 0 0 8px 8px;
664
+ width: 100%;
665
+ }
666
+
667
+ .index-module_list__Y6Tk4 {
668
+ display: flex;
669
+ flex-wrap: wrap;
670
+ gap: 4px;
671
+ margin-top: 4px;
672
+ }
673
+
674
+ .index-module_root__-sFMR {
675
+ display: flex;
676
+ flex-direction: column;
677
+ align-self: stretch;
678
+ gap: 4px;
679
+ }
680
+
681
+ .index-module_label__medJR {
682
+ display: flex;
683
+ justify-content: space-between;
684
+ padding: 0 8px;
685
+ }
686
+
687
+ .index-module_container__U2pdr {
688
+ position: relative;
689
+ display: grid;
690
+ }
691
+
692
+ .index-module_container__U2pdr::after {
693
+ content: attr(data-content) " ";
694
+ white-space: pre-wrap;
695
+ visibility: hidden;
696
+ min-height: 80px;
697
+ max-height: 200px;
698
+ }
699
+
700
+ .index-module_input__jsxEP {
701
+ resize: none;
702
+ color: var(--tertiary-text);
703
+ overflow-y: scroll;
704
+ background-color: var(--light-background);
705
+ transition:
706
+ background-color var(--transition-short),
707
+ color var(--transition-short),
708
+ border var(--transition-short),
709
+ box-shadow var(--transition-long);
710
+ min-height: 80px;
711
+ max-height: 200px;
712
+ }
713
+
714
+ .index-module_container__U2pdr::after,
715
+ .index-module_input__jsxEP {
716
+ grid-area: 1 / 1 / 2 / 2;
717
+ width: 100%;
718
+ padding: 8px;
719
+ font-family: inherit !important;
720
+ font-size: 16px;
721
+ line-height: 22px;
722
+ border: 1px solid var(--stroke-blue);
723
+ border-radius: var(--border-radius);
724
+ word-break: break-word;
725
+ overflow: auto;
726
+ }
727
+
728
+ .index-module_input__jsxEP:hover {
729
+ border: 1px solid var(--bright-blue);
730
+ }
731
+
732
+ .index-module_input__jsxEP:active,
733
+ .index-module_input__jsxEP:focus {
734
+ box-shadow: 0 0 0 3px rgba(var(--mountain-meadow), 0.3);
735
+ }
736
+
737
+ .index-module_input__jsxEP:active,
738
+ .index-module_input__jsxEP:focus,
739
+ .index-module_written__E-nU5 .index-module_input__jsxEP {
740
+ color: var(--font-color);
741
+ background-color: var(--white);
742
+ border: 1px solid var(--green);
743
+ }
744
+
745
+ .index-module_label__medJR label {
746
+ font-weight: 600;
747
+ }
748
+
749
+ .index-module_fill__8hK9o {
750
+ width: 100%;
751
+ }
752
+
753
+ .index-module_small__iH4CV .index-module_input__jsxEP,
754
+ .index-module_container__U2pdr::after {
755
+ min-height: 60px;
756
+ }
757
+
758
+ .index-module_small__iH4CV .index-module_label__medJR,
759
+ .index-module_small__iH4CV .index-module_input__jsxEP,
760
+ .index-module_small__iH4CV {
761
+ font-size: 12px;
762
+ }
763
+
764
+ .index-module_small__iH4CV .index-module_input__jsxEP::placeholder {
765
+ font-size: 12px;
766
+ }
767
+
768
+ .index-module_root__gFc58 {
769
+ display: flex;
770
+ flex-direction: column;
771
+ gap: 4px;
772
+ }
773
+
774
+ .index-module_label__6lPAe {
775
+ display: flex;
776
+ justify-content: space-between;
777
+ padding: 0 8px;
778
+ }
779
+
780
+ .index-module_container__ftudO {
781
+ position: relative;
782
+ display: flex;
783
+ }
784
+
785
+ .index-module_input__4FGVb {
786
+ flex: 1 1 auto;
787
+ width: 100%;
788
+ height: 40px;
789
+ padding: 0 8px;
790
+ font-family: inherit !important;
791
+ color: var(--tertiary-text);
792
+ background-color: var(--light-background);
793
+ border: 1px solid var(--stroke-blue);
794
+ border-radius: var(--border-radius);
795
+ transition:
796
+ background-color var(--transition-short),
797
+ color var(--transition-short),
798
+ border var(--transition-short),
799
+ box-shadow var(--transition-long);
800
+ }
801
+
802
+ .index-module_input__4FGVb:hover {
803
+ border: 1px solid var(--bright-blue);
804
+ }
805
+
806
+ .index-module_valid__IrjhT .index-module_input__4FGVb,
807
+ .index-module_written__DE1sJ .index-module_input__4FGVb,
808
+ .index-module_input__4FGVb:active,
809
+ .index-module_input__4FGVb:focus {
810
+ color: var(--font-color);
811
+ background-color: var(--white);
812
+ border: 1px solid var(--green);
813
+ }
814
+
815
+ .index-module_input__4FGVb:active,
816
+ .index-module_input__4FGVb:focus {
817
+ box-shadow: 0 0 0 3px rgba(var(--mountain-meadow), 0.3);
818
+ }
819
+
820
+ .index-module_invalid__YGpJN .index-module_input__4FGVb {
821
+ color: var(--font-color);
822
+ background-color: var(--white);
823
+ border: 1px solid var(--strong-red);
824
+ }
825
+
826
+ .index-module_invalid__YGpJN .index-module_input__4FGVb:active,
827
+ .index-module_invalid__YGpJN .index-module_input__4FGVb:focus {
828
+ border: 1px solid var(--strong-red);
829
+ box-shadow: 0 0 0 3px rgba(var(--fuzzy-wuzzy), 0.3);
830
+ }
831
+
832
+ .index-module_label__6lPAe label {
833
+ font-weight: 600;
834
+ }
835
+
836
+ .index-module_optional__dWJ3x .index-module_label__6lPAe::after {
837
+ content: "Optionnel";
838
+ right: 8px;
839
+ color: var(--tertiary-text);
840
+ }
841
+
842
+ .index-module_unit__rwisi {
843
+ padding-right: 24px;
844
+ }
845
+
846
+ .index-module_metric__zbGaJ {
847
+ position: absolute;
848
+ right: 8px;
849
+ top: 50%;
850
+ transform: translateY(-50%);
851
+ }
852
+
853
+ .index-module_iconic__HCUkk {
854
+ padding-right: 36px;
855
+ }
856
+
857
+ .index-module_icon__e9Vm7 {
858
+ position: absolute;
859
+ right: 8px;
860
+ top: 50%;
861
+ transform: translateY(-50%);
862
+ }
863
+
864
+ .index-module_helper__RMmIU {
865
+ font-size: 14px;
866
+ color: var(--tertiary-text);
867
+ }
868
+
869
+ .index-module_error__lRlJB {
870
+ display: flex;
871
+ align-items: center;
872
+ color: var(--strong-red);
873
+ gap: 4px;
874
+ opacity: 0;
875
+ transition: opacity var(--transition-short);
876
+ }
877
+
878
+ .index-module_error__lRlJB::before {
879
+ content: "!";
880
+ display: flex;
881
+ justify-content: center;
882
+ align-items: center;
883
+ font-size: 14px;
884
+ font-weight: bold;
885
+ border-radius: 50%;
886
+ flex: 0 0 16px;
887
+ height: 16px;
888
+ width: 16px;
889
+ color: var(--white);
890
+ background-color: var(--strong-red);
891
+ }
892
+
893
+ .index-module_exception__Y4jMB {
894
+ opacity: 1;
895
+ }
896
+
897
+ .index-module_fill__YjZaZ {
898
+ width: 100%;
899
+ }
900
+
901
+ .index-module_small__Fh1-g input {
902
+ height: 30px;
903
+ }
904
+
905
+ .index-module_small__Fh1-g .index-module_label__6lPAe,
906
+ .index-module_small__Fh1-g input,
907
+ .index-module_small__Fh1-g .index-module_metric__zbGaJ {
908
+ font-size: 12px;
909
+ }
910
+
911
+ .index-module_small__Fh1-g .index-module_helper__RMmIU,
912
+ .index-module_small__Fh1-g .index-module_error__lRlJB {
913
+ font-size: 11px;
914
+ }
915
+
916
+ .index-module_small__Fh1-g .index-module_icon__e9Vm7 {
917
+ width: 16px;
918
+ height: 16px;
919
+ }
920
+
921
+ .index-module_small__Fh1-g .index-module_iconic__HCUkk {
922
+ padding-right: 30px;
923
+ }
924
+
925
+ .index-module_small__Fh1-g input::placeholder {
926
+ font-size: 12px;
927
+ }
928
+
929
+ .index-module_input__4FGVb:disabled {
930
+ border: 1px solid var(--stroke-blue);
931
+ background-color: var(--light-background);
932
+ opacity: 0.75;
933
+ }
934
+
935
+ .index-module_root__61HLR {
936
+ display: flex;
937
+ flex-direction: column;
938
+ gap: 4px;
939
+ }
940
+
941
+ .index-module_root__61HLR input {
942
+ height: 40px;
943
+ }
944
+
945
+ .index-module_container__ZmwsJ {
946
+ position: relative;
947
+ display: flex;
948
+ }
949
+
950
+ .index-module_results__6ZTy2 {
951
+ position: absolute;
952
+ max-height: 0;
953
+ top: calc(100% + 3px);
954
+ left: 0;
955
+ width: 100%;
956
+ border-radius: 0 0 8px 8px;
957
+ background-color: var(--white);
958
+ overflow: hidden;
959
+ transition: max-height var(--transition-long);
960
+ z-index: 10;
961
+ }
962
+
963
+ .index-module_open__kv1tB .index-module_results__6ZTy2 {
964
+ max-height: 300px;
965
+ }
966
+
967
+ .index-module_open__kv1tB .index-module_input__t-STE input {
968
+ border-radius: 8px 8px 0 0;
969
+ }
970
+
971
+ .index-module_options__0lmR6 {
972
+ border: 1px solid var(--light-stroke);
973
+ border-radius: 0 0 8px 8px;
974
+ }
975
+
976
+ .index-module_option__cn9Yl,
977
+ .index-module_empty__Ilpbj {
978
+ padding: 8px 10px;
979
+ }
980
+
981
+ .index-module_option__cn9Yl:hover {
982
+ background-color: var(--bright-green);
983
+ cursor: pointer;
984
+ }
985
+
986
+ .index-module_loading__HPBG5 {
987
+ width: 24px;
988
+ height: 24px;
989
+ }
990
+
991
+ .index-module_small__0uVAP input {
992
+ height: 30px;
993
+ }
994
+
995
+ .index-module_small__0uVAP label,
996
+ .index-module_small__0uVAP input {
997
+ font-size: 12px;
998
+ }
999
+
1000
+ .index-module_small__0uVAP .index-module_helper__Z64m7,
1001
+ .index-module_small__0uVAP .index-module_error__nereT {
1002
+ font-size: 11px;
1003
+ }
1004
+
1005
+ .index-module_small__0uVAP .index-module_input__t-STE::placeholder {
1006
+ font-size: 12px;
1007
+ }
1008
+
1009
+ .index-module_small__0uVAP .index-module_option__cn9Yl {
1010
+ font-size: 12px;
1011
+ }
1012
+
1013
+ .index-module_root__SMoii {
1014
+ display: flex;
1015
+ flex-direction: column;
1016
+ gap: 8px;
1017
+ }
1018
+
1019
+ .index-module_question__NtE-j {
1020
+ display: flex;
1021
+ justify-content: space-between;
1022
+ padding: 0 8px;
1023
+ font-weight: 600;
1024
+ }
1025
+
1026
+ .index-module_label__VPiEN {
1027
+ display: flex;
1028
+ justify-content: center;
1029
+ align-items: center;
1030
+ height: 60px;
1031
+ width: 100%;
1032
+ padding: 12px;
1033
+ cursor: pointer;
1034
+ background-color: var(--light-background);
1035
+ border-radius: var(--border-radius);
1036
+ border: 1px dashed var(--bright-blue);
1037
+ transition:
1038
+ background-color var(--transition-short),
1039
+ border var(--transition-short),
1040
+ filter var(--transition-short);
1041
+ }
1042
+
1043
+ .index-module_label__VPiEN:hover {
1044
+ background-color: var(--lighter-stroke);
1045
+ border: 1px solid var(--lighter-stroke);
1046
+ }
1047
+
1048
+ .index-module_label__VPiEN:active,
1049
+ .index-module_label__VPiEN:focus {
1050
+ box-shadow: 0 0 0 3px rgba(var(--dropshadow-blue), 0.3);
1051
+ }
1052
+
1053
+ .index-module_information__rv2fk {
1054
+ display: flex;
1055
+ align-items: center;
1056
+ gap: 12px;
1057
+ }
1058
+
1059
+ .index-module_icon__-R9vX {
1060
+ display: flex;
1061
+ padding: 4px;
1062
+ border-radius: var(--border-radius);
1063
+ background-color: var(--lighter-stroke);
1064
+ }
1065
+
1066
+ .index-module_text__zUJtP {
1067
+ display: flex;
1068
+ flex-direction: column;
1069
+ }
1070
+
1071
+ .index-module_title__xr0dD {
1072
+ font-weight: 600;
1073
+ }
1074
+
1075
+ .index-module_description__G1hgH {
1076
+ font-size: 14px;
1077
+ color: var(--tertiary-text);
1078
+ }
1079
+
1080
+ .index-module_helper__G6BNR {
1081
+ font-size: 14px;
1082
+ color: var(--tertiary-text);
1083
+ }
1084
+
1085
+ .index-module_input__ydnxA {
1086
+ display: none;
1087
+ }
1088
+
1089
+ .index-module_list__V5K24 {
1090
+ display: flex;
1091
+ flex-wrap: wrap;
1092
+ gap: 4px;
1093
+ }
1094
+
1095
+ .index-module_file__8mj9e {
1096
+ flex: 0 1 auto;
1097
+ min-width: 0;
1098
+ }
1099
+
1100
+ .index-module_file__8mj9e > div > span > span {
1101
+ position: relative;
1102
+ width: auto;
1103
+ }
1104
+
1105
+ .index-module_dragging__jntWV:hover {
1106
+ box-shadow: 0 0 0 3px rgba(var(--dropshadow-blue), 0.3);
1107
+ }
1108
+
1109
+ .index-module_imported__iqs3y .index-module_label__VPiEN {
1110
+ border: 1px solid var(--stroke-blue);
1111
+ }
1112
+
1113
+ .index-module_red__poyEv .index-module_icon__-R9vX,
1114
+ .index-module_red__poyEv .index-module_title__xr0dD {
1115
+ color: var(--strong-red);
1116
+ }
1117
+
1118
+ .index-module_green__9le1e .index-module_icon__-R9vX,
1119
+ .index-module_green__9le1e .index-module_title__xr0dD {
1120
+ color: var(--green);
1121
+ }
1122
+
1123
+ .index-module_small__Q0es2 .index-module_helper__G6BNR,
1124
+ .index-module_small__Q0es2 .index-module_question__NtE-j {
1125
+ font-size: 12px;
1126
+ }
1127
+
1128
+ .index-module_small__Q0es2 .index-module_information__rv2fk {
1129
+ gap: 8px;
1130
+ }
1131
+
1132
+ .index-module_small__Q0es2 .index-module_description__G1hgH,
1133
+ .index-module_small__Q0es2 .index-module_title__xr0dD {
1134
+ font-size: 12px;
1135
+ }
1136
+
1137
+ .index-module_small__Q0es2 .index-module_icon__-R9vX {
1138
+ padding: 8px;
1139
+ }
1140
+
1141
+ .index-module_small__Q0es2 .index-module_icon__-R9vX > svg {
1142
+ width: 20px;
1143
+ height: 20px;
1144
+ }
1145
+
1146
+ .index-module_root__z8mFd {
1147
+ display: flex;
1148
+ flex-direction: column;
1149
+ gap: 4px;
1150
+ }
1151
+
1152
+ .index-module_label__t56-f {
1153
+ display: flex;
1154
+ justify-content: space-between;
1155
+ padding: 0 8px;
1156
+ }
1157
+
1158
+ .index-module_container__CcKPp {
1159
+ position: relative;
1160
+ display: flex;
1161
+ }
1162
+
1163
+ .index-module_input__rVMrK {
1164
+ flex: 1 1 auto;
1165
+ height: 40px;
1166
+ padding: 0 8px;
1167
+ font-family: var(--font-family) !important;
1168
+ color: var(--tertiary-text);
1169
+ background-color: var(--light-background);
1170
+ border: 1px solid var(--stroke-blue);
1171
+ border-radius: var(--border-radius);
1172
+ caret-color: transparent;
1173
+ transition:
1174
+ background-color var(--transition-short),
1175
+ color var(--transition-short),
1176
+ border var(--transition-short),
1177
+ box-shadow var(--transition-long);
1178
+ }
1179
+
1180
+ .index-module_input__rVMrK:hover {
1181
+ border: 1px solid var(--bright-blue);
1182
+ }
1183
+
1184
+ .index-module_filled__xGo-u .index-module_input__rVMrK,
1185
+ .index-module_input__rVMrK:active,
1186
+ .index-module_input__rVMrK:focus {
1187
+ color: var(--font-color);
1188
+ background-color: var(--white);
1189
+ border: 1px solid var(--green);
1190
+ }
1191
+
1192
+ .index-module_input__rVMrK:active,
1193
+ .index-module_input__rVMrK:focus {
1194
+ box-shadow: 0 0 0 3px rgba(var(--mountain-meadow), 0.3);
1195
+ }
1196
+
1197
+ .index-module_label__t56-f label {
1198
+ font-weight: 600;
1199
+ }
1200
+
1201
+ .index-module_optional__N4oUK .index-module_label__t56-f::after {
1202
+ content: "Optionnel";
1203
+ right: 8px;
1204
+ color: var(--tertiary-text);
1205
+ }
1206
+
1207
+ .index-module_icon__Xr0kf {
1208
+ position: absolute;
1209
+ display: flex;
1210
+ gap: 4px;
1211
+ align-items: center;
1212
+ right: 8px;
1213
+ top: 50%;
1214
+ transform: translateY(-50%);
1215
+ }
1216
+
1217
+ .index-module_icon__Xr0kf button {
1218
+ height: 16px;
1219
+ }
1220
+
1221
+ .index-module_helper__M3fAC {
1222
+ font-size: 14px;
1223
+ color: var(--tertiary-text);
1224
+ }
1225
+
1226
+ .index-module_fill__nu6oE {
1227
+ width: 100%;
1228
+ }
1229
+
1230
+ .index-module_small__FR-oz input {
1231
+ height: 30px;
1232
+ }
1233
+
1234
+ .index-module_small__FR-oz .index-module_label__t56-f,
1235
+ .index-module_small__FR-oz input {
1236
+ font-size: 12px;
1237
+ }
1238
+
1239
+ .index-module_small__FR-oz .index-module_helper__M3fAC {
1240
+ font-size: 11px;
1241
+ }
1242
+
1243
+ .index-module_small__FR-oz .index-module_icon__Xr0kf svg {
1244
+ width: 16px;
1245
+ height: 16px;
1246
+ }
1247
+
1248
+
1249
+ .index-module_root__mQkl3 {
1250
+ position: fixed;
1251
+ display: flex;
1252
+ flex-direction: column;
1253
+ background-color: var(--white);
1254
+ border: 1px solid var(--light-stroke);
1255
+ border-radius: 0 0 8px 8px;
1256
+ overflow: hidden;
1257
+ z-index: 40;
1258
+ transition: max-height var(--transition-short);
1259
+ }
1260
+
1261
+ .index-module_scroller__w-1Kk {
1262
+ overflow-y: auto;
1263
+ flex: 1;
1264
+ }
1265
+
1266
+ .index-module_root__lLUIk {
1267
+ flex: 0 1 auto;
1268
+ display: flex;
1269
+ align-items: center;
1270
+ gap: 8px;
1271
+ background-color: var(--light-background);
1272
+ border: 0.5px solid var(--stroke);
1273
+ border-radius: 4px;
1274
+ padding: 4px 8px;
1275
+ min-width: 0;
1276
+ box-shadow: 0px 0px 2px 0px rgba(var(--japanese-indigo), 0.2);
1277
+ }
1278
+
1279
+ .index-module_root__lLUIk:hover {
1280
+ background-color: var(--lighter-stroke);
1281
+ }
1282
+
1283
+ .index-module_text__IrSLW {
1284
+ flex: 1;
1285
+ overflow: hidden;
1286
+ text-overflow: ellipsis;
1287
+ white-space: nowrap;
1288
+ font-size: 12px;
1289
+ }
1290
+
1291
+ .index-module_delete__1S-5A {
1292
+ color: var(--red);
1293
+ width: 12px;
1294
+ height: 12px;
1295
+ cursor: pointer;
1296
+ flex-shrink: 0;
1297
+ }
1298
+
1299
+ .index-module_delete__1S-5A:hover {
1300
+ color: var(--strong-red);
1301
+ }
1302
+
1303
+ .index-module_small__d5SxP {
1304
+ padding: 2px 4px;
1305
+ gap: 2px;
1306
+ }
1307
+
1308
+ .index-module_small__d5SxP .index-module_text__IrSLW {
1309
+ font-size: 10px;
1310
+ }
1311
+
1312
+ .index-module_root__qWCGb {
1313
+ display: flex;
1314
+ justify-content: space-between;
1315
+ gap: 6px;
1316
+ padding: 8px 12px;
1317
+ }
1318
+
1319
+ .index-module_root__qWCGb svg {
1320
+ height: 18px;
1321
+ width: 18px;
1322
+ }
1323
+
1324
+ .index-module_root__qWCGb:hover {
1325
+ background-color: var(--bright-green);
1326
+ cursor: pointer;
1327
+ }
1328
+
1329
+ .index-module_small__m55V2 {
1330
+ font-size: 12px;
1331
+ padding: 4px 8px;
1332
+ gap: 4px;
1333
+ }
1334
+
1335
+ .index-module_selected__pt-02 {
1336
+ background-color: var(--light-background);
1337
+ font-weight: 600;
1338
+ }
1339
+
1340
+ .index-module_root__qWCGb.index-module_small__m55V2 svg {
1341
+ height: 16px;
1342
+ width: 16px;
1343
+ }
1344
+
1345
+ .index-module_erase__gOkix {
1346
+ color: var(--strong-red);
1347
+ }
1348
+
1349
+ .index-module_erase__gOkix:hover {
1350
+ color: var(--dropshadow-red);
1351
+ }
1352
+
1353
+ .index-module_root__xDjFV {
1354
+ display: flex;
1355
+ align-items: center;
1356
+ justify-content: space-between;
1357
+ gap: 8px;
1358
+ }
1359
+
1360
+ .index-module_file__pZ2iE {
1361
+ flex: 0 1 auto;
1362
+ display: flex;
1363
+ justify-content: space-between;
1364
+ align-items: center;
1365
+ background-color: var(--light-background);
1366
+ border: 0.5px solid var(--stroke);
1367
+ border-radius: 4px;
1368
+ padding: 4px 8px;
1369
+ gap: 8px;
1370
+ min-width: 0;
1371
+ }
1372
+
1373
+ .index-module_label__qsVHO {
1374
+ flex: 1 1 auto;
1375
+ display: flex;
1376
+ gap: 8px;
1377
+ min-width: 0;
1378
+ }
1379
+
1380
+ .index-module_icon__wutx9 {
1381
+ flex: 0 0 auto;
1382
+ width: 20px;
1383
+ height: 20px;
1384
+ }
1385
+
1386
+ .index-module_delete__KIJe0 {
1387
+ color: var(--red);
1388
+ width: 16px;
1389
+ height: 16px;
1390
+ cursor: pointer;
1391
+ }
1392
+
1393
+ .index-module_loader__karOR {
1394
+ width: 16px;
1395
+ height: 16px;
1396
+ margin: 0;
1397
+ border-width: 3px;
1398
+ }
1399
+
1400
+ .index-module_text__kR1Xf {
1401
+ display: flex;
1402
+ flex: 1 1 auto;
1403
+ align-items: center;
1404
+ font-size: 14px;
1405
+ min-width: 0;
1406
+ }
1407
+
1408
+ .index-module_inner__1F39V {
1409
+ flex: 1;
1410
+ overflow: hidden;
1411
+ text-overflow: ellipsis;
1412
+ white-space: nowrap;
1413
+ }
1414
+
1415
+ .index-module_file__pZ2iE:hover {
1416
+ background-color: var(--lighter-stroke);
1417
+ }
1418
+
1419
+ .index-module_delete__KIJe0:hover {
1420
+ color: var(--strong-red);
1421
+ }
1422
+
1423
+ .index-module_small__a8P5y .index-module_icon__wutx9 {
1424
+ width: 16px;
1425
+ height: 16px;
1426
+ }
1427
+
1428
+ .index-module_small__a8P5y .index-module_delete__KIJe0 {
1429
+ width: 12px;
1430
+ height: 12px;
1431
+ }
1432
+
1433
+ .index-module_small__a8P5y .index-module_text__kR1Xf {
1434
+ font-size: 12px;
1435
+ }
1436
+
1437
+ .index-module_root__3xHAI {
1438
+ position: fixed;
1439
+ display: flex;
1440
+ flex-direction: column;
1441
+ top: 50%;
1442
+ left: 50%;
1443
+ transform: translate(-50%, -50%);
1444
+ background-color: var(--white);
1445
+ border-radius: var(--border-radius);
1446
+ padding: 16px 20px;
1447
+ gap: 8px;
1448
+ filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
1449
+ z-index: 36;
1450
+ }
1451
+
1452
+ .index-module_backdrop__ddXKH {
1453
+ z-index: 35;
1454
+ }
1455
+
1456
+ .index-module_content__BkAFZ {
1457
+ position: relative;
1458
+ }
1459
+
1460
+ .index-module_handles__dU2l8,
1461
+ .index-module_buttons__-JE48 {
1462
+ display: flex;
1463
+ gap: 12px;
1464
+ }
1465
+
1466
+ .index-module_handles__dU2l8 {
1467
+ justify-content: space-between;
1468
+ }
1469
+
1470
+ .index-module_buttons__-JE48 .index-module_button__CUkle {
1471
+ flex: 1 1 50%;
1472
+ }
1473
+
1474
+ .index-module_root__KXiKL:not(.index-module_blocked__92H-y) {
1475
+ cursor: pointer;
1476
+ }
1477
+
1478
+ .index-module_root__2y8iA {
1479
+ flex: 0 0 auto;
1480
+ background-color: var(--lighter-stroke);
1481
+ color: var(--secondary-text);
1482
+ border-radius: 4px;
1483
+ font-size: 11px;
1484
+ font-weight: 600;
1485
+ padding: 4px 8px;
1486
+ }
1487
+
1488
+ .index-module_root__nYfqW {
1489
+ position: fixed;
1490
+ height: 100vh;
1491
+ width: 100vw;
1492
+ top: 0;
1493
+ left: 0;
1494
+ background-color: var(--backdrop);
1495
+ backdrop-filter: blur(2px) grayscale(30%);
1496
+ z-index: 20;
1497
+ }
1498
+
1499
+ .index-module_root__9df-r {
1500
+ display: flex;
1501
+ width: 100%;
1502
+ padding: 8px 12px;
1503
+ font-weight: 600;
1504
+ background-color: var(--lighter-stroke);
1505
+ }
1506
+
1507
+ .index-module_days__i0FJ4 {
1508
+ display: grid;
1509
+ grid-template-columns: repeat(7, 56px);
1510
+ grid-auto-rows: 56px;
1511
+ }
1512
+
1513
+ .index-module_weekday__wTypW {
1514
+ position: relative;
1515
+ display: flex;
1516
+ justify-content: center;
1517
+ align-items: center;
1518
+ font-weight: 500;
1519
+ cursor: initial;
1520
+ user-select: none;
1521
+ }
1522
+
1523
+ .index-module_root__ahAW9 {
1524
+ display: flex;
1525
+ align-items: center;
1526
+ }
1527
+
1528
+ .index-module_nav__NYXgU {
1529
+ display: flex;
1530
+ align-items: center;
1531
+ padding: 10px 8px;
1532
+ }
1533
+
1534
+ .index-module_chevron__31uzJ {
1535
+ color: var(--green);
1536
+ }
1537
+
1538
+ .index-module_chevron__31uzJ,
1539
+ .index-module_dropdown__a0TRt {
1540
+ height: 20px;
1541
+ width: 20px;
1542
+ }
1543
+
1544
+ .index-module_dropdown__a0TRt {
1545
+ color: var(--tertiary-text);
1546
+ }
1547
+
1548
+ .index-module_month__ws9Ie {
1549
+ display: flex;
1550
+ align-items: center;
1551
+ text-transform: capitalize;
1552
+ color: var(--font-color);
1553
+ font-weight: 600;
1554
+ }
1555
+
1556
+ .index-module_root__FAbZx {
1557
+ position: absolute;
1558
+ height: 100%;
1559
+ width: 100%;
1560
+ top: 0;
1561
+ left: 0;
1562
+ overflow-y: hidden;
1563
+ background-color: var(--white);
1564
+ }
1565
+
1566
+ .index-module_list__5uBaA {
1567
+ display: flex;
1568
+ flex-direction: column;
1569
+ height: 100%;
1570
+ overflow-y: auto;
1571
+ }
1572
+
1573
+ .index-module_root__ndbCK {
1574
+ display: table;
1575
+ justify-self: center;
1576
+ align-self: center;
1577
+ width: 42px;
1578
+ height: 42px;
1579
+ margin: auto;
1580
+ border: 6px solid var(--square-blue, #f5f5f5);
1581
+ border-bottom-color: var(--strong-blue);
1582
+ box-sizing: border-box;
1583
+ border-radius: 50%;
1584
+ animation: index-module_loader-spining__1bCLc 640ms ease infinite, index-module_loader-color__YUfwS 1280ms ease infinite;
1585
+ }
1586
+
1587
+ @keyframes index-module_loader-spining__1bCLc {
1588
+ 100% {
1589
+ transform: rotate(360deg);
1590
+ }
1591
+ }
1592
+
1593
+ @keyframes index-module_loader-color__YUfwS {
1594
+ 0% {
1595
+ filter: contrast(1);
1596
+ }
1597
+ 50% {
1598
+ filter: contrast(0.8);
1599
+ }
1600
+ 100% {
1601
+ filter: contrast(1);
1602
+ }
1603
+ }
1604
+
1605
+ .item-module_root__tfHS1 {
1606
+ display: flex;
1607
+ justify-content: space-between;
1608
+ align-items: center;
1609
+ letter-spacing: 0.22px;
1610
+ color: var(--font-color);
1611
+ padding: 8px 12px;
1612
+ white-space: nowrap;
1613
+ cursor: pointer;
1614
+ transition: background-color var(--transition-short), font-weight var(--transition-short),
1615
+ letter-spacing var(--transition-short);
1616
+ }
1617
+
1618
+ .item-module_selected__R2CrR {
1619
+ background-color: var(--light-background);
1620
+ }
1621
+
1622
+ .item-module_root__tfHS1:hover,
1623
+ .item-module_selected__R2CrR {
1624
+ letter-spacing: normal;
1625
+ color: var(--strong-blue);
1626
+ font-weight: 600;
1627
+ background-color: var(--light-background);
1628
+ }
1629
+
1630
+ .item-module_root__tfHS1 > svg {
1631
+ height: 20px;
1632
+ }
1633
+
1634
+ .index-module_root__Zwu81 {
1635
+ position: relative;
1636
+ display: flex;
1637
+ justify-content: center;
1638
+ align-items: center;
1639
+ user-select: none;
1640
+ cursor: pointer;
1641
+ }
1642
+
1643
+ .index-module_active__TZ-sO {
1644
+ font-weight: 700;
1645
+ background-color: transparentize(var(--blue), 0.95);
1646
+ border-radius: var(--border-radius);
1647
+ }
1648
+
1649
+ .index-module_start__EcNvK {
1650
+ border-radius: var(--border-radius) 0 0 var(--border-radius);
1651
+ }
1652
+
1653
+ .index-module_between__2DOr6 {
1654
+ border-radius: 0;
1655
+ }
1656
+
1657
+ .index-module_end__6l07Q {
1658
+ border-radius: 0 var(--border-radius) var(--border-radius) 0;
1659
+ }
1660
+
1661
+ .index-module_muted__i-tQA,
1662
+ .index-module_disabled__--Yz3 {
1663
+ color: rgba(0, 0, 0, 0.3);
1664
+ }
1665
+
1666
+ .index-module_start__EcNvK.index-module_end__6l07Q {
1667
+ border-radius: var(--border-radius);
1668
+ }
1669
+
1670
+ .index-module_start__EcNvK,
1671
+ .index-module_end__6l07Q {
1672
+ background-color: var(--blue);
1673
+ color: #fff;
1674
+ }
1675
+
1676
+ .index-module_between__2DOr6 {
1677
+ background-color: var(--square-blue);
1678
+ }
1679
+
1680
+ .index-module_disabled__--Yz3 {
1681
+ cursor: default;
1682
+ pointer-events: none;
1683
+ }
1684
+
1685
+ .index-module_root__ODuS- {
1686
+ display: flex;
1687
+ flex-direction: column;
1688
+ width: 100%;
1689
+ max-width: 500px;
1690
+ padding: 24px;
1691
+ background-color: var(--white);
1692
+ border-radius: var(--border-radius);
1693
+ gap: 16px;
1694
+ }
1695
+
1696
+ .index-module_regular__MMh2h {
1697
+ max-width: 500px;
1698
+ }
1699
+
1700
+ .index-module_large__zHYpM {
1701
+ max-width: 700px;
1702
+ }
1703
+
1704
+ @media (min-width: 560px) {
1705
+ .index-module_root__ODuS- {
1706
+ padding: var(--space);
1707
+ }
1708
+ }