@rescui/input 0.10.2 → 0.10.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-5a735219.19

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_frib4w_8{
1
+ ._icon_1r87ajb_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_1r87ajb_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_1r87ajb_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_1r87ajb_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_1r87ajb_14{
36
+ --_rs-icons-height:16px;
37
+ }
38
+ ._sizeS_1r87ajb_18{
39
+ --_rs-icons-height:20px;
40
+ }
41
+ ._sizeM_1r87ajb_22{
42
+ --_rs-icons-height:24px;
43
+ }
44
+ ._sizeL_1r87ajb_26{
45
+ --_rs-icons-height:28px;
46
+ }
47
+ ._light_1r87ajb_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_frib4w_11{
51
+ ._dark_1r87ajb_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));
54
+ }
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
+ }
6
64
  }
7
- ._sizeS_frib4w_15{
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_efdpke_8{
76
+ --rs-theme-dark:0;
77
+ }
78
+ ._dark_efdpke_11{
79
+ --rs-theme-dark:1;
80
+ }
81
+ ._sizeS_efdpke_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_frib4w_15 [data-rs-internal='input__inner']::-webkit-input-placeholder{
88
+ ._sizeS_efdpke_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_frib4w_15 [data-rs-internal='input__inner']::-moz-placeholder{
122
+ ._sizeS_efdpke_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_frib4w_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
156
+ ._sizeS_efdpke_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_frib4w_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
190
+ ._sizeS_efdpke_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_frib4w_15 [data-rs-internal='input__label'],
151
- ._sizeS_frib4w_15 [data-rs-internal='input__inner'],
152
- ._sizeS_frib4w_15 [data-rs-internal='input__inner']::placeholder,
153
- ._sizeS_frib4w_15 [data-rs-internal='input__suffix']{
224
+ ._sizeS_efdpke_15 [data-rs-internal='input__label'],
225
+ ._sizeS_efdpke_15 [data-rs-internal='input__inner'],
226
+ ._sizeS_efdpke_15 [data-rs-internal='input__inner']::placeholder,
227
+ ._sizeS_efdpke_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_frib4w_15 [data-rs-internal='input__bold-label']{
261
+ ._sizeS_efdpke_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;
@@ -201,9 +275,12 @@
201
275
  );
202
276
  --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
203
277
  --_rs-typography-base-color:var(
278
+ --_rs-typography-heading-hardness-color,
279
+ var(
204
280
  --rs-color-hard,
205
281
  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))
206
- );
282
+ )
283
+ );
207
284
  --_rs-typography-text-auto-offset:0;
208
285
  --_rs-typography-ul-list-li-padding-left:initial;
209
286
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -212,8 +289,7 @@
212
289
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
213
290
  --_rs-typography-link-border-bottom-width-from-text:2px;
214
291
  }
215
- ._sizeS_frib4w_15 [data-rs-internal='input__note'],
216
- ._sizeS_frib4w_15 [data-rs-internal='input__error-message']{
292
+ ._sizeS_efdpke_15 [data-rs-internal='input__note']{
217
293
  --_rs-typography-letter-spacing:0.0045em;
218
294
  --_rs-typography-text-transform:initial;
219
295
  --_rs-typography-font-variant-numeric:initial;
@@ -247,14 +323,48 @@
247
323
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
248
324
  --_rs-typography-link-border-bottom-width-from-text:1px;
249
325
  }
250
- ._sizeM_frib4w_18{
326
+ ._sizeS_efdpke_15 [data-rs-internal='input__error-message']{
327
+ --_rs-typography-letter-spacing:normal;
328
+ --_rs-typography-text-transform:initial;
329
+ --_rs-typography-font-variant-numeric:initial;
330
+ --_rs-typography-font-family:var(
331
+ --rs-font-family-ui,
332
+ var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
333
+ BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
334
+ 'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
335
+ );
336
+ --_rs-typography-font-size:var(--rs-h5-font-size, 13px);
337
+ --_rs-typography-font-weight:var(
338
+ --rs-font-weight-semi-bold,
339
+ 600
340
+ );
341
+ --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
342
+ --_rs-typography-base-color:var(
343
+ --_rs-typography-heading-hardness-color,
344
+ var(
345
+ --rs-color-hard,
346
+ 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))
347
+ )
348
+ );
349
+ --_rs-typography-text-auto-offset:0;
350
+ --_rs-typography-ul-list-li-padding-left:initial;
351
+ --_rs-typography-ol-list-li-padding-left:initial;
352
+ --_rs-typography-list-li-margin-top-from-text:initial;
353
+ --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
354
+ --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
355
+ --_rs-typography-link-border-bottom-width-from-text:2px;
356
+ }
357
+ ._sizeS_efdpke_15 [data-rs-internal='input__error-icon']:not(html){
358
+ --_rs-icons-height:20px;
359
+ }
360
+ ._sizeM_efdpke_18{
251
361
  --_rs-input-vertical-padding:8px;
252
362
  --_rs-input-horizontal-padding:8px;
253
363
  --_rs-input-parts-offset:8px;
254
364
  --_rs-input-icon-offset:8px;
255
365
  --_rs-input-icon-size:24px;
256
366
  }
257
- ._sizeM_frib4w_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
367
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
258
368
  --_rs-typography-letter-spacing:0.0015em;
259
369
  --_rs-typography-text-transform:initial;
260
370
  --_rs-typography-font-variant-numeric:initial;
@@ -289,11 +399,11 @@
289
399
  --_rs-typography-link-border-bottom-width-from-text:1px;
290
400
  }
291
401
  @media screen and (max-width: 640px){
292
- ._sizeM_frib4w_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
402
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
293
403
  --_rs-typography-list-li-margin-top-from-text:12px;
294
404
  }
295
405
  }
