@ubie/vitals-ui-consumer 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -1,8 +1,8 @@
1
- .sBu05a_container, .sBu05a_container * {
1
+ .-o11_W_container, .-o11_W_container * {
2
2
  box-sizing: border-box;
3
3
  }
4
4
 
5
- .sBu05a_button {
5
+ .-o11_W_button {
6
6
  hyphens: auto;
7
7
  width: auto;
8
8
  color: var(--color-on-surface);
@@ -15,15 +15,15 @@
15
15
  display: flex;
16
16
  }
17
17
 
18
- .sBu05a_button:hover {
18
+ .-o11_W_button:hover {
19
19
  background-color: var(--color-ubie-blue-100);
20
20
  }
21
21
 
22
- .sBu05a_button::-webkit-details-marker {
22
+ .-o11_W_button::-webkit-details-marker {
23
23
  display: none;
24
24
  }
25
25
 
26
- .sBu05a_medium .sBu05a_button {
26
+ .-o11_W_medium .-o11_W_button {
27
27
  width: 100%;
28
28
  min-height: 2rem;
29
29
  padding: var(--size-spacing-md);
@@ -31,7 +31,7 @@
31
31
  font-weight: bold;
32
32
  }
33
33
 
34
- .sBu05a_small .sBu05a_button {
34
+ .-o11_W_small .-o11_W_button {
35
35
  width: 100%;
36
36
  min-height: 1.5rem;
37
37
  padding: var(--size-spacing-xs);
@@ -40,15 +40,15 @@
40
40
  border-right: none;
41
41
  }
42
42
 
43
- details[open] .sBu05a_button {
43
+ details[open] .-o11_W_button {
44
44
  border-bottom: none;
45
45
  }
46
46
 
47
- details[open].sBu05a_medium .sBu05a_button {
47
+ details[open].-o11_W_medium .-o11_W_button {
48
48
  border-radius: var(--radius-md) var(--radius-md) 0 0;
49
49
  }
50
50
 
51
- .sBu05a_arrow {
51
+ .-o11_W_arrow {
52
52
  width: 1.5rem;
53
53
  height: 1.5rem;
54
54
  color: var(--color-ubie-blue-600);
@@ -56,22 +56,22 @@ details[open].sBu05a_medium .sBu05a_button {
56
56
  margin-left: 1rem;
57
57
  }
58
58
 
59
- details[open] .sBu05a_arrow {
59
+ details[open] .-o11_W_arrow {
60
60
  transform: rotate(180deg);
61
61
  }
62
62
 
63
- .sBu05a_medium .sBu05a_panel {
63
+ .-o11_W_medium .-o11_W_panel {
64
64
  padding: var(--size-spacing-md);
65
65
  border: 1px solid var(--color-outline);
66
66
  border-radius: 0 0 var(--radius-md) var(--radius-md);
67
67
  border-top: none;
68
68
  }
69
69
 
70
- .sBu05a_small .sBu05a_panel {
70
+ .-o11_W_small .-o11_W_panel {
71
71
  padding: var(--size-spacing-xs);
72
72
  border-bottom: 1px solid var(--color-outline);
73
73
  }
74
- .RtZ3TG_stack {
74
+ ._9kZ4ya_stack {
75
75
  gap: var(--gap);
76
76
  width: var(--width);
77
77
  min-width: var(--min-width);
@@ -81,7 +81,7 @@ details[open] .sBu05a_arrow {
81
81
  flex-direction: column;
82
82
  display: flex;
83
83
  }
84
- .SKhJ5a_text {
84
+ .uHvlUW_text {
85
85
  font-size: var(--font-size);
86
86
  hyphens: auto;
87
87
  font-weight: normal;
@@ -90,181 +90,181 @@ details[open] .sBu05a_arrow {
90
90
  overflow-wrap: anywhere;
91
91
  }
92
92
 
93
- :where(.SKhJ5a_text) {
93
+ :where(.uHvlUW_text) {
94
94
  margin-top: 0;
95
95
  margin-bottom: 0;
96
96
  }
97
97
 
98
- a.SKhJ5a_text {
98
+ a.uHvlUW_text {
99
99
  text-decoration: underline;
100
100
  }
101
101
 
102
102
  @media (hover: hover) {
103
- a.SKhJ5a_text:hover {
103
+ a.uHvlUW_text:hover {
104
104
  text-decoration: none;
105
105
  }
106
106
  }
107
107
 
108
- a.SKhJ5a_text:focus-visible {
108
+ a.uHvlUW_text:focus-visible {
109
109
  text-decoration: none;
110
110
  }
111
111
 
112
- a.SKhJ5a_text:active {
112
+ a.uHvlUW_text:active {
113
113
  text-decoration: underline;
114
114
  }
115
115
 
116
- button.SKhJ5a_text {
116
+ button.uHvlUW_text {
117
117
  background-color: #0000;
118
118
  border: none;
119
119
  padding: 0;
120
120
  }
121
121
 
122
- button.SKhJ5a_text.SKhJ5a_link:focus-visible {
122
+ button.uHvlUW_text.uHvlUW_link:focus-visible {
123
123
  color: var(--color-primary);
124
124
  }
125
125
 
126
126
  @media (hover: hover) {
127
- button.SKhJ5a_text.SKhJ5a_link:hover, button.SKhJ5a_text.SKhJ5a_link:active {
127
+ button.uHvlUW_text.uHvlUW_link:hover, button.uHvlUW_text.uHvlUW_link:active {
128
128
  color: var(--color-primary);
129
129
  }
130
130
  }
131
131
 
132
- .SKhJ5a_bold {
132
+ .uHvlUW_bold {
133
133
  font-weight: bold;
134
134
  }
135
135
 
136
- .SKhJ5a_body.SKhJ5a_xs {
136
+ .uHvlUW_body.uHvlUW_xs {
137
137
  --font-size: var(--text-body-xs-size);
138
138
  }
139
139
 
140
- .SKhJ5a_body.SKhJ5a_sm {
140
+ .uHvlUW_body.uHvlUW_sm {
141
141
  --font-size: var(--text-body-sm-size);
142
142
  }
143
143
 
144
- .SKhJ5a_body.SKhJ5a_md {
144
+ .uHvlUW_body.uHvlUW_md {
145
145
  --font-size: var(--text-body-md-size);
146
146
  }
147
147
 
148
- .SKhJ5a_body.SKhJ5a_lg {
148
+ .uHvlUW_body.uHvlUW_lg {
149
149
  --font-size: var(--text-body-lg-size);
150
150
  }
151
151
 
152
- .SKhJ5a_heading.SKhJ5a_xxs {
152
+ .uHvlUW_heading.uHvlUW_xxs {
153
153
  --font-size: var(--text-heading-xxs-size);
154
154
  }
155
155
 
156
- .SKhJ5a_heading.SKhJ5a_xs {
156
+ .uHvlUW_heading.uHvlUW_xs {
157
157
  --font-size: var(--text-heading-xs-size);
158
158
  }
159
159
 
160
- .SKhJ5a_heading.SKhJ5a_sm {
160
+ .uHvlUW_heading.uHvlUW_sm {
161
161
  --font-size: var(--text-heading-sm-size);
162
162
  }
163
163
 
164
- .SKhJ5a_heading.SKhJ5a_md {
164
+ .uHvlUW_heading.uHvlUW_md {
165
165
  --font-size: var(--text-heading-md-size);
166
166
  }
167
167
 
168
- .SKhJ5a_heading.SKhJ5a_lg {
168
+ .uHvlUW_heading.uHvlUW_lg {
169
169
  --font-size: var(--text-heading-lg-size);
170
170
  }
171
171
 
172
- .SKhJ5a_heading.SKhJ5a_xl {
172
+ .uHvlUW_heading.uHvlUW_xl {
173
173
  --font-size: var(--text-heading-xl-size);
174
174
  }
175
175
 
176
- .SKhJ5a_button.SKhJ5a_sm {
176
+ .uHvlUW_button.uHvlUW_sm {
177
177
  --font-size: var(--text-button-sm-size);
178
178
  }
179
179
 
180
- .SKhJ5a_button.SKhJ5a_md {
180
+ .uHvlUW_button.uHvlUW_md {
181
181
  --font-size: var(--text-button-md-size);
182
182
  }
183
183
 
184
- .SKhJ5a_button.SKhJ5a_lg {
184
+ .uHvlUW_button.uHvlUW_lg {
185
185
  --font-size: var(--text-button-lg-size);
186
186
  }
187
187
 
188
- .SKhJ5a_tag.SKhJ5a_md {
188
+ .uHvlUW_tag.uHvlUW_md {
189
189
  --font-size: var(--text-tag-md-size);
190
190
  }
191
191
 
192
- .SKhJ5a_tag.SKhJ5a_lg {
192
+ .uHvlUW_tag.uHvlUW_lg {
193
193
  --font-size: var(--text-tag-lg-size);
194
194
  }
195
195
 
196
- .SKhJ5a_default {
196
+ .uHvlUW_default {
197
197
  --leading: var(--text-body-md-line);
198
198
  }
199
199
 
200
- .SKhJ5a_default.SKhJ5a_heading.SKhJ5a_xs, .SKhJ5a_default.SKhJ5a_heading.SKhJ5a_sm {
200
+ .uHvlUW_default.uHvlUW_heading.uHvlUW_xs, .uHvlUW_default.uHvlUW_heading.uHvlUW_sm {
201
201
  --leading: var(--text-heading-sm-line);
202
202
  }
203
203
 
204
- .SKhJ5a_default.SKhJ5a_heading.SKhJ5a_md, .SKhJ5a_default.SKhJ5a_heading.SKhJ5a_lg, .SKhJ5a_default.SKhJ5a_heading.SKhJ5a_xl {
204
+ .uHvlUW_default.uHvlUW_heading.uHvlUW_md, .uHvlUW_default.uHvlUW_heading.uHvlUW_lg, .uHvlUW_default.uHvlUW_heading.uHvlUW_xl {
205
205
  --leading: var(--text-heading-md-line);
206
206
  }
207
207
 
208
- .SKhJ5a_button.SKhJ5a_default {
208
+ .uHvlUW_button.uHvlUW_default {
209
209
  --leading: var(--text-button-md-line);
210
210
  }
211
211
 
212
- .SKhJ5a_tag.SKhJ5a_default {
212
+ .uHvlUW_tag.uHvlUW_default {
213
213
  --leading: var(--text-tag-md-line);
214
214
  }
215
215
 
216
- .SKhJ5a_narrow {
216
+ .uHvlUW_narrow {
217
217
  --leading: var(--text-body-md-narrow-line);
218
218
  }
219
219
 
220
- .SKhJ5a_wide {
220
+ .uHvlUW_wide {
221
221
  --leading: var(--text-body-md-wide-line);
222
222
  }
223
223
 
224
- .SKhJ5a_wide.SKhJ5a_heading {
224
+ .uHvlUW_wide.uHvlUW_heading {
225
225
  --leading: var(--text-heading-md-wide-line);
226
226
  }
227
227
 
228
- .SKhJ5a_left {
228
+ .uHvlUW_left {
229
229
  text-align: left;
230
230
  }
231
231
 
232
- .SKhJ5a_center {
232
+ .uHvlUW_center {
233
233
  text-align: center;
234
234
  }
235
235
 
236
- .SKhJ5a_right {
236
+ .uHvlUW_right {
237
237
  text-align: right;
238
238
  }
239
239
 
240
- .SKhJ5a_nowrap {
240
+ .uHvlUW_nowrap {
241
241
  white-space: nowrap;
242
242
  }
243
- .TmCe1q_modal {
243
+ .R58Mza_modal {
244
244
  z-index: var(--z-index-modal);
245
245
  position: fixed;
246
246
  inset: 0;
247
247
  overflow: hidden;
248
248
  }
249
249
 
250
- .TmCe1q_overlay {
250
+ .R58Mza_overlay {
251
251
  position: fixed;
252
252
  inset: 0;
253
253
  }
254
254
 
255
- .TmCe1q_normalOverlay {
255
+ .R58Mza_normalOverlay {
256
256
  background: #00000080;
257
257
  }
258
258
 
259
- .TmCe1q_darkerOverlay {
259
+ .R58Mza_darkerOverlay {
260
260
  background: #000c;
261
261
  }
262
262
 
263
- .TmCe1q_contents {
263
+ .R58Mza_contents {
264
264
  padding: 0 var(--size-spacing-md);
265
265
  }
266
266
 
267
- .TmCe1q_dialog {
267
+ .R58Mza_dialog {
268
268
  border-radius: 12px;
269
269
  background: #fff;
270
270
  border-end-end-radius: 0;
@@ -281,29 +281,29 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
281
281
  transform: translate3d(-50%, 0, 0);
282
282
  }
283
283
 
284
- .TmCe1q_dialog.TmCe1q_fullscreen {
284
+ .R58Mza_dialog.R58Mza_fullscreen {
285
285
  height: calc(100% - 24px);
286
286
  }
287
287
 
288
- .TmCe1q_scrollContainer {
288
+ .R58Mza_scrollContainer {
289
289
  height: 100%;
290
290
  overflow-y: auto;
291
291
  }
292
292
 
293
- .TmCe1q_mainContent {
293
+ .R58Mza_mainContent {
294
294
  flex-direction: column;
295
295
  display: flex;
296
296
  }
297
297
 
298
- .TmCe1q_mainContent.TmCe1q_headerLess {
298
+ .R58Mza_mainContent.R58Mza_headerLess {
299
299
  padding-top: var(--size-spacing-xl);
300
300
  }
301
301
 
302
- .TmCe1q_mainContent.TmCe1q_fullscreen {
302
+ .R58Mza_mainContent.R58Mza_fullscreen {
303
303
  min-height: 100%;
304
304
  }
305
305
 
306
- .TmCe1q_header {
306
+ .R58Mza_header {
307
307
  padding: var(--size-spacing-lg) var(--size-spacing-md);
308
308
  font-size: var(--text-heading-xs-size);
309
309
  font-weight: bold;
@@ -314,102 +314,102 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
314
314
  outline: none;
315
315
  }
316
316
 
317
- .TmCe1q_header.TmCe1q_sticky {
317
+ .R58Mza_header.R58Mza_sticky {
318
318
  z-index: 1;
319
319
  position: sticky;
320
320
  top: 0;
321
321
  }
322
322
 
323
- .TmCe1q_header.TmCe1q_sticky.TmCe1q_canScroll {
323
+ .R58Mza_header.R58Mza_sticky.R58Mza_canScroll {
324
324
  border-bottom: 1px solid var(--color-border);
325
325
  }
326
326
 
327
- .TmCe1q_body {
327
+ .R58Mza_body {
328
328
  z-index: 0;
329
329
  padding-right: var(--size-spacing-md);
330
330
  padding-left: var(--size-spacing-md);
331
331
  }
332
332
 
333
- .TmCe1q_body.TmCe1q_fullscreen {
333
+ .R58Mza_body.R58Mza_fullscreen {
334
334
  flex: 1;
335
335
  min-height: 400px;
336
336
  overflow: hidden;
337
337
  }
338
338
 
339
- .TmCe1q_buttonContainer {
339
+ .R58Mza_buttonContainer {
340
340
  gap: var(--size-spacing-md);
341
341
  padding: var(--size-spacing-lg) var(--size-spacing-md) var(--size-spacing-md);
342
342
  background-color: var(--color-ubie-white);
343
343
  display: grid;
344
344
  }
345
345
 
346
- .TmCe1q_buttonContainer.TmCe1q_sticky {
346
+ .R58Mza_buttonContainer.R58Mza_sticky {
347
347
  position: sticky;
348
348
  bottom: 0;
349
349
  }
350
350
 
351
- .TmCe1q_buttonContainer.TmCe1q_sticky.TmCe1q_canScroll {
351
+ .R58Mza_buttonContainer.R58Mza_sticky.R58Mza_canScroll {
352
352
  border-top: 1px solid var(--color-border);
353
353
  }
354
354
 
355
- .TmCe1q_overlayEnter {
355
+ .R58Mza_overlayEnter {
356
356
  transition-property: opacity;
357
357
  transition-duration: .3s;
358
358
  transition-timing-function: ease-out;
359
359
  }
360
360
 
361
- .TmCe1q_overlayEnterFrom {
361
+ .R58Mza_overlayEnterFrom {
362
362
  opacity: 0;
363
363
  }
364
364
 
365
- .TmCe1q_overlayEnterTo {
365
+ .R58Mza_overlayEnterTo {
366
366
  opacity: 1;
367
367
  }
368
368
 
369
- .TmCe1q_overlayLeave {
369
+ .R58Mza_overlayLeave {
370
370
  transition-duration: .2s;
371
371
  transition-timing-function: ease-in;
372
372
  }
373
373
 
374
- .TmCe1q_overlayLeaveFrom {
374
+ .R58Mza_overlayLeaveFrom {
375
375
  opacity: 1;
376
376
  }
377
377
 
378
- .TmCe1q_overlayLeaveTo {
378
+ .R58Mza_overlayLeaveTo {
379
379
  opacity: 0;
380
380
  }
381
381
 
382
- .TmCe1q_panelEnter {
382
+ .R58Mza_panelEnter {
383
383
  transition-property: transform, opacity;
384
384
  transition-duration: .3s;
385
385
  transition-timing-function: ease-out;
386
386
  }
387
387
 
388
- .TmCe1q_panelEnterFrom {
388
+ .R58Mza_panelEnterFrom {
389
389
  opacity: 0;
390
390
  transform: translate3d(-50%, 100%, 0);
391
391
  }
392
392
 
393
- .TmCe1q_panelEnterTo {
393
+ .R58Mza_panelEnterTo {
394
394
  opacity: 1;
395
395
  transform: translate3d(-50%, 0, 0);
396
396
  }
397
397
 
398
- .TmCe1q_panelLeave {
398
+ .R58Mza_panelLeave {
399
399
  transition-duration: .2s;
400
400
  transition-timing-function: ease-in;
401
401
  }
402
402
 
403
- .TmCe1q_panelLeaveFrom {
403
+ .R58Mza_panelLeaveFrom {
404
404
  opacity: 1;
405
405
  transform: translate3d(-50%, 0, 0);
406
406
  }
407
407
 
408
- .TmCe1q_panelLeaveTo {
408
+ .R58Mza_panelLeaveTo {
409
409
  opacity: 0;
410
410
  transform: translate3d(-50%, 100%, 0);
411
411
  }
412
- .EoFx-W_visuallyHidden {
412
+ ._1o5QGG_visuallyHidden {
413
413
  clip: rect(0, 0, 0, 0);
414
414
  white-space: nowrap;
415
415
  border-width: 0;
@@ -421,10 +421,10 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
421
421
  overflow: hidden;
422
422
  }
423
423
 
424
- .EoFx-W_visuallyHidden[tabindex="-1"] {
424
+ ._1o5QGG_visuallyHidden[tabindex="-1"] {
425
425
  outline: none;
426
426
  }
427
- .m6Snkq_button {
427
+ .Upa50G_button {
428
428
  --border-width: 1px;
429
429
  box-sizing: border-box;
430
430
  width: auto;
@@ -456,16 +456,16 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
456
456
  position: relative;
457
457
  }
458
458
 
459
- .m6Snkq_button:focus-visible {
459
+ .Upa50G_button:focus-visible {
460
460
  outline: solid var(--focus-ring, var(--color-ubie-blue-500)) 2px;
461
461
  }
462
462
 
463
- .m6Snkq_button.m6Snkq_loading {
463
+ .Upa50G_button.Upa50G_loading {
464
464
  cursor: wait;
465
465
  }
466
466
 
467
467
  @media (hover: hover) {
468
- .m6Snkq_button:hover:not(.m6Snkq_loading) {
468
+ .Upa50G_button:hover:not(.Upa50G_loading) {
469
469
  color: var(--text-hover);
470
470
  cursor: pointer;
471
471
  background-color: var(--bg-hover);
@@ -473,14 +473,14 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
473
473
  }
474
474
  }
475
475
 
476
- .m6Snkq_label {
476
+ .Upa50G_label {
477
477
  grid-column: 2;
478
478
  justify-content: center;
479
479
  align-items: center;
480
480
  display: inline-flex;
481
481
  }
482
482
 
483
- .m6Snkq_disabled {
483
+ .Upa50G_disabled {
484
484
  padding: calc(var(--padding-y) + var(--border-width)) calc(var(--padding-x) + var(--border-width));
485
485
  color: var(--text-disabled);
486
486
  pointer-events: none;
@@ -490,7 +490,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
490
490
  border-width: 0;
491
491
  }
492
492
 
493
- .m6Snkq_loadingLabel {
493
+ .Upa50G_loadingLabel {
494
494
  justify-content: center;
495
495
  align-items: center;
496
496
  display: flex;
@@ -498,11 +498,11 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
498
498
  inset: 0;
499
499
  }
500
500
 
501
- .m6Snkq_children.m6Snkq_loading {
501
+ .Upa50G_children.Upa50G_loading {
502
502
  opacity: 0;
503
503
  }
504
504
 
505
- .m6Snkq_primary {
505
+ .Upa50G_primary {
506
506
  --text: var(--color-ubie-white);
507
507
  --text-hover: var(--color-ubie-white);
508
508
  --text-disabled: var(--color-placeholder);
@@ -515,7 +515,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
515
515
  --focus-ring: var(--color-ubie-pink-500);
516
516
  }
517
517
 
518
- .m6Snkq_secondary {
518
+ .Upa50G_secondary {
519
519
  --text: var(--color-on-surface);
520
520
  --text-hover: var(--color-on-surface);
521
521
  --text-disabled: var(--color-placeholder);
@@ -527,7 +527,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
527
527
  --border-color-disabled: var(--color-outline-variant);
528
528
  }
529
529
 
530
- .m6Snkq_alert {
530
+ .Upa50G_alert {
531
531
  --text: var(--color-ubie-white);
532
532
  --text-hover: var(--color-ubie-white);
533
533
  --text-disabled: var(--color-placeholder);
@@ -539,7 +539,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
539
539
  --border-color-disabled: var(--color-outline-variant);
540
540
  }
541
541
 
542
- .m6Snkq_text {
542
+ .Upa50G_text {
543
543
  --text: var(--color-ubie-blue-600);
544
544
  --text-hover: var(--color-ubie-blue-700);
545
545
  --text-disabled: var(--color-placeholder);
@@ -551,7 +551,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
551
551
  --border-color-disabled: var(--color-outline-variant);
552
552
  }
553
553
 
554
- .m6Snkq_textAlert {
554
+ .Upa50G_textAlert {
555
555
  --text: var(--color-ubie-red-800);
556
556
  --text-hover: var(--color-ubie-red-700);
557
557
  --text-disabled: var(--color-placeholder);
@@ -563,7 +563,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
563
563
  --border-color-disabled: var(--color-outline-variant);
564
564
  }
565
565
 
566
- .m6Snkq_authGoogle {
566
+ .Upa50G_authGoogle {
567
567
  --text: var(--color-on-surface);
568
568
  --text-hover: var(--color-on-surface);
569
569
  --text-disabled: var(--color-on-surface);
@@ -575,7 +575,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
575
575
  --border-color-disabled: #9ca0a8;
576
576
  }
577
577
 
578
- .m6Snkq_authLINE {
578
+ .Upa50G_authLINE {
579
579
  --text: #fff;
580
580
  --text-hover: #fff;
581
581
  --text-disabled: #fff;
@@ -587,7 +587,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
587
587
  --border-color-disabled: #06c755;
588
588
  }
589
589
 
590
- .m6Snkq_authApple {
590
+ .Upa50G_authApple {
591
591
  --text: #fff;
592
592
  --text-hover: #fff;
593
593
  --text-disabled: #fff;
@@ -599,7 +599,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
599
599
  --border-color-disabled: #000;
600
600
  }
601
601
 
602
- .m6Snkq_large {
602
+ .Upa50G_large {
603
603
  --min-width: 112px;
604
604
  --height: 56px;
605
605
  --padding-x: 22px;
@@ -610,7 +610,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
610
610
  --icon-gap: 8px;
611
611
  }
612
612
 
613
- .m6Snkq_medium {
613
+ .Upa50G_medium {
614
614
  --min-width: 80px;
615
615
  --height: 36px;
616
616
  --padding-x: 10px;
@@ -621,7 +621,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
621
621
  --icon-gap: 6px;
622
622
  }
623
623
 
624
- .m6Snkq_small {
624
+ .Upa50G_small {
625
625
  --min-width: 60px;
626
626
  --height: 24px;
627
627
  --padding-x: 6px;
@@ -632,57 +632,57 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
632
632
  --icon-gap: 4px;
633
633
  }
634
634
 
635
- .m6Snkq_block {
635
+ .Upa50G_block {
636
636
  width: 100%;
637
637
  }
638
638
 
639
- .m6Snkq_icon {
639
+ .Upa50G_icon {
640
640
  margin-right: var(--icon-gap);
641
641
  vertical-align: middle;
642
642
  display: flex;
643
643
  }
644
644
 
645
- .m6Snkq_icon.m6Snkq_loading {
645
+ .Upa50G_icon.Upa50G_loading {
646
646
  opacity: 0;
647
647
  }
648
648
 
649
- .m6Snkq_icon > * {
649
+ .Upa50G_icon > * {
650
650
  width: var(--icon-size);
651
651
  height: var(--icon-size);
652
652
  }
653
653
 
654
- .m6Snkq_fixedIcon {
654
+ .Upa50G_fixedIcon {
655
655
  vertical-align: middle;
656
656
  margin: 0 10%;
657
657
  display: flex;
658
658
  }
659
659
 
660
- .m6Snkq_fixedIcon > * {
660
+ .Upa50G_fixedIcon > * {
661
661
  width: var(--icon-size);
662
662
  height: var(--icon-size);
663
663
  }
664
664
 
665
- .m6Snkq_suffixIcon {
665
+ .Upa50G_suffixIcon {
666
666
  margin-left: var(--icon-gap);
667
667
  vertical-align: middle;
668
668
  display: flex;
669
669
  }
670
670
 
671
- .m6Snkq_suffixIcon.m6Snkq_loading {
671
+ .Upa50G_suffixIcon.Upa50G_loading {
672
672
  opacity: 0;
673
673
  }
674
674
 
675
- .m6Snkq_suffixIcon > * {
675
+ .Upa50G_suffixIcon > * {
676
676
  width: var(--icon-size);
677
677
  height: var(--icon-size);
678
678
  }
679
- ._6XFBpa_icon {
679
+ .msdfUq_icon {
680
680
  width: var(--size);
681
681
  height: var(--size);
682
682
  color: var(--icon-color);
683
683
  vertical-align: bottom;
684
684
  }
685
- .N4rtbW_modal {
685
+ .opPb7a_modal {
686
686
  z-index: var(--z-index-modal);
687
687
  justify-content: center;
688
688
  align-items: center;
@@ -691,20 +691,20 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
691
691
  inset: 0;
692
692
  }
693
693
 
694
- .N4rtbW_overlay {
694
+ .opPb7a_overlay {
695
695
  position: fixed;
696
696
  inset: 0;
697
697
  }
698
698
 
699
- .N4rtbW_normalOverlay {
699
+ .opPb7a_normalOverlay {
700
700
  background: #00000080;
701
701
  }
702
702
 
703
- .N4rtbW_darkerOverlay {
703
+ .opPb7a_darkerOverlay {
704
704
  background: #000c;
705
705
  }
706
706
 
707
- .N4rtbW_dialog {
707
+ .opPb7a_dialog {
708
708
  box-sizing: border-box;
709
709
  border-radius: var(--radius-lg);
710
710
  background: #fff;
@@ -718,30 +718,30 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
718
718
  overflow: hidden;
719
719
  }
720
720
 
721
- .N4rtbW_dialog.N4rtbW_fixedHeight {
721
+ .opPb7a_dialog.opPb7a_fixedHeight {
722
722
  height: calc(100% - 48px);
723
723
  }
724
724
 
725
- .N4rtbW_scrollContainer {
725
+ .opPb7a_scrollContainer {
726
726
  height: 100%;
727
727
  overflow-y: auto;
728
728
  }
729
729
 
730
- .N4rtbW_mainContent {
730
+ .opPb7a_mainContent {
731
731
  box-sizing: border-box;
732
732
  flex-direction: column;
733
733
  display: flex;
734
734
  }
735
735
 
736
- .N4rtbW_mainContent.N4rtbW_fixedHeight {
736
+ .opPb7a_mainContent.opPb7a_fixedHeight {
737
737
  min-height: 100%;
738
738
  }
739
739
 
740
- .N4rtbW_mainContent.N4rtbW_headerLess {
740
+ .opPb7a_mainContent.opPb7a_headerLess {
741
741
  padding-top: var(--size-spacing-xl);
742
742
  }
743
743
 
744
- .N4rtbW_header {
744
+ .opPb7a_header {
745
745
  padding: var(--size-spacing-lg) var(--size-spacing-md);
746
746
  font-size: var(--text-heading-xs-size);
747
747
  font-weight: bold;
@@ -752,71 +752,71 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
752
752
  outline: none;
753
753
  }
754
754
 
755
- .N4rtbW_header.N4rtbW_sticky {
755
+ .opPb7a_header.opPb7a_sticky {
756
756
  z-index: 1;
757
757
  position: sticky;
758
758
  top: 0;
759
759
  }
760
760
 
761
- .N4rtbW_header.N4rtbW_sticky.N4rtbW_canScroll {
761
+ .opPb7a_header.opPb7a_sticky.opPb7a_canScroll {
762
762
  border-bottom: 1px solid var(--color-border);
763
763
  }
764
764
 
765
- .N4rtbW_body {
765
+ .opPb7a_body {
766
766
  z-index: 0;
767
767
  padding-right: var(--size-spacing-md);
768
768
  padding-left: var(--size-spacing-md);
769
769
  }
770
770
 
771
- .N4rtbW_body.N4rtbW_fixedHeight {
771
+ .opPb7a_body.opPb7a_fixedHeight {
772
772
  flex-grow: 1;
773
773
  min-height: 400px;
774
774
  overflow: hidden;
775
775
  }
776
776
 
777
- .N4rtbW_buttonContainer {
777
+ .opPb7a_buttonContainer {
778
778
  gap: var(--size-spacing-md);
779
779
  padding: var(--size-spacing-lg) var(--size-spacing-md) var(--size-spacing-md);
780
780
  background-color: var(--color-ubie-white);
781
781
  display: grid;
782
782
  }
783
783
 
784
- .N4rtbW_buttonContainer.N4rtbW_sticky {
784
+ .opPb7a_buttonContainer.opPb7a_sticky {
785
785
  position: sticky;
786
786
  bottom: 0;
787
787
  }
788
788
 
789
- .N4rtbW_buttonContainer.N4rtbW_sticky.N4rtbW_canScroll {
789
+ .opPb7a_buttonContainer.opPb7a_sticky.opPb7a_canScroll {
790
790
  border-top: 1px solid var(--color-border);
791
791
  }
792
792
 
793
- .N4rtbW_panelEnter {
793
+ .opPb7a_panelEnter {
794
794
  transition-property: opacity;
795
795
  transition-duration: .25s;
796
796
  transition-timing-function: ease-out;
797
797
  }
798
798
 
799
- .N4rtbW_panelEnterFrom {
799
+ .opPb7a_panelEnterFrom {
800
800
  opacity: 0;
801
801
  }
802
802
 
803
- .N4rtbW_panelEnterTo {
803
+ .opPb7a_panelEnterTo {
804
804
  opacity: 1;
805
805
  }
806
806
 
807
- .N4rtbW_panelLeave {
807
+ .opPb7a_panelLeave {
808
808
  transition-duration: .2s;
809
809
  transition-timing-function: ease-in;
810
810
  }
811
811
 
812
- .N4rtbW_panelLeaveFrom {
812
+ .opPb7a_panelLeaveFrom {
813
813
  opacity: 1;
814
814
  }
815
815
 
816
- .N4rtbW_panelLeaveTo {
816
+ .opPb7a_panelLeaveTo {
817
817
  opacity: 0;
818
818
  }
819
- ._84s-aa_box {
819
+ .hZqUia_box {
820
820
  box-sizing: border-box;
821
821
  width: var(--width);
822
822
  min-width: var(--min-width);
@@ -835,34 +835,34 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
835
835
  display: block;
836
836
  }
837
837
 
838
- ._84s-aa_box._84s-aa_textBold {
838
+ .hZqUia_box.hZqUia_textBold {
839
839
  font-weight: bold;
840
840
  }
841
841
 
842
- ._84s-aa_box._84s-aa_textNormal {
842
+ .hZqUia_box.hZqUia_textNormal {
843
843
  font-weight: normal;
844
844
  }
845
845
 
846
- ._84s-aa_box._84s-aa_textCenter {
846
+ .hZqUia_box.hZqUia_textCenter {
847
847
  text-align: center;
848
848
  }
849
849
 
850
- ._84s-aa_box._84s-aa_textLeft {
850
+ .hZqUia_box.hZqUia_textLeft {
851
851
  text-align: left;
852
852
  }
853
853
 
854
- ._84s-aa_box._84s-aa_textRight {
854
+ .hZqUia_box.hZqUia_textRight {
855
855
  text-align: right;
856
856
  }
857
857
 
858
- ._84s-aa_box._84s-aa_textNoWrap {
858
+ .hZqUia_box.hZqUia_textNoWrap {
859
859
  white-space: nowrap;
860
860
  }
861
861
 
862
- ._84s-aa_box._84s-aa_inline {
862
+ .hZqUia_box.hZqUia_inline {
863
863
  display: inline-block;
864
864
  }
865
- .Ei8pzG_card {
865
+ .rqjlta_card {
866
866
  --ease-out-quint: cubic-bezier(.22, 1, .36, 1);
867
867
  width: 100%;
868
868
  padding: var(--size-spacing-md) var(--size-spacing-sm);
@@ -884,17 +884,17 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
884
884
  }
885
885
 
886
886
  @media (hover: hover) {
887
- .Ei8pzG_card:hover:not(:disabled) {
887
+ .rqjlta_card:hover:not(:disabled) {
888
888
  background-color: var(--color-ubie-blue-100);
889
889
  }
890
890
  }
891
891
 
892
- .Ei8pzG_card:disabled {
892
+ .rqjlta_card:disabled {
893
893
  color: var(--color-placeholder);
894
894
  cursor: initial;
895
895
  background-color: var(--color-outline-variant);
896
896
  }
897
- .-I1clG_center {
897
+ .INZiSG_center {
898
898
  width: var(--width);
899
899
  min-width: var(--min-width);
900
900
  max-width: var(--max-width);
@@ -904,16 +904,16 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
904
904
  margin-bottom: var(--margin-bottom);
905
905
  }
906
906
 
907
- .-I1clG_center.-I1clG_textCenter {
907
+ .INZiSG_center.INZiSG_textCenter {
908
908
  text-align: center;
909
909
  }
910
910
 
911
- .-I1clG_center.-I1clG_childrenCenter {
911
+ .INZiSG_center.INZiSG_childrenCenter {
912
912
  flex-direction: column;
913
913
  align-items: center;
914
914
  display: flex;
915
915
  }
916
- .L3krha_divider {
916
+ .q-DRFW_divider {
917
917
  width: var(--width);
918
918
  min-width: var(--min-width);
919
919
  max-width: var(--max-width);
@@ -922,7 +922,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
922
922
  border: 0;
923
923
  border-top: var(--border-width) solid var(--border-color);
924
924
  }
925
- .d5-kUq_heading {
925
+ .Gdq3NW_heading {
926
926
  box-sizing: border-box;
927
927
  hyphens: auto;
928
928
  color: var(--color-on-surface);
@@ -933,95 +933,95 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
933
933
  position: relative;
934
934
  }
935
935
 
936
- .d5-kUq_heading.d5-kUq_bold {
936
+ .Gdq3NW_heading.Gdq3NW_bold {
937
937
  font-weight: bold;
938
938
  }
939
939
 
940
- :where(.d5-kUq_heading) {
940
+ :where(.Gdq3NW_heading) {
941
941
  margin: 0;
942
942
  }
943
943
 
944
- .d5-kUq_heading.d5-kUq_left {
944
+ .Gdq3NW_heading.Gdq3NW_left {
945
945
  text-align: left;
946
946
  }
947
947
 
948
- .d5-kUq_heading.d5-kUq_center {
948
+ .Gdq3NW_heading.Gdq3NW_center {
949
949
  text-align: center;
950
950
  }
951
951
 
952
- .d5-kUq_heading.d5-kUq_right {
952
+ .Gdq3NW_heading.Gdq3NW_right {
953
953
  text-align: right;
954
954
  }
955
955
 
956
- .d5-kUq_heading.d5-kUq_main {
956
+ .Gdq3NW_heading.Gdq3NW_main {
957
957
  color: var(--color-on-surface);
958
958
  }
959
959
 
960
- .d5-kUq_heading > a {
960
+ .Gdq3NW_heading > a {
961
961
  color: var(--color-primary);
962
962
  }
963
963
 
964
964
  @media (hover: hover) {
965
- .d5-kUq_heading > a:hover {
965
+ .Gdq3NW_heading > a:hover {
966
966
  color: var(--color-ubie-blue-700);
967
967
  }
968
968
  }
969
969
 
970
- .d5-kUq_heading > a:active {
970
+ .Gdq3NW_heading > a:active {
971
971
  text-decoration: none;
972
972
  }
973
973
 
974
- .d5-kUq_heading.d5-kUq_white, .d5-kUq_heading.d5-kUq_white, .d5-kUq_heading.d5-kUq_white > a {
974
+ .Gdq3NW_heading.Gdq3NW_white, .Gdq3NW_heading.Gdq3NW_white, .Gdq3NW_heading.Gdq3NW_white > a {
975
975
  color: var(--color-ubie-white);
976
976
  }
977
977
 
978
978
  @media (hover: hover) {
979
- .d5-kUq_heading.d5-kUq_white > a:hover {
979
+ .Gdq3NW_heading.Gdq3NW_white > a:hover {
980
980
  text-decoration: none;
981
981
  }
982
982
  }
983
983
 
984
- .d5-kUq_heading.d5-kUq_white > a:active {
984
+ .Gdq3NW_heading.Gdq3NW_white > a:active {
985
985
  text-decoration: underline;
986
986
  position: relative;
987
987
  top: 1px;
988
988
  }
989
989
 
990
- .d5-kUq_heading.d5-kUq_xxs {
990
+ .Gdq3NW_heading.Gdq3NW_xxs {
991
991
  font-size: var(--text-heading-xxs-size);
992
992
  line-height: var(--text-heading-xxs-line);
993
993
  }
994
994
 
995
- .d5-kUq_heading.d5-kUq_xs {
995
+ .Gdq3NW_heading.Gdq3NW_xs {
996
996
  font-size: var(--text-heading-xs-size);
997
997
  line-height: var(--text-heading-xs-line);
998
998
  }
999
999
 
1000
- .d5-kUq_heading.d5-kUq_sm {
1000
+ .Gdq3NW_heading.Gdq3NW_sm {
1001
1001
  font-size: var(--text-heading-sm-size);
1002
1002
  line-height: var(--text-heading-sm-line);
1003
1003
  }
1004
1004
 
1005
- .d5-kUq_heading.d5-kUq_md {
1005
+ .Gdq3NW_heading.Gdq3NW_md {
1006
1006
  font-size: var(--text-heading-md-size);
1007
1007
  line-height: var(--text-heading-md-line);
1008
1008
  }
1009
1009
 
1010
- .d5-kUq_heading.d5-kUq_lg {
1010
+ .Gdq3NW_heading.Gdq3NW_lg {
1011
1011
  font-size: var(--text-heading-lg-size);
1012
1012
  line-height: var(--text-heading-lg-line);
1013
1013
  }
1014
1014
 
1015
- .d5-kUq_heading.d5-kUq_xl {
1015
+ .Gdq3NW_heading.Gdq3NW_xl {
1016
1016
  font-size: var(--text-heading-xl-size);
1017
1017
  line-height: var(--text-heading-xl-line);
1018
1018
  }
1019
1019
 
1020
- .d5-kUq_heading.d5-kUq_leadingBorder {
1020
+ .Gdq3NW_heading.Gdq3NW_leadingBorder {
1021
1021
  padding-left: calc(var(--size-spacing-sm) + var(--medium-leading-border-width));
1022
1022
  }
1023
1023
 
1024
- .d5-kUq_heading.d5-kUq_leadingBorder:before {
1024
+ .Gdq3NW_heading.Gdq3NW_leadingBorder:before {
1025
1025
  width: var(--medium-leading-border-width);
1026
1026
  vertical-align: top;
1027
1027
  content: "";
@@ -1034,18 +1034,18 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1034
1034
  left: 0;
1035
1035
  }
1036
1036
 
1037
- .d5-kUq_heading.d5-kUq_lg.d5-kUq_leadingBorder, .d5-kUq_heading.d5-kUq_xl.d5-kUq_leadingBorder {
1037
+ .Gdq3NW_heading.Gdq3NW_lg.Gdq3NW_leadingBorder, .Gdq3NW_heading.Gdq3NW_xl.Gdq3NW_leadingBorder {
1038
1038
  padding-left: calc(var(--size-spacing-sm) + var(--large-leading-border-width));
1039
1039
  }
1040
1040
 
1041
- .d5-kUq_heading.d5-kUq_lg.d5-kUq_leadingBorder:before, .d5-kUq_heading.d5-kUq_xl.d5-kUq_leadingBorder:before {
1041
+ .Gdq3NW_heading.Gdq3NW_lg.Gdq3NW_leadingBorder:before, .Gdq3NW_heading.Gdq3NW_xl.Gdq3NW_leadingBorder:before {
1042
1042
  width: var(--large-leading-border-width);
1043
1043
  }
1044
1044
 
1045
- .d5-kUq_heading.d5-kUq_noWrap {
1045
+ .Gdq3NW_heading.Gdq3NW_noWrap {
1046
1046
  white-space: nowrap;
1047
1047
  }
1048
- .xhEpsq_error {
1048
+ .EHb81G_error {
1049
1049
  font-size: var(--text-body-sm-size);
1050
1050
  hyphens: auto;
1051
1051
  line-height: var(--text-body-sm-narrow-line);
@@ -1053,7 +1053,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1053
1053
  overflow-wrap: anywhere;
1054
1054
  margin: 0;
1055
1055
  }
1056
- .Mjlt9q_flex {
1056
+ ._4EjdUG_flex {
1057
1057
  flex-flow: var(--flex-direction) var(--flex-wrap);
1058
1058
  gap: var(--gap);
1059
1059
  align-items: var(--align-items);
@@ -1066,32 +1066,32 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1066
1066
  display: flex;
1067
1067
  }
1068
1068
 
1069
- .Mjlt9q_flex.Mjlt9q_heightFull {
1069
+ ._4EjdUG_flex._4EjdUG_heightFull {
1070
1070
  height: 100%;
1071
1071
  }
1072
1072
 
1073
- .Mjlt9q_flex.Mjlt9q_widthFull {
1073
+ ._4EjdUG_flex._4EjdUG_widthFull {
1074
1074
  width: 100%;
1075
1075
  }
1076
1076
 
1077
- .Mjlt9q_flex.Mjlt9q_inline {
1077
+ ._4EjdUG_flex._4EjdUG_inline {
1078
1078
  display: inline-flex;
1079
1079
  }
1080
- .jRj3sq_flexItem {
1080
+ ._54f6ja_flexItem {
1081
1081
  min-width: var(--min-width);
1082
1082
  max-width: var(--max-width);
1083
1083
  padding: var(--padding-top) var(--padding-right) var(--padding-bottom) var(--padding-left);
1084
1084
  margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
1085
1085
  }
1086
1086
 
1087
- .jRj3sq_none {
1087
+ ._54f6ja_none {
1088
1088
  flex: none;
1089
1089
  }
1090
1090
 
1091
- .jRj3sq_longhand {
1091
+ ._54f6ja_longhand {
1092
1092
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
1093
1093
  }
1094
- ._4x5CzG_message {
1094
+ .zpqK4W_message {
1095
1095
  font-size: var(--text-body-sm-size);
1096
1096
  hyphens: auto;
1097
1097
  line-height: var(--text-body-sm-line);
@@ -1099,7 +1099,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1099
1099
  overflow-wrap: anywhere;
1100
1100
  margin: 0;
1101
1101
  }
1102
- .SpunRq_checkbox {
1102
+ .Heaa8W_checkbox {
1103
1103
  clip: rect(1px, 1px, 1px, 1px);
1104
1104
  --ease-out-quint: cubic-bezier(.22, 1, .36, 1);
1105
1105
  border: 0;
@@ -1110,13 +1110,13 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1110
1110
  overflow: hidden;
1111
1111
  }
1112
1112
 
1113
- .SpunRq_checkbox, .SpunRq_label, .SpunRq_symbol {
1113
+ .Heaa8W_checkbox, .Heaa8W_label, .Heaa8W_symbol {
1114
1114
  transition: border-color .3s var(--ease-out-quint),
1115
1115
  background-color .3s var(--ease-out-quint),
1116
1116
  outline-color .3s var(--ease-out-quint);
1117
1117
  }
1118
1118
 
1119
- .SpunRq_label {
1119
+ .Heaa8W_label {
1120
1120
  gap: var(--size-spacing-xs);
1121
1121
  hyphens: auto;
1122
1122
  overflow-wrap: anywhere;
@@ -1125,21 +1125,21 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1125
1125
  display: flex;
1126
1126
  }
1127
1127
 
1128
- .SpunRq_label:has(.SpunRq_checkbox:disabled) {
1128
+ .Heaa8W_label:has(.Heaa8W_checkbox:disabled) {
1129
1129
  cursor: initial;
1130
1130
  }
1131
1131
 
1132
- .SpunRq_label.SpunRq_medium {
1132
+ .Heaa8W_label.Heaa8W_medium {
1133
1133
  font-size: var(--text-body-md-size);
1134
1134
  line-height: var(--text-body-md-narrow-line);
1135
1135
  }
1136
1136
 
1137
- .SpunRq_label.SpunRq_small {
1137
+ .Heaa8W_label.Heaa8W_small {
1138
1138
  font-size: var(--text-body-sm-size);
1139
1139
  line-height: var(--text-body-sm-narrow-line);
1140
1140
  }
1141
1141
 
1142
- .SpunRq_symbol {
1142
+ .Heaa8W_symbol {
1143
1143
  box-sizing: border-box;
1144
1144
  color: var(--color-ubie-white);
1145
1145
  background-color: var(--color-ubie-white);
@@ -1150,72 +1150,72 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1150
1150
  display: flex;
1151
1151
  }
1152
1152
 
1153
- .SpunRq_symbol.SpunRq_medium {
1153
+ .Heaa8W_symbol.Heaa8W_medium {
1154
1154
  width: 1.5rem;
1155
1155
  height: 1.5rem;
1156
1156
  }
1157
1157
 
1158
- .SpunRq_symbol.SpunRq_small {
1158
+ .Heaa8W_symbol.Heaa8W_small {
1159
1159
  width: 1.25rem;
1160
1160
  height: 1.25rem;
1161
1161
  }
1162
1162
 
1163
- .SpunRq_symbol.SpunRq_isIndeterminate {
1163
+ .Heaa8W_symbol.Heaa8W_isIndeterminate {
1164
1164
  background-color: var(--color-ubie-blue-600);
1165
1165
  border-color: var(--color-ubie-blue-600);
1166
1166
  }
1167
1167
 
1168
- .SpunRq_checkbox:checked + .SpunRq_symbol, .SpunRq_symbol.SpunRq_isIndeterminate {
1168
+ .Heaa8W_checkbox:checked + .Heaa8W_symbol, .Heaa8W_symbol.Heaa8W_isIndeterminate {
1169
1169
  border-width: 0;
1170
1170
  }
1171
1171
 
1172
- .SpunRq_checkbox:checked + .SpunRq_symbol {
1172
+ .Heaa8W_checkbox:checked + .Heaa8W_symbol {
1173
1173
  background-color: var(--color-ubie-blue-600);
1174
1174
  }
1175
1175
 
1176
- .SpunRq_checkbox:focus-visible + .SpunRq_symbol {
1176
+ .Heaa8W_checkbox:focus-visible + .Heaa8W_symbol {
1177
1177
  outline: 2px solid var(--color-ubie-pink-500);
1178
1178
  }
1179
1179
 
1180
- .SpunRq_checkbox:disabled:checked + .SpunRq_symbol, .SpunRq_checkbox:disabled + .SpunRq_symbol.SpunRq_isIndeterminate {
1180
+ .Heaa8W_checkbox:disabled:checked + .Heaa8W_symbol, .Heaa8W_checkbox:disabled + .Heaa8W_symbol.Heaa8W_isIndeterminate {
1181
1181
  background-color: var(--color-placeholder);
1182
1182
  }
1183
1183
 
1184
1184
  @media (hover: hover) {
1185
- .SpunRq_checkbox:not(:disabled) + .SpunRq_symbol:not(.SpunRq_isIndeterminate):hover {
1185
+ .Heaa8W_checkbox:not(:disabled) + .Heaa8W_symbol:not(.Heaa8W_isIndeterminate):hover {
1186
1186
  border-color: var(--color-ubie-blue-500);
1187
1187
  }
1188
1188
 
1189
- .SpunRq_checkbox:checked:not(:disabled) + .SpunRq_symbol:hover {
1189
+ .Heaa8W_checkbox:checked:not(:disabled) + .Heaa8W_symbol:hover {
1190
1190
  background-color: var(--color-ubie-blue-700);
1191
1191
  }
1192
1192
  }
1193
1193
 
1194
- .SpunRq_symbolCheckIcon {
1194
+ .Heaa8W_symbolCheckIcon {
1195
1195
  visibility: hidden;
1196
1196
  }
1197
1197
 
1198
- .SpunRq_checkbox:checked + .SpunRq_symbol > .SpunRq_symbolCheckIcon {
1198
+ .Heaa8W_checkbox:checked + .Heaa8W_symbol > .Heaa8W_symbolCheckIcon {
1199
1199
  visibility: initial;
1200
1200
  }
1201
1201
 
1202
- .SpunRq_symbolCheckIcon.SpunRq_medium, .SpunRq_symbolIndeterminate.SpunRq_medium {
1202
+ .Heaa8W_symbolCheckIcon.Heaa8W_medium, .Heaa8W_symbolIndeterminate.Heaa8W_medium {
1203
1203
  font-size: 1.25rem;
1204
1204
  }
1205
1205
 
1206
- .SpunRq_symbolCheckIcon.SpunRq_small, .SpunRq_symbolIndeterminate.SpunRq_small {
1206
+ .Heaa8W_symbolCheckIcon.Heaa8W_small, .Heaa8W_symbolIndeterminate.Heaa8W_small {
1207
1207
  font-size: 1rem;
1208
1208
  }
1209
- .K4Ecoa_block {
1209
+ .TVAt5q_block {
1210
1210
  width: 100%;
1211
1211
  }
1212
1212
 
1213
- .K4Ecoa_checkbox {
1213
+ .TVAt5q_checkbox {
1214
1214
  opacity: 0;
1215
1215
  position: absolute;
1216
1216
  }
1217
1217
 
1218
- .K4Ecoa_label {
1218
+ .TVAt5q_label {
1219
1219
  --ease-out-quint: cubic-bezier(.22, 1, .36, 1);
1220
1220
  box-sizing: border-box;
1221
1221
  font-size: var(--text-body-md-size);
@@ -1238,7 +1238,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1238
1238
  position: relative;
1239
1239
  }
1240
1240
 
1241
- .K4Ecoa_label:before {
1241
+ .TVAt5q_label:before {
1242
1242
  box-sizing: border-box;
1243
1243
  content: "";
1244
1244
  border: 2px solid var(--color-outline);
@@ -1253,51 +1253,51 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1253
1253
  }
1254
1254
 
1255
1255
  @media (hover: hover) {
1256
- .K4Ecoa_label:hover:not(.K4Ecoa_disabled, .K4Ecoa_checked):before {
1256
+ .TVAt5q_label:hover:not(.TVAt5q_disabled, .TVAt5q_checked):before {
1257
1257
  background-color: var(--color-ubie-white);
1258
1258
  border-color: var(--color-ubie-blue-500);
1259
1259
  }
1260
1260
  }
1261
1261
 
1262
- .K4Ecoa_label.K4Ecoa_checked:before {
1262
+ .TVAt5q_label.TVAt5q_checked:before {
1263
1263
  background-color: var(--color-ubie-blue-600);
1264
1264
  border: none;
1265
1265
  }
1266
1266
 
1267
- .K4Ecoa_label.K4Ecoa_checked.K4Ecoa_disabled:before {
1267
+ .TVAt5q_label.TVAt5q_checked.TVAt5q_disabled:before {
1268
1268
  background-color: var(--color-placeholder);
1269
1269
  border-color: #0000;
1270
1270
  }
1271
1271
 
1272
- .K4Ecoa_label:not(.K4Ecoa_checked):has(.K4Ecoa_checkbox:focus-visible), .K4Ecoa_label.K4Ecoa_checked:has(.K4Ecoa_checkbox:focus-visible) {
1272
+ .TVAt5q_label:not(.TVAt5q_checked):has(.TVAt5q_checkbox:focus-visible), .TVAt5q_label.TVAt5q_checked:has(.TVAt5q_checkbox:focus-visible) {
1273
1273
  box-shadow: 0 0 0 2px var(--color-ubie-pink-500);
1274
1274
  }
1275
1275
 
1276
1276
  @media (hover: hover) {
1277
- .K4Ecoa_label:hover {
1277
+ .TVAt5q_label:hover {
1278
1278
  background-color: var(--color-ubie-blue-100);
1279
1279
  }
1280
1280
 
1281
- .K4Ecoa_label.K4Ecoa_checked:not(.K4Ecoa_disabled):hover {
1281
+ .TVAt5q_label.TVAt5q_checked:not(.TVAt5q_disabled):hover {
1282
1282
  outline-color: var(--color-ubie-blue-700);
1283
1283
  }
1284
1284
 
1285
- .K4Ecoa_label.K4Ecoa_checked:not(.K4Ecoa_disabled):hover:before {
1285
+ .TVAt5q_label.TVAt5q_checked:not(.TVAt5q_disabled):hover:before {
1286
1286
  background-color: var(--color-ubie-blue-700);
1287
1287
  }
1288
1288
  }
1289
1289
 
1290
- .K4Ecoa_label.K4Ecoa_disabled {
1290
+ .TVAt5q_label.TVAt5q_disabled {
1291
1291
  color: var(--color-placeholder);
1292
1292
  background-color: var(--color-outline-variant);
1293
1293
  outline-color: var(--color-outline);
1294
1294
  }
1295
1295
 
1296
- .K4Ecoa_label.K4Ecoa_disabled:before {
1296
+ .TVAt5q_label.TVAt5q_disabled:before {
1297
1297
  border-color: var(--color-placeholder);
1298
1298
  }
1299
1299
 
1300
- .K4Ecoa_checkIcon {
1300
+ .TVAt5q_checkIcon {
1301
1301
  color: var(--color-ubie-white);
1302
1302
  line-height: 1;
1303
1303
  position: absolute;
@@ -1305,13 +1305,13 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1305
1305
  left: 14px;
1306
1306
  translate: 0 -50%;
1307
1307
  }
1308
- .EAa8ta_wrapper {
1308
+ .JNWbkq_wrapper {
1309
1309
  border: none;
1310
1310
  margin: 0;
1311
1311
  padding: 0;
1312
1312
  }
1313
1313
 
1314
- .EAa8ta_legend {
1314
+ .JNWbkq_legend {
1315
1315
  gap: var(--size-spacing-xs);
1316
1316
  margin-bottom: var(--size-spacing-md);
1317
1317
  font-size: var(--text-body-sm-size);
@@ -1321,7 +1321,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1321
1321
  font-weight: bold;
1322
1322
  display: flex;
1323
1323
  }
1324
- .UtYYQa_required {
1324
+ .RvUxGa_required {
1325
1325
  padding: 2px var(--size-spacing-xxs) 1px;
1326
1326
  font-size: var(--text-tag-md-size);
1327
1327
  line-height: var(--text-tag-md-line);
@@ -1331,7 +1331,7 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1331
1331
  flex-shrink: 0;
1332
1332
  display: inline-block;
1333
1333
  }
1334
- .mQpb1W_input {
1334
+ .PxP8Lq_input {
1335
1335
  box-sizing: border-box;
1336
1336
  width: 100%;
1337
1337
  padding: var(--size-spacing-md) var(--size-spacing-sm) .875rem;
@@ -1347,37 +1347,37 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1347
1347
  border-radius: 8px 8px 0 0;
1348
1348
  }
1349
1349
 
1350
- .mQpb1W_input.mQpb1W_isInvalid, .mQpb1W_input:user-invalid {
1350
+ .PxP8Lq_input.PxP8Lq_isInvalid, .PxP8Lq_input:user-invalid {
1351
1351
  background: var(--color-error-container);
1352
1352
  border-bottom-color: var(--color-error);
1353
1353
  }
1354
1354
 
1355
1355
  @supports not selector(:user-invalid) {
1356
- .mQpb1W_input:invalid {
1356
+ .PxP8Lq_input:invalid {
1357
1357
  background: var(--color-error-container);
1358
1358
  border-bottom-color: var(--color-error);
1359
1359
  }
1360
1360
  }
1361
1361
 
1362
- .mQpb1W_input:disabled {
1362
+ .PxP8Lq_input:disabled {
1363
1363
  color: var(--color-placeholder);
1364
1364
  background-color: var(--color-outline-variant);
1365
1365
  }
1366
1366
 
1367
- .mQpb1W_input::placeholder, .mQpb1W_input:disabled::placeholder {
1367
+ .PxP8Lq_input::placeholder, .PxP8Lq_input:disabled::placeholder {
1368
1368
  color: var(--color-placeholder);
1369
1369
  }
1370
1370
 
1371
- .mQpb1W_input:focus {
1371
+ .PxP8Lq_input:focus {
1372
1372
  border-bottom-color: var(--color-ubie-blue-500);
1373
1373
  outline: none;
1374
1374
  }
1375
1375
 
1376
- .mQpb1W_input[type="date"] {
1376
+ .PxP8Lq_input[type="date"] {
1377
1377
  height: 3.5rem;
1378
1378
  line-height: 1;
1379
1379
  }
1380
- .Kgl5ZW_label {
1380
+ .nwsf-G_label {
1381
1381
  gap: var(--size-spacing-xs);
1382
1382
  font-size: var(--text-body-sm-size);
1383
1383
  hyphens: auto;
@@ -1388,10 +1388,10 @@ button.SKhJ5a_text.SKhJ5a_link:focus-visible {
1388
1388
  display: flex;
1389
1389
  }
1390
1390
 
1391
- legend.Kgl5ZW_label {
1391
+ legend.nwsf-G_label {
1392
1392
  padding: 0;
1393
1393
  }
1394
- .nLg3XG_card {
1394
+ ._9uvFMG_card {
1395
1395
  --ease-out-quint: cubic-bezier(.22, 1, .36, 1);
1396
1396
  gap: var(--size-spacing-sm);
1397
1397
  padding: var(--size-spacing-md);
@@ -1406,86 +1406,86 @@ legend.Kgl5ZW_label {
1406
1406
  display: flex;
1407
1407
  }
1408
1408
 
1409
- .nLg3XG_card:hover {
1409
+ ._9uvFMG_card:hover {
1410
1410
  background-color: var(--color-ubie-blue-100);
1411
1411
  }
1412
1412
 
1413
- .nLg3XG_icon {
1413
+ ._9uvFMG_icon {
1414
1414
  color: var(--color-ubie-blue-600);
1415
1415
  flex: none;
1416
1416
  }
1417
1417
 
1418
- .nLg3XG_icon > * {
1418
+ ._9uvFMG_icon > * {
1419
1419
  width: var(--icon-size);
1420
1420
  height: var(--icon-size);
1421
1421
  vertical-align: bottom;
1422
1422
  }
1423
1423
 
1424
- .nLg3XG_text {
1424
+ ._9uvFMG_text {
1425
1425
  gap: var(--size-spacing-xxs);
1426
1426
  flex-direction: column;
1427
1427
  flex: 1;
1428
1428
  display: flex;
1429
1429
  }
1430
1430
 
1431
- .nLg3XG_title {
1431
+ ._9uvFMG_title {
1432
1432
  font-size: var(--title-font-size);
1433
1433
  color: var(--color-on-surface);
1434
1434
  margin: 0;
1435
1435
  font-weight: bold;
1436
1436
  }
1437
1437
 
1438
- .nLg3XG_description {
1438
+ ._9uvFMG_description {
1439
1439
  font-size: var(--description-font-size);
1440
1440
  line-height: var(--description-line-height);
1441
1441
  color: var(--color-on-surface-variant);
1442
1442
  margin: 0;
1443
1443
  }
1444
1444
 
1445
- .nLg3XG_caret {
1445
+ ._9uvFMG_caret {
1446
1446
  width: 1.25rem;
1447
1447
  height: 1.25rem;
1448
1448
  color: var(--color-ubie-blue-600);
1449
1449
  }
1450
1450
 
1451
- .nLg3XG_medium {
1451
+ ._9uvFMG_medium {
1452
1452
  --icon-size: 2rem;
1453
1453
  --title-font-size: var(--text-heading-xs-line);
1454
1454
  --description-font-size: var(--text-body-sm-size);
1455
1455
  --description-line-height: var(--text-body-sm-line);
1456
1456
  }
1457
1457
 
1458
- .nLg3XG_small {
1458
+ ._9uvFMG_small {
1459
1459
  --icon-size: 1.25rem;
1460
1460
  --title-font-size: var(--text-button-md-size);
1461
1461
  --description-font-size: var(--text-body-xs-size);
1462
1462
  --description-line-height: var(--text-body-xs-line);
1463
1463
  }
1464
- ._6H5AqG_modal {
1464
+ .Z0p0Ka_modal {
1465
1465
  z-index: var(--z-index-modal);
1466
1466
  position: fixed;
1467
1467
  inset: 0;
1468
1468
  overflow: hidden;
1469
1469
  }
1470
1470
 
1471
- ._6H5AqG_overlay {
1471
+ .Z0p0Ka_overlay {
1472
1472
  position: fixed;
1473
1473
  inset: 0;
1474
1474
  }
1475
1475
 
1476
- ._6H5AqG_normalOverlay {
1476
+ .Z0p0Ka_normalOverlay {
1477
1477
  background: #00000080;
1478
1478
  }
1479
1479
 
1480
- ._6H5AqG_darkerOverlay {
1480
+ .Z0p0Ka_darkerOverlay {
1481
1481
  background: #000c;
1482
1482
  }
1483
1483
 
1484
- ._6H5AqG_contents {
1484
+ .Z0p0Ka_contents {
1485
1485
  padding: 0 var(--size-spacing-md);
1486
1486
  }
1487
1487
 
1488
- ._6H5AqG_dialog {
1488
+ .Z0p0Ka_dialog {
1489
1489
  border-radius: 12px;
1490
1490
  background: #fff;
1491
1491
  border-end-end-radius: 0;
@@ -1503,29 +1503,29 @@ legend.Kgl5ZW_label {
1503
1503
  transform: translate3d(-50%, 0, 0);
1504
1504
  }
1505
1505
 
1506
- ._6H5AqG_dialog._6H5AqG_fullscreen {
1506
+ .Z0p0Ka_dialog.Z0p0Ka_fullscreen {
1507
1507
  height: calc(100% - 24px);
1508
1508
  }
1509
1509
 
1510
- ._6H5AqG_scrollContainer {
1510
+ .Z0p0Ka_scrollContainer {
1511
1511
  height: 100%;
1512
1512
  overflow-y: auto;
1513
1513
  }
1514
1514
 
1515
- ._6H5AqG_mainContent {
1515
+ .Z0p0Ka_mainContent {
1516
1516
  flex-direction: column;
1517
1517
  display: flex;
1518
1518
  }
1519
1519
 
1520
- ._6H5AqG_mainContent._6H5AqG_fullscreen {
1520
+ .Z0p0Ka_mainContent.Z0p0Ka_fullscreen {
1521
1521
  min-height: 100%;
1522
1522
  }
1523
1523
 
1524
- ._6H5AqG_mainContent._6H5AqG_headerLess {
1524
+ .Z0p0Ka_mainContent.Z0p0Ka_headerLess {
1525
1525
  padding-top: var(--size-spacing-xl);
1526
1526
  }
1527
1527
 
1528
- ._6H5AqG_header {
1528
+ .Z0p0Ka_header {
1529
1529
  padding: var(--size-spacing-lg) var(--size-spacing-md);
1530
1530
  font-size: var(--text-heading-xs-size);
1531
1531
  font-weight: bold;
@@ -1536,102 +1536,102 @@ legend.Kgl5ZW_label {
1536
1536
  outline: none;
1537
1537
  }
1538
1538
 
1539
- ._6H5AqG_header._6H5AqG_sticky {
1539
+ .Z0p0Ka_header.Z0p0Ka_sticky {
1540
1540
  z-index: 1;
1541
1541
  position: sticky;
1542
1542
  top: 0;
1543
1543
  }
1544
1544
 
1545
- ._6H5AqG_header._6H5AqG_sticky._6H5AqG_canScroll {
1545
+ .Z0p0Ka_header.Z0p0Ka_sticky.Z0p0Ka_canScroll {
1546
1546
  border-bottom: 1px solid var(--color-outline);
1547
1547
  }
1548
1548
 
1549
- ._6H5AqG_body {
1549
+ .Z0p0Ka_body {
1550
1550
  z-index: 0;
1551
1551
  padding-right: var(--size-spacing-md);
1552
1552
  padding-left: var(--size-spacing-md);
1553
1553
  }
1554
1554
 
1555
- ._6H5AqG_body._6H5AqG_fullscreen {
1555
+ .Z0p0Ka_body.Z0p0Ka_fullscreen {
1556
1556
  flex: 1;
1557
1557
  min-height: 400px;
1558
1558
  overflow: hidden;
1559
1559
  }
1560
1560
 
1561
- ._6H5AqG_buttonContainer {
1561
+ .Z0p0Ka_buttonContainer {
1562
1562
  gap: var(--size-spacing-md);
1563
1563
  padding: var(--size-spacing-lg) var(--size-spacing-md) var(--size-spacing-md);
1564
1564
  background-color: var(--color-ubie-white);
1565
1565
  display: grid;
1566
1566
  }
1567
1567
 
1568
- ._6H5AqG_buttonContainer._6H5AqG_sticky {
1568
+ .Z0p0Ka_buttonContainer.Z0p0Ka_sticky {
1569
1569
  position: sticky;
1570
1570
  bottom: 0;
1571
1571
  }
1572
1572
 
1573
- ._6H5AqG_buttonContainer._6H5AqG_sticky._6H5AqG_canScroll {
1573
+ .Z0p0Ka_buttonContainer.Z0p0Ka_sticky.Z0p0Ka_canScroll {
1574
1574
  border-top: 1px solid var(--color-outline);
1575
1575
  }
1576
1576
 
1577
- ._6H5AqG_overlayEnter {
1577
+ .Z0p0Ka_overlayEnter {
1578
1578
  transition-property: opacity;
1579
1579
  transition-duration: .3s;
1580
1580
  transition-timing-function: ease-out;
1581
1581
  }
1582
1582
 
1583
- ._6H5AqG_overlayEnterFrom {
1583
+ .Z0p0Ka_overlayEnterFrom {
1584
1584
  opacity: 0;
1585
1585
  }
1586
1586
 
1587
- ._6H5AqG_overlayEnterTo {
1587
+ .Z0p0Ka_overlayEnterTo {
1588
1588
  opacity: 1;
1589
1589
  }
1590
1590
 
1591
- ._6H5AqG_overlayLeave {
1591
+ .Z0p0Ka_overlayLeave {
1592
1592
  transition-duration: .2s;
1593
1593
  transition-timing-function: ease-in;
1594
1594
  }
1595
1595
 
1596
- ._6H5AqG_overlayLeaveFrom {
1596
+ .Z0p0Ka_overlayLeaveFrom {
1597
1597
  opacity: 1;
1598
1598
  }
1599
1599
 
1600
- ._6H5AqG_overlayLeaveTo {
1600
+ .Z0p0Ka_overlayLeaveTo {
1601
1601
  opacity: 0;
1602
1602
  }
1603
1603
 
1604
- ._6H5AqG_panelEnter {
1604
+ .Z0p0Ka_panelEnter {
1605
1605
  transition-property: transform, opacity;
1606
1606
  transition-duration: .3s;
1607
1607
  transition-timing-function: ease-out;
1608
1608
  }
1609
1609
 
1610
- ._6H5AqG_panelEnterFrom {
1610
+ .Z0p0Ka_panelEnterFrom {
1611
1611
  opacity: 0;
1612
1612
  transform: translate3d(-50%, 100%, 0);
1613
1613
  }
1614
1614
 
1615
- ._6H5AqG_panelEnterTo {
1615
+ .Z0p0Ka_panelEnterTo {
1616
1616
  opacity: 1;
1617
1617
  transform: translate3d(-50%, 0, 0);
1618
1618
  }
1619
1619
 
1620
- ._6H5AqG_panelLeave {
1620
+ .Z0p0Ka_panelLeave {
1621
1621
  transition-duration: .2s;
1622
1622
  transition-timing-function: ease-in;
1623
1623
  }
1624
1624
 
1625
- ._6H5AqG_panelLeaveFrom {
1625
+ .Z0p0Ka_panelLeaveFrom {
1626
1626
  opacity: 1;
1627
1627
  transform: translate3d(-50%, 0, 0);
1628
1628
  }
1629
1629
 
1630
- ._6H5AqG_panelLeaveTo {
1630
+ .Z0p0Ka_panelLeaveTo {
1631
1631
  opacity: 0;
1632
1632
  transform: translate3d(-50%, 100%, 0);
1633
1633
  }
1634
- .uk0hWG_modal {
1634
+ ._4Uqzmq_modal {
1635
1635
  z-index: var(--z-index-modal);
1636
1636
  justify-content: center;
1637
1637
  align-items: center;
@@ -1640,20 +1640,20 @@ legend.Kgl5ZW_label {
1640
1640
  inset: 0;
1641
1641
  }
1642
1642
 
1643
- .uk0hWG_overlay {
1643
+ ._4Uqzmq_overlay {
1644
1644
  position: fixed;
1645
1645
  inset: 0;
1646
1646
  }
1647
1647
 
1648
- .uk0hWG_normalOverlay {
1648
+ ._4Uqzmq_normalOverlay {
1649
1649
  background: #00000080;
1650
1650
  }
1651
1651
 
1652
- .uk0hWG_darkerOverlay {
1652
+ ._4Uqzmq_darkerOverlay {
1653
1653
  background: #000c;
1654
1654
  }
1655
1655
 
1656
- .uk0hWG_dialog {
1656
+ ._4Uqzmq_dialog {
1657
1657
  box-sizing: border-box;
1658
1658
  border-radius: var(--radius-lg);
1659
1659
  background: #fff;
@@ -1667,30 +1667,30 @@ legend.Kgl5ZW_label {
1667
1667
  overflow: hidden;
1668
1668
  }
1669
1669
 
1670
- .uk0hWG_dialog.uk0hWG_fixedHeight {
1670
+ ._4Uqzmq_dialog._4Uqzmq_fixedHeight {
1671
1671
  height: calc(100% - 48px);
1672
1672
  }
1673
1673
 
1674
- .uk0hWG_scrollContainer {
1674
+ ._4Uqzmq_scrollContainer {
1675
1675
  height: 100%;
1676
1676
  overflow-y: auto;
1677
1677
  }
1678
1678
 
1679
- .uk0hWG_mainContent {
1679
+ ._4Uqzmq_mainContent {
1680
1680
  box-sizing: border-box;
1681
1681
  flex-direction: column;
1682
1682
  display: flex;
1683
1683
  }
1684
1684
 
1685
- .uk0hWG_mainContent.uk0hWG_fixedHeight {
1685
+ ._4Uqzmq_mainContent._4Uqzmq_fixedHeight {
1686
1686
  min-height: 100%;
1687
1687
  }
1688
1688
 
1689
- .uk0hWG_mainContent.uk0hWG_headerLess {
1689
+ ._4Uqzmq_mainContent._4Uqzmq_headerLess {
1690
1690
  padding-top: var(--size-spacing-xl);
1691
1691
  }
1692
1692
 
1693
- .uk0hWG_header {
1693
+ ._4Uqzmq_header {
1694
1694
  padding: var(--size-spacing-lg) var(--size-spacing-md);
1695
1695
  font-size: var(--text-heading-xs-size);
1696
1696
  font-weight: bold;
@@ -1701,83 +1701,83 @@ legend.Kgl5ZW_label {
1701
1701
  outline: none;
1702
1702
  }
1703
1703
 
1704
- .uk0hWG_header.uk0hWG_sticky {
1704
+ ._4Uqzmq_header._4Uqzmq_sticky {
1705
1705
  z-index: 1;
1706
1706
  position: sticky;
1707
1707
  top: 0;
1708
1708
  }
1709
1709
 
1710
- .uk0hWG_header.uk0hWG_sticky.uk0hWG_canScroll {
1710
+ ._4Uqzmq_header._4Uqzmq_sticky._4Uqzmq_canScroll {
1711
1711
  border-bottom: 1px solid var(--color-outline);
1712
1712
  }
1713
1713
 
1714
- .uk0hWG_body {
1714
+ ._4Uqzmq_body {
1715
1715
  z-index: 0;
1716
1716
  padding-right: var(--size-spacing-md);
1717
1717
  padding-left: var(--size-spacing-md);
1718
1718
  text-align: center;
1719
1719
  }
1720
1720
 
1721
- .uk0hWG_body.uk0hWG_fixedHeight {
1721
+ ._4Uqzmq_body._4Uqzmq_fixedHeight {
1722
1722
  flex-grow: 1;
1723
1723
  min-height: 400px;
1724
1724
  overflow: hidden;
1725
1725
  }
1726
1726
 
1727
- .uk0hWG_hero {
1727
+ ._4Uqzmq_hero {
1728
1728
  flex: none;
1729
1729
  overflow: hidden;
1730
1730
  }
1731
1731
 
1732
- .uk0hWG_footer {
1732
+ ._4Uqzmq_footer {
1733
1733
  padding: var(--size-spacing-lg) var(--size-spacing-md) var(--size-spacing-md);
1734
1734
  background-color: var(--color-ubie-white);
1735
1735
  }
1736
1736
 
1737
- .uk0hWG_footer.uk0hWG_sticky {
1737
+ ._4Uqzmq_footer._4Uqzmq_sticky {
1738
1738
  position: sticky;
1739
1739
  bottom: 0;
1740
1740
  }
1741
1741
 
1742
- .uk0hWG_footer.uk0hWG_sticky.uk0hWG_canScroll {
1742
+ ._4Uqzmq_footer._4Uqzmq_sticky._4Uqzmq_canScroll {
1743
1743
  border-top: 1px solid var(--color-outline);
1744
1744
  }
1745
1745
 
1746
- .uk0hWG_panelEnter {
1746
+ ._4Uqzmq_panelEnter {
1747
1747
  transition-property: opacity;
1748
1748
  transition-duration: .25s;
1749
1749
  transition-timing-function: ease-out;
1750
1750
  }
1751
1751
 
1752
- .uk0hWG_panelEnterFrom {
1752
+ ._4Uqzmq_panelEnterFrom {
1753
1753
  opacity: 0;
1754
1754
  }
1755
1755
 
1756
- .uk0hWG_panelEnterTo {
1756
+ ._4Uqzmq_panelEnterTo {
1757
1757
  opacity: 1;
1758
1758
  }
1759
1759
 
1760
- .uk0hWG_panelLeave {
1760
+ ._4Uqzmq_panelLeave {
1761
1761
  transition-duration: .2s;
1762
1762
  transition-timing-function: ease-in;
1763
1763
  }
1764
1764
 
1765
- .uk0hWG_panelLeaveFrom {
1765
+ ._4Uqzmq_panelLeaveFrom {
1766
1766
  opacity: 1;
1767
1767
  }
1768
1768
 
1769
- .uk0hWG_panelLeaveTo {
1769
+ ._4Uqzmq_panelLeaveTo {
1770
1770
  opacity: 0;
1771
1771
  }
1772
- .BTRgTq_pre {
1772
+ .DIY0Sa_pre {
1773
1773
  white-space: var(--white-space);
1774
1774
  display: block;
1775
1775
  }
1776
1776
 
1777
- .BTRgTq_pre.BTRgTq_inline {
1777
+ .DIY0Sa_pre.DIY0Sa_inline {
1778
1778
  display: inline-block;
1779
1779
  }
1780
- .iG-ReW_icon {
1780
+ ._0NanDW_icon {
1781
1781
  box-sizing: border-box;
1782
1782
  background-color: var(--color-surface-container);
1783
1783
  border: 2px solid var(--color-outline);
@@ -1788,97 +1788,97 @@ legend.Kgl5ZW_label {
1788
1788
  display: inline-flex;
1789
1789
  }
1790
1790
 
1791
- .iG-ReW_text {
1791
+ ._0NanDW_text {
1792
1792
  hyphens: auto;
1793
1793
  overflow-wrap: anywhere;
1794
1794
  }
1795
1795
 
1796
- .iG-ReW_medium .iG-ReW_icon {
1796
+ ._0NanDW_medium ._0NanDW_icon {
1797
1797
  width: 1.5rem;
1798
1798
  height: 1.5rem;
1799
1799
  }
1800
1800
 
1801
- .iG-ReW_small .iG-ReW_icon {
1801
+ ._0NanDW_small ._0NanDW_icon {
1802
1802
  width: 1.25rem;
1803
1803
  height: 1.25rem;
1804
1804
  }
1805
1805
 
1806
1806
  @media (hover: hover) {
1807
- .iG-ReW_label:hover .iG-ReW_icon {
1807
+ ._0NanDW_label:hover ._0NanDW_icon {
1808
1808
  border-color: var(--color-ubie-blue-500);
1809
1809
  }
1810
1810
  }
1811
1811
 
1812
- .iG-ReW_icon:before {
1812
+ ._0NanDW_icon:before {
1813
1813
  content: "";
1814
1814
  border-radius: 16px;
1815
1815
  }
1816
1816
 
1817
- .iG-ReW_medium .iG-ReW_icon:before {
1817
+ ._0NanDW_medium ._0NanDW_icon:before {
1818
1818
  width: 1rem;
1819
1819
  height: 1rem;
1820
1820
  }
1821
1821
 
1822
- .iG-ReW_small .iG-ReW_icon:before {
1822
+ ._0NanDW_small ._0NanDW_icon:before {
1823
1823
  width: .75rem;
1824
1824
  height: .75rem;
1825
1825
  }
1826
1826
 
1827
- .iG-ReW_radio {
1827
+ ._0NanDW_radio {
1828
1828
  opacity: 0;
1829
1829
  position: absolute;
1830
1830
  }
1831
1831
 
1832
- .iG-ReW_radio:checked + .iG-ReW_icon {
1832
+ ._0NanDW_radio:checked + ._0NanDW_icon {
1833
1833
  border-color: var(--color-ubie-blue-600);
1834
1834
  }
1835
1835
 
1836
- .iG-ReW_radio:checked + .iG-ReW_icon:before {
1836
+ ._0NanDW_radio:checked + ._0NanDW_icon:before {
1837
1837
  background: var(--color-ubie-blue-600);
1838
1838
  }
1839
1839
 
1840
- .iG-ReW_radio:disabled + .iG-ReW_icon + .iG-ReW_text {
1840
+ ._0NanDW_radio:disabled + ._0NanDW_icon + ._0NanDW_text {
1841
1841
  color: var(--color-placeholder);
1842
1842
  }
1843
1843
 
1844
- .iG-ReW_radio:disabled + .iG-ReW_icon {
1844
+ ._0NanDW_radio:disabled + ._0NanDW_icon {
1845
1845
  border-color: var(--color-placeholder);
1846
1846
  }
1847
1847
 
1848
- .iG-ReW_radio:checked:disabled + .iG-ReW_icon:before {
1848
+ ._0NanDW_radio:checked:disabled + ._0NanDW_icon:before {
1849
1849
  background: var(--color-placeholder);
1850
1850
  }
1851
1851
 
1852
- .iG-ReW_radio:focus-visible + .iG-ReW_icon {
1852
+ ._0NanDW_radio:focus-visible + ._0NanDW_icon {
1853
1853
  border-color: var(--color-ubie-pink-500);
1854
1854
  }
1855
1855
 
1856
- .iG-ReW_label {
1856
+ ._0NanDW_label {
1857
1857
  gap: var(--size-spacing-xs);
1858
1858
  cursor: pointer;
1859
1859
  align-items: center;
1860
1860
  display: flex;
1861
1861
  }
1862
1862
 
1863
- .iG-ReW_medium .iG-ReW_label {
1863
+ ._0NanDW_medium ._0NanDW_label {
1864
1864
  font-size: var(--text-body-md-size);
1865
1865
  line-height: var(--text-body-md-narrow-line);
1866
1866
  }
1867
1867
 
1868
- .iG-ReW_small .iG-ReW_label {
1868
+ ._0NanDW_small ._0NanDW_label {
1869
1869
  font-size: var(--text-body-sm-size);
1870
1870
  line-height: var(--text-body-sm-narrow-line);
1871
1871
  }
1872
- .wnsRga_block {
1872
+ .eNKb-W_block {
1873
1873
  width: 100%;
1874
1874
  }
1875
1875
 
1876
- .wnsRga_radio {
1876
+ .eNKb-W_radio {
1877
1877
  opacity: 0;
1878
1878
  position: absolute;
1879
1879
  }
1880
1880
 
1881
- .wnsRga_label {
1881
+ .eNKb-W_label {
1882
1882
  --ease-out-quint: cubic-bezier(.22, 1, .36, 1);
1883
1883
  box-sizing: border-box;
1884
1884
  font-size: var(--text-body-md-size);
@@ -1899,12 +1899,12 @@ legend.Kgl5ZW_label {
1899
1899
  position: relative;
1900
1900
  }
1901
1901
 
1902
- .wnsRga_label.wnsRga_checked {
1902
+ .eNKb-W_label.eNKb-W_checked {
1903
1903
  background: var(--color-ubie-blue-100);
1904
1904
  outline: 2px solid var(--color-ubie-blue-500);
1905
1905
  }
1906
1906
 
1907
- .wnsRga_label:before {
1907
+ .eNKb-W_label:before {
1908
1908
  box-sizing: border-box;
1909
1909
  content: "";
1910
1910
  outline: 2px solid var(--color-outline);
@@ -1919,16 +1919,16 @@ legend.Kgl5ZW_label {
1919
1919
  }
1920
1920
 
1921
1921
  @media (hover: hover) {
1922
- .wnsRga_label:hover:not(.wnsRga_disabled, .wnsRga_checked):before {
1922
+ .eNKb-W_label:hover:not(.eNKb-W_disabled, .eNKb-W_checked):before {
1923
1923
  outline: 2px solid var(--color-ubie-blue-500);
1924
1924
  }
1925
1925
  }
1926
1926
 
1927
- .wnsRga_label.wnsRga_checked:before {
1927
+ .eNKb-W_label.eNKb-W_checked:before {
1928
1928
  outline: 2px solid var(--color-ubie-blue-600);
1929
1929
  }
1930
1930
 
1931
- .wnsRga_label.wnsRga_checked:after {
1931
+ .eNKb-W_label.eNKb-W_checked:after {
1932
1932
  box-sizing: border-box;
1933
1933
  content: "";
1934
1934
  background: var(--color-ubie-blue-600);
@@ -1942,7 +1942,7 @@ legend.Kgl5ZW_label {
1942
1942
  transform: translateY(-50%);
1943
1943
  }
1944
1944
 
1945
- .wnsRga_label:after {
1945
+ .eNKb-W_label:after {
1946
1946
  box-sizing: border-box;
1947
1947
  content: "";
1948
1948
  border-radius: 50%;
@@ -1953,36 +1953,36 @@ legend.Kgl5ZW_label {
1953
1953
  transform: translateY(-50%);
1954
1954
  }
1955
1955
 
1956
- .wnsRga_label.wnsRga_checked.wnsRga_disabled:before {
1956
+ .eNKb-W_label.eNKb-W_checked.eNKb-W_disabled:before {
1957
1957
  outline-color: var(--color-outline);
1958
1958
  }
1959
1959
 
1960
- .wnsRga_label.wnsRga_checked.wnsRga_disabled:after {
1960
+ .eNKb-W_label.eNKb-W_checked.eNKb-W_disabled:after {
1961
1961
  background-color: var(--color-placeholder);
1962
1962
  }
1963
1963
 
1964
- .wnsRga_label:has(.wnsRga_radio:focus-visible) {
1964
+ .eNKb-W_label:has(.eNKb-W_radio:focus-visible) {
1965
1965
  box-shadow: 0 0 0 4px var(--color-ubie-pink-500);
1966
1966
  }
1967
1967
 
1968
1968
  @media (hover: hover) {
1969
- .wnsRga_label:hover {
1969
+ .eNKb-W_label:hover {
1970
1970
  background-color: var(--color-ubie-blue-100);
1971
1971
  }
1972
1972
  }
1973
1973
 
1974
- .wnsRga_label.wnsRga_disabled {
1974
+ .eNKb-W_label.eNKb-W_disabled {
1975
1975
  color: var(--color-placeholder);
1976
1976
  background-color: var(--color-outline-variant);
1977
1977
  outline-color: var(--color-placeholder);
1978
1978
  }
1979
- .BEfV9q_wrapper {
1979
+ .AZ05Za_wrapper {
1980
1980
  border: none;
1981
1981
  margin: 0;
1982
1982
  padding: 0;
1983
1983
  }
1984
1984
 
1985
- .BEfV9q_legend {
1985
+ .AZ05Za_legend {
1986
1986
  gap: var(--size-spacing-xs);
1987
1987
  margin-bottom: var(--size-spacing-md);
1988
1988
  font-size: var(--text-body-sm-size);
@@ -1992,11 +1992,11 @@ legend.Kgl5ZW_label {
1992
1992
  font-weight: bold;
1993
1993
  display: flex;
1994
1994
  }
1995
- .tb5TjW_wrapper {
1995
+ .kEcolW_wrapper {
1996
1996
  position: relative;
1997
1997
  }
1998
1998
 
1999
- .tb5TjW_select {
1999
+ .kEcolW_select {
2000
2000
  width: 100%;
2001
2001
  min-height: 54px;
2002
2002
  font-size: var(--text-body-md-size);
@@ -2015,25 +2015,25 @@ legend.Kgl5ZW_label {
2015
2015
  display: flex;
2016
2016
  }
2017
2017
 
2018
- .tb5TjW_select::placeholder {
2018
+ .kEcolW_select::placeholder {
2019
2019
  color: var(--color-placeholder);
2020
2020
  }
2021
2021
 
2022
- .tb5TjW_select:focus {
2022
+ .kEcolW_select:focus {
2023
2023
  outline: none;
2024
2024
  }
2025
2025
 
2026
- .tb5TjW_select:focus-visible {
2026
+ .kEcolW_select:focus-visible {
2027
2027
  border-color: var(--color-ubie-blue-500);
2028
2028
  }
2029
2029
 
2030
2030
  @media (hover: hover) {
2031
- .tb5TjW_select:hover {
2031
+ .kEcolW_select:hover {
2032
2032
  border: 2px solid var(--color-ubie-blue-400);
2033
2033
  }
2034
2034
  }
2035
2035
 
2036
- .tb5TjW_icon {
2036
+ .kEcolW_icon {
2037
2037
  width: 24px;
2038
2038
  height: 24px;
2039
2039
  color: var(--color-ubie-blue-600);
@@ -2044,25 +2044,25 @@ legend.Kgl5ZW_label {
2044
2044
  transform: translateY(-50%);
2045
2045
  }
2046
2046
 
2047
- .tb5TjW_disabled .tb5TjW_select {
2047
+ .kEcolW_disabled .kEcolW_select {
2048
2048
  color: var(--color-on-surface-variant);
2049
2049
  background-color: var(--color-outline-variant);
2050
2050
  border-color: var(--color-outline);
2051
2051
  }
2052
2052
 
2053
- .tb5TjW_disabled .tb5TjW_icon {
2053
+ .kEcolW_disabled .kEcolW_icon {
2054
2054
  color: var(--color-on-surface-variant);
2055
2055
  }
2056
2056
 
2057
- .tb5TjW_isInvalid .tb5TjW_select {
2057
+ .kEcolW_isInvalid .kEcolW_select {
2058
2058
  background: var(--color-error-container);
2059
2059
  border-color: var(--color-error);
2060
2060
  }
2061
2061
 
2062
- .tb5TjW_isInvalid .tb5TjW_icon {
2062
+ .kEcolW_isInvalid .kEcolW_icon {
2063
2063
  color: var(--color-ubie-red-700);
2064
2064
  }
2065
- ._5wFE1q_textArea {
2065
+ .b0_0hW_textArea {
2066
2066
  box-sizing: border-box;
2067
2067
  width: 100%;
2068
2068
  padding: var(--size-spacing-md) var(--size-spacing-sm) .875rem;
@@ -2078,32 +2078,32 @@ legend.Kgl5ZW_label {
2078
2078
  border-radius: 8px 8px 0 0;
2079
2079
  }
2080
2080
 
2081
- ._5wFE1q_textArea:disabled {
2081
+ .b0_0hW_textArea:disabled {
2082
2082
  color: var(--color-placeholder);
2083
2083
  background-color: var(--color-outline-variant);
2084
2084
  }
2085
2085
 
2086
- ._5wFE1q_textArea::placeholder, ._5wFE1q_textArea:disabled::placeholder {
2086
+ .b0_0hW_textArea::placeholder, .b0_0hW_textArea:disabled::placeholder {
2087
2087
  color: var(--color-placeholder);
2088
2088
  }
2089
2089
 
2090
- ._5wFE1q_textArea._5wFE1q_isInvalid, ._5wFE1q_textArea:user-invalid {
2090
+ .b0_0hW_textArea.b0_0hW_isInvalid, .b0_0hW_textArea:user-invalid {
2091
2091
  background: var(--color-error-container);
2092
2092
  border-bottom-color: var(--color-ubie-red-700);
2093
2093
  }
2094
2094
 
2095
2095
  @supports not selector(:user-invalid) {
2096
- ._5wFE1q_textArea:invalid {
2096
+ .b0_0hW_textArea:invalid {
2097
2097
  background: var(--color-error-container);
2098
2098
  border-bottom-color: var(--color-ubie-red-700);
2099
2099
  }
2100
2100
  }
2101
2101
 
2102
- ._5wFE1q_textArea:focus {
2102
+ .b0_0hW_textArea:focus {
2103
2103
  border-bottom-color: var(--color-ubie-blue-600);
2104
2104
  outline: none;
2105
2105
  }
2106
- ._5OvBwa_stepper {
2106
+ .KbDmYa_stepper {
2107
2107
  margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
2108
2108
  flex-direction: row;
2109
2109
  justify-content: stretch;
@@ -2111,7 +2111,7 @@ legend.Kgl5ZW_label {
2111
2111
  display: flex;
2112
2112
  }
2113
2113
 
2114
- ._5OvBwa_stepperItem {
2114
+ .KbDmYa_stepperItem {
2115
2115
  flex-direction: column;
2116
2116
  flex: 1;
2117
2117
  align-items: center;
@@ -2120,7 +2120,7 @@ legend.Kgl5ZW_label {
2120
2120
  position: relative;
2121
2121
  }
2122
2122
 
2123
- ._5OvBwa_borderLine {
2123
+ .KbDmYa_borderLine {
2124
2124
  z-index: 1;
2125
2125
  flex-direction: row;
2126
2126
  align-items: center;
@@ -2131,28 +2131,28 @@ legend.Kgl5ZW_label {
2131
2131
  right: 0;
2132
2132
  }
2133
2133
 
2134
- ._5OvBwa_iconSpacer {
2134
+ .KbDmYa_iconSpacer {
2135
2135
  flex-shrink: 0;
2136
2136
  width: 32px;
2137
2137
  }
2138
2138
 
2139
- ._5OvBwa_leftBorder, ._5OvBwa_rightBorder {
2139
+ .KbDmYa_leftBorder, .KbDmYa_rightBorder {
2140
2140
  flex: 1;
2141
2141
  align-items: center;
2142
2142
  display: flex;
2143
2143
  }
2144
2144
 
2145
- ._5OvBwa_border._5OvBwa_hidden {
2145
+ .KbDmYa_border.KbDmYa_hidden {
2146
2146
  display: none;
2147
2147
  }
2148
2148
 
2149
- ._5OvBwa_border {
2149
+ .KbDmYa_border {
2150
2150
  background-color: var(--stepper-border-color, var(--color-ubie-gray-300));
2151
2151
  width: 100%;
2152
2152
  height: 2px;
2153
2153
  }
2154
2154
 
2155
- ._5OvBwa_iconWrapper {
2155
+ .KbDmYa_iconWrapper {
2156
2156
  z-index: 2;
2157
2157
  flex-shrink: 0;
2158
2158
  justify-content: center;
@@ -2163,15 +2163,15 @@ legend.Kgl5ZW_label {
2163
2163
  position: relative;
2164
2164
  }
2165
2165
 
2166
- ._5OvBwa_borderColorBlue {
2166
+ .KbDmYa_borderColorBlue {
2167
2167
  --stepper-border-color: var(--color-ubie-blue-600);
2168
2168
  }
2169
2169
 
2170
- ._5OvBwa_borderColorGray {
2170
+ .KbDmYa_borderColorGray {
2171
2171
  --stepper-border-color: var(--color-ubie-gray-300);
2172
2172
  }
2173
2173
 
2174
- ._5OvBwa_doneCircle {
2174
+ .KbDmYa_doneCircle {
2175
2175
  width: 24px;
2176
2176
  height: 24px;
2177
2177
  color: var(--color-ubie-blue-600);
@@ -2184,7 +2184,7 @@ legend.Kgl5ZW_label {
2184
2184
  display: flex;
2185
2185
  }
2186
2186
 
2187
- ._5OvBwa_currentCircle {
2187
+ .KbDmYa_currentCircle {
2188
2188
  background-color: var(--color-ubie-blue-600);
2189
2189
  border-radius: 50%;
2190
2190
  width: 24px;
@@ -2192,7 +2192,7 @@ legend.Kgl5ZW_label {
2192
2192
  position: relative;
2193
2193
  }
2194
2194
 
2195
- ._5OvBwa_undoneCircle {
2195
+ .KbDmYa_undoneCircle {
2196
2196
  border: 2px solid var(--stepper-border-color, var(--color-ubie-gray-300));
2197
2197
  background-color: #fff;
2198
2198
  border-radius: 50%;
@@ -2200,15 +2200,15 @@ legend.Kgl5ZW_label {
2200
2200
  height: 24px;
2201
2201
  }
2202
2202
 
2203
- ._5OvBwa_current ._5OvBwa_iconWrapper, ._5OvBwa_done ._5OvBwa_iconWrapper {
2203
+ .KbDmYa_current .KbDmYa_iconWrapper, .KbDmYa_done .KbDmYa_iconWrapper {
2204
2204
  color: var(--color-ubie-blue-600);
2205
2205
  }
2206
2206
 
2207
- ._5OvBwa_undone ._5OvBwa_iconWrapper {
2207
+ .KbDmYa_undone .KbDmYa_iconWrapper {
2208
2208
  color: var(--color-ubie-gray-300);
2209
2209
  }
2210
2210
 
2211
- ._5OvBwa_label {
2211
+ .KbDmYa_label {
2212
2212
  text-align: center;
2213
2213
  word-wrap: break-word;
2214
2214
  white-space: pre-wrap;
@@ -2218,16 +2218,16 @@ legend.Kgl5ZW_label {
2218
2218
  line-height: 1.5;
2219
2219
  }
2220
2220
 
2221
- ._5OvBwa_currentLabel {
2221
+ .KbDmYa_currentLabel {
2222
2222
  color: #000;
2223
2223
  font-weight: 600;
2224
2224
  }
2225
2225
 
2226
- ._5OvBwa_doneLabel, ._5OvBwa_undoneLabel {
2226
+ .KbDmYa_doneLabel, .KbDmYa_undoneLabel {
2227
2227
  color: #000;
2228
2228
  font-weight: 400;
2229
2229
  }
2230
- .pPh6qG_root {
2230
+ .NABHUG_root {
2231
2231
  cursor: pointer;
2232
2232
  -webkit-tap-highlight-color: transparent;
2233
2233
  border-radius: 3rem;
@@ -2239,38 +2239,38 @@ legend.Kgl5ZW_label {
2239
2239
  position: relative;
2240
2240
  }
2241
2241
 
2242
- .pPh6qG_root, .pPh6qG_root * {
2242
+ .NABHUG_root, .NABHUG_root * {
2243
2243
  box-sizing: border-box;
2244
2244
  }
2245
2245
 
2246
- .pPh6qG_root:has(input:focus-visible) {
2246
+ .NABHUG_root:has(input:focus-visible) {
2247
2247
  outline: 2px solid var(--color-ubie-pink-500);
2248
2248
  }
2249
2249
 
2250
- .pPh6qG_root:has(input:disabled) {
2250
+ .NABHUG_root:has(input:disabled) {
2251
2251
  cursor: default;
2252
2252
  background-color: var(--color-placeholder);
2253
2253
  }
2254
2254
 
2255
- .pPh6qG_on {
2255
+ .NABHUG_on {
2256
2256
  background-color: var(--color-ubie-blue-600);
2257
2257
  }
2258
2258
 
2259
- .pPh6qG_off {
2259
+ .NABHUG_off {
2260
2260
  background-color: var(--color-ubie-gray-500);
2261
2261
  }
2262
2262
 
2263
2263
  @media (hover: hover) {
2264
- .pPh6qG_on:hover {
2264
+ .NABHUG_on:hover {
2265
2265
  background-color: var(--color-ubie-blue-700);
2266
2266
  }
2267
2267
 
2268
- .pPh6qG_off:hover {
2268
+ .NABHUG_off:hover {
2269
2269
  background-color: var(--color-ubie-gray-700);
2270
2270
  }
2271
2271
  }
2272
2272
 
2273
- .pPh6qG_thumb {
2273
+ .NABHUG_thumb {
2274
2274
  background-color: var(--color-ubie-white);
2275
2275
  border-radius: 50%;
2276
2276
  width: 1.25rem;
@@ -2278,15 +2278,15 @@ legend.Kgl5ZW_label {
2278
2278
  transition: transform .2s;
2279
2279
  }
2280
2280
 
2281
- .pPh6qG_thumbOn {
2281
+ .NABHUG_thumbOn {
2282
2282
  transform: translateX(1.5rem);
2283
2283
  }
2284
2284
 
2285
- .pPh6qG_thumbOff {
2285
+ .NABHUG_thumbOff {
2286
2286
  transform: translateX(0);
2287
2287
  }
2288
2288
 
2289
- .pPh6qG_input {
2289
+ .NABHUG_input {
2290
2290
  clip: rect(0, 0, 0, 0);
2291
2291
  white-space: nowrap;
2292
2292
  border-width: 0;