@lls/vivi 24.1.5 → 24.1.6-168de77a

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