@rescui/input 0.10.4 → 0.11.1

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.
package/lib/index.css CHANGED
@@ -1,17 +1,91 @@
1
- ._light_1x2g98v_8{
1
+ ._icon_ekw7ne_4{
2
+ --_rs-theme-dark:var(
3
+ --_rs-internal-force-theme-dark-consult-rescui-before-using,
4
+ var(--rs-theme-dark, 0)
5
+ );
6
+ --_rs-theme-flip:var(--rs-theme-flip, 0);
7
+ --_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));
8
+ --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
9
+ }
10
+ @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
11
+ ._icon_ekw7ne_4{
12
+ --_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
13
+ --_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
14
+ --_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
15
+ --_rs-color-primary-t-dim:color-mix(in srgb, var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
16
+ --_rs-color-primary-t-fog:color-mix(in srgb, var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
17
+ }
18
+ }
19
+ @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
20
+ ._icon_ekw7ne_4{
21
+ --_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
22
+ --_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
23
+ --_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
24
+ --_rs-color-primary-t-dim:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, 0.8);
25
+ --_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
26
+ }
27
+ }
28
+ ._icon_ekw7ne_4{
29
+
30
+ fill:var(--_rs-icons-themed-fill-or-initial, currentcolor);
31
+
32
+ width:auto;
33
+ height:var(--_rs-icons-height);
34
+ }
35
+ ._sizeXS_ekw7ne_14{
36
+ --_rs-icons-height:16px;
37
+ }
38
+ ._sizeS_ekw7ne_18{
39
+ --_rs-icons-height:20px;
40
+ }
41
+ ._sizeM_ekw7ne_22{
42
+ --_rs-icons-height:24px;
43
+ }
44
+ ._sizeL_ekw7ne_26{
45
+ --_rs-icons-height:28px;
46
+ }
47
+ ._light_ekw7ne_30{
2
48
  --rs-theme-dark:0;
49
+ --_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
3
50
  }
