@epam/uui 4.8.1 → 4.8.2

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/styles.css CHANGED
@@ -33,13 +33,13 @@
33
33
  font-weight: normal;
34
34
  src: url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/RobotoSlab-Regular.ttf") format("truetype");
35
35
  }
36
- .SN9zM.uui-button-box {
36
+ ._1T-iu.uui-button-box {
37
37
  border-style: solid;
38
38
  justify-content: center;
39
39
  min-width: inherit;
40
40
  border-radius: var(--button-border-radius);
41
41
  }
42
- .SN9zM .uui-caption {
42
+ ._1T-iu .uui-caption {
43
43
  overflow: hidden;
44
44
  text-overflow: ellipsis;
45
45
  min-width: 0;
@@ -50,234 +50,234 @@
50
50
  user-select: none;
51
51
  }
52
52
 
53
- ._1Flxv {
53
+ ._2GD5e {
54
54
  background-color: var(--button-bg-color);
55
55
  color: var(--button-caption-color);
56
56
  fill: var(--button-caption-color);
57
57
  border-color: var(--button-bg-color);
58
58
  }
59
- ._1Flxv.-clickable:hover {
59
+ ._2GD5e.-clickable:hover {
60
60
  background-color: var(--button-bg-color-hover);
61
61
  border-color: var(--button-bg-color-hover);
62
62
  }
63
- ._1Flxv.-clickable:focus {
63
+ ._2GD5e.-clickable:focus {
64
64
  background-color: var(--button-bg-color-hover);
65
65
  border-color: var(--button-bg-color-hover);
66
66
  box-shadow: var(--button-focus-shadow);
67
67
  outline: var(--button-focus-outline);
68
68
  }
69
- ._1Flxv.-clickable:active {
69
+ ._2GD5e.-clickable:active {
70
70
  background-color: var(--button-bg-color-active);
71
71
  border-color: var(--button-bg-color-active);
72
72
  }
73
- ._1Flxv.uui-disabled {
73
+ ._2GD5e.uui-disabled {
74
74
  background-color: var(--button-bg-color-disabled);
75
75
  color: var(--button-caption-color-disabled);
76
76
  fill: var(--button-caption-color-disabled);
77
77
  border-color: var(--button-border-color-disabled);
78
78
  }
79
- ._1Flxv.-clickable.uui-disabled, ._1Flxv:hover.uui-disabled, ._1Flxv:active.uui-disabled, ._1Flxv:focus.uui-disabled {
79
+ ._2GD5e.-clickable.uui-disabled, ._2GD5e:hover.uui-disabled, ._2GD5e:active.uui-disabled, ._2GD5e:focus.uui-disabled {
80
80
  background-color: var(--button-bg-color-disabled);
81
81
  color: var(--button-caption-color-disabled);
82
82
  fill: var(--button-caption-color-disabled);
83
83
  border-color: var(--button-border-color-disabled);
84
84
  }
85
85
 
86
- ._2cttp {
86
+ ._1w81d {
87
87
  background-color: var(--button-bg-color-halftone);
88
88
  color: var(--button-caption-halftone-color);
89
89
  fill: var(--button-caption-halftone-color);
90
90
  border-color: var(--button-border-color);
91
91
  }
92
- ._2cttp.-clickable:hover, ._2cttp.-clickable:focus {
92
+ ._1w81d.-clickable:hover, ._1w81d.-clickable:focus {
93
93
  background-color: var(--button-bg-color-halftone-hover);
94
94
  color: var(--button-caption-halftone-color);
95
95
  fill: var(--button-caption-halftone-color);
96
96
  border-color: var(--button-border-color);
97
97
  }
98
- ._2cttp.-clickable:active {
98
+ ._1w81d.-clickable:active {
99
99
  background-color: var(--button-bg-color-halftone-active);
100
100
  color: var(--button-caption-halftone-color);
101
101
  fill: var(--button-caption-halftone-color);
102
102
  border-color: var(--button-border-color);
103
103
  }
104
- ._2cttp.uui-disabled {
104
+ ._1w81d.uui-disabled {
105
105
  background-color: var(--button-bg-color-halftone);
106
106
  color: var(--button-caption-color-disabled);
107
107
  fill: var(--button-caption-color-disabled);
108
108
  border-color: var(--button-border-color-disabled);
109
109
  }
110
- ._2cttp.-clickable.uui-disabled, ._2cttp:hover.uui-disabled, ._2cttp:active.uui-disabled, ._2cttp:focus.uui-disabled {
110
+ ._1w81d.-clickable.uui-disabled, ._1w81d:hover.uui-disabled, ._1w81d:active.uui-disabled, ._1w81d:focus.uui-disabled {
111
111
  background-color: var(--button-bg-color-halftone);
112
112
  color: var(--button-caption-color-disabled);
113
113
  fill: var(--button-caption-color-disabled);
114
114
  border-color: var(--button-border-color-disabled);
115
115
  }
116
116
 
117
- ._34BB- {
117
+ ._3w3pR {
118
118
  background-color: transparent;
119
119
  color: var(--button-caption-halftone-color);
120
120
  fill: var(--button-caption-halftone-color);
121
121
  border-color: var(--button-border-color);
122
122
  }
123
- ._34BB-.-clickable:hover, ._34BB-.-clickable:focus {
123
+ ._3w3pR.-clickable:hover, ._3w3pR.-clickable:focus {
124
124
  background-color: var(--button-bg-color-halftone-hover);
125
125
  color: var(--button-caption-halftone-color);
126
126
  fill: var(--button-caption-halftone-color);
127
127
  border-color: var(--button-border-color);
128
128
  }
129
- ._34BB-.-clickable:active {
129
+ ._3w3pR.-clickable:active {
130
130
  background-color: var(--button-bg-color-halftone-active);
131
131
  color: var(--button-caption-halftone-color);
132
132
  fill: var(--button-caption-halftone-color);
133
133
  border-color: var(--button-border-color);
134
134
  }
135
- ._34BB-.uui-disabled {
135
+ ._3w3pR.uui-disabled {
136
136
  background-color: transparent;
137
137
  color: var(--button-caption-color-disabled);
138
138
  fill: var(--button-caption-color-disabled);
139
139
  border-color: var(--button-border-color-disabled);
140
140
  }
141
- ._34BB-.-clickable.uui-disabled, ._34BB-:hover.uui-disabled, ._34BB-:active.uui-disabled, ._34BB-:focus.uui-disabled {
141
+ ._3w3pR.-clickable.uui-disabled, ._3w3pR:hover.uui-disabled, ._3w3pR:active.uui-disabled, ._3w3pR:focus.uui-disabled {
142
142
  background-color: transparent;
143
143
  color: var(--button-caption-color-disabled);
144
144
  fill: var(--button-caption-color-disabled);
145
145
  border-color: var(--button-border-color-disabled);
146
146
  }
147
147
 
148
- ._3rQuH {
148
+ ._2W16m {
149
149
  background-color: transparent;
150
150
  color: var(--button-caption-halftone-color);
151
151
  fill: var(--button-caption-halftone-color);
152
152
  border-color: transparent;
153
153
  }
154
- ._3rQuH.-clickable:hover, ._3rQuH.-clickable:focus {
154
+ ._2W16m.-clickable:hover, ._2W16m.-clickable:focus {
155
155
  background-color: var(--button-bg-color-halftone-hover);
156
156
  border-color: var(--button-bg-color-halftone-hover);
157
157
  }
158
- ._3rQuH.-clickable:active {
158
+ ._2W16m.-clickable:active {
159
159
  background-color: var(--button-bg-color-halftone-active);
160
160
  border-color: var(--button-bg-color-halftone-active);
161
161
  }
162
- ._3rQuH.uui-disabled {
162
+ ._2W16m.uui-disabled {
163
163
  background-color: transparent;
164
164
  color: var(--button-caption-color-disabled);
165
165
  fill: var(--button-caption-color-disabled);
166
166
  border-color: transparent;
167
167
  }
168
- ._3rQuH.-clickable.uui-disabled, ._3rQuH:hover.uui-disabled, ._3rQuH:active.uui-disabled, ._3rQuH:focus.uui-disabled {
168
+ ._2W16m.-clickable.uui-disabled, ._2W16m:hover.uui-disabled, ._2W16m:active.uui-disabled, ._2W16m:focus.uui-disabled {
169
169
  background-color: transparent;
170
170
  color: var(--button-caption-color-disabled);
171
171
  fill: var(--button-caption-color-disabled);
172
172
  border-color: transparent;
173
173
  }
174
174
 
175
- ._3XUYp {
175
+ .wLgay {
176
176
  min-width: 24px;
177
177
  padding-left: 5px;
178
178
  padding-right: 5px;
179
179
  }
180
- ._3XUYp .uui-caption {
180
+ .wLgay .uui-caption {
181
181
  padding-left: 6px;
182
182
  padding-right: 6px;
183
183
  }
184
- ._3XUYp.uui-button-box {
184
+ .wLgay.uui-button-box {
185
185
  min-height: 24px;
186
186
  border-width: 1px;
187
187
  }
188
- ._3XUYp .uui-caption {
188
+ .wLgay .uui-caption {
189
189
  line-height: 18px;
190
190
  font-size: 12px;
191
191
  padding-top: 2px;
192
192
  padding-bottom: 2px;
193
193
  }
194
194
 
195
- ._2lpVW {
195
+ ._13Ab0 {
196
196
  min-width: 30px;
197
197
  padding-left: 5px;
198
198
  padding-right: 5px;
199
199
  }
200
- ._2lpVW .uui-caption {
200
+ ._13Ab0 .uui-caption {
201
201
  padding-left: 6px;
202
202
  padding-right: 6px;
203
203
  }
204
- ._2lpVW.uui-button-box {
204
+ ._13Ab0.uui-button-box {
205
205
  min-height: 30px;
206
206
  border-width: 1px;
207
207
  }
208
- ._2lpVW .uui-caption {
208
+ ._13Ab0 .uui-caption {
209
209
  line-height: 18px;
210
210
  font-size: 14px;
211
211
  padding-top: 5px;
212
212
  padding-bottom: 5px;
213
213
  }
214
214
 
215
- ._3_AZU {
215
+ ._20ae7 {
216
216
  min-width: 36px;
217
217
  padding-left: 5px;
218
218
  padding-right: 5px;
219
219
  }
220
- ._3_AZU .uui-caption {
220
+ ._20ae7 .uui-caption {
221
221
  padding-left: 6px;
222
222
  padding-right: 6px;
223
223
  }
224
- ._3_AZU.uui-button-box {
224
+ ._20ae7.uui-button-box {
225
225
  min-height: 36px;
226
226
  border-width: 1px;
227
227
  }
228
- ._3_AZU .uui-caption {
228
+ ._20ae7 .uui-caption {
229
229
  line-height: 18px;
230
230
  font-size: 14px;
231
231
  padding-top: 8px;
232
232
  padding-bottom: 8px;
233
233
  }
234
234
 
235
- ._2OD3Z {
235
+ ._2fdyo {
236
236
  min-width: 42px;
237
237
  padding-left: 11px;
238
238
  padding-right: 11px;
239
239
  }
240
- ._2OD3Z .uui-caption {
240
+ ._2fdyo .uui-caption {
241
241
  padding-left: 6px;
242
242
  padding-right: 6px;
243
243
  }
244
- ._2OD3Z.uui-button-box {
244
+ ._2fdyo.uui-button-box {
245
245
  min-height: 42px;
246
246
  border-width: 1px;
247
247
  }
248
- ._2OD3Z .uui-caption {
248
+ ._2fdyo .uui-caption {
249
249
  line-height: 24px;
250
250
  font-size: 16px;
251
251
  padding-top: 8px;
252
252
  padding-bottom: 8px;
253
253
  font-size: 14px;
254
254
  }
255
- ._2OD3Z .uui-caption {
255
+ ._2fdyo .uui-caption {
256
256
  font-family: var(--font-primary);
257
257
  text-transform: uppercase;
258
258
  }
259
259
 
260
- ._3uKUW {
260
+ .c6fN8 {
261
261
  min-width: 48px;
262
262
  padding-left: 11px;
263
263
  padding-right: 11px;
264
264
  }
265
- ._3uKUW .uui-caption {
265
+ .c6fN8 .uui-caption {
266
266
  padding-left: 6px;
267
267
  padding-right: 6px;
268
268
  }
269
- ._3uKUW.uui-button-box {
269
+ .c6fN8.uui-button-box {
270
270
  min-height: 48px;
271
271
  border-width: 1px;
272
272
  }
273
- ._3uKUW .uui-caption {
273
+ .c6fN8 .uui-caption {
274
274
  line-height: 24px;
275
275
  font-size: 16px;
276
276
  padding-top: 11px;
277
277
  padding-bottom: 11px;
278
278
  font-size: 14px;
279
279
  }
280
- ._3uKUW .uui-caption {
280
+ .c6fN8 .uui-caption {
281
281
  font-family: var(--font-primary);
282
282
  text-transform: uppercase;
283
283
  }
@@ -393,182 +393,182 @@
393
393
  --icon-button-icon-color-active: var(--secondary-active-color);
394
394
  --icon-button-icon-color-disabled: var(--secondary-disabled-color);
395
395
  }
396
- ._2kRQa {
396
+ ._3bO7Y {
397
397
  fill: var(--icon-button-icon-color);
398
398
  }
399
- ._2kRQa.-clickable:hover, ._2kRQa.-clickable:focus {
399
+ ._3bO7Y.-clickable:hover, ._3bO7Y.-clickable:focus {
400
400
  fill: var(--icon-button-icon-color-hover);
401
401
  }
402
- ._2kRQa.-clickable:active {
402
+ ._3bO7Y.-clickable:active {
403
403
  fill: var(--icon-button-icon-color-active);
404
404
  }
405
- ._2kRQa.uui-disabled {
405
+ ._3bO7Y.uui-disabled {
406
406
  fill: var(--icon-button-icon-color-disabled);
407
407
  }
408
- ._2kRQa.uui-disabled.-clickable:hover, ._2kRQa.uui-disabled.-clickable:focus {
408
+ ._3bO7Y.uui-disabled.-clickable:hover, ._3bO7Y.uui-disabled.-clickable:focus {
409
409
  fill: var(--icon-button-icon-color-disabled);
410
410
  }
411
- ._2kRQa.uui-disabled.-clickable:active {
411
+ ._3bO7Y.uui-disabled.-clickable:active {
412
412
  fill: var(--icon-button-icon-color-disabled);
413
413
  }
414
- ._2kRQa.uui-invalid {
414
+ ._3bO7Y.uui-invalid {
415
415
  fill: var(--icon-button-icon-color-invalid);
416
416
  }
417
- ._2LyMn.uui-button-box {
417
+ ._3KTPe.uui-button-box {
418
418
  background-color: transparent;
419
419
  color: var(--link-button-text-color);
420
420
  fill: var(--link-button-text-color);
421
421
  }
422
- ._2LyMn.uui-button-box.-clickable:not(.uui-disabled):hover, ._2LyMn.uui-button-box.-clickable:not(.uui-disabled):focus {
422
+ ._3KTPe.uui-button-box.-clickable:not(.uui-disabled):hover, ._3KTPe.uui-button-box.-clickable:not(.uui-disabled):focus {
423
423
  color: var(--link-button-text-color-hover);
424
424
  fill: var(--link-button-text-color-hover);
425
425
  }
426
- ._2LyMn.uui-button-box.-clickable:not(.uui-disabled):active {
426
+ ._3KTPe.uui-button-box.-clickable:not(.uui-disabled):active {
427
427
  color: var(--link-button-text-color-active);
428
428
  fill: var(--link-button-text-color-active);
429
429
  }
430
- ._2LyMn.uui-button-box.-clickable:not(.uui-disabled):focus {
430
+ ._3KTPe.uui-button-box.-clickable:not(.uui-disabled):focus {
431
431
  box-shadow: none;
432
432
  }
433
- ._2LyMn.uui-button-box.uui-disabled {
433
+ ._3KTPe.uui-button-box.uui-disabled {
434
434
  color: var(--link-button-text-color-disabled);
435
435
  fill: var(--link-button-text-color-disabled);
436
436
  background-color: transparent;
437
437
  }
438
- ._2LyMn.uui-button-box.uui-disabled:hover {
438
+ ._3KTPe.uui-button-box.uui-disabled:hover {
439
439
  background-color: transparent;
440
440
  }
441
- ._2LyMn .uui-caption {
441
+ ._3KTPe .uui-caption {
442
442
  font-family: var(--font-semibold);
443
443
  font-weight: normal;
444
444
  }
445
- ._2LyMn._2biSP {
445
+ ._3KTPe._3pUiu {
446
446
  min-width: 18px;
447
447
  min-width: auto;
448
448
  }
449
- ._2LyMn._2biSP.uui-has-left-icon .uui-caption {
449
+ ._3KTPe._3pUiu.uui-has-left-icon .uui-caption {
450
450
  padding-left: 6px;
451
451
  }
452
- ._2LyMn._2biSP.uui-has-right-icon .uui-caption {
452
+ ._3KTPe._3pUiu.uui-has-right-icon .uui-caption {
453
453
  padding-right: 6px;
454
454
  }
455
- ._2LyMn._2biSP.uui-button-box {
455
+ ._3KTPe._3pUiu.uui-button-box {
456
456
  min-height: 18px;
457
457
  border-width: 0;
458
458
  }
459
- ._2LyMn._2biSP .uui-caption {
459
+ ._3KTPe._3pUiu .uui-caption {
460
460
  line-height: 12px;
461
461
  font-size: 10px;
462
462
  padding-top: 3px;
463
463
  padding-bottom: 3px;
464
464
  }
465
- ._2LyMn.SqBXl {
465
+ ._3KTPe.wB4ds {
466
466
  min-width: 24px;
467
467
  min-width: auto;
468
468
  }
469
- ._2LyMn.SqBXl.uui-has-left-icon .uui-caption {
469
+ ._3KTPe.wB4ds.uui-has-left-icon .uui-caption {
470
470
  padding-left: 6px;
471
471
  }
472
- ._2LyMn.SqBXl.uui-has-right-icon .uui-caption {
472
+ ._3KTPe.wB4ds.uui-has-right-icon .uui-caption {
473
473
  padding-right: 6px;
474
474
  }
475
- ._2LyMn.SqBXl.uui-button-box {
475
+ ._3KTPe.wB4ds.uui-button-box {
476
476
  min-height: 24px;
477
477
  border-width: 0;
478
478
  }
479
- ._2LyMn.SqBXl .uui-caption {
479
+ ._3KTPe.wB4ds .uui-caption {
480
480
  line-height: 18px;
481
481
  font-size: 12px;
482
482
  padding-top: 3px;
483
483
  padding-bottom: 3px;
484
484
  }
485
- ._2LyMn._3gzd0 {
485
+ ._3KTPe._26UYD {
486
486
  min-width: 30px;
487
487
  min-width: auto;
488
488
  }
489
- ._2LyMn._3gzd0.uui-has-left-icon .uui-caption {
489
+ ._3KTPe._26UYD.uui-has-left-icon .uui-caption {
490
490
  padding-left: 6px;
491
491
  }
492
- ._2LyMn._3gzd0.uui-has-right-icon .uui-caption {
492
+ ._3KTPe._26UYD.uui-has-right-icon .uui-caption {
493
493
  padding-right: 6px;
494
494
  }
495
- ._2LyMn._3gzd0.uui-button-box {
495
+ ._3KTPe._26UYD.uui-button-box {
496
496
  min-height: 30px;
497
497
  border-width: 0;
498
498
  }
499
- ._2LyMn._3gzd0 .uui-caption {
499
+ ._3KTPe._26UYD .uui-caption {
500
500
  line-height: 18px;
501
501
  font-size: 14px;
502
502
  padding-top: 6px;
503
503
  padding-bottom: 6px;
504
504
  }
505
- ._2LyMn._2JDS- {
505
+ ._3KTPe._3wL-e {
506
506
  min-width: 36px;
507
507
  min-width: auto;
508
508
  }
509
- ._2LyMn._2JDS-.uui-has-left-icon .uui-caption {
509
+ ._3KTPe._3wL-e.uui-has-left-icon .uui-caption {
510
510
  padding-left: 6px;
511
511
  }
512
- ._2LyMn._2JDS-.uui-has-right-icon .uui-caption {
512
+ ._3KTPe._3wL-e.uui-has-right-icon .uui-caption {
513
513
  padding-right: 6px;
514
514
  }
515
- ._2LyMn._2JDS-.uui-button-box {
515
+ ._3KTPe._3wL-e.uui-button-box {
516
516
  min-height: 36px;
517
517
  border-width: 0;
518
518
  }
519
- ._2LyMn._2JDS- .uui-caption {
519
+ ._3KTPe._3wL-e .uui-caption {
520
520
  line-height: 18px;
521
521
  font-size: 14px;
522
522
  padding-top: 9px;
523
523
  padding-bottom: 9px;
524
524
  }
525
- ._2LyMn._1uu85 {
525
+ ._3KTPe.QpCTc {
526
526
  min-width: 42px;
527
527
  min-width: auto;
528
528
  }
529
- ._2LyMn._1uu85.uui-has-left-icon .uui-caption {
529
+ ._3KTPe.QpCTc.uui-has-left-icon .uui-caption {
530
530
  padding-left: 6px;
531
531
  }
532
- ._2LyMn._1uu85.uui-has-right-icon .uui-caption {
532
+ ._3KTPe.QpCTc.uui-has-right-icon .uui-caption {
533
533
  padding-right: 6px;
534
534
  }
535
- ._2LyMn._1uu85.uui-button-box {
535
+ ._3KTPe.QpCTc.uui-button-box {
536
536
  min-height: 42px;
537
537
  border-width: 0;
538
538
  }
539
- ._2LyMn._1uu85 .uui-caption {
539
+ ._3KTPe.QpCTc .uui-caption {
540
540
  line-height: 24px;
541
541
  font-size: 16px;
542
542
  padding-top: 9px;
543
543
  padding-bottom: 9px;
544
544
  font-size: 14px;
545
545
  }
546
- ._2LyMn._1uu85 .uui-caption {
546
+ ._3KTPe.QpCTc .uui-caption {
547
547
  font-family: var(--font-primary);
548
548
  text-transform: uppercase;
549
549
  }
550
- ._2LyMn._3Nvtj {
550
+ ._3KTPe._1y_kE {
551
551
  min-width: 48px;
552
552
  min-width: auto;
553
553
  }
554
- ._2LyMn._3Nvtj.uui-has-left-icon .uui-caption {
554
+ ._3KTPe._1y_kE.uui-has-left-icon .uui-caption {
555
555
  padding-left: 6px;
556
556
  }
557
- ._2LyMn._3Nvtj.uui-has-right-icon .uui-caption {
557
+ ._3KTPe._1y_kE.uui-has-right-icon .uui-caption {
558
558
  padding-right: 6px;
559
559
  }
560
- ._2LyMn._3Nvtj.uui-button-box {
560
+ ._3KTPe._1y_kE.uui-button-box {
561
561
  min-height: 48px;
562
562
  border-width: 0;
563
563
  }
564
- ._2LyMn._3Nvtj .uui-caption {
564
+ ._3KTPe._1y_kE .uui-caption {
565
565
  line-height: 24px;
566
566
  font-size: 16px;
567
567
  padding-top: 12px;
568
568
  padding-bottom: 12px;
569
569
  font-size: 14px;
570
570
  }
571
- ._2LyMn._3Nvtj .uui-caption {
571
+ ._3KTPe._1y_kE .uui-caption {
572
572
  font-family: var(--font-primary);
573
573
  text-transform: uppercase;
574
574
  }
@@ -586,7 +586,7 @@
586
586
  --tab-button-count-bg-color: white;
587
587
  --tab-button-count-color: var(--text-secondary-color);
588
588
  }
589
- .SmKWL {
589
+ ._114hH {
590
590
  min-width: 36px;
591
591
  color: var(--tab-button-text-color);
592
592
  fill: var(--tab-button-text-color);
@@ -602,39 +602,39 @@
602
602
  font-weight: normal;
603
603
  border-bottom: 3px solid transparent;
604
604
  }
605
- .SmKWL.uui-has-left-icon .uui-caption {
605
+ ._114hH.uui-has-left-icon .uui-caption {
606
606
  padding-left: 6px;
607
607
  }
608
- .SmKWL.uui-has-right-icon .uui-caption {
608
+ ._114hH.uui-has-right-icon .uui-caption {
609
609
  padding-right: 6px;
610
610
  }
611
- .SmKWL:hover, .SmKWL:focus {
611
+ ._114hH:hover, ._114hH:focus {
612
612
  color: var(--tab-button-text-color-active);
613
613
  fill: var(--tab-button-text-color-active);
614
614
  }
615
- .SmKWL.uui-active {
615
+ ._114hH.uui-active {
616
616
  color: var(--tab-button-text-color-active);
617
617
  fill: var(--tab-button-text-color-active);
618
618
  border-color: var(--tab-button-text-color-active);
619
619
  }
620
- .SmKWL.uui-active {
620
+ ._114hH.uui-active {
621
621
  border-color: var(--tab-button-text-color-active);
622
622
  }
623
- .SmKWL.uui-disabled {
623
+ ._114hH.uui-disabled {
624
624
  color: var(--tab-button-text-color-disabled);
625
625
  fill: var(--tab-button-text-color-disabled);
626
626
  background-color: transparent;
627
627
  }
628
- .SmKWL.uui-disabled:hover, .SmKWL.uui-disabled:focus {
628
+ ._114hH.uui-disabled:hover, ._114hH.uui-disabled:focus {
629
629
  color: var(--tab-button-text-color-disabled);
630
630
  fill: var(--tab-button-text-color-disabled);
631
631
  }
632
- .SmKWL.uui-disabled.uui-active {
632
+ ._114hH.uui-disabled.uui-active {
633
633
  color: var(--tab-button-text-color-disabled);
634
634
  fill: var(--tab-button-text-color-disabled);
635
635
  border-color: var(--tab-button-text-color-disabled);
636
636
  }
637
- .SmKWL._21wGX::after {
637
+ ._114hH.Y2e6u::after {
638
638
  content: "";
639
639
  margin-bottom: 18px;
640
640
  height: 6px;
@@ -643,7 +643,7 @@
643
643
  box-shadow: 0 1px 8px 0 var(--negative-color);
644
644
  border-radius: 50%;
645
645
  }
646
- .SmKWL .uui-count {
646
+ ._114hH .uui-count {
647
647
  line-height: 18px;
648
648
  font-size: 12px;
649
649
  padding-top: 3px;
@@ -656,112 +656,112 @@
656
656
  margin-right: 3px;
657
657
  border-radius: 9px;
658
658
  }
659
- .SmKWL .uui-caption {
659
+ ._114hH .uui-caption {
660
660
  line-height: 18px;
661
661
  font-size: 14px;
662
662
  padding-top: 9px;
663
663
  padding-bottom: 9px;
664
664
  }
665
- .SmKWL._284qV {
665
+ ._114hH._2ImIX {
666
666
  height: 36px;
667
667
  }
668
- .SmKWL._1qczW {
668
+ ._114hH.GV2F8 {
669
669
  height: 48px;
670
670
  }
671
- .SmKWL._1-jN4 {
671
+ ._114hH._15R6y {
672
672
  height: 60px;
673
673
  }
674
- ._3FUsc {
674
+ ._9iOcs {
675
675
  border-bottom: none;
676
676
  border-left: 3px solid transparent;
677
677
  }
678
- ._3Ahph:hover .uui-checkbox, ._3Ahph:active .uui-checkbox, ._3Ahph:focus-within .uui-checkbox {
678
+ .vsaly:hover .uui-checkbox, .vsaly:active .uui-checkbox, .vsaly:focus-within .uui-checkbox {
679
679
  border-color: var(--checkbox-border-color-hover);
680
680
  }
681
- ._3Ahph:hover .uui-checked, ._3Ahph:active .uui-checked, ._3Ahph:focus-within .uui-checked {
681
+ .vsaly:hover .uui-checked, .vsaly:active .uui-checked, .vsaly:focus-within .uui-checked {
682
682
  background-color: var(--checkbox-bg-color-checked-hover);
683
683
  }
684
- ._3Ahph .uui-checkbox {
684
+ .vsaly .uui-checkbox {
685
685
  background-color: var(--checkbox-bg-color);
686
686
  border: 1px solid var(--checkbox-border-color);
687
687
  border-radius: var(--checkbox-border-radius);
688
688
  }
689
- ._3Ahph .uui-input-label {
689
+ .vsaly .uui-input-label {
690
690
  font-family: var(--font-regular);
691
691
  color: var(--checkbox-label-color);
692
692
  margin-left: 12px;
693
693
  flex-grow: 1;
694
694
  }
695
- ._3Ahph .uui-checked {
695
+ .vsaly .uui-checked {
696
696
  background-color: var(--checkbox-bg-color-checked);
697
697
  border-color: var(--checkbox-border-color-checked);
698
698
  fill: var(--checkbox-fill-color);
699
699
  }
700
- ._3Ahph.uui-disabled, ._3Ahph.uui-readonly {
700
+ .vsaly.uui-disabled, .vsaly.uui-readonly {
701
701
  cursor: default;
702
702
  }
703
- ._3Ahph.uui-disabled .uui-checkbox, ._3Ahph.uui-readonly .uui-checkbox {
703
+ .vsaly.uui-disabled .uui-checkbox, .vsaly.uui-readonly .uui-checkbox {
704
704
  cursor: default;
705
705
  background-color: var(--checkbox-bg-color-disabled);
706
706
  border-color: var(--checkbox-border-color-disabled);
707
707
  }
708
- ._3Ahph.uui-disabled:hover.uui-checkbox, ._3Ahph.uui-disabled.uui-checked.uui-checkbox, ._3Ahph.uui-disabled:focus-within.uui-checkbox, ._3Ahph.uui-readonly:hover.uui-checkbox, ._3Ahph.uui-readonly.uui-checked.uui-checkbox, ._3Ahph.uui-readonly:focus-within.uui-checkbox {
708
+ .vsaly.uui-disabled:hover.uui-checkbox, .vsaly.uui-disabled.uui-checked.uui-checkbox, .vsaly.uui-disabled:focus-within.uui-checkbox, .vsaly.uui-readonly:hover.uui-checkbox, .vsaly.uui-readonly.uui-checked.uui-checkbox, .vsaly.uui-readonly:focus-within.uui-checkbox {
709
709
  border-color: var(--checkbox-border-color-checked-disabled);
710
710
  }
711
- ._3Ahph.uui-disabled:hover.uui-icon, ._3Ahph.uui-disabled.uui-checked.uui-icon, ._3Ahph.uui-disabled:focus-within.uui-icon, ._3Ahph.uui-readonly:hover.uui-icon, ._3Ahph.uui-readonly.uui-checked.uui-icon, ._3Ahph.uui-readonly:focus-within.uui-icon {
711
+ .vsaly.uui-disabled:hover.uui-icon, .vsaly.uui-disabled.uui-checked.uui-icon, .vsaly.uui-disabled:focus-within.uui-icon, .vsaly.uui-readonly:hover.uui-icon, .vsaly.uui-readonly.uui-checked.uui-icon, .vsaly.uui-readonly:focus-within.uui-icon {
712
712
  background-color: var(--checkbox-bg-color-checked-disabled);
713
713
  border-color: var(--checkbox-border-color-checked-disabled);
714
714
  }
715
- ._3Ahph.uui-disabled .uui-input-label, ._3Ahph.uui-readonly .uui-input-label {
715
+ .vsaly.uui-disabled .uui-input-label, .vsaly.uui-readonly .uui-input-label {
716
716
  color: var(--checkbox-label-color-disabled);
717
717
  }
718
- ._3Ahph.uui-disabled .uui-checked, ._3Ahph.uui-readonly .uui-checked {
718
+ .vsaly.uui-disabled .uui-checked, .vsaly.uui-readonly .uui-checked {
719
719
  background-color: var(--checkbox-bg-color-checked-disabled);
720
720
  border-color: var(--checkbox-border-color-checked-disabled);
721
721
  }
722
- ._3Ahph.uui-invalid .uui-checkbox {
722
+ .vsaly.uui-invalid .uui-checkbox {
723
723
  border-color: var(--checkbox-error-color);
724
724
  fill: var(--checkbox-error-color);
725
725
  }
726
- ._3Ahph.uui-invalid .uui-checkbox:hover, ._3Ahph.uui-invalid .uui-checkbox:active, ._3Ahph.uui-invalid .uui-checkbox:focus-within {
726
+ .vsaly.uui-invalid .uui-checkbox:hover, .vsaly.uui-invalid .uui-checkbox:active, .vsaly.uui-invalid .uui-checkbox:focus-within {
727
727
  border-color: var(--checkbox-error-color);
728
728
  fill: var(--checkbox-error-color);
729
729
  }
730
- ._3Ahph.uui-invalid .uui-checkbox.uui-checked {
730
+ .vsaly.uui-invalid .uui-checkbox.uui-checked {
731
731
  fill: var(--checkbox-fill-color);
732
732
  background-color: var(--checkbox-error-color);
733
733
  border-color: var(--checkbox-error-color);
734
734
  }
735
- ._3Ahph.uui-invalid .uui-checkbox.uui-checked:hover, ._3Ahph.uui-invalid .uui-checkbox.uui-checked:active, ._3Ahph.uui-invalid .uui-checkbox.uui-checked:focus-within {
735
+ .vsaly.uui-invalid .uui-checkbox.uui-checked:hover, .vsaly.uui-invalid .uui-checkbox.uui-checked:active, .vsaly.uui-invalid .uui-checkbox.uui-checked:focus-within {
736
736
  background-color: var(--checkbox-error-color);
737
737
  border-color: var(--checkbox-error-color);
738
738
  }
739
- ._3Ahph.uui-invalid .uui-input-label {
739
+ .vsaly.uui-invalid .uui-input-label {
740
740
  color: var(--checkbox-error-color);
741
741
  }
742
- ._3Ahph._1m7OB .uui-checkbox {
742
+ .vsaly._11TCM .uui-checkbox {
743
743
  width: 18px;
744
744
  height: 18px;
745
745
  }
746
- ._3Ahph._1m7OB .uui-checkbox .uui-icon svg {
746
+ .vsaly._11TCM .uui-checkbox .uui-icon svg {
747
747
  width: 18px;
748
748
  }
749
- ._3Ahph._1m7OB .uui-input-label {
749
+ .vsaly._11TCM .uui-input-label {
750
750
  font-size: 14px;
751
751
  line-height: 18px;
752
752
  }
753
- ._3Ahph._2lnrW .uui-checkbox {
753
+ .vsaly._4JkSs .uui-checkbox {
754
754
  width: 12px;
755
755
  height: 12px;
756
756
  }
757
- ._3Ahph._2lnrW .uui-checkbox .uui-icon svg {
757
+ .vsaly._4JkSs .uui-checkbox .uui-icon svg {
758
758
  width: 12px;
759
759
  }
760
- ._3Ahph._2lnrW .uui-input-label {
760
+ .vsaly._4JkSs .uui-input-label {
761
761
  font-size: 12px;
762
762
  line-height: 12px;
763
763
  }
764
- ._3Ahph._2lnrW .uui-input-label {
764
+ .vsaly._4JkSs .uui-input-label {
765
765
  margin-left: 6px;
766
766
  }
767
767
  .checkbox-vars {
@@ -796,36 +796,36 @@
796
796
  --radio-input-fill-color-checked-disabled: var(--input-border-checked-disabled-color);
797
797
  --radio-input-error-color: var(--negative-color);
798
798
  }
799
- ._2yFB9:hover .uui-radioinput, ._2yFB9:focus-within .uui-radioinput {
799
+ .drRPf:hover .uui-radioinput, .drRPf:focus-within .uui-radioinput {
800
800
  border-color: var(--radio-input-border-color-hover);
801
801
  }
802
- ._2yFB9:hover .uui-radioinput.uui-checked, ._2yFB9:focus-within .uui-radioinput.uui-checked {
802
+ .drRPf:hover .uui-radioinput.uui-checked, .drRPf:focus-within .uui-radioinput.uui-checked {
803
803
  border-color: var(--radio-input-border-color-hover);
804
804
  }
805
- ._2yFB9:hover .uui-radioinput.uui-checked .uui-icon, ._2yFB9:focus-within .uui-radioinput.uui-checked .uui-icon {
805
+ .drRPf:hover .uui-radioinput.uui-checked .uui-icon, .drRPf:focus-within .uui-radioinput.uui-checked .uui-icon {
806
806
  fill: var(--radio-input-fill-color-hover);
807
807
  }
808
- ._2yFB9:hover.uui-disabled .uui-radioinput, ._2yFB9:hover.uui-readonly .uui-radioinput, ._2yFB9:focus-within.uui-disabled .uui-radioinput, ._2yFB9:focus-within.uui-readonly .uui-radioinput {
808
+ .drRPf:hover.uui-disabled .uui-radioinput, .drRPf:hover.uui-readonly .uui-radioinput, .drRPf:focus-within.uui-disabled .uui-radioinput, .drRPf:focus-within.uui-readonly .uui-radioinput {
809
809
  background-color: var(--radio-input-bg-color-disabled);
810
810
  border-color: var(--radio-input-border-color-disabled);
811
811
  }
812
- ._2yFB9:hover.uui-disabled .uui-radioinput .uui-icon, ._2yFB9:hover.uui-readonly .uui-radioinput .uui-icon, ._2yFB9:focus-within.uui-disabled .uui-radioinput .uui-icon, ._2yFB9:focus-within.uui-readonly .uui-radioinput .uui-icon {
812
+ .drRPf:hover.uui-disabled .uui-radioinput .uui-icon, .drRPf:hover.uui-readonly .uui-radioinput .uui-icon, .drRPf:focus-within.uui-disabled .uui-radioinput .uui-icon, .drRPf:focus-within.uui-readonly .uui-radioinput .uui-icon {
813
813
  fill: var(--radio-input-fill-color-checked-disabled);
814
814
  }
815
- ._2yFB9 .uui-radioinput {
815
+ .drRPf .uui-radioinput {
816
816
  background-color: var(--radio-input-bg-color);
817
817
  border: 1px solid var(--radio-input-border-color);
818
818
  align-self: baseline;
819
819
  flex-shrink: 0;
820
820
  box-sizing: border-box;
821
821
  }
822
- ._2yFB9 .uui-radioinput.uui-checked {
822
+ .drRPf .uui-radioinput.uui-checked {
823
823
  border-color: var(--radio-input-border-color-checked);
824
824
  }
825
- ._2yFB9 .uui-radioinput.uui-checked .uui-icon {
825
+ .drRPf .uui-radioinput.uui-checked .uui-icon {
826
826
  fill: var(--radio-input-fill-color-checked);
827
827
  }
828
- ._2yFB9 .uui-input-label {
828
+ .drRPf .uui-input-label {
829
829
  color: var(--radio-input-label-color);
830
830
  flex-grow: 1;
831
831
  font-family: var(--font-regular);
@@ -833,145 +833,145 @@
833
833
  display: flex;
834
834
  align-items: center;
835
835
  }
836
- ._2yFB9.uui-invalid .uui-icon {
836
+ .drRPf.uui-invalid .uui-icon {
837
837
  fill: var(--radio-input-error-color);
838
838
  }
839
- ._2yFB9.uui-invalid .uui-input-label {
839
+ .drRPf.uui-invalid .uui-input-label {
840
840
  color: var(--radio-input-error-color);
841
841
  }
842
- ._2yFB9.uui-invalid .uui-radioinput {
842
+ .drRPf.uui-invalid .uui-radioinput {
843
843
  border-color: var(--radio-input-error-color);
844
844
  }
845
- ._2yFB9.uui-invalid .uui-checked.uui-radioinput .uui-icon {
845
+ .drRPf.uui-invalid .uui-checked.uui-radioinput .uui-icon {
846
846
  fill: var(--radio-input-error-color);
847
847
  }
848
- ._2yFB9.uui-invalid:hover .uui-radioinput, ._2yFB9.uui-invalid:focus-within .uui-radioinput {
848
+ .drRPf.uui-invalid:hover .uui-radioinput, .drRPf.uui-invalid:focus-within .uui-radioinput {
849
849
  border-color: var(--radio-input-error-color);
850
850
  }
851
- ._2yFB9.uui-invalid:hover .uui-icon, ._2yFB9.uui-invalid:focus-within .uui-icon {
851
+ .drRPf.uui-invalid:hover .uui-icon, .drRPf.uui-invalid:focus-within .uui-icon {
852
852
  fill: var(--radio-input-error-color);
853
853
  }
854
- ._2yFB9.uui-disabled, ._2yFB9.uui-readonly {
854
+ .drRPf.uui-disabled, .drRPf.uui-readonly {
855
855
  cursor: default;
856
856
  }
857
- ._2yFB9.uui-disabled .uui-radioinput, ._2yFB9.uui-readonly .uui-radioinput {
857
+ .drRPf.uui-disabled .uui-radioinput, .drRPf.uui-readonly .uui-radioinput {
858
858
  cursor: default;
859
859
  background-color: var(--radio-input-bg-color-disabled);
860
860
  border-color: var(--radio-input-border-color-disabled);
861
861
  }
862
- ._2yFB9.uui-disabled .uui-radioinput .uui-icon, ._2yFB9.uui-readonly .uui-radioinput .uui-icon {
862
+ .drRPf.uui-disabled .uui-radioinput .uui-icon, .drRPf.uui-readonly .uui-radioinput .uui-icon {
863
863
  fill: var(--radio-input-fill-color-checked-disabled);
864
864
  }
865
- ._2yFB9.uui-disabled .uui-radioinput.uui-checked, ._2yFB9.uui-readonly .uui-radioinput.uui-checked {
865
+ .drRPf.uui-disabled .uui-radioinput.uui-checked, .drRPf.uui-readonly .uui-radioinput.uui-checked {
866
866
  border-color: var(--radio-input-border-color-checked-disabled);
867
867
  }
868
- ._2yFB9.uui-disabled .uui-radioinput.uui-checked .uui-icon, ._2yFB9.uui-readonly .uui-radioinput.uui-checked .uui-icon {
868
+ .drRPf.uui-disabled .uui-radioinput.uui-checked .uui-icon, .drRPf.uui-readonly .uui-radioinput.uui-checked .uui-icon {
869
869
  fill: var(--radio-input-fill-color-checked-disabled);
870
870
  }
871
- ._2yFB9.uui-disabled.uui-invalid .uui-radioinput, ._2yFB9.uui-readonly.uui-invalid .uui-radioinput {
871
+ .drRPf.uui-disabled.uui-invalid .uui-radioinput, .drRPf.uui-readonly.uui-invalid .uui-radioinput {
872
872
  cursor: default;
873
873
  background-color: var(--radio-input-bg-color-disabled);
874
874
  border-color: var(--radio-input-border-color-disabled);
875
875
  }
876
- ._2yFB9.uui-disabled.uui-invalid .uui-radioinput .uui-icon, ._2yFB9.uui-readonly.uui-invalid .uui-radioinput .uui-icon {
876
+ .drRPf.uui-disabled.uui-invalid .uui-radioinput .uui-icon, .drRPf.uui-readonly.uui-invalid .uui-radioinput .uui-icon {
877
877
  fill: var(--radio-input-fill-color-checked-disabled);
878
878
  }
879
- ._2yFB9.uui-readonly .uui-input-label {
879
+ .drRPf.uui-readonly .uui-input-label {
880
880
  color: var(--radio-input-label-color);
881
881
  }
882
- ._2yFB9.uui-disabled .uui-input-label {
882
+ .drRPf.uui-disabled .uui-input-label {
883
883
  color: var(--radio-input-label-color-disabled);
884
884
  }
885
- ._2yFB9._92cdQ .uui-radioinput {
885
+ .drRPf._3UN0Q .uui-radioinput {
886
886
  width: 18px;
887
887
  height: 18px;
888
888
  border-radius: 9px;
889
889
  margin: 0px 0;
890
890
  }
891
- ._2yFB9._92cdQ .uui-icon {
891
+ .drRPf._3UN0Q .uui-icon {
892
892
  margin: 0px 0;
893
893
  }
894
- ._2yFB9._92cdQ .uui-icon svg {
894
+ .drRPf._3UN0Q .uui-icon svg {
895
895
  height: 18px;
896
896
  width: 18px;
897
897
  }
898
- ._2yFB9._92cdQ .uui-input-label {
898
+ .drRPf._3UN0Q .uui-input-label {
899
899
  font-size: 14px;
900
900
  line-height: 18px;
901
901
  }
902
- ._2yFB9._2qxmE .uui-radioinput {
902
+ .drRPf._29Qoc .uui-radioinput {
903
903
  width: 12px;
904
904
  height: 12px;
905
905
  border-radius: 6px;
906
906
  margin: 1px 0;
907
907
  }
908
- ._2yFB9._2qxmE .uui-icon {
908
+ .drRPf._29Qoc .uui-icon {
909
909
  margin: 1px 0;
910
910
  }
911
- ._2yFB9._2qxmE .uui-icon svg {
911
+ .drRPf._29Qoc .uui-icon svg {
912
912
  height: 12px;
913
913
  width: 12px;
914
914
  }
915
- ._2yFB9._2qxmE .uui-input-label {
915
+ .drRPf._29Qoc .uui-input-label {
916
916
  font-size: 12px;
917
917
  line-height: 14px;
918
918
  }
919
- ._2yFB9._2qxmE .uui-input-label {
919
+ .drRPf._29Qoc .uui-input-label {
920
920
  margin-left: 6px;
921
921
  }
922
- .xbkEN.pKzXa .uui-switch-body {
922
+ .Ba7_V._3fz5w .uui-switch-body {
923
923
  height: 12px;
924
924
  width: 24px;
925
925
  }
926
- .xbkEN.pKzXa .uui-switch-toggler {
926
+ .Ba7_V._3fz5w .uui-switch-toggler {
927
927
  height: 12px;
928
928
  width: 12px;
929
929
  }
930
- .xbkEN.pKzXa .uui-input-label {
930
+ .Ba7_V._3fz5w .uui-input-label {
931
931
  font-size: 12px;
932
932
  letter-spacing: 0.2px;
933
933
  }
934
- .xbkEN.pKzXa .uui-checked .uui-switch-toggler {
934
+ .Ba7_V._3fz5w .uui-checked .uui-switch-toggler {
935
935
  transform: translateX(12px);
936
936
  }
937
- .xbkEN._29oTz .uui-switch-body {
937
+ .Ba7_V._3gEJO .uui-switch-body {
938
938
  height: 18px;
939
939
  width: 36px;
940
940
  }
941
- .xbkEN._29oTz .uui-switch-toggler {
941
+ .Ba7_V._3gEJO .uui-switch-toggler {
942
942
  height: 18px;
943
943
  width: 18px;
944
944
  }
945
- .xbkEN._29oTz .uui-input-label {
945
+ .Ba7_V._3gEJO .uui-input-label {
946
946
  font-size: 14px;
947
947
  letter-spacing: 0.1px;
948
948
  }
949
- .xbkEN._29oTz .uui-checked .uui-switch-toggler {
949
+ .Ba7_V._3gEJO .uui-checked .uui-switch-toggler {
950
950
  transform: translateX(18px);
951
951
  }
952
- .xbkEN._1LMR4 .uui-switch-body {
952
+ .Ba7_V._7lTyO .uui-switch-body {
953
953
  height: 24px;
954
954
  width: 48px;
955
955
  }
956
- .xbkEN._1LMR4 .uui-switch-toggler {
956
+ .Ba7_V._7lTyO .uui-switch-toggler {
957
957
  height: 24px;
958
958
  width: 24px;
959
959
  }
960
- .xbkEN._1LMR4 .uui-input-label {
960
+ .Ba7_V._7lTyO .uui-input-label {
961
961
  font-size: 14px;
962
962
  letter-spacing: 0.1px;
963
963
  }
964
- .xbkEN._1LMR4 .uui-checked .uui-switch-toggler {
964
+ .Ba7_V._7lTyO .uui-checked .uui-switch-toggler {
965
965
  transform: translateX(24px);
966
966
  }
967
- .xbkEN .uui-switch-body {
967
+ .Ba7_V .uui-switch-body {
968
968
  background-color: var(--switch-bg-color);
969
969
  border: 1px solid var(--switch-border-color);
970
970
  width: 36px;
971
971
  border-radius: 18px;
972
972
  box-sizing: border-box;
973
973
  }
974
- .xbkEN .uui-switch-toggler {
974
+ .Ba7_V .uui-switch-toggler {
975
975
  left: -1px;
976
976
  border-radius: 50%;
977
977
  box-sizing: border-box;
@@ -979,54 +979,54 @@
979
979
  border: 1px solid var(--switch-toggler-border-color);
980
980
  transition: 0.1s transform cubic-bezier(0.4, 0, 0.2, 1);
981
981
  }
982
- .xbkEN .uui-input-label {
982
+ .Ba7_V .uui-input-label {
983
983
  font-family: var(--font-regular);
984
984
  color: var(--switch-label-color);
985
985
  margin-left: 11px;
986
986
  }
987
- .xbkEN:hover .uui-switch-body, .xbkEN:focus-within .uui-switch-body {
987
+ .Ba7_V:hover .uui-switch-body, .Ba7_V:focus-within .uui-switch-body {
988
988
  background-color: var(--switch-bg-color-hover);
989
989
  border-color: var(--switch-border-color-hover);
990
990
  }
991
- .xbkEN:hover .uui-switch-toggler, .xbkEN:focus-within .uui-switch-toggler {
991
+ .Ba7_V:hover .uui-switch-toggler, .Ba7_V:focus-within .uui-switch-toggler {
992
992
  border-color: var(--switch-toggler-border-color-hover);
993
993
  }
994
- .xbkEN:hover .uui-checked.uui-switch-body, .xbkEN:focus-within .uui-checked.uui-switch-body {
994
+ .Ba7_V:hover .uui-checked.uui-switch-body, .Ba7_V:focus-within .uui-checked.uui-switch-body {
995
995
  background-color: var(--switch-bg-color-checked-hover);
996
996
  border-color: var(--switch-border-color-checked-hover);
997
997
  }
998
- .xbkEN:hover .uui-checked .uui-switch-toggler, .xbkEN:focus-within .uui-checked .uui-switch-toggler {
998
+ .Ba7_V:hover .uui-checked .uui-switch-toggler, .Ba7_V:focus-within .uui-checked .uui-switch-toggler {
999
999
  border-color: var(--switch-toggler-border-color-checked-hover);
1000
1000
  }
1001
- .xbkEN .uui-checked.uui-switch-body {
1001
+ .Ba7_V .uui-checked.uui-switch-body {
1002
1002
  background-color: var(--switch-bg-color-checked);
1003
1003
  border: 1px solid var(--switch-border-color-checked);
1004
1004
  }
1005
- .xbkEN .uui-checked.uui-switch-body .uui-switch-toggler {
1005
+ .Ba7_V .uui-checked.uui-switch-body .uui-switch-toggler {
1006
1006
  border: 1px solid var(--switch-toggler-border-color-checked);
1007
1007
  }
1008
- .xbkEN.uui-disabled .uui-input-label {
1008
+ .Ba7_V.uui-disabled .uui-input-label {
1009
1009
  color: var(--switch-label-color-disabled);
1010
1010
  }
1011
- .xbkEN.uui-disabled,
1012
- .xbkEN.uui-disabled .uui-switch-toggler,
1013
- .xbkEN.uui-disabled .uui-switch-body,
1014
- .xbkEN.uui-disabled .uui-input-label {
1011
+ .Ba7_V.uui-disabled,
1012
+ .Ba7_V.uui-disabled .uui-switch-toggler,
1013
+ .Ba7_V.uui-disabled .uui-switch-body,
1014
+ .Ba7_V.uui-disabled .uui-input-label {
1015
1015
  cursor: default;
1016
1016
  }
1017
- .xbkEN.uui-disabled .uui-switch-body {
1017
+ .Ba7_V.uui-disabled .uui-switch-body {
1018
1018
  background-color: var(--switch-bg-color-disabled);
1019
1019
  border: 1px solid var(--switch-border-color-disabled);
1020
1020
  }
1021
- .xbkEN.uui-disabled .uui-switch-toggler, .xbkEN.uui-disabled:hover .uui-switch-toggler, .xbkEN.uui-disabled:focus-within .uui-switch-toggler {
1021
+ .Ba7_V.uui-disabled .uui-switch-toggler, .Ba7_V.uui-disabled:hover .uui-switch-toggler, .Ba7_V.uui-disabled:focus-within .uui-switch-toggler {
1022
1022
  background-color: var(--switch-toggler-bg-color-disabled);
1023
1023
  border-color: var(--switch-toggler-border-color-disabled);
1024
1024
  }
1025
- .xbkEN.uui-disabled .uui-checked.uui-switch-body {
1025
+ .Ba7_V.uui-disabled .uui-checked.uui-switch-body {
1026
1026
  background-color: var(--switch-bg-color-checked-disabled);
1027
1027
  border: 1px solid var(--switch-border-color-checked-disabled);
1028
1028
  }
1029
- .xbkEN.uui-disabled .uui-checked .uui-switch-toggler {
1029
+ .Ba7_V.uui-disabled .uui-checked .uui-switch-toggler {
1030
1030
  background-color: var(--switch-toggler-bg-color-disabled);
1031
1031
  border-color: var(--switch-toggler-border-color-checked-disabled);
1032
1032
  }
@@ -1054,7 +1054,7 @@
1054
1054
  --switch-toggler-border-color-checked-hover: var(--input-bg-checked-hover-color);
1055
1055
  --switch-toggler-border-color-checked-disabled: var(--input-bg-checked-disabled-color);
1056
1056
  }
1057
- ._22Ywr {
1057
+ ._12C2L {
1058
1058
  fill: var(--text-input-icon-color);
1059
1059
  border-style: solid;
1060
1060
  box-sizing: border-box;
@@ -1062,159 +1062,159 @@
1062
1062
  padding-right: 5px;
1063
1063
  border-radius: var(--text-input-border-radius);
1064
1064
  }
1065
- ._22Ywr .uui-input {
1065
+ ._12C2L .uui-input {
1066
1066
  color: var(--text-input-text-color);
1067
1067
  font-family: var(--font-regular);
1068
1068
  padding-left: 6px;
1069
1069
  padding-right: 6px;
1070
1070
  }
1071
- ._22Ywr .uui-input::placeholder {
1071
+ ._12C2L .uui-input::placeholder {
1072
1072
  color: var(--text-input-placeholder-color);
1073
1073
  }
1074
- ._22Ywr .uui-input:placeholder-shown {
1074
+ ._12C2L .uui-input:placeholder-shown {
1075
1075
  text-overflow: ellipsis;
1076
1076
  }
1077
- ._22Ywr .uui-input::-moz-placeholder {
1077
+ ._12C2L .uui-input::-moz-placeholder {
1078
1078
  opacity: 1;
1079
1079
  }
1080
- ._22Ywr._2U7KO {
1080
+ ._12C2L._2LWVu {
1081
1081
  background-color: var(--text-input-bg-color);
1082
1082
  border-color: var(--text-input-border-color);
1083
1083
  }
1084
- ._22Ywr._2U7KO .-clickable {
1084
+ ._12C2L._2LWVu .-clickable {
1085
1085
  fill: var(--text-input-icon-color-clickable);
1086
1086
  }
1087
- ._22Ywr._2U7KO .-clickable:hover {
1087
+ ._12C2L._2LWVu .-clickable:hover {
1088
1088
  fill: var(--text-input-icon-color-clickable-hover);
1089
1089
  }
1090
- ._22Ywr._2U7KO:hover {
1090
+ ._12C2L._2LWVu:hover {
1091
1091
  border-color: var(--text-input-border-color-hover);
1092
1092
  }
1093
- ._22Ywr._2U7KO.uui-focus {
1093
+ ._12C2L._2LWVu.uui-focus {
1094
1094
  border-color: var(--text-input-border-color-active);
1095
1095
  }
1096
- ._22Ywr._6QNJY {
1096
+ ._12C2L._2rb-h {
1097
1097
  background-color: transparent;
1098
1098
  border-color: transparent;
1099
1099
  }
1100
- ._22Ywr._6QNJY .uui-icon:first-child {
1100
+ ._12C2L._2rb-h .uui-icon:first-child {
1101
1101
  padding-left: 6px;
1102
1102
  }
1103
- ._22Ywr._6QNJY .-clickable {
1103
+ ._12C2L._2rb-h .-clickable {
1104
1104
  fill: transparent;
1105
1105
  }
1106
- ._22Ywr._6QNJY:hover {
1106
+ ._12C2L._2rb-h:hover {
1107
1107
  background-color: var(--text-input-bg-color);
1108
1108
  border-color: var(--text-input-border-color);
1109
1109
  }
1110
- ._22Ywr._6QNJY:hover .-clickable {
1110
+ ._12C2L._2rb-h:hover .-clickable {
1111
1111
  fill: var(--text-input-icon-color-clickable);
1112
1112
  }
1113
- ._22Ywr._6QNJY:hover .-clickable:hover {
1113
+ ._12C2L._2rb-h:hover .-clickable:hover {
1114
1114
  fill: var(--text-input-icon-color-clickable-hover);
1115
1115
  }
1116
- ._22Ywr._6QNJY.uui-focus {
1116
+ ._12C2L._2rb-h.uui-focus {
1117
1117
  background-color: var(--text-input-bg-color);
1118
1118
  border-color: var(--text-input-border-color-active);
1119
1119
  }
1120
- ._22Ywr.uui-invalid._2U7KO, ._22Ywr.uui-invalid._6QNJY {
1120
+ ._12C2L.uui-invalid._2LWVu, ._12C2L.uui-invalid._2rb-h {
1121
1121
  background-color: var(--text-input-bg-color);
1122
1122
  border-color: var(--text-input-border-color-error);
1123
1123
  }
1124
- ._22Ywr.uui-readonly {
1124
+ ._12C2L.uui-readonly {
1125
1125
  color: var(--text-input-text-color);
1126
1126
  fill: var(--text-input-icon-color);
1127
1127
  pointer-events: none;
1128
1128
  }
1129
- ._22Ywr.uui-readonly._2U7KO {
1129
+ ._12C2L.uui-readonly._2LWVu {
1130
1130
  background-color: var(--text-input-bg-color-readonly);
1131
1131
  border-color: var(--text-input-border-color-readonly);
1132
1132
  }
1133
- ._22Ywr.uui-readonly._6QNJY {
1133
+ ._12C2L.uui-readonly._2rb-h {
1134
1134
  background-color: transparent;
1135
1135
  border-color: transparent;
1136
1136
  }
1137
- ._22Ywr.uui-disabled {
1137
+ ._12C2L.uui-disabled {
1138
1138
  color: var(--text-input-text-color-disabled);
1139
1139
  fill: var(--text-input-icon-color-disabled);
1140
1140
  pointer-events: none;
1141
1141
  }
1142
- ._22Ywr.uui-disabled .uui-input {
1142
+ ._12C2L.uui-disabled .uui-input {
1143
1143
  color: var(--text-input-text-color-disabled);
1144
1144
  }
1145
- ._22Ywr.uui-disabled .uui-input::placeholder {
1145
+ ._12C2L.uui-disabled .uui-input::placeholder {
1146
1146
  color: var(--text-input-placeholder-color-disabled);
1147
1147
  }
1148
- ._22Ywr.uui-disabled._2U7KO {
1148
+ ._12C2L.uui-disabled._2LWVu {
1149
1149
  background-color: var(--text-input-bg-color-disabled);
1150
1150
  border-color: var(--text-input-border-color-disabled);
1151
1151
  }
1152
- ._22Ywr.uui-disabled._6QNJY {
1152
+ ._12C2L.uui-disabled._2rb-h {
1153
1153
  background-color: transparent;
1154
1154
  border-color: transparent;
1155
1155
  }
1156
- ._22Ywr._2Hf7E {
1156
+ ._12C2L._3x3hG {
1157
1157
  min-width: 24px;
1158
1158
  }
1159
- ._22Ywr._2Hf7E .uui-caption, ._22Ywr._2Hf7E .uui-input {
1159
+ ._12C2L._3x3hG .uui-caption, ._12C2L._3x3hG .uui-input {
1160
1160
  line-height: 18px;
1161
1161
  font-size: 12px;
1162
1162
  padding-top: 2px;
1163
1163
  padding-bottom: 2px;
1164
1164
  }
1165
- ._22Ywr._2Hf7E.uui-button-box, ._22Ywr._2Hf7E.uui-input-box {
1165
+ ._12C2L._3x3hG.uui-button-box, ._12C2L._3x3hG.uui-input-box {
1166
1166
  min-height: 24px;
1167
1167
  border-width: 1px;
1168
1168
  }
1169
- ._22Ywr._21YC3 {
1169
+ ._12C2L._1FcK3 {
1170
1170
  min-width: 30px;
1171
1171
  }
1172
- ._22Ywr._21YC3 .uui-caption, ._22Ywr._21YC3 .uui-input {
1172
+ ._12C2L._1FcK3 .uui-caption, ._12C2L._1FcK3 .uui-input {
1173
1173
  line-height: 18px;
1174
1174
  font-size: 14px;
1175
1175
  padding-top: 5px;
1176
1176
  padding-bottom: 5px;
1177
1177
  }
1178
- ._22Ywr._21YC3.uui-button-box, ._22Ywr._21YC3.uui-input-box {
1178
+ ._12C2L._1FcK3.uui-button-box, ._12C2L._1FcK3.uui-input-box {
1179
1179
  min-height: 30px;
1180
1180
  border-width: 1px;
1181
1181
  }
1182
- ._22Ywr._10Uj- {
1182
+ ._12C2L._213g3 {
1183
1183
  min-width: 36px;
1184
1184
  }
1185
- ._22Ywr._10Uj- .uui-caption, ._22Ywr._10Uj- .uui-input {
1185
+ ._12C2L._213g3 .uui-caption, ._12C2L._213g3 .uui-input {
1186
1186
  line-height: 18px;
1187
1187
  font-size: 14px;
1188
1188
  padding-top: 8px;
1189
1189
  padding-bottom: 8px;
1190
1190
  }
1191
- ._22Ywr._10Uj-.uui-button-box, ._22Ywr._10Uj-.uui-input-box {
1191
+ ._12C2L._213g3.uui-button-box, ._12C2L._213g3.uui-input-box {
1192
1192
  min-height: 36px;
1193
1193
  border-width: 1px;
1194
1194
  }
1195
- ._22Ywr._3NA7z {
1195
+ ._12C2L._2weJY {
1196
1196
  min-width: 42px;
1197
1197
  }
1198
- ._22Ywr._3NA7z .uui-caption, ._22Ywr._3NA7z .uui-input {
1198
+ ._12C2L._2weJY .uui-caption, ._12C2L._2weJY .uui-input {
1199
1199
  line-height: 24px;
1200
1200
  font-size: 16px;
1201
1201
  padding-top: 8px;
1202
1202
  padding-bottom: 8px;
1203
1203
  }
1204
- ._22Ywr._3NA7z.uui-button-box, ._22Ywr._3NA7z.uui-input-box {
1204
+ ._12C2L._2weJY.uui-button-box, ._12C2L._2weJY.uui-input-box {
1205
1205
  min-height: 42px;
1206
1206
  border-width: 1px;
1207
1207
  }
1208
- ._22Ywr.Fn93H {
1208
+ ._12C2L._28Mlj {
1209
1209
  min-width: 48px;
1210
1210
  }
1211
- ._22Ywr.Fn93H .uui-caption, ._22Ywr.Fn93H .uui-input {
1211
+ ._12C2L._28Mlj .uui-caption, ._12C2L._28Mlj .uui-input {
1212
1212
  line-height: 24px;
1213
1213
  font-size: 16px;
1214
1214
  padding-top: 11px;
1215
1215
  padding-bottom: 11px;
1216
1216
  }
1217
- ._22Ywr.Fn93H.uui-button-box, ._22Ywr.Fn93H.uui-input-box {
1217
+ ._12C2L._28Mlj.uui-button-box, ._12C2L._28Mlj.uui-input-box {
1218
1218
  min-height: 48px;
1219
1219
  border-width: 1px;
1220
1220
  }
@@ -1248,16 +1248,16 @@
1248
1248
  --accordion-shadow: 0 3px 6px 0 rgba(29, 30, 38, 0.10), 0 1px 3px 0 rgba(29, 30, 38, 0.10);
1249
1249
  --accordion-shadow-hovered: 0 6px 12px 0 rgba(29, 30, 38, 0.10), 0 3px 6px 0 rgba(29, 30, 38, 0.10);
1250
1250
  }
1251
- ._2qe0W .uui-accordion-toggler {
1251
+ ._2TqbV .uui-accordion-toggler {
1252
1252
  font-family: var(--font-semibold);
1253
1253
  color: var(--accordion-text-color);
1254
1254
  cursor: pointer;
1255
1255
  }
1256
- ._2qe0W .uui-accordion-body {
1256
+ ._2TqbV .uui-accordion-body {
1257
1257
  font-family: var(--font-regular);
1258
1258
  color: var(--accordion-text-color);
1259
1259
  }
1260
- ._2qe0W.p58Ng .uui-accordion-toggler {
1260
+ ._2TqbV._1ChH7 .uui-accordion-toggler {
1261
1261
  background: var(--accordion-bg-color);
1262
1262
  box-shadow: var(--accordion-shadow);
1263
1263
  fill: var(--accordion-icon-color);
@@ -1265,18 +1265,18 @@
1265
1265
  font-size: 18px;
1266
1266
  padding: 0 18px;
1267
1267
  }
1268
- ._2qe0W.p58Ng .uui-accordion-toggler .uui-accordion-toggle-container {
1268
+ ._2TqbV._1ChH7 .uui-accordion-toggler .uui-accordion-toggle-container {
1269
1269
  min-height: 48px;
1270
1270
  padding-top: 5px;
1271
1271
  padding-bottom: 5px;
1272
1272
  }
1273
- ._2qe0W.p58Ng .uui-accordion-toggler .uui-accordion-title {
1273
+ ._2TqbV._1ChH7 .uui-accordion-toggler .uui-accordion-title {
1274
1274
  color: var(--accordion-text-color);
1275
1275
  }
1276
- ._2qe0W.p58Ng .uui-accordion-toggler:hover, ._2qe0W.p58Ng .uui-accordion-toggler:focus {
1276
+ ._2TqbV._1ChH7 .uui-accordion-toggler:hover, ._2TqbV._1ChH7 .uui-accordion-toggler:focus {
1277
1277
  box-shadow: var(--accordion-shadow-hovered);
1278
1278
  }
1279
- ._2qe0W.p58Ng .uui-accordion-body {
1279
+ ._2TqbV._1ChH7 .uui-accordion-body {
1280
1280
  padding: 18px;
1281
1281
  line-height: 24px;
1282
1282
  letter-spacing: 0;
@@ -1284,160 +1284,160 @@
1284
1284
  box-shadow: var(--accordion-shadow);
1285
1285
  border-top: 1px solid var(--accordion-border-color);
1286
1286
  }
1287
- ._2qe0W.p58Ng.uui-opened .uui-accordion-toggler:hover, ._2qe0W.p58Ng.uui-opened .uui-accordion-toggler:focus {
1287
+ ._2TqbV._1ChH7.uui-opened .uui-accordion-toggler:hover, ._2TqbV._1ChH7.uui-opened .uui-accordion-toggler:focus {
1288
1288
  border-color: var(--accordion-border-color);
1289
1289
  }
1290
- ._2qe0W.p58Ng.uui-disabled .uui-accordion-toggler {
1290
+ ._2TqbV._1ChH7.uui-disabled .uui-accordion-toggler {
1291
1291
  cursor: default;
1292
1292
  fill: var(--accordion-icon-color-disabled);
1293
1293
  }
1294
- ._2qe0W.p58Ng.uui-disabled .uui-accordion-toggler .uui-accordion-title {
1294
+ ._2TqbV._1ChH7.uui-disabled .uui-accordion-toggler .uui-accordion-title {
1295
1295
  color: var(--accordion-text-color-disabled);
1296
1296
  }
1297
- ._2qe0W.p58Ng.uui-disabled .uui-accordion-toggler:hover, ._2qe0W.p58Ng.uui-disabled .uui-accordion-toggler:focus {
1297
+ ._2TqbV._1ChH7.uui-disabled .uui-accordion-toggler:hover, ._2TqbV._1ChH7.uui-disabled .uui-accordion-toggler:focus {
1298
1298
  box-shadow: var(--accordion-shadow);
1299
1299
  }
1300
- ._2qe0W.YtM3D .uui-accordion-toggler {
1300
+ ._2TqbV._1Ip_o .uui-accordion-toggler {
1301
1301
  border-bottom: 1px solid var(--accordion-border-color);
1302
1302
  fill: var(--accordion-icon-color);
1303
1303
  line-height: 18px;
1304
1304
  font-size: 14px;
1305
1305
  padding: 8px 12px 8px;
1306
1306
  }
1307
- ._2qe0W.YtM3D .uui-accordion-toggler .uui-accordion-toggle-container {
1307
+ ._2TqbV._1Ip_o .uui-accordion-toggler .uui-accordion-toggle-container {
1308
1308
  min-height: 24px;
1309
1309
  }
1310
- ._2qe0W.YtM3D .uui-accordion-toggler .uui-accordion-title {
1310
+ ._2TqbV._1Ip_o .uui-accordion-toggler .uui-accordion-title {
1311
1311
  color: var(--accordion-text-color);
1312
1312
  }
1313
- ._2qe0W.YtM3D .uui-accordion-body {
1313
+ ._2TqbV._1Ip_o .uui-accordion-body {
1314
1314
  padding: 1px 12px 12px;
1315
1315
  border-bottom: 1px solid var(--accordion-border-color);
1316
1316
  }
1317
- ._2qe0W.YtM3D.uui-opened .uui-accordion-toggler {
1317
+ ._2TqbV._1Ip_o.uui-opened .uui-accordion-toggler {
1318
1318
  border-bottom: unset;
1319
1319
  }
1320
- ._2qe0W.YtM3D.uui-disabled .uui-accordion-toggler {
1320
+ ._2TqbV._1Ip_o.uui-disabled .uui-accordion-toggler {
1321
1321
  cursor: default;
1322
1322
  fill: var(--accordion-icon-color-disabled);
1323
1323
  border-bottom: unset;
1324
1324
  }
1325
- ._2qe0W.YtM3D.uui-disabled .uui-accordion-toggler .uui-accordion-title {
1325
+ ._2TqbV._1Ip_o.uui-disabled .uui-accordion-toggler .uui-accordion-title {
1326
1326
  color: var(--accordion-text-color-disabled);
1327
1327
  }
1328
- ._2qe0W._1p3AE .uui-accordion-toggler, ._2qe0W._1p3AE .uui-accordion-body {
1328
+ ._2TqbV._1TcRS .uui-accordion-toggler, ._2TqbV._1TcRS .uui-accordion-body {
1329
1329
  padding-left: 0px;
1330
1330
  padding-right: 0px;
1331
1331
  }
1332
- ._2qe0W._1iPc0 .uui-accordion-toggler, ._2qe0W._1iPc0 .uui-accordion-body {
1332
+ ._2TqbV._2NdMM .uui-accordion-toggler, ._2TqbV._2NdMM .uui-accordion-body {
1333
1333
  padding-left: 6px;
1334
1334
  padding-right: 6px;
1335
1335
  }
1336
- ._2qe0W.rEQ-b .uui-accordion-toggler, ._2qe0W.rEQ-b .uui-accordion-body {
1336
+ ._2TqbV.LSa0c .uui-accordion-toggler, ._2TqbV.LSa0c .uui-accordion-body {
1337
1337
  padding-left: 12px;
1338
1338
  padding-right: 12px;
1339
1339
  }
1340
- ._2qe0W.fnR8k .uui-accordion-toggler, ._2qe0W.fnR8k .uui-accordion-body {
1340
+ ._2TqbV._3w7ID .uui-accordion-toggler, ._2TqbV._3w7ID .uui-accordion-body {
1341
1341
  padding-left: 18px;
1342
1342
  padding-right: 18px;
1343
1343
  }
1344
- ._3Cj-N > :nth-child(n) {
1344
+ ._2uI28 > :nth-child(n) {
1345
1345
  border-radius: 0;
1346
1346
  }
1347
- ._3Cj-N > :first-child {
1347
+ ._2uI28 > :first-child {
1348
1348
  border-top-left-radius: var(--border-radius);
1349
1349
  border-bottom-left-radius: var(--border-radius);
1350
1350
  }
1351
- ._3Cj-N > :last-child {
1351
+ ._2uI28 > :last-child {
1352
1352
  border-top-right-radius: var(--border-radius);
1353
1353
  border-bottom-right-radius: var(--border-radius);
1354
1354
  }
1355
- .ZpaNo {
1355
+ ._1nOJ1 {
1356
1356
  box-sizing: content-box;
1357
1357
  }
1358
- .ZpaNo.-clickable:hover {
1358
+ ._1nOJ1.-clickable:hover {
1359
1359
  background-color: var(--surface-hover-color);
1360
1360
  cursor: pointer;
1361
1361
  }
1362
- .ZpaNo._2Ziqs {
1362
+ ._1nOJ1._3l5HA {
1363
1363
  box-shadow: inset 0 10px 5px -10px rgba(51, 51, 51, 0.2);
1364
1364
  }
1365
- .ZpaNo._35DN0 {
1365
+ ._1nOJ1._1_66S {
1366
1366
  min-height: 24px;
1367
1367
  }
1368
- .ZpaNo._1_6AQ {
1368
+ ._1nOJ1._1iV-W {
1369
1369
  min-height: 30px;
1370
1370
  }
1371
- .ZpaNo._1zcwy {
1371
+ ._1nOJ1._3zHhO {
1372
1372
  min-height: 36px;
1373
1373
  }
1374
- .ZpaNo._1DAFb {
1374
+ ._1nOJ1._1-9V7 {
1375
1375
  min-height: 42px;
1376
1376
  }
1377
- .ZpaNo._2C8kR {
1377
+ ._1nOJ1._1hd_G {
1378
1378
  min-height: 48px;
1379
1379
  }
1380
- .ZpaNo.WKr0Y {
1380
+ ._1nOJ1._3eJYw {
1381
1381
  padding-left: 6px;
1382
1382
  padding-right: 6px;
1383
1383
  }
1384
- .ZpaNo._1QctB {
1384
+ ._1nOJ1.BtnUF {
1385
1385
  padding-left: 12px;
1386
1386
  padding-right: 12px;
1387
1387
  }
1388
- .ZpaNo.TYxPP {
1388
+ ._1nOJ1._1PcnD {
1389
1389
  padding-left: 18px;
1390
1390
  padding-right: 18px;
1391
1391
  }
1392
- .ZpaNo.LGTQY {
1392
+ ._1nOJ1.jAcU4 {
1393
1393
  padding-left: 24px;
1394
1394
  padding-right: 24px;
1395
1395
  }
1396
- .ZpaNo._3SA8j {
1396
+ ._1nOJ1._3M8a0 {
1397
1397
  margin: 24px;
1398
1398
  }
1399
- .ZpaNo.RlWpx {
1399
+ ._1nOJ1._3Qv2F {
1400
1400
  margin: 12px;
1401
1401
  }
1402
- .ZpaNo._3ioF3 {
1402
+ ._1nOJ1._2-1M- {
1403
1403
  padding-top: 6px;
1404
1404
  padding-bottom: 6px;
1405
1405
  }
1406
- .ZpaNo._3hc-a {
1406
+ ._1nOJ1.umD2w {
1407
1407
  padding-top: 9px;
1408
1408
  padding-bottom: 9px;
1409
1409
  }
1410
- .ZpaNo._1b3qu {
1410
+ ._1nOJ1._3G_8c {
1411
1411
  padding-top: 12px;
1412
1412
  padding-bottom: 12px;
1413
1413
  }
1414
- .ZpaNo.Se1he {
1414
+ ._1nOJ1.soTvr {
1415
1415
  padding-top: 18px;
1416
1416
  padding-bottom: 18px;
1417
1417
  }
1418
- .ZpaNo._3S6Dn {
1418
+ ._1nOJ1._3nDu_ {
1419
1419
  padding-top: 24px;
1420
1420
  padding-bottom: 24px;
1421
1421
  }
1422
- .ZpaNo.eUuAf > *:not(:last-child) {
1422
+ ._1nOJ1._2u0MF > *:not(:last-child) {
1423
1423
  margin-right: 3px;
1424
1424
  }
1425
- .ZpaNo.eUuAf > *:not(:first-child) {
1425
+ ._1nOJ1._2u0MF > *:not(:first-child) {
1426
1426
  margin-left: 3px;
1427
1427
  }
1428
- .ZpaNo._1fsFp > *:not(:last-child) {
1428
+ ._1nOJ1._18L03 > *:not(:last-child) {
1429
1429
  margin-right: 6px;
1430
1430
  }
1431
- .ZpaNo._1fsFp > *:not(:first-child) {
1431
+ ._1nOJ1._18L03 > *:not(:first-child) {
1432
1432
  margin-left: 6px;
1433
1433
  }
1434
- .ZpaNo.n3uha > *:not(:last-child) {
1434
+ ._1nOJ1.uKk6f > *:not(:last-child) {
1435
1435
  margin-right: 9px;
1436
1436
  }
1437
- .ZpaNo.n3uha > *:not(:first-child) {
1437
+ ._1nOJ1.uKk6f > *:not(:first-child) {
1438
1438
  margin-left: 9px;
1439
1439
  }
1440
- .ZpaNo.Gcgey {
1440
+ ._1nOJ1.QBj4i {
1441
1441
  border-bottom: 1px solid var(--divider-color);
1442
1442
  }
1443
1443
  .panel-vars {
@@ -1445,29 +1445,29 @@
1445
1445
  --panel-bg-color: var(--surface-color);
1446
1446
  --panel-shadow: var(--shadow, 0 3px 6px 0 rgba(29, 30, 38, 0.10), 0 1px 3px 0 rgba(29, 30, 38, 0.10));
1447
1447
  }
1448
- ._3UvE0 {
1448
+ .c0_Gj {
1449
1449
  overflow: hidden;
1450
1450
  border-radius: var(--panel-border-radius);
1451
1451
  }
1452
- ._3UvE0._3PcKk {
1452
+ .c0_Gj._18rZg {
1453
1453
  background-color: var(--panel-bg-color);
1454
1454
  }
1455
- ._3UvE0._1Jfau {
1455
+ .c0_Gj._1YeOB {
1456
1456
  margin: 24px;
1457
1457
  }
1458
- ._3UvE0._1mlf4 {
1458
+ .c0_Gj._1Q9TK {
1459
1459
  padding: 12px;
1460
1460
  }
1461
- ._3UvE0.i_DC2 {
1461
+ .c0_Gj._3Zf04 {
1462
1462
  padding: 24px;
1463
1463
  }
1464
- ._3UvE0._1LUHV {
1464
+ .c0_Gj._1pcfS {
1465
1465
  box-shadow: var(--panel-shadow);
1466
1466
  }
1467
- ._3UvE0.-clickable:hover {
1467
+ .c0_Gj.-clickable:hover {
1468
1468
  cursor: pointer;
1469
1469
  }
1470
- .irBpx {
1470
+ .GEcIJ {
1471
1471
  fill: var(--icon-container-fill-color);
1472
1472
  }
1473
1473
  .icon-container-color-info {
@@ -1497,7 +1497,7 @@
1497
1497
  --dropdown-container-shadow: var(--shadow, 0 3px 6px 0 rgba(29, 30, 38, 0.1), 0 1px 3px 0 rgba(29, 30, 38, 0.1));
1498
1498
  --dropdown-container-scrollbar-thumb-color: #6C6F80;
1499
1499
  }
1500
- ._1Wkx8.uui-dropdown-body {
1500
+ ._1WcVm.uui-dropdown-body {
1501
1501
  display: flex;
1502
1502
  flex-direction: column;
1503
1503
  min-width: 150px;
@@ -1507,21 +1507,21 @@
1507
1507
  border: 0;
1508
1508
  overflow: hidden;
1509
1509
  }
1510
- ._1Wkx8.uui-dropdown-body ::-webkit-scrollbar {
1510
+ ._1WcVm.uui-dropdown-body ::-webkit-scrollbar {
1511
1511
  width: 5px;
1512
1512
  }
1513
- ._1Wkx8.uui-dropdown-body ::-webkit-scrollbar-thumb {
1513
+ ._1WcVm.uui-dropdown-body ::-webkit-scrollbar-thumb {
1514
1514
  background: var(--dropdown-container-scrollbar-thumb-color);
1515
1515
  }
1516
- ._2CaNL {
1516
+ ._3pRlz {
1517
1517
  padding: 0;
1518
1518
  margin: 0;
1519
1519
  }
1520
- ._2CaNL:focus {
1520
+ ._3pRlz:focus {
1521
1521
  outline: none;
1522
1522
  }
1523
1523
 
1524
- ._1AfUL {
1524
+ ._35__8 {
1525
1525
  color: var(--text-primary-color);
1526
1526
  fill: var(--icon-color);
1527
1527
  font-family: var(--font-regular);
@@ -1530,32 +1530,32 @@
1530
1530
  background-color: var(--surface-color);
1531
1531
  box-shadow: var(--shadow);
1532
1532
  }
1533
- ._1AfUL .uui-icon svg {
1533
+ ._35__8 .uui-icon svg {
1534
1534
  height: 24px;
1535
1535
  max-width: 24px;
1536
1536
  }
1537
1537
 
1538
- ._1kHTN ._2KS8C {
1538
+ ._1fxBJ ._3T5L2 {
1539
1539
  transform: rotate(-90deg);
1540
1540
  }
1541
1541
 
1542
- ._4D7ZX {
1542
+ ._2ScI3 {
1543
1543
  color: transparent;
1544
1544
  fill: transparent;
1545
1545
  }
1546
1546
 
1547
- .E8SrL {
1547
+ .kHYLV {
1548
1548
  display: flex;
1549
1549
  width: 100%;
1550
1550
  }
1551
- .E8SrL ._12IP_ {
1551
+ .kHYLV ._14-oS {
1552
1552
  width: 100%;
1553
1553
  border: 0;
1554
1554
  border-top: 1px solid var(--divider-color);
1555
1555
  height: 0;
1556
1556
  }
1557
1557
 
1558
- ._7Mi8t {
1558
+ .NaS0D {
1559
1559
  color: var(--text-secondary-color);
1560
1560
  fill: var(--text-secondary-color);
1561
1561
  padding: 0.5em 1em;
@@ -1565,184 +1565,184 @@
1565
1565
  cursor: default;
1566
1566
  font-size: 0.9em;
1567
1567
  }
1568
- ._7Mi8t:focus {
1568
+ .NaS0D:focus {
1569
1569
  outline: none;
1570
1570
  }
1571
1571
 
1572
- ._2X2mz {
1572
+ .jimbt {
1573
1573
  padding: 0.5em 1em;
1574
1574
  line-height: 1.5;
1575
1575
  box-sizing: border-box;
1576
1576
  width: 100%;
1577
1577
  }
1578
- ._2X2mz .uui-icon svg {
1578
+ .jimbt .uui-icon svg {
1579
1579
  height: 24px;
1580
1580
  max-width: 24px;
1581
1581
  }
1582
- ._2X2mz.uui-selected {
1582
+ .jimbt.uui-selected {
1583
1583
  color: var(--primary-color);
1584
1584
  fill: var(--primary-color);
1585
1585
  }
1586
- ._2X2mz.uui-selected:hover, ._2X2mz.uui-selected:focus {
1586
+ .jimbt.uui-selected:hover, .jimbt.uui-selected:focus {
1587
1587
  color: var(--primary-color) !important;
1588
1588
  fill: var(--primary-color) !important;
1589
1589
  }
1590
- ._2X2mz.uui-selected ._4D7ZX {
1590
+ .jimbt.uui-selected ._2ScI3 {
1591
1591
  color: var(--primary-color);
1592
1592
  fill: var(--primary-color);
1593
1593
  }
1594
- ._2X2mz:focus {
1594
+ .jimbt:focus {
1595
1595
  outline: none;
1596
1596
  }
1597
- ._2X2mz ._24dns {
1597
+ .jimbt ._2O8Q_ {
1598
1598
  justify-content: flex-start;
1599
1599
  }
1600
- ._2X2mz._2R1cz {
1600
+ .jimbt._2yWhi {
1601
1601
  color: var(--text-primary-color);
1602
1602
  fill: var(--icon-color);
1603
1603
  display: flex;
1604
1604
  align-items: center;
1605
1605
  }
1606
- ._2X2mz._2R1cz.uui-selected {
1606
+ .jimbt._2yWhi.uui-selected {
1607
1607
  color: var(--primary-color);
1608
1608
  fill: var(--primary-color);
1609
1609
  }
1610
- ._2X2mz._2R1cz.uui-selected:hover, ._2X2mz._2R1cz.uui-selected:focus {
1610
+ .jimbt._2yWhi.uui-selected:hover, .jimbt._2yWhi.uui-selected:focus {
1611
1611
  color: var(--primary-color) !important;
1612
1612
  fill: var(--primary-color) !important;
1613
1613
  }
1614
- ._2X2mz._2R1cz.uui-selected ._4D7ZX {
1614
+ .jimbt._2yWhi.uui-selected ._2ScI3 {
1615
1615
  color: var(--primary-color);
1616
1616
  fill: var(--primary-color);
1617
1617
  }
1618
- ._2X2mz._2R1cz:focus {
1618
+ .jimbt._2yWhi:focus {
1619
1619
  outline: none;
1620
1620
  }
1621
- ._2X2mz.-clickable:not(.uui-disabled):hover, ._2X2mz.-clickable:not(.uui-disabled):focus {
1621
+ .jimbt.-clickable:not(.uui-disabled):hover, .jimbt.-clickable:not(.uui-disabled):focus {
1622
1622
  background-color: var(--surface-hover-color);
1623
1623
  fill: var(--icon-active-color);
1624
1624
  cursor: pointer;
1625
1625
  }
1626
- ._2X2mz.uui-disabled {
1626
+ .jimbt.uui-disabled {
1627
1627
  color: var(--disabled-color);
1628
1628
  fill: var(--disabled-color);
1629
1629
  }
1630
- ._2X2mz.uui-disabled:hover, ._2X2mz.uui-disabled:focus {
1630
+ .jimbt.uui-disabled:hover, .jimbt.uui-disabled:focus {
1631
1631
  background-color: transparent;
1632
1632
  cursor: default;
1633
1633
  }
1634
- ._2X2mz > *:not(:last-child) {
1634
+ .jimbt > *:not(:last-child) {
1635
1635
  margin: 0 0.5em 0 0;
1636
1636
  }
1637
- ._3QkMC {
1637
+ ._19qGE {
1638
1638
  color: var(--text-color);
1639
1639
  }
1640
- ._33pyI {
1640
+ ._2yVC4 {
1641
1641
  line-height: 12px;
1642
1642
  }
1643
1643
 
1644
- ._1l6kH {
1644
+ ._1NxRE {
1645
1645
  line-height: 18px;
1646
1646
  }
1647
1647
 
1648
- ._1IEbX {
1648
+ ._2Hyu3 {
1649
1649
  line-height: 24px;
1650
1650
  }
1651
1651
 
1652
- ._2l1sH {
1652
+ ._3fa2a {
1653
1653
  line-height: 30px;
1654
1654
  }
1655
1655
 
1656
- ._3eG8Z {
1656
+ ._2ivZt {
1657
1657
  font-size: 10px;
1658
1658
  }
1659
1659
 
1660
- ._3VZr7 {
1660
+ ._3o9Be {
1661
1661
  font-size: 12px;
1662
1662
  }
1663
1663
 
1664
- ._37aIH {
1664
+ ._2lmTD {
1665
1665
  font-size: 14px;
1666
1666
  }
1667
1667
 
1668
- ._1NLCq {
1668
+ ._385_e {
1669
1669
  font-size: 16px;
1670
1670
  }
1671
1671
 
1672
- ._1HOAD {
1672
+ ._3ApM5 {
1673
1673
  font-size: 18px;
1674
1674
  }
1675
1675
 
1676
- ._3xY3I {
1676
+ ._39dlg {
1677
1677
  font-size: 24px;
1678
1678
  }
1679
1679
 
1680
- ._1X4fk {
1680
+ .QqfN3 {
1681
1681
  padding-top: 2px;
1682
1682
  padding-bottom: 2px;
1683
1683
  }
1684
1684
 
1685
- ._2j7vc {
1685
+ ._2b8uj {
1686
1686
  padding-top: 3px;
1687
1687
  padding-bottom: 3px;
1688
1688
  }
1689
1689
 
1690
- ._2hbIe {
1690
+ ._1o8HE {
1691
1691
  padding-top: 5px;
1692
1692
  padding-bottom: 5px;
1693
1693
  }
1694
1694
 
1695
- ._1_Dp_ {
1695
+ ._3Kp6e {
1696
1696
  padding-top: 6px;
1697
1697
  padding-bottom: 6px;
1698
1698
  }
1699
1699
 
1700
- .f18eK {
1700
+ ._20uHM {
1701
1701
  padding-top: 8px;
1702
1702
  padding-bottom: 8px;
1703
1703
  }
1704
1704
 
1705
- ._1sVoK {
1705
+ .kLVCn {
1706
1706
  padding-top: 9px;
1707
1707
  padding-bottom: 9px;
1708
1708
  }
1709
1709
 
1710
- ._3Si7u {
1710
+ ._16_9S {
1711
1711
  padding-top: 11px;
1712
1712
  padding-bottom: 11px;
1713
1713
  }
1714
1714
 
1715
- ._14TQy {
1715
+ ._12535 {
1716
1716
  padding-top: 12px;
1717
1717
  padding-bottom: 12px;
1718
1718
  }
1719
1719
 
1720
- ._1ihuA {
1720
+ .AfnLy {
1721
1721
  padding-top: 14px;
1722
1722
  padding-bottom: 14px;
1723
1723
  }
1724
1724
 
1725
- ._2Nk_H {
1725
+ ._1qV5x {
1726
1726
  padding-top: 15px;
1727
1727
  padding-bottom: 15px;
1728
1728
  }
1729
1729
 
1730
- .MkRm2 {
1730
+ .T7EDu {
1731
1731
  padding-top: 17px;
1732
1732
  padding-bottom: 17px;
1733
1733
  }
1734
1734
 
1735
- ._2wHtz {
1735
+ ._15vGB {
1736
1736
  padding-top: 18px;
1737
1737
  padding-bottom: 18px;
1738
1738
  }
1739
1739
 
1740
- .SIBXL {
1740
+ ._1Rax8 {
1741
1741
  padding-top: 23px;
1742
1742
  padding-bottom: 23px;
1743
1743
  }
1744
1744
 
1745
- .TB5ss {
1745
+ ._2Jj44 {
1746
1746
  padding-top: 24px;
1747
1747
  padding-bottom: 24px;
1748
1748
  }
@@ -1789,7 +1789,7 @@
1789
1789
  font-family: var(--font-promo);
1790
1790
  font-weight: normal;
1791
1791
  }
1792
- @keyframes _1KWR3 {
1792
+ @keyframes _1kQJ7 {
1793
1793
  0% {
1794
1794
  background-position: 200% 0;
1795
1795
  }
@@ -1797,12 +1797,12 @@
1797
1797
  background-position: 0 0;
1798
1798
  }
1799
1799
  }
1800
- .j0HMn {
1800
+ .v5S0G {
1801
1801
  display: flex;
1802
1802
  flex-wrap: wrap;
1803
1803
  }
1804
1804
 
1805
- .sQnnW {
1805
+ ._3ZBKg {
1806
1806
  user-select: none;
1807
1807
  font-family: var(--font-redacted);
1808
1808
  letter-spacing: -1px;
@@ -1810,16 +1810,16 @@
1810
1810
  color: var(--text-placeholder-color);
1811
1811
  vertical-align: 1px;
1812
1812
  }
1813
- .sQnnW:last-child {
1813
+ ._3ZBKg:last-child {
1814
1814
  margin-right: 0;
1815
1815
  }
1816
- .sQnnW._3b5gt {
1816
+ ._3ZBKg.tTR-E {
1817
1817
  color: transparent;
1818
1818
  background: var(--text-placeholder-gradient);
1819
1819
  background-size: 200% 100%;
1820
1820
  background-clip: border-box;
1821
1821
  -webkit-background-clip: text;
1822
- animation: _1KWR3 1s ease infinite;
1822
+ animation: _1kQJ7 1s ease infinite;
1823
1823
  }
1824
1824
  .text-placeholder-vars {
1825
1825
  --text-placeholder-gradient: var(--skeleton-gradient);
@@ -1831,13 +1831,13 @@
1831
1831
  --modals-shadow: 0 6px 18px 0 rgba(29, 30, 38, 0.05), 0 3px 12px 0 rgba(29, 30, 38, 0.05);
1832
1832
  --modals-bg-color: var(--surface-color) ;
1833
1833
  }
1834
- ._3dxjt {
1834
+ .HXNzc {
1835
1835
  animation-duration: 0.3s;
1836
- animation-name: _15MKq;
1836
+ animation-name: _36b-I;
1837
1837
  opacity: 1;
1838
1838
  transition: all 0.3s ease-out;
1839
1839
  }
1840
- @keyframes _15MKq {
1840
+ @keyframes _36b-I {
1841
1841
  from {
1842
1842
  opacity: 0;
1843
1843
  }
@@ -1845,11 +1845,11 @@
1845
1845
  opacity: 1;
1846
1846
  }
1847
1847
  }
1848
- ._3dxjt._3bhOe .uui-modal-blocker {
1848
+ .HXNzc.xXCEM .uui-modal-blocker {
1849
1849
  background-color: var(--modals-overlay-color);
1850
1850
  }
1851
1851
 
1852
- .lzUBO.uui-modal-window {
1852
+ ._1NulA.uui-modal-window {
1853
1853
  background-color: var(--modals-bg-color);
1854
1854
  overflow: auto;
1855
1855
  border-radius: var(--modals-border-radius);
@@ -1858,30 +1858,30 @@
1858
1858
  box-shadow: var(--modals-shadow);
1859
1859
  }
1860
1860
  @media (max-width: 640px) {
1861
- .lzUBO.uui-modal-window {
1861
+ ._1NulA.uui-modal-window {
1862
1862
  min-width: 100vw;
1863
1863
  max-height: 100vh;
1864
1864
  border-radius: 0;
1865
1865
  }
1866
1866
  }
1867
- .lzUBO.uui-modal-window .uui-shadow-top::before {
1867
+ ._1NulA.uui-modal-window .uui-shadow-top::before {
1868
1868
  background: var(--divider-color);
1869
1869
  height: 1px;
1870
1870
  }
1871
- .lzUBO.uui-modal-window .uui-shadow-bottom::after {
1871
+ ._1NulA.uui-modal-window .uui-shadow-bottom::after {
1872
1872
  background: var(--divider-color);
1873
1873
  height: 1px;
1874
1874
  }
1875
1875
 
1876
- .T6Ycg {
1876
+ .K7JNA {
1877
1877
  border-bottom-left-radius: var(--modals-border-radius);
1878
1878
  border-bottom-right-radius: var(--modals-border-radius);
1879
1879
  }
1880
- .T6Ycg.nRmKy {
1880
+ .K7JNA._1wr9d {
1881
1881
  border-top: 1px solid var(--divider-color);
1882
1882
  }
1883
1883
 
1884
- ._1yPgf {
1884
+ ._3No_p {
1885
1885
  border-top-left-radius: var(--modals-border-radius);
1886
1886
  border-top-right-radius: var(--modals-border-radius);
1887
1887
  }
@@ -1913,11 +1913,11 @@
1913
1913
  --notification-card-border-color: var(--error-color);
1914
1914
  --notification-card-bg-color: white;
1915
1915
  }
1916
- ._1GZrp .Acu-v .uui-icon {
1916
+ ._1W9yn ._1SLVZ .uui-icon {
1917
1917
  fill: var(--notification-card-fill-color);
1918
1918
  }
1919
1919
 
1920
- .xpOsb {
1920
+ ._3eJQZ {
1921
1921
  border-style: solid;
1922
1922
  border-color: var(--notification-card-border-color);
1923
1923
  border-width: var(--notification-card-border-width);
@@ -1929,34 +1929,34 @@
1929
1929
  border-radius: var(--notification-card-border-radius);
1930
1930
  }
1931
1931
  @media (max-width: 720px) {
1932
- .xpOsb {
1932
+ ._3eJQZ {
1933
1933
  width: 100%;
1934
1934
  }
1935
1935
  }
1936
1936
 
1937
- .Acu-v {
1937
+ ._1SLVZ {
1938
1938
  padding: 6px 0;
1939
1939
  }
1940
1940
 
1941
- ._2qyH7 {
1941
+ ._36Era {
1942
1942
  display: flex;
1943
1943
  }
1944
1944
 
1945
- ._1NT0t:not(:last-child) {
1945
+ ._1Rg5n:not(:last-child) {
1946
1946
  margin-right: 12px;
1947
1947
  }
1948
1948
 
1949
- ._2_LK- {
1949
+ ._1sCRD {
1950
1950
  padding: 6px 0;
1951
1951
  }
1952
1952
 
1953
- ._3LUBz {
1953
+ ._115YM {
1954
1954
  width: 100%;
1955
1955
  display: flex;
1956
1956
  align-self: baseline;
1957
1957
  }
1958
1958
 
1959
- .KwlvT {
1959
+ .SMEht {
1960
1960
  display: flex;
1961
1961
  flex-wrap: wrap;
1962
1962
  justify-content: space-between;
@@ -1964,14 +1964,14 @@
1964
1964
  margin: 0 12px;
1965
1965
  }
1966
1966
 
1967
- ._2MdbV {
1967
+ ._3YKfb {
1968
1968
  justify-content: center;
1969
1969
  align-items: center;
1970
1970
  height: 48px;
1971
1971
  padding: 0 18px;
1972
1972
  }
1973
1973
 
1974
- ._1MDFJ {
1974
+ ._3OghY {
1975
1975
  display: flex;
1976
1976
  align-items: flex-start;
1977
1977
  }
@@ -1982,7 +1982,7 @@
1982
1982
  --tooltip-text-color: white;
1983
1983
  --tooltip-border-radius: var(--border-radius);
1984
1984
  }
1985
- ._3oREw .uui-tooltip-body {
1985
+ .J56ZT .uui-tooltip-body {
1986
1986
  padding: 3px 12px;
1987
1987
  line-height: 24px;
1988
1988
  font-size: 14px;
@@ -1992,57 +1992,57 @@
1992
1992
  word-wrap: break-word;
1993
1993
  border-radius: var(--tooltip-border-radius);
1994
1994
  }
1995
- ._3oREw .uui-tooltip-arrow {
1995
+ .J56ZT .uui-tooltip-arrow {
1996
1996
  position: absolute;
1997
1997
  width: 12px;
1998
1998
  height: 12px;
1999
1999
  overflow: hidden;
2000
2000
  }
2001
- ._3oREw .uui-tooltip-arrow::after {
2001
+ .J56ZT .uui-tooltip-arrow::after {
2002
2002
  content: "";
2003
2003
  position: absolute;
2004
2004
  width: 8px;
2005
2005
  height: 8px;
2006
2006
  box-shadow: var(--tooltip-arrow-shadow);
2007
2007
  }
2008
- ._3oREw.uui-tooltip-container[data-placement^="right"] .uui-tooltip-arrow {
2008
+ .J56ZT.uui-tooltip-container[data-placement^="right"] .uui-tooltip-arrow {
2009
2009
  right: 100%;
2010
2010
  }
2011
- ._3oREw.uui-tooltip-container[data-placement^="right"] .uui-tooltip-arrow::after {
2011
+ .J56ZT.uui-tooltip-container[data-placement^="right"] .uui-tooltip-arrow::after {
2012
2012
  transform: translateX(100%) translateY(20%) rotate(45deg);
2013
2013
  }
2014
- ._3oREw.uui-tooltip-container[data-placement^="left"] .uui-tooltip-arrow {
2014
+ .J56ZT.uui-tooltip-container[data-placement^="left"] .uui-tooltip-arrow {
2015
2015
  left: 100%;
2016
2016
  }
2017
- ._3oREw.uui-tooltip-container[data-placement^="left"] .uui-tooltip-arrow::after {
2017
+ .J56ZT.uui-tooltip-container[data-placement^="left"] .uui-tooltip-arrow::after {
2018
2018
  transform: translateX(-50%) translateY(20%) rotate(45deg);
2019
2019
  }
2020
- ._3oREw.uui-tooltip-container[data-placement^="top"] .uui-tooltip-arrow {
2020
+ .J56ZT.uui-tooltip-container[data-placement^="top"] .uui-tooltip-arrow {
2021
2021
  top: 100%;
2022
2022
  }
2023
- ._3oREw.uui-tooltip-container[data-placement^="top"] .uui-tooltip-arrow::after {
2023
+ .J56ZT.uui-tooltip-container[data-placement^="top"] .uui-tooltip-arrow::after {
2024
2024
  transform: translateX(30%) translateY(-50%) rotate(45deg);
2025
2025
  }
2026
- ._3oREw.uui-tooltip-container[data-placement^="bottom"] .uui-tooltip-arrow {
2026
+ .J56ZT.uui-tooltip-container[data-placement^="bottom"] .uui-tooltip-arrow {
2027
2027
  bottom: 100%;
2028
2028
  }
2029
- ._3oREw.uui-tooltip-container[data-placement^="bottom"] .uui-tooltip-arrow::after {
2029
+ .J56ZT.uui-tooltip-container[data-placement^="bottom"] .uui-tooltip-arrow::after {
2030
2030
  transform: translateX(30%) translateY(100%) rotate(45deg);
2031
2031
  }
2032
- ._3oREw .uui-tooltip-body {
2032
+ .J56ZT .uui-tooltip-body {
2033
2033
  background-color: var(--tooltip-bg-color);
2034
2034
  color: var(--tooltip-text-color);
2035
2035
  }
2036
- ._3oREw.uui-tooltip-container[data-placement^="right"] .uui-tooltip-arrow::after {
2036
+ .J56ZT.uui-tooltip-container[data-placement^="right"] .uui-tooltip-arrow::after {
2037
2037
  background: var(--tooltip-bg-color);
2038
2038
  }
2039
- ._3oREw.uui-tooltip-container[data-placement^="left"] .uui-tooltip-arrow::after {
2039
+ .J56ZT.uui-tooltip-container[data-placement^="left"] .uui-tooltip-arrow::after {
2040
2040
  background: var(--tooltip-bg-color);
2041
2041
  }
2042
- ._3oREw.uui-tooltip-container[data-placement^="top"] .uui-tooltip-arrow::after {
2042
+ .J56ZT.uui-tooltip-container[data-placement^="top"] .uui-tooltip-arrow::after {
2043
2043
  background: var(--tooltip-bg-color);
2044
2044
  }
2045
- ._3oREw.uui-tooltip-container[data-placement^="bottom"] .uui-tooltip-arrow::after {
2045
+ .J56ZT.uui-tooltip-container[data-placement^="bottom"] .uui-tooltip-arrow::after {
2046
2046
  background: var(--tooltip-bg-color);
2047
2047
  }
2048
2048
  .labeled-input-vars {
@@ -2053,83 +2053,83 @@
2053
2053
  --labeled-input-optional-text-color: var(--text-secondary-color);
2054
2054
  --labeled-input-asterisk-color: var(--error-color);
2055
2055
  }
2056
- ._287nh {
2056
+ ._7sUj2 {
2057
2057
  width: 100%;
2058
2058
  }
2059
- ._287nh .uui-label {
2059
+ ._7sUj2 .uui-label {
2060
2060
  overflow: hidden;
2061
2061
  text-overflow: ellipsis;
2062
2062
  font-family: var(--font-semibold);
2063
2063
  color: var(--labeled-input-color);
2064
2064
  }
2065
- ._287nh .uui-label .uui-labeled-input-info-icon {
2065
+ ._7sUj2 .uui-label .uui-labeled-input-info-icon {
2066
2066
  flex-shrink: 0;
2067
2067
  margin: 0 4px;
2068
2068
  fill: var(--labeled-input-fill-color);
2069
2069
  }
2070
- ._287nh .uui-label .uui-labeled-input-asterisk {
2070
+ ._7sUj2 .uui-label .uui-labeled-input-asterisk {
2071
2071
  color: var(--labeled-input-asterisk-color);
2072
2072
  }
2073
- ._287nh .uui-label .uui-labeled-input-optional {
2073
+ ._7sUj2 .uui-label .uui-labeled-input-optional {
2074
2074
  font-family: var(--font-italic);
2075
2075
  font-size: 12px;
2076
2076
  line-height: 18px;
2077
2077
  color: var(--labeled-input-optional-text-color);
2078
2078
  }
2079
- ._287nh .uui-label-left > .uui-label {
2079
+ ._7sUj2 .uui-label-left > .uui-label {
2080
2080
  margin-right: 5px;
2081
2081
  }
2082
- ._287nh .uui-invalid-message {
2082
+ ._7sUj2 .uui-invalid-message {
2083
2083
  line-height: 18px;
2084
2084
  font-size: 12px;
2085
2085
  color: var(--labeled-input-color-error);
2086
2086
  font-family: var(--font-regular);
2087
2087
  }
2088
- ._287nh._19ziG .uui-label-top > .uui-label {
2088
+ ._7sUj2._1Y7jZ .uui-label-top > .uui-label {
2089
2089
  margin-bottom: 6px;
2090
2090
  }
2091
- ._287nh._19ziG .uui-label {
2091
+ ._7sUj2._1Y7jZ .uui-label {
2092
2092
  font-size: 12px;
2093
2093
  line-height: 18px;
2094
2094
  }
2095
- ._287nh._3vVe4 .uui-label-top > .uui-label {
2095
+ ._7sUj2._2-KaT .uui-label-top > .uui-label {
2096
2096
  margin-bottom: 6px;
2097
2097
  }
2098
- ._287nh._3vVe4 .uui-label {
2098
+ ._7sUj2._2-KaT .uui-label {
2099
2099
  font-size: 12px;
2100
2100
  line-height: 18px;
2101
2101
  }
2102
- ._287nh.pkVQB .uui-label-top > .uui-label {
2102
+ ._7sUj2.ua3An .uui-label-top > .uui-label {
2103
2103
  margin-bottom: 6px;
2104
2104
  }
2105
- ._287nh.pkVQB .uui-label {
2105
+ ._7sUj2.ua3An .uui-label {
2106
2106
  font-size: 14px;
2107
2107
  line-height: 18px;
2108
2108
  }
2109
- ._287nh._1LYbT .uui-label-top > .uui-label {
2109
+ ._7sUj2.JUYfo .uui-label-top > .uui-label {
2110
2110
  margin-bottom: 6px;
2111
2111
  }
2112
- ._287nh._1LYbT .uui-label {
2112
+ ._7sUj2.JUYfo .uui-label {
2113
2113
  font-size: 14px;
2114
2114
  line-height: 18px;
2115
2115
  }
2116
- ._287nh._1zdqp .uui-label-top > .uui-label {
2116
+ ._7sUj2.lMhDM .uui-label-top > .uui-label {
2117
2117
  margin-bottom: 6px;
2118
2118
  }
2119
- ._287nh._1zdqp .uui-label {
2119
+ ._7sUj2.lMhDM .uui-label {
2120
2120
  font-size: 14px;
2121
2121
  line-height: 18px;
2122
2122
  }
2123
- ._27CGl.uui-horizontal-direction > * {
2123
+ .Cpef0.uui-horizontal-direction > * {
2124
2124
  margin-left: 12px;
2125
2125
  }
2126
- ._27CGl.uui-horizontal-direction :first-child {
2126
+ .Cpef0.uui-horizontal-direction :first-child {
2127
2127
  margin-left: 0;
2128
2128
  }
2129
- ._27CGl.uui-vertical-direction > * {
2129
+ .Cpef0.uui-vertical-direction > * {
2130
2130
  margin-bottom: 12px;
2131
2131
  }
2132
- ._27CGl.uui-vertical-direction :last-child {
2132
+ .Cpef0.uui-vertical-direction :last-child {
2133
2133
  margin-bottom: 0;
2134
2134
  }
2135
2135
  .uui-thumb-vertical, .uui-thumb-horizontal {
@@ -2210,7 +2210,7 @@
2210
2210
  height: 6px;
2211
2211
  margin-top: 0;
2212
2212
  }
2213
- ._2v6h4 {
2213
+ ._3zIMe {
2214
2214
  display: flex;
2215
2215
  flex-direction: column;
2216
2216
  flex: 1 1 auto;
@@ -2218,57 +2218,57 @@
2218
2218
  width: 100%;
2219
2219
  }
2220
2220
 
2221
- ._36t7F {
2221
+ ._1ykZZ {
2222
2222
  border: 0;
2223
2223
  }
2224
2224
 
2225
- ._3PZ1A.uui-input-box {
2225
+ ._35k3n.uui-input-box {
2226
2226
  border: 0;
2227
2227
  box-shadow: none;
2228
2228
  background-color: transparent;
2229
2229
  }
2230
- ._3PZ1A.uui-input-box.uui-focus {
2230
+ ._35k3n.uui-input-box.uui-focus {
2231
2231
  border-color: transparent;
2232
2232
  box-shadow: none;
2233
2233
  }
2234
2234
 
2235
- ._3o8dD {
2235
+ ._2MMyD {
2236
2236
  padding: 6px 0;
2237
2237
  }
2238
2238
 
2239
- ._2D9kg {
2239
+ ._2pu1e {
2240
2240
  border-bottom: 1px solid var(--divider-color);
2241
2241
  padding: 0 4px;
2242
2242
  }
2243
2243
 
2244
- ._2l3EB, .jT3Bf, ._17iWa, ._3tmRS {
2244
+ ._3w2PJ, ._2w_Sx, ._1VmDp, ._3dEe4 {
2245
2245
  padding: 0 5px;
2246
2246
  }
2247
2247
 
2248
- .tWw_F {
2248
+ .rJ2XH {
2249
2249
  padding-top: 20px;
2250
2250
  padding-bottom: 20px;
2251
2251
  }
2252
2252
 
2253
- .V61r6, ._6VC3s, ._33pBX {
2253
+ ._2Ro2s, ._2V3ty, .jswRy {
2254
2254
  padding-top: 23px;
2255
2255
  padding-bottom: 23px;
2256
2256
  }
2257
- ._12AG_ {
2257
+ .uE3NL {
2258
2258
  border-top: 1px solid var(--divider-color);
2259
2259
  }
2260
- ._26pKc {
2260
+ ._1fNGO {
2261
2261
  display: none;
2262
2262
  justify-content: center;
2263
2263
  position: relative;
2264
2264
  }
2265
2265
  @media screen and (max-width: 720px) {
2266
- ._26pKc {
2266
+ ._1fNGO {
2267
2267
  display: flex;
2268
2268
  }
2269
2269
  }
2270
2270
 
2271
- ._14m_z {
2271
+ ._1b2wH {
2272
2272
  height: 100%;
2273
2273
  position: absolute;
2274
2274
  top: 0;
@@ -2277,50 +2277,50 @@
2277
2277
  justify-content: center;
2278
2278
  right: 24px;
2279
2279
  }
2280
- ._66O6Q {
2280
+ ._2wT6t {
2281
2281
  position: relative;
2282
2282
  box-sizing: border-box;
2283
2283
  width: 0;
2284
2284
  }
2285
- ._66O6Q._1rz_t {
2285
+ ._2wT6t._3HZ2P {
2286
2286
  display: flex;
2287
2287
  align-items: flex-start;
2288
2288
  }
2289
- ._66O6Q._1aO7D.Zkw-i .uui-checkbox, ._66O6Q._1aO7D.Zkw-i ._1qI1D, ._66O6Q._1aO7D._1jdI6 .uui-checkbox, ._66O6Q._1aO7D._1jdI6 ._1qI1D {
2289
+ ._2wT6t._3oVRI._3RmXn .uui-checkbox, ._2wT6t._3oVRI._3RmXn .twtpq, ._2wT6t._3oVRI._2Uqkp .uui-checkbox, ._2wT6t._3oVRI._2Uqkp .twtpq {
2290
2290
  margin-top: 6px;
2291
2291
  }
2292
- ._66O6Q._1aO7D._10lO3 .uui-checkbox, ._66O6Q._1aO7D._10lO3 ._1qI1D {
2292
+ ._2wT6t._3oVRI.b923D .uui-checkbox, ._2wT6t._3oVRI.b923D .twtpq {
2293
2293
  margin-top: 9px;
2294
2294
  }
2295
- ._66O6Q._1aO7D._1sHwm .uui-checkbox, ._66O6Q._1aO7D._1sHwm ._1qI1D {
2295
+ ._2wT6t._3oVRI._1Dd4Y .uui-checkbox, ._2wT6t._3oVRI._1Dd4Y .twtpq {
2296
2296
  margin-top: 12px;
2297
2297
  }
2298
- ._66O6Q._1aO7D._7jFlD .uui-checkbox, ._66O6Q._1aO7D._7jFlD ._1qI1D {
2298
+ ._2wT6t._3oVRI._1rLEq .uui-checkbox, ._2wT6t._3oVRI._1rLEq .twtpq {
2299
2299
  margin-top: 15px;
2300
2300
  }
2301
- ._66O6Q._1aO7D._1jBNc .uui-checkbox, ._66O6Q._1aO7D._1jBNc ._1qI1D {
2301
+ ._2wT6t._3oVRI.PgkSZ .uui-checkbox, ._2wT6t._3oVRI.PgkSZ .twtpq {
2302
2302
  margin-top: 21px;
2303
2303
  }
2304
- ._66O6Q._2sXcs {
2304
+ ._2wT6t._1TCH5 {
2305
2305
  align-self: center;
2306
2306
  }
2307
- ._66O6Q.AHtu3 {
2307
+ ._2wT6t._2GLiB {
2308
2308
  padding: 0 12px;
2309
2309
  }
2310
- ._66O6Q._235Zp {
2310
+ ._2wT6t._1Hhd0 {
2311
2311
  padding: 0 24px;
2312
2312
  }
2313
- ._66O6Q._2Q6q6 {
2313
+ ._2wT6t.KGMbS {
2314
2314
  padding-left: 12px;
2315
2315
  }
2316
- ._66O6Q._3KgFi {
2316
+ ._2wT6t.i2bYH {
2317
2317
  padding-left: 24px;
2318
2318
  }
2319
- ._66O6Q._3FUnH {
2319
+ ._2wT6t._3f4Ew {
2320
2320
  padding-right: 24px;
2321
2321
  }
2322
2322
 
2323
- ._3b2TD {
2323
+ ._2S8Rl {
2324
2324
  position: absolute;
2325
2325
  left: 2px;
2326
2326
  width: 6px;
@@ -2329,15 +2329,15 @@
2329
2329
  align-self: stretch;
2330
2330
  visibility: hidden;
2331
2331
  }
2332
- .-draggable.uui-table-row:not(.uui-drop-accepted):hover ._3b2TD {
2332
+ .-draggable.uui-table-row:not(.uui-drop-accepted):hover ._2S8Rl {
2333
2333
  visibility: visible;
2334
2334
  }
2335
2335
 
2336
- ._12Uow {
2336
+ ._3Iu6o {
2337
2337
  padding-right: 12px;
2338
2338
  }
2339
2339
 
2340
- ._3HVnz {
2340
+ ._2RS2a {
2341
2341
  display: flex;
2342
2342
  justify-content: flex-start;
2343
2343
  flex-grow: 0;
@@ -2346,55 +2346,55 @@
2346
2346
  padding-right: 12px;
2347
2347
  }
2348
2348
 
2349
- ._1qI1D {
2349
+ .twtpq {
2350
2350
  margin: auto 0;
2351
2351
  }
2352
- ._1qI1D.uui-icon {
2352
+ .twtpq.uui-icon {
2353
2353
  position: relative;
2354
2354
  fill: var(--icon-color);
2355
2355
  }
2356
2356
 
2357
- ._3ebeY.uui-icon {
2357
+ ._1xqjb.uui-icon {
2358
2358
  left: -2px;
2359
2359
  flex: 0 0 12px;
2360
2360
  width: 12px;
2361
2361
  height: 12px;
2362
2362
  }
2363
2363
 
2364
- ._14XFF.uui-icon {
2364
+ ._2ooqZ.uui-icon {
2365
2365
  left: -4px;
2366
2366
  flex: 0 0 18px;
2367
2367
  width: 18px;
2368
2368
  height: 18px;
2369
2369
  }
2370
- .K55HP {
2370
+ ._3LqOL {
2371
2371
  flex-wrap: nowrap;
2372
2372
  }
2373
2373
 
2374
- ._35fwJ {
2374
+ ._2gpsq {
2375
2375
  width: 18px;
2376
2376
  padding: 0;
2377
2377
  }
2378
2378
 
2379
- ._2krba {
2379
+ ._1AeAM {
2380
2380
  padding-top: 6px;
2381
2381
  padding-bottom: 6px;
2382
2382
  }
2383
2383
 
2384
- ._3_WB5 {
2384
+ ._2_OTU {
2385
2385
  height: 1px;
2386
2386
  width: 100%;
2387
2387
  background-color: var(--divider-color);
2388
2388
  }
2389
2389
 
2390
- ._3ZSzZ {
2390
+ ._1D_80 {
2391
2391
  flex-basis: 200px;
2392
2392
  }
2393
2393
 
2394
- ._3M53z {
2394
+ ._3382N {
2395
2395
  overflow: visible;
2396
2396
  }
2397
- ._3M53z:after {
2397
+ ._3382N:after {
2398
2398
  display: block;
2399
2399
  content: "";
2400
2400
  position: absolute;
@@ -2405,45 +2405,45 @@
2405
2405
  right: -3px;
2406
2406
  top: -3px;
2407
2407
  }
2408
- ._2I0pJ {
2408
+ ._2MwrC {
2409
2409
  flex-grow: 1;
2410
2410
  }
2411
- ._32OC1 {
2411
+ ._3qKGx {
2412
2412
  display: flex;
2413
2413
  flex: auto;
2414
2414
  }
2415
2415
 
2416
- ._18W-K {
2416
+ ._3k22g {
2417
2417
  display: flex;
2418
2418
  justify-content: center;
2419
2419
  align-items: center;
2420
2420
  }
2421
2421
 
2422
- .Vhoaa.uui-focus {
2422
+ ._2kfIg.uui-focus {
2423
2423
  background-color: var(--surface-hover-color);
2424
2424
  }
2425
- .Vhoaa.-clickable {
2425
+ ._2kfIg.-clickable {
2426
2426
  cursor: pointer;
2427
2427
  }
2428
- ._2CadB {
2428
+ .oAvrq {
2429
2429
  display: flex;
2430
2430
  justify-content: center;
2431
2431
  align-items: center;
2432
2432
  border-top: 1px solid var(--divider-color);
2433
2433
  }
2434
- ._2CadB.uui-button-box {
2434
+ .oAvrq.uui-button-box {
2435
2435
  background-color: #fff;
2436
2436
  border-width: 1px !important;
2437
2437
  }
2438
- ._1whLZ {
2438
+ ._2j-rF {
2439
2439
  border-bottom: 1px solid var(--divider-color);
2440
2440
  padding: 6px 24px;
2441
2441
  }
2442
2442
 
2443
- .T7bZR {
2443
+ ._3neKm {
2444
2444
  margin-bottom: 6px;
2445
2445
  }
2446
- ._3D6hH .uui-count {
2446
+ ._2sw5G .uui-count {
2447
2447
  font-family: var(--font-semibold);
2448
2448
  margin: auto;
2449
2449
  height: 18px;
@@ -2455,23 +2455,23 @@
2455
2455
  min-width: 6px;
2456
2456
  text-align: center;
2457
2457
  }
2458
- ._3D6hH .uui-count:not(:first-child) {
2458
+ ._2sw5G .uui-count:not(:first-child) {
2459
2459
  margin-left: 6px;
2460
2460
  }
2461
- ._3D6hH .uui-caption {
2461
+ ._2sw5G .uui-caption {
2462
2462
  font-family: var(--font-regular);
2463
2463
  }
2464
- ._3D6hH.uui-button-box {
2464
+ ._2sw5G.uui-button-box {
2465
2465
  border-width: 1px;
2466
2466
  }
2467
- ._3D6hH._3oVJG {
2467
+ ._2sw5G._24319 {
2468
2468
  min-width: 18px;
2469
2469
  min-height: 18px;
2470
2470
  padding-left: 3px;
2471
2471
  padding-right: 3px;
2472
2472
  border-radius: 9px;
2473
2473
  }
2474
- ._3D6hH._3oVJG .uui-count {
2474
+ ._2sw5G._24319 .uui-count {
2475
2475
  height: 12px;
2476
2476
  line-height: 12px;
2477
2477
  font-size: 8px;
@@ -2479,178 +2479,178 @@
2479
2479
  padding-left: 3px;
2480
2480
  padding-right: 3px;
2481
2481
  }
2482
- ._3D6hH._3oVJG .uui-count:not(:first-child) {
2482
+ ._2sw5G._24319 .uui-count:not(:first-child) {
2483
2483
  margin-left: 3px;
2484
2484
  }
2485
- ._3D6hH._3oVJG .uui-caption {
2485
+ ._2sw5G._24319 .uui-caption {
2486
2486
  padding: 2px 3px;
2487
2487
  line-height: 12px;
2488
2488
  font-size: 12px;
2489
2489
  }
2490
- ._3D6hH._3oVJG._1e-Yc .uui-caption {
2490
+ ._2sw5G._24319._29EIR .uui-caption {
2491
2491
  margin-left: 8px;
2492
2492
  }
2493
- ._3D6hH._3oVJG._1e-Yc::before {
2493
+ ._2sw5G._24319._29EIR::before {
2494
2494
  width: 8px;
2495
2495
  height: 8px;
2496
2496
  top: 4px;
2497
2497
  left: 1px;
2498
2498
  }
2499
- ._3D6hH._2jY7O {
2499
+ ._2sw5G.aOLvA {
2500
2500
  min-width: 24px;
2501
2501
  padding-left: 5px;
2502
2502
  padding-right: 5px;
2503
2503
  border-radius: 12px;
2504
2504
  min-height: 24px;
2505
2505
  }
2506
- ._3D6hH._2jY7O .uui-caption {
2506
+ ._2sw5G.aOLvA .uui-caption {
2507
2507
  padding-left: 6px;
2508
2508
  padding-right: 6px;
2509
2509
  }
2510
- ._3D6hH._2jY7O .uui-caption {
2510
+ ._2sw5G.aOLvA .uui-caption {
2511
2511
  padding-top: 2px;
2512
2512
  padding-bottom: 2px;
2513
2513
  line-height: 18px;
2514
2514
  font-size: 14px;
2515
2515
  }
2516
- ._3D6hH._2jY7O._1e-Yc .uui-caption {
2516
+ ._2sw5G.aOLvA._29EIR .uui-caption {
2517
2517
  margin-left: 12px;
2518
2518
  }
2519
- ._3D6hH._2jY7O._1e-Yc::before {
2519
+ ._2sw5G.aOLvA._29EIR::before {
2520
2520
  width: 12px;
2521
2521
  height: 12px;
2522
2522
  top: 5px;
2523
2523
  left: 2px;
2524
2524
  }
2525
- ._3D6hH._1N7sb {
2525
+ ._2sw5G.ENNJO {
2526
2526
  min-width: 30px;
2527
2527
  padding-left: 5px;
2528
2528
  padding-right: 5px;
2529
2529
  border-radius: 15px;
2530
2530
  min-height: 30px;
2531
2531
  }
2532
- ._3D6hH._1N7sb .uui-caption {
2532
+ ._2sw5G.ENNJO .uui-caption {
2533
2533
  padding-left: 6px;
2534
2534
  padding-right: 6px;
2535
2535
  }
2536
- ._3D6hH._1N7sb .uui-caption {
2536
+ ._2sw5G.ENNJO .uui-caption {
2537
2537
  padding-top: 5px;
2538
2538
  padding-bottom: 5px;
2539
2539
  line-height: 18px;
2540
2540
  font-size: 14px;
2541
2541
  }
2542
- ._3D6hH._1N7sb._1e-Yc .uui-caption {
2542
+ ._2sw5G.ENNJO._29EIR .uui-caption {
2543
2543
  margin-left: 12px;
2544
2544
  }
2545
- ._3D6hH._1N7sb._1e-Yc::before {
2545
+ ._2sw5G.ENNJO._29EIR::before {
2546
2546
  width: 12px;
2547
2547
  height: 12px;
2548
2548
  top: 8px;
2549
2549
  left: 2px;
2550
2550
  }
2551
- ._3D6hH._3C-y9 {
2551
+ ._2sw5G._2rORd {
2552
2552
  min-width: 36px;
2553
2553
  padding-left: 5px;
2554
2554
  padding-right: 5px;
2555
2555
  border-radius: 18px;
2556
2556
  min-height: 36px;
2557
2557
  }
2558
- ._3D6hH._3C-y9 .uui-caption {
2558
+ ._2sw5G._2rORd .uui-caption {
2559
2559
  padding-left: 6px;
2560
2560
  padding-right: 6px;
2561
2561
  }
2562
- ._3D6hH._3C-y9 .uui-caption {
2562
+ ._2sw5G._2rORd .uui-caption {
2563
2563
  padding-top: 5px;
2564
2564
  padding-bottom: 5px;
2565
2565
  line-height: 24px;
2566
2566
  font-size: 14px;
2567
2567
  }
2568
- ._3D6hH._3C-y9._1e-Yc .uui-caption {
2568
+ ._2sw5G._2rORd._29EIR .uui-caption {
2569
2569
  margin-left: 12px;
2570
2570
  }
2571
- ._3D6hH._3C-y9._1e-Yc::before {
2571
+ ._2sw5G._2rORd._29EIR::before {
2572
2572
  width: 12px;
2573
2573
  height: 12px;
2574
2574
  top: 11px;
2575
2575
  left: 2px;
2576
2576
  }
2577
- ._3D6hH._1bS20 {
2577
+ ._2sw5G.fibSW {
2578
2578
  min-width: 42px;
2579
2579
  padding-left: 11px;
2580
2580
  padding-right: 11px;
2581
2581
  border-radius: 21px;
2582
2582
  min-height: 42px;
2583
2583
  }
2584
- ._3D6hH._1bS20 .uui-caption {
2584
+ ._2sw5G.fibSW .uui-caption {
2585
2585
  padding-left: 6px;
2586
2586
  padding-right: 6px;
2587
2587
  }
2588
- ._3D6hH._1bS20 .uui-count {
2588
+ ._2sw5G.fibSW .uui-count {
2589
2589
  height: 24px;
2590
2590
  line-height: 24px;
2591
2591
  font-size: 14px;
2592
2592
  border-radius: 12px;
2593
2593
  min-width: 12px;
2594
2594
  }
2595
- ._3D6hH._1bS20 .uui-caption {
2595
+ ._2sw5G.fibSW .uui-caption {
2596
2596
  padding-top: 8px;
2597
2597
  padding-bottom: 8px;
2598
2598
  line-height: 24px;
2599
2599
  font-size: 16px;
2600
2600
  }
2601
- ._3D6hH._1bS20._1e-Yc .uui-caption {
2601
+ ._2sw5G.fibSW._29EIR .uui-caption {
2602
2602
  margin-left: 12px;
2603
2603
  }
2604
- ._3D6hH._1bS20._1e-Yc::before {
2604
+ ._2sw5G.fibSW._29EIR::before {
2605
2605
  width: 16px;
2606
2606
  height: 16px;
2607
2607
  top: 12px;
2608
2608
  left: 3px;
2609
2609
  }
2610
- ._3D6hH._2rgWQ {
2610
+ ._2sw5G._1eL3k {
2611
2611
  min-width: 48px;
2612
2612
  padding-left: 11px;
2613
2613
  padding-right: 11px;
2614
2614
  border-radius: 24px;
2615
2615
  min-height: 48px;
2616
2616
  }
2617
- ._3D6hH._2rgWQ .uui-caption {
2617
+ ._2sw5G._1eL3k .uui-caption {
2618
2618
  padding-left: 6px;
2619
2619
  padding-right: 6px;
2620
2620
  }
2621
- ._3D6hH._2rgWQ .uui-count {
2621
+ ._2sw5G._1eL3k .uui-count {
2622
2622
  height: 24px;
2623
2623
  line-height: 24px;
2624
2624
  font-size: 14px;
2625
2625
  border-radius: 12px;
2626
2626
  min-width: 12px;
2627
2627
  }
2628
- ._3D6hH._2rgWQ .uui-caption {
2628
+ ._2sw5G._1eL3k .uui-caption {
2629
2629
  padding-top: 11px;
2630
2630
  padding-bottom: 11px;
2631
2631
  line-height: 24px;
2632
2632
  font-size: 16px;
2633
2633
  }
2634
- ._3D6hH._2rgWQ._1e-Yc .uui-caption {
2634
+ ._2sw5G._1eL3k._29EIR .uui-caption {
2635
2635
  margin-left: 12px;
2636
2636
  }
2637
- ._3D6hH._2rgWQ._1e-Yc::before {
2637
+ ._2sw5G._1eL3k._29EIR::before {
2638
2638
  width: 16px;
2639
2639
  height: 16px;
2640
2640
  top: 15px;
2641
2641
  left: 3px;
2642
2642
  }
2643
- ._3D6hH._1FufT {
2643
+ ._2sw5G._2mz0u {
2644
2644
  background-color: var(--badge-bg-color);
2645
2645
  color: var(--badge-caption-color-solid);
2646
2646
  fill: var(--badge-caption-color-solid);
2647
2647
  border-color: var(--badge-bg-color);
2648
2648
  }
2649
- ._3D6hH._1FufT .uui-count {
2649
+ ._2sw5G._2mz0u .uui-count {
2650
2650
  background-color: var(--badge-count-bg-color);
2651
2651
  color: var(--badge-count-color);
2652
2652
  }
2653
- ._3D6hH._1FufT.-clickable:hover {
2653
+ ._2sw5G._2mz0u.-clickable:hover {
2654
2654
  background-color: var(--badge-bg-color-hover);
2655
2655
  border-color: var(--badge-bg-color-hover);
2656
2656
  cursor: pointer;
@@ -2695,12 +2695,12 @@
2695
2695
  --tag-count-bg-color: white;
2696
2696
  --tag-count-color: var(--text-secondary-color);
2697
2697
  }
2698
- .X9HMy.uui-button-box {
2698
+ ._1nskx.uui-button-box {
2699
2699
  background-color: var(--tag-bg-color);
2700
2700
  fill: var(--tag-fill-color);
2701
2701
  border: 0;
2702
2702
  }
2703
- .X9HMy.uui-button-box .uui-count {
2703
+ ._1nskx.uui-button-box .uui-count {
2704
2704
  background-color: var(--tag-count-bg-color);
2705
2705
  color: var(--tag-count-color);
2706
2706
  font-family: var(--font-semibold);
@@ -2712,25 +2712,25 @@
2712
2712
  padding-left: 6px;
2713
2713
  padding-right: 6px;
2714
2714
  }
2715
- .X9HMy.uui-button-box .uui-count:not(:first-child) {
2715
+ ._1nskx.uui-button-box .uui-count:not(:first-child) {
2716
2716
  margin-left: 6px;
2717
2717
  }
2718
- .X9HMy.uui-button-box.-clickable:hover {
2718
+ ._1nskx.uui-button-box.-clickable:hover {
2719
2719
  background-color: var(--tag-bg-color-hover);
2720
2720
  fill: var(--tag-fill-color-hover);
2721
2721
  cursor: pointer;
2722
2722
  }
2723
- .X9HMy.uui-button-box .uui-caption {
2723
+ ._1nskx.uui-button-box .uui-caption {
2724
2724
  font-family: var(--font-regular);
2725
2725
  color: var(--tag-caption-color);
2726
2726
  }
2727
- .X9HMy._2C81S {
2727
+ ._1nskx._2P_NL {
2728
2728
  min-height: 18px;
2729
2729
  min-width: 18px;
2730
2730
  padding-left: 3px;
2731
2731
  padding-right: 3px;
2732
2732
  }
2733
- .X9HMy._2C81S .uui-count {
2733
+ ._1nskx._2P_NL .uui-count {
2734
2734
  height: 12px;
2735
2735
  min-width: 6px;
2736
2736
  line-height: 12px;
@@ -2739,102 +2739,102 @@
2739
2739
  padding-left: 3px;
2740
2740
  padding-right: 3px;
2741
2741
  }
2742
- .X9HMy._2C81S .uui-count:not(:first-child) {
2742
+ ._1nskx._2P_NL .uui-count:not(:first-child) {
2743
2743
  margin-left: 3px;
2744
2744
  }
2745
- .X9HMy._2C81S .uui-caption, .X9HMy._2C81S .uui-input {
2745
+ ._1nskx._2P_NL .uui-caption, ._1nskx._2P_NL .uui-input {
2746
2746
  padding: 3px 3px;
2747
2747
  line-height: 12px;
2748
2748
  font-size: 12px;
2749
2749
  }
2750
- .X9HMy._397mX {
2750
+ ._1nskx.qzep9 {
2751
2751
  min-width: 24px;
2752
2752
  padding-left: 6px;
2753
2753
  padding-right: 6px;
2754
2754
  min-height: 24px;
2755
2755
  }
2756
- .X9HMy._397mX .uui-caption {
2756
+ ._1nskx.qzep9 .uui-caption {
2757
2757
  padding-left: 6px;
2758
2758
  padding-right: 6px;
2759
2759
  }
2760
- .X9HMy._397mX .uui-caption, .X9HMy._397mX .uui-input {
2760
+ ._1nskx.qzep9 .uui-caption, ._1nskx.qzep9 .uui-input {
2761
2761
  padding-top: 3px;
2762
2762
  padding-bottom: 3px;
2763
2763
  line-height: 18px;
2764
2764
  font-size: 14px;
2765
2765
  }
2766
- .X9HMy._11vm4 {
2766
+ ._1nskx._1R8xM {
2767
2767
  min-width: 30px;
2768
2768
  padding-left: 6px;
2769
2769
  padding-right: 6px;
2770
2770
  min-height: 30px;
2771
2771
  }
2772
- .X9HMy._11vm4 .uui-caption {
2772
+ ._1nskx._1R8xM .uui-caption {
2773
2773
  padding-left: 6px;
2774
2774
  padding-right: 6px;
2775
2775
  }
2776
- .X9HMy._11vm4 .uui-caption, .X9HMy._11vm4 .uui-input {
2776
+ ._1nskx._1R8xM .uui-caption, ._1nskx._1R8xM .uui-input {
2777
2777
  padding-top: 6px;
2778
2778
  padding-bottom: 6px;
2779
2779
  line-height: 18px;
2780
2780
  font-size: 14px;
2781
2781
  }
2782
- .X9HMy._3gcF6 {
2782
+ ._1nskx.NHrL6 {
2783
2783
  min-width: 36px;
2784
2784
  padding-left: 6px;
2785
2785
  padding-right: 6px;
2786
2786
  min-height: 36px;
2787
2787
  }
2788
- .X9HMy._3gcF6 .uui-caption {
2788
+ ._1nskx.NHrL6 .uui-caption {
2789
2789
  padding-left: 6px;
2790
2790
  padding-right: 6px;
2791
2791
  }
2792
- .X9HMy._3gcF6 .uui-caption, .X9HMy._3gcF6 .uui-input {
2792
+ ._1nskx.NHrL6 .uui-caption, ._1nskx.NHrL6 .uui-input {
2793
2793
  padding-top: 6px;
2794
2794
  padding-bottom: 6px;
2795
2795
  line-height: 24px;
2796
2796
  font-size: 14px;
2797
2797
  }
2798
- .X9HMy._1r_N6 {
2798
+ ._1nskx._3fjSS {
2799
2799
  min-width: 42px;
2800
2800
  padding-left: 12px;
2801
2801
  padding-right: 12px;
2802
2802
  min-height: 42px;
2803
2803
  }
2804
- .X9HMy._1r_N6 .uui-caption {
2804
+ ._1nskx._3fjSS .uui-caption {
2805
2805
  padding-left: 6px;
2806
2806
  padding-right: 6px;
2807
2807
  }
2808
- .X9HMy._1r_N6 .uui-caption, .X9HMy._1r_N6 .uui-input {
2808
+ ._1nskx._3fjSS .uui-caption, ._1nskx._3fjSS .uui-input {
2809
2809
  padding-top: 9px;
2810
2810
  padding-bottom: 9px;
2811
2811
  line-height: 24px;
2812
2812
  font-size: 16px;
2813
2813
  }
2814
- .X9HMy._1r_N6 .uui-count {
2814
+ ._1nskx._3fjSS .uui-count {
2815
2815
  height: 24px;
2816
2816
  line-height: 24px;
2817
2817
  font-size: 14px;
2818
2818
  border-radius: 12px;
2819
2819
  min-width: 12px;
2820
2820
  }
2821
- .X9HMy._3uBUy {
2821
+ ._1nskx._1Bpdr {
2822
2822
  min-width: 48px;
2823
2823
  padding-left: 12px;
2824
2824
  padding-right: 12px;
2825
2825
  min-height: 48px;
2826
2826
  }
2827
- .X9HMy._3uBUy .uui-caption {
2827
+ ._1nskx._1Bpdr .uui-caption {
2828
2828
  padding-left: 6px;
2829
2829
  padding-right: 6px;
2830
2830
  }
2831
- .X9HMy._3uBUy .uui-caption, .X9HMy._3uBUy .uui-input {
2831
+ ._1nskx._1Bpdr .uui-caption, ._1nskx._1Bpdr .uui-input {
2832
2832
  padding-top: 12px;
2833
2833
  padding-bottom: 12px;
2834
2834
  line-height: 24px;
2835
2835
  font-size: 16px;
2836
2836
  }
2837
- .X9HMy._3uBUy .uui-count {
2837
+ ._1nskx._1Bpdr .uui-count {
2838
2838
  height: 24px;
2839
2839
  line-height: 24px;
2840
2840
  font-size: 14px;
@@ -2856,7 +2856,7 @@
2856
2856
  --picker-toggler-icon-color-clickable-hover: var(--icon-hover-color);
2857
2857
  --picker-toggler-border-radius: var(--border-radius);
2858
2858
  }
2859
- .MgJf7 {
2859
+ .d9UTm {
2860
2860
  padding-top: 2px;
2861
2861
  padding-left: 5px;
2862
2862
  padding-right: 5px;
@@ -2864,87 +2864,87 @@
2864
2864
  box-sizing: border-box;
2865
2865
  border-style: solid;
2866
2866
  }
2867
- .MgJf7._1LMcP {
2867
+ .d9UTm._2FMiR {
2868
2868
  background-color: var(--picker-toggler-bg-color);
2869
2869
  border-color: var(--picker-toggler-border-color);
2870
2870
  fill: var(--picker-toggler-icon-color);
2871
2871
  border-radius: var(--picker-toggler-border-radius);
2872
2872
  }
2873
- .MgJf7._1LMcP .uui-icon.-clickable.uui-enabled, .MgJf7._1LMcP .uui-icon-dropdown.uui-enabled {
2873
+ .d9UTm._2FMiR .uui-icon.-clickable.uui-enabled, .d9UTm._2FMiR .uui-icon-dropdown.uui-enabled {
2874
2874
  fill: var(--picker-toggler-icon-color-clickable);
2875
2875
  }
2876
- .MgJf7._1LMcP .uui-icon.-clickable.uui-enabled:hover, .MgJf7._1LMcP .uui-icon-dropdown.uui-enabled:hover {
2876
+ .d9UTm._2FMiR .uui-icon.-clickable.uui-enabled:hover, .d9UTm._2FMiR .uui-icon-dropdown.uui-enabled:hover {
2877
2877
  fill: var(--picker-toggler-icon-color-clickable-hover);
2878
2878
  }
2879
- .MgJf7._1LMcP .uui-icon.-clickable.uui-disabled, .MgJf7._1LMcP .uui-icon-dropdown.uui-disabled {
2879
+ .d9UTm._2FMiR .uui-icon.-clickable.uui-disabled, .d9UTm._2FMiR .uui-icon-dropdown.uui-disabled {
2880
2880
  fill: var(--picker-toggler-icon-color-disabled);
2881
2881
  }
2882
- .MgJf7._1LMcP:hover {
2882
+ .d9UTm._2FMiR:hover {
2883
2883
  border-color: var(--picker-toggler-border-color-hover);
2884
2884
  }
2885
- .MgJf7._1LMcP.uui-focus {
2885
+ .d9UTm._2FMiR.uui-focus {
2886
2886
  border-color: var(--picker-toggler-border-color-active);
2887
2887
  outline: none;
2888
2888
  }
2889
- .MgJf7._3bSe3 {
2889
+ .d9UTm._1WUpR {
2890
2890
  background-color: transparent;
2891
2891
  border-color: transparent;
2892
2892
  fill: var(--picker-toggler-icon-color);
2893
2893
  }
2894
- .MgJf7._3bSe3 .uui-icon.-clickable, .MgJf7._3bSe3 .uui-icon-dropdown {
2894
+ .d9UTm._1WUpR .uui-icon.-clickable, .d9UTm._1WUpR .uui-icon-dropdown {
2895
2895
  cursor: pointer;
2896
2896
  }
2897
- .MgJf7._3bSe3 .uui-icon.-clickable.uui-enabled, .MgJf7._3bSe3 .uui-icon-dropdown.uui-enabled {
2897
+ .d9UTm._1WUpR .uui-icon.-clickable.uui-enabled, .d9UTm._1WUpR .uui-icon-dropdown.uui-enabled {
2898
2898
  fill: transparent;
2899
2899
  }
2900
- .MgJf7._3bSe3 .uui-icon.-clickable.uui-disabled, .MgJf7._3bSe3 .uui-icon-dropdown.uui-disabled {
2900
+ .d9UTm._1WUpR .uui-icon.-clickable.uui-disabled, .d9UTm._1WUpR .uui-icon-dropdown.uui-disabled {
2901
2901
  fill: transparent;
2902
2902
  }
2903
- .MgJf7._3bSe3:hover {
2903
+ .d9UTm._1WUpR:hover {
2904
2904
  background-color: white;
2905
2905
  border-color: var(--picker-toggler-border-color);
2906
2906
  }
2907
- .MgJf7._3bSe3:hover .uui-icon.-clickable.uui-enabled, .MgJf7._3bSe3:hover .uui-icon-dropdown.uui-enabled {
2907
+ .d9UTm._1WUpR:hover .uui-icon.-clickable.uui-enabled, .d9UTm._1WUpR:hover .uui-icon-dropdown.uui-enabled {
2908
2908
  fill: var(--picker-toggler-icon-color-clickable);
2909
2909
  }
2910
- .MgJf7._3bSe3:hover .uui-icon.-clickable.uui-enabled:hover, .MgJf7._3bSe3:hover .uui-icon-dropdown.uui-enabled:hover {
2910
+ .d9UTm._1WUpR:hover .uui-icon.-clickable.uui-enabled:hover, .d9UTm._1WUpR:hover .uui-icon-dropdown.uui-enabled:hover {
2911
2911
  fill: var(--picker-toggler-icon-color-clickable-hover);
2912
2912
  }
2913
- .MgJf7._3bSe3:hover .uui-icon.-clickable.uui-disabled, .MgJf7._3bSe3:hover .uui-icon-dropdown.uui-disabled {
2913
+ .d9UTm._1WUpR:hover .uui-icon.-clickable.uui-disabled, .d9UTm._1WUpR:hover .uui-icon-dropdown.uui-disabled {
2914
2914
  fill: transparent;
2915
2915
  }
2916
- .MgJf7._3bSe3.uui-focus {
2916
+ .d9UTm._1WUpR.uui-focus {
2917
2917
  background-color: white;
2918
2918
  border-color: var(--picker-toggler-border-color-active);
2919
2919
  outline: none;
2920
2920
  }
2921
- .MgJf7.uui-invalid._1LMcP, .MgJf7.uui-invalid._3bSe3 {
2921
+ .d9UTm.uui-invalid._2FMiR, .d9UTm.uui-invalid._1WUpR {
2922
2922
  border-color: var(--picker-toggler-border-color-error);
2923
2923
  }
2924
- .MgJf7.uui-readonly._1LMcP {
2924
+ .d9UTm.uui-readonly._2FMiR {
2925
2925
  background-color: var(--input-bg-readonly-color);
2926
2926
  border-color: var(--input-border-readonly-color);
2927
2927
  pointer-events: none;
2928
2928
  }
2929
- .MgJf7.uui-readonly._1LMcP:hover {
2929
+ .d9UTm.uui-readonly._2FMiR:hover {
2930
2930
  border-color: var(--input-border-readonly-color);
2931
2931
  }
2932
- .MgJf7.uui-readonly._3bSe3 {
2932
+ .d9UTm.uui-readonly._1WUpR {
2933
2933
  background-color: transparent;
2934
2934
  border-color: transparent;
2935
2935
  pointer-events: none;
2936
2936
  }
2937
- .MgJf7.uui-readonly._3bSe3:hover {
2937
+ .d9UTm.uui-readonly._1WUpR:hover {
2938
2938
  background-color: transparent;
2939
2939
  border-color: transparent;
2940
2940
  }
2941
- .MgJf7.uui-readonly .uui-icon-dropdown, .MgJf7.uui-readonly .uui-icon-cancel {
2941
+ .d9UTm.uui-readonly .uui-icon-dropdown, .d9UTm.uui-readonly .uui-icon-cancel {
2942
2942
  visibility: hidden;
2943
2943
  }
2944
- .MgJf7.uui-disabled {
2944
+ .d9UTm.uui-disabled {
2945
2945
  fill: var(--picker-toggler-icon-color-disabled);
2946
2946
  }
2947
- .MgJf7.uui-disabled._1LMcP {
2947
+ .d9UTm.uui-disabled._2FMiR {
2948
2948
  background-color: var(--input-bg-disabled-color);
2949
2949
  color: var(--input-text-disabled-color);
2950
2950
  fill: var(--input-text-disabled-color);
@@ -2952,29 +2952,29 @@
2952
2952
  cursor: default;
2953
2953
  pointer-events: none;
2954
2954
  }
2955
- .MgJf7.uui-disabled._1LMcP .uui-input {
2955
+ .d9UTm.uui-disabled._2FMiR .uui-input {
2956
2956
  color: var(--input-text-disabled-color);
2957
2957
  }
2958
- .MgJf7.uui-disabled._1LMcP .uui-input::placeholder {
2958
+ .d9UTm.uui-disabled._2FMiR .uui-input::placeholder {
2959
2959
  color: var(--input-placeholder-disabled-color);
2960
2960
  }
2961
- .MgJf7.uui-disabled._1LMcP:hover, .MgJf7.uui-disabled._1LMcP:active, .MgJf7.uui-disabled._1LMcP:focus {
2961
+ .d9UTm.uui-disabled._2FMiR:hover, .d9UTm.uui-disabled._2FMiR:active, .d9UTm.uui-disabled._2FMiR:focus {
2962
2962
  background-color: var(--input-bg-disabled-color);
2963
2963
  color: var(--input-text-disabled-color);
2964
2964
  fill: var(--input-text-disabled-color);
2965
2965
  border-color: var(--input-border-disabled-color);
2966
2966
  box-shadow: none;
2967
2967
  }
2968
- .MgJf7.uui-disabled._1LMcP:hover .uui-input, .MgJf7.uui-disabled._1LMcP:active .uui-input, .MgJf7.uui-disabled._1LMcP:focus .uui-input {
2968
+ .d9UTm.uui-disabled._2FMiR:hover .uui-input, .d9UTm.uui-disabled._2FMiR:active .uui-input, .d9UTm.uui-disabled._2FMiR:focus .uui-input {
2969
2969
  color: var(--input-text-disabled-color);
2970
2970
  }
2971
- .MgJf7.uui-disabled._1LMcP:hover .uui-input::placeholder, .MgJf7.uui-disabled._1LMcP:active .uui-input::placeholder, .MgJf7.uui-disabled._1LMcP:focus .uui-input::placeholder {
2971
+ .d9UTm.uui-disabled._2FMiR:hover .uui-input::placeholder, .d9UTm.uui-disabled._2FMiR:active .uui-input::placeholder, .d9UTm.uui-disabled._2FMiR:focus .uui-input::placeholder {
2972
2972
  color: var(--input-placeholder-disabled-color);
2973
2973
  }
2974
- .MgJf7.uui-disabled._1LMcP::placeholder {
2974
+ .d9UTm.uui-disabled._2FMiR::placeholder {
2975
2975
  color: var(--input-placeholder-disabled-color);
2976
2976
  }
2977
- .MgJf7.uui-disabled._3bSe3 {
2977
+ .d9UTm.uui-disabled._1WUpR {
2978
2978
  background-color: transparent;
2979
2979
  color: var(--input-text-disabled-color);
2980
2980
  fill: var(--input-text-disabled-color);
@@ -2982,84 +2982,84 @@
2982
2982
  cursor: default;
2983
2983
  pointer-events: none;
2984
2984
  }
2985
- .MgJf7.uui-disabled._3bSe3 .uui-input {
2985
+ .d9UTm.uui-disabled._1WUpR .uui-input {
2986
2986
  color: var(--input-text-disabled-color);
2987
2987
  }
2988
- .MgJf7.uui-disabled._3bSe3 .uui-input::placeholder {
2988
+ .d9UTm.uui-disabled._1WUpR .uui-input::placeholder {
2989
2989
  color: var(--input-placeholder-disabled-color);
2990
2990
  }
2991
- .MgJf7.uui-disabled._3bSe3:hover, .MgJf7.uui-disabled._3bSe3:active, .MgJf7.uui-disabled._3bSe3:focus {
2991
+ .d9UTm.uui-disabled._1WUpR:hover, .d9UTm.uui-disabled._1WUpR:active, .d9UTm.uui-disabled._1WUpR:focus {
2992
2992
  background-color: transparent;
2993
2993
  color: var(--input-text-disabled-color);
2994
2994
  fill: var(--input-text-disabled-color);
2995
2995
  border-color: transparent;
2996
2996
  box-shadow: none;
2997
2997
  }
2998
- .MgJf7.uui-disabled._3bSe3:hover .uui-input, .MgJf7.uui-disabled._3bSe3:active .uui-input, .MgJf7.uui-disabled._3bSe3:focus .uui-input {
2998
+ .d9UTm.uui-disabled._1WUpR:hover .uui-input, .d9UTm.uui-disabled._1WUpR:active .uui-input, .d9UTm.uui-disabled._1WUpR:focus .uui-input {
2999
2999
  color: var(--input-text-disabled-color);
3000
3000
  }
3001
- .MgJf7.uui-disabled._3bSe3:hover .uui-input::placeholder, .MgJf7.uui-disabled._3bSe3:active .uui-input::placeholder, .MgJf7.uui-disabled._3bSe3:focus .uui-input::placeholder {
3001
+ .d9UTm.uui-disabled._1WUpR:hover .uui-input::placeholder, .d9UTm.uui-disabled._1WUpR:active .uui-input::placeholder, .d9UTm.uui-disabled._1WUpR:focus .uui-input::placeholder {
3002
3002
  color: var(--input-placeholder-disabled-color);
3003
3003
  }
3004
- .MgJf7.uui-disabled._3bSe3::placeholder {
3004
+ .d9UTm.uui-disabled._1WUpR::placeholder {
3005
3005
  color: var(--input-placeholder-disabled-color);
3006
3006
  }
3007
- .MgJf7.uui-disabled .uui-input {
3007
+ .d9UTm.uui-disabled .uui-input {
3008
3008
  cursor: default;
3009
3009
  }
3010
- .MgJf7.uui-disabled .uui-input::placeholder {
3010
+ .d9UTm.uui-disabled .uui-input::placeholder {
3011
3011
  color: var(--picker-toggler-text-color-disabled);
3012
3012
  }
3013
- .MgJf7.uui-disabled .uui-icon-dropdown, .MgJf7.uui-disabled .uui-icon-cancel {
3013
+ .d9UTm.uui-disabled .uui-icon-dropdown, .d9UTm.uui-disabled .uui-icon-cancel {
3014
3014
  visibility: hidden;
3015
3015
  }
3016
- .MgJf7 .uui-input {
3016
+ .d9UTm .uui-input {
3017
3017
  padding-left: 6px;
3018
3018
  padding-right: 6px;
3019
3019
  margin-bottom: 2px;
3020
3020
  font-family: var(--font-regular);
3021
3021
  color: var(--picker-toggler-text-color);
3022
3022
  }
3023
- .MgJf7 .uui-input::placeholder {
3023
+ .d9UTm .uui-input::placeholder {
3024
3024
  color: var(--picker-toggler-placeholder-color);
3025
3025
  }
3026
- .MgJf7 .uui-input::-moz-placeholder {
3026
+ .d9UTm .uui-input::-moz-placeholder {
3027
3027
  opacity: 1;
3028
3028
  }
3029
- .MgJf7 .uui-caption {
3029
+ .d9UTm .uui-caption {
3030
3030
  overflow: hidden;
3031
3031
  text-overflow: ellipsis;
3032
3032
  font-family: var(--font-regular);
3033
3033
  align-self: center;
3034
3034
  white-space: nowrap;
3035
3035
  }
3036
- .MgJf7 .uui-button-box {
3036
+ .d9UTm .uui-button-box {
3037
3037
  margin-right: 3px;
3038
3038
  margin-bottom: 2px;
3039
3039
  }
3040
- .MgJf7 .uui-button-box:last-of-type {
3040
+ .d9UTm .uui-button-box:last-of-type {
3041
3041
  margin-right: 0;
3042
3042
  }
3043
- .MgJf7 .uui-placeholder {
3043
+ .d9UTm .uui-placeholder {
3044
3044
  color: var(--picker-toggler-text-color);
3045
3045
  }
3046
- .MgJf7 .uui-placeholder::placeholder {
3046
+ .d9UTm .uui-placeholder::placeholder {
3047
3047
  color: var(--picker-toggler-text-color);
3048
3048
  }
3049
- .MgJf7 .uui-placeholder::-moz-placeholder {
3049
+ .d9UTm .uui-placeholder::-moz-placeholder {
3050
3050
  opacity: 1;
3051
3051
  }
3052
- .MgJf7 .uui-icon-cancel {
3052
+ .d9UTm .uui-icon-cancel {
3053
3053
  margin-left: 6px;
3054
3054
  }
3055
- .MgJf7._3tpX6 {
3055
+ .d9UTm._17Nqv {
3056
3056
  min-width: 24px;
3057
3057
  }
3058
- .MgJf7._3tpX6.uui-input-box {
3058
+ .d9UTm._17Nqv.uui-input-box {
3059
3059
  min-height: 24px;
3060
3060
  border-width: 1px;
3061
3061
  }
3062
- .MgJf7._3tpX6 .uui-input {
3062
+ .d9UTm._17Nqv .uui-input {
3063
3063
  line-height: 18px;
3064
3064
  font-size: 12px;
3065
3065
  padding-top: 3px;
@@ -3067,18 +3067,18 @@
3067
3067
  padding-top: 0;
3068
3068
  padding-bottom: 0;
3069
3069
  }
3070
- .MgJf7._3tpX6 :not(.uui-button-box) > .uui-icon {
3070
+ .d9UTm._17Nqv :not(.uui-button-box) > .uui-icon {
3071
3071
  height: 18px;
3072
3072
  margin-bottom: 2px;
3073
3073
  }
3074
- .MgJf7._2tvv_ {
3074
+ .d9UTm._1d_6n {
3075
3075
  min-width: 30px;
3076
3076
  }
3077
- .MgJf7._2tvv_.uui-input-box {
3077
+ .d9UTm._1d_6n.uui-input-box {
3078
3078
  min-height: 30px;
3079
3079
  border-width: 1px;
3080
3080
  }
3081
- .MgJf7._2tvv_ .uui-input {
3081
+ .d9UTm._1d_6n .uui-input {
3082
3082
  line-height: 18px;
3083
3083
  font-size: 14px;
3084
3084
  padding-top: 6px;
@@ -3086,18 +3086,18 @@
3086
3086
  padding-top: 3px;
3087
3087
  padding-bottom: 3px;
3088
3088
  }
3089
- .MgJf7._2tvv_ :not(.uui-button-box) > .uui-icon {
3089
+ .d9UTm._1d_6n :not(.uui-button-box) > .uui-icon {
3090
3090
  height: 24px;
3091
3091
  margin-bottom: 2px;
3092
3092
  }
3093
- .MgJf7._1n9Wf {
3093
+ .d9UTm._2yvte {
3094
3094
  min-width: 36px;
3095
3095
  }
3096
- .MgJf7._1n9Wf.uui-input-box {
3096
+ .d9UTm._2yvte.uui-input-box {
3097
3097
  min-height: 36px;
3098
3098
  border-width: 1px;
3099
3099
  }
3100
- .MgJf7._1n9Wf .uui-input {
3100
+ .d9UTm._2yvte .uui-input {
3101
3101
  line-height: 18px;
3102
3102
  font-size: 14px;
3103
3103
  padding-top: 9px;
@@ -3105,18 +3105,18 @@
3105
3105
  padding-top: 6px;
3106
3106
  padding-bottom: 6px;
3107
3107
  }
3108
- .MgJf7._1n9Wf :not(.uui-button-box) > .uui-icon {
3108
+ .d9UTm._2yvte :not(.uui-button-box) > .uui-icon {
3109
3109
  height: 30px;
3110
3110
  margin-bottom: 2px;
3111
3111
  }
3112
- .MgJf7._39XOa {
3112
+ .d9UTm._2T3Oc {
3113
3113
  min-width: 42px;
3114
3114
  }
3115
- .MgJf7._39XOa.uui-input-box {
3115
+ .d9UTm._2T3Oc.uui-input-box {
3116
3116
  min-height: 42px;
3117
3117
  border-width: 1px;
3118
3118
  }
3119
- .MgJf7._39XOa .uui-input {
3119
+ .d9UTm._2T3Oc .uui-input {
3120
3120
  line-height: 24px;
3121
3121
  font-size: 16px;
3122
3122
  padding-top: 9px;
@@ -3124,18 +3124,18 @@
3124
3124
  padding-top: 6px;
3125
3125
  padding-bottom: 6px;
3126
3126
  }
3127
- .MgJf7._39XOa :not(.uui-button-box) > .uui-icon {
3127
+ .d9UTm._2T3Oc :not(.uui-button-box) > .uui-icon {
3128
3128
  height: 36px;
3129
3129
  margin-bottom: 2px;
3130
3130
  }
3131
- .MgJf7._3Z0Xw {
3131
+ .d9UTm._17jUm {
3132
3132
  min-width: 48px;
3133
3133
  }
3134
- .MgJf7._3Z0Xw.uui-input-box {
3134
+ .d9UTm._17jUm.uui-input-box {
3135
3135
  min-height: 48px;
3136
3136
  border-width: 1px;
3137
3137
  }
3138
- .MgJf7._3Z0Xw .uui-input {
3138
+ .d9UTm._17jUm .uui-input {
3139
3139
  line-height: 24px;
3140
3140
  font-size: 16px;
3141
3141
  padding-top: 12px;
@@ -3143,67 +3143,67 @@
3143
3143
  padding-top: 9px;
3144
3144
  padding-bottom: 9px;
3145
3145
  }
3146
- .MgJf7._3Z0Xw :not(.uui-button-box) > .uui-icon {
3146
+ .d9UTm._17jUm :not(.uui-button-box) > .uui-icon {
3147
3147
  height: 42px;
3148
3148
  margin-bottom: 2px;
3149
3149
  }
3150
- .GMKdd ._3pM7m {
3150
+ ._1jvof ._3FIhK {
3151
3151
  padding-top: 3px;
3152
3152
  padding-bottom: 3px;
3153
3153
  }
3154
- .GMKdd ._24o7U {
3154
+ ._1jvof ._6b4ld {
3155
3155
  padding-top: 6px;
3156
3156
  padding-bottom: 6px;
3157
3157
  }
3158
- .GMKdd .D6-HT {
3158
+ ._1jvof ._1KJip {
3159
3159
  padding-top: 6px;
3160
3160
  padding-bottom: 6px;
3161
3161
  }
3162
- .GMKdd ._3GDgF {
3162
+ ._1jvof ._14DWx {
3163
3163
  padding-top: 9px;
3164
3164
  padding-bottom: 9px;
3165
3165
  }
3166
- .GMKdd ._2U21k {
3166
+ ._1jvof .d3Onz {
3167
3167
  padding-top: 9px;
3168
3168
  padding-bottom: 9px;
3169
3169
  }
3170
3170
  @media screen and (max-width: 720px) {
3171
- ._2jN4Z {
3171
+ ._2DVPx {
3172
3172
  height: var(--app-mobile-height);
3173
3173
  }
3174
3174
  }
3175
3175
 
3176
- .BCioY {
3176
+ ._1p-lV {
3177
3177
  border-top: 1px solid var(--divider-color);
3178
3178
  background: white;
3179
3179
  padding: 0 12px;
3180
3180
  display: flex;
3181
3181
  }
3182
- .BCioY._2p7IT {
3182
+ ._1p-lV._32AGt {
3183
3183
  min-height: 24px;
3184
3184
  }
3185
- .BCioY._2K2sz {
3185
+ ._1p-lV.dCdju {
3186
3186
  min-height: 30px;
3187
3187
  }
3188
- .BCioY._2K2sz .uui-caption {
3188
+ ._1p-lV.dCdju .uui-caption {
3189
3189
  font-size: 14px;
3190
3190
  }
3191
- .BCioY.rNpcT {
3191
+ ._1p-lV._3wGqr {
3192
3192
  min-height: 36px;
3193
3193
  }
3194
- .BCioY.UJqBv {
3194
+ ._1p-lV.xIp1b {
3195
3195
  min-height: 42px;
3196
3196
  }
3197
- .BCioY.UJqBv .uui-caption {
3197
+ ._1p-lV.xIp1b .uui-caption {
3198
3198
  font-size: 16px;
3199
3199
  }
3200
- .BCioY._1PcXh {
3200
+ ._1p-lV._2piK0 {
3201
3201
  min-height: 48px;
3202
3202
  }
3203
- .BCioY._1PcXh .uui-caption {
3203
+ ._1p-lV._2piK0 .uui-caption {
3204
3204
  font-size: 16px;
3205
3205
  }
3206
- ._1CjHv {
3206
+ ._6CS4t {
3207
3207
  margin: 9px 0;
3208
3208
  }
3209
3209