@lls/vivi 24.1.6-168de77a → 24.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/lib/assets/vivi.css +878 -881
  2. package/lib/index.js +684 -684
  3. package/package.json +3 -3
@@ -1,32 +1,32 @@
1
- /* css-modules:css-modules://GDHSSNdzdEhqk--Q4mbTEwo3BBJrpRgtMW9am-LlAPA.css */
2
- .vv-DZ19LW-icon {
1
+ /* css-modules:css-modules://2TTAe9a-mkSWwcdeHtsDU3bbCO1Of8wdQN2HFR8aJY4.css */
2
+ .vv-_i1Ynq-icon {
3
3
  color: var(--k-color);
4
4
  flex-shrink: 0;
5
5
  }
6
- .vv-DZ19LW-icon[data-haswidth="1"] {
6
+ .vv-_i1Ynq-icon[data-haswidth="1"] {
7
7
  width: var(--k-icon-width);
8
8
  }
9
- .vv-DZ19LW-icon:not([data-haswidth="1"]) {
9
+ .vv-_i1Ynq-icon:not([data-haswidth="1"]) {
10
10
  max-width: 100%;
11
11
  }
12
- .vv-DZ19LW-icon[data-hasheight="1"] {
12
+ .vv-_i1Ynq-icon[data-hasheight="1"] {
13
13
  height: var(--k-icon-height);
14
14
  }
15
- .vv-DZ19LW-icon:not([data-hasheight="1"]) {
15
+ .vv-_i1Ynq-icon:not([data-hasheight="1"]) {
16
16
  max-height: 100%;
17
17
  }
18
18
 
19
- /* css-modules:css-modules://dMURkcwhsAo-Jd3H1AnjUHesoEvFpsSXTw4WQzdJjIA.css */
20
- .vv-XjNApa-accordionItemContainer {
19
+ /* css-modules:css-modules://5JA9MhKembmTJHV1m1UDnHwgq71vI7iPJJB8fZgqkLI.css */
20
+ .vv-NdHj7W-accordionItemContainer {
21
21
  padding: 4px;
22
22
  }
23
- .vv-XjNApa-accordionItemContainer[data-is-open="1"] .vv-XjNApa-toggleIcon {
23
+ .vv-NdHj7W-accordionItemContainer[data-is-open="1"] .vv-NdHj7W-toggleIcon {
24
24
  transform: rotate(180deg);
25
25
  }
26
- .vv-XjNApa-accordionItemContainer:not([data-is-open="1"]) .vv-XjNApa-content {
26
+ .vv-NdHj7W-accordionItemContainer:not([data-is-open="1"]) .vv-NdHj7W-content {
27
27
  display: none;
28
28
  }
29
- .vv-XjNApa-category {
29
+ .vv-NdHj7W-category {
30
30
  font-size: calc(var(--size-index, 1) * 16px);
31
31
  letter-spacing: 0;
32
32
  --kit-clickable-bg: var(--accordion-item-category-bg);
@@ -39,13 +39,13 @@
39
39
  display: flex;
40
40
  position: relative;
41
41
  }
42
- .vv-XjNApa-category:not(:disabled):not([data-disabled="1"]) {
42
+ .vv-NdHj7W-category:not(:disabled):not([data-disabled="1"]) {
43
43
  cursor: var(--kit-clickable-cursor, pointer);
44
44
  }
45
- .vv-XjNApa-category:not(:disabled):not([data-disabled="1"]):before {
45
+ .vv-NdHj7W-category:not(:disabled):not([data-disabled="1"]):before {
46
46
  -webkit-backface-visibility: hidden;
47
47
  }
48
- .vv-XjNApa-category:not(:disabled):not([data-disabled="1"]):before {
48
+ .vv-NdHj7W-category:not(:disabled):not([data-disabled="1"]):before {
49
49
  content: "";
50
50
  border-radius: inherit;
51
51
  opacity: 0;
@@ -56,7 +56,7 @@
56
56
  left: 0;
57
57
  right: 0;
58
58
  }
59
- .vv-XjNApa-category:not(:disabled):not([data-disabled="1"]):after {
59
+ .vv-NdHj7W-category:not(:disabled):not([data-disabled="1"]):after {
60
60
  content: "";
61
61
  border-radius: inherit;
62
62
  opacity: 0;
@@ -67,11 +67,11 @@
67
67
  left: 0;
68
68
  right: 0;
69
69
  }
70
- .vv-XjNApa-category:not(:disabled):not([data-disabled="1"]):before {
70
+ .vv-NdHj7W-category:not(:disabled):not([data-disabled="1"]):before {
71
71
  transition: var(--animation-ripple-before-transition);
72
72
  background: var(--kit-clickable-bg);
73
73
  }
74
- .vv-XjNApa-category:not(:disabled):not([data-disabled="1"]):after {
74
+ .vv-NdHj7W-category:not(:disabled):not([data-disabled="1"]):after {
75
75
  transition: var(--animation-ripple-after-transition);
76
76
  background:
77
77
  transparent radial-gradient(
@@ -79,29 +79,29 @@
79
79
  var(--kit-clickable-bg) 1%,
80
80
  transparent 1%) center / 15000%;
81
81
  }
82
- .vv-XjNApa-category:not(:disabled):not([data-disabled="1"]):hover:before {
82
+ .vv-NdHj7W-category:not(:disabled):not([data-disabled="1"]):hover:before {
83
83
  opacity: .16;
84
84
  }
85
- .vv-XjNApa-category:not(:disabled):not([data-disabled="1"]):focus-visible:before {
85
+ .vv-NdHj7W-category:not(:disabled):not([data-disabled="1"]):focus-visible:before {
86
86
  opacity: .24;
87
87
  }
88
- .vv-XjNApa-category:not(:disabled):not([data-disabled="1"]):active:after {
88
+ .vv-NdHj7W-category:not(:disabled):not([data-disabled="1"]):active:after {
89
89
  opacity: .32;
90
90
  transition: var(--animation-ripple-after-active-transition);
91
91
  background-size: 100%;
92
92
  }
93
- .vv-XjNApa-category:not(:disabled):not([data-disabled="1"]):active:hover:after {
93
+ .vv-NdHj7W-category:not(:disabled):not([data-disabled="1"]):active:hover:after {
94
94
  opacity: .16;
95
95
  }
96
- .vv-XjNApa-category:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
96
+ .vv-NdHj7W-category:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
97
97
  opacity: .08;
98
98
  }
99
99
  @media print {
100
- .vv-XjNApa-category .vv-XjNApa-toggleIcon {
100
+ .vv-NdHj7W-category .vv-NdHj7W-toggleIcon {
101
101
  transform: rotate(180deg);
102
102
  }
103
103
  }
104
- .vv-XjNApa-toggleIcon {
104
+ .vv-NdHj7W-toggleIcon {
105
105
  margin-left: auto;
106
106
  margin-right: calc(12 * var(--size-index, 1) * 1px);
107
107
  right: calc(16 * var(--size-index, 1) * 1px);
@@ -109,18 +109,18 @@
109
109
  transition: transform .25s;
110
110
  transform: rotate(0);
111
111
  }
112
- .vv-XjNApa-content {
112
+ .vv-NdHj7W-content {
113
113
  padding: 12px;
114
114
  }
115
115
 
116
- /* css-modules:css-modules://th1sJ1ZTuBDjnGX2Y3ESkCHauSF_YjbkJ_xKFiLEUpc.css */
117
- .vv-z189la-badge {
116
+ /* css-modules:css-modules://AejrmufK3AO2_wAujYsn3Z7Oi6KqPYAs5rm2LdaIuDg.css */
117
+ .vv-ptippq-badge {
118
118
  --kit-button-margin: 0;
119
119
  margin: 0 8px;
120
120
  display: inline-flex;
121
121
  position: relative;
122
122
  }
123
- .vv-z189la-tip {
123
+ .vv-ptippq-tip {
124
124
  font-size: calc(var(--size-index, 1) * 16px);
125
125
  letter-spacing: 0;
126
126
  z-index: 1;
@@ -137,33 +137,33 @@
137
137
  line-height: 1.25;
138
138
  display: flex;
139
139
  }
140
- .vv-z189la-tip[data-position=top-left] {
140
+ .vv-ptippq-tip[data-position=top-left] {
141
141
  top: var(--k-offset);
142
142
  left: var(--k-offset);
143
143
  position: absolute;
144
144
  transform: translate(-50%, -50%);
145
145
  }
146
- .vv-z189la-tip[data-position=top-right] {
146
+ .vv-ptippq-tip[data-position=top-right] {
147
147
  top: var(--k-offset);
148
148
  right: var(--k-offset);
149
149
  position: absolute;
150
150
  transform: translate(50%, -50%);
151
151
  }
152
- .vv-z189la-tip[data-position=bottom-left] {
152
+ .vv-ptippq-tip[data-position=bottom-left] {
153
153
  bottom: var(--k-offset);
154
154
  left: var(--k-offset);
155
155
  position: absolute;
156
156
  transform: translate(-50%, 50%);
157
157
  }
158
- .vv-z189la-tip[data-position=bottom-right] {
158
+ .vv-ptippq-tip[data-position=bottom-right] {
159
159
  bottom: var(--k-offset);
160
160
  right: var(--k-offset);
161
161
  position: absolute;
162
162
  transform: translate(50%, 50%);
163
163
  }
164
164
 
165
- /* css-modules:css-modules://id1HE-nDo2pVuXRZ-G5hw5tgXvY1d1bza4xps3C7Dj0.css */
166
- .vv-EJFo3q-buttonContent {
165
+ /* css-modules:css-modules://bIxdDKB9sg61yM9YSMuNQBJjLNtlBKVnBo1_Q6BQaC4.css */
166
+ .vv-biIuBq-buttonContent {
167
167
  justify-content: var(--kit-button-content-justify, unset);
168
168
  box-sizing: border-box;
169
169
  align-items: center;
@@ -171,36 +171,36 @@
171
171
  display: flex;
172
172
  position: relative;
173
173
  }
174
- .vv-EJFo3q-buttonContent[data-iconposition=left] {
174
+ .vv-biIuBq-buttonContent[data-iconposition=left] {
175
175
  --button-content-icon-with-text-margin: 0px calc(8 * var(--size-index, 1) * 1px) 0px 0px;
176
176
  flex-direction: row;
177
177
  }
178
- .vv-EJFo3q-buttonContent[data-iconposition=right] {
178
+ .vv-biIuBq-buttonContent[data-iconposition=right] {
179
179
  --button-content-icon-with-text-margin: 0px 0px 0px calc(8 * var(--size-index, 1) * 1px);
180
180
  flex-direction: row-reverse;
181
181
  }
182
- .vv-EJFo3q-buttonContent[data-icononly="0"] {
182
+ .vv-biIuBq-buttonContent[data-icononly="0"] {
183
183
  padding: var(--kit-button-padding, calc(8 * var(--size-index, 1) * 1px) calc(16 * var(--size-index, 1) * 1px));
184
184
  }
185
- .vv-EJFo3q-buttonContent[data-icononly="0"] .kit-icon {
185
+ .vv-biIuBq-buttonContent[data-icononly="0"] .kit-icon {
186
186
  margin: var(--button-content-icon-with-text-margin);
187
187
  }
188
- .vv-EJFo3q-buttonContent[data-icononly="0"] .kit-icon .kit-icon {
188
+ .vv-biIuBq-buttonContent[data-icononly="0"] .kit-icon .kit-icon {
189
189
  margin: 0;
190
190
  }
191
- .vv-EJFo3q-buttonContent[data-icononly="1"] {
191
+ .vv-biIuBq-buttonContent[data-icononly="1"] {
192
192
  padding: var(--kit-button-padding, calc(8 * var(--size-index, 1) * 1px));
193
193
  }
194
- .vv-EJFo3q-buttonContent[data-icononly="1"] .kit-icon {
194
+ .vv-biIuBq-buttonContent[data-icononly="1"] .kit-icon {
195
195
  margin: 0;
196
196
  }
197
- .vv-EJFo3q-buttonContent .kit-icon {
197
+ .vv-biIuBq-buttonContent .kit-icon {
198
198
  width: var(--k-button-icon-size);
199
199
  height: var(--k-button-icon-size);
200
200
  max-width: initial;
201
201
  max-height: initial;
202
202
  }
203
- .vv-EJFo3q-button {
203
+ .vv-biIuBq-button {
204
204
  font-size: calc(var(--size-index, 1) * 16px);
205
205
  letter-spacing: .005em;
206
206
  text-decoration: var(--kit-button-text-decoration, none);
@@ -220,13 +220,13 @@
220
220
  position: relative;
221
221
  overflow: hidden;
222
222
  }
223
- .vv-EJFo3q-button:not(:disabled):not([data-disabled="1"]) {
223
+ .vv-biIuBq-button:not(:disabled):not([data-disabled="1"]) {
224
224
  cursor: var(--kit-clickable-cursor, pointer);
225
225
  }
226
- .vv-EJFo3q-button:not(:disabled):not([data-disabled="1"]):before {
226
+ .vv-biIuBq-button:not(:disabled):not([data-disabled="1"]):before {
227
227
  -webkit-backface-visibility: hidden;
228
228
  }
229
- .vv-EJFo3q-button:not(:disabled):not([data-disabled="1"]):before {
229
+ .vv-biIuBq-button:not(:disabled):not([data-disabled="1"]):before {
230
230
  content: "";
231
231
  border-radius: inherit;
232
232
  opacity: 0;
@@ -237,7 +237,7 @@
237
237
  left: 0;
238
238
  right: 0;
239
239
  }
240
- .vv-EJFo3q-button:not(:disabled):not([data-disabled="1"]):after {
240
+ .vv-biIuBq-button:not(:disabled):not([data-disabled="1"]):after {
241
241
  content: "";
242
242
  border-radius: inherit;
243
243
  opacity: 0;
@@ -248,11 +248,11 @@
248
248
  left: 0;
249
249
  right: 0;
250
250
  }
251
- .vv-EJFo3q-button:not(:disabled):not([data-disabled="1"]):before {
251
+ .vv-biIuBq-button:not(:disabled):not([data-disabled="1"]):before {
252
252
  transition: var(--animation-ripple-before-transition);
253
253
  background: var(--kit-clickable-bg);
254
254
  }
255
- .vv-EJFo3q-button:not(:disabled):not([data-disabled="1"]):after {
255
+ .vv-biIuBq-button:not(:disabled):not([data-disabled="1"]):after {
256
256
  transition: var(--animation-ripple-after-transition);
257
257
  background:
258
258
  transparent radial-gradient(
@@ -260,73 +260,73 @@
260
260
  var(--kit-clickable-bg) 1%,
261
261
  transparent 1%) center / 15000%;
262
262
  }
263
- .vv-EJFo3q-button:not(:disabled):not([data-disabled="1"]):hover:before {
263
+ .vv-biIuBq-button:not(:disabled):not([data-disabled="1"]):hover:before {
264
264
  opacity: .16;
265
265
  }
266
- .vv-EJFo3q-button:not(:disabled):not([data-disabled="1"]):focus-visible:before {
266
+ .vv-biIuBq-button:not(:disabled):not([data-disabled="1"]):focus-visible:before {
267
267
  opacity: .24;
268
268
  }
269
- .vv-EJFo3q-button:not(:disabled):not([data-disabled="1"]):active:after {
269
+ .vv-biIuBq-button:not(:disabled):not([data-disabled="1"]):active:after {
270
270
  opacity: .32;
271
271
  transition: var(--animation-ripple-after-active-transition);
272
272
  background-size: 100%;
273
273
  }
274
- .vv-EJFo3q-button:not(:disabled):not([data-disabled="1"]):active:hover:after {
274
+ .vv-biIuBq-button:not(:disabled):not([data-disabled="1"]):active:hover:after {
275
275
  opacity: .16;
276
276
  }
277
- .vv-EJFo3q-button:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
277
+ .vv-biIuBq-button:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
278
278
  opacity: .08;
279
279
  }
280
- .vv-EJFo3q-button[data-maxsize="0"] {
280
+ .vv-biIuBq-button[data-maxsize="0"] {
281
281
  width: var(--kit-button-width, fit-content);
282
282
  display: var(--k-button-display, inline-block);
283
283
  }
284
- .vv-EJFo3q-button[data-maxsize="1"] {
284
+ .vv-biIuBq-button[data-maxsize="1"] {
285
285
  justify-content: stretch;
286
286
  width: 100%;
287
287
  display: grid;
288
288
  }
289
- .vv-EJFo3q-button[data-maxsize="1"] .vv-EJFo3q-buttonContent {
289
+ .vv-biIuBq-button[data-maxsize="1"] .vv-biIuBq-buttonContent {
290
290
  justify-content: var(--kit-button-content-justify, center);
291
291
  width: 100%;
292
292
  display: flex;
293
293
  }
294
- .vv-EJFo3q-button[data-maxsize="1"][data-rounded="1"] .kit-icon {
294
+ .vv-biIuBq-button[data-maxsize="1"][data-rounded="1"] .kit-icon {
295
295
  width: 100%;
296
296
  height: auto;
297
297
  }
298
- .vv-EJFo3q-button[data-rounded="0"] {
298
+ .vv-biIuBq-button[data-rounded="0"] {
299
299
  border-radius: var(--kit-button-radius, calc(8 * var(--size-index, 1) * 1px));
300
300
  }
301
- .vv-EJFo3q-button[data-rounded="1"] {
301
+ .vv-biIuBq-button[data-rounded="1"] {
302
302
  border-radius: 50%;
303
303
  }
304
- .vv-EJFo3q-filesInputContainer {
304
+ .vv-biIuBq-filesInputContainer {
305
305
  height: inherit;
306
306
  vertical-align: middle;
307
307
  flex-shrink: 0;
308
308
  display: inline;
309
309
  }
310
- .vv-EJFo3q-filesInput {
310
+ .vv-biIuBq-filesInput {
311
311
  display: none;
312
312
  }
313
313
 
314
- /* css-modules:css-modules://mdM2krjtjqCwKo33Xy55Y-WfQnrDV1Clm9TNuuHMG2o.css */
315
- .vv-YGoT8a-checkboxContainer {
314
+ /* css-modules:css-modules://_43-PyljqvnkWhUDS_gtFdFN9hHBU2qqv9YTFefRHG4.css */
315
+ .vv-kYzJra-checkboxContainer {
316
316
  user-select: none;
317
317
  vertical-align: middle;
318
318
  display: inline-block;
319
319
  }
320
- .vv-YGoT8a-content {
320
+ .vv-kYzJra-content {
321
321
  align-items: center;
322
322
  display: flex;
323
323
  }
324
- .vv-YGoT8a-checkBoxOuter {
324
+ .vv-kYzJra-checkBoxOuter {
325
325
  align-items: center;
326
326
  display: flex;
327
327
  position: relative;
328
328
  }
329
- .vv-YGoT8a-checkBox {
329
+ .vv-kYzJra-checkBox {
330
330
  --kit-clickable-bg: var(--k-chkfg);
331
331
  vertical-align: middle;
332
332
  -webkit-appearance: none;
@@ -342,13 +342,13 @@
342
342
  background-size: 100%;
343
343
  display: inline-block;
344
344
  }
345
- .vv-YGoT8a-checkBox:not(:disabled):not([data-disabled="1"]) {
345
+ .vv-kYzJra-checkBox:not(:disabled):not([data-disabled="1"]) {
346
346
  cursor: var(--kit-clickable-cursor, pointer);
347
347
  }
348
- .vv-YGoT8a-checkBox:not(:disabled):not([data-disabled="1"]):before {
348
+ .vv-kYzJra-checkBox:not(:disabled):not([data-disabled="1"]):before {
349
349
  -webkit-backface-visibility: hidden;
350
350
  }
351
- .vv-YGoT8a-checkBox:not(:disabled):not([data-disabled="1"]):before {
351
+ .vv-kYzJra-checkBox:not(:disabled):not([data-disabled="1"]):before {
352
352
  content: "";
353
353
  border-radius: inherit;
354
354
  opacity: 0;
@@ -359,7 +359,7 @@
359
359
  left: 0;
360
360
  right: 0;
361
361
  }
362
- .vv-YGoT8a-checkBox:not(:disabled):not([data-disabled="1"]):after {
362
+ .vv-kYzJra-checkBox:not(:disabled):not([data-disabled="1"]):after {
363
363
  content: "";
364
364
  border-radius: inherit;
365
365
  opacity: 0;
@@ -370,11 +370,11 @@
370
370
  left: 0;
371
371
  right: 0;
372
372
  }
373
- .vv-YGoT8a-checkBox:not(:disabled):not([data-disabled="1"]):before {
373
+ .vv-kYzJra-checkBox:not(:disabled):not([data-disabled="1"]):before {
374
374
  transition: var(--animation-ripple-before-transition);
375
375
  background: var(--kit-clickable-bg);
376
376
  }
377
- .vv-YGoT8a-checkBox:not(:disabled):not([data-disabled="1"]):after {
377
+ .vv-kYzJra-checkBox:not(:disabled):not([data-disabled="1"]):after {
378
378
  transition: var(--animation-ripple-after-transition);
379
379
  background:
380
380
  transparent radial-gradient(
@@ -382,27 +382,27 @@
382
382
  var(--kit-clickable-bg) 1%,
383
383
  transparent 1%) center / 15000%;
384
384
  }
385
- .vv-YGoT8a-checkBox:not(:disabled):not([data-disabled="1"]):hover:before {
385
+ .vv-kYzJra-checkBox:not(:disabled):not([data-disabled="1"]):hover:before {
386
386
  opacity: .16;
387
387
  }
388
- .vv-YGoT8a-checkBox:not(:disabled):not([data-disabled="1"]):focus-visible:before {
388
+ .vv-kYzJra-checkBox:not(:disabled):not([data-disabled="1"]):focus-visible:before {
389
389
  opacity: .24;
390
390
  }
391
- .vv-YGoT8a-checkBox:not(:disabled):not([data-disabled="1"]):active:after {
391
+ .vv-kYzJra-checkBox:not(:disabled):not([data-disabled="1"]):active:after {
392
392
  opacity: .32;
393
393
  transition: var(--animation-ripple-after-active-transition);
394
394
  background-size: 100%;
395
395
  }
396
- .vv-YGoT8a-checkBox:not(:disabled):not([data-disabled="1"]):active:hover:after {
396
+ .vv-kYzJra-checkBox:not(:disabled):not([data-disabled="1"]):active:hover:after {
397
397
  opacity: .16;
398
398
  }
399
- .vv-YGoT8a-checkBox:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
399
+ .vv-kYzJra-checkBox:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
400
400
  opacity: .08;
401
401
  }
402
- .vv-YGoT8a-checkBox:focus {
402
+ .vv-kYzJra-checkBox:focus {
403
403
  outline: 0;
404
404
  }
405
- .vv-YGoT8a-checkBox:checked {
405
+ .vv-kYzJra-checkBox:checked {
406
406
  background-image:
407
407
  linear-gradient(
408
408
  -45deg,
@@ -427,7 +427,7 @@
427
427
  var(--k-chkfg) 51%,
428
428
  var(--k-chkbg) 0);
429
429
  }
430
- .vv-YGoT8a-label {
430
+ .vv-kYzJra-label {
431
431
  font-size: calc(var(--size-index, 1) * 16px);
432
432
  letter-spacing: 0;
433
433
  padding-left: calc(4 * var(--size-index, 1) * 1px);
@@ -436,7 +436,7 @@
436
436
  line-height: 1.625;
437
437
  display: flex;
438
438
  }
439
- .vv-YGoT8a-hint {
439
+ .vv-kYzJra-hint {
440
440
  font-size: calc(var(--size-index, 1) * 12px);
441
441
  letter-spacing: 0;
442
442
  text-overflow: ellipsis;
@@ -448,8 +448,8 @@
448
448
  overflow: hidden;
449
449
  }
450
450
 
451
- /* css-modules:css-modules://fnSoig66kLNjUM8Ojb6N44-yAlSd6f9ho2RIPswOuPM.css */
452
- .vv-X141Oq-chip {
451
+ /* css-modules:css-modules://nTgho9xklDiXO-G24VeaIiML1KufH91ahn_1KcQghWs.css */
452
+ .vv-cNYcBW-chip {
453
453
  box-sizing: border-box;
454
454
  user-select: none;
455
455
  border-radius: 8px;
@@ -458,36 +458,36 @@
458
458
  padding: 2px 8px;
459
459
  display: inline-flex;
460
460
  }
461
- .vv-X141Oq-chip[data-disabled="0"] {
461
+ .vv-cNYcBW-chip[data-disabled="0"] {
462
462
  color: var(--chip-text);
463
463
  background-color: var(--chip-bg);
464
464
  }
465
- .vv-X141Oq-chip[data-disabled="0"]:hover {
465
+ .vv-cNYcBW-chip[data-disabled="0"]:hover {
466
466
  color: var(--chip-hover-text);
467
467
  background-color: var(--chip-hover-bg);
468
468
  }
469
- .vv-X141Oq-chip[data-disabled="0"]:focus {
469
+ .vv-cNYcBW-chip[data-disabled="0"]:focus {
470
470
  color: var(--chip-hover-text);
471
471
  background-color: var(--chip-hover-bg);
472
472
  }
473
- .vv-X141Oq-chip[data-disabled="0"]:active {
473
+ .vv-cNYcBW-chip[data-disabled="0"]:active {
474
474
  color: var(--chip-hover-text);
475
475
  background-color: var(--chip-hover-bg);
476
476
  }
477
- .vv-X141Oq-chip[data-disabled="0"] > button {
477
+ .vv-cNYcBW-chip[data-disabled="0"] > button {
478
478
  cursor: pointer;
479
479
  }
480
- .vv-X141Oq-chip[data-disabled="1"] {
480
+ .vv-cNYcBW-chip[data-disabled="1"] {
481
481
  color: var(--chip-disabled-text);
482
482
  background-color: var(--chip-disabled-bg);
483
483
  }
484
- .vv-X141Oq-chip[data-disabled="1"] > button {
484
+ .vv-cNYcBW-chip[data-disabled="1"] > button {
485
485
  cursor: not-allowed;
486
486
  }
487
- .vv-X141Oq-chip[data-clickable="1"] {
487
+ .vv-cNYcBW-chip[data-clickable="1"] {
488
488
  cursor: pointer;
489
489
  }
490
- .vv-X141Oq-label {
490
+ .vv-cNYcBW-label {
491
491
  font-size: calc(var(--size-index, 1) * 16px);
492
492
  letter-spacing: 0;
493
493
  white-space: nowrap;
@@ -496,12 +496,12 @@
496
496
  margin-right: 10px;
497
497
  line-height: 1.5;
498
498
  }
499
- .vv-X141Oq-label[data-biglabel="1"] {
499
+ .vv-cNYcBW-label[data-biglabel="1"] {
500
500
  font-size: calc(var(--size-index, 1) * 20px);
501
501
  letter-spacing: 0;
502
502
  line-height: 1.2;
503
503
  }
504
- .vv-X141Oq-button {
504
+ .vv-cNYcBW-button {
505
505
  color: inherit;
506
506
  background-color: #0000;
507
507
  border: none;
@@ -509,15 +509,15 @@
509
509
  align-items: center;
510
510
  display: inline-flex;
511
511
  }
512
- .vv-X141Oq-button[data-is-single-action="1"] {
512
+ .vv-cNYcBW-button[data-is-single-action="1"] {
513
513
  padding: 4px 0;
514
514
  }
515
- .vv-X141Oq-button[data-is-single-action="0"] {
515
+ .vv-cNYcBW-button[data-is-single-action="0"] {
516
516
  padding-right: 0;
517
517
  }
518
518
 
519
- /* css-modules:css-modules://ZtRwvAsDD2NegXXLQ5vV1J_kQWf0_8GJrX_5qavW_yc.css */
520
- @keyframes vv-M2B-Eq-circular-progress-bar-spin {
519
+ /* css-modules:css-modules://f_XHPagFRuZ7uYHKNI8PCU-6Bch6jJcAKNr53aXOtSQ.css */
520
+ @keyframes vv-wmk6QW-circular-progress-bar-spin {
521
521
  0% {
522
522
  transform-origin: center;
523
523
  transform: rotate(0);
@@ -527,26 +527,26 @@
527
527
  transform: rotate(360deg);
528
528
  }
529
529
  }
530
- .vv-M2B-Eq-circularProgressBarSvg {
530
+ .vv-wmk6QW-circularProgressBarSvg {
531
531
  transform: rotate(-90deg);
532
532
  }
533
- .vv-M2B-Eq-progressBarContainer {
533
+ .vv-wmk6QW-progressBarContainer {
534
534
  width: var(--k-width);
535
535
  justify-content: center;
536
536
  align-items: center;
537
537
  display: flex;
538
538
  position: relative;
539
539
  }
540
- .vv-M2B-Eq-progressBarContainer[data-variant=determinate] .vv-M2B-Eq-circularProgressBarTrack {
540
+ .vv-wmk6QW-progressBarContainer[data-variant=determinate] .vv-wmk6QW-circularProgressBarTrack {
541
541
  transition: all .3s;
542
542
  }
543
- .vv-M2B-Eq-progressBarContainer[data-variant=determinate] .vv-M2B-Eq-circularProgressBarProgress {
543
+ .vv-wmk6QW-progressBarContainer[data-variant=determinate] .vv-wmk6QW-circularProgressBarProgress {
544
544
  transition: all .3s;
545
545
  }
546
- .vv-M2B-Eq-progressBarContainer[data-variant=indeterminate] .vv-M2B-Eq-circularProgressBarProgress {
547
- animation: 1s linear infinite vv-M2B-Eq-circular-progress-bar-spin;
546
+ .vv-wmk6QW-progressBarContainer[data-variant=indeterminate] .vv-wmk6QW-circularProgressBarProgress {
547
+ animation: 1s linear infinite vv-wmk6QW-circular-progress-bar-spin;
548
548
  }
549
- .vv-M2B-Eq-progressBarPercent {
549
+ .vv-wmk6QW-progressBarPercent {
550
550
  color: inherit;
551
551
  text-align: center;
552
552
  width: var(--k-width);
@@ -559,30 +559,30 @@
559
559
  position: absolute;
560
560
  }
561
561
 
562
- /* css-modules:css-modules://GknoOyJYkNZuTM3qNzsR2RNaAhH8nQQspQZ5xC5KO4E.css */
563
- .vv-o1CtAq-color {
562
+ /* css-modules:css-modules://Y3uAFEdWbHJ3dpxN7hQKCmNyGZyURUuqF-xBd8mjsUs.css */
563
+ .vv-ZkZaIq-color {
564
564
  color: var(--k-color);
565
565
  }
566
566
 
567
- /* css-modules:css-modules://Lxg54erqN3x2t7enyMDZIWQxAAHYKTjeY7BteLQqEPI.css */
568
- .vv-GbzshG-divider {
567
+ /* css-modules:css-modules://G1vLHq2oLbW9uF2eLoWgvvKkLHzrQUc2GUyyS0LqT6o.css */
568
+ .vv-lyIznG-divider {
569
569
  background-color: var(--divider-bg);
570
570
  border: none;
571
571
  }
572
- .vv-GbzshG-divider[data-vertical="1"] {
572
+ .vv-lyIznG-divider[data-vertical="1"] {
573
573
  margin: var(--kit-divider-margin, var(--divider-vertical-margin));
574
574
  align-self: stretch;
575
575
  width: 1px;
576
576
  min-height: 100%;
577
577
  }
578
- .vv-GbzshG-divider[data-vertical="0"] {
578
+ .vv-lyIznG-divider[data-vertical="0"] {
579
579
  margin: var(--kit-divider-margin, var(--divider-horizontal-margin));
580
580
  flex: auto;
581
581
  height: 1px;
582
582
  }
583
583
 
584
- /* css-modules:css-modules://7T_dHYE3ESDVOR2o_FO6-2Lid1HKquRhyJfMO52op8k.css */
585
- .vv-v885Bq-grid {
584
+ /* css-modules:css-modules://VbYQfRt63qYKoGlP3RB_Jtt6uY44j769T2p5SKef0A8.css */
585
+ .vv-E5AJOa-grid {
586
586
  --gap-count: calc(var(--k-maxcolcount) - 1);
587
587
  --total-gap-width: calc(var(--gap-count) * var(--k-gap));
588
588
  --grid-item-max-width: calc((100% - var(--total-gap-width)) / var(--k-maxcolcount));
@@ -591,8 +591,8 @@
591
591
  display: grid;
592
592
  }
593
593
 
594
- /* css-modules:css-modules://bTgB6XKc_an87pCEbPap-D_m9NkdDJaO84V7pASgsv8.css */
595
- .vv-MRAsUW-helpContainer {
594
+ /* css-modules:css-modules://T0rYcf3okXlC7pQ3oyAqTMZerBT1ty2qps2v_2g_Mco.css */
595
+ .vv-T2wemW-helpContainer {
596
596
  --audio-compact-width: 100%;
597
597
  border-radius: calc(8 * var(--size-index, 1) * 1px);
598
598
  border: 2px solid var(--k-bordercolor);
@@ -600,14 +600,14 @@
600
600
  position: relative;
601
601
  }
602
602
  @media screen {
603
- .vv-MRAsUW-helpContainer[data-isopen="0"] .vv-MRAsUW-helpTitleSection {
603
+ .vv-T2wemW-helpContainer[data-isopen="0"] .vv-T2wemW-helpTitleSection {
604
604
  border-radius: calc(8 * var(--size-index, 1) * 1px);
605
605
  }
606
- .vv-MRAsUW-helpContainer[data-isopen="0"] .vv-MRAsUW-helpToggleIcon {
606
+ .vv-T2wemW-helpContainer[data-isopen="0"] .vv-T2wemW-helpToggleIcon {
607
607
  transform: rotate(10deg);
608
608
  }
609
609
  }
610
- .vv-MRAsUW-helpTitleSection {
610
+ .vv-T2wemW-helpTitleSection {
611
611
  font-size: calc(var(--size-index, 1) * 16px);
612
612
  letter-spacing: 0;
613
613
  border-bottom: var(--help-divider);
@@ -623,10 +623,10 @@
623
623
  display: flex;
624
624
  position: relative;
625
625
  }
626
- .vv-MRAsUW-icon {
626
+ .vv-T2wemW-icon {
627
627
  margin-right: calc(10 * var(--size-index, 1) * 1px);
628
628
  }
629
- .vv-MRAsUW-helpToggleIcon {
629
+ .vv-T2wemW-helpToggleIcon {
630
630
  margin-left: auto;
631
631
  margin-right: calc(8 * var(--size-index, 1) * 1px);
632
632
  right: calc(16 * var(--size-index, 1) * 1px);
@@ -634,7 +634,7 @@
634
634
  transition: transform var(--k-help-transition-duration) ease;
635
635
  transform: rotate(180deg);
636
636
  }
637
- .vv-MRAsUW-helpContentSection {
637
+ .vv-T2wemW-helpContentSection {
638
638
  font-size: calc(var(--size-index, 1) * 16px);
639
639
  letter-spacing: 0;
640
640
  z-index: 1;
@@ -645,20 +645,20 @@
645
645
  overflow: hidden;
646
646
  }
647
647
  @media print {
648
- .vv-MRAsUW-helpContentSection {
648
+ .vv-T2wemW-helpContentSection {
649
649
  height: auto;
650
650
  }
651
651
  }
652
- .vv-MRAsUW-helpContSectionInner {
652
+ .vv-T2wemW-helpContSectionInner {
653
653
  padding: calc(16 * var(--size-index, 1) * 1px);
654
654
  }
655
655
 
656
- /* css-modules:css-modules://HVWk2cEedeGJeLQ6VqfGv-4MZwIXl6ddLh_VZPPrT38.css */
657
- .vv-_2Z1iq-childrenContainer {
656
+ /* css-modules:css-modules://I2-v0tBgZf71NUk_4hgdnrlGxZA1E0bk0W6FQXRmmvQ.css */
657
+ .vv-DOX-OG-childrenContainer {
658
658
  overflow-wrap: normal;
659
659
  width: 100%;
660
660
  }
661
- .vv-_2Z1iq-container {
661
+ .vv-DOX-OG-container {
662
662
  --kit-clickable-bg: var(--illustrated-button-hover-bg);
663
663
  border-radius: var(--kit-button-radius, 8px);
664
664
  user-select: none;
@@ -674,13 +674,13 @@
674
674
  display: flex;
675
675
  position: relative;
676
676
  }
677
- .vv-_2Z1iq-container:not(:disabled):not([data-disabled="1"]) {
677
+ .vv-DOX-OG-container:not(:disabled):not([data-disabled="1"]) {
678
678
  cursor: var(--kit-clickable-cursor, pointer);
679
679
  }
680
- .vv-_2Z1iq-container:not(:disabled):not([data-disabled="1"]):before {
680
+ .vv-DOX-OG-container:not(:disabled):not([data-disabled="1"]):before {
681
681
  -webkit-backface-visibility: hidden;
682
682
  }
683
- .vv-_2Z1iq-container:not(:disabled):not([data-disabled="1"]):before {
683
+ .vv-DOX-OG-container:not(:disabled):not([data-disabled="1"]):before {
684
684
  content: "";
685
685
  border-radius: inherit;
686
686
  opacity: 0;
@@ -691,7 +691,7 @@
691
691
  left: 0;
692
692
  right: 0;
693
693
  }
694
- .vv-_2Z1iq-container:not(:disabled):not([data-disabled="1"]):after {
694
+ .vv-DOX-OG-container:not(:disabled):not([data-disabled="1"]):after {
695
695
  content: "";
696
696
  border-radius: inherit;
697
697
  opacity: 0;
@@ -702,11 +702,11 @@
702
702
  left: 0;
703
703
  right: 0;
704
704
  }
705
- .vv-_2Z1iq-container:not(:disabled):not([data-disabled="1"]):before {
705
+ .vv-DOX-OG-container:not(:disabled):not([data-disabled="1"]):before {
706
706
  transition: var(--animation-ripple-before-transition);
707
707
  background: var(--kit-clickable-bg);
708
708
  }
709
- .vv-_2Z1iq-container:not(:disabled):not([data-disabled="1"]):after {
709
+ .vv-DOX-OG-container:not(:disabled):not([data-disabled="1"]):after {
710
710
  transition: var(--animation-ripple-after-transition);
711
711
  background:
712
712
  transparent radial-gradient(
@@ -714,35 +714,35 @@
714
714
  var(--kit-clickable-bg) 1%,
715
715
  transparent 1%) center / 15000%;
716
716
  }
717
- .vv-_2Z1iq-container:not(:disabled):not([data-disabled="1"]):hover:before {
717
+ .vv-DOX-OG-container:not(:disabled):not([data-disabled="1"]):hover:before {
718
718
  opacity: .16;
719
719
  }
720
- .vv-_2Z1iq-container:not(:disabled):not([data-disabled="1"]):focus-visible:before {
720
+ .vv-DOX-OG-container:not(:disabled):not([data-disabled="1"]):focus-visible:before {
721
721
  opacity: .24;
722
722
  }
723
- .vv-_2Z1iq-container:not(:disabled):not([data-disabled="1"]):active:after {
723
+ .vv-DOX-OG-container:not(:disabled):not([data-disabled="1"]):active:after {
724
724
  opacity: .32;
725
725
  transition: var(--animation-ripple-after-active-transition);
726
726
  background-size: 100%;
727
727
  }
728
- .vv-_2Z1iq-container:not(:disabled):not([data-disabled="1"]):active:hover:after {
728
+ .vv-DOX-OG-container:not(:disabled):not([data-disabled="1"]):active:hover:after {
729
729
  opacity: .16;
730
730
  }
731
- .vv-_2Z1iq-container:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
731
+ .vv-DOX-OG-container:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
732
732
  opacity: .08;
733
733
  }
734
- .vv-_2Z1iq-container[data-position=left] .vv-_2Z1iq-childrenContainer {
734
+ .vv-DOX-OG-container[data-position=left] .vv-DOX-OG-childrenContainer {
735
735
  text-align: start;
736
736
  }
737
- .vv-_2Z1iq-container[data-position=top] {
737
+ .vv-DOX-OG-container[data-position=top] {
738
738
  flex-direction: column;
739
739
  width: 118px;
740
740
  }
741
- .vv-_2Z1iq-illustrationContainer {
741
+ .vv-DOX-OG-illustrationContainer {
742
742
  width: 55px;
743
743
  height: 42px;
744
744
  }
745
- .vv-_2Z1iq-image {
745
+ .vv-DOX-OG-image {
746
746
  object-fit: contain;
747
747
  max-width: 100%;
748
748
  max-height: 100%;
@@ -750,15 +750,15 @@
750
750
  display: block;
751
751
  }
752
752
 
753
- /* css-modules:css-modules://XJt8ePPQbQ9EDB8O1DW_yfTCf-Gl5u0bw0J9zN9_6lE.css */
754
- .vv-XVrB0a-mark {
753
+ /* css-modules:css-modules://6EcJ6ecThpSD1VpOlHQsMnJ-qMf8e_9GaHjzBF8JZPM.css */
754
+ .vv-HTHKBa-mark {
755
755
  background-color: var(--k-bgcolor);
756
756
  color: inherit;
757
757
  border-radius: 4px;
758
758
  }
759
759
 
760
- /* css-modules:css-modules://Qj2IDKuSgE1t_DL9Zdzwr10cI8SpcB11YCc1yVi_-Wk.css */
761
- .vv-FySYLa-navbar {
760
+ /* css-modules:css-modules://akyaPOoL7TWcdkZds3Mksrg7fBj0k3WazXm0awQMN-8.css */
761
+ .vv-rNZBOa-navbar {
762
762
  max-height: calc(64 * var(--size-index, 1) * 1px);
763
763
  box-sizing: border-box;
764
764
  padding: calc(12 * var(--size-index, 1) * 1px);
@@ -772,24 +772,24 @@
772
772
  display: flex;
773
773
  position: relative;
774
774
  }
775
- .vv-FySYLa-logo {
775
+ .vv-rNZBOa-logo {
776
776
  max-height: calc(24 * var(--size-index, 1) * 1px);
777
777
  cursor: pointer;
778
778
  content: var(--kit-navbar-logo, initial);
779
779
  }
780
- .vv-FySYLa-childrenContainer {
780
+ .vv-rNZBOa-childrenContainer {
781
781
  justify-content: flex-end;
782
782
  display: flex;
783
783
  }
784
784
 
785
- /* css-modules:css-modules://oHegxc1Af5mLIMTrC7Bio58O975HoT_x_xviMMOOctk.css */
786
- .vv-krhjwa-card {
785
+ /* css-modules:css-modules://m6JpW2lTo93duAiqFxpX0RiIERyxRvlca0DspVvCn0g.css */
786
+ .vv-FTCb_G-card {
787
787
  flex-direction: column;
788
788
  margin: 0;
789
789
  padding: 8px;
790
790
  display: flex;
791
791
  }
792
- .vv-krhjwa-blockquote {
792
+ .vv-FTCb_G-blockquote {
793
793
  font-size: calc(var(--size-index, 1) * 20px);
794
794
  letter-spacing: 0;
795
795
  color: var(--text-main-color);
@@ -802,22 +802,22 @@
802
802
  line-height: 1.2;
803
803
  position: relative;
804
804
  }
805
- .vv-krhjwa-largeQuote {
805
+ .vv-FTCb_G-largeQuote {
806
806
  color: var(--quote-icons-bg);
807
807
  position: absolute;
808
808
  top: 0;
809
809
  transform: translate3d(0, -50%, 0);
810
810
  }
811
- .vv-krhjwa-smallQuote {
811
+ .vv-FTCb_G-smallQuote {
812
812
  color: var(--quote-icons-bg);
813
813
  vertical-align: super;
814
814
  margin-left: 4px;
815
815
  transform: rotate(180deg);
816
816
  }
817
- .vv-krhjwa-quoteContent {
817
+ .vv-FTCb_G-quoteContent {
818
818
  padding-bottom: 8px;
819
819
  }
820
- .vv-krhjwa-author {
820
+ .vv-FTCb_G-author {
821
821
  font-size: calc(var(--size-index, 1) * 16px);
822
822
  letter-spacing: 0;
823
823
  color: var(--quote-author-color);
@@ -825,7 +825,7 @@
825
825
  line-height: 1.5;
826
826
  display: inline-block;
827
827
  }
828
- .vv-krhjwa-quoteAuthorHyphen {
828
+ .vv-FTCb_G-quoteAuthorHyphen {
829
829
  background-color: var(--quote-author-color);
830
830
  vertical-align: middle;
831
831
  width: 16px;
@@ -834,22 +834,22 @@
834
834
  display: inline-block;
835
835
  }
836
836
 
837
- /* css-modules:css-modules://VsBBvEXJ3yI7nJexNxSbppqyUnafJCIF4dGgwAAEz7g.css */
838
- .vv-agvBla-radioButtonContainer {
837
+ /* css-modules:css-modules://p5bhp_wcd_G41eUhOfVv2Y4Hs-n3L7EGhpmGv9St9Gk.css */
838
+ .vv-dEC1iG-radioButtonContainer {
839
839
  vertical-align: middle;
840
840
  user-select: none;
841
841
  display: inline-block;
842
842
  }
843
- .vv-agvBla-content {
843
+ .vv-dEC1iG-content {
844
844
  align-items: center;
845
845
  display: flex;
846
846
  }
847
- .vv-agvBla-radioButtonOuter {
847
+ .vv-dEC1iG-radioButtonOuter {
848
848
  align-items: center;
849
849
  display: flex;
850
850
  position: relative;
851
851
  }
852
- .vv-agvBla-radioButton {
852
+ .vv-dEC1iG-radioButton {
853
853
  --kit-clickable-bg: var(--k-bordercolor);
854
854
  vertical-align: middle;
855
855
  -webkit-appearance: none;
@@ -865,13 +865,13 @@
865
865
  border-radius: 50%;
866
866
  display: inline-block;
867
867
  }
868
- .vv-agvBla-radioButton:not(:disabled):not([data-disabled="1"]) {
868
+ .vv-dEC1iG-radioButton:not(:disabled):not([data-disabled="1"]) {
869
869
  cursor: var(--kit-clickable-cursor, pointer);
870
870
  }
871
- .vv-agvBla-radioButton:not(:disabled):not([data-disabled="1"]):before {
871
+ .vv-dEC1iG-radioButton:not(:disabled):not([data-disabled="1"]):before {
872
872
  -webkit-backface-visibility: hidden;
873
873
  }
874
- .vv-agvBla-radioButton:not(:disabled):not([data-disabled="1"]):before {
874
+ .vv-dEC1iG-radioButton:not(:disabled):not([data-disabled="1"]):before {
875
875
  content: "";
876
876
  border-radius: inherit;
877
877
  opacity: 0;
@@ -882,7 +882,7 @@
882
882
  left: 0;
883
883
  right: 0;
884
884
  }
885
- .vv-agvBla-radioButton:not(:disabled):not([data-disabled="1"]):after {
885
+ .vv-dEC1iG-radioButton:not(:disabled):not([data-disabled="1"]):after {
886
886
  content: "";
887
887
  border-radius: inherit;
888
888
  opacity: 0;
@@ -893,11 +893,11 @@
893
893
  left: 0;
894
894
  right: 0;
895
895
  }
896
- .vv-agvBla-radioButton:not(:disabled):not([data-disabled="1"]):before {
896
+ .vv-dEC1iG-radioButton:not(:disabled):not([data-disabled="1"]):before {
897
897
  transition: var(--animation-ripple-before-transition);
898
898
  background: var(--kit-clickable-bg);
899
899
  }
900
- .vv-agvBla-radioButton:not(:disabled):not([data-disabled="1"]):after {
900
+ .vv-dEC1iG-radioButton:not(:disabled):not([data-disabled="1"]):after {
901
901
  transition: var(--animation-ripple-after-transition);
902
902
  background:
903
903
  transparent radial-gradient(
@@ -905,37 +905,37 @@
905
905
  var(--kit-clickable-bg) 1%,
906
906
  transparent 1%) center / 15000%;
907
907
  }
908
- .vv-agvBla-radioButton:not(:disabled):not([data-disabled="1"]):hover:before {
908
+ .vv-dEC1iG-radioButton:not(:disabled):not([data-disabled="1"]):hover:before {
909
909
  opacity: .16;
910
910
  }
911
- .vv-agvBla-radioButton:not(:disabled):not([data-disabled="1"]):focus-visible:before {
911
+ .vv-dEC1iG-radioButton:not(:disabled):not([data-disabled="1"]):focus-visible:before {
912
912
  opacity: .24;
913
913
  }
914
- .vv-agvBla-radioButton:not(:disabled):not([data-disabled="1"]):active:after {
914
+ .vv-dEC1iG-radioButton:not(:disabled):not([data-disabled="1"]):active:after {
915
915
  opacity: .32;
916
916
  transition: var(--animation-ripple-after-active-transition);
917
917
  background-size: 100%;
918
918
  }
919
- .vv-agvBla-radioButton:not(:disabled):not([data-disabled="1"]):active:hover:after {
919
+ .vv-dEC1iG-radioButton:not(:disabled):not([data-disabled="1"]):active:hover:after {
920
920
  opacity: .16;
921
921
  }
922
- .vv-agvBla-radioButton:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
922
+ .vv-dEC1iG-radioButton:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
923
923
  opacity: .08;
924
924
  }
925
- .vv-agvBla-radioButton:focus {
925
+ .vv-dEC1iG-radioButton:focus {
926
926
  outline: 0;
927
927
  }
928
- .vv-agvBla-radioButton:checked {
928
+ .vv-dEC1iG-radioButton:checked {
929
929
  background-image:
930
930
  radial-gradient(
931
931
  var(--k-bordercolor) 0%,
932
932
  var(--k-bordercolor) 42%,
933
933
  var(--background-component-color) 45%);
934
934
  }
935
- .vv-agvBla-radioButton:disabled {
935
+ .vv-dEC1iG-radioButton:disabled {
936
936
  cursor: default;
937
937
  }
938
- .vv-agvBla-label {
938
+ .vv-dEC1iG-label {
939
939
  font-size: calc(var(--size-index, 1) * 16px);
940
940
  letter-spacing: 0;
941
941
  padding-left: calc(4 * var(--size-index, 1) * 1px);
@@ -944,7 +944,7 @@
944
944
  line-height: 1.625;
945
945
  display: flex;
946
946
  }
947
- .vv-agvBla-hint {
947
+ .vv-dEC1iG-hint {
948
948
  font-size: calc(var(--size-index, 1) * 12px);
949
949
  letter-spacing: 0;
950
950
  text-overflow: ellipsis;
@@ -956,8 +956,8 @@
956
956
  overflow: hidden;
957
957
  }
958
958
 
959
- /* css-modules:css-modules://7p_vw0Ig2y5abvKOskaBd8r5YHc2EqcrJb68z8J3wO4.css */
960
- .vv-whNBJW-rangeContainer {
959
+ /* css-modules:css-modules://A48-hQl0mgDrRrft2BDjGiW9dYn3NrKoPkTlS4SEXmM.css */
960
+ .vv-bhIfcW-rangeContainer {
961
961
  user-select: none;
962
962
  touch-action: none;
963
963
  margin: var(--kit-range-margin, 8px 0);
@@ -967,79 +967,79 @@
967
967
  display: flex;
968
968
  position: relative;
969
969
  }
970
- .vv-whNBJW-rangeContainer[data-vertical="1"] {
970
+ .vv-bhIfcW-rangeContainer[data-vertical="1"] {
971
971
  width: var(--range-thumb-size);
972
972
  height: var(--k-height);
973
973
  min-height: 100px;
974
974
  }
975
- .vv-whNBJW-rangeContainer:not([data-vertical="1"]) {
975
+ .vv-bhIfcW-rangeContainer:not([data-vertical="1"]) {
976
976
  width: var(--k-width);
977
977
  height: var(--range-thumb-size);
978
978
  }
979
- .vv-whNBJW-rangeContainer[data-theme=default] .vv-whNBJW-trackStart {
979
+ .vv-bhIfcW-rangeContainer[data-theme=default] .vv-bhIfcW-trackStart {
980
980
  background-color: var(--kit-range-slider-bg, var(--range-main-bg));
981
981
  }
982
- .vv-whNBJW-rangeContainer[data-theme=default] .vv-whNBJW-trackEnd {
982
+ .vv-bhIfcW-rangeContainer[data-theme=default] .vv-bhIfcW-trackEnd {
983
983
  background-color: var(--kit-range-slider-bg, var(--range-main-bg));
984
984
  }
985
- .vv-whNBJW-rangeContainer[data-theme=default] .vv-whNBJW-thumb {
985
+ .vv-bhIfcW-rangeContainer[data-theme=default] .vv-bhIfcW-thumb {
986
986
  background: var(--kit-range-thumb-bg, transparent);
987
987
  border: calc(2 * var(--size-index, 1) * 1px) solid var(--kit-range-thumb-border, var(--range-main-bg));
988
988
  }
989
- .vv-whNBJW-rangeContainer[data-theme=video] .vv-whNBJW-trackStart {
989
+ .vv-bhIfcW-rangeContainer[data-theme=video] .vv-bhIfcW-trackStart {
990
990
  background-color: var(--kit-range-slider-color, var(--video-range-track-color));
991
991
  }
992
- .vv-whNBJW-rangeContainer[data-theme=video] .vv-whNBJW-trackEnd {
992
+ .vv-bhIfcW-rangeContainer[data-theme=video] .vv-bhIfcW-trackEnd {
993
993
  background-color: var(--kit-range-slider-bg, var(--video-range-track-bg));
994
994
  }
995
- .vv-whNBJW-rangeContainer[data-theme=video] .vv-whNBJW-thumb {
995
+ .vv-bhIfcW-rangeContainer[data-theme=video] .vv-bhIfcW-thumb {
996
996
  background-color: var(--kit-range-thumb-bg, var(--video-range-thumb-color));
997
997
  border: 2px solid var(--kit-range-thumb-border, var(--video-range-thumb-color));
998
998
  transition: height .2s, width .2s;
999
999
  }
1000
- .vv-whNBJW-rangeContainer[data-theme=video] .vv-whNBJW-thumb:hover {
1000
+ .vv-bhIfcW-rangeContainer[data-theme=video] .vv-bhIfcW-thumb:hover {
1001
1001
  width: 16px;
1002
1002
  height: 16px;
1003
1003
  }
1004
- .vv-whNBJW-rangeContainer[data-theme=video] .vv-whNBJW-thumb[data-ispressed="1"] {
1004
+ .vv-bhIfcW-rangeContainer[data-theme=video] .vv-bhIfcW-thumb[data-ispressed="1"] {
1005
1005
  width: 16px;
1006
1006
  height: 16px;
1007
1007
  }
1008
- .vv-whNBJW-trackStart {
1008
+ .vv-bhIfcW-trackStart {
1009
1009
  position: absolute;
1010
1010
  }
1011
- .vv-whNBJW-trackStart[data-vertical="1"] {
1011
+ .vv-bhIfcW-trackStart[data-vertical="1"] {
1012
1012
  width: calc(var(--size-index, 1) * var(--range-track-size));
1013
1013
  border-bottom-left-radius: calc(4 * var(--size-index, 1) * 1px);
1014
1014
  border-bottom-right-radius: calc(4 * var(--size-index, 1) * 1px);
1015
1015
  height: var(--k-thumbPosition);
1016
1016
  bottom: 0;
1017
1017
  }
1018
- .vv-whNBJW-trackStart:not([data-vertical="1"]) {
1018
+ .vv-bhIfcW-trackStart:not([data-vertical="1"]) {
1019
1019
  height: calc(var(--size-index, 1) * var(--range-track-size));
1020
1020
  border-top-left-radius: calc(4 * var(--size-index, 1) * 1px);
1021
1021
  border-bottom-left-radius: calc(4 * var(--size-index, 1) * 1px);
1022
1022
  width: var(--k-thumbPosition);
1023
1023
  left: 0;
1024
1024
  }
1025
- .vv-whNBJW-trackEnd {
1025
+ .vv-bhIfcW-trackEnd {
1026
1026
  position: absolute;
1027
1027
  }
1028
- .vv-whNBJW-trackEnd[data-vertical="1"] {
1028
+ .vv-bhIfcW-trackEnd[data-vertical="1"] {
1029
1029
  width: calc(var(--size-index, 1) * var(--range-track-size));
1030
1030
  border-top-left-radius: calc(4 * var(--size-index, 1) * 1px);
1031
1031
  border-top-right-radius: calc(4 * var(--size-index, 1) * 1px);
1032
1032
  height: var(--k-thumbPosition);
1033
1033
  top: 0;
1034
1034
  }
1035
- .vv-whNBJW-trackEnd:not([data-vertical="1"]) {
1035
+ .vv-bhIfcW-trackEnd:not([data-vertical="1"]) {
1036
1036
  height: calc(var(--size-index, 1) * var(--range-track-size));
1037
1037
  border-top-right-radius: calc(4 * var(--size-index, 1) * 1px);
1038
1038
  border-bottom-right-radius: calc(4 * var(--size-index, 1) * 1px);
1039
1039
  width: var(--k-thumbPosition);
1040
1040
  right: 0;
1041
1041
  }
1042
- .vv-whNBJW-thumb {
1042
+ .vv-bhIfcW-thumb {
1043
1043
  box-sizing: border-box;
1044
1044
  cursor: pointer;
1045
1045
  --range-overlay-opacity: var(--range-overlay-default-opacity);
@@ -1051,25 +1051,25 @@
1051
1051
  border-radius: 50%;
1052
1052
  position: absolute;
1053
1053
  }
1054
- .vv-whNBJW-thumb[data-ispressed="1"] {
1054
+ .vv-bhIfcW-thumb[data-ispressed="1"] {
1055
1055
  z-index: var(--k-z-tooltip);
1056
1056
  }
1057
- .vv-whNBJW-thumb:hover {
1057
+ .vv-bhIfcW-thumb:hover {
1058
1058
  z-index: var(--k-z-tooltip);
1059
1059
  }
1060
- .vv-whNBJW-thumb:hover .vv-whNBJW-thumbOverlay {
1060
+ .vv-bhIfcW-thumb:hover .vv-bhIfcW-thumbOverlay {
1061
1061
  transform: scale(1);
1062
1062
  }
1063
- .vv-whNBJW-thumb:hover .vv-whNBJW-tip {
1063
+ .vv-bhIfcW-thumb:hover .vv-bhIfcW-tip {
1064
1064
  display: block;
1065
1065
  }
1066
- .vv-whNBJW-thumb:focus-visible {
1066
+ .vv-bhIfcW-thumb:focus-visible {
1067
1067
  --range-overlay-opacity: var(--range-overlay-focus-opacity);
1068
1068
  }
1069
- .vv-whNBJW-thumb:active {
1069
+ .vv-bhIfcW-thumb:active {
1070
1070
  --range-overlay-opacity: var(--range-overlay-pressed-opacity);
1071
1071
  }
1072
- .vv-whNBJW-tip {
1072
+ .vv-bhIfcW-tip {
1073
1073
  font-size: calc(var(--size-index, 1) * 12px);
1074
1074
  letter-spacing: 0;
1075
1075
  background-color: var(--tooltip-bg);
@@ -1082,43 +1082,43 @@
1082
1082
  line-height: 1.5;
1083
1083
  position: absolute;
1084
1084
  }
1085
- .vv-whNBJW-tip[data-ispressed="1"] {
1085
+ .vv-bhIfcW-tip[data-ispressed="1"] {
1086
1086
  display: block;
1087
1087
  }
1088
- .vv-whNBJW-tip:not([data-ispressed="1"]) {
1088
+ .vv-bhIfcW-tip:not([data-ispressed="1"]) {
1089
1089
  display: none;
1090
1090
  }
1091
- .vv-whNBJW-tip[data-vertical="1"] {
1091
+ .vv-bhIfcW-tip[data-vertical="1"] {
1092
1092
  top: 50%;
1093
1093
  left: calc(100% + calc(5 * var(--size-index, 1) * 1px));
1094
1094
  transform: translate3d(0, -50%, 0);
1095
1095
  }
1096
- .vv-whNBJW-tip[data-vertical="1"]:after {
1096
+ .vv-bhIfcW-tip[data-vertical="1"]:after {
1097
1097
  top: calc(50% - calc(3 * var(--size-index, 1) * 1px));
1098
1098
  border-top: calc(3 * var(--size-index, 1) * 1px) solid transparent;
1099
1099
  border-bottom: calc(3 * var(--size-index, 1) * 1px) solid transparent;
1100
1100
  border-right: calc(3 * var(--size-index, 1) * 1px) solid var(--tooltip-bg);
1101
1101
  right: 100%;
1102
1102
  }
1103
- .vv-whNBJW-tip:not([data-vertical="1"]) {
1103
+ .vv-bhIfcW-tip:not([data-vertical="1"]) {
1104
1104
  transform: translate3d(-50%, calc(-100% - calc(8 * var(--size-index, 1) * 1px)), 0);
1105
1105
  left: 50%;
1106
1106
  }
1107
- .vv-whNBJW-tip:not([data-vertical="1"]):after {
1107
+ .vv-bhIfcW-tip:not([data-vertical="1"]):after {
1108
1108
  left: calc(50% - calc(3 * var(--size-index, 1) * 1px));
1109
1109
  border-right: calc(3 * var(--size-index, 1) * 1px) solid transparent;
1110
1110
  border-left: calc(3 * var(--size-index, 1) * 1px) solid transparent;
1111
1111
  border-top: calc(3 * var(--size-index, 1) * 1px) solid var(--tooltip-bg);
1112
1112
  top: 100%;
1113
1113
  }
1114
- .vv-whNBJW-tip:after {
1114
+ .vv-bhIfcW-tip:after {
1115
1115
  content: "";
1116
1116
  width: 0;
1117
1117
  height: 0;
1118
1118
  display: inline-block;
1119
1119
  position: absolute;
1120
1120
  }
1121
- .vv-whNBJW-thumbOverlay {
1121
+ .vv-bhIfcW-thumbOverlay {
1122
1122
  z-index: var(--k-z-range-overlay);
1123
1123
  border-radius: inherit;
1124
1124
  background: var(--range-overlay-color);
@@ -1130,27 +1130,27 @@
1130
1130
  left: -100%;
1131
1131
  right: -100%;
1132
1132
  }
1133
- .vv-whNBJW-thumbOverlay[data-ispressed="1"] {
1133
+ .vv-bhIfcW-thumbOverlay[data-ispressed="1"] {
1134
1134
  opacity: var(--range-overlay-pressed-opacity);
1135
1135
  transform: scale(1);
1136
1136
  }
1137
- .vv-whNBJW-thumbOverlay:not([data-ispressed="1"]) {
1137
+ .vv-bhIfcW-thumbOverlay:not([data-ispressed="1"]) {
1138
1138
  opacity: var(--range-overlay-opacity);
1139
1139
  transform: scale(0);
1140
1140
  }
1141
1141
 
1142
- /* css-modules:css-modules://l_ENrusGIRUTm7NOZJz4mlYYG5Uy5BOROX5YZ8963Ns.css */
1143
- .vv-8pPO9a-multivalueOverlay {
1142
+ /* css-modules:css-modules://Bhw2ZxZe8-KA5GvbDCO4gkDZ9DDTHhzuW9akRZtW58Y.css */
1143
+ .vv-LjMRFW-multivalueOverlay {
1144
1144
  --kit-clickable-bg: var(--select-multivalue-overlay-bg);
1145
1145
  border-radius: 8px;
1146
1146
  }
1147
- .vv-8pPO9a-multivalueOverlay:not(:disabled):not([data-disabled="1"]) {
1147
+ .vv-LjMRFW-multivalueOverlay:not(:disabled):not([data-disabled="1"]) {
1148
1148
  cursor: var(--kit-clickable-cursor, pointer);
1149
1149
  }
1150
- .vv-8pPO9a-multivalueOverlay:not(:disabled):not([data-disabled="1"]):before {
1150
+ .vv-LjMRFW-multivalueOverlay:not(:disabled):not([data-disabled="1"]):before {
1151
1151
  -webkit-backface-visibility: hidden;
1152
1152
  }
1153
- .vv-8pPO9a-multivalueOverlay:not(:disabled):not([data-disabled="1"]):before {
1153
+ .vv-LjMRFW-multivalueOverlay:not(:disabled):not([data-disabled="1"]):before {
1154
1154
  content: "";
1155
1155
  border-radius: inherit;
1156
1156
  opacity: 0;
@@ -1161,7 +1161,7 @@
1161
1161
  left: 0;
1162
1162
  right: 0;
1163
1163
  }
1164
- .vv-8pPO9a-multivalueOverlay:not(:disabled):not([data-disabled="1"]):after {
1164
+ .vv-LjMRFW-multivalueOverlay:not(:disabled):not([data-disabled="1"]):after {
1165
1165
  content: "";
1166
1166
  border-radius: inherit;
1167
1167
  opacity: 0;
@@ -1172,11 +1172,11 @@
1172
1172
  left: 0;
1173
1173
  right: 0;
1174
1174
  }
1175
- .vv-8pPO9a-multivalueOverlay:not(:disabled):not([data-disabled="1"]):before {
1175
+ .vv-LjMRFW-multivalueOverlay:not(:disabled):not([data-disabled="1"]):before {
1176
1176
  transition: var(--animation-ripple-before-transition);
1177
1177
  background: var(--kit-clickable-bg);
1178
1178
  }
1179
- .vv-8pPO9a-multivalueOverlay:not(:disabled):not([data-disabled="1"]):after {
1179
+ .vv-LjMRFW-multivalueOverlay:not(:disabled):not([data-disabled="1"]):after {
1180
1180
  transition: var(--animation-ripple-after-transition);
1181
1181
  background:
1182
1182
  transparent radial-gradient(
@@ -1184,31 +1184,31 @@
1184
1184
  var(--kit-clickable-bg) 1%,
1185
1185
  transparent 1%) center / 15000%;
1186
1186
  }
1187
- .vv-8pPO9a-multivalueOverlay:not(:disabled):not([data-disabled="1"]):hover:before {
1187
+ .vv-LjMRFW-multivalueOverlay:not(:disabled):not([data-disabled="1"]):hover:before {
1188
1188
  opacity: .16;
1189
1189
  }
1190
- .vv-8pPO9a-multivalueOverlay:not(:disabled):not([data-disabled="1"]):focus-visible:before {
1190
+ .vv-LjMRFW-multivalueOverlay:not(:disabled):not([data-disabled="1"]):focus-visible:before {
1191
1191
  opacity: .24;
1192
1192
  }
1193
- .vv-8pPO9a-multivalueOverlay:not(:disabled):not([data-disabled="1"]):active:after {
1193
+ .vv-LjMRFW-multivalueOverlay:not(:disabled):not([data-disabled="1"]):active:after {
1194
1194
  opacity: .32;
1195
1195
  transition: var(--animation-ripple-after-active-transition);
1196
1196
  background-size: 100%;
1197
1197
  }
1198
- .vv-8pPO9a-multivalueOverlay:not(:disabled):not([data-disabled="1"]):active:hover:after {
1198
+ .vv-LjMRFW-multivalueOverlay:not(:disabled):not([data-disabled="1"]):active:hover:after {
1199
1199
  opacity: .16;
1200
1200
  }
1201
- .vv-8pPO9a-multivalueOverlay:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
1201
+ .vv-LjMRFW-multivalueOverlay:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
1202
1202
  opacity: .08;
1203
1203
  }
1204
- .vv-8pPO9a-dropDownIndicator.vv-8pPO9a-dropDownIndicator {
1204
+ .vv-LjMRFW-dropDownIndicator.vv-LjMRFW-dropDownIndicator {
1205
1205
  color: inherit;
1206
1206
  padding: 0px calc(8 * var(--size-index, 1) * 1px);
1207
1207
  }
1208
- .vv-8pPO9a-caretIcon {
1208
+ .vv-LjMRFW-caretIcon {
1209
1209
  padding-right: calc(8 * var(--size-index, 1) * 1px);
1210
1210
  }
1211
- .vv-8pPO9a-selectContainer {
1211
+ .vv-LjMRFW-selectContainer {
1212
1212
  vertical-align: middle;
1213
1213
  width: var(--k-width);
1214
1214
  cursor: inherit;
@@ -1217,143 +1217,143 @@
1217
1217
  display: inline-block;
1218
1218
  position: relative;
1219
1219
  }
1220
- .vv-8pPO9a-selectContainer[data-disabled="1"] {
1220
+ .vv-LjMRFW-selectContainer[data-disabled="1"] {
1221
1221
  cursor: not-allowed;
1222
1222
  }
1223
- .vv-8pPO9a-selectContainer[data-icon="0"] .vv-8pPO9a-select ~ .vv-8pPO9a-placeholder {
1223
+ .vv-LjMRFW-selectContainer[data-icon="0"] .vv-LjMRFW-select ~ .vv-LjMRFW-placeholder {
1224
1224
  left: calc(12 * var(--size-index, 1) * 1px);
1225
1225
  }
1226
- .vv-8pPO9a-selectContainer[data-icon="1"] .vv-8pPO9a-select ~ .vv-8pPO9a-placeholder {
1226
+ .vv-LjMRFW-selectContainer[data-icon="1"] .vv-LjMRFW-select ~ .vv-LjMRFW-placeholder {
1227
1227
  left: calc(36 * var(--size-index, 1) * 1px);
1228
1228
  }
1229
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledHint {
1229
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledHint {
1230
1230
  color: var(--select-hint);
1231
1231
  }
1232
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect {
1232
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect {
1233
1233
  color: var(--select-color);
1234
1234
  background: var(--select-inactive-bg);
1235
1235
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-inactive-border);
1236
1236
  }
1237
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1237
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1238
1238
  color: var(--select-inactive-label-color);
1239
1239
  background-color: var(--select-inactive-label-bg);
1240
1240
  }
1241
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1241
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1242
1242
  color: var(--select-inactive-icon-color);
1243
1243
  }
1244
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:hover {
1244
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:hover {
1245
1245
  color: var(--select-hover-color);
1246
1246
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-inactive-hover-border);
1247
1247
  background: var(--select-inactive-hover-bg);
1248
1248
  }
1249
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:hover ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1249
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:hover ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1250
1250
  color: var(--select-inactive-hover-label-color);
1251
1251
  }
1252
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:hover ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1252
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:hover ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1253
1253
  color: var(--select-inactive-hover-icon-color);
1254
1254
  }
1255
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:focus {
1255
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:focus {
1256
1256
  color: var(--select-focus-color);
1257
1257
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-focus-border);
1258
1258
  background: var(--select-focus-bg);
1259
1259
  }
1260
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:focus ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1260
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:focus ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1261
1261
  color: var(--select-focus-label-color);
1262
1262
  }
1263
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:focus ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1263
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:focus ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1264
1264
  color: var(--select-focus-icon-color);
1265
1265
  }
1266
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:focus ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1266
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:focus ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1267
1267
  color: var(--select-focus-hint);
1268
1268
  }
1269
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:active {
1269
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:active {
1270
1270
  color: var(--select-focus-color);
1271
1271
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-focus-border);
1272
1272
  background: var(--select-focus-bg);
1273
1273
  }
1274
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:active ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1274
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:active ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1275
1275
  color: var(--select-focus-label-color);
1276
1276
  }
1277
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:active ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1277
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:active ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1278
1278
  color: var(--select-focus-icon-color);
1279
1279
  }
1280
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:active ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1280
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:active ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1281
1281
  color: var(--select-focus-hint);
1282
1282
  }
1283
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus {
1283
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus {
1284
1284
  color: var(--select-focus-color);
1285
1285
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-focus-border);
1286
1286
  background: var(--select-focus-bg);
1287
1287
  }
1288
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1288
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1289
1289
  color: var(--select-focus-label-color);
1290
1290
  }
1291
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1291
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1292
1292
  color: var(--select-focus-icon-color);
1293
1293
  }
1294
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1294
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1295
1295
  color: var(--select-focus-hint);
1296
1296
  }
1297
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting) {
1297
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting) {
1298
1298
  background: var(--select-active-bg);
1299
1299
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-active-border);
1300
1300
  }
1301
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1301
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1302
1302
  color: var(--select-active-label-color);
1303
1303
  }
1304
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting) ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1304
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting) ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1305
1305
  color: var(--select-active-icon-color);
1306
1306
  }
1307
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):hover {
1307
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):hover {
1308
1308
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-active-hover-border);
1309
1309
  background: var(--select-active-hover-bg);
1310
1310
  }
1311
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):hover ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1311
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):hover ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1312
1312
  color: var(--select-active-hover-label-color);
1313
1313
  }
1314
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):hover ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1314
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):hover ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1315
1315
  color: var(--select-active-hover-icon-color);
1316
1316
  }
1317
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):focus {
1317
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):focus {
1318
1318
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-focus-border);
1319
1319
  background: var(--select-focus-bg);
1320
1320
  }
1321
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):focus ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1321
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):focus ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1322
1322
  color: var(--select-focus-label-color);
1323
1323
  }
1324
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):focus ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1324
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):focus ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1325
1325
  color: var(--select-focus-icon-color);
1326
1326
  }
1327
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):focus ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1327
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):focus ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1328
1328
  color: var(--select-focus-hint);
1329
1329
  }
1330
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):active {
1330
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):active {
1331
1331
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-focus-border);
1332
1332
  background: var(--select-focus-bg);
1333
1333
  }
1334
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):active ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1334
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):active ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1335
1335
  color: var(--select-focus-label-color);
1336
1336
  }
1337
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):active ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1337
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):active ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1338
1338
  color: var(--select-focus-icon-color);
1339
1339
  }
1340
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):active ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1340
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):active ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1341
1341
  color: var(--select-focus-hint);
1342
1342
  }
1343
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting).vv-8pPO9a-forcedFocus {
1343
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting).vv-LjMRFW-forcedFocus {
1344
1344
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-focus-border);
1345
1345
  background: var(--select-focus-bg);
1346
1346
  }
1347
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting).vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1347
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting).vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1348
1348
  color: var(--select-focus-label-color);
1349
1349
  }
1350
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting).vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1350
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting).vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1351
1351
  color: var(--select-focus-icon-color);
1352
1352
  }
1353
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting).vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1353
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting).vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1354
1354
  color: var(--select-focus-hint);
1355
1355
  }
1356
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1356
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1357
1357
  font-size: calc(var(--size-index, 1) * 12px);
1358
1358
  letter-spacing: 0;
1359
1359
  background-color: var(--select-active-label-bg);
@@ -1364,7 +1364,7 @@
1364
1364
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1365
1365
  line-height: 1.5;
1366
1366
  }
1367
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:focus:not(:disabled) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1367
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:focus:not(:disabled) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1368
1368
  font-size: calc(var(--size-index, 1) * 12px);
1369
1369
  letter-spacing: 0;
1370
1370
  background-color: var(--select-active-label-bg);
@@ -1375,7 +1375,7 @@
1375
1375
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1376
1376
  line-height: 1.5;
1377
1377
  }
1378
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect:active:not(:disabled) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1378
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect:active:not(:disabled) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1379
1379
  font-size: calc(var(--size-index, 1) * 12px);
1380
1380
  letter-spacing: 0;
1381
1381
  background-color: var(--select-active-label-bg);
@@ -1386,7 +1386,7 @@
1386
1386
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1387
1387
  line-height: 1.5;
1388
1388
  }
1389
- .vv-8pPO9a-selectContainer[data-state=normal] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus:not(:disabled) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1389
+ .vv-LjMRFW-selectContainer[data-state=normal] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus:not(:disabled) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1390
1390
  font-size: calc(var(--size-index, 1) * 12px);
1391
1391
  letter-spacing: 0;
1392
1392
  background-color: var(--select-active-label-bg);
@@ -1397,134 +1397,134 @@
1397
1397
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1398
1398
  line-height: 1.5;
1399
1399
  }
1400
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledHint {
1400
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledHint {
1401
1401
  color: var(--select-error-hint);
1402
1402
  }
1403
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect {
1403
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect {
1404
1404
  color: var(--select-error-color);
1405
1405
  background: var(--select-error-inactive-bg);
1406
1406
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-error-inactive-border);
1407
1407
  }
1408
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1408
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1409
1409
  color: var(--select-error-inactive-label-color);
1410
1410
  background-color: var(--select-error-inactive-label-bg);
1411
1411
  }
1412
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1412
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1413
1413
  color: var(--select-error-inactive-icon-color);
1414
1414
  }
1415
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:hover {
1415
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:hover {
1416
1416
  color: var(--select-error-hover-color);
1417
1417
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-error-inactive-hover-border);
1418
1418
  background: var(--select-error-inactive-hover-bg);
1419
1419
  }
1420
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:hover ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1420
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:hover ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1421
1421
  color: var(--select-error-inactive-hover-label-color);
1422
1422
  }
1423
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:hover ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1423
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:hover ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1424
1424
  color: var(--select-error-inactive-hover-icon-color);
1425
1425
  }
1426
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:focus {
1426
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:focus {
1427
1427
  color: var(--select-error-focus-color);
1428
1428
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-error-focus-border);
1429
1429
  background: var(--select-error-focus-bg);
1430
1430
  }
1431
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:focus ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1431
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:focus ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1432
1432
  color: var(--select-error-focus-label-color);
1433
1433
  }
1434
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:focus ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1434
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:focus ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1435
1435
  color: var(--select-error-focus-icon-color);
1436
1436
  }
1437
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:focus ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1437
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:focus ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1438
1438
  color: var(--select-error-focus-hint);
1439
1439
  }
1440
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:active {
1440
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:active {
1441
1441
  color: var(--select-error-focus-color);
1442
1442
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-error-focus-border);
1443
1443
  background: var(--select-error-focus-bg);
1444
1444
  }
1445
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:active ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1445
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:active ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1446
1446
  color: var(--select-error-focus-label-color);
1447
1447
  }
1448
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:active ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1448
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:active ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1449
1449
  color: var(--select-error-focus-icon-color);
1450
1450
  }
1451
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:active ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1451
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:active ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1452
1452
  color: var(--select-error-focus-hint);
1453
1453
  }
1454
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus {
1454
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus {
1455
1455
  color: var(--select-error-focus-color);
1456
1456
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-error-focus-border);
1457
1457
  background: var(--select-error-focus-bg);
1458
1458
  }
1459
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1459
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1460
1460
  color: var(--select-error-focus-label-color);
1461
1461
  }
1462
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1462
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1463
1463
  color: var(--select-error-focus-icon-color);
1464
1464
  }
1465
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1465
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1466
1466
  color: var(--select-error-focus-hint);
1467
1467
  }
1468
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting) {
1468
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting) {
1469
1469
  background: var(--select-error-active-bg);
1470
1470
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-error-active-border);
1471
1471
  }
1472
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1472
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1473
1473
  color: var(--select-error-active-label-color);
1474
1474
  }
1475
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting) ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1475
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting) ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1476
1476
  color: var(--select-error-active-icon-color);
1477
1477
  }
1478
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):hover {
1478
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):hover {
1479
1479
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-error-active-hover-border);
1480
1480
  background: var(--select-error-active-hover-bg);
1481
1481
  }
1482
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):hover ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1482
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):hover ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1483
1483
  color: var(--select-error-active-hover-label-color);
1484
1484
  }
1485
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):hover ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1485
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):hover ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1486
1486
  color: var(--select-error-active-hover-icon-color);
1487
1487
  }
1488
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):focus {
1488
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):focus {
1489
1489
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-error-focus-border);
1490
1490
  background: var(--select-error-focus-bg);
1491
1491
  }
1492
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):focus ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1492
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):focus ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1493
1493
  color: var(--select-error-focus-label-color);
1494
1494
  }
1495
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):focus ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1495
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):focus ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1496
1496
  color: var(--select-error-focus-icon-color);
1497
1497
  }
1498
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):focus ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1498
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):focus ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1499
1499
  color: var(--select-error-focus-hint);
1500
1500
  }
1501
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):active {
1501
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):active {
1502
1502
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-error-focus-border);
1503
1503
  background: var(--select-error-focus-bg);
1504
1504
  }
1505
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):active ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1505
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):active ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1506
1506
  color: var(--select-error-focus-label-color);
1507
1507
  }
1508
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):active ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1508
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):active ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1509
1509
  color: var(--select-error-focus-icon-color);
1510
1510
  }
1511
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):active ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1511
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):active ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1512
1512
  color: var(--select-error-focus-hint);
1513
1513
  }
1514
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting).vv-8pPO9a-forcedFocus {
1514
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting).vv-LjMRFW-forcedFocus {
1515
1515
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-error-focus-border);
1516
1516
  background: var(--select-error-focus-bg);
1517
1517
  }
1518
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting).vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1518
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting).vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1519
1519
  color: var(--select-error-focus-label-color);
1520
1520
  }
1521
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting).vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1521
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting).vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1522
1522
  color: var(--select-error-focus-icon-color);
1523
1523
  }
1524
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting).vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1524
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting).vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1525
1525
  color: var(--select-error-focus-hint);
1526
1526
  }
1527
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1527
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1528
1528
  font-size: calc(var(--size-index, 1) * 12px);
1529
1529
  letter-spacing: 0;
1530
1530
  background-color: var(--select-error-active-label-bg);
@@ -1535,7 +1535,7 @@
1535
1535
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1536
1536
  line-height: 1.5;
1537
1537
  }
1538
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:focus:not(:disabled) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1538
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:focus:not(:disabled) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1539
1539
  font-size: calc(var(--size-index, 1) * 12px);
1540
1540
  letter-spacing: 0;
1541
1541
  background-color: var(--select-error-active-label-bg);
@@ -1546,7 +1546,7 @@
1546
1546
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1547
1547
  line-height: 1.5;
1548
1548
  }
1549
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect:active:not(:disabled) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1549
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect:active:not(:disabled) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1550
1550
  font-size: calc(var(--size-index, 1) * 12px);
1551
1551
  letter-spacing: 0;
1552
1552
  background-color: var(--select-error-active-label-bg);
@@ -1557,7 +1557,7 @@
1557
1557
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1558
1558
  line-height: 1.5;
1559
1559
  }
1560
- .vv-8pPO9a-selectContainer[data-state=error] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus:not(:disabled) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1560
+ .vv-LjMRFW-selectContainer[data-state=error] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus:not(:disabled) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1561
1561
  font-size: calc(var(--size-index, 1) * 12px);
1562
1562
  letter-spacing: 0;
1563
1563
  background-color: var(--select-error-active-label-bg);
@@ -1568,134 +1568,134 @@
1568
1568
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1569
1569
  line-height: 1.5;
1570
1570
  }
1571
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledHint {
1571
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledHint {
1572
1572
  color: var(--select-success-hint);
1573
1573
  }
1574
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect {
1574
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect {
1575
1575
  color: var(--select-success-color);
1576
1576
  background: var(--select-success-inactive-bg);
1577
1577
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-success-inactive-border);
1578
1578
  }
1579
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1579
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1580
1580
  color: var(--select-success-inactive-label-color);
1581
1581
  background-color: var(--select-success-inactive-label-bg);
1582
1582
  }
1583
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1583
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1584
1584
  color: var(--select-success-inactive-icon-color);
1585
1585
  }
1586
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:hover {
1586
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:hover {
1587
1587
  color: var(--select-success-hover-color);
1588
1588
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-success-inactive-hover-border);
1589
1589
  background: var(--select-success-inactive-hover-bg);
1590
1590
  }
1591
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:hover ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1591
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:hover ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1592
1592
  color: var(--select-success-inactive-hover-label-color);
1593
1593
  }
1594
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:hover ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1594
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:hover ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1595
1595
  color: var(--select-success-inactive-hover-icon-color);
1596
1596
  }
1597
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:focus {
1597
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:focus {
1598
1598
  color: var(--select-success-focus-color);
1599
1599
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-success-focus-border);
1600
1600
  background: var(--select-success-focus-bg);
1601
1601
  }
1602
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:focus ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1602
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:focus ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1603
1603
  color: var(--select-success-focus-label-color);
1604
1604
  }
1605
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:focus ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1605
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:focus ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1606
1606
  color: var(--select-success-focus-icon-color);
1607
1607
  }
1608
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:focus ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1608
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:focus ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1609
1609
  color: var(--select-success-focus-hint);
1610
1610
  }
1611
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:active {
1611
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:active {
1612
1612
  color: var(--select-success-focus-color);
1613
1613
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-success-focus-border);
1614
1614
  background: var(--select-success-focus-bg);
1615
1615
  }
1616
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:active ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1616
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:active ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1617
1617
  color: var(--select-success-focus-label-color);
1618
1618
  }
1619
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:active ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1619
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:active ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1620
1620
  color: var(--select-success-focus-icon-color);
1621
1621
  }
1622
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:active ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1622
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:active ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1623
1623
  color: var(--select-success-focus-hint);
1624
1624
  }
1625
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus {
1625
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus {
1626
1626
  color: var(--select-success-focus-color);
1627
1627
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-success-focus-border);
1628
1628
  background: var(--select-success-focus-bg);
1629
1629
  }
1630
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1630
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1631
1631
  color: var(--select-success-focus-label-color);
1632
1632
  }
1633
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1633
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1634
1634
  color: var(--select-success-focus-icon-color);
1635
1635
  }
1636
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1636
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1637
1637
  color: var(--select-success-focus-hint);
1638
1638
  }
1639
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting) {
1639
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting) {
1640
1640
  background: var(--select-success-active-bg);
1641
1641
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-success-active-border);
1642
1642
  }
1643
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1643
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1644
1644
  color: var(--select-success-active-label-color);
1645
1645
  }
1646
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting) ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1646
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting) ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1647
1647
  color: var(--select-success-active-icon-color);
1648
1648
  }
1649
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):hover {
1649
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):hover {
1650
1650
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-success-active-hover-border);
1651
1651
  background: var(--select-success-active-hover-bg);
1652
1652
  }
1653
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):hover ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1653
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):hover ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1654
1654
  color: var(--select-success-active-hover-label-color);
1655
1655
  }
1656
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):hover ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1656
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):hover ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1657
1657
  color: var(--select-success-active-hover-icon-color);
1658
1658
  }
1659
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):focus {
1659
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):focus {
1660
1660
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-success-focus-border);
1661
1661
  background: var(--select-success-focus-bg);
1662
1662
  }
1663
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):focus ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1663
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):focus ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1664
1664
  color: var(--select-success-focus-label-color);
1665
1665
  }
1666
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):focus ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1666
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):focus ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1667
1667
  color: var(--select-success-focus-icon-color);
1668
1668
  }
1669
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):focus ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1669
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):focus ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1670
1670
  color: var(--select-success-focus-hint);
1671
1671
  }
1672
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):active {
1672
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):active {
1673
1673
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-success-focus-border);
1674
1674
  background: var(--select-success-focus-bg);
1675
1675
  }
1676
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):active ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1676
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):active ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1677
1677
  color: var(--select-success-focus-label-color);
1678
1678
  }
1679
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):active ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1679
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):active ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1680
1680
  color: var(--select-success-focus-icon-color);
1681
1681
  }
1682
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting):active ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1682
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting):active ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1683
1683
  color: var(--select-success-focus-hint);
1684
1684
  }
1685
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting).vv-8pPO9a-forcedFocus {
1685
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting).vv-LjMRFW-forcedFocus {
1686
1686
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--select-success-focus-border);
1687
1687
  background: var(--select-success-focus-bg);
1688
1688
  }
1689
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting).vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1689
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting).vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1690
1690
  color: var(--select-success-focus-label-color);
1691
1691
  }
1692
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting).vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledIcon {
1692
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting).vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledIcon {
1693
1693
  color: var(--select-success-focus-icon-color);
1694
1694
  }
1695
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting).vv-8pPO9a-forcedFocus ~ .vv-8pPO9a-kitSelectFieldStyledHint {
1695
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting).vv-LjMRFW-forcedFocus ~ .vv-LjMRFW-kitSelectFieldStyledHint {
1696
1696
  color: var(--select-success-focus-hint);
1697
1697
  }
1698
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:not(.vv-8pPO9a-forcedResting) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1698
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:not(.vv-LjMRFW-forcedResting) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1699
1699
  font-size: calc(var(--size-index, 1) * 12px);
1700
1700
  letter-spacing: 0;
1701
1701
  background-color: var(--select-success-active-label-bg);
@@ -1706,7 +1706,7 @@
1706
1706
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1707
1707
  line-height: 1.5;
1708
1708
  }
1709
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:focus:not(:disabled) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1709
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:focus:not(:disabled) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1710
1710
  font-size: calc(var(--size-index, 1) * 12px);
1711
1711
  letter-spacing: 0;
1712
1712
  background-color: var(--select-success-active-label-bg);
@@ -1717,7 +1717,7 @@
1717
1717
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1718
1718
  line-height: 1.5;
1719
1719
  }
1720
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect:active:not(:disabled) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1720
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect:active:not(:disabled) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1721
1721
  font-size: calc(var(--size-index, 1) * 12px);
1722
1722
  letter-spacing: 0;
1723
1723
  background-color: var(--select-success-active-label-bg);
@@ -1728,7 +1728,7 @@
1728
1728
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1729
1729
  line-height: 1.5;
1730
1730
  }
1731
- .vv-8pPO9a-selectContainer[data-state=success] .vv-8pPO9a-kitSelectFieldStyledSelect.vv-8pPO9a-forcedFocus:not(:disabled) ~ .vv-8pPO9a-kitSelectFieldStyledPlaceholder {
1731
+ .vv-LjMRFW-selectContainer[data-state=success] .vv-LjMRFW-kitSelectFieldStyledSelect.vv-LjMRFW-forcedFocus:not(:disabled) ~ .vv-LjMRFW-kitSelectFieldStyledPlaceholder {
1732
1732
  font-size: calc(var(--size-index, 1) * 12px);
1733
1733
  letter-spacing: 0;
1734
1734
  background-color: var(--select-success-active-label-bg);
@@ -1739,11 +1739,11 @@
1739
1739
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1740
1740
  line-height: 1.5;
1741
1741
  }
1742
- .vv-8pPO9a-content {
1742
+ .vv-LjMRFW-content {
1743
1743
  display: block;
1744
1744
  position: relative;
1745
1745
  }
1746
- .vv-8pPO9a-select.vv-8pPO9a-select {
1746
+ .vv-LjMRFW-select.vv-LjMRFW-select {
1747
1747
  font-size: calc(var(--size-index, 1) * 16px);
1748
1748
  letter-spacing: 0;
1749
1749
  box-sizing: border-box;
@@ -1754,33 +1754,33 @@
1754
1754
  line-height: 1.5;
1755
1755
  display: block;
1756
1756
  }
1757
- .vv-8pPO9a-select.vv-8pPO9a-select.vv-8pPO9a-kitSelectFieldStyledSelectIsmini {
1757
+ .vv-LjMRFW-select.vv-LjMRFW-select.vv-LjMRFW-kitSelectFieldStyledSelectIsmini {
1758
1758
  font-size: calc(var(--size-index, 1) * 16px);
1759
1759
  letter-spacing: 0;
1760
1760
  border-radius: calc(4 * var(--size-index, 1) * 1px);
1761
1761
  line-height: 1.25;
1762
1762
  }
1763
- .vv-8pPO9a-select.vv-8pPO9a-select.vv-8pPO9a-kitSelectFieldStyledSelectIsmini.vv-8pPO9a-kitSelectFieldStyledSelectIsAutoheight {
1763
+ .vv-LjMRFW-select.vv-LjMRFW-select.vv-LjMRFW-kitSelectFieldStyledSelectIsmini.vv-LjMRFW-kitSelectFieldStyledSelectIsAutoheight {
1764
1764
  min-height: calc(18 * var(--size-index, 1) * 1px);
1765
1765
  }
1766
- .vv-8pPO9a-select.vv-8pPO9a-select.vv-8pPO9a-kitSelectFieldStyledSelectIsmini:not(.vv-8pPO9a-kitSelectFieldStyledSelectIsAutoheight) {
1766
+ .vv-LjMRFW-select.vv-LjMRFW-select.vv-LjMRFW-kitSelectFieldStyledSelectIsmini:not(.vv-LjMRFW-kitSelectFieldStyledSelectIsAutoheight) {
1767
1767
  height: calc(18 * var(--size-index, 1) * 1px);
1768
1768
  }
1769
- .vv-8pPO9a-select.vv-8pPO9a-select:hover {
1769
+ .vv-LjMRFW-select.vv-LjMRFW-select:hover {
1770
1770
  outline: 0;
1771
1771
  }
1772
- .vv-8pPO9a-select.vv-8pPO9a-select:focus {
1772
+ .vv-LjMRFW-select.vv-LjMRFW-select:focus {
1773
1773
  outline: 0;
1774
1774
  }
1775
- .vv-8pPO9a-select.vv-8pPO9a-select:active {
1775
+ .vv-LjMRFW-select.vv-LjMRFW-select:active {
1776
1776
  outline: 0;
1777
1777
  }
1778
- .vv-8pPO9a-icon {
1778
+ .vv-LjMRFW-icon {
1779
1779
  left: calc(12 * var(--size-index, 1) * 1px);
1780
1780
  top: calc(50% - calc(16 * var(--size-index, 1) * 1px) / 2);
1781
1781
  position: absolute;
1782
1782
  }
1783
- .vv-8pPO9a-placeholder {
1783
+ .vv-LjMRFW-placeholder {
1784
1784
  font-size: calc(var(--size-index, 1) * 16px);
1785
1785
  letter-spacing: 0;
1786
1786
  pointer-events: none;
@@ -1796,7 +1796,7 @@
1796
1796
  position: absolute;
1797
1797
  overflow: hidden;
1798
1798
  }
1799
- .vv-8pPO9a-hint {
1799
+ .vv-LjMRFW-hint {
1800
1800
  font-size: calc(var(--size-index, 1) * 12px);
1801
1801
  letter-spacing: 0;
1802
1802
  text-overflow: ellipsis;
@@ -1807,13 +1807,13 @@
1807
1807
  overflow: hidden;
1808
1808
  }
1809
1809
 
1810
- /* css-modules:css-modules://fxklsYsGXa0eCKM_chEMgjvPrUK6fOuGU1DKeGenmVs.css */
1811
- .vv-NS-QcW-hidden {
1810
+ /* css-modules:css-modules://hlGQK3ol-jsribpDJFxlqjX6MUGN3fInZhD_1CNbpUM.css */
1811
+ .vv--YqIcq-hidden {
1812
1812
  display: none;
1813
1813
  }
1814
1814
 
1815
- /* css-modules:css-modules://quV3vHjqutCjWXlh0Wf9XpY2R3BRgj0ZbX-Wmh8fYcc.css */
1816
- .vv-V-XWjW-option {
1815
+ /* css-modules:css-modules://oobdICGsGtB_UTkK-ZVHg5XURLv-2wFihWyLqEPOn8w.css */
1816
+ .vv-KBqI2q-option {
1817
1817
  font-size: calc(var(--size-index, 1) * 16px);
1818
1818
  letter-spacing: 0;
1819
1819
  text-overflow: ellipsis;
@@ -1826,21 +1826,21 @@
1826
1826
  display: block;
1827
1827
  overflow: hidden;
1828
1828
  }
1829
- .vv-V-XWjW-option:last-child {
1829
+ .vv-KBqI2q-option:last-child {
1830
1830
  margin: 0;
1831
1831
  }
1832
- .vv-V-XWjW-option[data-active="1"] {
1832
+ .vv-KBqI2q-option[data-active="1"] {
1833
1833
  color: var(--primary-40-color);
1834
1834
  }
1835
- .vv-V-XWjW-option[data-isincategory="1"] {
1835
+ .vv-KBqI2q-option[data-isincategory="1"] {
1836
1836
  padding: 6px 16px;
1837
1837
  }
1838
- .vv-V-XWjW-option[data-focused="1"] {
1838
+ .vv-KBqI2q-option[data-focused="1"] {
1839
1839
  background-color: var(--select-bis-option-hover-bg);
1840
1840
  }
1841
1841
 
1842
- /* css-modules:css-modules://F-_Gh9wmrtrd2DZgnShhbSzBXYn4C7vE67keM09adDc.css */
1843
- .vv-sm3Zya-category {
1842
+ /* css-modules:css-modules://Oo6PaIhNjLYc6xQRUPe7kHayJS9ouwH-cA37sz3xWVA.css */
1843
+ .vv-K0wO_a-category {
1844
1844
  font-size: calc(var(--size-index, 1) * 12px);
1845
1845
  letter-spacing: 0;
1846
1846
  color: var(--text-alt-color);
@@ -1855,15 +1855,15 @@
1855
1855
  top: 0;
1856
1856
  }
1857
1857
 
1858
- /* css-modules:css-modules://2wnv7tGWpaR8DT4-OY5JVNLGHVhnRnronmk7D95JUxQ.css */
1859
- .vv-kuVBZq-selectContainer {
1858
+ /* css-modules:css-modules://hQ-U_2Snuj1oWlCRtOHOHY_UaB-nDMxybA4Z87uo6gk.css */
1859
+ .vv-JZMO-q-selectContainer {
1860
1860
  vertical-align: middle;
1861
1861
  width: var(--k-width);
1862
1862
  border: none;
1863
1863
  max-width: 100%;
1864
1864
  display: inline-block;
1865
1865
  }
1866
- .vv-kuVBZq-content {
1866
+ .vv-JZMO-q-content {
1867
1867
  cursor: pointer;
1868
1868
  border: 1px solid var(--k-bordercolor);
1869
1869
  background-color: var(--background-component-color);
@@ -1876,45 +1876,45 @@
1876
1876
  display: flex;
1877
1877
  position: relative;
1878
1878
  }
1879
- .vv-kuVBZq-content[data-isdisabled="1"] {
1879
+ .vv-JZMO-q-content[data-isdisabled="1"] {
1880
1880
  cursor: default;
1881
1881
  }
1882
- .vv-kuVBZq-content[data-isreadonly="1"] {
1882
+ .vv-JZMO-q-content[data-isreadonly="1"] {
1883
1883
  cursor: default;
1884
1884
  }
1885
- .vv-kuVBZq-content[data-isdisabled="0"][data-isreadonly="0"]:hover {
1885
+ .vv-JZMO-q-content[data-isdisabled="0"][data-isreadonly="0"]:hover {
1886
1886
  color: var(--k-colorhover);
1887
1887
  border-color: var(--k-bordercolorhover);
1888
1888
  }
1889
- .vv-kuVBZq-content[data-isdisabled="0"][data-isreadonly="0"]:hover .vv-kuVBZq-arrow {
1889
+ .vv-JZMO-q-content[data-isdisabled="0"][data-isreadonly="0"]:hover .vv-JZMO-q-arrow {
1890
1890
  border-top-color: var(--k-arrowcolorhover);
1891
1891
  }
1892
- .vv-kuVBZq-content[data-isdisabled="0"][data-isreadonly="0"]:hover .vv-kuVBZq-placeholder {
1892
+ .vv-JZMO-q-content[data-isdisabled="0"][data-isreadonly="0"]:hover .vv-JZMO-q-placeholder {
1893
1893
  color: var(--k-placeholdercolorhover);
1894
1894
  }
1895
- .vv-kuVBZq-content[data-isdisabled="0"][data-isreadonly="0"].vv-kuVBZq-forcedFocus {
1895
+ .vv-JZMO-q-content[data-isdisabled="0"][data-isreadonly="0"].vv-JZMO-q-forcedFocus {
1896
1896
  color: var(--k-colorfocus);
1897
1897
  border-color: var(--k-bordercolorfocus);
1898
1898
  outline: none;
1899
1899
  }
1900
- .vv-kuVBZq-content[data-isdisabled="0"][data-isreadonly="0"].vv-kuVBZq-forcedFocus .vv-kuVBZq-arrow {
1900
+ .vv-JZMO-q-content[data-isdisabled="0"][data-isreadonly="0"].vv-JZMO-q-forcedFocus .vv-JZMO-q-arrow {
1901
1901
  border-top-color: var(--k-arrowcolorfocus);
1902
1902
  }
1903
- .vv-kuVBZq-content[data-isdisabled="0"][data-isreadonly="0"].vv-kuVBZq-forcedFocus .vv-kuVBZq-placeholder {
1903
+ .vv-JZMO-q-content[data-isdisabled="0"][data-isreadonly="0"].vv-JZMO-q-forcedFocus .vv-JZMO-q-placeholder {
1904
1904
  color: var(--k-placeholdercolorfocus);
1905
1905
  }
1906
- .vv-kuVBZq-content[data-isdisabled="0"][data-isreadonly="0"]:focus-visible {
1906
+ .vv-JZMO-q-content[data-isdisabled="0"][data-isreadonly="0"]:focus-visible {
1907
1907
  color: var(--k-colorfocus);
1908
1908
  border-color: var(--k-bordercolorfocus);
1909
1909
  outline: none;
1910
1910
  }
1911
- .vv-kuVBZq-content[data-isdisabled="0"][data-isreadonly="0"]:focus-visible .vv-kuVBZq-arrow {
1911
+ .vv-JZMO-q-content[data-isdisabled="0"][data-isreadonly="0"]:focus-visible .vv-JZMO-q-arrow {
1912
1912
  border-top-color: var(--k-arrowcolorfocus);
1913
1913
  }
1914
- .vv-kuVBZq-content[data-isdisabled="0"][data-isreadonly="0"]:focus-visible .vv-kuVBZq-placeholder {
1914
+ .vv-JZMO-q-content[data-isdisabled="0"][data-isreadonly="0"]:focus-visible .vv-JZMO-q-placeholder {
1915
1915
  color: var(--k-placeholdercolorfocus);
1916
1916
  }
1917
- .vv-kuVBZq-content.vv-kuVBZq-forcedFocus .vv-kuVBZq-placeholder {
1917
+ .vv-JZMO-q-content.vv-JZMO-q-forcedFocus .vv-JZMO-q-placeholder {
1918
1918
  font-size: calc(var(--size-index, 1) * 12px);
1919
1919
  letter-spacing: 0;
1920
1920
  background-color: var(--select-bis-bg);
@@ -1925,7 +1925,7 @@
1925
1925
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1926
1926
  line-height: 1.5;
1927
1927
  }
1928
- .vv-kuVBZq-content[data-isempty="0"] .vv-kuVBZq-placeholder {
1928
+ .vv-JZMO-q-content[data-isempty="0"] .vv-JZMO-q-placeholder {
1929
1929
  font-size: calc(var(--size-index, 1) * 12px);
1930
1930
  letter-spacing: 0;
1931
1931
  background-color: var(--select-bis-bg);
@@ -1936,12 +1936,12 @@
1936
1936
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
1937
1937
  line-height: 1.5;
1938
1938
  }
1939
- .vv-kuVBZq-content[data-ismini="1"] {
1939
+ .vv-JZMO-q-content[data-ismini="1"] {
1940
1940
  min-height: calc(30 * var(--size-index, 1) * 1px);
1941
1941
  border-radius: 4px;
1942
1942
  padding: 4px;
1943
1943
  }
1944
- .vv-kuVBZq-placeholder {
1944
+ .vv-JZMO-q-placeholder {
1945
1945
  font-size: calc(var(--size-index, 1) * 16px);
1946
1946
  letter-spacing: 0;
1947
1947
  pointer-events: none;
@@ -1956,13 +1956,13 @@
1956
1956
  position: absolute;
1957
1957
  overflow: hidden;
1958
1958
  }
1959
- .vv-kuVBZq-placeholder[data-hasicon="1"] {
1959
+ .vv-JZMO-q-placeholder[data-hasicon="1"] {
1960
1960
  left: calc(var(--k-label-icon-size) + calc(16 * var(--size-index, 1) * 1px));
1961
1961
  }
1962
- .vv-kuVBZq-icon {
1962
+ .vv-JZMO-q-icon {
1963
1963
  margin-right: 8px;
1964
1964
  }
1965
- .vv-kuVBZq-value {
1965
+ .vv-JZMO-q-value {
1966
1966
  font-size: calc(var(--size-index, 1) * 16px);
1967
1967
  letter-spacing: 0;
1968
1968
  text-overflow: ellipsis;
@@ -1972,7 +1972,7 @@
1972
1972
  line-height: 1.25;
1973
1973
  overflow: hidden;
1974
1974
  }
1975
- .vv-kuVBZq-arrow {
1975
+ .vv-JZMO-q-arrow {
1976
1976
  border: 4px solid var(--select-bis-bg);
1977
1977
  transform-origin: 4px 2px;
1978
1978
  border-top-style: solid;
@@ -1982,10 +1982,10 @@
1982
1982
  margin: 2px 8px 0;
1983
1983
  transition: transform .1s;
1984
1984
  }
1985
- .vv-kuVBZq-arrow[data-isopen="1"] {
1985
+ .vv-JZMO-q-arrow[data-isopen="1"] {
1986
1986
  transform: rotate(-180deg);
1987
1987
  }
1988
- .vv-kuVBZq-hint {
1988
+ .vv-JZMO-q-hint {
1989
1989
  font-size: calc(var(--size-index, 1) * 12px);
1990
1990
  letter-spacing: 0;
1991
1991
  text-overflow: ellipsis;
@@ -1996,7 +1996,7 @@
1996
1996
  line-height: 1.5;
1997
1997
  overflow: hidden;
1998
1998
  }
1999
- .vv-kuVBZq-optionsContainer {
1999
+ .vv-JZMO-q-optionsContainer {
2000
2000
  border: 1px solid var(--primary-40-color);
2001
2001
  background-color: var(--select-bis-bg);
2002
2002
  z-index: var(--k-z-select-chip);
@@ -2008,16 +2008,16 @@
2008
2008
  top: 0;
2009
2009
  left: 0;
2010
2010
  }
2011
- .vv-kuVBZq-options {
2011
+ .vv-JZMO-q-options {
2012
2012
  overflow-y: auto;
2013
2013
  }
2014
- .vv-kuVBZq-options[data-isempty="1"] {
2014
+ .vv-JZMO-q-options[data-isempty="1"] {
2015
2015
  text-align: center;
2016
2016
  }
2017
- .vv-kuVBZq-options[data-hasmaxheight="1"] {
2017
+ .vv-JZMO-q-options[data-hasmaxheight="1"] {
2018
2018
  max-height: var(--k-maxheight);
2019
2019
  }
2020
- .vv-kuVBZq-noOption {
2020
+ .vv-JZMO-q-noOption {
2021
2021
  font-size: calc(var(--size-index, 1) * 16px);
2022
2022
  letter-spacing: 0;
2023
2023
  color: var(--text-alt-color);
@@ -2025,8 +2025,8 @@
2025
2025
  line-height: 1.25;
2026
2026
  }
2027
2027
 
2028
- /* css-modules:css-modules://Yk-Rq4WCv7VW55hZ6pKtPSbZ6kY0ZVcG96A4nEC5rsI.css */
2029
- .vv-svK5da-list {
2028
+ /* css-modules:css-modules://URrucH0YmQhne9dyWjXg4NfqAqUcBMZBnUjFtTAougs.css */
2029
+ .vv-nQAyoG-list {
2030
2030
  border: 1px solid var(--select-list-border-color);
2031
2031
  cursor: pointer;
2032
2032
  box-sizing: border-box;
@@ -2036,7 +2036,7 @@
2036
2036
  list-style: none;
2037
2037
  overflow-y: auto;
2038
2038
  }
2039
- .vv-svK5da-listItem {
2039
+ .vv-nQAyoG-listItem {
2040
2040
  font-size: calc(var(--size-index, 1) * 16px);
2041
2041
  letter-spacing: 0;
2042
2042
  user-select: none;
@@ -2044,47 +2044,47 @@
2044
2044
  padding: 0 4px;
2045
2045
  line-height: 1.5;
2046
2046
  }
2047
- .vv-svK5da-listItem[data-selected="1"] {
2047
+ .vv-nQAyoG-listItem[data-selected="1"] {
2048
2048
  background-color: var(--select-list-selected-bg);
2049
2049
  }
2050
- .vv-svK5da-listItem[data-selected="0"]:hover {
2050
+ .vv-nQAyoG-listItem[data-selected="0"]:hover {
2051
2051
  background-color: var(--select-list-hover-bg);
2052
2052
  }
2053
- .vv-svK5da-labelExtension {
2053
+ .vv-nQAyoG-labelExtension {
2054
2054
  color: var(--select-list-label-extension-color);
2055
2055
  }
2056
2056
 
2057
- /* css-modules:css-modules://balGPwTt_WJoHjv_76afVkC-tXMc23a9FgL8qH4QtNo.css */
2058
- .vv-EYSdNa-sidePanel {
2057
+ /* css-modules:css-modules://aPMbKFRw0G5A_wDrbQpMUFST-h0dss369TyfSqLjVJE.css */
2058
+ .vv-KeGvKa-sidePanel {
2059
2059
  --sidepanel-width: min(600px, max(360px, 33%));
2060
2060
  z-index: var(--z-sidepanel);
2061
2061
  top: var(--k-sidepanel-top-position);
2062
2062
  height: var(--k-sidepanel-height);
2063
2063
  width: var(--sidepanel-width);
2064
2064
  transition: transform var(--k-collapse-duration);
2065
- background-color: var(--sidepanel-content-bg);
2065
+ background-color: var(--white-color);
2066
2066
  position: fixed;
2067
2067
  }
2068
- .vv-EYSdNa-sidePanel[data-position=left] {
2068
+ .vv-KeGvKa-sidePanel[data-position=left] {
2069
2069
  border-radius: 0 8px 8px 0;
2070
2070
  left: 0;
2071
2071
  box-shadow: 8px 0 16px #00000020;
2072
2072
  }
2073
- .vv-EYSdNa-sidePanel[data-position=right] {
2073
+ .vv-KeGvKa-sidePanel[data-position=right] {
2074
2074
  border-radius: 8px 0 0 8px;
2075
2075
  right: 0;
2076
2076
  box-shadow: -8px 0 16px #00000020;
2077
2077
  }
2078
- .vv-EYSdNa-sidePanel[data-isclosing="1"] {
2078
+ .vv-KeGvKa-sidePanel[data-isclosing="1"] {
2079
2079
  --closing-translation: calc(100% + 100px);
2080
2080
  }
2081
- .vv-EYSdNa-sidePanel[data-iscollapsed="1"] {
2081
+ .vv-KeGvKa-sidePanel[data-iscollapsed="1"] {
2082
2082
  transform: translate3d(var(--closing-translation, 100%), 0, 0);
2083
2083
  }
2084
- .vv-EYSdNa-sidePanel[data-iscollapsed="1"][data-position=left] {
2084
+ .vv-KeGvKa-sidePanel[data-iscollapsed="1"][data-position=left] {
2085
2085
  transform: translate3d(calc(-1 * var(--closing-translation, 100%)), 0, 0);
2086
2086
  }
2087
- .vv-EYSdNa-sidePanelMask {
2087
+ .vv-KeGvKa-sidePanelMask {
2088
2088
  background-color: var(--black-color);
2089
2089
  opacity: .4;
2090
2090
  z-index: var(--z-sidepanel);
@@ -2094,27 +2094,25 @@
2094
2094
  bottom: 0;
2095
2095
  left: 0;
2096
2096
  }
2097
- .vv-EYSdNa-sidePanelContent {
2097
+ .vv-KeGvKa-sidePanelContent {
2098
2098
  overflow-y: var(--kit-sidepanel-overflow, auto);
2099
2099
  background-color: var(--sidepanel-content-bg);
2100
- color: var(--text-main-color);
2101
2100
  padding: 0 calc(16 * var(--size-index, 1) * 1px) calc(16 * var(--size-index, 1) * 1px);
2102
2101
  box-sizing: border-box;
2103
2102
  width: 100%;
2104
2103
  max-height: 100%;
2105
2104
  }
2106
- .vv-EYSdNa-sidePanelContent[data-position=left] {
2105
+ .vv-KeGvKa-sidePanelContent[data-position=left] {
2107
2106
  border-radius: 0 8px 8px 0;
2108
2107
  }
2109
- .vv-EYSdNa-sidePanelContent[data-position=right] {
2108
+ .vv-KeGvKa-sidePanelContent[data-position=right] {
2110
2109
  border-radius: 8px 0 0 8px;
2111
2110
  }
2112
- .vv-EYSdNa-header {
2111
+ .vv-KeGvKa-header {
2113
2112
  padding: calc(16 * var(--size-index, 1) * 1px) calc(8 * var(--size-index, 1) * 1px) 0;
2114
2113
  margin: 0 calc(-8 * var(--size-index, 1) * 1px) calc(16 * var(--size-index, 1) * 1px);
2115
2114
  z-index: 1;
2116
2115
  background-color: var(--sidepanel-content-bg);
2117
- color: var(--text-main-color);
2118
2116
  justify-content: space-between;
2119
2117
  align-items: center;
2120
2118
  height: 36px;
@@ -2122,26 +2120,26 @@
2122
2120
  position: sticky;
2123
2121
  top: 0;
2124
2122
  }
2125
- .vv-EYSdNa-content {
2123
+ .vv-KeGvKa-content {
2126
2124
  height: 100%;
2127
2125
  overflow-y: auto;
2128
2126
  }
2129
- .vv-EYSdNa-panelTitle {
2127
+ .vv-KeGvKa-panelTitle {
2130
2128
  font-size: calc(var(--size-index, 1) * 16px);
2131
2129
  letter-spacing: 0;
2132
2130
  margin: calc(6 * var(--size-index, 1) * 1px) 0;
2133
2131
  font-weight: 800;
2134
2132
  line-height: 1.25;
2135
2133
  }
2136
- .vv-EYSdNa-before,
2137
- .vv-EYSdNa-after {
2134
+ .vv-KeGvKa-before,
2135
+ .vv-KeGvKa-after {
2138
2136
  background-color: var(--sidepanel-content-bg);
2139
2137
  width: 14px;
2140
2138
  height: 100%;
2141
2139
  position: absolute;
2142
2140
  bottom: 0;
2143
2141
  }
2144
- :is(.vv-EYSdNa-before, .vv-EYSdNa-after):after {
2142
+ :is(.vv-KeGvKa-before, .vv-KeGvKa-after):after {
2145
2143
  content: "";
2146
2144
  background-color: #0000;
2147
2145
  width: 14px;
@@ -2149,33 +2147,32 @@
2149
2147
  position: absolute;
2150
2148
  bottom: 1px;
2151
2149
  }
2152
- .vv-EYSdNa-after {
2150
+ .vv-KeGvKa-after {
2153
2151
  border-top-right-radius: 4px;
2154
2152
  right: -8px;
2155
2153
  transform: skewX(15deg);
2156
2154
  }
2157
- .vv-EYSdNa-after:after {
2155
+ .vv-KeGvKa-after:after {
2158
2156
  box-shadow: -7px 0 0 var(--sidepanel-content-bg);
2159
2157
  border-bottom-left-radius: 2px;
2160
2158
  right: -14px;
2161
2159
  }
2162
- .vv-EYSdNa-before {
2160
+ .vv-KeGvKa-before {
2163
2161
  border-top-left-radius: 4px;
2164
2162
  left: -8px;
2165
2163
  transform: skewX(-15deg);
2166
2164
  }
2167
- .vv-EYSdNa-before:after {
2165
+ .vv-KeGvKa-before:after {
2168
2166
  box-shadow: 7px 0 0 var(--sidepanel-content-bg);
2169
2167
  border-bottom-right-radius: 2px;
2170
2168
  left: -14px;
2171
2169
  }
2172
- .vv-EYSdNa-sideLabelTitle {
2170
+ .vv-KeGvKa-sideLabelTitle {
2173
2171
  font-size: calc(var(--size-index, 1) * 16px);
2174
2172
  letter-spacing: 0;
2175
2173
  cursor: pointer;
2176
2174
  z-index: var(--z-sidepanel);
2177
2175
  background-color: var(--sidepanel-content-bg);
2178
- color: var(--text-main-color);
2179
2176
  --chevron-rotation: 90deg;
2180
2177
  border-radius: 8px 8px 0 0;
2181
2178
  align-items: center;
@@ -2189,32 +2186,32 @@
2189
2186
  top: 64px;
2190
2187
  box-shadow: 0 -8px 8px #00000020;
2191
2188
  }
2192
- .vv-EYSdNa-sideLabelTitle[data-position=left] {
2189
+ .vv-KeGvKa-sideLabelTitle[data-position=left] {
2193
2190
  transform-origin: 100% 100%;
2194
2191
  right: 1px;
2195
2192
  transform: rotate(90deg)translate3d(100%, 0, 0);
2196
2193
  }
2197
- .vv-EYSdNa-sideLabelTitle[data-position=right] {
2194
+ .vv-KeGvKa-sideLabelTitle[data-position=right] {
2198
2195
  transform-origin: 0 100%;
2199
2196
  left: 1px;
2200
2197
  transform: rotate(-90deg)translate3d(-100%, 0, 0);
2201
2198
  }
2202
- .vv-EYSdNa-titlespan {
2199
+ .vv-KeGvKa-titlespan {
2203
2200
  white-space: nowrap;
2204
2201
  text-overflow: ellipsis;
2205
2202
  max-width: 160px;
2206
2203
  overflow: hidden;
2207
2204
  }
2208
- .vv-EYSdNa-chevron {
2205
+ .vv-KeGvKa-chevron {
2209
2206
  transform: rotate(var(--chevron-rotation));
2210
2207
  transition: transform var(--k-collapse-duration);
2211
2208
  }
2212
- .vv-EYSdNa-chevron[data-iscollapsed="1"] {
2209
+ .vv-KeGvKa-chevron[data-iscollapsed="1"] {
2213
2210
  transform: rotate(calc(-1 * var(--chevron-rotation)));
2214
2211
  }
2215
2212
 
2216
- /* css-modules:css-modules://e9e33q8Kqsv4qdBy_nblk2OFAxt60NnyOSB8-T7PxcQ.css */
2217
- .vv-zpWktq-stamp {
2213
+ /* css-modules:css-modules://UrqceS2rIGntJrEXXmj-_7cK98dAfEyxTZdKSUaCsMk.css */
2214
+ .vv-3zWAua-stamp {
2218
2215
  text-align: center;
2219
2216
  vertical-align: middle;
2220
2217
  margin: var(--stamp-margin);
@@ -2224,61 +2221,61 @@
2224
2221
  font-weight: bold;
2225
2222
  display: inline-block;
2226
2223
  }
2227
- .vv-zpWktq-stamp[data-rounded="1"][data-haschildren="0"] {
2224
+ .vv-3zWAua-stamp[data-rounded="1"][data-haschildren="0"] {
2228
2225
  border-radius: 50%;
2229
2226
  line-height: 0;
2230
2227
  }
2231
- .vv-zpWktq-stamp[data-rounded="1"][data-haschildren="0"][data-size=medium] {
2228
+ .vv-3zWAua-stamp[data-rounded="1"][data-haschildren="0"][data-size=medium] {
2232
2229
  padding: 10px;
2233
2230
  }
2234
- .vv-zpWktq-stamp[data-rounded="1"][data-haschildren="0"][data-size=big] {
2231
+ .vv-3zWAua-stamp[data-rounded="1"][data-haschildren="0"][data-size=big] {
2235
2232
  padding: 12px;
2236
2233
  }
2237
- .vv-zpWktq-stamp[data-rounded="1"][data-haschildren="0"]:not([data-size=medium]):not([data-size=big]) {
2234
+ .vv-3zWAua-stamp[data-rounded="1"][data-haschildren="0"]:not([data-size=medium]):not([data-size=big]) {
2238
2235
  padding: 4px;
2239
2236
  }
2240
- .vv-zpWktq-stamp[data-rounded="0"][data-size=medium] {
2237
+ .vv-3zWAua-stamp[data-rounded="0"][data-size=medium] {
2241
2238
  border-radius: calc(18 * var(--size-index, 1) * 1px);
2242
2239
  min-width: 4px;
2243
2240
  padding: 8px 16px;
2244
2241
  }
2245
- .vv-zpWktq-stamp[data-rounded="0"][data-size=big] {
2242
+ .vv-3zWAua-stamp[data-rounded="0"][data-size=big] {
2246
2243
  border-radius: calc(22 * var(--size-index, 1) * 1px);
2247
2244
  min-width: 12px;
2248
2245
  padding: 10px 16px;
2249
2246
  }
2250
- .vv-zpWktq-stamp[data-rounded="0"]:not([data-size=medium]):not([data-size=big]) {
2247
+ .vv-3zWAua-stamp[data-rounded="0"]:not([data-size=medium]):not([data-size=big]) {
2251
2248
  border-radius: calc(12 * var(--size-index, 1) * 1px);
2252
2249
  min-width: 8px;
2253
2250
  padding: 2px 8px;
2254
2251
  }
2255
- .vv-zpWktq-stamp[data-haschildren="1"][data-size=medium] {
2252
+ .vv-3zWAua-stamp[data-haschildren="1"][data-size=medium] {
2256
2253
  border-radius: calc(18 * var(--size-index, 1) * 1px);
2257
2254
  min-width: 4px;
2258
2255
  padding: 8px 16px;
2259
2256
  }
2260
- .vv-zpWktq-stamp[data-haschildren="1"][data-size=big] {
2257
+ .vv-3zWAua-stamp[data-haschildren="1"][data-size=big] {
2261
2258
  border-radius: calc(22 * var(--size-index, 1) * 1px);
2262
2259
  min-width: 12px;
2263
2260
  padding: 10px 16px;
2264
2261
  }
2265
- .vv-zpWktq-stamp[data-haschildren="1"]:not([data-size=medium]):not([data-size=big]) {
2262
+ .vv-3zWAua-stamp[data-haschildren="1"]:not([data-size=medium]):not([data-size=big]) {
2266
2263
  border-radius: calc(12 * var(--size-index, 1) * 1px);
2267
2264
  min-width: 8px;
2268
2265
  padding: 2px 8px;
2269
2266
  }
2270
- .vv-zpWktq-icon {
2267
+ .vv-3zWAua-icon {
2271
2268
  margin-right: var(--k-marginright, 0);
2272
2269
  width: 1em;
2273
2270
  height: 1em;
2274
2271
  }
2275
- .vv-zpWktq-childrenWithIcon {
2272
+ .vv-3zWAua-childrenWithIcon {
2276
2273
  align-items: center;
2277
2274
  display: flex;
2278
2275
  }
2279
2276
 
2280
- /* css-modules:css-modules://iJ_CpjnU5NKbzNvAqpjfd-smB361haGX4PIyz80TCN4.css */
2281
- .vv-8m0-2W-stepStamp {
2277
+ /* css-modules:css-modules://t2rNvp49ppLn5yXlf377_dFI0VIaPIw073zXgx2iSXs.css */
2278
+ .vv-HZwWSG-stepStamp {
2282
2279
  width: calc(54 * var(--size-index, 1) * 1px);
2283
2280
  height: calc(14 * var(--size-index, 1) * 1px);
2284
2281
  border-radius: calc(24 * var(--size-index, 1) * 1px);
@@ -2290,25 +2287,25 @@
2290
2287
  margin: 8px 8px 8px 0;
2291
2288
  display: inline-flex;
2292
2289
  }
2293
- .vv-8m0-2W-round {
2290
+ .vv-HZwWSG-round {
2294
2291
  width: calc(10 * var(--size-index, 1) * 1px);
2295
2292
  height: calc(10 * var(--size-index, 1) * 1px);
2296
2293
  border: var(--k-border);
2297
2294
  border-radius: 50%;
2298
2295
  }
2299
- .vv-8m0-2W-round[data-filled="1"] {
2296
+ .vv-HZwWSG-round[data-filled="1"] {
2300
2297
  background-color: var(--k-backgroundcolor);
2301
2298
  }
2302
- .vv-8m0-2W-round[data-filled="0"] {
2299
+ .vv-HZwWSG-round[data-filled="0"] {
2303
2300
  background-color: #0000;
2304
2301
  }
2305
2302
 
2306
- /* css-modules:css-modules://tOK7LLIhpIU3-WNVjJSOqJ_OsAU3fyhilKXx0TDp250.css */
2307
- .vv-FSKbIq-stepper {
2303
+ /* css-modules:css-modules://_AfTNI4Np-Rs-UNy6LnoEEA5TFqVIzv2Mj2PSb4Qg60.css */
2304
+ .vv-mGZooW-stepper {
2308
2305
  align-items: center;
2309
2306
  display: flex;
2310
2307
  }
2311
- .vv-FSKbIq-step {
2308
+ .vv-mGZooW-step {
2312
2309
  height: calc(16 * var(--size-index, 1) * 1px);
2313
2310
  width: calc(16 * var(--size-index, 1) * 1px);
2314
2311
  border-radius: 50%;
@@ -2317,60 +2314,60 @@
2317
2314
  align-items: center;
2318
2315
  display: inline-flex;
2319
2316
  }
2320
- .vv-FSKbIq-step[data-state=current] {
2317
+ .vv-mGZooW-step[data-state=current] {
2321
2318
  border: calc(4 * var(--size-index, 1) * 1px) solid var(--primary-40-color);
2322
2319
  }
2323
- .vv-FSKbIq-step[data-state=current]:before {
2320
+ .vv-mGZooW-step[data-state=current]:before {
2324
2321
  content: "";
2325
2322
  height: calc(8 * var(--size-index, 1) * 1px);
2326
2323
  width: calc(8 * var(--size-index, 1) * 1px);
2327
2324
  background-color: var(--primary-40-color);
2328
2325
  border-radius: 50%;
2329
2326
  }
2330
- .vv-FSKbIq-step[data-state=done] {
2327
+ .vv-mGZooW-step[data-state=done] {
2331
2328
  background-color: var(--primary-40-color);
2332
2329
  }
2333
- .vv-FSKbIq-step[data-state=not-done] {
2330
+ .vv-mGZooW-step[data-state=not-done] {
2334
2331
  background-color: var(--gray-30-color);
2335
2332
  }
2336
- .vv-FSKbIq-line {
2333
+ .vv-mGZooW-line {
2337
2334
  width: var(--k-width);
2338
2335
  height: calc(4 * var(--size-index, 1) * 1px);
2339
2336
  background-color: var(--primary-40-color);
2340
2337
  }
2341
- .vv-FSKbIq-line[data-done="1"] {
2338
+ .vv-mGZooW-line[data-done="1"] {
2342
2339
  background-color: var(--primary-40-color);
2343
2340
  }
2344
- .vv-FSKbIq-line[data-done="0"] {
2341
+ .vv-mGZooW-line[data-done="0"] {
2345
2342
  background-color: var(--gray-30-color);
2346
2343
  }
2347
2344
 
2348
- /* css-modules:css-modules://0xcIQs7FabdDhM_VQAWql8FoGbc2THfDgKdj65D4NA0.css */
2349
- .vv-U6a-ia-toggleButton {
2345
+ /* css-modules:css-modules://ucjou3GrPhMtj1s0GvV1Lar49ktzBFbpG3QBwJwkrb0.css */
2346
+ .vv-hQnvCG-toggleButton {
2350
2347
  user-select: none;
2351
2348
  outline: none;
2352
2349
  justify-content: flex-start;
2353
2350
  align-items: center;
2354
2351
  display: inline-flex;
2355
2352
  }
2356
- .vv-U6a-ia-toggleButton[data-isright="1"] {
2353
+ .vv-hQnvCG-toggleButton[data-isright="1"] {
2357
2354
  flex-direction: row;
2358
2355
  }
2359
- .vv-U6a-ia-toggleButton[data-isright="0"] {
2356
+ .vv-hQnvCG-toggleButton[data-isright="0"] {
2360
2357
  --button-switch-label-margin: 0px 8px 0px 0px;
2361
2358
  flex-direction: row-reverse;
2362
2359
  justify-content: flex-end;
2363
2360
  }
2364
- .vv-U6a-ia-toggleButton[data-disabled="1"] .vv-U6a-ia-label {
2361
+ .vv-hQnvCG-toggleButton[data-disabled="1"] .vv-hQnvCG-label {
2365
2362
  color: var(--text-disabled-color);
2366
2363
  }
2367
- .vv-U6a-ia-toggleButton[data-disabled="0"] .vv-U6a-ia-label {
2364
+ .vv-hQnvCG-toggleButton[data-disabled="0"] .vv-hQnvCG-label {
2368
2365
  color: var(--text-main-color);
2369
2366
  }
2370
- .vv-U6a-ia-toggleButton[data-disabled="0"]:hover {
2367
+ .vv-hQnvCG-toggleButton[data-disabled="0"]:hover {
2371
2368
  cursor: pointer;
2372
2369
  }
2373
- .vv-U6a-ia-switch {
2370
+ .vv-hQnvCG-switch {
2374
2371
  border-radius: calc(16 * var(--size-index, 1) * 1px);
2375
2372
  width: calc(44 * var(--size-index, 1) * 1px);
2376
2373
  height: calc(24 * var(--size-index, 1) * 1px);
@@ -2379,80 +2376,80 @@
2379
2376
  display: inline-block;
2380
2377
  position: relative;
2381
2378
  }
2382
- .vv-U6a-ia-switch .vv-U6a-ia-switchCursor {
2379
+ .vv-hQnvCG-switch .vv-hQnvCG-switchCursor {
2383
2380
  transition: all var(--button-switch-transition) cubic-bezier(.23, .79, .69, .94);
2384
2381
  }
2385
- .vv-U6a-ia-switch .vv-U6a-ia-switchSlot {
2382
+ .vv-hQnvCG-switch .vv-hQnvCG-switchSlot {
2386
2383
  transition: all var(--button-switch-transition) cubic-bezier(.23, .79, .69, .94);
2387
2384
  }
2388
- .vv-U6a-ia-switch[data-disabled="0"][data-value="1"] {
2385
+ .vv-hQnvCG-switch[data-disabled="0"][data-value="1"] {
2389
2386
  background-color: var(--button-switch-active-bg);
2390
2387
  }
2391
- .vv-U6a-ia-switch[data-value="0"][data-disabled="0"] {
2388
+ .vv-hQnvCG-switch[data-value="0"][data-disabled="0"] {
2392
2389
  background-color: var(--button-switch-bg);
2393
2390
  }
2394
- .vv-U6a-ia-switch[data-disabled="1"] {
2391
+ .vv-hQnvCG-switch[data-disabled="1"] {
2395
2392
  background-color: var(--button-switch-disable-bg);
2396
2393
  }
2397
- .vv-U6a-ia-switch[data-disabled="1"] .vv-U6a-ia-switchCursor {
2394
+ .vv-hQnvCG-switch[data-disabled="1"] .vv-hQnvCG-switchCursor {
2398
2395
  border-color: var(--button-switch-disable-inner);
2399
2396
  }
2400
- .vv-U6a-ia-switch[data-disabled="0"] .vv-U6a-ia-switchCursor {
2397
+ .vv-hQnvCG-switch[data-disabled="0"] .vv-hQnvCG-switchCursor {
2401
2398
  border-color: var(--button-switch-inner);
2402
2399
  }
2403
- .vv-U6a-ia-switch[data-disabled="0"]:hover .vv-U6a-ia-switchSlot {
2400
+ .vv-hQnvCG-switch[data-disabled="0"]:hover .vv-hQnvCG-switchSlot {
2404
2401
  opacity: 1;
2405
2402
  }
2406
- .vv-U6a-ia-switch[data-value="1"] .vv-U6a-ia-icon {
2403
+ .vv-hQnvCG-switch[data-value="1"] .vv-hQnvCG-icon {
2407
2404
  left: calc(24 * var(--size-index, 1) * 1px);
2408
2405
  opacity: 0;
2409
2406
  }
2410
- .vv-U6a-ia-switch[data-value="1"] .vv-U6a-ia-icon + .vv-U6a-ia-icon {
2407
+ .vv-hQnvCG-switch[data-value="1"] .vv-hQnvCG-icon + .vv-hQnvCG-icon {
2411
2408
  opacity: 1;
2412
2409
  }
2413
- .vv-U6a-ia-switch[data-value="1"] .vv-U6a-ia-switchCursor {
2410
+ .vv-hQnvCG-switch[data-value="1"] .vv-hQnvCG-switchCursor {
2414
2411
  left: calc(30 * var(--size-index, 1) * 1px);
2415
2412
  border-radius: calc(3 * var(--size-index, 1) * 1px);
2416
2413
  border-width: calc(2 * var(--size-index, 1) * 1px);
2417
2414
  height: calc(14 * var(--size-index, 1) * 1px);
2418
2415
  width: 0;
2419
2416
  }
2420
- .vv-U6a-ia-switch[data-value="1"] .vv-U6a-ia-switchSlot {
2417
+ .vv-hQnvCG-switch[data-value="1"] .vv-hQnvCG-switchSlot {
2421
2418
  left: calc(3 * var(--size-index, 1) * 1px);
2422
2419
  background-color: var(--button-switch-active-slot);
2423
2420
  }
2424
- .vv-U6a-ia-switch[data-value="0"] .vv-U6a-ia-icon {
2421
+ .vv-hQnvCG-switch[data-value="0"] .vv-hQnvCG-icon {
2425
2422
  left: calc(4 * var(--size-index, 1) * 1px);
2426
2423
  opacity: 1;
2427
2424
  }
2428
- .vv-U6a-ia-switch[data-value="0"] .vv-U6a-ia-icon + .vv-U6a-ia-icon {
2425
+ .vv-hQnvCG-switch[data-value="0"] .vv-hQnvCG-icon + .vv-hQnvCG-icon {
2429
2426
  opacity: 0;
2430
2427
  }
2431
- .vv-U6a-ia-switch[data-value="0"] .vv-U6a-ia-switchCursor {
2428
+ .vv-hQnvCG-switch[data-value="0"] .vv-hQnvCG-switchCursor {
2432
2429
  left: calc(3 * var(--size-index, 1) * 1px);
2433
2430
  width: calc(10 * var(--size-index, 1) * 1px);
2434
2431
  border-width: calc(4 * var(--size-index, 1) * 1px);
2435
2432
  height: calc(10 * var(--size-index, 1) * 1px);
2436
2433
  border-radius: 50%;
2437
2434
  }
2438
- .vv-U6a-ia-switch[data-value="0"] .vv-U6a-ia-switchSlot {
2435
+ .vv-hQnvCG-switch[data-value="0"] .vv-hQnvCG-switchSlot {
2439
2436
  left: calc(29 * var(--size-index, 1) * 1px);
2440
2437
  background-color: var(--button-switch-slot);
2441
2438
  }
2442
- .vv-U6a-ia-icon {
2439
+ .vv-hQnvCG-icon {
2443
2440
  top: calc(4 * var(--size-index, 1) * 1px);
2444
2441
  z-index: 2;
2445
2442
  color: var(--button-switch-inner);
2446
2443
  transition: all var(--button-switch-transition) cubic-bezier(.23, .79, .69, .94);
2447
2444
  position: absolute;
2448
2445
  }
2449
- .vv-U6a-ia-switchCursor {
2446
+ .vv-hQnvCG-switchCursor {
2450
2447
  top: calc(3 * var(--size-index, 1) * 1px);
2451
2448
  z-index: 2;
2452
2449
  border-style: solid;
2453
2450
  position: absolute;
2454
2451
  }
2455
- .vv-U6a-ia-switchSlot {
2452
+ .vv-hQnvCG-switchSlot {
2456
2453
  top: calc(6 * var(--size-index, 1) * 1px);
2457
2454
  width: calc(12 * var(--size-index, 1) * 1px);
2458
2455
  height: calc(12 * var(--size-index, 1) * 1px);
@@ -2461,7 +2458,7 @@
2461
2458
  border-radius: 50%;
2462
2459
  position: absolute;
2463
2460
  }
2464
- .vv-U6a-ia-label {
2461
+ .vv-hQnvCG-label {
2465
2462
  font-size: calc(var(--size-index, 1) * 16px);
2466
2463
  letter-spacing: 0;
2467
2464
  vertical-align: middle;
@@ -2470,8 +2467,8 @@
2470
2467
  display: inline-block;
2471
2468
  }
2472
2469
 
2473
- /* css-modules:css-modules://c3cEtixli573L9DyJElGDdZUzx_ipcAcWmryYh8-0JU.css */
2474
- .vv-noEJQq-switchOption {
2470
+ /* css-modules:css-modules://-JdVLkvTT_ZBWB06iSGPyYxd_ooWYa1VrY0n3b1vW9Y.css */
2471
+ .vv-JZaEOa-switchOption {
2475
2472
  padding: var(--kit-button-switch-view-option-padding, calc(6 * var(--size-index, 1) * 1px) calc(10 * var(--size-index, 1) * 1px));
2476
2473
  box-sizing: border-box;
2477
2474
  justify-content: center;
@@ -2480,14 +2477,14 @@
2480
2477
  height: 100%;
2481
2478
  display: flex;
2482
2479
  }
2483
- .vv-noEJQq-switchOptionIcon {
2480
+ .vv-JZaEOa-switchOptionIcon {
2484
2481
  align-items: center;
2485
2482
  display: flex;
2486
2483
  }
2487
- .vv-noEJQq-switchOptionLabel[data-has-icon="1"] {
2484
+ .vv-JZaEOa-switchOptionLabel[data-has-icon="1"] {
2488
2485
  padding-left: calc(8 * var(--size-index, 1) * 1px);
2489
2486
  }
2490
- .vv-noEJQq-switchButton {
2487
+ .vv-JZaEOa-switchButton {
2491
2488
  font-size: calc(var(--size-index, 1) * 20px);
2492
2489
  letter-spacing: 0;
2493
2490
  --kit-clickable-bg: white;
@@ -2500,13 +2497,13 @@
2500
2497
  display: inline-block;
2501
2498
  position: relative;
2502
2499
  }
2503
- .vv-noEJQq-switchButton:not(:disabled):not([data-disabled="1"]) {
2500
+ .vv-JZaEOa-switchButton:not(:disabled):not([data-disabled="1"]) {
2504
2501
  cursor: var(--kit-clickable-cursor, pointer);
2505
2502
  }
2506
- .vv-noEJQq-switchButton:not(:disabled):not([data-disabled="1"]):before {
2503
+ .vv-JZaEOa-switchButton:not(:disabled):not([data-disabled="1"]):before {
2507
2504
  -webkit-backface-visibility: hidden;
2508
2505
  }
2509
- .vv-noEJQq-switchButton:not(:disabled):not([data-disabled="1"]):before {
2506
+ .vv-JZaEOa-switchButton:not(:disabled):not([data-disabled="1"]):before {
2510
2507
  content: "";
2511
2508
  border-radius: inherit;
2512
2509
  opacity: 0;
@@ -2517,7 +2514,7 @@
2517
2514
  left: 0;
2518
2515
  right: 0;
2519
2516
  }
2520
- .vv-noEJQq-switchButton:not(:disabled):not([data-disabled="1"]):after {
2517
+ .vv-JZaEOa-switchButton:not(:disabled):not([data-disabled="1"]):after {
2521
2518
  content: "";
2522
2519
  border-radius: inherit;
2523
2520
  opacity: 0;
@@ -2528,11 +2525,11 @@
2528
2525
  left: 0;
2529
2526
  right: 0;
2530
2527
  }
2531
- .vv-noEJQq-switchButton:not(:disabled):not([data-disabled="1"]):before {
2528
+ .vv-JZaEOa-switchButton:not(:disabled):not([data-disabled="1"]):before {
2532
2529
  transition: var(--animation-ripple-before-transition);
2533
2530
  background: var(--kit-clickable-bg);
2534
2531
  }
2535
- .vv-noEJQq-switchButton:not(:disabled):not([data-disabled="1"]):after {
2532
+ .vv-JZaEOa-switchButton:not(:disabled):not([data-disabled="1"]):after {
2536
2533
  transition: var(--animation-ripple-after-transition);
2537
2534
  background:
2538
2535
  transparent radial-gradient(
@@ -2540,54 +2537,54 @@
2540
2537
  var(--kit-clickable-bg) 1%,
2541
2538
  transparent 1%) center / 15000%;
2542
2539
  }
2543
- .vv-noEJQq-switchButton:not(:disabled):not([data-disabled="1"]):hover:before {
2540
+ .vv-JZaEOa-switchButton:not(:disabled):not([data-disabled="1"]):hover:before {
2544
2541
  opacity: .16;
2545
2542
  }
2546
- .vv-noEJQq-switchButton:not(:disabled):not([data-disabled="1"]):focus-visible:before {
2543
+ .vv-JZaEOa-switchButton:not(:disabled):not([data-disabled="1"]):focus-visible:before {
2547
2544
  opacity: .24;
2548
2545
  }
2549
- .vv-noEJQq-switchButton:not(:disabled):not([data-disabled="1"]):active:after {
2546
+ .vv-JZaEOa-switchButton:not(:disabled):not([data-disabled="1"]):active:after {
2550
2547
  opacity: .32;
2551
2548
  transition: var(--animation-ripple-after-active-transition);
2552
2549
  background-size: 100%;
2553
2550
  }
2554
- .vv-noEJQq-switchButton:not(:disabled):not([data-disabled="1"]):active:hover:after {
2551
+ .vv-JZaEOa-switchButton:not(:disabled):not([data-disabled="1"]):active:hover:after {
2555
2552
  opacity: .16;
2556
2553
  }
2557
- .vv-noEJQq-switchButton:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
2554
+ .vv-JZaEOa-switchButton:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
2558
2555
  opacity: .08;
2559
2556
  }
2560
- .vv-noEJQq-switchButton[data-disabled="0"] .vv-noEJQq-switchActive {
2557
+ .vv-JZaEOa-switchButton[data-disabled="0"] .vv-JZaEOa-switchActive {
2561
2558
  color: var(--kit-button-switch-view-active-color, var(--button-switch-view-active-color));
2562
2559
  }
2563
- .vv-noEJQq-switchButton[data-disabled="0"] .vv-noEJQq-switchBg {
2560
+ .vv-JZaEOa-switchButton[data-disabled="0"] .vv-JZaEOa-switchBg {
2564
2561
  color: var(--kit-button-switch-view-color, var(--button-switch-view-color));
2565
2562
  }
2566
- .vv-noEJQq-switchButton[data-disabled="1"] .vv-noEJQq-switchActive {
2563
+ .vv-JZaEOa-switchButton[data-disabled="1"] .vv-JZaEOa-switchActive {
2567
2564
  color: var(--kit-button-switch-view-active-disabled-color, var(--button-switch-view-active-disabled-color));
2568
2565
  }
2569
- .vv-noEJQq-switchButton[data-disabled="1"] .vv-noEJQq-switchBg {
2566
+ .vv-JZaEOa-switchButton[data-disabled="1"] .vv-JZaEOa-switchBg {
2570
2567
  color: var(--kit-button-switch-view-disabled-color, var(--button-switch-view-disabled-color));
2571
2568
  }
2572
- .vv-noEJQq-switchButton[data-active="0"] .vv-noEJQq-switchActiveContent {
2569
+ .vv-JZaEOa-switchButton[data-active="0"] .vv-JZaEOa-switchActiveContent {
2573
2570
  transform: translate3d(0, 0, 0);
2574
2571
  }
2575
- .vv-noEJQq-switchButton[data-active="0"] .vv-noEJQq-switchActive {
2572
+ .vv-JZaEOa-switchButton[data-active="0"] .vv-JZaEOa-switchActive {
2576
2573
  transform: translate3D(var(--kit-button-switch-view-active-margin, var(--k-default-margin)), 0, 0);
2577
2574
  }
2578
- .vv-noEJQq-switchButton[data-active="1"] .vv-noEJQq-switchActiveContent {
2575
+ .vv-JZaEOa-switchButton[data-active="1"] .vv-JZaEOa-switchActiveContent {
2579
2576
  transform: translate3d(-50%, 0, 0);
2580
2577
  }
2581
- .vv-noEJQq-switchButton[data-active="1"] .vv-noEJQq-switchActive {
2578
+ .vv-JZaEOa-switchButton[data-active="1"] .vv-JZaEOa-switchActive {
2582
2579
  transform: translate3D(calc(100% + var(--kit-button-switch-view-active-margin, var(--k-default-margin))), 0, 0);
2583
2580
  }
2584
- .vv-noEJQq-switchBg {
2581
+ .vv-JZaEOa-switchBg {
2585
2582
  background: var(--kit-button-switch-view-bg, var(--button-switch-view-bg));
2586
2583
  border-radius: inherit;
2587
2584
  height: 100%;
2588
2585
  display: flex;
2589
2586
  }
2590
- .vv-noEJQq-switchActive {
2587
+ .vv-JZaEOa-switchActive {
2591
2588
  background: var(--kit-button-switch-view-active-bg, var(--button-switch-view-active-bg));
2592
2589
  border-radius: var(--kit-button-switch-view-active-radius, inherit);
2593
2590
  width: calc(50% + 2px - var(--kit-button-switch-view-active-margin, var(--k-default-margin)) * 2);
@@ -2600,7 +2597,7 @@
2600
2597
  left: -1px;
2601
2598
  overflow: hidden;
2602
2599
  }
2603
- .vv-noEJQq-switchActiveContent {
2600
+ .vv-JZaEOa-switchActiveContent {
2604
2601
  transition: transform ease-in-out var(--k-click-transition-duration);
2605
2602
  width: 200%;
2606
2603
  position: absolute;
@@ -2608,29 +2605,29 @@
2608
2605
  bottom: 0;
2609
2606
  left: 0;
2610
2607
  }
2611
- .vv-noEJQq-switchActiveContent .vv-noEJQq-switchOption {
2608
+ .vv-JZaEOa-switchActiveContent .vv-JZaEOa-switchOption {
2612
2609
  position: absolute;
2613
2610
  }
2614
- .vv-noEJQq-switchActiveContent .vv-noEJQq-switchOption:first-child {
2611
+ .vv-JZaEOa-switchActiveContent .vv-JZaEOa-switchOption:first-child {
2615
2612
  left: 0;
2616
2613
  }
2617
- .vv-noEJQq-switchActiveContent .vv-noEJQq-switchOption:last-child {
2614
+ .vv-JZaEOa-switchActiveContent .vv-JZaEOa-switchOption:last-child {
2618
2615
  left: 50%;
2619
2616
  }
2620
2617
 
2621
- /* css-modules:css-modules://E1AVvYYG5Vkms5t-H2vKhpBiab0KRQHXAOYpXlV9SwQ.css */
2622
- .vv-7lOApW-icon {
2618
+ /* css-modules:css-modules://NEdNq4mEGZIgDUgZDfey9zEMUTr38AIr3LrVyOexgGI.css */
2619
+ .vv-knPKTG-icon {
2623
2620
  max-width: initial;
2624
2621
  max-height: initial;
2625
2622
  }
2626
- .vv-7lOApW-text {
2623
+ .vv-knPKTG-text {
2627
2624
  -webkit-line-clamp: 2;
2628
2625
  -webkit-box-orient: vertical;
2629
2626
  width: max-content;
2630
2627
  display: -webkit-box;
2631
2628
  overflow: hidden;
2632
2629
  }
2633
- .vv-7lOApW-tabContent {
2630
+ .vv-knPKTG-tabContent {
2634
2631
  box-sizing: border-box;
2635
2632
  min-width: var(--kit-tab-min-width, 168px);
2636
2633
  min-height: calc(48 * var(--size-index, 1) * 1px);
@@ -2642,31 +2639,31 @@
2642
2639
  display: flex;
2643
2640
  position: relative;
2644
2641
  }
2645
- .vv-7lOApW-tabContent[data-icon-position=left] {
2642
+ .vv-knPKTG-tabContent[data-icon-position=left] {
2646
2643
  flex-direction: row;
2647
2644
  }
2648
- .vv-7lOApW-tabContent[data-icon-position=left] .vv-7lOApW-icon + .vv-7lOApW-text {
2645
+ .vv-knPKTG-tabContent[data-icon-position=left] .vv-knPKTG-icon + .vv-knPKTG-text {
2649
2646
  padding-left: calc(4 * var(--size-index, 1) * 1px);
2650
2647
  }
2651
- .vv-7lOApW-tabContent[data-icon-position=right] {
2648
+ .vv-knPKTG-tabContent[data-icon-position=right] {
2652
2649
  flex-direction: row-reverse;
2653
2650
  }
2654
- .vv-7lOApW-tabContent[data-icon-position=right] .vv-7lOApW-icon + .vv-7lOApW-text {
2651
+ .vv-knPKTG-tabContent[data-icon-position=right] .vv-knPKTG-icon + .vv-knPKTG-text {
2655
2652
  padding-right: calc(4 * var(--size-index, 1) * 1px);
2656
2653
  }
2657
- .vv-7lOApW-tabContent[data-icon-position=top] {
2654
+ .vv-knPKTG-tabContent[data-icon-position=top] {
2658
2655
  flex-direction: column;
2659
2656
  }
2660
- .vv-7lOApW-tabContent[data-icon-position=top] .vv-7lOApW-icon + .vv-7lOApW-text {
2657
+ .vv-knPKTG-tabContent[data-icon-position=top] .vv-knPKTG-icon + .vv-knPKTG-text {
2661
2658
  padding-top: calc(4 * var(--size-index, 1) * 1px);
2662
2659
  }
2663
- .vv-7lOApW-tabContent[data-icon-position=bottom] {
2660
+ .vv-knPKTG-tabContent[data-icon-position=bottom] {
2664
2661
  flex-direction: column-reverse;
2665
2662
  }
2666
- .vv-7lOApW-tabContent[data-icon-position=bottom] .vv-7lOApW-icon + .vv-7lOApW-text {
2663
+ .vv-knPKTG-tabContent[data-icon-position=bottom] .vv-knPKTG-icon + .vv-knPKTG-text {
2667
2664
  padding-bottom: calc(4 * var(--size-index, 1) * 1px);
2668
2665
  }
2669
- .vv-7lOApW-activeIndicator {
2666
+ .vv-knPKTG-activeIndicator {
2670
2667
  background: var(--tab-active-color);
2671
2668
  height: 2px;
2672
2669
  transition: transform .15s linear;
@@ -2676,7 +2673,7 @@
2676
2673
  right: 0;
2677
2674
  transform: scaleX(0);
2678
2675
  }
2679
- .vv-7lOApW-tab {
2676
+ .vv-knPKTG-tab {
2680
2677
  font-size: calc(var(--size-index, 1) * 16px);
2681
2678
  letter-spacing: 0;
2682
2679
  --kit-clickable-bg: var(--tab-overlay);
@@ -2695,13 +2692,13 @@
2695
2692
  position: relative;
2696
2693
  overflow: hidden;
2697
2694
  }
2698
- .vv-7lOApW-tab:not(:disabled):not([data-disabled="1"]) {
2695
+ .vv-knPKTG-tab:not(:disabled):not([data-disabled="1"]) {
2699
2696
  cursor: var(--kit-clickable-cursor, pointer);
2700
2697
  }
2701
- .vv-7lOApW-tab:not(:disabled):not([data-disabled="1"]):before {
2698
+ .vv-knPKTG-tab:not(:disabled):not([data-disabled="1"]):before {
2702
2699
  -webkit-backface-visibility: hidden;
2703
2700
  }
2704
- .vv-7lOApW-tab:not(:disabled):not([data-disabled="1"]):before {
2701
+ .vv-knPKTG-tab:not(:disabled):not([data-disabled="1"]):before {
2705
2702
  content: "";
2706
2703
  border-radius: inherit;
2707
2704
  opacity: 0;
@@ -2712,7 +2709,7 @@
2712
2709
  left: 0;
2713
2710
  right: 0;
2714
2711
  }
2715
- .vv-7lOApW-tab:not(:disabled):not([data-disabled="1"]):after {
2712
+ .vv-knPKTG-tab:not(:disabled):not([data-disabled="1"]):after {
2716
2713
  content: "";
2717
2714
  border-radius: inherit;
2718
2715
  opacity: 0;
@@ -2723,11 +2720,11 @@
2723
2720
  left: 0;
2724
2721
  right: 0;
2725
2722
  }
2726
- .vv-7lOApW-tab:not(:disabled):not([data-disabled="1"]):before {
2723
+ .vv-knPKTG-tab:not(:disabled):not([data-disabled="1"]):before {
2727
2724
  transition: var(--animation-ripple-before-transition);
2728
2725
  background: var(--kit-clickable-bg);
2729
2726
  }
2730
- .vv-7lOApW-tab:not(:disabled):not([data-disabled="1"]):after {
2727
+ .vv-knPKTG-tab:not(:disabled):not([data-disabled="1"]):after {
2731
2728
  transition: var(--animation-ripple-after-transition);
2732
2729
  background:
2733
2730
  transparent radial-gradient(
@@ -2735,32 +2732,32 @@
2735
2732
  var(--kit-clickable-bg) 1%,
2736
2733
  transparent 1%) center / 15000%;
2737
2734
  }
2738
- .vv-7lOApW-tab:not(:disabled):not([data-disabled="1"]):hover:before {
2735
+ .vv-knPKTG-tab:not(:disabled):not([data-disabled="1"]):hover:before {
2739
2736
  opacity: .16;
2740
2737
  }
2741
- .vv-7lOApW-tab:not(:disabled):not([data-disabled="1"]):focus-visible:before {
2738
+ .vv-knPKTG-tab:not(:disabled):not([data-disabled="1"]):focus-visible:before {
2742
2739
  opacity: .24;
2743
2740
  }
2744
- .vv-7lOApW-tab:not(:disabled):not([data-disabled="1"]):active:after {
2741
+ .vv-knPKTG-tab:not(:disabled):not([data-disabled="1"]):active:after {
2745
2742
  opacity: .32;
2746
2743
  transition: var(--animation-ripple-after-active-transition);
2747
2744
  background-size: 100%;
2748
2745
  }
2749
- .vv-7lOApW-tab:not(:disabled):not([data-disabled="1"]):active:hover:after {
2746
+ .vv-knPKTG-tab:not(:disabled):not([data-disabled="1"]):active:hover:after {
2750
2747
  opacity: .16;
2751
2748
  }
2752
- .vv-7lOApW-tab:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
2749
+ .vv-knPKTG-tab:not(:disabled):not([data-disabled="1"]):active:focus-visible:after {
2753
2750
  opacity: .08;
2754
2751
  }
2755
- .vv-7lOApW-tab[data-active="1"] {
2752
+ .vv-knPKTG-tab[data-active="1"] {
2756
2753
  border-radius: 4px 4px 0 0;
2757
2754
  }
2758
- .vv-7lOApW-tab[data-active="1"] .vv-7lOApW-activeIndicator {
2755
+ .vv-knPKTG-tab[data-active="1"] .vv-knPKTG-activeIndicator {
2759
2756
  transform: scaleX(1);
2760
2757
  }
2761
2758
 
2762
- /* css-modules:css-modules://cVVOYhLqZ49PnSh3ZgXrqt-7D5ZiiValnsXOaNCxM3A.css */
2763
- .vv-qz1nAW-tag {
2759
+ /* css-modules:css-modules://t2PtzKxxFAfmDIkSfoSHg2iVX9LopR-HV9WIsoqpWw8.css */
2760
+ .vv-SFTH1q-tag {
2764
2761
  background-color: var(--k-backgroundcolor);
2765
2762
  color: var(--k-color);
2766
2763
  border: var(--k-border);
@@ -2773,14 +2770,14 @@
2773
2770
  width: fit-content;
2774
2771
  display: flex;
2775
2772
  }
2776
- .vv-qz1nAW-icon {
2773
+ .vv-SFTH1q-icon {
2777
2774
  margin-right: calc(4 * var(--size-index, 1) * 1px);
2778
2775
  width: 1em;
2779
2776
  height: 1em;
2780
2777
  }
2781
2778
 
2782
- /* css-modules:css-modules://Vw3tDnkz26WLPyo2ubhklhFB_MPmbHUdaWCHABb8Lss.css */
2783
- @keyframes vv-W_gAnq-shake {
2779
+ /* css-modules:css-modules://Ffx5t73hn70HLoZp3XsY745KhlheKHblRA5LSIU2cJ4.css */
2780
+ @keyframes vv-b1ipVq-shake {
2784
2781
  10%, 90% {
2785
2782
  transform: translate3d(calc(-1 * var(--size-index, 1) * 1px), 0, 0);
2786
2783
  }
@@ -2794,7 +2791,7 @@
2794
2791
  transform: translate3d(calc(3 * var(--size-index, 1) * 1px), 0, 0);
2795
2792
  }
2796
2793
  }
2797
- .vv-W_gAnq-inputContainer {
2794
+ .vv-b1ipVq-inputContainer {
2798
2795
  vertical-align: middle;
2799
2796
  width: var(--k-width);
2800
2797
  border: none;
@@ -2802,137 +2799,137 @@
2802
2799
  display: inline-block;
2803
2800
  position: relative;
2804
2801
  }
2805
- .vv-W_gAnq-inputContainer[data-state=error] {
2806
- animation-name: vv-W_gAnq-shake;
2802
+ .vv-b1ipVq-inputContainer[data-state=error] {
2803
+ animation-name: vv-b1ipVq-shake;
2807
2804
  animation-duration: .4s;
2808
2805
  animation-timing-function: cubic-bezier(.36, .07, .19, .97);
2809
2806
  animation-fill-mode: both;
2810
2807
  transform: translate3d(0, 0, 0);
2811
2808
  }
2812
- .vv-W_gAnq-inputContainer .vv-W_gAnq-hint {
2809
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-hint {
2813
2810
  color: var(--k-varHint);
2814
2811
  }
2815
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input {
2812
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input {
2816
2813
  padding: var(--k-padding);
2817
2814
  color: var(--k-varColor);
2818
2815
  background: var(--k-varInactiveBg);
2819
2816
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--k-varInactiveBorder);
2820
2817
  }
2821
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input[data-disabled="1"] {
2818
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input[data-disabled="1"] {
2822
2819
  cursor: not-allowed;
2823
2820
  }
2824
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input[data-disabled="0"] {
2821
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input[data-disabled="0"] {
2825
2822
  cursor: inherit;
2826
2823
  }
2827
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input ~ .vv-W_gAnq-placeholder {
2824
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input ~ .vv-b1ipVq-placeholder {
2828
2825
  left: var(--k-paddingPlaceholder);
2829
2826
  color: var(--k-varInactiveLabelColor);
2830
2827
  background-color: var(--k-varInactiveLabelBg);
2831
2828
  border-radius: 4px;
2832
2829
  }
2833
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input ~ .vv-W_gAnq-icon {
2830
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input ~ .vv-b1ipVq-icon {
2834
2831
  color: var(--k-varInactiveIconColor);
2835
2832
  }
2836
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:hover {
2833
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:hover {
2837
2834
  color: var(--k-varHoverColor);
2838
2835
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--k-varInactiveHoverBorder);
2839
2836
  background: var(--k-varInactiveHoverBg);
2840
2837
  }
2841
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:hover ~ .vv-W_gAnq-placeholder {
2838
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:hover ~ .vv-b1ipVq-placeholder {
2842
2839
  color: var(--k-varInactiveHoverLabelColor);
2843
2840
  }
2844
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:hover ~ .vv-W_gAnq-icon {
2841
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:hover ~ .vv-b1ipVq-icon {
2845
2842
  color: var(--k-varInactiveHoverIconColor);
2846
2843
  }
2847
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:focus {
2844
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:focus {
2848
2845
  color: var(--k-varFocusColor);
2849
2846
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--k-varFocusBorder);
2850
2847
  background: var(--k-varFocusBg);
2851
2848
  }
2852
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:focus ~ .vv-W_gAnq-placeholder {
2849
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:focus ~ .vv-b1ipVq-placeholder {
2853
2850
  color: var(--k-varFocusLabelColor);
2854
2851
  }
2855
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:focus ~ .vv-W_gAnq-icon {
2852
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:focus ~ .vv-b1ipVq-icon {
2856
2853
  color: var(--k-varFocusIconColor);
2857
2854
  }
2858
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:focus ~ .vv-W_gAnq-hint {
2855
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:focus ~ .vv-b1ipVq-hint {
2859
2856
  color: var(--k-varFocusHint);
2860
2857
  }
2861
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:active {
2858
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:active {
2862
2859
  color: var(--k-varFocusColor);
2863
2860
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--k-varFocusBorder);
2864
2861
  background: var(--k-varFocusBg);
2865
2862
  }
2866
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:active ~ .vv-W_gAnq-placeholder {
2863
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:active ~ .vv-b1ipVq-placeholder {
2867
2864
  color: var(--k-varFocusLabelColor);
2868
2865
  }
2869
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:active ~ .vv-W_gAnq-icon {
2866
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:active ~ .vv-b1ipVq-icon {
2870
2867
  color: var(--k-varFocusIconColor);
2871
2868
  }
2872
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:active ~ .vv-W_gAnq-hint {
2869
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:active ~ .vv-b1ipVq-hint {
2873
2870
  color: var(--k-varFocusHint);
2874
2871
  }
2875
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input.vv-W_gAnq-forcedFocus {
2872
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input.vv-b1ipVq-forcedFocus {
2876
2873
  color: var(--k-varFocusColor);
2877
2874
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--k-varFocusBorder);
2878
2875
  background: var(--k-varFocusBg);
2879
2876
  }
2880
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input.vv-W_gAnq-forcedFocus ~ .vv-W_gAnq-placeholder {
2877
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input.vv-b1ipVq-forcedFocus ~ .vv-b1ipVq-placeholder {
2881
2878
  color: var(--k-varFocusLabelColor);
2882
2879
  }
2883
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input.vv-W_gAnq-forcedFocus ~ .vv-W_gAnq-icon {
2880
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input.vv-b1ipVq-forcedFocus ~ .vv-b1ipVq-icon {
2884
2881
  color: var(--k-varFocusIconColor);
2885
2882
  }
2886
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input.vv-W_gAnq-forcedFocus ~ .vv-W_gAnq-hint {
2883
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input.vv-b1ipVq-forcedFocus ~ .vv-b1ipVq-hint {
2887
2884
  color: var(--k-varFocusHint);
2888
2885
  }
2889
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting) {
2886
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting) {
2890
2887
  background: var(--k-varActiveBg);
2891
2888
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--k-varActiveBorder);
2892
2889
  }
2893
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting) ~ .vv-W_gAnq-placeholder {
2890
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting) ~ .vv-b1ipVq-placeholder {
2894
2891
  color: var(--k-varActiveLabelColor);
2895
2892
  }
2896
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting) ~ .vv-W_gAnq-icon {
2893
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting) ~ .vv-b1ipVq-icon {
2897
2894
  color: var(--k-varActiveIconColor);
2898
2895
  }
2899
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting):hover {
2896
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting):hover {
2900
2897
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--k-varActiveHoverBorder);
2901
2898
  background: var(--k-varActiveHoverBg);
2902
2899
  }
2903
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting):hover ~ .vv-W_gAnq-placeholder {
2900
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting):hover ~ .vv-b1ipVq-placeholder {
2904
2901
  color: var(--k-varActiveHoverLabelColor);
2905
2902
  }
2906
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting):hover ~ .vv-W_gAnq-icon {
2903
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting):hover ~ .vv-b1ipVq-icon {
2907
2904
  color: var(--k-varActiveHoverIconColor);
2908
2905
  }
2909
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting):active {
2906
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting):active {
2910
2907
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--k-varFocusBorder);
2911
2908
  background: var(--k-varFocusBg);
2912
2909
  }
2913
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting):active ~ .vv-W_gAnq-placeholder {
2910
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting):active ~ .vv-b1ipVq-placeholder {
2914
2911
  color: var(--k-varFocusLabelColor);
2915
2912
  }
2916
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting):active ~ .vv-W_gAnq-icon {
2913
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting):active ~ .vv-b1ipVq-icon {
2917
2914
  color: var(--k-varFocusIconColor);
2918
2915
  }
2919
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting):active ~ .vv-W_gAnq-hint {
2916
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting):active ~ .vv-b1ipVq-hint {
2920
2917
  color: var(--k-varFocusHint);
2921
2918
  }
2922
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting).vv-W_gAnq-forcedFocus {
2919
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting).vv-b1ipVq-forcedFocus {
2923
2920
  border: calc(1 * var(--size-index, 1) * 1px) solid var(--k-varFocusBorder);
2924
2921
  background: var(--k-varFocusBg);
2925
2922
  }
2926
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting).vv-W_gAnq-forcedFocus ~ .vv-W_gAnq-placeholder {
2923
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting).vv-b1ipVq-forcedFocus ~ .vv-b1ipVq-placeholder {
2927
2924
  color: var(--k-varFocusLabelColor);
2928
2925
  }
2929
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting).vv-W_gAnq-forcedFocus ~ .vv-W_gAnq-icon {
2926
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting).vv-b1ipVq-forcedFocus ~ .vv-b1ipVq-icon {
2930
2927
  color: var(--k-varFocusIconColor);
2931
2928
  }
2932
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting).vv-W_gAnq-forcedFocus ~ .vv-W_gAnq-hint {
2929
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting).vv-b1ipVq-forcedFocus ~ .vv-b1ipVq-hint {
2933
2930
  color: var(--k-varFocusHint);
2934
2931
  }
2935
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:not(:placeholder-shown):not(.vv-W_gAnq-forcedResting) ~ .vv-W_gAnq-placeholder {
2932
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:not(:placeholder-shown):not(.vv-b1ipVq-forcedResting) ~ .vv-b1ipVq-placeholder {
2936
2933
  font-size: calc(var(--size-index, 1) * 12px);
2937
2934
  letter-spacing: 0;
2938
2935
  background-color: var(--k-varActiveLabelBg);
@@ -2943,7 +2940,7 @@
2943
2940
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
2944
2941
  line-height: 1.5;
2945
2942
  }
2946
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:focus:not(:disabled) ~ .vv-W_gAnq-placeholder {
2943
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:focus:not(:disabled) ~ .vv-b1ipVq-placeholder {
2947
2944
  font-size: calc(var(--size-index, 1) * 12px);
2948
2945
  letter-spacing: 0;
2949
2946
  background-color: var(--k-varActiveLabelBg);
@@ -2954,7 +2951,7 @@
2954
2951
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
2955
2952
  line-height: 1.5;
2956
2953
  }
2957
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input:active:not(:disabled) ~ .vv-W_gAnq-placeholder {
2954
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input:active:not(:disabled) ~ .vv-b1ipVq-placeholder {
2958
2955
  font-size: calc(var(--size-index, 1) * 12px);
2959
2956
  letter-spacing: 0;
2960
2957
  background-color: var(--k-varActiveLabelBg);
@@ -2965,7 +2962,7 @@
2965
2962
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
2966
2963
  line-height: 1.5;
2967
2964
  }
2968
- .vv-W_gAnq-inputContainer .vv-W_gAnq-input.vv-W_gAnq-forcedFocus:not(:disabled) ~ .vv-W_gAnq-placeholder {
2965
+ .vv-b1ipVq-inputContainer .vv-b1ipVq-input.vv-b1ipVq-forcedFocus:not(:disabled) ~ .vv-b1ipVq-placeholder {
2969
2966
  font-size: calc(var(--size-index, 1) * 12px);
2970
2967
  letter-spacing: 0;
2971
2968
  background-color: var(--k-varActiveLabelBg);
@@ -2976,11 +2973,11 @@
2976
2973
  padding: 0 calc(4 * var(--size-index, 1) * 1px);
2977
2974
  line-height: 1.5;
2978
2975
  }
2979
- .vv-W_gAnq-content {
2976
+ .vv-b1ipVq-content {
2980
2977
  display: block;
2981
2978
  position: relative;
2982
2979
  }
2983
- .vv-W_gAnq-input {
2980
+ .vv-b1ipVq-input {
2984
2981
  box-sizing: border-box;
2985
2982
  border-radius: var(--k-borderradius);
2986
2983
  resize: none;
@@ -2989,58 +2986,58 @@
2989
2986
  font-family: inherit;
2990
2987
  display: block;
2991
2988
  }
2992
- .vv-W_gAnq-input[data-hashiddenarrows="1"]::-webkit-outer-spin-button {
2989
+ .vv-b1ipVq-input[data-hashiddenarrows="1"]::-webkit-outer-spin-button {
2993
2990
  -webkit-appearance: none;
2994
2991
  margin: 0;
2995
2992
  }
2996
- .vv-W_gAnq-input[data-hashiddenarrows="1"]::-webkit-inner-spin-button {
2993
+ .vv-b1ipVq-input[data-hashiddenarrows="1"]::-webkit-inner-spin-button {
2997
2994
  -webkit-appearance: none;
2998
2995
  margin: 0;
2999
2996
  }
3000
- .vv-W_gAnq-input[data-hashiddenarrows="1"] {
2997
+ .vv-b1ipVq-input[data-hashiddenarrows="1"] {
3001
2998
  -moz-appearance: textfield;
3002
2999
  }
3003
- .vv-W_gAnq-input[data-multiline="0"][data-autoheight="1"] {
3000
+ .vv-b1ipVq-input[data-multiline="0"][data-autoheight="1"] {
3004
3001
  height: auto;
3005
3002
  }
3006
- .vv-W_gAnq-input[data-multiline="0"][data-autoheight="1"][data-size=mini] {
3003
+ .vv-b1ipVq-input[data-multiline="0"][data-autoheight="1"][data-size=mini] {
3007
3004
  min-height: calc(20 * var(--size-index, 1) * 1px);
3008
3005
  }
3009
- .vv-W_gAnq-input[data-multiline="0"][data-autoheight="1"][data-size=normal] {
3006
+ .vv-b1ipVq-input[data-multiline="0"][data-autoheight="1"][data-size=normal] {
3010
3007
  min-height: calc(38 * var(--size-index, 1) * 1px);
3011
3008
  }
3012
- .vv-W_gAnq-input[data-multiline="0"][data-autoheight="1"][data-size=big] {
3009
+ .vv-b1ipVq-input[data-multiline="0"][data-autoheight="1"][data-size=big] {
3013
3010
  min-height: calc(56 * var(--size-index, 1) * 1px);
3014
3011
  }
3015
- .vv-W_gAnq-input[data-multiline="0"][data-autoheight="0"] {
3012
+ .vv-b1ipVq-input[data-multiline="0"][data-autoheight="0"] {
3016
3013
  font-size: calc(var(--size-index, 1) * 16px);
3017
3014
  letter-spacing: 0;
3018
3015
  line-height: 1.5;
3019
3016
  }
3020
- .vv-W_gAnq-input[data-multiline="0"][data-autoheight="0"][data-size=mini] {
3017
+ .vv-b1ipVq-input[data-multiline="0"][data-autoheight="0"][data-size=mini] {
3021
3018
  height: calc(20 * var(--size-index, 1) * 1px);
3022
3019
  }
3023
- .vv-W_gAnq-input[data-multiline="0"][data-autoheight="0"][data-size=normal] {
3020
+ .vv-b1ipVq-input[data-multiline="0"][data-autoheight="0"][data-size=normal] {
3024
3021
  height: calc(38 * var(--size-index, 1) * 1px);
3025
3022
  }
3026
- .vv-W_gAnq-input[data-multiline="0"][data-autoheight="0"][data-size=big] {
3023
+ .vv-b1ipVq-input[data-multiline="0"][data-autoheight="0"][data-size=big] {
3027
3024
  height: calc(56 * var(--size-index, 1) * 1px);
3028
3025
  }
3029
- .vv-W_gAnq-input:hover {
3026
+ .vv-b1ipVq-input:hover {
3030
3027
  outline: 0;
3031
3028
  }
3032
- .vv-W_gAnq-input:focus {
3029
+ .vv-b1ipVq-input:focus {
3033
3030
  outline: 0;
3034
3031
  }
3035
- .vv-W_gAnq-input:active {
3032
+ .vv-b1ipVq-input:active {
3036
3033
  outline: 0;
3037
3034
  }
3038
- .vv-W_gAnq-icon {
3035
+ .vv-b1ipVq-icon {
3039
3036
  left: calc(12 * var(--size-index, 1) * 1px);
3040
3037
  top: calc(50% - calc(16 * var(--size-index, 1) * 1px) / 2);
3041
3038
  position: absolute;
3042
3039
  }
3043
- .vv-W_gAnq-placeholder {
3040
+ .vv-b1ipVq-placeholder {
3044
3041
  font-size: calc(var(--size-index, 1) * 16px);
3045
3042
  letter-spacing: 0;
3046
3043
  pointer-events: none;
@@ -3055,7 +3052,7 @@
3055
3052
  position: absolute;
3056
3053
  overflow: hidden;
3057
3054
  }
3058
- .vv-W_gAnq-hint {
3055
+ .vv-b1ipVq-hint {
3059
3056
  font-size: calc(var(--size-index, 1) * 12px);
3060
3057
  letter-spacing: 0;
3061
3058
  text-overflow: ellipsis;
@@ -3066,22 +3063,22 @@
3066
3063
  overflow: hidden;
3067
3064
  }
3068
3065
 
3069
- /* css-modules:css-modules://yApvSyFLoOqwCVoA-PdJKV7Q9QubwIyzr6oWk_LTOCQ.css */
3070
- .vv-uytGHa-span {
3066
+ /* css-modules:css-modules://F28RYt09iWgfpc3Hzi6aZ7sEBwvmhL2UGQWm3yKOH4Y.css */
3067
+ .vv-YKGwrG-span {
3071
3068
  line-height: 1;
3072
3069
  }
3073
- .vv-uytGHa-tooltipRoot {
3070
+ .vv-YKGwrG-tooltipRoot {
3074
3071
  max-width: min(var(--tooltip-max-width, 100%), 1200px);
3075
3072
  max-height: var(--tooltip-max-height, unset);
3076
3073
  }
3077
- .vv-uytGHa-tooltipRoot[data-hidden="1"] {
3074
+ .vv-YKGwrG-tooltipRoot[data-hidden="1"] {
3078
3075
  visibility: hidden;
3079
3076
  z-index: -1;
3080
3077
  }
3081
- .vv-uytGHa-tooltipRoot[data-hidden="0"] {
3078
+ .vv-YKGwrG-tooltipRoot[data-hidden="0"] {
3082
3079
  z-index: var(--k-z-tooltip);
3083
3080
  }
3084
- .vv-uytGHa-tooltipContainer {
3081
+ .vv-YKGwrG-tooltipContainer {
3085
3082
  box-sizing: border-box;
3086
3083
  padding: calc(var(--size-index, 1) * var(--tooltip-margin));
3087
3084
  max-width: inherit;
@@ -3091,53 +3088,53 @@
3091
3088
  display: flex;
3092
3089
  overflow: auto;
3093
3090
  }
3094
- .vv-uytGHa-tooltipContainer:focus {
3091
+ .vv-YKGwrG-tooltipContainer:focus {
3095
3092
  outline: 0;
3096
3093
  }
3097
- .vv-uytGHa-tooltipContainer[data-withtail="1"]:after {
3094
+ .vv-YKGwrG-tooltipContainer[data-withtail="1"]:after {
3098
3095
  content: "";
3099
3096
  width: 0;
3100
3097
  height: 0;
3101
3098
  display: inline-block;
3102
3099
  position: absolute;
3103
3100
  }
3104
- .vv-uytGHa-tooltipContainer[data-withtail="1"][data-hastailalignment="1"]:after {
3101
+ .vv-YKGwrG-tooltipContainer[data-withtail="1"][data-hastailalignment="1"]:after {
3105
3102
  --border-side-style: calc(3 * var(--size-index, 1) * 1px) solid transparent;
3106
3103
  --position: calc(100% - calc(var(--size-index, 1) * var(--tooltip-margin)));
3107
3104
  --border-position-style: calc(3 * var(--size-index, 1) * 1px) solid var(--tooltip-bg);
3108
3105
  }
3109
- .vv-uytGHa-tooltipContainer[data-withtail="1"][data-hastailalignment="1"][data-position=top]:after {
3106
+ .vv-YKGwrG-tooltipContainer[data-withtail="1"][data-hastailalignment="1"][data-position=top]:after {
3110
3107
  left: var(--k-tailalignment);
3111
3108
  border-left: var(--border-side-style);
3112
3109
  border-right: var(--border-side-style);
3113
3110
  }
3114
- .vv-uytGHa-tooltipContainer[data-withtail="1"][data-hastailalignment="1"][data-position=bottom]:after {
3111
+ .vv-YKGwrG-tooltipContainer[data-withtail="1"][data-hastailalignment="1"][data-position=bottom]:after {
3115
3112
  left: var(--k-tailalignment);
3116
3113
  border-left: var(--border-side-style);
3117
3114
  border-right: var(--border-side-style);
3118
3115
  }
3119
- .vv-uytGHa-tooltipContainer[data-withtail="1"][data-hastailalignment="1"]:not([data-position=top]):not([data-position=bottom]):after {
3116
+ .vv-YKGwrG-tooltipContainer[data-withtail="1"][data-hastailalignment="1"]:not([data-position=top]):not([data-position=bottom]):after {
3120
3117
  top: var(--k-tailalignment);
3121
3118
  border-top: var(--border-side-style);
3122
3119
  border-bottom: var(--border-side-style);
3123
3120
  }
3124
- .vv-uytGHa-tooltipContainer[data-withtail="1"][data-hastailalignment="1"][data-position=top]:after {
3121
+ .vv-YKGwrG-tooltipContainer[data-withtail="1"][data-hastailalignment="1"][data-position=top]:after {
3125
3122
  top: var(--position);
3126
3123
  border-top: var(--border-position-style);
3127
3124
  }
3128
- .vv-uytGHa-tooltipContainer[data-withtail="1"][data-hastailalignment="1"][data-position=right]:after {
3125
+ .vv-YKGwrG-tooltipContainer[data-withtail="1"][data-hastailalignment="1"][data-position=right]:after {
3129
3126
  right: var(--position);
3130
3127
  border-right: var(--border-position-style);
3131
3128
  }
3132
- .vv-uytGHa-tooltipContainer[data-withtail="1"][data-hastailalignment="1"][data-position=bottom]:after {
3129
+ .vv-YKGwrG-tooltipContainer[data-withtail="1"][data-hastailalignment="1"][data-position=bottom]:after {
3133
3130
  bottom: var(--position);
3134
3131
  border-bottom: var(--border-position-style);
3135
3132
  }
3136
- .vv-uytGHa-tooltipContainer[data-withtail="1"][data-hastailalignment="1"][data-position=left]:after {
3133
+ .vv-YKGwrG-tooltipContainer[data-withtail="1"][data-hastailalignment="1"][data-position=left]:after {
3137
3134
  left: var(--position);
3138
3135
  border-left: var(--border-position-style);
3139
3136
  }
3140
- .vv-uytGHa-tooltip {
3137
+ .vv-YKGwrG-tooltip {
3141
3138
  font-size: calc(var(--size-index, 1) * 12px);
3142
3139
  letter-spacing: 0;
3143
3140
  border-radius: calc(4 * var(--size-index, 1) * 1px);
@@ -3153,13 +3150,13 @@
3153
3150
  position: relative;
3154
3151
  }
3155
3152
 
3156
- /* css-modules:css-modules://lRnnbDxp7n7biYYMo7kWmmCamXOiUt6RQ9wiiA41hjA.css */
3157
- .vv-rVj3sW-wavy {
3153
+ /* css-modules:css-modules://-hICibuEj0TZK7jqorIslCmQ4wNEtReTOfkfuLOpL1U.css */
3154
+ .vv-euKp9W-wavy {
3158
3155
  max-width: 100%;
3159
3156
  display: inline-flex;
3160
3157
  position: relative;
3161
3158
  }
3162
- .vv-rVj3sW-wavyBg {
3159
+ .vv-euKp9W-wavyBg {
3163
3160
  color: var(--k-color);
3164
3161
  flex-direction: column;
3165
3162
  display: flex;
@@ -3169,14 +3166,14 @@
3169
3166
  left: -.1em;
3170
3167
  right: -.1em;
3171
3168
  }
3172
- .vv-rVj3sW-wavyBg > svg {
3169
+ .vv-euKp9W-wavyBg > svg {
3173
3170
  flex: 1;
3174
3171
  }
3175
- .vv-rVj3sW-wavyBg > svg:last-child {
3172
+ .vv-euKp9W-wavyBg > svg:last-child {
3176
3173
  position: relative;
3177
3174
  top: -1px;
3178
3175
  }
3179
- .vv-rVj3sW-relativeInlineBlock {
3176
+ .vv-euKp9W-relativeInlineBlock {
3180
3177
  text-overflow: ellipsis;
3181
3178
  white-space: nowrap;
3182
3179
  max-width: 100%;
@@ -3185,8 +3182,8 @@
3185
3182
  overflow: hidden;
3186
3183
  }
3187
3184
 
3188
- /* css-modules:css-modules://BuNU9vXw0j0z0bMku4uiMRhPE9QtxaFWEjaA4hHP_sA.css */
3189
- .vv-BthNHW-buttonsListContainer {
3185
+ /* css-modules:css-modules://LUj2IIOy9Ss467-HxPDZ78_9WgJ-XiWDpG8tVm7qY4I.css */
3186
+ .vv-VAmOuW-buttonsListContainer {
3190
3187
  --kit-button-margin: 0 0px;
3191
3188
  --kit-divider-margin: 2px 0;
3192
3189
  --kit-button-width: 100%;
@@ -3197,22 +3194,22 @@
3197
3194
  position: relative;
3198
3195
  overflow-y: auto;
3199
3196
  }
3200
- .vv-BthNHW-buttonsList {
3197
+ .vv-VAmOuW-buttonsList {
3201
3198
  background: var(--menu-button-bg);
3202
3199
  color: var(--text-main-color);
3203
3200
  padding: 4px;
3204
3201
  }
3205
- .vv-BthNHW-buttonsList[data-mode=grid] {
3202
+ .vv-VAmOuW-buttonsList[data-mode=grid] {
3206
3203
  grid-template-columns: var(--k-buttonlist-grid-template);
3207
3204
  row-gap: 16px;
3208
3205
  padding: 16px 0;
3209
3206
  display: grid;
3210
3207
  }
3211
- .vv-BthNHW-buttonsList:not([data-mode=grid]) {
3208
+ .vv-VAmOuW-buttonsList:not([data-mode=grid]) {
3212
3209
  flex-direction: column;
3213
3210
  display: inline-flex;
3214
3211
  }
3215
- .vv-BthNHW-listMask {
3212
+ .vv-VAmOuW-listMask {
3216
3213
  z-index: var(--k-z-mask);
3217
3214
  width: 100%;
3218
3215
  position: fixed;
@@ -3221,22 +3218,22 @@
3221
3218
  left: 0;
3222
3219
  }
3223
3220
 
3224
- /* css-modules:css-modules://5hmacQWMuP6MaEjsWL0b_4cU0HvfKU75zQVvQmCg05c.css */
3225
- .vv-qA84UW-chipSelect {
3221
+ /* css-modules:css-modules://yxyoaHrRW7wlyx2CWUtL9hhXkdA1JAmRu2NUbdSDI_M.css */
3222
+ .vv-Zgz3Mq-chipSelect {
3226
3223
  box-sizing: border-box;
3227
3224
  display: inline-block;
3228
3225
  position: relative;
3229
3226
  }
3230
3227
 
3231
- /* css-modules:css-modules://WWLoPVKVWLPBoykiBzXvuPKlb_gBSeQT1yDD9de1F5g.css */
3232
- .vv-VY8VZG-credit {
3228
+ /* css-modules:css-modules://okSx8SyBZ-96jvx46IbaNo7HUe451YCjlcbj1X3S3tM.css */
3229
+ .vv-dhr9hq-credit {
3233
3230
  --kit-button-margin: 0;
3234
3231
  position: relative;
3235
3232
  }
3236
- .vv-VY8VZG-credit > :first-child {
3233
+ .vv-dhr9hq-credit > :first-child {
3237
3234
  visibility: hidden;
3238
3235
  }
3239
- .vv-VY8VZG-button {
3236
+ .vv-dhr9hq-button {
3240
3237
  margin: var(--kit-button-margin, var(--button-margin));
3241
3238
  background-color: var(--k-bgcolor);
3242
3239
  box-shadow: var(--k-boxshadow);
@@ -3255,32 +3252,32 @@
3255
3252
  top: 0;
3256
3253
  overflow: hidden;
3257
3254
  }
3258
- .vv-VY8VZG-button[data-isopen="1"] {
3255
+ .vv-dhr9hq-button[data-isopen="1"] {
3259
3256
  z-index: 1;
3260
3257
  max-width: max(var(--k-minimal-width), var(--k-contentwidth));
3261
3258
  max-height: calc(var(--k-contentheight) + calc(20 * var(--size-index, 1) * 1px));
3262
3259
  }
3263
- .vv-VY8VZG-button[data-isopen="0"][data-size=big] {
3260
+ .vv-dhr9hq-button[data-isopen="0"][data-size=big] {
3264
3261
  max-width: calc(40 * var(--size-index, 1) * 1px);
3265
3262
  max-height: calc(40 * var(--size-index, 1) * 1px);
3266
3263
  }
3267
- .vv-VY8VZG-button[data-isopen="0"][data-size=medium] {
3264
+ .vv-dhr9hq-button[data-isopen="0"][data-size=medium] {
3268
3265
  max-width: calc(36 * var(--size-index, 1) * 1px);
3269
3266
  max-height: calc(36 * var(--size-index, 1) * 1px);
3270
3267
  }
3271
- .vv-VY8VZG-button[data-isopen="0"][data-size=small] {
3268
+ .vv-dhr9hq-button[data-isopen="0"][data-size=small] {
3272
3269
  max-width: calc(32 * var(--size-index, 1) * 1px);
3273
3270
  max-height: calc(32 * var(--size-index, 1) * 1px);
3274
3271
  }
3275
- .vv-VY8VZG-button[data-iconposition=right] {
3272
+ .vv-dhr9hq-button[data-iconposition=right] {
3276
3273
  align-items: flex-end;
3277
3274
  right: 0;
3278
3275
  }
3279
- .vv-VY8VZG-button[data-iconposition=left] {
3276
+ .vv-dhr9hq-button[data-iconposition=left] {
3280
3277
  align-items: flex-start;
3281
3278
  left: 0;
3282
3279
  }
3283
- .vv-VY8VZG-buttonContent {
3280
+ .vv-dhr9hq-buttonContent {
3284
3281
  font-size: calc(var(--size-index, 1) * 12px);
3285
3282
  letter-spacing: 0;
3286
3283
  box-sizing: border-box;
@@ -3291,28 +3288,28 @@
3291
3288
  line-height: 1.5;
3292
3289
  display: flex;
3293
3290
  }
3294
- .vv-VY8VZG-buttonContent[data-iconposition=right] {
3291
+ .vv-dhr9hq-buttonContent[data-iconposition=right] {
3295
3292
  flex-direction: row-reverse;
3296
3293
  }
3297
- .vv-VY8VZG-buttonContent[data-iconposition=left] {
3294
+ .vv-dhr9hq-buttonContent[data-iconposition=left] {
3298
3295
  flex-direction: row;
3299
3296
  }
3300
- .vv-VY8VZG-buttonContent[data-iconposition=left] .vv-VY8VZG-text {
3297
+ .vv-dhr9hq-buttonContent[data-iconposition=left] .vv-dhr9hq-text {
3301
3298
  padding-right: var(--credit-inner-padding);
3302
3299
  }
3303
- .vv-VY8VZG-buttonContent[data-iconposition=right] .vv-VY8VZG-text {
3300
+ .vv-dhr9hq-buttonContent[data-iconposition=right] .vv-dhr9hq-text {
3304
3301
  padding-left: var(--credit-inner-padding);
3305
3302
  }
3306
- .vv-VY8VZG-buttonContent[data-size=big] {
3303
+ .vv-dhr9hq-buttonContent[data-size=big] {
3307
3304
  --credit-inner-padding: calc(10 * var(--size-index, 1) * 1px);
3308
3305
  }
3309
- .vv-VY8VZG-buttonContent[data-size=medium] {
3306
+ .vv-dhr9hq-buttonContent[data-size=medium] {
3310
3307
  --credit-inner-padding: calc(8 * var(--size-index, 1) * 1px);
3311
3308
  }
3312
- .vv-VY8VZG-buttonContent[data-size=small] {
3309
+ .vv-dhr9hq-buttonContent[data-size=small] {
3313
3310
  --credit-inner-padding: calc(8 * var(--size-index, 1) * 1px);
3314
3311
  }
3315
- .vv-VY8VZG-text {
3312
+ .vv-dhr9hq-text {
3316
3313
  padding: var(--credit-inner-padding) 0;
3317
3314
  overflow-wrap: break-word;
3318
3315
  text-align: left;
@@ -3321,8 +3318,8 @@
3321
3318
  overflow-y: auto;
3322
3319
  }
3323
3320
 
3324
- /* css-modules:css-modules://2mTVliIn2dSpnFJ2uXYxFBs17dge0kZVDM_DDuIo74k.css */
3325
- .vv-ijC8qq-description {
3321
+ /* css-modules:css-modules://dPNfYZGvV8a7hb_IupLsZy1QxPpH0ZEd4sERK3xEagM.css */
3322
+ .vv-5J0rTG-description {
3326
3323
  font-size: calc(var(--size-index, 1) * 16px);
3327
3324
  letter-spacing: 0;
3328
3325
  color: var(--text-alt-color);
@@ -3331,29 +3328,29 @@
3331
3328
  line-height: 1.25;
3332
3329
  overflow: hidden;
3333
3330
  }
3334
- .vv-ijC8qq-description:first-letter {
3331
+ .vv-5J0rTG-description:first-letter {
3335
3332
  text-transform: uppercase;
3336
3333
  }
3337
- .vv-ijC8qq-content {
3334
+ .vv-5J0rTG-content {
3338
3335
  flex-direction: column;
3339
3336
  justify-content: space-between;
3340
3337
  min-width: 0;
3341
3338
  display: flex;
3342
3339
  }
3343
- .vv-ijC8qq-listItem {
3340
+ .vv-5J0rTG-listItem {
3344
3341
  --kit-clickable-bg: var(--primary-40-color);
3345
3342
  --kit-divider-margin: 0 16px;
3346
3343
  cursor: pointer;
3347
3344
  position: relative;
3348
3345
  }
3349
- .vv-ijC8qq-listItemWrapper {
3346
+ .vv-5J0rTG-listItemWrapper {
3350
3347
  box-sizing: border-box;
3351
3348
  text-align: left;
3352
3349
  width: 100%;
3353
3350
  padding: 16px;
3354
3351
  display: flex;
3355
3352
  }
3356
- .vv-ijC8qq-iconContainer {
3353
+ .vv-5J0rTG-iconContainer {
3357
3354
  background-color: var(--k-listitem-bg);
3358
3355
  border-radius: 50%;
3359
3356
  flex-shrink: 0;
@@ -3364,13 +3361,13 @@
3364
3361
  margin-right: 14px;
3365
3362
  display: flex;
3366
3363
  }
3367
- .vv-ijC8qq-buttonContainer {
3364
+ .vv-5J0rTG-buttonContainer {
3368
3365
  z-index: 2;
3369
3366
  margin: 0 0 0 auto;
3370
3367
  }
3371
3368
 
3372
- /* css-modules:css-modules://0-pINraRhbxkxM7TL4FETZNaNoyIPriu8ktGskiMKjs.css */
3373
- .vv-pjvJha-backdrop {
3369
+ /* css-modules:css-modules://1DNmfiUAWs60LTbz_5vaPtc-HG9KL1OibI-TLZSOoPo.css */
3370
+ .vv-7nBehq-backdrop {
3374
3371
  position: var(--k-loader-position, fixed);
3375
3372
  z-index: var(--k-z-backdrop);
3376
3373
  background-color: #00000080;
@@ -3383,24 +3380,24 @@
3383
3380
  right: 0;
3384
3381
  }
3385
3382
 
3386
- /* css-modules:css-modules://POv72-EpRzSoIS_Kl4PQnNIjNWl0DH69CsJ1ExOOu9I.css */
3387
- .vv-41J6Ra-modalContent {
3383
+ /* css-modules:css-modules://ddx_dBpNS_J3xFEHqB6IC5VQpPrQMd_Nw2_1p09u17U.css */
3384
+ .vv-9Mz08G-modalContent {
3388
3385
  padding: var(--modal-content-padding, 24px 24px 32px 24px);
3389
3386
  color: var(--text-main-color);
3390
3387
  }
3391
- .vv-41J6Ra-modalMask {
3388
+ .vv-9Mz08G-modalMask {
3392
3389
  background-color: var(--modal-mask-bg);
3393
3390
  transition: opacity var(--k-modal-animation-duration) ease;
3394
3391
  width: 100%;
3395
3392
  height: 100%;
3396
3393
  }
3397
- .vv-41J6Ra-modalMask[data-open="1"] {
3394
+ .vv-9Mz08G-modalMask[data-open="1"] {
3398
3395
  opacity: 1;
3399
3396
  }
3400
- .vv-41J6Ra-modalMask[data-open="0"] {
3397
+ .vv-9Mz08G-modalMask[data-open="0"] {
3401
3398
  opacity: 0;
3402
3399
  }
3403
- .vv-41J6Ra-modalDialogWrapper {
3400
+ .vv-9Mz08G-modalDialogWrapper {
3404
3401
  height: calc(100% - var(--k-modal-shrinkbybottom));
3405
3402
  transition: transform var(--k-modal-animation-duration) ease, opacity var(--k-modal-animation-duration) ease;
3406
3403
  flex-direction: column;
@@ -3412,74 +3409,74 @@
3412
3409
  top: 0;
3413
3410
  left: 0;
3414
3411
  }
3415
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=left] {
3412
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=left] {
3416
3413
  left: -100%;
3417
3414
  }
3418
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=left][data-open="1"] {
3415
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=left][data-open="1"] {
3419
3416
  transform: translate3d(100%, 0, 0);
3420
3417
  }
3421
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=left][data-open="0"] {
3418
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=left][data-open="0"] {
3422
3419
  transform: translate3d(0, 0, 0);
3423
3420
  }
3424
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=right] {
3421
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=right] {
3425
3422
  left: 100%;
3426
3423
  }
3427
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=right][data-open="1"] {
3424
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=right][data-open="1"] {
3428
3425
  transform: translate3d(-100%, 0, 0);
3429
3426
  }
3430
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=right][data-open="0"] {
3427
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=right][data-open="0"] {
3431
3428
  transform: translate3d(0, 0, 0);
3432
3429
  }
3433
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=top] {
3430
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=top] {
3434
3431
  top: -100%;
3435
3432
  }
3436
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=top][data-open="1"] {
3433
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=top][data-open="1"] {
3437
3434
  transform: translate3d(0, 100%, 0);
3438
3435
  }
3439
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=top][data-open="0"] {
3436
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=top][data-open="0"] {
3440
3437
  transform: translate3d(0, 0, 0);
3441
3438
  }
3442
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=bottom] {
3439
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=bottom] {
3443
3440
  top: 100%;
3444
3441
  }
3445
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=bottom][data-open="1"] {
3442
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=bottom][data-open="1"] {
3446
3443
  transform: translate3d(0, -100%, 0);
3447
3444
  }
3448
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=bottom][data-open="0"] {
3445
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=bottom][data-open="0"] {
3449
3446
  transform: translate3d(0, 0, 0);
3450
3447
  }
3451
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=pop][data-open="1"] {
3448
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=pop][data-open="1"] {
3452
3449
  transform: scale(1);
3453
3450
  }
3454
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=pop][data-open="0"] {
3451
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=pop][data-open="0"] {
3455
3452
  transform: scale(0);
3456
3453
  }
3457
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=fade-bottom] {
3454
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=fade-bottom] {
3458
3455
  top: 60px;
3459
3456
  }
3460
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=fade-bottom][data-open="1"] {
3457
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=fade-bottom][data-open="1"] {
3461
3458
  opacity: 1;
3462
3459
  transform: translate3d(0, -60px, 0);
3463
3460
  }
3464
- .vv-41J6Ra-modalDialogWrapper[data-animationtype=fade-bottom][data-open="0"] {
3461
+ .vv-9Mz08G-modalDialogWrapper[data-animationtype=fade-bottom][data-open="0"] {
3465
3462
  opacity: 0;
3466
3463
  transform: translate3d(0, 0, 0);
3467
3464
  }
3468
- .vv-41J6Ra-modalDialog {
3465
+ .vv-9Mz08G-modalDialog {
3469
3466
  overflow: var(--kit-modal-dialog-overflow, auto);
3470
3467
  top: 0;
3471
3468
  left: 0;
3472
3469
  }
3473
- .vv-41J6Ra-modalDialog[data-transparent="0"] {
3470
+ .vv-9Mz08G-modalDialog[data-transparent="0"] {
3474
3471
  background-color: var(--background-component-color);
3475
3472
  }
3476
- .vv-41J6Ra-modalDialog[data-fullscreen="1"] {
3473
+ .vv-9Mz08G-modalDialog[data-fullscreen="1"] {
3477
3474
  width: 100%;
3478
3475
  height: 100%;
3479
3476
  margin: 0;
3480
3477
  position: absolute;
3481
3478
  }
3482
- .vv-41J6Ra-modalDialog[data-fullscreen="0"] {
3479
+ .vv-9Mz08G-modalDialog[data-fullscreen="0"] {
3483
3480
  margin: var(--kit-modal-margin);
3484
3481
  max-height: calc(100% - 2 * var(--kit-modal-margin));
3485
3482
  border-radius: var(--kit-modal-radius, 8px);
@@ -3489,13 +3486,13 @@
3489
3486
  min-height: 80px;
3490
3487
  position: relative;
3491
3488
  }
3492
- .vv-41J6Ra-modalDialog[data-fullscreen="0"][data-fullwidth="1"] {
3489
+ .vv-9Mz08G-modalDialog[data-fullscreen="0"][data-fullwidth="1"] {
3493
3490
  width: var(--k-modal-maxwidth);
3494
3491
  }
3495
- .vv-41J6Ra-modalDialog[data-fullscreen="0"][data-transparent="0"] {
3492
+ .vv-9Mz08G-modalDialog[data-fullscreen="0"][data-transparent="0"] {
3496
3493
  box-shadow: var(--modal-shadow);
3497
3494
  }
3498
- .vv-41J6Ra-modal {
3495
+ .vv-9Mz08G-modal {
3499
3496
  z-index: var(--k-z-modal);
3500
3497
  width: 100%;
3501
3498
  height: 100%;
@@ -3505,17 +3502,17 @@
3505
3502
  overflow: hidden;
3506
3503
  }
3507
3504
  @media print {
3508
- .vv-41J6Ra-modal {
3505
+ .vv-9Mz08G-modal {
3509
3506
  position: static;
3510
3507
  }
3511
3508
  }
3512
- .vv-41J6Ra-button {
3509
+ .vv-9Mz08G-button {
3513
3510
  --kit-button-margin: 0;
3514
3511
  }
3515
- .vv-41J6Ra-button[data-hidden="1"] {
3512
+ .vv-9Mz08G-button[data-hidden="1"] {
3516
3513
  visibility: hidden;
3517
3514
  }
3518
- .vv-41J6Ra-header {
3515
+ .vv-9Mz08G-header {
3519
3516
  font-size: calc(var(--size-index, 1) * 16px);
3520
3517
  letter-spacing: 0;
3521
3518
  z-index: var(--k-z-modal-header);
@@ -3529,20 +3526,20 @@
3529
3526
  display: flex;
3530
3527
  position: relative;
3531
3528
  }
3532
- .vv-41J6Ra-header[data-closeposition=left] {
3529
+ .vv-9Mz08G-header[data-closeposition=left] {
3533
3530
  flex-direction: row-reverse;
3534
3531
  }
3535
- .vv-41J6Ra-header[data-closeposition=right] {
3532
+ .vv-9Mz08G-header[data-closeposition=right] {
3536
3533
  flex-direction: row;
3537
3534
  }
3538
- .vv-41J6Ra-titleContent {
3535
+ .vv-9Mz08G-titleContent {
3539
3536
  text-overflow: ellipsis;
3540
3537
  white-space: nowrap;
3541
3538
  overflow: hidden;
3542
3539
  }
3543
3540
 
3544
- /* css-modules:css-modules://TCb_eZIjdqRbstXhDRHeU9A_kdCYBSavL71CAQvR8Zc.css */
3545
- .vv-NISKUG-rangeWrapper {
3541
+ /* css-modules:css-modules://LmDDTFSJBGNUqfmEUhZxOG5x_hvTOsq9JyfjnnviSME.css */
3542
+ .vv-G8le-q-rangeWrapper {
3546
3543
  border: none;
3547
3544
  border-radius: 26px;
3548
3545
  align-items: center;
@@ -3550,37 +3547,37 @@
3550
3547
  display: inline-flex;
3551
3548
  position: relative;
3552
3549
  }
3553
- .vv-NISKUG-rangeWrapper[data-handles="1"] {
3550
+ .vv-G8le-q-rangeWrapper[data-handles="1"] {
3554
3551
  background-color: var(--rangebutton-bg);
3555
3552
  }
3556
- .vv-NISKUG-rangeWrapper[data-handles="0"] {
3553
+ .vv-G8le-q-rangeWrapper[data-handles="0"] {
3557
3554
  background-color: #0000;
3558
3555
  }
3559
3556
 
3560
- /* css-modules:css-modules://YxBYEmYqxA0840na8cmOjOgv9fSgq85FBFWuD1fxHVg.css */
3561
- .vv-6YZC6W-range {
3557
+ /* css-modules:css-modules://jwPtCEbGSuNbGChxkHtSOUPFFsv2dYW927-jLEsd4-A.css */
3558
+ .vv-f_ggPG-range {
3562
3559
  --kit-range-margin: 0 auto;
3563
3560
  }
3564
- .vv-6YZC6W-container {
3561
+ .vv-f_ggPG-container {
3565
3562
  user-select: none;
3566
3563
  width: 100%;
3567
3564
  position: relative;
3568
3565
  }
3569
- .vv-6YZC6W-scroller {
3566
+ .vv-f_ggPG-scroller {
3570
3567
  width: 100%;
3571
3568
  overflow-x: auto;
3572
3569
  }
3573
- .vv-6YZC6W-scroller * {
3570
+ .vv-f_ggPG-scroller * {
3574
3571
  user-select: none;
3575
3572
  -webkit-user-drag: none;
3576
3573
  }
3577
- .vv-6YZC6W-content {
3574
+ .vv-f_ggPG-content {
3578
3575
  width: fit-content;
3579
3576
  min-width: 100%;
3580
3577
  }
3581
3578
 
3582
- /* css-modules:css-modules://ROR7aurVpa7RXQsozzEQzSs95iQfdED3qYY5XXLLTfQ.css */
3583
- .vv-zwlejq-snackbarContainer {
3579
+ /* css-modules:css-modules://gQQwb-vgk1EVk4YmU9eCahUTx7C2tvzkZsyPYl0Lvzw.css */
3580
+ .vv-Hds2XG-snackbarContainer {
3584
3581
  transition: opacity var(--k-animation-duration) ease-in-out;
3585
3582
  z-index: var(--k-z-snackbar);
3586
3583
  background-color: var(--k-bg);
@@ -3597,40 +3594,40 @@
3597
3594
  right: 0;
3598
3595
  transform: none;
3599
3596
  }
3600
- .vv-zwlejq-snackbarContainer[data-transitioned="1"] {
3597
+ .vv-Hds2XG-snackbarContainer[data-transitioned="1"] {
3601
3598
  opacity: 1;
3602
3599
  }
3603
- .vv-zwlejq-snackbarContainer[data-transitioned="0"] {
3600
+ .vv-Hds2XG-snackbarContainer[data-transitioned="0"] {
3604
3601
  opacity: 0;
3605
3602
  }
3606
- .vv-zwlejq-snackbarContainer[data-buttonbottom="1"] {
3603
+ .vv-Hds2XG-snackbarContainer[data-buttonbottom="1"] {
3607
3604
  flex-direction: column;
3608
3605
  }
3609
- .vv-zwlejq-snackbarContainer[data-buttonbottom="1"] .vv-zwlejq-buttonContainer {
3606
+ .vv-Hds2XG-snackbarContainer[data-buttonbottom="1"] .vv-Hds2XG-buttonContainer {
3610
3607
  align-self: flex-end;
3611
3608
  }
3612
- .vv-zwlejq-snackbarContainer[data-buttonbottom="0"] {
3609
+ .vv-Hds2XG-snackbarContainer[data-buttonbottom="0"] {
3613
3610
  justify-content: space-between;
3614
3611
  align-items: center;
3615
3612
  }
3616
- .vv-zwlejq-snackbarContainer[data-positionbottom="1"] {
3613
+ .vv-Hds2XG-snackbarContainer[data-positionbottom="1"] {
3617
3614
  bottom: 24px;
3618
3615
  }
3619
- .vv-zwlejq-snackbarContainer[data-positionbottom="1"] .vv-zwlejq-leftContent {
3616
+ .vv-Hds2XG-snackbarContainer[data-positionbottom="1"] .vv-Hds2XG-leftContent {
3620
3617
  margin-bottom: 8px;
3621
3618
  }
3622
- .vv-zwlejq-snackbarContainer[data-positionbottom="0"] {
3619
+ .vv-Hds2XG-snackbarContainer[data-positionbottom="0"] {
3623
3620
  top: 24px;
3624
3621
  }
3625
- .vv-zwlejq-leftContent {
3622
+ .vv-Hds2XG-leftContent {
3626
3623
  justify-content: flex-start;
3627
3624
  align-items: center;
3628
3625
  display: flex;
3629
3626
  }
3630
- .vv-zwlejq-leftContent[data-hasmessageandtitle="1"] {
3627
+ .vv-Hds2XG-leftContent[data-hasmessageandtitle="1"] {
3631
3628
  align-items: start;
3632
3629
  }
3633
- .vv-zwlejq-roundIcon {
3630
+ .vv-Hds2XG-roundIcon {
3634
3631
  background-color: var(--k-title-color);
3635
3632
  color: var(--k-icon-color);
3636
3633
  border-radius: 50%;
@@ -3641,7 +3638,7 @@
3641
3638
  height: 40px;
3642
3639
  display: flex;
3643
3640
  }
3644
- .vv-zwlejq-content {
3641
+ .vv-Hds2XG-content {
3645
3642
  flex-direction: column;
3646
3643
  flex-grow: 1;
3647
3644
  justify-content: center;
@@ -3649,14 +3646,14 @@
3649
3646
  margin-left: 20px;
3650
3647
  display: flex;
3651
3648
  }
3652
- .vv-zwlejq-title {
3649
+ .vv-Hds2XG-title {
3653
3650
  font-size: calc(var(--size-index, 1) * 16px);
3654
3651
  letter-spacing: 0;
3655
3652
  color: var(--k-title-color);
3656
3653
  font-weight: 700;
3657
3654
  line-height: 1.25;
3658
3655
  }
3659
- .vv-zwlejq-message {
3656
+ .vv-Hds2XG-message {
3660
3657
  font-size: calc(var(--size-index, 1) * 16px);
3661
3658
  letter-spacing: 0;
3662
3659
  color: var(--snackbar-message-color);
@@ -3665,69 +3662,69 @@
3665
3662
  line-height: 1.25;
3666
3663
  }
3667
3664
 
3668
- /* css-modules:css-modules://L0295BWHqzXzNXmyy2JyB1Y6Hbee9500AIOsiLV3l68.css */
3669
- .vv-wyIK6a-star {
3665
+ /* css-modules:css-modules://pEsDV4vfyLK1HM0OZfOgatCU8m7rJdUA4rrBcDnfxFo.css */
3666
+ .vv-pdbt1W-star {
3670
3667
  vertical-align: middle;
3671
3668
  margin: 8px 8px 8px 0;
3672
3669
  display: inline-flex;
3673
3670
  }
3674
- .vv-wyIK6a-star .vv-wyIK6a-icon:not(:last-child) {
3671
+ .vv-pdbt1W-star .vv-pdbt1W-icon:not(:last-child) {
3675
3672
  margin-right: calc(6 * var(--size-index, 1) * 1px);
3676
3673
  }
3677
- .vv-wyIK6a-star[data-level="0"] .vv-wyIK6a-icon:nth-child(n+1) {
3674
+ .vv-pdbt1W-star[data-level="0"] .vv-pdbt1W-icon:nth-child(n+1) {
3678
3675
  color: var(--star-empty);
3679
3676
  }
3680
- .vv-wyIK6a-star[data-level="1"] .vv-wyIK6a-icon:nth-child(n+2) {
3677
+ .vv-pdbt1W-star[data-level="1"] .vv-pdbt1W-icon:nth-child(n+2) {
3681
3678
  color: var(--star-empty);
3682
3679
  }
3683
- .vv-wyIK6a-star[data-level="2"] .vv-wyIK6a-icon:nth-child(n+3) {
3680
+ .vv-pdbt1W-star[data-level="2"] .vv-pdbt1W-icon:nth-child(n+3) {
3684
3681
  color: var(--star-empty);
3685
3682
  }
3686
- .vv-wyIK6a-icon {
3683
+ .vv-pdbt1W-icon {
3687
3684
  color: var(--star-filled);
3688
3685
  }
3689
3686
 
3690
- /* css-modules:css-modules://53ma3eDgjQEvWuSxi8oPu68kjrTgGZaaF680r_62gfI.css */
3691
- .vv-643QGa-tabs {
3687
+ /* css-modules:css-modules://c_nxBLax9_SyYHrx_UgBx7aAfrn16RdiTgJgGEDt4TU.css */
3688
+ .vv-MnXIHa-tabs {
3692
3689
  align-items: stretch;
3693
3690
  width: 100%;
3694
3691
  display: flex;
3695
3692
  overflow: hidden;
3696
3693
  }
3697
- .vv-643QGa-navigationButton.vv-643QGa-navigationButton {
3694
+ .vv-MnXIHa-navigationButton.vv-MnXIHa-navigationButton {
3698
3695
  align-self: center;
3699
3696
  }
3700
- .vv-643QGa-scrollableArea {
3697
+ .vv-MnXIHa-scrollableArea {
3701
3698
  flex: 1;
3702
3699
  align-items: stretch;
3703
3700
  display: flex;
3704
3701
  }
3705
- .vv-643QGa-scrollableArea[data-centered="1"] {
3702
+ .vv-MnXIHa-scrollableArea[data-centered="1"] {
3706
3703
  justify-content: center;
3707
3704
  }
3708
- .vv-643QGa-scrollableArea[data-variant=scrollable] {
3705
+ .vv-MnXIHa-scrollableArea[data-variant=scrollable] {
3709
3706
  white-space: nowrap;
3710
3707
  overflow: auto hidden;
3711
3708
  }
3712
- .vv-643QGa-content {
3709
+ .vv-MnXIHa-content {
3713
3710
  align-items: stretch;
3714
3711
  display: flex;
3715
3712
  }
3716
- .vv-643QGa-content[data-centered="1"] {
3713
+ .vv-MnXIHa-content[data-centered="1"] {
3717
3714
  justify-content: center;
3718
3715
  }
3719
- .vv-643QGa-content:not([data-variant=scrollable]) {
3716
+ .vv-MnXIHa-content:not([data-variant=scrollable]) {
3720
3717
  width: 100%;
3721
3718
  }
3722
- .vv-643QGa-content[data-variant=fullWidth] {
3719
+ .vv-MnXIHa-content[data-variant=fullWidth] {
3723
3720
  --kit-tab-min-width: auto;
3724
3721
  }
3725
- .vv-643QGa-content[data-variant=fullWidth] .kit-tab {
3722
+ .vv-MnXIHa-content[data-variant=fullWidth] .kit-tab {
3726
3723
  flex: 1;
3727
3724
  }
3728
3725
 
3729
- /* css-modules:css-modules://5gVO606zNdgDAXmyVKPnKtNNkeTGEehunJE-_IIwnbg.css */
3730
- .vv-QhVQta-toast {
3726
+ /* css-modules:css-modules://YAs8G3zm83ww6vMCsZT1dYU9AxJSclAwkhEa70uhsL0.css */
3727
+ .vv-Vv4kCG-toast {
3731
3728
  font-size: calc(var(--size-index, 1) * 16px);
3732
3729
  letter-spacing: 0;
3733
3730
  background-color: var(--k-bg);
@@ -3739,32 +3736,32 @@
3739
3736
  display: inline-flex;
3740
3737
  box-shadow: 0 4px 4px #072c4d1f;
3741
3738
  }
3742
- .vv-QhVQta-icon {
3739
+ .vv-Vv4kCG-icon {
3743
3740
  color: var(--k-color);
3744
3741
  margin-right: 10px;
3745
3742
  }
3746
3743
 
3747
- /* css-modules:css-modules://7bujAp2fGhKYSa3QwWjWPr2o8obZmL_kHZsAC4vmNew.css */
3748
- .vv-8Jv4Fq-carouselContainer {
3744
+ /* css-modules:css-modules://3T6sloUUOUHLl8pfFyhrI8rQIGVWxyfKqRHtt3e019o.css */
3745
+ .vv-9iy8Pa-carouselContainer {
3749
3746
  width: var(--k-width);
3750
3747
  --kit-button-margin: 0;
3751
3748
  position: relative;
3752
3749
  }
3753
- .vv-8Jv4Fq-buttonLeft.vv-8Jv4Fq-buttonLeft {
3750
+ .vv-9iy8Pa-buttonLeft.vv-9iy8Pa-buttonLeft {
3754
3751
  top: var(--kit-carousel-button-top, 50%);
3755
3752
  z-index: 2;
3756
3753
  position: absolute;
3757
3754
  left: 16px;
3758
3755
  transform: translate3d(0, -50%, 0);
3759
3756
  }
3760
- .vv-8Jv4Fq-buttonRight.vv-8Jv4Fq-buttonRight {
3757
+ .vv-9iy8Pa-buttonRight.vv-9iy8Pa-buttonRight {
3761
3758
  top: var(--kit-carousel-button-top, 50%);
3762
3759
  z-index: 2;
3763
3760
  position: absolute;
3764
3761
  right: 16px;
3765
3762
  transform: translate3d(0, -50%, 0);
3766
3763
  }
3767
- .vv-8Jv4Fq-carouselContent {
3764
+ .vv-9iy8Pa-carouselContent {
3768
3765
  white-space: nowrap;
3769
3766
  padding: var(--kit-carousel-title-padding, 50px 0 0 0);
3770
3767
  width: 100%;
@@ -3772,36 +3769,36 @@
3772
3769
  position: relative;
3773
3770
  overflow: auto hidden;
3774
3771
  }
3775
- .vv-8Jv4Fq-carouselItemSticky {
3772
+ .vv-9iy8Pa-carouselItemSticky {
3776
3773
  width: 0;
3777
3774
  position: sticky;
3778
3775
  bottom: 0;
3779
3776
  left: 0;
3780
3777
  }
3781
- .vv-8Jv4Fq-carouselItemSticky > * {
3778
+ .vv-9iy8Pa-carouselItemSticky > * {
3782
3779
  justify-content: start;
3783
3780
  align-items: center;
3784
3781
  display: flex;
3785
3782
  position: relative;
3786
3783
  transform: translateY(-100%);
3787
3784
  }
3788
- .vv-8Jv4Fq-carouselGroupedItems {
3785
+ .vv-9iy8Pa-carouselGroupedItems {
3789
3786
  flex-direction: row;
3790
3787
  display: flex;
3791
3788
  }
3792
3789
 
3793
- /* css-modules:css-modules://7auJHekdz2JwZIrx2f74ToiDLJ-224uBdIBIFKB6i2Y.css */
3794
- .vv-OCcFjW-animatedIcon {
3790
+ /* css-modules:css-modules://4u6UGXXX8yXouFeha6PcAonb2U7RDjh2CECUH8o5Ooc.css */
3791
+ .vv-2lpaRq-animatedIcon {
3795
3792
  transform-origin: center;
3796
3793
  transform: var(--k-rotation);
3797
3794
  transition: transform .25s;
3798
3795
  position: relative;
3799
3796
  }
3800
- .vv-OCcFjW-innerAnimationIcon {
3797
+ .vv-2lpaRq-innerAnimationIcon {
3801
3798
  width: 100%;
3802
3799
  height: 100%;
3803
3800
  }
3804
- .vv-OCcFjW-list {
3801
+ .vv-2lpaRq-list {
3805
3802
  background: var(--white-color);
3806
3803
  border-radius: 8px;
3807
3804
  overflow: hidden;
@@ -3810,13 +3807,13 @@
3810
3807
  .kit-list-items {
3811
3808
  overflow: hidden;
3812
3809
  }
3813
- .vv-OCcFjW-listContainer {
3810
+ .vv-2lpaRq-listContainer {
3814
3811
  height: var(--k-height);
3815
3812
  transition: height .5s ease-in-out;
3816
3813
  position: relative;
3817
3814
  overflow: hidden;
3818
3815
  }
3819
- .vv-OCcFjW-seeMoreContainer {
3816
+ .vv-2lpaRq-seeMoreContainer {
3820
3817
  height: var(--k-see-more-height);
3821
3818
  background-color: var(--white-color);
3822
3819
  text-align: center;
@@ -3826,21 +3823,21 @@
3826
3823
  bottom: 0;
3827
3824
  left: 0;
3828
3825
  }
3829
- .vv-OCcFjW-seeMore {
3826
+ .vv-2lpaRq-seeMore {
3830
3827
  --kit-button-margin: 4px auto;
3831
3828
  }
3832
3829
 
3833
- /* css-modules:css-modules://yp3DTii4wRPF8HR2AO7AZhfs4mH6Awj7re28zpiqGxE.css */
3834
- .vv-CdNcgq-absoluteMenuButtonHidden[data-hidden="1"] {
3830
+ /* css-modules:css-modules://KisCI_xtcOvpjCxDdbiKWCsPEpwLUoaTrlkzQEmaRrg.css */
3831
+ .vv-7jp4wa-absoluteMenuButtonHidden[data-hidden="1"] {
3835
3832
  visibility: hidden;
3836
3833
  z-index: -1;
3837
3834
  }
3838
3835
 
3839
- /* css-modules:css-modules://Npa-XNUdM4jTq2o4dH8vX0UvCK3RauXiOCQfrHfFK5o.css */
3840
- .vv-DriPzq-loader {
3836
+ /* css-modules:css-modules://CC-GHkI2J1ymVjiPVod5P-scJ7BJRvGrqHtpZPtCO9k.css */
3837
+ .vv-veiudq-loader {
3841
3838
  --k-loader-position: absolute;
3842
3839
  }
3843
- .vv-DriPzq-container {
3840
+ .vv-veiudq-container {
3844
3841
  border-radius: calc(8 * var(--size-index, 1) * 1px);
3845
3842
  background-color: #000;
3846
3843
  align-items: center;
@@ -3850,12 +3847,12 @@
3850
3847
  display: flex;
3851
3848
  position: relative;
3852
3849
  }
3853
- .vv-DriPzq-video {
3850
+ .vv-veiudq-video {
3854
3851
  border-radius: inherit;
3855
3852
  width: 100%;
3856
3853
  height: 100%;
3857
3854
  }
3858
- .vv-DriPzq-videoPosterContainer {
3855
+ .vv-veiudq-videoPosterContainer {
3859
3856
  border-radius: inherit;
3860
3857
  width: 100%;
3861
3858
  height: 100%;
@@ -3864,7 +3861,7 @@
3864
3861
  left: 0;
3865
3862
  overflow: hidden;
3866
3863
  }
3867
- .vv-DriPzq-posterBackground {
3864
+ .vv-veiudq-posterBackground {
3868
3865
  background-image: var(--k-poster);
3869
3866
  filter: blur(2px);
3870
3867
  background-position: center;
@@ -3875,7 +3872,7 @@
3875
3872
  top: 0;
3876
3873
  left: 0;
3877
3874
  }
3878
- .vv-DriPzq-poster {
3875
+ .vv-veiudq-poster {
3879
3876
  object-fit: contain;
3880
3877
  box-shadow: 0px 0px 10px var(--gray-100-color);
3881
3878
  max-width: 100%;
@@ -3885,7 +3882,7 @@
3885
3882
  left: 50%;
3886
3883
  transform: translate3d(-50%, -50%, 0);
3887
3884
  }
3888
- .vv-DriPzq-hoverPlayButton {
3885
+ .vv-veiudq-hoverPlayButton {
3889
3886
  justify-content: center;
3890
3887
  align-items: center;
3891
3888
  display: flex;
@@ -3894,25 +3891,25 @@
3894
3891
  left: 50%;
3895
3892
  transform: translate3d(-50%, -50%, 0);
3896
3893
  }
3897
- .vv-DriPzq-hoverPlayButton.vv-DriPzq-hoverPlayButton svg {
3894
+ .vv-veiudq-hoverPlayButton.vv-veiudq-hoverPlayButton svg {
3898
3895
  width: calc(40 * var(--size-index, 1) * 1px);
3899
3896
  height: calc(40 * var(--size-index, 1) * 1px);
3900
3897
  }
3901
- .vv-DriPzq-credit {
3898
+ .vv-veiudq-credit {
3902
3899
  transition: transform .25s, opacity .25s;
3903
3900
  position: absolute;
3904
3901
  top: 16px;
3905
3902
  left: 16px;
3906
3903
  }
3907
- .vv-DriPzq-credit[data-isopen="1"] {
3904
+ .vv-veiudq-credit[data-isopen="1"] {
3908
3905
  opacity: 1;
3909
3906
  transform: translate3d(0, 0%, 0);
3910
3907
  }
3911
- .vv-DriPzq-credit:not([data-isopen="1"]) {
3908
+ .vv-veiudq-credit:not([data-isopen="1"]) {
3912
3909
  opacity: 0;
3913
3910
  transform: translate3d(0, -100%, 0);
3914
3911
  }
3915
- .vv-DriPzq-controls {
3912
+ .vv-veiudq-controls {
3916
3913
  background-color: var(--background-component-color);
3917
3914
  border-radius: 8px;
3918
3915
  align-items: center;
@@ -3923,26 +3920,26 @@
3923
3920
  left: 16px;
3924
3921
  right: 16px;
3925
3922
  }
3926
- .vv-DriPzq-controls[data-shown="1"] {
3923
+ .vv-veiudq-controls[data-shown="1"] {
3927
3924
  display: flex;
3928
3925
  }
3929
- .vv-DriPzq-controls[data-shown="0"] {
3926
+ .vv-veiudq-controls[data-shown="0"] {
3930
3927
  display: none;
3931
3928
  }
3932
- .vv-DriPzq-controls[data-isopen="1"] {
3929
+ .vv-veiudq-controls[data-isopen="1"] {
3933
3930
  opacity: 1;
3934
3931
  transform: translate3d(0, 0%, 0);
3935
3932
  }
3936
- .vv-DriPzq-controls:not([data-isopen="1"]) {
3933
+ .vv-veiudq-controls:not([data-isopen="1"]) {
3937
3934
  opacity: 0;
3938
3935
  transform: translate3d(0, 100%, 0);
3939
3936
  }
3940
- .vv-DriPzq-rangeContainer {
3937
+ .vv-veiudq-rangeContainer {
3941
3938
  width: 100%;
3942
3939
  min-width: 20px;
3943
3940
  position: relative;
3944
3941
  }
3945
- .vv-DriPzq-tip {
3942
+ .vv-veiudq-tip {
3946
3943
  bottom: calc(100% + calc(16 * var(--size-index, 1) * 1px));
3947
3944
  background-color: var(--videoplayer-range-tip-bg);
3948
3945
  color: var(--text-main-color);
@@ -3955,21 +3952,21 @@
3955
3952
  position: absolute;
3956
3953
  transform: translate3d(-50%, 0, 0);
3957
3954
  }
3958
- .vv-DriPzq-tipVideo {
3955
+ .vv-veiudq-tipVideo {
3959
3956
  width: calc(120 * var(--size-index, 1) * 1px);
3960
3957
  aspect-ratio: 16 / 9;
3961
3958
  border-radius: 4px;
3962
3959
  }
3963
- .vv-DriPzq-tipText {
3960
+ .vv-veiudq-tipText {
3964
3961
  font-size: calc(var(--size-index, 1) * 12px);
3965
3962
  letter-spacing: 0;
3966
3963
  margin: 4px 0 0;
3967
3964
  line-height: 1.5;
3968
3965
  }
3969
- .vv-DriPzq-span {
3966
+ .vv-veiudq-span {
3970
3967
  color: var(--gray-30-color);
3971
3968
  }
3972
- .vv-DriPzq-timer {
3969
+ .vv-veiudq-timer {
3973
3970
  font-size: calc(var(--size-index, 1) * 12px);
3974
3971
  letter-spacing: 0;
3975
3972
  color: var(--text-main-color);
@@ -3979,13 +3976,13 @@
3979
3976
  font-weight: normal;
3980
3977
  line-height: 1.5;
3981
3978
  }
3982
- .vv-DriPzq-volumeContainer {
3979
+ .vv-veiudq-volumeContainer {
3983
3980
  position: relative;
3984
3981
  }
3985
- .vv-DriPzq-volumeContainer:hover {
3982
+ .vv-veiudq-volumeContainer:hover {
3986
3983
  --volume-tip-display: block;
3987
3984
  }
3988
- .vv-DriPzq-volumeTip {
3985
+ .vv-veiudq-volumeTip {
3989
3986
  display: var(--volume-tip-display, var(--k-volumetipopened));
3990
3987
  background-color: var(--background-component-color);
3991
3988
  border-radius: 20px;
@@ -3996,26 +3993,26 @@
3996
3993
  transform: translate3d(-50%, 0, 0);
3997
3994
  box-shadow: 0 2px 6px #0000003d;
3998
3995
  }
3999
- .vv-DriPzq-icon {
3996
+ .vv-veiudq-icon {
4000
3997
  color: var(--error-color);
4001
3998
  margin-right: calc(8 * var(--size-index, 1) * 1px);
4002
3999
  }
4003
- .vv-DriPzq-error {
4000
+ .vv-veiudq-error {
4004
4001
  color: var(--error-color);
4005
4002
  }
4006
4003
 
4007
- /* css-modules:css-modules://kXJk4PwbaGXv3P1Ir9ql3gsqemFAp0Y8x4xHOtK6BuQ.css */
4008
- .vv-z2a3sa-eventHandler {
4004
+ /* css-modules:css-modules://_hCNihsVkCQ3lMAY2N-ALzzHFHboFk13c3eBkwFfP5I.css */
4005
+ .vv-_M2gAa-eventHandler {
4009
4006
  user-select: none;
4010
4007
  cursor: grab;
4011
4008
  display: inline-block;
4012
4009
  position: relative;
4013
4010
  overflow: hidden;
4014
4011
  }
4015
- .vv-z2a3sa-eventHandler[data-istouched="1"] {
4012
+ .vv-_M2gAa-eventHandler[data-istouched="1"] {
4016
4013
  cursor: grabbing;
4017
4014
  }
4018
- .vv-z2a3sa-children {
4015
+ .vv-_M2gAa-children {
4019
4016
  transform: var(--v-zoommodal-transform, unset);
4020
4017
  pointer-events: none;
4021
4018
  justify-content: center;
@@ -4025,10 +4022,10 @@
4025
4022
  margin: auto;
4026
4023
  position: relative;
4027
4024
  }
4028
- .vv-z2a3sa-children[data-centered="1"] {
4025
+ .vv-_M2gAa-children[data-centered="1"] {
4029
4026
  display: flex;
4030
4027
  }
4031
- .vv-z2a3sa-rangeWrapper {
4028
+ .vv-_M2gAa-rangeWrapper {
4032
4029
  font-size: calc(var(--size-index, 1) * 16px);
4033
4030
  letter-spacing: 0;
4034
4031
  background: var(--background-component-color);
@@ -4049,7 +4046,7 @@
4049
4046
  box-shadow: 0 2px 6px #072c4d3d;
4050
4047
  }
4051
4048
 
4052
- /* css-modules:css-modules://4wkySr8IJBrIB6fzbgjhvSpk7gIzBbs_2th9VAIe6QU.css */
4049
+ /* css-modules:css-modules://WgS5-AJqJHZr7Hmd0stiCeR8KKOpX_5qxzAov4sqetI.css */
4053
4050
  :root {
4054
4051
  --primary-color: #21bfef;
4055
4052
  --primary-100-color: #001224;
@@ -9372,17 +9369,17 @@
9372
9369
  --sidepanel-content-bg: var(--sidepanel-content-bg-inverted);
9373
9370
  }
9374
9371
 
9375
- /* css-modules:css-modules://2hZ1yKH4-X87zIQjjtT6vdyZDOg89JOclyyYVZvSp1M.css */
9376
- .vv-kZO3va-bookContainer {
9372
+ /* css-modules:css-modules://krVI0h2d5WSMDiy41H9xJZ7v74dGjeVIN3orhSqRQBY.css */
9373
+ .vv-wyQfLG-bookContainer {
9377
9374
  width: var(--k-book-cover-width);
9378
9375
  display: flex;
9379
9376
  position: relative;
9380
9377
  overflow: visible;
9381
9378
  }
9382
- .vv-kZO3va-bookImg {
9379
+ .vv-wyQfLG-bookImg {
9383
9380
  width: 95%;
9384
9381
  }
9385
- .vv-kZO3va-bookPages {
9382
+ .vv-wyQfLG-bookPages {
9386
9383
  background-color: var(--gray-10-color);
9387
9384
  transform-origin: 0;
9388
9385
  justify-content: space-around;
@@ -9391,12 +9388,12 @@
9391
9388
  display: flex;
9392
9389
  transform: perspective(90px)rotateY(20deg);
9393
9390
  }
9394
- .vv-kZO3va-bookPage {
9391
+ .vv-wyQfLG-bookPage {
9395
9392
  background-color: var(--gray-30-color);
9396
9393
  width: 16%;
9397
9394
  height: 100%;
9398
9395
  }
9399
- .vv-kZO3va-classicShadow {
9396
+ .vv-wyQfLG-classicShadow {
9400
9397
  position: absolute;
9401
9398
  top: 0;
9402
9399
  bottom: 0;
@@ -9405,132 +9402,132 @@
9405
9402
  box-shadow: 0 4px 32px #00000052;
9406
9403
  }
9407
9404
 
9408
- /* css-modules:css-modules://wrtD3eFZxXRZPLpxIjATKUTFKrMEpm5w-151zA9_5bQ.css */
9409
- .vv-KJOcwG-header .vv-KJOcwG-row {
9405
+ /* css-modules:css-modules://CfWIIZvTIzYu4_hQDfSSLUrt1bth0nOQ7QoSohQfFWw.css */
9406
+ .vv-qtLyuW-header .vv-qtLyuW-row {
9410
9407
  font-size: calc(var(--size-index, 1) * 16px);
9411
9408
  letter-spacing: 0;
9412
9409
  min-height: 60px;
9413
9410
  font-weight: bold;
9414
9411
  line-height: 1.25;
9415
9412
  }
9416
- .vv-KJOcwG-header .vv-KJOcwG-row:first-child .vv-KJOcwG-headerCell:first-of-type {
9413
+ .vv-qtLyuW-header .vv-qtLyuW-row:first-child .vv-qtLyuW-headerCell:first-of-type {
9417
9414
  border-top-left-radius: var(--table-border-radius);
9418
9415
  }
9419
- .vv-KJOcwG-header .vv-KJOcwG-row:first-child .vv-KJOcwG-headerCell:last-of-type {
9416
+ .vv-qtLyuW-header .vv-qtLyuW-row:first-child .vv-qtLyuW-headerCell:last-of-type {
9420
9417
  border-top-right-radius: var(--table-border-radius);
9421
9418
  }
9422
- .vv-KJOcwG-header .vv-KJOcwG-headerCell {
9419
+ .vv-qtLyuW-header .vv-qtLyuW-headerCell {
9423
9420
  padding: 16px 8px;
9424
9421
  }
9425
- .vv-KJOcwG-header .vv-KJOcwG-headerCell:first-child {
9422
+ .vv-qtLyuW-header .vv-qtLyuW-headerCell:first-child {
9426
9423
  padding: 16px;
9427
9424
  }
9428
- .vv-KJOcwG-body {
9425
+ .vv-qtLyuW-body {
9429
9426
  background: var(--table-body-bg);
9430
9427
  }
9431
- .vv-KJOcwG-body .vv-KJOcwG-row .vv-KJOcwG-headerCell {
9428
+ .vv-qtLyuW-body .vv-qtLyuW-row .vv-qtLyuW-headerCell {
9432
9429
  text-align: left;
9433
9430
  padding: 8px 16px;
9434
9431
  overflow: hidden;
9435
9432
  }
9436
- .vv-KJOcwG-body .vv-KJOcwG-row .vv-KJOcwG-cell {
9433
+ .vv-qtLyuW-body .vv-qtLyuW-row .vv-qtLyuW-cell {
9437
9434
  padding: 8px;
9438
9435
  }
9439
- .vv-KJOcwG-body .vv-KJOcwG-row:first-child .vv-KJOcwG-headerCell:first-child {
9436
+ .vv-qtLyuW-body .vv-qtLyuW-row:first-child .vv-qtLyuW-headerCell:first-child {
9440
9437
  border-top-left-radius: var(--table-border-radius);
9441
9438
  }
9442
- .vv-KJOcwG-body .vv-KJOcwG-row:last-child .vv-KJOcwG-headerCell:first-child {
9439
+ .vv-qtLyuW-body .vv-qtLyuW-row:last-child .vv-qtLyuW-headerCell:first-child {
9443
9440
  border-bottom-left-radius: var(--table-border-radius);
9444
9441
  }
9445
- .vv-KJOcwG-body .vv-KJOcwG-row:last-child .vv-KJOcwG-cell:first-child {
9442
+ .vv-qtLyuW-body .vv-qtLyuW-row:last-child .vv-qtLyuW-cell:first-child {
9446
9443
  border-bottom-left-radius: var(--table-border-radius);
9447
9444
  }
9448
- .vv-KJOcwG-body .vv-KJOcwG-row:last-child .vv-KJOcwG-cell:last-child {
9445
+ .vv-qtLyuW-body .vv-qtLyuW-row:last-child .vv-qtLyuW-cell:last-child {
9449
9446
  border-bottom-right-radius: var(--table-border-radius);
9450
9447
  }
9451
- .vv-KJOcwG-cellInner {
9448
+ .vv-qtLyuW-cellInner {
9452
9449
  box-sizing: border-box;
9453
9450
  color: var(--table-col-color);
9454
9451
  min-width: 80px;
9455
9452
  }
9456
- .vv-KJOcwG-rowInner {
9453
+ .vv-qtLyuW-rowInner {
9457
9454
  font-size: calc(var(--size-index, 1) * 16px);
9458
9455
  letter-spacing: 0;
9459
9456
  min-height: 46px;
9460
9457
  line-height: 1.5;
9461
9458
  }
9462
- .vv-KJOcwG-table {
9459
+ .vv-qtLyuW-table {
9463
9460
  min-width: var(--k-minwidth);
9464
9461
  max-height: var(--k-maxheight);
9465
9462
  border-spacing: 0;
9466
9463
  table-layout: fixed;
9467
9464
  }
9468
- .vv-KJOcwG-table .vv-KJOcwG-body:first-child .vv-KJOcwG-row:first-child .vv-KJOcwG-cell:last-child {
9465
+ .vv-qtLyuW-table .vv-qtLyuW-body:first-child .vv-qtLyuW-row:first-child .vv-qtLyuW-cell:last-child {
9469
9466
  border-radius: 0 var(--table-border-radius) 0 0;
9470
9467
  }
9471
- .vv-KJOcwG-table[data-colseparator="1"] .vv-KJOcwG-header .vv-KJOcwG-row .vv-KJOcwG-headerCell {
9468
+ .vv-qtLyuW-table[data-colseparator="1"] .vv-qtLyuW-header .vv-qtLyuW-row .vv-qtLyuW-headerCell {
9472
9469
  border-right: var(--k-border);
9473
9470
  text-align: center;
9474
9471
  justify-content: center;
9475
9472
  }
9476
- .vv-KJOcwG-table[data-colseparator="1"] .vv-KJOcwG-body .vv-KJOcwG-row .vv-KJOcwG-cell {
9473
+ .vv-qtLyuW-table[data-colseparator="1"] .vv-qtLyuW-body .vv-qtLyuW-row .vv-qtLyuW-cell {
9477
9474
  border-right: var(--k-border);
9478
9475
  }
9479
- .vv-KJOcwG-table[data-colseparator="0"] .vv-KJOcwG-body .vv-KJOcwG-row .vv-KJOcwG-cell:not(:first-child) {
9476
+ .vv-qtLyuW-table[data-colseparator="0"] .vv-qtLyuW-body .vv-qtLyuW-row .vv-qtLyuW-cell:not(:first-child) {
9480
9477
  color: var(--table-not-first-col-color);
9481
9478
  }
9482
- .vv-KJOcwG-table[data-colseparator="0"] .vv-KJOcwG-body .vv-KJOcwG-row .vv-KJOcwG-cell:last-child {
9479
+ .vv-qtLyuW-table[data-colseparator="0"] .vv-qtLyuW-body .vv-qtLyuW-row .vv-qtLyuW-cell:last-child {
9483
9480
  border-right: var(--k-border);
9484
9481
  }
9485
- .vv-KJOcwG-table .vv-KJOcwG-headerCell {
9482
+ .vv-qtLyuW-table .vv-qtLyuW-headerCell {
9486
9483
  background-color: var(--k-backgroundcolor);
9487
9484
  color: var(--k-color);
9488
9485
  }
9489
- .vv-KJOcwG-table .vv-KJOcwG-header .vv-KJOcwG-row:first-child .vv-KJOcwG-headerCell {
9486
+ .vv-qtLyuW-table .vv-qtLyuW-header .vv-qtLyuW-row:first-child .vv-qtLyuW-headerCell {
9490
9487
  border-top: var(--k-border);
9491
9488
  }
9492
- .vv-KJOcwG-table .vv-KJOcwG-header .vv-KJOcwG-row .vv-KJOcwG-headerCell:first-of-type {
9489
+ .vv-qtLyuW-table .vv-qtLyuW-header .vv-qtLyuW-row .vv-qtLyuW-headerCell:first-of-type {
9493
9490
  border-left: var(--k-border);
9494
9491
  }
9495
- .vv-KJOcwG-table .vv-KJOcwG-header .vv-KJOcwG-row .vv-KJOcwG-headerCell:last-of-type {
9492
+ .vv-qtLyuW-table .vv-qtLyuW-header .vv-qtLyuW-row .vv-qtLyuW-headerCell:last-of-type {
9496
9493
  border-right: var(--k-border);
9497
9494
  }
9498
- .vv-KJOcwG-table .vv-KJOcwG-body .vv-KJOcwG-row .vv-KJOcwG-headerCell {
9495
+ .vv-qtLyuW-table .vv-qtLyuW-body .vv-qtLyuW-row .vv-qtLyuW-headerCell {
9499
9496
  border-left: var(--k-border);
9500
9497
  border-top: var(--k-border);
9501
9498
  }
9502
- .vv-KJOcwG-table .vv-KJOcwG-body .vv-KJOcwG-row .vv-KJOcwG-cell {
9499
+ .vv-qtLyuW-table .vv-qtLyuW-body .vv-qtLyuW-row .vv-qtLyuW-cell {
9503
9500
  border-top: var(--k-border);
9504
9501
  }
9505
- .vv-KJOcwG-table .vv-KJOcwG-body .vv-KJOcwG-row .vv-KJOcwG-cell:first-of-type {
9502
+ .vv-qtLyuW-table .vv-qtLyuW-body .vv-qtLyuW-row .vv-qtLyuW-cell:first-of-type {
9506
9503
  border-left: var(--k-border);
9507
9504
  }
9508
- .vv-KJOcwG-table .vv-KJOcwG-body .vv-KJOcwG-row:last-child .vv-KJOcwG-headerCell:first-child {
9505
+ .vv-qtLyuW-table .vv-qtLyuW-body .vv-qtLyuW-row:last-child .vv-qtLyuW-headerCell:first-child {
9509
9506
  border-bottom: var(--k-border);
9510
9507
  }
9511
- .vv-KJOcwG-table .vv-KJOcwG-body .vv-KJOcwG-row:last-child .vv-KJOcwG-cell {
9508
+ .vv-qtLyuW-table .vv-qtLyuW-body .vv-qtLyuW-row:last-child .vv-qtLyuW-cell {
9512
9509
  border-bottom: var(--k-border);
9513
9510
  }
9514
- .vv-KJOcwG-tableContainerInner {
9511
+ .vv-qtLyuW-tableContainerInner {
9515
9512
  box-sizing: border-box;
9516
9513
  width: 100%;
9517
9514
  padding: 6px;
9518
9515
  }
9519
- .vv-KJOcwG-tableContainerInner[data-overflow="1"] {
9516
+ .vv-qtLyuW-tableContainerInner[data-overflow="1"] {
9520
9517
  overflow: auto;
9521
9518
  }
9522
- .vv-KJOcwG-tableContainerInner[data-overflow="0"] {
9519
+ .vv-qtLyuW-tableContainerInner[data-overflow="0"] {
9523
9520
  overflow: hidden;
9524
9521
  }
9525
- .vv-KJOcwG-headerCell {
9522
+ .vv-qtLyuW-headerCell {
9526
9523
  box-sizing: border-box;
9527
9524
  min-width: 80px;
9528
9525
  }
9529
- .vv-KJOcwG-headerCell.vv-KJOcwG-headerCell.vv-KJOcwG-headerCell.vv-KJOcwG-headerCell.vv-KJOcwG-headerCell[data-noradius="1"] {
9526
+ .vv-qtLyuW-headerCell.vv-qtLyuW-headerCell.vv-qtLyuW-headerCell.vv-qtLyuW-headerCell.vv-qtLyuW-headerCell[data-noradius="1"] {
9530
9527
  border-radius: 0;
9531
9528
  }
9532
9529
 
9533
- /* css-modules:css-modules://v55PWB9nAJQuRkGNDb4PSzswK0IT8X6YlIgXJ4Px4dA.css */
9530
+ /* css-modules:css-modules://SiZlRV2YWb1jY5gExVMrYPMZB79ONPQM_B3jhc8NVMM.css */
9534
9531
  .vv-JySIna-toolbar {
9535
9532
  z-index: var(--v-z-document-toolbar);
9536
9533
  box-sizing: border-box;
@@ -9570,7 +9567,7 @@
9570
9567
  position: absolute;
9571
9568
  }
9572
9569
 
9573
- /* css-modules:css-modules://4JkF5C825c4pv8Vosat9qIwv9j-m3hEXWHpgSlQTM8A.css */
9570
+ /* css-modules:css-modules://zZWuUZWdv3guaQJ1cvM0SwHTxY4fYPtYqwbv1rmUg_o.css */
9574
9571
  .vv-yYzCbG-errorBoundary {
9575
9572
  box-sizing: border-box;
9576
9573
  background: #ffefef;
@@ -9596,7 +9593,7 @@
9596
9593
  overflow-y: scroll;
9597
9594
  }
9598
9595
 
9599
- /* css-modules:css-modules://4-USCbHsBClfq-o-EYY6-LK-ltjIvQ59gWjolWR2IEo.css */
9596
+ /* css-modules:css-modules://8Bws6tfkpio6klj_RtRC_R7kDQ_jPBbqtQQfWJr6y_4.css */
9600
9597
  .vv-GTaOhq-document {
9601
9598
  box-sizing: border-box;
9602
9599
  border-radius: 8px;
@@ -9618,7 +9615,7 @@
9618
9615
  }
9619
9616
  }
9620
9617
 
9621
- /* css-modules:css-modules://J5_xl3NfC9uUzCf8dvnv2lVDvTF6x61j2B3MI8uRK3U.css */
9618
+ /* css-modules:css-modules://kTdLFWdq92OvhQjGBgoqbpa-uWI0Nagw0W33VXQfA9A.css */
9622
9619
  .vv--ZTaFW-divSearch {
9623
9620
  cursor: pointer;
9624
9621
  }
@@ -9632,7 +9629,7 @@
9632
9629
  height: 100%;
9633
9630
  }
9634
9631
 
9635
- /* css-modules:css-modules://qc8hHnFyo6Lr96_0ShIiN5V_2JCgy_z-WPzO51QaEM0.css */
9632
+ /* css-modules:css-modules://Ef1FR8r0TZLJbQLu_YjOXfH5QGvXBuqIuVcDNrn2dlo.css */
9636
9633
  .CodeMirror-hints.lls-new-viewer.lls-new-viewer {
9637
9634
  z-index: 1150;
9638
9635
  }
@@ -9640,7 +9637,7 @@
9640
9637
  z-index: 1150;
9641
9638
  }
9642
9639
 
9643
- /* css-modules:css-modules://0JpW1nUt7xW7qwOpENEm-oylMzow4l0aKU2OuIG0bXI.css */
9640
+ /* css-modules:css-modules://-ADr1fQ65axwxa_akiSkLSAd8UytGnzX8BkDH_z6IJg.css */
9644
9641
  .vv-j3jlxa-viewer {
9645
9642
  --projector-toolbar-height: var(--v-presentationtoolbarheight);
9646
9643
  --projector-split-offset: clamp(var(--v-projector-split-offset-min), var(--v-splitoffset), var(--v-projector-split-offset-max));
@@ -9733,7 +9730,7 @@
9733
9730
  }
9734
9731
  }
9735
9732
 
9736
- /* css-modules:css-modules://Uu0I-dgnin4bqXPxKf2Ezpbp2S-JUwCgdli4fWGAqsM.css */
9733
+ /* css-modules:css-modules://ClwWsN3MG80fL5vx9ZgsHtKB5PCE9WSraTwa_GOO_kA.css */
9737
9734
  .vv-E1cuPG-codemirrorWrapper {
9738
9735
  height: 100%;
9739
9736
  }
@@ -9754,7 +9751,7 @@
9754
9751
  background: #264f78 !important;
9755
9752
  }
9756
9753
 
9757
- /* css-modules:css-modules://FCAd7_oVdm9kCj4j2YrzERVva7KEvx20ZcLApy3btiM.css */
9754
+ /* css-modules:css-modules://D1lYSSaRELK-xOpLHrAFrFm44xAz5JpuKh1hj285xI4.css */
9758
9755
  .vv-go3bmq-header {
9759
9756
  cursor: pointer;
9760
9757
  background-color: var(--white-color);
@@ -9764,7 +9761,7 @@
9764
9761
  background-color: #e5e5e5;
9765
9762
  }
9766
9763
 
9767
- /* css-modules:css-modules://FkovI3JwYnbBlV1RTxx19lg4XpgLRke3kTFrPkeXgkU.css */
9764
+ /* css-modules:css-modules://FAXEjMKr_nbgBeI0HbQm4Hou8oDtA1fDSwLREXIxVJQ.css */
9768
9765
  .vv-CkF5Qq-ul {
9769
9766
  cursor: pointer;
9770
9767
  margin: 0;
@@ -9774,7 +9771,7 @@
9774
9771
  background-color: #e5e5e5;
9775
9772
  }
9776
9773
 
9777
- /* css-modules:css-modules://AB_xeFVw2qTXerTyhSybJJcQHmBUiuYom4Mp_ZIEYrU.css */
9774
+ /* css-modules:css-modules://iTcvO_EuuRof0S3Q_EadEoweHD1OFDXkCVSSCGPHK5I.css */
9778
9775
  .vv-XGJSGG-mathsElement {
9779
9776
  cursor: pointer;
9780
9777
  margin: 0;
@@ -9784,7 +9781,7 @@
9784
9781
  background-color: #e5e5e5;
9785
9782
  }
9786
9783
 
9787
- /* css-modules:css-modules://_GzDFX1RUCKi2_4ubFGNz3yW0aeiUb867B6oz559skY.css */
9784
+ /* css-modules:css-modules://-Z7nD8VDTTbf2fdFuqZ2hX3q2ctyJaUVhprv-NQnySo.css */
9788
9785
  .vv-IbixEG-ol {
9789
9786
  cursor: pointer;
9790
9787
  border-right: 1px solid #e5e5e5;
@@ -9799,7 +9796,7 @@
9799
9796
  background-color: #e5e5e5;
9800
9797
  }
9801
9798
 
9802
- /* css-modules:css-modules://ahb12XnLQklrK1BrY92oMAN69OZ4Cr01dyWTP4y8-qw.css */
9799
+ /* css-modules:css-modules://gesVSQDjVmNzyeAM6C2g6PgbgdrauKrOml9XUyf0d1A.css */
9803
9800
  .vv-QBK0Ba-question {
9804
9801
  cursor: pointer;
9805
9802
  padding: 5px;
@@ -9808,7 +9805,7 @@
9808
9805
  background-color: #e5e5e5;
9809
9806
  }
9810
9807
 
9811
- /* css-modules:css-modules://DniAyX3w8YOM864AikhU7_Oc8wGI75nhWfQ0Eb6A-zg.css */
9808
+ /* css-modules:css-modules://aXP2yBEvDrqZAjdnvRWrB53787qw4y3ToSiBw04uiE8.css */
9812
9809
  .vv-pmaK1a-stamp {
9813
9810
  cursor: pointer;
9814
9811
  padding: 5px;
@@ -9817,7 +9814,7 @@
9817
9814
  background-color: #e5e5e5;
9818
9815
  }
9819
9816
 
9820
- /* css-modules:css-modules://PUzC3cfirwsgprCC0t8XaW2Tcxdie8yFOj0O0VakWmM.css */
9817
+ /* css-modules:css-modules://l9ewCrSeYzAUJUd9PfLHkZujTTXaJQ-auwa6d-qDY3s.css */
9821
9818
  .vv-VbIHYG-cell {
9822
9819
  width: var(--v-cell-width);
9823
9820
  height: var(--v-cell-height);
@@ -9844,7 +9841,7 @@
9844
9841
  margin-bottom: 0;
9845
9842
  }
9846
9843
 
9847
- /* css-modules:css-modules://cxKXXItV67ua_TIlhaSrnnrkoXVY8-Oh89yukaCrcmw.css */
9844
+ /* css-modules:css-modules://V9YMxBzxg_bf_yrJnoKZc7V_grOZr8Z66I81mib-oQ4.css */
9848
9845
  .vv-_Pgo7W-h1 {
9849
9846
  font-size: 24px;
9850
9847
  }
@@ -9874,7 +9871,7 @@
9874
9871
  background-color: #e5e5e5;
9875
9872
  }
9876
9873
 
9877
- /* css-modules:css-modules://YBH8CYiZVZGfw4n4G7PaCkm4JaDo0T7vSO2XxXTjS7s.css */
9874
+ /* css-modules:css-modules://lMZNEEJTvWcOpUEI82Y2e_I9O1ERlgdLVk01D1TDHyU.css */
9878
9875
  .vv-LGQOTG-span {
9879
9876
  display: inline-flex;
9880
9877
  }
@@ -9882,8 +9879,8 @@
9882
9879
  border-bottom: 1px solid #3a3a3a;
9883
9880
  }
9884
9881
 
9885
- /* css-modules:css-modules://gqbJUDvYRnw2EEqRHbuvHhtAP_p2lL0u8k92bx4wMAU.css */
9886
- .vv-gepzXq-handle {
9882
+ /* css-modules:css-modules://muFZYOO33Vml22ha9RBNYCIyflFehN2jLe0x7J_g3tk.css */
9883
+ .vv-o5bldq-handle {
9887
9884
  z-index: 1;
9888
9885
  user-select: none;
9889
9886
  top: var(--v-top);
@@ -9894,7 +9891,7 @@
9894
9891
  position: absolute;
9895
9892
  }
9896
9893
 
9897
- /* css-modules:css-modules://4lEiBk0nzPl8xepK8MhbhXKbNfra5VDReD417YnvGVY.css */
9894
+ /* css-modules:css-modules://9NNguA--8WOGh41wmBCm8AF1DJWa35r2rfRhLOxgn68.css */
9898
9895
  .vv-cGAezq-rnd {
9899
9896
  z-index: 1101;
9900
9897
  background-color: #333;
@@ -9924,7 +9921,7 @@
9924
9921
  overflow: hidden;
9925
9922
  }
9926
9923
 
9927
- /* css-modules:css-modules://9kfKKHUK56aP19K9XjWXXhpwpX3AbTuXglKvZjMbuNc.css */
9924
+ /* css-modules:css-modules://1MKBW8PG8GbZe8tC6V4ud90v1VdZx3mRrwXlGya-pMc.css */
9928
9925
  .vv-Uv6i-a-handle {
9929
9926
  z-index: 1;
9930
9927
  user-select: none;
@@ -9936,7 +9933,7 @@
9936
9933
  position: absolute;
9937
9934
  }
9938
9935
 
9939
- /* css-modules:css-modules://U8V5nDBlqycdkp1CuS13BrEMfGN5Xkd0n60BqPKYbkc.css */
9936
+ /* css-modules:css-modules://Zb1cEYNT4eNwW8io0xWL7zXkOH8P26-7eImYlmla2wA.css */
9940
9937
  .vv-ftXTRa-rnd {
9941
9938
  z-index: 1101;
9942
9939
  background-color: #fff;
@@ -9987,7 +9984,7 @@
9987
9984
  margin-left: 10px;
9988
9985
  }
9989
9986
 
9990
- /* css-modules:css-modules://5vBHtYTubWLIkQ7cwq88_cqGbPrRZDxVu51b9VQwno0.css */
9987
+ /* css-modules:css-modules://N7qE5xz-356BL8FwluXb9SO0Q6g8pmP18e18R9y8bEU.css */
9991
9988
  @keyframes vv-RUXZgW-alertOpenedAnimation {
9992
9989
  0% {
9993
9990
  opacity: 0;