4
- ._dark_1x2g98v_11{
51
+ ._dark_ekw7ne_34{
5
52
  --rs-theme-dark:1;
53
+ --_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
6
54
  }
7
- ._sizeS_1x2g98v_15{
55
+ @-webkit-keyframes rs-icon-rotate{
56
+ from{
57
+ -webkit-transform:rotate(0deg);
58
+ transform:rotate(0deg);
59
+ }
60
+ to{
61
+ -webkit-transform:rotate(360deg);
62
+ transform:rotate(360deg);
63
+ }
64
+ }
65
+ @keyframes rs-icon-rotate{
66
+ from{
67
+ -webkit-transform:rotate(0deg);
68
+ transform:rotate(0deg);
69
+ }
70
+ to{
71
+ -webkit-transform:rotate(360deg);
72
+ transform:rotate(360deg);
73
+ }
74
+ }
75
+ ._light_u0nlur_8{
76
+ --rs-theme-dark:0;
77
+ }
78
+ ._dark_u0nlur_11{
79
+ --rs-theme-dark:1;
80
+ }
81
+ ._sizeS_u0nlur_15{
8
82
  --_rs-input-vertical-padding:6px;
9
83
  --_rs-input-horizontal-padding:8px;
10
84
  --_rs-input-parts-offset:4px;
11
85
  --_rs-input-icon-offset:8px;
12
86
  --_rs-input-icon-size:20px;
13
87
  }
14
- ._sizeS_1x2g98v_15 [data-rs-internal='input__inner']::-webkit-input-placeholder{
88
+ ._sizeS_u0nlur_15 [data-rs-internal='input__inner']::-webkit-input-placeholder{
15
89
  --_rs-typography-letter-spacing:0.0045em;
16
90
  --_rs-typography-text-transform:initial;
17
91
  --_rs-typography-font-variant-numeric:initial;
@@ -45,7 +119,7 @@
45
119
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
46
120
  --_rs-typography-link-border-bottom-width-from-text:1px;
47
121
  }
48
- ._sizeS_1x2g98v_15 [data-rs-internal='input__inner']::-moz-placeholder{
122
+ ._sizeS_u0nlur_15 [data-rs-internal='input__inner']::-moz-placeholder{
49
123
  --_rs-typography-letter-spacing:0.0045em;
50
124
  --_rs-typography-text-transform:initial;
51
125
  --_rs-typography-font-variant-numeric:initial;
@@ -79,7 +153,7 @@
79
153
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
80
154
  --_rs-typography-link-border-bottom-width-from-text:1px;
81
155
  }
82
- ._sizeS_1x2g98v_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
156
+ ._sizeS_u0nlur_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
83
157
  --_rs-typography-letter-spacing:0.0045em;
84
158
  --_rs-typography-text-transform:initial;
85
159
  --_rs-typography-font-variant-numeric:initial;
@@ -113,7 +187,7 @@
113
187
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
114
188
  --_rs-typography-link-border-bottom-width-from-text:1px;
115
189
  }
116
- ._sizeS_1x2g98v_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
190
+ ._sizeS_u0nlur_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
117
191
  --_rs-typography-letter-spacing:0.0045em;
118
192
  --_rs-typography-text-transform:initial;
119
193
  --_rs-typography-font-variant-numeric:initial;
@@ -147,10 +221,10 @@
147
221
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
148
222
  --_rs-typography-link-border-bottom-width-from-text:1px;
149
223
  }
150
- ._sizeS_1x2g98v_15 [data-rs-internal='input__label'],
151
- ._sizeS_1x2g98v_15 [data-rs-internal='input__inner'],
152
- ._sizeS_1x2g98v_15 [data-rs-internal='input__inner']::placeholder,
153
- ._sizeS_1x2g98v_15 [data-rs-internal='input__suffix']{
224
+ ._sizeS_u0nlur_15 [data-rs-internal='input__label'],
225
+ ._sizeS_u0nlur_15 [data-rs-internal='input__inner'],
226
+ ._sizeS_u0nlur_15 [data-rs-internal='input__inner']::placeholder,
227
+ ._sizeS_u0nlur_15 [data-rs-internal='input__suffix']{
154
228
  --_rs-typography-letter-spacing:0.0045em;
155
229
  --_rs-typography-text-transform:initial;
156
230
  --_rs-typography-font-variant-numeric:initial;
@@ -184,7 +258,7 @@
184
258
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
185
259
  --_rs-typography-link-border-bottom-width-from-text:1px;
186
260
  }
187
- ._sizeS_1x2g98v_15 [data-rs-internal='input__bold-label']{
261
+ ._sizeS_u0nlur_15 [data-rs-internal='input__bold-label']{
188
262
  --_rs-typography-letter-spacing:normal;
189
263
  --_rs-typography-text-transform:initial;
190
264
  --_rs-typography-font-variant-numeric:initial;
@@ -212,8 +286,7 @@
212
286
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
213
287
  --_rs-typography-link-border-bottom-width-from-text:2px;
214
288
  }
215
- ._sizeS_1x2g98v_15 [data-rs-internal='input__note'],
216
- ._sizeS_1x2g98v_15 [data-rs-internal='input__error-message']{
289
+ ._sizeS_u0nlur_15 [data-rs-internal='input__note']{
217
290
  --_rs-typography-letter-spacing:0.0045em;
218
291
  --_rs-typography-text-transform:initial;
219
292
  --_rs-typography-font-variant-numeric:initial;
@@ -247,14 +320,45 @@
247
320
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
248
321
  --_rs-typography-link-border-bottom-width-from-text:1px;
249
322
  }
250
- ._sizeM_1x2g98v_18{
323
+ ._sizeS_u0nlur_15 [data-rs-internal='input__error-message']{
324
+ --_rs-typography-letter-spacing:normal;
325
+ --_rs-typography-text-transform:initial;
326
+ --_rs-typography-font-variant-numeric:initial;
327
+ --_rs-typography-font-family:var(
328
+ --rs-font-family-ui,
329
+ var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
330
+ BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
331
+ 'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
332
+ );
333
+ --_rs-typography-font-size:var(--rs-h5-font-size, 13px);
334
+ --_rs-typography-font-weight:var(
335
+ --rs-font-weight-semi-bold,
336
+ 600
337
+ );
338
+ --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
339
+ --_rs-typography-base-color:var(
340
+ --rs-color-hard,
341
+ rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
342
+ );
343
+ --_rs-typography-text-auto-offset:0;
344
+ --_rs-typography-ul-list-li-padding-left:initial;
345
+ --_rs-typography-ol-list-li-padding-left:initial;
346
+ --_rs-typography-list-li-margin-top-from-text:initial;
347
+ --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
348
+ --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
349
+ --_rs-typography-link-border-bottom-width-from-text:2px;
350
+ }
351
+ ._sizeS_u0nlur_15 [data-rs-internal='input__error-icon']:not(html){
352
+ --_rs-icons-height:20px;
353
+ }
354
+ ._sizeM_u0nlur_18{
251
355
  --_rs-input-vertical-padding:8px;
252
356
  --_rs-input-horizontal-padding:8px;
253
357
  --_rs-input-parts-offset:8px;
254
358
  --_rs-input-icon-offset:8px;
255
359
  --_rs-input-icon-size:24px;
256
360
  }
257
- ._sizeM_1x2g98v_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
361
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
258
362
  --_rs-typography-letter-spacing:0.0015em;
259
363
  --_rs-typography-text-transform:initial;
260
364
  --_rs-typography-font-variant-numeric:initial;
@@ -289,11 +393,11 @@
289
393
  --_rs-typography-link-border-bottom-width-from-text:1px;
290
394
  }
291
395
  @media screen and (max-width: 640px){
292
- ._sizeM_1x2g98v_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
396
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
293
397
  --_rs-typography-list-li-margin-top-from-text:12px;
294
398
  }
295
399
  }
296
- ._sizeM_1x2g98v_18 [data-rs-internal='input__inner']::-moz-placeholder{
400
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-moz-placeholder{
297
401
  --_rs-typography-letter-spacing:0.0015em;
298
402
  --_rs-typography-text-transform:initial;
299
403
  --_rs-typography-font-variant-numeric:initial;
@@ -328,11 +432,11 @@
328
432
  --_rs-typography-link-border-bottom-width-from-text:1px;
329
433
  }
330
434
  @media screen and (max-width: 640px){
331
- ._sizeM_1x2g98v_18 [data-rs-internal='input__inner']::-moz-placeholder{
435
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-moz-placeholder{
332
436
  --_rs-typography-list-li-margin-top-from-text:12px;
333
437
  }
334
438
  }
335
- ._sizeM_1x2g98v_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
439
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
336
440
  --_rs-typography-letter-spacing:0.0015em;
337
441
  --_rs-typography-text-transform:initial;
338
442
  --_rs-typography-font-variant-numeric:initial;
@@ -367,11 +471,11 @@
367
471
  --_rs-typography-link-border-bottom-width-from-text:1px;
368
472
  }
369
473
  @media screen and (max-width: 640px){
370
- ._sizeM_1x2g98v_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
474
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
371
475
  --_rs-typography-list-li-margin-top-from-text:12px;
372
476
  }
373
477
  }
374
- ._sizeM_1x2g98v_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
478
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
375
479
  --_rs-typography-letter-spacing:0.0015em;
376
480
  --_rs-typography-text-transform:initial;
377
481
  --_rs-typography-font-variant-numeric:initial;
@@ -406,14 +510,14 @@
406
510
  --_rs-typography-link-border-bottom-width-from-text:1px;
407
511
  }
408
512
  @media screen and (max-width: 640px){
409
- ._sizeM_1x2g98v_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
513
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
410
514
  --_rs-typography-list-li-margin-top-from-text:12px;
411
515
  }
412
516
  }
413
- ._sizeM_1x2g98v_18 [data-rs-internal='input__label'],
414
- ._sizeM_1x2g98v_18 [data-rs-internal='input__inner'],
415
- ._sizeM_1x2g98v_18 [data-rs-internal='input__inner']::placeholder,
416
- ._sizeM_1x2g98v_18 [data-rs-internal='input__suffix']{
517
+ ._sizeM_u0nlur_18 [data-rs-internal='input__label'],
518
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner'],
519
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::placeholder,
520
+ ._sizeM_u0nlur_18 [data-rs-internal='input__suffix']{
417
521
  --_rs-typography-letter-spacing:0.0015em;
418
522
  --_rs-typography-text-transform:initial;
419
523
  --_rs-typography-font-variant-numeric:initial;
@@ -448,14 +552,14 @@
448
552
  --_rs-typography-link-border-bottom-width-from-text:1px;
449
553
  }
450
554
  @media screen and (max-width: 640px){
451
- ._sizeM_1x2g98v_18 [data-rs-internal='input__label'],
452
- ._sizeM_1x2g98v_18 [data-rs-internal='input__inner'],
453
- ._sizeM_1x2g98v_18 [data-rs-internal='input__inner']::placeholder,
454
- ._sizeM_1x2g98v_18 [data-rs-internal='input__suffix']{
555
+ ._sizeM_u0nlur_18 [data-rs-internal='input__label'],
556
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner'],
557
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::placeholder,
558
+ ._sizeM_u0nlur_18 [data-rs-internal='input__suffix']{
455
559
  --_rs-typography-list-li-margin-top-from-text:12px;
456
560
  }
457
561
  }
458
- ._sizeM_1x2g98v_18 [data-rs-internal='input__bold-label']{
562
+ ._sizeM_u0nlur_18 [data-rs-internal='input__bold-label']{
459
563
  --_rs-typography-letter-spacing:normal;
460
564
  --_rs-typography-text-transform:initial;
461
565
  --_rs-typography-font-variant-numeric:initial;
@@ -483,8 +587,7 @@
483
587
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
484
588
  --_rs-typography-link-border-bottom-width-from-text:2px;
485
589
  }
486
- ._sizeM_1x2g98v_18 [data-rs-internal='input__note'],
487
- ._sizeM_1x2g98v_18 [data-rs-internal='input__error-message']{
590
+ ._sizeM_u0nlur_18 [data-rs-internal='input__note']{
488
591
  --_rs-typography-letter-spacing:0.0045em;
489
592
  --_rs-typography-text-transform:initial;
490
593
  --_rs-typography-font-variant-numeric:initial;
@@ -518,14 +621,45 @@
518
621
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
519
622
  --_rs-typography-link-border-bottom-width-from-text:1px;
520
623
  }
521
- ._sizeL_1x2g98v_21{
624
+ ._sizeM_u0nlur_18 [data-rs-internal='input__error-message']{
625
+ --_rs-typography-letter-spacing:normal;
626
+ --_rs-typography-text-transform:initial;
627
+ --_rs-typography-font-variant-numeric:initial;
628
+ --_rs-typography-font-family:var(
629
+ --rs-font-family-ui,
630
+ var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
631
+ BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
632
+ 'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
633
+ );
634
+ --_rs-typography-font-size:var(--rs-h5-font-size, 13px);
635
+ --_rs-typography-font-weight:var(
636
+ --rs-font-weight-semi-bold,
637
+ 600
638
+ );
639
+ --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
640
+ --_rs-typography-base-color:var(
641
+ --rs-color-hard,
642
+ rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
643
+ );
644
+ --_rs-typography-text-auto-offset:0;
645
+ --_rs-typography-ul-list-li-padding-left:initial;
646
+ --_rs-typography-ol-list-li-padding-left:initial;
647
+ --_rs-typography-list-li-margin-top-from-text:initial;
648
+ --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
649
+ --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
650
+ --_rs-typography-link-border-bottom-width-from-text:2px;
651
+ }
652
+ ._sizeM_u0nlur_18 [data-rs-internal='input__error-icon']:not(html){
653
+ --_rs-icons-height:20px;
654
+ }
655
+ ._sizeL_u0nlur_21{
522
656
  --_rs-input-vertical-padding:12px;
523
657
  --_rs-input-horizontal-padding:16px;
524
658
  --_rs-input-parts-offset:8px;
525
659
  --_rs-input-icon-offset:16px;
526
660
  --_rs-input-icon-size:28px;
527
661
  }
528
- ._sizeL_1x2g98v_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
662
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
529
663
  --_rs-typography-letter-spacing:normal;
530
664
  --_rs-typography-text-transform:initial;
531
665
  --_rs-typography-font-variant-numeric:initial;
@@ -560,11 +694,11 @@
560
694
  --_rs-typography-link-border-bottom-width-from-text:1px;
561
695
  }
562
696
  @media screen and (max-width: 640px){
563
- ._sizeL_1x2g98v_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
697
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
564
698
  --_rs-typography-list-li-margin-top-from-text:16px;
565
699
  }
566
700
  }
567
- ._sizeL_1x2g98v_21 [data-rs-internal='input__inner']::-moz-placeholder{
701
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-moz-placeholder{
568
702
  --_rs-typography-letter-spacing:normal;
569
703
  --_rs-typography-text-transform:initial;
570
704
  --_rs-typography-font-variant-numeric:initial;
@@ -599,11 +733,11 @@
599
733
  --_rs-typography-link-border-bottom-width-from-text:1px;
600
734
  }
601
735
  @media screen and (max-width: 640px){
602
- ._sizeL_1x2g98v_21 [data-rs-internal='input__inner']::-moz-placeholder{
736
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-moz-placeholder{
603
737
  --_rs-typography-list-li-margin-top-from-text:16px;
604
738
  }
605
739
  }
606
- ._sizeL_1x2g98v_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
740
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
607
741
  --_rs-typography-letter-spacing:normal;
608
742
  --_rs-typography-text-transform:initial;
609
743
  --_rs-typography-font-variant-numeric:initial;
@@ -638,11 +772,11 @@
638
772
  --_rs-typography-link-border-bottom-width-from-text:1px;
639
773
  }
640
774
  @media screen and (max-width: 640px){
641
- ._sizeL_1x2g98v_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
775
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
642
776
  --_rs-typography-list-li-margin-top-from-text:16px;
643
777
  }
644
778
  }
645
- ._sizeL_1x2g98v_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
779
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
646
780
  --_rs-typography-letter-spacing:normal;
647
781
  --_rs-typography-text-transform:initial;
648
782
  --_rs-typography-font-variant-numeric:initial;
@@ -677,14 +811,14 @@
677
811
  --_rs-typography-link-border-bottom-width-from-text:1px;
678
812
  }
679
813
  @media screen and (max-width: 640px){
680
- ._sizeL_1x2g98v_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
814
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
681
815
  --_rs-typography-list-li-margin-top-from-text:16px;
682
816
  }
683
817
  }
684
- ._sizeL_1x2g98v_21 [data-rs-internal='input__label'],
685
- ._sizeL_1x2g98v_21 [data-rs-internal='input__inner'],
686
- ._sizeL_1x2g98v_21 [data-rs-internal='input__inner']::placeholder,
687
- ._sizeL_1x2g98v_21 [data-rs-internal='input__suffix']{
818
+ ._sizeL_u0nlur_21 [data-rs-internal='input__label'],
819
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner'],
820
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::placeholder,
821
+ ._sizeL_u0nlur_21 [data-rs-internal='input__suffix']{
688
822
  --_rs-typography-letter-spacing:normal;
689
823
  --_rs-typography-text-transform:initial;
690
824
  --_rs-typography-font-variant-numeric:initial;
@@ -719,14 +853,14 @@
719
853
  --_rs-typography-link-border-bottom-width-from-text:1px;
720
854
  }
721
855
  @media screen and (max-width: 640px){
722
- ._sizeL_1x2g98v_21 [data-rs-internal='input__label'],
723
- ._sizeL_1x2g98v_21 [data-rs-internal='input__inner'],
724
- ._sizeL_1x2g98v_21 [data-rs-internal='input__inner']::placeholder,
725
- ._sizeL_1x2g98v_21 [data-rs-internal='input__suffix']{
856
+ ._sizeL_u0nlur_21 [data-rs-internal='input__label'],
857
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner'],
858
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::placeholder,
859
+ ._sizeL_u0nlur_21 [data-rs-internal='input__suffix']{
726
860
  --_rs-typography-list-li-margin-top-from-text:16px;
727
861
  }
728
862
  }
729
- ._sizeL_1x2g98v_21 [data-rs-internal='input__bold-label']{
863
+ ._sizeL_u0nlur_21 [data-rs-internal='input__bold-label']{
730
864
  --_rs-typography-letter-spacing:normal;
731
865
  --_rs-typography-text-transform:initial;
732
866
  --_rs-typography-font-variant-numeric:initial;
@@ -754,8 +888,7 @@
754
888
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
755
889
  --_rs-typography-link-border-bottom-width-from-text:2px;
756
890
  }
757
- ._sizeL_1x2g98v_21 [data-rs-internal='input__note'],
758
- ._sizeL_1x2g98v_21 [data-rs-internal='input__error-message']{
891
+ ._sizeL_u0nlur_21 [data-rs-internal='input__note']{
759
892
  --_rs-typography-letter-spacing:0.0015em;
760
893
  --_rs-typography-text-transform:initial;
761
894
  --_rs-typography-font-variant-numeric:initial;
@@ -790,12 +923,42 @@
790
923
  --_rs-typography-link-border-bottom-width-from-text:1px;
791
924
  }
792
925
  @media screen and (max-width: 640px){
793
- ._sizeL_1x2g98v_21 [data-rs-internal='input__note'],
794
- ._sizeL_1x2g98v_21 [data-rs-internal='input__error-message']{
926
+ ._sizeL_u0nlur_21 [data-rs-internal='input__note']{
795
927
  --_rs-typography-list-li-margin-top-from-text:12px;
796
928
  }
797
929
  }
798
- ._classic_1x2g98v_25{
930
+ ._sizeL_u0nlur_21 [data-rs-internal='input__error-message']{
931
+ --_rs-typography-letter-spacing:normal;
932
+ --_rs-typography-text-transform:initial;
933
+ --_rs-typography-font-variant-numeric:initial;
934
+ --_rs-typography-font-family:var(
935
+ --rs-font-family-ui,
936
+ var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
937
+ BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
938
+ 'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
939
+ );
940
+ --_rs-typography-font-size:var(--rs-h4-font-size, 16px);
941
+ --_rs-typography-font-weight:var(
942
+ --rs-font-weight-semi-bold,
943
+ 600
944
+ );
945
+ --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
946
+ --_rs-typography-base-color:var(
947
+ --rs-color-hard,
948
+ rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
949
+ );
950
+ --_rs-typography-text-auto-offset:0;
951
+ --_rs-typography-ul-list-li-padding-left:initial;
952
+ --_rs-typography-ol-list-li-padding-left:initial;
953
+ --_rs-typography-list-li-margin-top-from-text:initial;
954
+ --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
955
+ --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
956
+ --_rs-typography-link-border-bottom-width-from-text:2px;
957
+ }
958
+ ._sizeL_u0nlur_21 [data-rs-internal='input__error-icon']:not(html){
959
+ --_rs-icons-height:24px;
960
+ }
961
+ ._classic_u0nlur_25{
799
962
  --_rs-input-focused-enabled-wrapper-border-width:2px;
800
963
  --_rs-input-focused-enabled-wrapper-background:rgb(
801
964
  calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182)
@@ -845,7 +1008,7 @@
845
1008
  0.5
846
1009
  );
847
1010
  }
848
- ._rock_1x2g98v_28{
1011
+ ._rock_u0nlur_28{
849
1012
  --_rs-input-focused-enabled-wrapper-border-width:0px;
850
1013
  --_rs-input-focused-enabled-wrapper-background:rgb(
851
1014
  calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)
@@ -877,7 +1040,7 @@
877
1040
  );
878
1041
  --_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
879
1042
  }
880
- ._container_1x2g98v_32{
1043
+ ._container_u0nlur_32{
881
1044
  --_rs-theme-dark:var(
882
1045
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
883
1046
  var(--rs-theme-dark, 0)
@@ -887,7 +1050,7 @@
887
1050
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
888
1051
  }
889
1052
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
890
- ._container_1x2g98v_32{
1053
+ ._container_u0nlur_32{
891
1054
  --_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
892
1055
  --_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
893
1056
  --_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
@@ -896,7 +1059,7 @@
896
1059
  }
897
1060
  }
898
1061
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
899
- ._container_1x2g98v_32{
1062
+ ._container_u0nlur_32{
900
1063
  --_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
901
1064
  --_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
902
1065
  --_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
@@ -904,11 +1067,11 @@
904
1067
  --_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
905
1068
  }
906
1069
  }
907
- ._container_1x2g98v_32 {
1070
+ ._container_u0nlur_32 {
908
1071
 
909
1072
  display:block;
910
1073
  }
911
- ._wrapper_1x2g98v_39{
1074
+ ._wrapper_u0nlur_39{
912
1075
  --_rs-input-border-width:1px;
913
1076
 
914
1077
  display:-webkit-box;
@@ -923,27 +1086,27 @@
923
1086
 
924
1087
  background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*204));
925
1088
  }
926
- ._disabled_1x2g98v_51 ._wrapper_1x2g98v_39{
1089
+ ._disabled_u0nlur_51 ._wrapper_u0nlur_39{
927
1090
  cursor:auto;
928
1091
 
929
1092
  background-color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*216));
930
1093
  }
931
- ._error_1x2g98v_57 ._wrapper_1x2g98v_39{
1094
+ ._error_u0nlur_57 ._wrapper_u0nlur_39{
932
1095
  --_rs-input-border-width:2px;
933
1096
 
934
1097
  border-color:#F45C4A;
935
1098
  }
936
- ._enabled_1x2g98v_63._filled_1x2g98v_63 ._wrapper_1x2g98v_39{
1099
+ ._enabled_u0nlur_63._filled_u0nlur_63 ._wrapper_u0nlur_39{
937
1100
  border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.3);
938
1101
  }
939
1102
  @media (hover: hover){
940
- ._enabled_1x2g98v_63:hover ._wrapper_1x2g98v_39{
1103
+ ._enabled_u0nlur_63:hover ._wrapper_u0nlur_39{
941
1104
  border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
942
1105
 
943
1106
  background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182));
944
1107
  }
945
1108
  }
946
- ._enabled_1x2g98v_63._focused_1x2g98v_75 ._wrapper_1x2g98v_39{
1109
+ ._enabled_u0nlur_63._focused_u0nlur_75 ._wrapper_u0nlur_39{
947
1110
  --_rs-input-border-width:var(
948
1111
  --_rs-input-focused-enabled-wrapper-border-width
949
1112
  );
@@ -953,18 +1116,18 @@
953
1116
  background-color:var(--_rs-input-focused-enabled-wrapper-background);
954
1117
  }
955
1118
  @media (hover: hover){
956
- ._error_1x2g98v_57._enabled_1x2g98v_63:hover ._wrapper_1x2g98v_39{
1119
+ ._error_u0nlur_57._enabled_u0nlur_63:hover ._wrapper_u0nlur_39{
957
1120
  border-color:#F45C4A;
958
1121
  }
959
1122
  }
960
- ._error_1x2g98v_57._enabled_1x2g98v_63._focused_1x2g98v_75 ._wrapper_1x2g98v_39,
961
- ._error_1x2g98v_57._enabled_1x2g98v_63._filled_1x2g98v_63 ._wrapper_1x2g98v_39{
1123
+ ._error_u0nlur_57._enabled_u0nlur_63._focused_u0nlur_75 ._wrapper_u0nlur_39,
1124
+ ._error_u0nlur_57._enabled_u0nlur_63._filled_u0nlur_63 ._wrapper_u0nlur_39{
962
1125
  border-color:#F45C4A;
963
1126
  }
964
- ._error_1x2g98v_57._enabled_1x2g98v_63._focused_1x2g98v_75 ._wrapper_1x2g98v_39{
1127
+ ._error_u0nlur_57._enabled_u0nlur_63._focused_u0nlur_75 ._wrapper_u0nlur_39{
965
1128
  background:var(--_rs-input-error-focused-enabled-wrapper-background);
966
1129
  }
967
- ._field_1x2g98v_101{
1130
+ ._field_u0nlur_101{
968
1131
  display:-webkit-box;
969
1132
  display:-ms-flexbox;
970
1133
  display:flex;
@@ -979,7 +1142,7 @@
979
1142
 
980
1143
  padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
981
1144
  }
982
- ._inner_1x2g98v_114{
1145
+ ._inner_u0nlur_114{
983
1146
  letter-spacing:var(
984
1147
  --rs-text-base-letter-spacing,
985
1148
  var(--_rs-typography-letter-spacing)
@@ -993,26 +1156,22 @@
993
1156
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
994
1157
  font-feature-settings:'kern', 'liga', 'calt';
995
1158
  }
996
- ._inner_1x2g98v_114 > p:not(:nth-child(1)),
997
- ._inner_1x2g98v_114 > pre:not(:nth-child(1)){
998
- padding-top:var(--_rs-typography-auto-offset-or-initial);
999
- }
1000
- ._inner_1x2g98v_114::-ms-clear{
1159
+ ._inner_u0nlur_114::-ms-clear{
1001
1160
  display:none;
1002
1161
 
1003
1162
  width:0;
1004
1163
  height:0;
1005
1164
  }
1006
- ._dark_1x2g98v_11 ._inner_1x2g98v_114{
1165
+ ._dark_u0nlur_11 ._inner_u0nlur_114{
1007
1166
  color-scheme:dark;
1008
1167
  }
1009
- ._inner_1x2g98v_114 {
1168
+ ._inner_u0nlur_114 {
1010
1169
 
1011
1170
  @container style(--_rs-theme-dark-coefficient: 1){
1012
1171
  color-scheme:dark;
1013
1172
  }
1014
1173
  }
1015
- ._inner_1x2g98v_114 {
1174
+ ._inner_u0nlur_114 {
1016
1175
  @container style(--_rs-theme-dark-coefficient: 0){
1017
1176
  color-scheme:light;
1018
1177
  }
@@ -1043,20 +1202,20 @@
1043
1202
  -moz-appearance:none;
1044
1203
  appearance:none;
1045
1204
  }
1046
- ._inner_1x2g98v_114:focus{
1205
+ ._inner_u0nlur_114:focus{
1047
1206
  outline:none;
1048
1207
  }
1049
- ._disabled_1x2g98v_51 ._inner_1x2g98v_114,
1050
- ._inner_1x2g98v_114:disabled{
1208
+ ._disabled_u0nlur_51 ._inner_u0nlur_114,
1209
+ ._inner_u0nlur_114:disabled{
1051
1210
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
1052
1211
  }
1053
- ._focused_1x2g98v_75 ._inner_1x2g98v_114{
1212
+ ._focused_u0nlur_75 ._inner_u0nlur_114{
1054
1213
  color:var(--_rs-input-focused-inner-color);
1055
1214
  }
1056
- ._error_1x2g98v_57._focused_1x2g98v_75 ._inner_1x2g98v_114{
1215
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114{
1057
1216
  color:var(--_rs-input-error-focused-inner-color);
1058
1217
  }
1059
- ._inner_1x2g98v_114::-webkit-input-placeholder{
1218
+ ._inner_u0nlur_114::-webkit-input-placeholder{
1060
1219
  letter-spacing:var(
1061
1220
  --rs-text-base-letter-spacing,
1062
1221
  var(--_rs-typography-letter-spacing)
@@ -1069,23 +1228,17 @@
1069
1228
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1070
1229
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1071
1230
  font-feature-settings:'kern', 'liga', 'calt';
1072
- }
1073
- ._inner_1x2g98v_114::-webkit-input-placeholder > p:not(:nth-child(1)),
1074
- ._inner_1x2g98v_114::-webkit-input-placeholder > pre:not(:nth-child(1)){
1075
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1076
- }
1077
- ._inner_1x2g98v_114::-webkit-input-placeholder {
1078
1231
  opacity:1;
1079
1232
 
1080
1233
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1081
- }
1082
- ._focused_1x2g98v_75 ._inner_1x2g98v_114::-webkit-input-placeholder{
1234
+ }
1235
+ ._focused_u0nlur_75 ._inner_u0nlur_114::-webkit-input-placeholder{
1083
1236
  color:var(--_rs-input-focused-inner-placeholder-color);
1084
1237
  }
1085
- ._error_1x2g98v_57._focused_1x2g98v_75 ._inner_1x2g98v_114::-webkit-input-placeholder{
1238
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114::-webkit-input-placeholder{
1086
1239
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1087
1240
  }
1088
- ._inner_1x2g98v_114::-moz-placeholder{
1241
+ ._inner_u0nlur_114::-moz-placeholder{
1089
1242
  letter-spacing:var(
1090
1243
  --rs-text-base-letter-spacing,
1091
1244
  var(--_rs-typography-letter-spacing)
@@ -1098,23 +1251,17 @@
1098
1251
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1099
1252
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1100
1253
  font-feature-settings:'kern', 'liga', 'calt';
1101
- }
1102
- ._inner_1x2g98v_114::-moz-placeholder > p:not(:nth-child(1)),
1103
- ._inner_1x2g98v_114::-moz-placeholder > pre:not(:nth-child(1)){
1104
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1105
- }
1106
- ._inner_1x2g98v_114::-moz-placeholder {
1107
1254
  opacity:1;
1108
1255
 
1109
1256
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1110
- }
1111
- ._focused_1x2g98v_75 ._inner_1x2g98v_114::-moz-placeholder{
1257
+ }
1258
+ ._focused_u0nlur_75 ._inner_u0nlur_114::-moz-placeholder{
1112
1259
  color:var(--_rs-input-focused-inner-placeholder-color);
1113
1260
  }
1114
- ._error_1x2g98v_57._focused_1x2g98v_75 ._inner_1x2g98v_114::-moz-placeholder{
1261
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114::-moz-placeholder{
1115
1262
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1116
1263
  }
1117
- ._inner_1x2g98v_114:-ms-input-placeholder{
1264
+ ._inner_u0nlur_114:-ms-input-placeholder{
1118
1265
  letter-spacing:var(
1119
1266
  --rs-text-base-letter-spacing,
1120
1267
  var(--_rs-typography-letter-spacing)
@@ -1127,23 +1274,17 @@
1127
1274
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1128
1275
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1129
1276
  font-feature-settings:'kern', 'liga', 'calt';
1130
- }
1131
- ._inner_1x2g98v_114:-ms-input-placeholder > p:not(:nth-child(1)),
1132
- ._inner_1x2g98v_114:-ms-input-placeholder > pre:not(:nth-child(1)){
1133
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1134
- }
1135
- ._inner_1x2g98v_114:-ms-input-placeholder {
1136
1277
  opacity:1;
1137
1278
 
1138
1279
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1139
- }
1140
- ._focused_1x2g98v_75 ._inner_1x2g98v_114:-ms-input-placeholder{
1280
+ }
1281
+ ._focused_u0nlur_75 ._inner_u0nlur_114:-ms-input-placeholder{
1141
1282
  color:var(--_rs-input-focused-inner-placeholder-color);
1142
1283
  }
1143
- ._error_1x2g98v_57._focused_1x2g98v_75 ._inner_1x2g98v_114:-ms-input-placeholder{
1284
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-ms-input-placeholder{
1144
1285
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1145
1286
  }
1146
- ._inner_1x2g98v_114::-ms-input-placeholder{
1287
+ ._inner_u0nlur_114::-ms-input-placeholder{
1147
1288
  letter-spacing:var(
1148
1289
  --rs-text-base-letter-spacing,
1149
1290
  var(--_rs-typography-letter-spacing)
@@ -1156,23 +1297,17 @@
1156
1297
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1157
1298
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1158
1299
  font-feature-settings:'kern', 'liga', 'calt';
1159
- }
1160
- ._inner_1x2g98v_114::-ms-input-placeholder > p:not(:nth-child(1)),
1161
- ._inner_1x2g98v_114::-ms-input-placeholder > pre:not(:nth-child(1)){
1162
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1163
- }
1164
- ._inner_1x2g98v_114::-ms-input-placeholder {
1165
1300
  opacity:1;
1166
1301
 
1167
1302
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1168
- }
1169
- ._focused_1x2g98v_75 ._inner_1x2g98v_114::-ms-input-placeholder{
1303
+ }
1304
+ ._focused_u0nlur_75 ._inner_u0nlur_114::-ms-input-placeholder{
1170
1305
  color:var(--_rs-input-focused-inner-placeholder-color);
1171
1306
  }
1172
- ._error_1x2g98v_57._focused_1x2g98v_75 ._inner_1x2g98v_114::-ms-input-placeholder{
1307
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114::-ms-input-placeholder{
1173
1308
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1174
1309
  }
1175
- ._inner_1x2g98v_114::placeholder{
1310
+ ._inner_u0nlur_114::placeholder{
1176
1311
  letter-spacing:var(
1177
1312
  --rs-text-base-letter-spacing,
1178
1313
  var(--_rs-typography-letter-spacing)
@@ -1185,32 +1320,26 @@
1185
1320
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1186
1321
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1187
1322
  font-feature-settings:'kern', 'liga', 'calt';
1188
- }
1189
- ._inner_1x2g98v_114::placeholder > p:not(:nth-child(1)),
1190
- ._inner_1x2g98v_114::placeholder > pre:not(:nth-child(1)){
1191
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1192
- }
1193
- ._inner_1x2g98v_114::placeholder {
1194
1323
  opacity:1;
1195
1324
 
1196
1325
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1197
- }
1198
- ._focused_1x2g98v_75 ._inner_1x2g98v_114::placeholder{
1326
+ }
1327
+ ._focused_u0nlur_75 ._inner_u0nlur_114::placeholder{
1199
1328
  color:var(--_rs-input-focused-inner-placeholder-color);
1200
1329
  }
1201
- ._error_1x2g98v_57._focused_1x2g98v_75 ._inner_1x2g98v_114::placeholder{
1330
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114::placeholder{
1202
1331
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1203
1332
  }
1204
- ._inner_1x2g98v_114:-moz-ui-invalid{
1333
+ ._inner_u0nlur_114:-moz-ui-invalid{
1205
1334
  box-shadow:none;
1206
1335
  }
1207
- ._inner_1x2g98v_114:-moz-ui-invalid:-moz-focusring{
1336
+ ._inner_u0nlur_114:-moz-ui-invalid:-moz-focusring{
1208
1337
  box-shadow:none;
1209
1338
  }
1210
- ._inner_1x2g98v_114:-webkit-autofill,
1211
- ._inner_1x2g98v_114:-webkit-autofill:hover,
1212
- ._inner_1x2g98v_114:-webkit-autofill:active,
1213
- ._inner_1x2g98v_114:-webkit-autofill:focus{
1339
+ ._inner_u0nlur_114:-webkit-autofill,
1340
+ ._inner_u0nlur_114:-webkit-autofill:hover,
1341
+ ._inner_u0nlur_114:-webkit-autofill:active,
1342
+ ._inner_u0nlur_114:-webkit-autofill:focus{
1214
1343
  -webkit-box-shadow:0 0 0 1000px rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*227)) inset;
1215
1344
 
1216
1345
  -webkit-transition-delay:9999s;
@@ -1218,24 +1347,24 @@
1218
1347
  transition-delay:9999s;
1219
1348
  -webkit-text-fill-color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1220
1349
  }
1221
- ._focused_1x2g98v_75 ._inner_1x2g98v_114:-webkit-autofill, ._focused_1x2g98v_75 ._inner_1x2g98v_114:-webkit-autofill:hover, ._focused_1x2g98v_75 ._inner_1x2g98v_114:-webkit-autofill:active, ._focused_1x2g98v_75 ._inner_1x2g98v_114:-webkit-autofill:focus{
1350
+ ._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill, ._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:hover, ._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:active, ._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:focus{
1222
1351
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
1223
1352
  -webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
1224
1353
  }
1225
- ._error_1x2g98v_57._focused_1x2g98v_75 ._inner_1x2g98v_114:-webkit-autofill, ._error_1x2g98v_57._focused_1x2g98v_75 ._inner_1x2g98v_114:-webkit-autofill:hover, ._error_1x2g98v_57._focused_1x2g98v_75 ._inner_1x2g98v_114:-webkit-autofill:active, ._error_1x2g98v_57._focused_1x2g98v_75 ._inner_1x2g98v_114:-webkit-autofill:focus{
1354
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill, ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:hover, ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:active, ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:focus{
1226
1355
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
1227
1356
  -webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
1228
1357
  }
1229
- ._offSystemMicroelements_1x2g98v_229 ._inner_1x2g98v_114{
1358
+ ._offSystemMicroelements_u0nlur_229 ._inner_u0nlur_114{
1230
1359
  -moz-appearance:textfield;
1231
1360
  }
1232
- ._offSystemMicroelements_1x2g98v_229 ._inner_1x2g98v_114::-webkit-outer-spin-button,
1233
- ._offSystemMicroelements_1x2g98v_229 ._inner_1x2g98v_114::-webkit-inner-spin-button{
1361
+ ._offSystemMicroelements_u0nlur_229 ._inner_u0nlur_114::-webkit-outer-spin-button,
1362
+ ._offSystemMicroelements_u0nlur_229 ._inner_u0nlur_114::-webkit-inner-spin-button{
1234
1363
  margin:0;
1235
1364
  -webkit-appearance:none;
1236
1365
  appearance:none;
1237
1366
  }
1238
- ._iconWrapper_1x2g98v_239{
1367
+ ._iconWrapper_u0nlur_239{
1239
1368
  --_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
1240
1369
 
1241
1370
  display:-webkit-inline-box;
@@ -1254,15 +1383,15 @@
1254
1383
 
1255
1384
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
1256
1385
  }
1257
- ._iconWrapper_1x2g98v_239._action_1x2g98v_254{
1386
+ ._iconWrapper_u0nlur_239._action_u0nlur_254{
1258
1387
  position:relative;
1259
1388
 
1260
1389
  cursor:pointer;
1261
1390
  }
1262
- ._iconWrapper_1x2g98v_239._action_1x2g98v_254:focus{
1391
+ ._iconWrapper_u0nlur_239._action_u0nlur_254:focus{
1263
1392
  outline:none;
1264
1393
  }
1265
- ._iconWrapper_1x2g98v_239._action_1x2g98v_254::before{
1394
+ ._iconWrapper_u0nlur_239._action_u0nlur_254::before{
1266
1395
  position:absolute;
1267
1396
  top:-4px;
1268
1397
  right:-4px;
@@ -1277,56 +1406,56 @@
1277
1406
  content:'';
1278
1407
  pointer-events:none;
1279
1408
  }
1280
- ._iconWrapper_1x2g98v_239._action_1x2g98v_254:focus[data-focus-method='key']::before{
1409
+ ._iconWrapper_u0nlur_239._action_u0nlur_254:focus[data-focus-method='key']::before{
1281
1410
  display:block;
1282
1411
  }
1283
- ._disabled_1x2g98v_51 ._iconWrapper_1x2g98v_239{
1412
+ ._disabled_u0nlur_51 ._iconWrapper_u0nlur_239{
1284
1413
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1285
1414
  }
1286
- ._disabled_1x2g98v_51 ._iconWrapper_1x2g98v_239._action_1x2g98v_254{
1415
+ ._disabled_u0nlur_51 ._iconWrapper_u0nlur_239._action_u0nlur_254{
1287
1416
  pointer-events:none;
1288
1417
  }
1289
- ._iconWrapper_1x2g98v_239._right_1x2g98v_292{
1418
+ ._iconWrapper_u0nlur_239._right_u0nlur_292{
1290
1419
  margin-left:var(--_rs-input-icon-offset);
1291
1420
  }
1292
- ._iconWrapper_1x2g98v_239._left_1x2g98v_296{
1421
+ ._iconWrapper_u0nlur_239._left_u0nlur_296{
1293
1422
  margin-right:var(--_rs-input-icon-offset);
1294
1423
  }
1295
- ._focused_1x2g98v_75 ._iconWrapper_1x2g98v_239{
1424
+ ._focused_u0nlur_75 ._iconWrapper_u0nlur_239{
1296
1425
  color:var(--_rs-input-focused-icon-color);
1297
1426
  }
1298
- ._error_1x2g98v_57._focused_1x2g98v_75 ._iconWrapper_1x2g98v_239{
1427
+ ._error_u0nlur_57._focused_u0nlur_75 ._iconWrapper_u0nlur_239{
1299
1428
  color:var(--_rs-input-error-focused-icon-color);
1300
1429
  }
1301
1430
  @media (hover: hover){
1302
- ._enabled_1x2g98v_63 ._iconWrapper_1x2g98v_239._action_1x2g98v_254:hover{
1431
+ ._enabled_u0nlur_63 ._iconWrapper_u0nlur_239._action_u0nlur_254:hover{
1303
1432
  color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1304
1433
  }
1305
1434
 
1306
- ._enabled_1x2g98v_63._focused_1x2g98v_75 ._iconWrapper_1x2g98v_239._action_1x2g98v_254:hover{
1435
+ ._enabled_u0nlur_63._focused_u0nlur_75 ._iconWrapper_u0nlur_239._action_u0nlur_254:hover{
1307
1436
  color:var(--_rs-input-focused-icon-accent-color);
1308
1437
  }
1309
1438
 
1310
- ._enabled_1x2g98v_63._error_1x2g98v_57._focused_1x2g98v_75 ._iconWrapper_1x2g98v_239._action_1x2g98v_254:hover{
1439
+ ._enabled_u0nlur_63._error_u0nlur_57._focused_u0nlur_75 ._iconWrapper_u0nlur_239._action_u0nlur_254:hover{
1311
1440
  color:var(--_rs-input-error-focused-icon-accent-color);
1312
1441
  }
1313
1442
  }
1314
- ._enabled_1x2g98v_63 ._iconWrapper_1x2g98v_239._action_1x2g98v_254:focus[data-focus-method='key']{
1443
+ ._enabled_u0nlur_63 ._iconWrapper_u0nlur_239._action_u0nlur_254:focus[data-focus-method='key']{
1315
1444
  color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1316
1445
  }
1317
- ._enabled_1x2g98v_63._focused_1x2g98v_75 ._iconWrapper_1x2g98v_239._action_1x2g98v_254:focus[data-focus-method='key']{
1446
+ ._enabled_u0nlur_63._focused_u0nlur_75 ._iconWrapper_u0nlur_239._action_u0nlur_254:focus[data-focus-method='key']{
1318
1447
  color:var(--_rs-input-focused-icon-accent-color);
1319
1448
  }
1320
- ._enabled_1x2g98v_63._error_1x2g98v_57._focused_1x2g98v_75 ._iconWrapper_1x2g98v_239._action_1x2g98v_254:focus[data-focus-method='key']{
1449
+ ._enabled_u0nlur_63._error_u0nlur_57._focused_u0nlur_75 ._iconWrapper_u0nlur_239._action_u0nlur_254:focus[data-focus-method='key']{
1321
1450
  color:var(--_rs-input-error-focused-icon-accent-color);
1322
1451
  }
1323
- ._iconWrapper_1x2g98v_239 ._icon_1x2g98v_239{
1452
+ ._iconWrapper_u0nlur_239 ._icon_u0nlur_239{
1324
1453
  fill:currentColor;
1325
1454
 
1326
1455
  width:auto;
1327
1456
  height:var(--_rs-input-icon-size);
1328
1457
  }
1329
- ._divider_1x2g98v_342{
1458
+ ._divider_u0nlur_342{
1330
1459
  display:block;
1331
1460
 
1332
1461
  width:1px;
@@ -1335,10 +1464,10 @@
1335
1464
 
1336
1465
  background:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.2);
1337
1466
  }
1338
- ._focused_1x2g98v_75 ._divider_1x2g98v_342{
1467
+ ._focused_u0nlur_75 ._divider_u0nlur_342{
1339
1468
  background:var(--_rs-input-focused-divider-background);
1340
1469
  }
1341
- ._suffix_1x2g98v_356{
1470
+ ._suffix_u0nlur_356{
1342
1471
  letter-spacing:var(
1343
1472
  --rs-text-base-letter-spacing,
1344
1473
  var(--_rs-typography-letter-spacing)
@@ -1351,12 +1480,6 @@
1351
1480
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1352
1481
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1353
1482
  font-feature-settings:'kern', 'liga', 'calt';
1354
- }
1355
- ._suffix_1x2g98v_356 > p:not(:nth-child(1)),
1356
- ._suffix_1x2g98v_356 > pre:not(:nth-child(1)){
1357
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1358
- }
1359
- ._suffix_1x2g98v_356 {
1360
1483
 
1361
1484
  -webkit-box-flex:0;
1362
1485
 
@@ -1368,13 +1491,13 @@
1368
1491
 
1369
1492
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1370
1493
  }
1371
- ._focused_1x2g98v_75 ._suffix_1x2g98v_356{
1494
+ ._focused_u0nlur_75 ._suffix_u0nlur_356{
1372
1495
  color:var(--_rs-input-focused-suffix-color);
1373
1496
  }
1374
- ._error_1x2g98v_57._focused_1x2g98v_75 ._suffix_1x2g98v_356{
1497
+ ._error_u0nlur_57._focused_u0nlur_75 ._suffix_u0nlur_356{
1375
1498
  color:var(--_rs-input-error-focused-suffix-color);
1376
1499
  }
1377
- ._errorMessage_1x2g98v_376{
1500
+ ._errorMessage_u0nlur_376{
1378
1501
  letter-spacing:var(
1379
1502
  --rs-text-base-letter-spacing,
1380
1503
  var(--_rs-typography-letter-spacing)
@@ -1387,17 +1510,30 @@
1387
1510
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1388
1511
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1389
1512
  font-feature-settings:'kern', 'liga', 'calt';
1390
- }
1391
- ._errorMessage_1x2g98v_376 > p:not(:nth-child(1)),
1392
- ._errorMessage_1x2g98v_376 > pre:not(:nth-child(1)){
1393
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1394
- }
1395
- ._errorMessage_1x2g98v_376 {
1513
+
1514
+ display:-webkit-box;
1515
+
1516
+ display:-ms-flexbox;
1517
+
1518
+ display:flex;
1519
+ -ms-flex-wrap:nowrap;
1520
+ flex-wrap:nowrap;
1521
+
1396
1522
  margin-top:var(--_rs-input-parts-offset);
1397
1523
 
1524
+ color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1525
+ -webkit-column-gap:8px;
1526
+ -moz-column-gap:8px;
1527
+ column-gap:8px;
1528
+ }
1529
+ ._errorIcon_u0nlur_388{
1530
+ -webkit-box-flex:0;
1531
+ -ms-flex:0 0 auto;
1532
+ flex:0 0 auto;
1533
+
1398
1534
  color:#F45C4A;
1399
1535
  }
1400
- ._note_1x2g98v_383{
1536
+ ._note_u0nlur_394{
1401
1537
  letter-spacing:var(
1402
1538
  --rs-text-base-letter-spacing,
1403
1539
  var(--_rs-typography-letter-spacing)
@@ -1410,12 +1546,6 @@
1410
1546
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1411
1547
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1412
1548
  font-feature-settings:'kern', 'liga', 'calt';
1413
- }
1414
- ._note_1x2g98v_383 > p:not(:nth-child(1)),
1415
- ._note_1x2g98v_383 > pre:not(:nth-child(1)){
1416
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1417
- }
1418
- ._note_1x2g98v_383 {
1419
1549
  --_rs-typography-hardness-color:var(
1420
1550
  --rs-color-average,
1421
1551
  rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7)
@@ -1425,13 +1555,13 @@
1425
1555
 
1426
1556
  color:var(--_rs-typography-hardness-color);
1427
1557
  }
1428
- ._disabled_1x2g98v_51 ._note_1x2g98v_383{
1558
+ ._disabled_u0nlur_51 ._note_u0nlur_394{
1429
1559
  --_rs-typography-hardness-color:var(
1430
1560
  --rs-color-pale,
1431
1561
  rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
1432
1562
  );
1433
1563
  }
1434
- ._label_1x2g98v_396{
1564
+ ._label_u0nlur_407{
1435
1565
  letter-spacing:var(
1436
1566
  --rs-text-base-letter-spacing,
1437
1567
  var(--_rs-typography-letter-spacing)
@@ -1444,12 +1574,6 @@
1444
1574
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1445
1575
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1446
1576
  font-feature-settings:'kern', 'liga', 'calt';
1447
- }
1448
- ._label_1x2g98v_396 > p:not(:nth-child(1)),
1449
- ._label_1x2g98v_396 > pre:not(:nth-child(1)){
1450
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1451
- }
1452
- ._label_1x2g98v_396 {
1453
1577
  --_rs-typography-hardness-color:var(
1454
1578
  --rs-color-hard,
1455
1579
  rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
@@ -1459,7 +1583,7 @@
1459
1583
 
1460
1584
  color:var(--_rs-typography-hardness-color);
1461
1585
  }
1462
- ._disabled_1x2g98v_51 ._label_1x2g98v_396{
1586
+ ._disabled_u0nlur_51 ._label_u0nlur_407{
1463
1587
  --_rs-typography-hardness-color:var(
1464
1588
  --rs-color-pale,
1465
1589
  rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)