296
- ._sizeM_frib4w_18 [data-rs-internal='input__inner']::-moz-placeholder{
406
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::-moz-placeholder{
297
407
  --_rs-typography-letter-spacing:0.0015em;
298
408
  --_rs-typography-text-transform:initial;
299
409
  --_rs-typography-font-variant-numeric:initial;
@@ -328,11 +438,11 @@
328
438
  --_rs-typography-link-border-bottom-width-from-text:1px;
329
439
  }
330
440
  @media screen and (max-width: 640px){
331
- ._sizeM_frib4w_18 [data-rs-internal='input__inner']::-moz-placeholder{
441
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::-moz-placeholder{
332
442
  --_rs-typography-list-li-margin-top-from-text:12px;
333
443
  }
334
444
  }
335
- ._sizeM_frib4w_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
445
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
336
446
  --_rs-typography-letter-spacing:0.0015em;
337
447
  --_rs-typography-text-transform:initial;
338
448
  --_rs-typography-font-variant-numeric:initial;
@@ -367,11 +477,11 @@
367
477
  --_rs-typography-link-border-bottom-width-from-text:1px;
368
478
  }
369
479
  @media screen and (max-width: 640px){
370
- ._sizeM_frib4w_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
480
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
371
481
  --_rs-typography-list-li-margin-top-from-text:12px;
372
482
  }
373
483
  }
374
- ._sizeM_frib4w_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
484
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
375
485
  --_rs-typography-letter-spacing:0.0015em;
376
486
  --_rs-typography-text-transform:initial;
377
487
  --_rs-typography-font-variant-numeric:initial;
@@ -406,14 +516,14 @@
406
516
  --_rs-typography-link-border-bottom-width-from-text:1px;
407
517
  }
408
518
  @media screen and (max-width: 640px){
409
- ._sizeM_frib4w_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
519
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
410
520
  --_rs-typography-list-li-margin-top-from-text:12px;
411
521
  }
412
522
  }
413
- ._sizeM_frib4w_18 [data-rs-internal='input__label'],
414
- ._sizeM_frib4w_18 [data-rs-internal='input__inner'],
415
- ._sizeM_frib4w_18 [data-rs-internal='input__inner']::placeholder,
416
- ._sizeM_frib4w_18 [data-rs-internal='input__suffix']{
523
+ ._sizeM_efdpke_18 [data-rs-internal='input__label'],
524
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner'],
525
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::placeholder,
526
+ ._sizeM_efdpke_18 [data-rs-internal='input__suffix']{
417
527
  --_rs-typography-letter-spacing:0.0015em;
418
528
  --_rs-typography-text-transform:initial;
419
529
  --_rs-typography-font-variant-numeric:initial;
@@ -448,14 +558,14 @@
448
558
  --_rs-typography-link-border-bottom-width-from-text:1px;
449
559
  }
450
560
  @media screen and (max-width: 640px){
451
- ._sizeM_frib4w_18 [data-rs-internal='input__label'],
452
- ._sizeM_frib4w_18 [data-rs-internal='input__inner'],
453
- ._sizeM_frib4w_18 [data-rs-internal='input__inner']::placeholder,
454
- ._sizeM_frib4w_18 [data-rs-internal='input__suffix']{
561
+ ._sizeM_efdpke_18 [data-rs-internal='input__label'],
562
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner'],
563
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::placeholder,
564
+ ._sizeM_efdpke_18 [data-rs-internal='input__suffix']{
455
565
  --_rs-typography-list-li-margin-top-from-text:12px;
456
566
  }
457
567
  }
458
- ._sizeM_frib4w_18 [data-rs-internal='input__bold-label']{
568
+ ._sizeM_efdpke_18 [data-rs-internal='input__bold-label']{
459
569
  --_rs-typography-letter-spacing:normal;
460
570
  --_rs-typography-text-transform:initial;
461
571
  --_rs-typography-font-variant-numeric:initial;
@@ -472,9 +582,12 @@
472
582
  );
473
583
  --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
474
584
  --_rs-typography-base-color:var(
585
+ --_rs-typography-heading-hardness-color,
586
+ var(
475
587
  --rs-color-hard,
476
588
  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))
477
- );
589
+ )
590
+ );
478
591
  --_rs-typography-text-auto-offset:0;
479
592
  --_rs-typography-ul-list-li-padding-left:initial;
480
593
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -483,8 +596,7 @@
483
596
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
484
597
  --_rs-typography-link-border-bottom-width-from-text:2px;
485
598
  }
486
- ._sizeM_frib4w_18 [data-rs-internal='input__note'],
487
- ._sizeM_frib4w_18 [data-rs-internal='input__error-message']{
599
+ ._sizeM_efdpke_18 [data-rs-internal='input__note']{
488
600
  --_rs-typography-letter-spacing:0.0045em;
489
601
  --_rs-typography-text-transform:initial;
490
602
  --_rs-typography-font-variant-numeric:initial;
@@ -518,14 +630,48 @@
518
630
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
519
631
  --_rs-typography-link-border-bottom-width-from-text:1px;
520
632
  }
521
- ._sizeL_frib4w_21{
633
+ ._sizeM_efdpke_18 [data-rs-internal='input__error-message']{
634
+ --_rs-typography-letter-spacing:normal;
635
+ --_rs-typography-text-transform:initial;
636
+ --_rs-typography-font-variant-numeric:initial;
637
+ --_rs-typography-font-family:var(
638
+ --rs-font-family-ui,
639
+ var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
640
+ BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
641
+ 'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
642
+ );
643
+ --_rs-typography-font-size:var(--rs-h5-font-size, 13px);
644
+ --_rs-typography-font-weight:var(
645
+ --rs-font-weight-semi-bold,
646
+ 600
647
+ );
648
+ --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
649
+ --_rs-typography-base-color:var(
650
+ --_rs-typography-heading-hardness-color,
651
+ var(
652
+ --rs-color-hard,
653
+ 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))
654
+ )
655
+ );
656
+ --_rs-typography-text-auto-offset:0;
657
+ --_rs-typography-ul-list-li-padding-left:initial;
658
+ --_rs-typography-ol-list-li-padding-left:initial;
659
+ --_rs-typography-list-li-margin-top-from-text:initial;
660
+ --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
661
+ --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
662
+ --_rs-typography-link-border-bottom-width-from-text:2px;
663
+ }
664
+ ._sizeM_efdpke_18 [data-rs-internal='input__error-icon']:not(html){
665
+ --_rs-icons-height:20px;
666
+ }
667
+ ._sizeL_efdpke_21{
522
668
  --_rs-input-vertical-padding:12px;
523
669
  --_rs-input-horizontal-padding:16px;
524
670
  --_rs-input-parts-offset:8px;
525
671
  --_rs-input-icon-offset:16px;
526
672
  --_rs-input-icon-size:28px;
527
673
  }
