@lls/vivi 24.1.8 → 24.1.9

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