528
- ._sizeL_frib4w_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
674
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
529
675
  --_rs-typography-letter-spacing:normal;
530
676
  --_rs-typography-text-transform:initial;
531
677
  --_rs-typography-font-variant-numeric:initial;
@@ -560,11 +706,11 @@
560
706
  --_rs-typography-link-border-bottom-width-from-text:1px;
561
707
  }
562
708
  @media screen and (max-width: 640px){
563
- ._sizeL_frib4w_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
709
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
564
710
  --_rs-typography-list-li-margin-top-from-text:16px;
565
711
  }
566
712
  }
567
- ._sizeL_frib4w_21 [data-rs-internal='input__inner']::-moz-placeholder{
713
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::-moz-placeholder{
568
714
  --_rs-typography-letter-spacing:normal;
569
715
  --_rs-typography-text-transform:initial;
570
716
  --_rs-typography-font-variant-numeric:initial;
@@ -599,11 +745,11 @@
599
745
  --_rs-typography-link-border-bottom-width-from-text:1px;
600
746
  }
601
747
  @media screen and (max-width: 640px){
602
- ._sizeL_frib4w_21 [data-rs-internal='input__inner']::-moz-placeholder{
748
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::-moz-placeholder{
603
749
  --_rs-typography-list-li-margin-top-from-text:16px;
604
750
  }
605
751
  }
606
- ._sizeL_frib4w_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
752
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
607
753
  --_rs-typography-letter-spacing:normal;
608
754
  --_rs-typography-text-transform:initial;
609
755
  --_rs-typography-font-variant-numeric:initial;
@@ -638,11 +784,11 @@
638
784
  --_rs-typography-link-border-bottom-width-from-text:1px;
639
785
  }
640
786
  @media screen and (max-width: 640px){
641
- ._sizeL_frib4w_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
787
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
642
788
  --_rs-typography-list-li-margin-top-from-text:16px;
643
789
  }
644
790
  }
645
- ._sizeL_frib4w_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
791
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
646
792
  --_rs-typography-letter-spacing:normal;
647
793
  --_rs-typography-text-transform:initial;
648
794
  --_rs-typography-font-variant-numeric:initial;
@@ -677,14 +823,14 @@
677
823
  --_rs-typography-link-border-bottom-width-from-text:1px;
678
824
  }
679
825
  @media screen and (max-width: 640px){
680
- ._sizeL_frib4w_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
826
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
681
827
  --_rs-typography-list-li-margin-top-from-text:16px;
682
828
  }
683
829
  }
684
- ._sizeL_frib4w_21 [data-rs-internal='input__label'],
685
- ._sizeL_frib4w_21 [data-rs-internal='input__inner'],
686
- ._sizeL_frib4w_21 [data-rs-internal='input__inner']::placeholder,
687
- ._sizeL_frib4w_21 [data-rs-internal='input__suffix']{
830
+ ._sizeL_efdpke_21 [data-rs-internal='input__label'],
831
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner'],
832
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::placeholder,
833
+ ._sizeL_efdpke_21 [data-rs-internal='input__suffix']{
688
834
  --_rs-typography-letter-spacing:normal;
689
835
  --_rs-typography-text-transform:initial;
690
836
  --_rs-typography-font-variant-numeric:initial;
@@ -719,14 +865,14 @@
719
865
  --_rs-typography-link-border-bottom-width-from-text:1px;
720
866
  }
721
867
  @media screen and (max-width: 640px){
722
- ._sizeL_frib4w_21 [data-rs-internal='input__label'],
723
- ._sizeL_frib4w_21 [data-rs-internal='input__inner'],
724
- ._sizeL_frib4w_21 [data-rs-internal='input__inner']::placeholder,
725
- ._sizeL_frib4w_21 [data-rs-internal='input__suffix']{
868
+ ._sizeL_efdpke_21 [data-rs-internal='input__label'],
869
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner'],
870
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::placeholder,
871
+ ._sizeL_efdpke_21 [data-rs-internal='input__suffix']{
726
872
  --_rs-typography-list-li-margin-top-from-text:16px;
727
873
  }
728
874
  }
729
- ._sizeL_frib4w_21 [data-rs-internal='input__bold-label']{
875
+ ._sizeL_efdpke_21 [data-rs-internal='input__bold-label']{
730
876
  --_rs-typography-letter-spacing:normal;
731
877
  --_rs-typography-text-transform:initial;
732
878
  --_rs-typography-font-variant-numeric:initial;
@@ -743,9 +889,12 @@
743
889
  );
744
890
  --_rs-typography-line-height:var(--rs-h3-line-height, 28px);
745
891
  --_rs-typography-base-color:var(
892
+ --_rs-typography-heading-hardness-color,
893
+ var(
746
894
  --rs-color-hard,
747
895
  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))
748
- );
896
+ )
897
+ );
749
898
  --_rs-typography-text-auto-offset:0;
750
899
  --_rs-typography-ul-list-li-padding-left:initial;
751
900
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -754,8 +903,7 @@
754
903
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
755
904
  --_rs-typography-link-border-bottom-width-from-text:2px;
756
905
  }
757
- ._sizeL_frib4w_21 [data-rs-internal='input__note'],
758
- ._sizeL_frib4w_21 [data-rs-internal='input__error-message']{
906
+ ._sizeL_efdpke_21 [data-rs-internal='input__note']{
759
907
  --_rs-typography-letter-spacing:0.0015em;
760
908
  --_rs-typography-text-transform:initial;
761
909
  --_rs-typography-font-variant-numeric:initial;
@@ -790,12 +938,45 @@
790
938
  --_rs-typography-link-border-bottom-width-from-text:1px;
791
939
  }
792
940
  @media screen and (max-width: 640px){
793
- ._sizeL_frib4w_21 [data-rs-internal='input__note'],
794
- ._sizeL_frib4w_21 [data-rs-internal='input__error-message']{
941
+ ._sizeL_efdpke_21 [data-rs-internal='input__note']{
795
942
  --_rs-typography-list-li-margin-top-from-text:12px;
796
943
  }
797
944
  }
798
- ._classic_frib4w_25{
945
+ ._sizeL_efdpke_21 [data-rs-internal='input__error-message']{
946
+ --_rs-typography-letter-spacing:normal;
947
+ --_rs-typography-text-transform:initial;
948
+ --_rs-typography-font-variant-numeric:initial;
949
+ --_rs-typography-font-family:var(
950
+ --rs-font-family-ui,
951
+ var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
952
+ BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
953
+ 'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
954
+ );
955
+ --_rs-typography-font-size:var(--rs-h4-font-size, 16px);
956
+ --_rs-typography-font-weight:var(
957
+ --rs-font-weight-semi-bold,
958
+ 600
959
+ );
960
+ --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
961
+ --_rs-typography-base-color:var(
962
+ --_rs-typography-heading-hardness-color,
963
+ var(
964
+ --rs-color-hard,
965
+ 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))
966
+ )
967
+ );
968
+ --_rs-typography-text-auto-offset:0;
969
+ --_rs-typography-ul-list-li-padding-left:initial;
970
+ --_rs-typography-ol-list-li-padding-left:initial;
971
+ --_rs-typography-list-li-margin-top-from-text:initial;
972
+ --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
973
+ --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
974
+ --_rs-typography-link-border-bottom-width-from-text:2px;
975
+ }
976
+ ._sizeL_efdpke_21 [data-rs-internal='input__error-icon']:not(html){
977
+ --_rs-icons-height:24px;
978
+ }
979
+ ._classic_efdpke_25{
799
980
  --_rs-input-focused-enabled-wrapper-border-width:2px;
800
981
  --_rs-input-focused-enabled-wrapper-background:rgb(
801
982
  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 +1026,7 @@
845
1026
  0.5
846
1027
  );
847
1028
  }
848
- ._rock_frib4w_28{
1029
+ ._rock_efdpke_28{
849
1030
  --_rs-input-focused-enabled-wrapper-border-width:0px;
850
1031
  --_rs-input-focused-enabled-wrapper-background:rgb(
851
1032
  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 +1058,7 @@
877
1058
  );
878
1059
  --_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
879
1060
  }
880
- ._container_frib4w_32{
1061
+ ._container_efdpke_32{
881
1062
  --_rs-theme-dark:var(
882
1063
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
883
1064
  var(--rs-theme-dark, 0)
@@ -887,7 +1068,7 @@
887
1068
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
888
1069
  }
889
1070
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
890
- ._container_frib4w_32{
1071
+ ._container_efdpke_32{
891
1072
  --_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
1073
  --_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
1074
  --_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 +1077,7 @@
896
1077
  }
897
1078
  }
898
1079
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
899
- ._container_frib4w_32{
1080
+ ._container_efdpke_32{
900
1081
  --_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
1082
  --_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
1083
  --_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 +1085,11 @@
904
1085
  --_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
1086
  }
906
1087
  }
907
- ._container_frib4w_32 {
1088
+ ._container_efdpke_32 {
908
1089
 
909
1090
  display:block;
910
1091
  }
911
- ._wrapper_frib4w_39{
1092
+ ._wrapper_efdpke_39{
912
1093
  --_rs-input-border-width:1px;
913
1094
 
914
1095
  display:-webkit-box;
@@ -923,27 +1104,27 @@
923
1104
 
924
1105
  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
1106
  }
926
- ._disabled_frib4w_51 ._wrapper_frib4w_39{
1107
+ ._disabled_efdpke_51 ._wrapper_efdpke_39{
927
1108
  cursor:auto;
928
1109
 
929
1110
  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
1111
  }
931
- ._error_frib4w_57 ._wrapper_frib4w_39{
1112
+ ._error_efdpke_57 ._wrapper_efdpke_39{
932
1113
  --_rs-input-border-width:2px;
933
1114
 
934
1115
  border-color:#F45C4A;
935
1116
  }
936
- ._enabled_frib4w_63._filled_frib4w_63 ._wrapper_frib4w_39{
1117
+ ._enabled_efdpke_63._filled_efdpke_63 ._wrapper_efdpke_39{
937
1118
  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
1119
  }
939
1120
  @media (hover: hover){
940
- ._enabled_frib4w_63:hover ._wrapper_frib4w_39{
1121
+ ._enabled_efdpke_63:hover ._wrapper_efdpke_39{
941
1122
  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
1123
 
943
1124
  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
1125
  }
945
1126
  }
946
- ._enabled_frib4w_63._focused_frib4w_75 ._wrapper_frib4w_39{
1127
+ ._enabled_efdpke_63._focused_efdpke_75 ._wrapper_efdpke_39{
947
1128
  --_rs-input-border-width:var(
948
1129
  --_rs-input-focused-enabled-wrapper-border-width
949
1130
  );
@@ -953,18 +1134,18 @@
953
1134
  background-color:var(--_rs-input-focused-enabled-wrapper-background);
954
1135
  }
955
1136
  @media (hover: hover){
956
- ._error_frib4w_57._enabled_frib4w_63:hover ._wrapper_frib4w_39{
1137
+ ._error_efdpke_57._enabled_efdpke_63:hover ._wrapper_efdpke_39{
957
1138
  border-color:#F45C4A;
958
1139
  }
959
1140
  }
960
- ._error_frib4w_57._enabled_frib4w_63._focused_frib4w_75 ._wrapper_frib4w_39,
961
- ._error_frib4w_57._enabled_frib4w_63._filled_frib4w_63 ._wrapper_frib4w_39{
1141
+ ._error_efdpke_57._enabled_efdpke_63._focused_efdpke_75 ._wrapper_efdpke_39,
1142
+ ._error_efdpke_57._enabled_efdpke_63._filled_efdpke_63 ._wrapper_efdpke_39{
962
1143
  border-color:#F45C4A;
963
1144
  }
964
- ._error_frib4w_57._enabled_frib4w_63._focused_frib4w_75 ._wrapper_frib4w_39{
1145
+ ._error_efdpke_57._enabled_efdpke_63._focused_efdpke_75 ._wrapper_efdpke_39{
965
1146
  background:var(--_rs-input-error-focused-enabled-wrapper-background);
966
1147
  }
967
- ._field_frib4w_101{
1148
+ ._field_efdpke_101{
968
1149
  display:-webkit-box;
969
1150
  display:-ms-flexbox;
970
1151
  display:flex;
@@ -979,7 +1160,7 @@
979
1160
 
980
1161
  padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
981
1162
  }
982
- ._inner_frib4w_114{
1163
+ ._inner_efdpke_114{
983
1164
  letter-spacing:var(
984
1165
  --rs-text-base-letter-spacing,
985
1166
  var(--_rs-typography-letter-spacing)
@@ -993,26 +1174,22 @@
993
1174
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
994
1175
  font-feature-settings:'kern', 'liga', 'calt';
995
1176
  }
996
- ._inner_frib4w_114 > p:not(:nth-child(1)),
997
- ._inner_frib4w_114 > pre:not(:nth-child(1)){
998
- padding-top:var(--_rs-typography-auto-offset-or-initial);
999
- }
1000
- ._inner_frib4w_114::-ms-clear{
1177
+ ._inner_efdpke_114::-ms-clear{
1001
1178
  display:none;
1002
1179
 
1003
1180
  width:0;
1004
1181
  height:0;
1005
1182
  }
1006
- ._dark_frib4w_11 ._inner_frib4w_114{
1183
+ ._dark_efdpke_11 ._inner_efdpke_114{
1007
1184
  color-scheme:dark;
1008
1185
  }
1009
- ._inner_frib4w_114 {
1186
+ ._inner_efdpke_114 {
1010
1187
 
1011
1188
  @container style(--_rs-theme-dark-coefficient: 1){
1012
1189
  color-scheme:dark;
1013
1190
  }
1014
1191
  }
1015
- ._inner_frib4w_114 {
1192
+ ._inner_efdpke_114 {
1016
1193
  @container style(--_rs-theme-dark-coefficient: 0){
1017
1194
  color-scheme:light;
1018
1195
  }
@@ -1043,20 +1220,20 @@
1043
1220
  -moz-appearance:none;
1044
1221
  appearance:none;
1045
1222
  }
1046
- ._inner_frib4w_114:focus{
1223
+ ._inner_efdpke_114:focus{
1047
1224
  outline:none;
1048
1225
  }
1049
- ._disabled_frib4w_51 ._inner_frib4w_114,
1050
- ._inner_frib4w_114:disabled{
1226
+ ._disabled_efdpke_51 ._inner_efdpke_114,
1227
+ ._inner_efdpke_114:disabled{
1051
1228
  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
1229
  }
1053
- ._focused_frib4w_75 ._inner_frib4w_114{
1230
+ ._focused_efdpke_75 ._inner_efdpke_114{
1054
1231
  color:var(--_rs-input-focused-inner-color);
1055
1232
  }
1056
- ._error_frib4w_57._focused_frib4w_75 ._inner_frib4w_114{
1233
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114{
1057
1234
  color:var(--_rs-input-error-focused-inner-color);
1058
1235
  }
1059
- ._inner_frib4w_114::-webkit-input-placeholder{
1236
+ ._inner_efdpke_114::-webkit-input-placeholder{
1060
1237
  letter-spacing:var(
1061
1238
  --rs-text-base-letter-spacing,
1062
1239
  var(--_rs-typography-letter-spacing)
@@ -1069,23 +1246,17 @@
1069
1246
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1070
1247
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1071
1248
  font-feature-settings:'kern', 'liga', 'calt';
1072
- }
1073
- ._inner_frib4w_114::-webkit-input-placeholder > p:not(:nth-child(1)),
1074
- ._inner_frib4w_114::-webkit-input-placeholder > pre:not(:nth-child(1)){
1075
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1076
- }
1077
- ._inner_frib4w_114::-webkit-input-placeholder {
1078
1249
  opacity:1;
1079
1250
 
1080
1251
  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_frib4w_75 ._inner_frib4w_114::-webkit-input-placeholder{
1252
+ }
1253
+ ._focused_efdpke_75 ._inner_efdpke_114::-webkit-input-placeholder{
1083
1254
  color:var(--_rs-input-focused-inner-placeholder-color);
1084
1255
  }
1085
- ._error_frib4w_57._focused_frib4w_75 ._inner_frib4w_114::-webkit-input-placeholder{
1256
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114::-webkit-input-placeholder{
1086
1257
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1087
1258
  }
1088
- ._inner_frib4w_114::-moz-placeholder{
1259
+ ._inner_efdpke_114::-moz-placeholder{
1089
1260
  letter-spacing:var(
1090
1261
  --rs-text-base-letter-spacing,
1091
1262
  var(--_rs-typography-letter-spacing)
@@ -1098,23 +1269,17 @@
1098
1269
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1099
1270
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1100
1271
  font-feature-settings:'kern', 'liga', 'calt';
1101
- }
1102
- ._inner_frib4w_114::-moz-placeholder > p:not(:nth-child(1)),
1103
- ._inner_frib4w_114::-moz-placeholder > pre:not(:nth-child(1)){
1104
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1105
- }
1106
- ._inner_frib4w_114::-moz-placeholder {
1107
1272
  opacity:1;
1108
1273
 
1109
1274
  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_frib4w_75 ._inner_frib4w_114::-moz-placeholder{
1275
+ }
1276
+ ._focused_efdpke_75 ._inner_efdpke_114::-moz-placeholder{
1112
1277
  color:var(--_rs-input-focused-inner-placeholder-color);
1113
1278
  }
1114
- ._error_frib4w_57._focused_frib4w_75 ._inner_frib4w_114::-moz-placeholder{
1279
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114::-moz-placeholder{
1115
1280
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1116
1281
  }
1117
- ._inner_frib4w_114:-ms-input-placeholder{
1282
+ ._inner_efdpke_114:-ms-input-placeholder{
1118
1283
  letter-spacing:var(
1119
1284
  --rs-text-base-letter-spacing,
1120
1285
  var(--_rs-typography-letter-spacing)
@@ -1127,23 +1292,17 @@
1127
1292
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1128
1293
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1129
1294
  font-feature-settings:'kern', 'liga', 'calt';
1130
- }
1131
- ._inner_frib4w_114:-ms-input-placeholder > p:not(:nth-child(1)),
1132
- ._inner_frib4w_114:-ms-input-placeholder > pre:not(:nth-child(1)){
1133
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1134
- }
1135
- ._inner_frib4w_114:-ms-input-placeholder {
1136
1295
  opacity:1;
1137
1296
 
1138
1297
  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_frib4w_75 ._inner_frib4w_114:-ms-input-placeholder{
1298
+ }
1299
+ ._focused_efdpke_75 ._inner_efdpke_114:-ms-input-placeholder{
1141
1300
  color:var(--_rs-input-focused-inner-placeholder-color);
1142
1301
  }
1143
- ._error_frib4w_57._focused_frib4w_75 ._inner_frib4w_114:-ms-input-placeholder{
1302
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114:-ms-input-placeholder{
1144
1303
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1145
1304
  }
1146
- ._inner_frib4w_114::-ms-input-placeholder{
1305
+ ._inner_efdpke_114::-ms-input-placeholder{
1147
1306
  letter-spacing:var(
1148
1307
  --rs-text-base-letter-spacing,
1149
1308
  var(--_rs-typography-letter-spacing)
@@ -1156,23 +1315,17 @@
1156
1315
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1157
1316
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1158
1317
  font-feature-settings:'kern', 'liga', 'calt';
1159
- }
1160
- ._inner_frib4w_114::-ms-input-placeholder > p:not(:nth-child(1)),
1161
- ._inner_frib4w_114::-ms-input-placeholder > pre:not(:nth-child(1)){
1162
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1163
- }
1164
- ._inner_frib4w_114::-ms-input-placeholder {
1165
1318
  opacity:1;
1166
1319
 
1167
1320
  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_frib4w_75 ._inner_frib4w_114::-ms-input-placeholder{
1321
+ }
1322
+ ._focused_efdpke_75 ._inner_efdpke_114::-ms-input-placeholder{
1170
1323
  color:var(--_rs-input-focused-inner-placeholder-color);
1171
1324
  }
1172
- ._error_frib4w_57._focused_frib4w_75 ._inner_frib4w_114::-ms-input-placeholder{
1325
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114::-ms-input-placeholder{
1173
1326
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1174
1327
  }
1175
- ._inner_frib4w_114::placeholder{
1328
+ ._inner_efdpke_114::placeholder{
1176
1329
  letter-spacing:var(
1177
1330
  --rs-text-base-letter-spacing,
1178
1331
  var(--_rs-typography-letter-spacing)
@@ -1185,32 +1338,26 @@
1185
1338
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1186
1339
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1187
1340
  font-feature-settings:'kern', 'liga', 'calt';
1188
- }
1189
- ._inner_frib4w_114::placeholder > p:not(:nth-child(1)),
1190
- ._inner_frib4w_114::placeholder > pre:not(:nth-child(1)){
1191
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1192
- }
1193
- ._inner_frib4w_114::placeholder {
1194
1341
  opacity:1;
1195
1342
 
1196
1343
  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_frib4w_75 ._inner_frib4w_114::placeholder{
1344
+ }
1345
+ ._focused_efdpke_75 ._inner_efdpke_114::placeholder{
1199
1346
  color:var(--_rs-input-focused-inner-placeholder-color);
1200
1347
  }
1201
- ._error_frib4w_57._focused_frib4w_75 ._inner_frib4w_114::placeholder{
1348
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114::placeholder{
1202
1349
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1203
1350
  }
1204
- ._inner_frib4w_114:-moz-ui-invalid{
1351
+ ._inner_efdpke_114:-moz-ui-invalid{
1205
1352
  box-shadow:none;
1206
1353
  }
1207
- ._inner_frib4w_114:-moz-ui-invalid:-moz-focusring{
1354
+ ._inner_efdpke_114:-moz-ui-invalid:-moz-focusring{
1208
1355
  box-shadow:none;
1209
1356
  }
1210
- ._inner_frib4w_114:-webkit-autofill,
1211
- ._inner_frib4w_114:-webkit-autofill:hover,
1212
- ._inner_frib4w_114:-webkit-autofill:active,
1213
- ._inner_frib4w_114:-webkit-autofill:focus{
1357
+ ._inner_efdpke_114:-webkit-autofill,
1358
+ ._inner_efdpke_114:-webkit-autofill:hover,
1359
+ ._inner_efdpke_114:-webkit-autofill:active,
1360
+ ._inner_efdpke_114:-webkit-autofill:focus{
1214
1361
  -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
1362
 
1216
1363
  -webkit-transition-delay:9999s;
@@ -1218,24 +1365,24 @@
1218
1365
  transition-delay:9999s;
1219
1366
  -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
1367
  }
1221
- ._focused_frib4w_75 ._inner_frib4w_114:-webkit-autofill, ._focused_frib4w_75 ._inner_frib4w_114:-webkit-autofill:hover, ._focused_frib4w_75 ._inner_frib4w_114:-webkit-autofill:active, ._focused_frib4w_75 ._inner_frib4w_114:-webkit-autofill:focus{
1368
+ ._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill, ._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill:hover, ._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill:active, ._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill:focus{
1222
1369
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
1223
1370
  -webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
1224
1371
  }
1225
- ._error_frib4w_57._focused_frib4w_75 ._inner_frib4w_114:-webkit-autofill, ._error_frib4w_57._focused_frib4w_75 ._inner_frib4w_114:-webkit-autofill:hover, ._error_frib4w_57._focused_frib4w_75 ._inner_frib4w_114:-webkit-autofill:active, ._error_frib4w_57._focused_frib4w_75 ._inner_frib4w_114:-webkit-autofill:focus{
1372
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill, ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill:hover, ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill:active, ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill:focus{
1226
1373
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
1227
1374
  -webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
1228
1375
  }
1229
- ._offSystemMicroelements_frib4w_229 ._inner_frib4w_114{
1376
+ ._offSystemMicroelements_efdpke_229 ._inner_efdpke_114{
1230
1377
  -moz-appearance:textfield;
1231
1378
  }
1232
- ._offSystemMicroelements_frib4w_229 ._inner_frib4w_114::-webkit-outer-spin-button,
1233
- ._offSystemMicroelements_frib4w_229 ._inner_frib4w_114::-webkit-inner-spin-button{
1379
+ ._offSystemMicroelements_efdpke_229 ._inner_efdpke_114::-webkit-outer-spin-button,
1380
+ ._offSystemMicroelements_efdpke_229 ._inner_efdpke_114::-webkit-inner-spin-button{
1234
1381
  margin:0;
1235
1382
  -webkit-appearance:none;
1236
1383
  appearance:none;
1237
1384
  }
1238
- ._iconWrapper_frib4w_239{
1385
+ ._iconWrapper_efdpke_239{
1239
1386
  --_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
1240
1387
 
1241
1388
  display:-webkit-inline-box;
@@ -1254,15 +1401,15 @@
1254
1401
 
1255
1402
  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
1403
  }
1257
- ._iconWrapper_frib4w_239._action_frib4w_254{
1404
+ ._iconWrapper_efdpke_239._action_efdpke_254{
1258
1405
  position:relative;
1259
1406
 
1260
1407
  cursor:pointer;
1261
1408
  }
1262
- ._iconWrapper_frib4w_239._action_frib4w_254:focus{
1409
+ ._iconWrapper_efdpke_239._action_efdpke_254:focus{
1263
1410
  outline:none;
1264
1411
  }
1265
- ._iconWrapper_frib4w_239._action_frib4w_254::before{
1412
+ ._iconWrapper_efdpke_239._action_efdpke_254::before{
1266
1413
  position:absolute;
1267
1414
  top:-4px;
1268
1415
  right:-4px;
@@ -1277,56 +1424,56 @@
1277
1424
  content:'';
1278
1425
  pointer-events:none;
1279
1426
  }
1280
- ._iconWrapper_frib4w_239._action_frib4w_254:focus[data-focus-method='key']::before{
1427
+ ._iconWrapper_efdpke_239._action_efdpke_254:focus[data-focus-method='key']::before{
1281
1428
  display:block;
1282
1429
  }
1283
- ._disabled_frib4w_51 ._iconWrapper_frib4w_239{
1430
+ ._disabled_efdpke_51 ._iconWrapper_efdpke_239{
1284
1431
  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
1432
  }
1286
- ._disabled_frib4w_51 ._iconWrapper_frib4w_239._action_frib4w_254{
1433
+ ._disabled_efdpke_51 ._iconWrapper_efdpke_239._action_efdpke_254{
1287
1434
  pointer-events:none;
1288
1435
  }
1289
- ._iconWrapper_frib4w_239._right_frib4w_292{
1436
+ ._iconWrapper_efdpke_239._right_efdpke_292{
1290
1437
  margin-left:var(--_rs-input-icon-offset);
1291
1438
  }
1292
- ._iconWrapper_frib4w_239._left_frib4w_296{
1439
+ ._iconWrapper_efdpke_239._left_efdpke_296{
1293
1440
  margin-right:var(--_rs-input-icon-offset);
1294
1441
  }
1295
- ._focused_frib4w_75 ._iconWrapper_frib4w_239{
1442
+ ._focused_efdpke_75 ._iconWrapper_efdpke_239{
1296
1443
  color:var(--_rs-input-focused-icon-color);
1297
1444
  }
1298
- ._error_frib4w_57._focused_frib4w_75 ._iconWrapper_frib4w_239{
1445
+ ._error_efdpke_57._focused_efdpke_75 ._iconWrapper_efdpke_239{
1299
1446
  color:var(--_rs-input-error-focused-icon-color);
1300
1447
  }
1301
1448
  @media (hover: hover){
1302
- ._enabled_frib4w_63 ._iconWrapper_frib4w_239._action_frib4w_254:hover{
1449
+ ._enabled_efdpke_63 ._iconWrapper_efdpke_239._action_efdpke_254:hover{
1303
1450
  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
1451
  }
1305
1452
 
1306
- ._enabled_frib4w_63._focused_frib4w_75 ._iconWrapper_frib4w_239._action_frib4w_254:hover{
1453
+ ._enabled_efdpke_63._focused_efdpke_75 ._iconWrapper_efdpke_239._action_efdpke_254:hover{
1307
1454
  color:var(--_rs-input-focused-icon-accent-color);
1308
1455
  }
1309
1456
 
1310
- ._enabled_frib4w_63._error_frib4w_57._focused_frib4w_75 ._iconWrapper_frib4w_239._action_frib4w_254:hover{
1457
+ ._enabled_efdpke_63._error_efdpke_57._focused_efdpke_75 ._iconWrapper_efdpke_239._action_efdpke_254:hover{
1311
1458
  color:var(--_rs-input-error-focused-icon-accent-color);
1312
1459
  }
1313
1460
  }
1314
- ._enabled_frib4w_63 ._iconWrapper_frib4w_239._action_frib4w_254:focus[data-focus-method='key']{
1461
+ ._enabled_efdpke_63 ._iconWrapper_efdpke_239._action_efdpke_254:focus[data-focus-method='key']{
1315
1462
  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
1463
  }
1317
- ._enabled_frib4w_63._focused_frib4w_75 ._iconWrapper_frib4w_239._action_frib4w_254:focus[data-focus-method='key']{
1464
+ ._enabled_efdpke_63._focused_efdpke_75 ._iconWrapper_efdpke_239._action_efdpke_254:focus[data-focus-method='key']{
1318
1465
  color:var(--_rs-input-focused-icon-accent-color);
1319
1466
  }
1320
- ._enabled_frib4w_63._error_frib4w_57._focused_frib4w_75 ._iconWrapper_frib4w_239._action_frib4w_254:focus[data-focus-method='key']{
1467
+ ._enabled_efdpke_63._error_efdpke_57._focused_efdpke_75 ._iconWrapper_efdpke_239._action_efdpke_254:focus[data-focus-method='key']{
1321
1468
  color:var(--_rs-input-error-focused-icon-accent-color);
1322
1469
  }
1323
- ._iconWrapper_frib4w_239 ._icon_frib4w_239{
1470
+ ._iconWrapper_efdpke_239 ._icon_efdpke_239{
1324
1471
  fill:currentColor;
1325
1472
 
1326
1473
  width:auto;
1327
1474
  height:var(--_rs-input-icon-size);
1328
1475
  }
1329
- ._divider_frib4w_342{
1476
+ ._divider_efdpke_342{
1330
1477
  display:block;
1331
1478
 
1332
1479
  width:1px;
@@ -1335,10 +1482,10 @@
1335
1482
 
1336
1483
  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
1484
  }
1338
- ._focused_frib4w_75 ._divider_frib4w_342{
1485
+ ._focused_efdpke_75 ._divider_efdpke_342{
1339
1486
  background:var(--_rs-input-focused-divider-background);
1340
1487
  }
1341
- ._suffix_frib4w_356{
1488
+ ._suffix_efdpke_356{
1342
1489
  letter-spacing:var(
1343
1490
  --rs-text-base-letter-spacing,
1344
1491
  var(--_rs-typography-letter-spacing)
@@ -1351,12 +1498,6 @@
1351
1498
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1352
1499
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1353
1500
  font-feature-settings:'kern', 'liga', 'calt';
1354
- }
1355
- ._suffix_frib4w_356 > p:not(:nth-child(1)),
1356
- ._suffix_frib4w_356 > pre:not(:nth-child(1)){
1357
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1358
- }
1359
- ._suffix_frib4w_356 {
1360
1501
 
1361
1502
  -webkit-box-flex:0;
1362
1503
 
@@ -1368,13 +1509,13 @@
1368
1509
 
1369
1510
  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
1511
  }
1371
- ._focused_frib4w_75 ._suffix_frib4w_356{
1512
+ ._focused_efdpke_75 ._suffix_efdpke_356{
1372
1513
  color:var(--_rs-input-focused-suffix-color);
1373
1514
  }
1374
- ._error_frib4w_57._focused_frib4w_75 ._suffix_frib4w_356{
1515
+ ._error_efdpke_57._focused_efdpke_75 ._suffix_efdpke_356{
1375
1516
  color:var(--_rs-input-error-focused-suffix-color);
1376
1517
  }
1377
- ._errorMessage_frib4w_376{
1518
+ ._errorMessage_efdpke_376{
1378
1519
  letter-spacing:var(
1379
1520
  --rs-text-base-letter-spacing,
1380
1521
  var(--_rs-typography-letter-spacing)
@@ -1387,17 +1528,30 @@
1387
1528
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1388
1529
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1389
1530
  font-feature-settings:'kern', 'liga', 'calt';
1390
- }
1391
- ._errorMessage_frib4w_376 > p:not(:nth-child(1)),
1392
- ._errorMessage_frib4w_376 > pre:not(:nth-child(1)){
1393
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1394
- }
1395
- ._errorMessage_frib4w_376 {
1531
+
1532
+ display:-webkit-box;
1533
+
1534
+ display:-ms-flexbox;
1535
+
1536
+ display:flex;
1537
+ -ms-flex-wrap:nowrap;
1538
+ flex-wrap:nowrap;
1539
+
1396
1540
  margin-top:var(--_rs-input-parts-offset);
1397
1541
 
1542
+ 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));
1543
+ -webkit-column-gap:8px;
1544
+ -moz-column-gap:8px;
1545
+ column-gap:8px;
1546
+ }
1547
+ ._errorIcon_efdpke_388{
1548
+ -webkit-box-flex:0;
1549
+ -ms-flex:0 0 auto;
1550
+ flex:0 0 auto;
1551
+
1398
1552
  color:#F45C4A;
1399
1553
  }
1400
- ._note_frib4w_383{
1554
+ ._note_efdpke_394{
1401
1555
  letter-spacing:var(
1402
1556
  --rs-text-base-letter-spacing,
1403
1557
  var(--_rs-typography-letter-spacing)
@@ -1410,28 +1564,20 @@
1410
1564
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1411
1565
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1412
1566
  font-feature-settings:'kern', 'liga', 'calt';
1413
- }
1414
- ._note_frib4w_383 > p:not(:nth-child(1)),
1415
- ._note_frib4w_383 > pre:not(:nth-child(1)){
1416
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1417
- }
1418
- ._note_frib4w_383 {
1419
- --_rs-typography-hardness-color:var(
1567
+ color:var(
1420
1568
  --rs-color-average,
1421
1569
  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)
1422
1570
  );
1423
1571
 
1424
1572
  margin-top:var(--_rs-input-parts-offset);
1425
-
1426
- color:var(--_rs-typography-hardness-color);
1427
1573
  }
1428
- ._disabled_frib4w_51 ._note_frib4w_383{
1429
- --_rs-typography-hardness-color:var(
1574
+ ._disabled_efdpke_51 ._note_efdpke_394{
1575
+ color:var(
1430
1576
  --rs-color-pale,
1431
1577
  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
1578
  );
1433
1579
  }
1434
- ._label_frib4w_396{
1580
+ ._label_efdpke_405{
1435
1581
  letter-spacing:var(
1436
1582
  --rs-text-base-letter-spacing,
1437
1583
  var(--_rs-typography-letter-spacing)
@@ -1444,23 +1590,15 @@
1444
1590
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1445
1591
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1446
1592
  font-feature-settings:'kern', 'liga', 'calt';
1447
- }
1448
- ._label_frib4w_396 > p:not(:nth-child(1)),
1449
- ._label_frib4w_396 > pre:not(:nth-child(1)){
1450
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1451
- }
1452
- ._label_frib4w_396 {
1453
- --_rs-typography-hardness-color:var(
1593
+ color:var(
1454
1594
  --rs-color-hard,
1455
1595
  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))
1456
1596
  );
1457
1597
 
1458
1598
  margin-bottom:var(--_rs-input-parts-offset);
1459
-
1460
- color:var(--_rs-typography-hardness-color);
1461
1599
  }
1462
- ._disabled_frib4w_51 ._label_frib4w_396{
1463
- --_rs-typography-hardness-color:var(
1600
+ ._disabled_efdpke_51 ._label_efdpke_405{
1601
+ color:var(
1464
1602
  --rs-color-pale,
1465
1603
  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)
1466
1604
  );