@box/blueprint-web 12.24.0 → 12.26.0

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 (41) hide show
  1. package/dist/lib-esm/avatar/avatar.module.js +1 -1
  2. package/dist/lib-esm/badge/base-badge.module.js +1 -1
  3. package/dist/lib-esm/card-tooltip/card-tooltip.module.js +1 -1
  4. package/dist/lib-esm/card-tooltip-v2/card-tooltip-v2.module.js +1 -1
  5. package/dist/lib-esm/checkbox/checkbox.module.js +1 -1
  6. package/dist/lib-esm/combobox/combobox.js +34 -9
  7. package/dist/lib-esm/combobox/combobox.module.js +1 -1
  8. package/dist/lib-esm/combobox-group/combobox-group.module.js +1 -1
  9. package/dist/lib-esm/content-card/content-card.module.js +1 -1
  10. package/dist/lib-esm/data-table/cell/sticky-cell.module.js +1 -1
  11. package/dist/lib-esm/data-table/data-table.module.js +1 -1
  12. package/dist/lib-esm/date-picker/date-picker.module.js +1 -1
  13. package/dist/lib-esm/empty-state/empty-state.module.js +1 -1
  14. package/dist/lib-esm/icon-dual-state-button/icon-dual-state-button.module.js +1 -1
  15. package/dist/lib-esm/index.css +903 -829
  16. package/dist/lib-esm/loading-indicator/loading-indicator.module.js +1 -1
  17. package/dist/lib-esm/modal/modal.module.js +1 -1
  18. package/dist/lib-esm/page-section/page-section.module.js +1 -1
  19. package/dist/lib-esm/password-input/password-input.module.js +1 -1
  20. package/dist/lib-esm/primitives/base-inline-notice/base-inline-notice.module.js +1 -1
  21. package/dist/lib-esm/primitives/base-text-input/base-text-input.module.js +1 -1
  22. package/dist/lib-esm/primitives/calendar/calendar.module.js +1 -1
  23. package/dist/lib-esm/primitives/context-menu/context-menu.module.js +1 -1
  24. package/dist/lib-esm/primitives/dropdown-menu/dropdown-menu.module.js +1 -1
  25. package/dist/lib-esm/primitives/notification/notification.module.js +1 -1
  26. package/dist/lib-esm/primitives/popover/popover.module.js +1 -1
  27. package/dist/lib-esm/primitives/select-menu-grid/select-menu-grid-option.module.js +1 -1
  28. package/dist/lib-esm/primitives/tabs/tabs.module.js +1 -1
  29. package/dist/lib-esm/radio-group/radio-group.module.js +1 -1
  30. package/dist/lib-esm/select/select.module.js +1 -1
  31. package/dist/lib-esm/side-panel/side-panel.module.js +1 -1
  32. package/dist/lib-esm/switch/switch.module.js +1 -1
  33. package/dist/lib-esm/text/text.module.js +1 -1
  34. package/dist/lib-esm/text-area/text-area-autosize/text-area-autosize.module.js +1 -1
  35. package/dist/lib-esm/text-area/text-area.module.js +1 -1
  36. package/dist/lib-esm/text-button/text-button.module.js +1 -1
  37. package/dist/lib-esm/text-input/text-input.module.js +1 -1
  38. package/dist/lib-esm/time-picker/time-picker.module.js +1 -1
  39. package/dist/lib-esm/toolbar/toolbar.module.js +1 -1
  40. package/dist/lib-esm/util-components/interactive-icon/interactive-icon.module.js +1 -1
  41. package/package.json +3 -3
@@ -31,7 +31,7 @@
31
31
  background-color:var(--surface-surface-hover);
32
32
  }
33
33
  }
34
- .bp_base_inline_notice_module_noticeWrapper--3ccd0[data-modern=false]{
34
+ .bp_base_inline_notice_module_noticeWrapper--69602[data-modern=false]{
35
35
  --notice-radius:var(--radius-2);
36
36
  --notice-gap:var(--space-3);
37
37
  --notice-padding-block:var(--space-3);
@@ -51,17 +51,17 @@
51
51
  --notice-content-text-color:var(--text-text-on-light);
52
52
  }
53
53
 
54
- .bp_base_inline_notice_module_noticeWrapper--3ccd0[data-modern=true]{
54
+ .bp_base_inline_notice_module_noticeWrapper--69602[data-modern=true]{
55
55
  --notice-radius:var(--bp-radius-10);
56
56
  --notice-gap:var(--bp-space-030);
57
57
  --notice-padding-block:var(--bp-space-030);
58
58
  --notice-padding-inline:var(--bp-space-040);
59
59
  --notice-space-3:var(--bp-space-030);
60
- --notice-surface-warning:var(--bp-surface-message-surface-warning-secondary);
61
- --notice-surface-info:var(--bp-surface-message-surface-info-secondary);
62
- --notice-surface-error:var(--bp-surface-message-surface-error-secondary);
63
- --notice-surface-success:var(--bp-surface-message-surface-success-secondary);
64
- --notice-surface-promo:var(--bp-surface-message-surface-promo-secondary);
60
+ --notice-surface-warning:var(--bp-surface-inline-notice-surface-warning);
61
+ --notice-surface-info:var(--bp-surface-inline-notice-surface-info);
62
+ --notice-surface-error:var(--bp-surface-inline-notice-surface-error);
63
+ --notice-surface-success:var(--bp-surface-inline-notice-surface-success);
64
+ --notice-surface-promo:var(--bp-grimace-10);
65
65
  --notice-btn-text-promo:var(--bp-text-cta-promo);
66
66
  --notice-btn-surface-promo:var(--bp-surface-cta-surface-promo);
67
67
  --notice-btn-surface-promo-pressed:var(--bp-surface-cta-surface-promo-pressed);
@@ -71,63 +71,63 @@
71
71
  --notice-content-text-color:var(--bp-text-text-on-light);
72
72
  }
73
73
 
74
- .bp_base_inline_notice_module_noticeWrapper--3ccd0{
74
+ .bp_base_inline_notice_module_noticeWrapper--69602{
75
75
  border-radius:var(--notice-radius);
76
76
  display:flex;
77
77
  gap:var(--notice-gap);
78
78
  justify-content:space-between;
79
79
  padding:var(--notice-padding-block) var(--notice-padding-inline);
80
80
  }
81
- .bp_base_inline_notice_module_noticeWrapper--3ccd0 .bp_base_inline_notice_module_actions--3ccd0{
81
+ .bp_base_inline_notice_module_noticeWrapper--69602 .bp_base_inline_notice_module_actions--69602{
82
82
  align-self:center;
83
83
  display:flex;
84
84
  gap:var(--notice-gap);
85
85
  justify-content:flex-end;
86
86
  }
87
- .bp_base_inline_notice_module_noticeWrapper--3ccd0.bp_base_inline_notice_module_backgroundYellow--3ccd0{
87
+ .bp_base_inline_notice_module_noticeWrapper--69602.bp_base_inline_notice_module_backgroundYellow--69602{
88
88
  background:var(--notice-surface-warning);
89
89
  }
90
- .bp_base_inline_notice_module_noticeWrapper--3ccd0.bp_base_inline_notice_module_backgroundBlue--3ccd0{
90
+ .bp_base_inline_notice_module_noticeWrapper--69602.bp_base_inline_notice_module_backgroundBlue--69602{
91
91
  background:var(--notice-surface-info);
92
92
  }
93
- .bp_base_inline_notice_module_noticeWrapper--3ccd0.bp_base_inline_notice_module_backgroundRed--3ccd0{
93
+ .bp_base_inline_notice_module_noticeWrapper--69602.bp_base_inline_notice_module_backgroundRed--69602{
94
94
  background:var(--notice-surface-error);
95
95
  }
96
- .bp_base_inline_notice_module_noticeWrapper--3ccd0.bp_base_inline_notice_module_backgroundGreen--3ccd0{
96
+ .bp_base_inline_notice_module_noticeWrapper--69602.bp_base_inline_notice_module_backgroundGreen--69602{
97
97
  background:var(--notice-surface-success);
98
98
  }
99
- .bp_base_inline_notice_module_noticeWrapper--3ccd0.bp_base_inline_notice_module_backgroundPurple--3ccd0{
99
+ .bp_base_inline_notice_module_noticeWrapper--69602.bp_base_inline_notice_module_backgroundPurple--69602{
100
100
  background:var(--notice-surface-promo);
101
101
  }
102
- .bp_base_inline_notice_module_noticeWrapper--3ccd0.bp_base_inline_notice_module_backgroundPurple--3ccd0 .bp_base_inline_notice_module_actionButtonTertiary--3ccd0{
102
+ .bp_base_inline_notice_module_noticeWrapper--69602.bp_base_inline_notice_module_backgroundPurple--69602 .bp_base_inline_notice_module_actionButtonTertiary--69602{
103
103
  color:var(--notice-btn-text-promo);
104
104
  }
105
- .bp_base_inline_notice_module_noticeWrapper--3ccd0.bp_base_inline_notice_module_backgroundPurple--3ccd0 .bp_base_inline_notice_module_actionButtonPrimary--3ccd0{
105
+ .bp_base_inline_notice_module_noticeWrapper--69602.bp_base_inline_notice_module_backgroundPurple--69602 .bp_base_inline_notice_module_actionButtonPrimary--69602{
106
106
  background:var(--notice-btn-surface-promo);
107
107
  border-color:var(--notice-btn-surface-promo);
108
108
  }
109
- .bp_base_inline_notice_module_noticeWrapper--3ccd0.bp_base_inline_notice_module_backgroundPurple--3ccd0 .bp_base_inline_notice_module_actionButtonPrimary--3ccd0:active{
109
+ .bp_base_inline_notice_module_noticeWrapper--69602.bp_base_inline_notice_module_backgroundPurple--69602 .bp_base_inline_notice_module_actionButtonPrimary--69602:active{
110
110
  background:var(--notice-btn-surface-promo-pressed);
111
111
  }
112
- .bp_base_inline_notice_module_noticeWrapper--3ccd0.bp_base_inline_notice_module_backgroundPurple--3ccd0 .bp_base_inline_notice_module_actionButtonPrimary--3ccd0[data-focus-visible]{
112
+ .bp_base_inline_notice_module_noticeWrapper--69602.bp_base_inline_notice_module_backgroundPurple--69602 .bp_base_inline_notice_module_actionButtonPrimary--69602[data-focus-visible]{
113
113
  background:var(--notice-btn-surface-promo-focus);
114
114
  }
115
- .bp_base_inline_notice_module_noticeWrapper--3ccd0.bp_base_inline_notice_module_backgroundPurple--3ccd0 .bp_base_inline_notice_module_actionButtonPrimary--3ccd0:hover{
115
+ .bp_base_inline_notice_module_noticeWrapper--69602.bp_base_inline_notice_module_backgroundPurple--69602 .bp_base_inline_notice_module_actionButtonPrimary--69602:hover{
116
116
  background:var(--notice-btn-surface-promo-hover);
117
117
  border-color:var(--notice-btn-surface-promo-hover);
118
118
  }
119
- .bp_base_inline_notice_module_noticeWrapper--3ccd0.bp_base_inline_notice_module_backgroundPurple--3ccd0 .bp_base_inline_notice_module_actionButtonPrimary--3ccd0:focus:active{
119
+ .bp_base_inline_notice_module_noticeWrapper--69602.bp_base_inline_notice_module_backgroundPurple--69602 .bp_base_inline_notice_module_actionButtonPrimary--69602:focus:active{
120
120
  background:var(--notice-btn-surface-promo-focus-pressed);
121
121
  }
122
- .bp_base_inline_notice_module_noticeWrapper--3ccd0.bp_base_inline_notice_module_backgroundPurple--3ccd0 .bp_base_inline_notice_module_actionButtonPrimary--3ccd0:hover:active{
122
+ .bp_base_inline_notice_module_noticeWrapper--69602.bp_base_inline_notice_module_backgroundPurple--69602 .bp_base_inline_notice_module_actionButtonPrimary--69602:hover:active{
123
123
  background:var(--notice-btn-surface-promo-pressed);
124
124
  }
125
- .bp_base_inline_notice_module_noticeWrapper--3ccd0 .bp_base_inline_notice_module_contentContainer--3ccd0{
125
+ .bp_base_inline_notice_module_noticeWrapper--69602 .bp_base_inline_notice_module_contentContainer--69602{
126
126
  align-items:center;
127
127
  display:flex;
128
128
  gap:var(--notice-gap);
129
129
  }
130
- .bp_base_inline_notice_module_noticeWrapper--3ccd0 .bp_base_inline_notice_module_content--3ccd0{
130
+ .bp_base_inline_notice_module_noticeWrapper--69602 .bp_base_inline_notice_module_content--69602{
131
131
  color:var(--notice-content-text-color);
132
132
  font-family:var(--body-default-font-family);
133
133
  font-size:var(--body-default-font-size);
@@ -138,10 +138,10 @@
138
138
  text-decoration:var(--body-default-text-decoration);
139
139
  text-transform:var(--body-default-text-case);
140
140
  }
141
- .bp_base_inline_notice_module_noticeWrapper--3ccd0 svg{
141
+ .bp_base_inline_notice_module_noticeWrapper--69602 svg{
142
142
  display:block;
143
143
  }
144
- .bp_base_inline_notice_module_noticeWrapper--3ccd0 .bp_base_inline_notice_module_title--3ccd0{
144
+ .bp_base_inline_notice_module_noticeWrapper--69602 .bp_base_inline_notice_module_title--69602{
145
145
  font-family:var(--body-default-bold-font-family);
146
146
  font-size:var(--body-default-bold-font-size);
147
147
  font-weight:var(--body-default-bold-font-weight);
@@ -153,15 +153,15 @@
153
153
  }
154
154
 
155
155
  @media (max-width: 1023px){
156
- .bp_base_inline_notice_module_actions--3ccd0{
156
+ .bp_base_inline_notice_module_actions--69602{
157
157
  margin-top:var(--notice-space-3);
158
158
  }
159
- .bp_base_inline_notice_module_noticeWrapper--3ccd0{
159
+ .bp_base_inline_notice_module_noticeWrapper--69602{
160
160
  display:block;
161
161
  }
162
162
  }
163
163
 
164
- .bp_loading_indicator_module_crawler--b0d94{
164
+ .bp_loading_indicator_module_crawler--2ae77{
165
165
  align-items:center;
166
166
  display:flex;
167
167
  height:1.5rem;
@@ -173,44 +173,44 @@
173
173
  white-space:nowrap;
174
174
  width:1.5rem;
175
175
  }
176
- .bp_loading_indicator_module_crawler--b0d94 .bp_loading_indicator_module_segment--b0d94{
176
+ .bp_loading_indicator_module_crawler--2ae77 .bp_loading_indicator_module_segment--2ae77{
177
177
  border-radius:.375rem;
178
178
  display:inline-block;
179
179
  height:.625rem;
180
180
  width:.125rem;
181
181
  }
182
- .bp_loading_indicator_module_crawler--b0d94.bp_loading_indicator_module_small--b0d94{
182
+ .bp_loading_indicator_module_crawler--2ae77.bp_loading_indicator_module_small--2ae77{
183
183
  transform:scale(.6667);
184
184
  }
185
- .bp_loading_indicator_module_crawler--b0d94.bp_loading_indicator_module_large--b0d94{
185
+ .bp_loading_indicator_module_crawler--2ae77.bp_loading_indicator_module_large--2ae77{
186
186
  transform:scale(1.3334);
187
187
  }
188
- .bp_loading_indicator_module_crawler--b0d94.bp_loading_indicator_module_x-large--b0d94{
188
+ .bp_loading_indicator_module_crawler--2ae77.bp_loading_indicator_module_x-large--2ae77{
189
189
  transform:scale(2);
190
190
  }
191
- .bp_loading_indicator_module_crawler--b0d94.bp_loading_indicator_module_default--b0d94 .bp_loading_indicator_module_segment--b0d94{
192
- animation:bp_loading_indicator_module_segment-transform--b0d94 .66s ease-in-out infinite,bp_loading_indicator_module_segment-default--b0d94 .66s ease-in-out infinite;
191
+ .bp_loading_indicator_module_crawler--2ae77.bp_loading_indicator_module_default--2ae77 .bp_loading_indicator_module_segment--2ae77{
192
+ animation:bp_loading_indicator_module_segment-transform--2ae77 .66s ease-in-out infinite,bp_loading_indicator_module_segment-default--2ae77 .66s ease-in-out infinite;
193
193
  }
194
- .bp_loading_indicator_module_crawler--b0d94.bp_loading_indicator_module_dark--b0d94 .bp_loading_indicator_module_segment--b0d94{
195
- animation:bp_loading_indicator_module_segment-transform--b0d94 .66s ease-in-out infinite,bp_loading_indicator_module_segment-dark--b0d94 .66s ease-in-out infinite;
194
+ .bp_loading_indicator_module_crawler--2ae77.bp_loading_indicator_module_dark--2ae77 .bp_loading_indicator_module_segment--2ae77{
195
+ animation:bp_loading_indicator_module_segment-transform--2ae77 .66s ease-in-out infinite,bp_loading_indicator_module_segment-dark--2ae77 .66s ease-in-out infinite;
196
196
  }
197
- .bp_loading_indicator_module_crawler--b0d94.bp_loading_indicator_module_light--b0d94 .bp_loading_indicator_module_segment--b0d94{
198
- animation:bp_loading_indicator_module_segment-transform--b0d94 .66s ease-in-out infinite,bp_loading_indicator_module_segment-light--b0d94 .66s ease-in-out infinite;
197
+ .bp_loading_indicator_module_crawler--2ae77.bp_loading_indicator_module_light--2ae77 .bp_loading_indicator_module_segment--2ae77{
198
+ animation:bp_loading_indicator_module_segment-transform--2ae77 .66s ease-in-out infinite,bp_loading_indicator_module_segment-light--2ae77 .66s ease-in-out infinite;
199
199
  background-color:var(--gray-white);
200
200
  }
201
201
 
202
- .bp_loading_indicator_module_crawler--b0d94 .bp_loading_indicator_module_segment--b0d94:nth-child(2){
202
+ .bp_loading_indicator_module_crawler--2ae77 .bp_loading_indicator_module_segment--2ae77:nth-child(2){
203
203
  animation-delay:.1s;
204
204
  margin-left:.125rem;
205
205
  }
206
206
 
207
- .bp_loading_indicator_module_crawler--b0d94 .bp_loading_indicator_module_segment--b0d94:last-child{
207
+ .bp_loading_indicator_module_crawler--2ae77 .bp_loading_indicator_module_segment--2ae77:last-child{
208
208
  animation-delay:.2s;
209
209
  left:.5rem;
210
210
  margin-left:.125rem;
211
211
  }
212
212
 
213
- @keyframes bp_loading_indicator_module_segment-transform--b0d94{
213
+ @keyframes bp_loading_indicator_module_segment-transform--2ae77{
214
214
  0%,100%,80%{
215
215
  transform:scaleY(1.2);
216
216
  }
@@ -218,7 +218,7 @@
218
218
  transform:scaleY(1.6);
219
219
  }
220
220
  }
221
- @keyframes bp_loading_indicator_module_segment-dark--b0d94{
221
+ @keyframes bp_loading_indicator_module_segment-dark--2ae77{
222
222
  0%,100%,80%{
223
223
  background-color:var(--gray-30);
224
224
  }
@@ -226,7 +226,7 @@
226
226
  background-color:var(--gray-black);
227
227
  }
228
228
  }
229
- @keyframes bp_loading_indicator_module_segment-default--b0d94{
229
+ @keyframes bp_loading_indicator_module_segment-default--2ae77{
230
230
  0%,100%,80%{
231
231
  background-color:var(--box-blue-30);
232
232
  }
@@ -234,7 +234,7 @@
234
234
  background-color:var(--box-blue-100);
235
235
  }
236
236
  }
237
- @keyframes bp_loading_indicator_module_segment-light--b0d94{
237
+ @keyframes bp_loading_indicator_module_segment-light--2ae77{
238
238
  0%,100%,80%{
239
239
  opacity:.3;
240
240
  }
@@ -472,26 +472,26 @@
472
472
  opacity:0;
473
473
  }
474
474
 
475
- .bp_text_module_textReset--92ba9{
475
+ .bp_text_module_textReset--cdc1a{
476
476
  margin:0;
477
477
  text-align:inherit;
478
478
  }
479
- .bp_text_module_textReset--92ba9.bp_text_module_breakWord--92ba9{
479
+ .bp_text_module_textReset--cdc1a.bp_text_module_breakWord--cdc1a{
480
480
  overflow-wrap:break-word;
481
481
  }
482
- .bp_text_module_textReset--92ba9.bp_text_module_textOnLightDefault--92ba9{
482
+ .bp_text_module_textReset--cdc1a.bp_text_module_textOnLightDefault--cdc1a{
483
483
  color:var(--text-text-on-light);
484
484
  }
485
- .bp_text_module_textReset--92ba9.bp_text_module_textOnLightSecondary--92ba9{
485
+ .bp_text_module_textReset--cdc1a.bp_text_module_textOnLightSecondary--cdc1a{
486
486
  color:var(--text-text-on-light-secondary);
487
487
  }
488
- .bp_text_module_textReset--92ba9.bp_text_module_textOnLightLink--92ba9{
488
+ .bp_text_module_textReset--cdc1a.bp_text_module_textOnLightLink--cdc1a{
489
489
  color:var(--text-cta-link);
490
490
  }
491
- .bp_text_module_textReset--92ba9.bp_text_module_textOnDarkDefault--92ba9{
491
+ .bp_text_module_textReset--cdc1a.bp_text_module_textOnDarkDefault--cdc1a{
492
492
  color:var(--text-text-on-dark);
493
493
  }
494
- .bp_text_module_textReset--92ba9.bp_text_module_titleMondo--92ba9{
494
+ .bp_text_module_textReset--cdc1a.bp_text_module_titleMondo--cdc1a{
495
495
  font-family:var(--title-mondo-font-family);
496
496
  font-size:var(--title-mondo-font-size);
497
497
  font-weight:var(--title-mondo-font-weight);
@@ -501,7 +501,7 @@
501
501
  text-decoration:var(--title-mondo-text-decoration);
502
502
  text-transform:var(--title-mondo-text-case);
503
503
  }
504
- .bp_text_module_textReset--92ba9.bp_text_module_titleXLarge--92ba9{
504
+ .bp_text_module_textReset--cdc1a.bp_text_module_titleXLarge--cdc1a{
505
505
  font-family:var(--title-x-large-font-family);
506
506
  font-size:var(--title-x-large-font-size);
507
507
  font-weight:var(--title-x-large-font-weight);
@@ -511,7 +511,7 @@
511
511
  text-decoration:var(--title-x-large-text-decoration);
512
512
  text-transform:var(--title-x-large-text-case);
513
513
  }
514
- .bp_text_module_textReset--92ba9.bp_text_module_titleLarge--92ba9{
514
+ .bp_text_module_textReset--cdc1a.bp_text_module_titleLarge--cdc1a{
515
515
  font-family:var(--title-large-font-family);
516
516
  font-size:var(--title-large-font-size);
517
517
  font-weight:var(--title-large-font-weight);
@@ -521,7 +521,7 @@
521
521
  text-decoration:var(--title-large-text-decoration);
522
522
  text-transform:var(--title-large-text-case);
523
523
  }
524
- .bp_text_module_textReset--92ba9.bp_text_module_titleMedium--92ba9{
524
+ .bp_text_module_textReset--cdc1a.bp_text_module_titleMedium--cdc1a{
525
525
  font-family:var(--title-medium-font-family);
526
526
  font-size:var(--title-medium-font-size);
527
527
  font-weight:var(--title-medium-font-weight);
@@ -531,7 +531,7 @@
531
531
  text-decoration:var(--title-medium-text-decoration);
532
532
  text-transform:var(--title-medium-text-case);
533
533
  }
534
- .bp_text_module_textReset--92ba9.bp_text_module_titleSmall--92ba9{
534
+ .bp_text_module_textReset--cdc1a.bp_text_module_titleSmall--cdc1a{
535
535
  font-family:var(--title-small-font-family);
536
536
  font-size:var(--title-small-font-size);
537
537
  font-weight:var(--title-small-font-weight);
@@ -541,7 +541,7 @@
541
541
  text-decoration:var(--title-small-text-decoration);
542
542
  text-transform:var(--title-small-text-case);
543
543
  }
544
- .bp_text_module_textReset--92ba9.bp_text_module_subtitle--92ba9{
544
+ .bp_text_module_textReset--cdc1a.bp_text_module_subtitle--cdc1a{
545
545
  font-family:var(--title-subtitle-font-family);
546
546
  font-size:var(--title-subtitle-font-size);
547
547
  font-weight:var(--title-subtitle-font-weight);
@@ -551,7 +551,7 @@
551
551
  text-decoration:var(--title-subtitle-text-decoration);
552
552
  text-transform:var(--title-subtitle-text-case);
553
553
  }
554
- .bp_text_module_textReset--92ba9.bp_text_module_bodyLargeBold--92ba9{
554
+ .bp_text_module_textReset--cdc1a.bp_text_module_bodyLargeBold--cdc1a{
555
555
  font-family:var(--body-large-bold-font-family);
556
556
  font-size:var(--body-large-bold-font-size);
557
557
  font-weight:var(--body-large-bold-font-weight);
@@ -561,7 +561,7 @@
561
561
  text-decoration:var(--body-large-bold-text-decoration);
562
562
  text-transform:var(--body-large-bold-text-case);
563
563
  }
564
- .bp_text_module_textReset--92ba9.bp_text_module_bodyLarge--92ba9{
564
+ .bp_text_module_textReset--cdc1a.bp_text_module_bodyLarge--cdc1a{
565
565
  font-family:var(--body-large-font-family);
566
566
  font-size:var(--body-large-font-size);
567
567
  font-weight:var(--body-large-font-weight);
@@ -571,7 +571,7 @@
571
571
  text-decoration:var(--body-large-text-decoration);
572
572
  text-transform:var(--body-large-text-case);
573
573
  }
574
- .bp_text_module_textReset--92ba9.bp_text_module_bodyDefaultBold--92ba9{
574
+ .bp_text_module_textReset--cdc1a.bp_text_module_bodyDefaultBold--cdc1a{
575
575
  font-family:var(--body-default-bold-font-family);
576
576
  font-size:var(--body-default-bold-font-size);
577
577
  font-weight:var(--body-default-bold-font-weight);
@@ -581,7 +581,7 @@
581
581
  text-decoration:var(--body-default-bold-text-decoration);
582
582
  text-transform:var(--body-default-bold-text-case);
583
583
  }
584
- .bp_text_module_textReset--92ba9.bp_text_module_bodyDefaultSemibold--92ba9{
584
+ .bp_text_module_textReset--cdc1a.bp_text_module_bodyDefaultSemibold--cdc1a{
585
585
  font-family:var(--body-default-semibold-font-family);
586
586
  font-size:var(--body-default-semibold-font-size);
587
587
  font-weight:var(--body-default-semibold-font-weight);
@@ -591,7 +591,7 @@
591
591
  text-decoration:var(--body-default-semibold-text-decoration);
592
592
  text-transform:var(--body-default-semibold-text-case);
593
593
  }
594
- .bp_text_module_textReset--92ba9.bp_text_module_bodyDefault--92ba9{
594
+ .bp_text_module_textReset--cdc1a.bp_text_module_bodyDefault--cdc1a{
595
595
  font-family:var(--body-default-font-family);
596
596
  font-size:var(--body-default-font-size);
597
597
  font-weight:var(--body-default-font-weight);
@@ -601,7 +601,7 @@
601
601
  text-decoration:var(--body-default-text-decoration);
602
602
  text-transform:var(--body-default-text-case);
603
603
  }
604
- .bp_text_module_textReset--92ba9.bp_text_module_caption--92ba9{
604
+ .bp_text_module_textReset--cdc1a.bp_text_module_caption--cdc1a{
605
605
  font-family:var(--caption-default-font-family);
606
606
  font-size:var(--caption-default-font-size);
607
607
  font-weight:var(--caption-default-font-weight);
@@ -611,7 +611,7 @@
611
611
  text-decoration:var(--caption-default-text-decoration);
612
612
  text-transform:var(--caption-default-text-case);
613
613
  }
614
- .bp_text_module_textReset--92ba9.bp_text_module_labelBold--92ba9{
614
+ .bp_text_module_textReset--cdc1a.bp_text_module_labelBold--cdc1a{
615
615
  font-family:var(--label-bold-font-family);
616
616
  font-size:var(--label-bold-font-size);
617
617
  font-weight:var(--label-bold-font-weight);
@@ -621,7 +621,7 @@
621
621
  text-decoration:var(--label-bold-text-decoration);
622
622
  text-transform:var(--label-bold-text-case);
623
623
  }
624
- .bp_text_module_textReset--92ba9.bp_text_module_label--92ba9{
624
+ .bp_text_module_textReset--cdc1a.bp_text_module_label--cdc1a{
625
625
  font-family:var(--label-default-font-family);
626
626
  font-size:var(--label-default-font-size);
627
627
  font-weight:var(--label-default-font-weight);
@@ -907,7 +907,7 @@
907
907
  transform:rotate(180deg);
908
908
  }
909
909
 
910
- .bp_avatar_module_avatar--d2a1c{
910
+ .bp_avatar_module_avatar--460d4{
911
911
  all:unset;
912
912
  align-items:center;
913
913
  background-color:var(--gray-10);
@@ -925,7 +925,7 @@
925
925
  text-decoration:var(--body-default-bold-text-decoration);
926
926
  text-transform:var(--body-default-bold-text-case);
927
927
  }
928
- .bp_avatar_module_avatar--d2a1c .bp_avatar_module_text--d2a1c{
928
+ .bp_avatar_module_avatar--460d4 .bp_avatar_module_text--460d4{
929
929
  align-items:center;
930
930
  border-radius:50%;
931
931
  display:flex;
@@ -933,14 +933,14 @@
933
933
  justify-content:center;
934
934
  width:100%;
935
935
  }
936
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_small--d2a1c{
936
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_small--460d4{
937
937
  height:var(--size-6);
938
938
  width:var(--size-6);
939
939
  }
940
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_small--d2a1c .bp_avatar_module_text--d2a1c{
940
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_small--460d4 .bp_avatar_module_text--460d4{
941
941
  font-size:.5rem;
942
942
  }
943
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_small--d2a1c .bp_avatar_module_length-1--d2a1c.bp_avatar_module_text--d2a1c,.bp_avatar_module_avatar--d2a1c.bp_avatar_module_small--d2a1c .bp_avatar_module_length-2--d2a1c.bp_avatar_module_text--d2a1c{
943
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_small--460d4 .bp_avatar_module_length-1--460d4.bp_avatar_module_text--460d4,.bp_avatar_module_avatar--460d4.bp_avatar_module_small--460d4 .bp_avatar_module_length-2--460d4.bp_avatar_module_text--460d4{
944
944
  font-family:var(--label-bold-font-family);
945
945
  font-size:var(--label-bold-font-size);
946
946
  font-weight:var(--label-bold-font-weight);
@@ -950,11 +950,11 @@
950
950
  text-decoration:var(--label-bold-text-decoration);
951
951
  text-transform:var(--label-bold-text-case);
952
952
  }
953
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_medium--d2a1c{
953
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_medium--460d4{
954
954
  height:var(--size-7);
955
955
  width:var(--size-7);
956
956
  }
957
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_medium--d2a1c .bp_avatar_module_text--d2a1c{
957
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_medium--460d4 .bp_avatar_module_text--460d4{
958
958
  font-family:var(--label-bold-font-family);
959
959
  font-size:var(--label-bold-font-size);
960
960
  font-weight:var(--label-bold-font-weight);
@@ -964,17 +964,17 @@
964
964
  text-decoration:var(--label-bold-text-decoration);
965
965
  text-transform:var(--label-bold-text-case);
966
966
  }
967
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_medium--d2a1c .bp_avatar_module_length-1--d2a1c.bp_avatar_module_text--d2a1c,.bp_avatar_module_avatar--d2a1c.bp_avatar_module_medium--d2a1c .bp_avatar_module_length-2--d2a1c.bp_avatar_module_text--d2a1c{
967
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_medium--460d4 .bp_avatar_module_length-1--460d4.bp_avatar_module_text--460d4,.bp_avatar_module_avatar--460d4.bp_avatar_module_medium--460d4 .bp_avatar_module_length-2--460d4.bp_avatar_module_text--460d4{
968
968
  font-size:.8125rem;
969
969
  }
970
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_large--d2a1c{
970
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_large--460d4{
971
971
  height:var(--size-8);
972
972
  width:var(--size-8);
973
973
  }
974
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_large--d2a1c .bp_avatar_module_text--d2a1c{
974
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_large--460d4 .bp_avatar_module_text--460d4{
975
975
  font-size:.5rem;
976
976
  }
977
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_large--d2a1c .bp_avatar_module_length-1--d2a1c.bp_avatar_module_text--d2a1c,.bp_avatar_module_avatar--d2a1c.bp_avatar_module_large--d2a1c .bp_avatar_module_length-2--d2a1c.bp_avatar_module_text--d2a1c{
977
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_large--460d4 .bp_avatar_module_length-1--460d4.bp_avatar_module_text--460d4,.bp_avatar_module_avatar--460d4.bp_avatar_module_large--460d4 .bp_avatar_module_length-2--460d4.bp_avatar_module_text--460d4{
978
978
  font-family:var(--body-default-bold-font-family);
979
979
  font-size:var(--body-default-bold-font-size);
980
980
  font-weight:var(--body-default-bold-font-weight);
@@ -984,10 +984,10 @@
984
984
  text-decoration:var(--body-default-bold-text-decoration);
985
985
  text-transform:var(--body-default-bold-text-case);
986
986
  }
987
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_large--d2a1c .bp_avatar_module_length-3--d2a1c.bp_avatar_module_text--d2a1c{
987
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_large--460d4 .bp_avatar_module_length-3--460d4.bp_avatar_module_text--460d4{
988
988
  font-size:.6875rem;
989
989
  }
990
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_large--d2a1c .bp_avatar_module_length-4--d2a1c.bp_avatar_module_text--d2a1c{
990
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_large--460d4 .bp_avatar_module_length-4--460d4.bp_avatar_module_text--460d4{
991
991
  font-family:var(--label-bold-font-family);
992
992
  font-size:var(--label-bold-font-size);
993
993
  font-weight:var(--label-bold-font-weight);
@@ -997,14 +997,14 @@
997
997
  text-decoration:var(--label-bold-text-decoration);
998
998
  text-transform:var(--label-bold-text-case);
999
999
  }
1000
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_xlarge--d2a1c{
1000
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_xlarge--460d4{
1001
1001
  height:var(--size-11);
1002
1002
  width:var(--size-11);
1003
1003
  }
1004
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_xlarge--d2a1c .bp_avatar_module_text--d2a1c{
1004
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_xlarge--460d4 .bp_avatar_module_text--460d4{
1005
1005
  font-size:1rem;
1006
1006
  }
1007
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_xlarge--d2a1c .bp_avatar_module_length-1--d2a1c.bp_avatar_module_text--d2a1c,.bp_avatar_module_avatar--d2a1c.bp_avatar_module_xlarge--d2a1c .bp_avatar_module_length-2--d2a1c.bp_avatar_module_text--d2a1c{
1007
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_xlarge--460d4 .bp_avatar_module_length-1--460d4.bp_avatar_module_text--460d4,.bp_avatar_module_avatar--460d4.bp_avatar_module_xlarge--460d4 .bp_avatar_module_length-2--460d4.bp_avatar_module_text--460d4{
1008
1008
  font-family:var(--title-x-large-font-family);
1009
1009
  font-size:var(--title-x-large-font-size);
1010
1010
  font-weight:var(--title-x-large-font-weight);
@@ -1014,46 +1014,46 @@
1014
1014
  text-decoration:var(--title-x-large-text-decoration);
1015
1015
  text-transform:var(--title-x-large-text-case);
1016
1016
  }
1017
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_xxlarge--d2a1c{
1017
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_xxlarge--460d4{
1018
1018
  height:var(--size-20);
1019
1019
  width:var(--size-20);
1020
1020
  }
1021
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_xxlarge--d2a1c .bp_avatar_module_text--d2a1c{
1021
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_xxlarge--460d4 .bp_avatar_module_text--460d4{
1022
1022
  font-size:1.25rem;
1023
1023
  }
1024
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_xxlarge--d2a1c .bp_avatar_module_length-1--d2a1c.bp_avatar_module_text--d2a1c,.bp_avatar_module_avatar--d2a1c.bp_avatar_module_xxlarge--d2a1c .bp_avatar_module_length-2--d2a1c.bp_avatar_module_text--d2a1c{
1024
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_xxlarge--460d4 .bp_avatar_module_length-1--460d4.bp_avatar_module_text--460d4,.bp_avatar_module_avatar--460d4.bp_avatar_module_xxlarge--460d4 .bp_avatar_module_length-2--460d4.bp_avatar_module_text--460d4{
1025
1025
  font-size:2rem;
1026
1026
  }
1027
- .bp_avatar_module_avatar--d2a1c.bp_avatar_module_xxlarge--d2a1c .bp_avatar_module_badge--d2a1c{
1027
+ .bp_avatar_module_avatar--460d4.bp_avatar_module_xxlarge--460d4 .bp_avatar_module_badge--460d4{
1028
1028
  right:-.375rem;
1029
1029
  }
1030
- .bp_avatar_module_avatar--d2a1c .bp_avatar_module_image--d2a1c{
1030
+ .bp_avatar_module_avatar--460d4 .bp_avatar_module_image--460d4{
1031
1031
  border-radius:50%;
1032
1032
  height:100%;
1033
1033
  object-fit:cover;
1034
1034
  width:100%;
1035
1035
  }
1036
- .bp_avatar_module_avatar--d2a1c .bp_avatar_module_image--d2a1c.bp_avatar_module_loading--d2a1c{
1036
+ .bp_avatar_module_avatar--460d4 .bp_avatar_module_image--460d4.bp_avatar_module_loading--460d4{
1037
1037
  height:0;
1038
1038
  width:0;
1039
1039
  }
1040
1040
 
1041
- .bp_avatar_module_anonymousAvatar--d2a1c{
1041
+ .bp_avatar_module_anonymousAvatar--460d4{
1042
1042
  align-items:center;
1043
1043
  display:flex;
1044
1044
  justify-content:center;
1045
1045
  }
1046
1046
 
1047
- [data-button-wrapper]:hover .bp_avatar_module_avatar--d2a1c{
1047
+ [data-button-wrapper]:hover .bp_avatar_module_avatar--460d4{
1048
1048
  box-shadow:0 0 0 0 var(--background-background), 0 0 0 var(--border-3) var(--border-avatar-border-hover);
1049
1049
  cursor:pointer;
1050
1050
  }
1051
1051
 
1052
- [data-button-wrapper]:active .bp_avatar_module_avatar--d2a1c{
1052
+ [data-button-wrapper]:active .bp_avatar_module_avatar--460d4{
1053
1053
  box-shadow:0 0 0 0 var(--background-background), 0 0 0 var(--border-3) var(--border-avatar-border-pressed);
1054
1054
  }
1055
1055
 
1056
- [data-button-wrapper][data-focus-visible] .bp_avatar_module_avatar--d2a1c{
1056
+ [data-button-wrapper][data-focus-visible] .bp_avatar_module_avatar--460d4{
1057
1057
  box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
1058
1058
  }
1059
1059
  .bp_tooltip_module_content--5b8ee[data-modern=false]{
@@ -1131,12 +1131,12 @@
1131
1131
  width:0;
1132
1132
  }
1133
1133
 
1134
- .bp_base_badge_module_badgeContainer--9df81{
1134
+ .bp_base_badge_module_badgeContainer--fa222{
1135
1135
  display:inline-flex;
1136
1136
  position:relative;
1137
1137
  }
1138
1138
 
1139
- .bp_base_badge_module_badge--9df81{
1139
+ .bp_base_badge_module_badge--fa222{
1140
1140
  align-items:center;
1141
1141
  border:var(--border-2) solid var(--border-badge-border);
1142
1142
  border-radius:var(--radius-half);
@@ -1148,37 +1148,37 @@
1148
1148
  user-select:none;
1149
1149
  }
1150
1150
 
1151
- .bp_base_badge_module_smallSizeBadge--9df81{
1151
+ .bp_base_badge_module_smallSizeBadge--fa222{
1152
1152
  height:var(--size-2);
1153
1153
  min-width:var(--size-2);
1154
1154
  }
1155
1155
 
1156
- .bp_base_badge_module_mediumSizeBadge--9df81{
1156
+ .bp_base_badge_module_mediumSizeBadge--fa222{
1157
1157
  height:var(--size-3);
1158
1158
  min-width:var(--size-3);
1159
1159
  }
1160
1160
 
1161
- .bp_base_badge_module_largeSizeBadge--9df81{
1161
+ .bp_base_badge_module_largeSizeBadge--fa222{
1162
1162
  height:var(--size-4);
1163
1163
  min-width:var(--size-4);
1164
1164
  }
1165
1165
 
1166
- .bp_base_badge_module_xlargeSizeBadge--9df81{
1166
+ .bp_base_badge_module_xlargeSizeBadge--fa222{
1167
1167
  height:var(--size-5);
1168
1168
  min-width:var(--size-5);
1169
1169
  }
1170
1170
 
1171
- .bp_base_badge_module_xxlargeSizeBadge--9df81{
1171
+ .bp_base_badge_module_xxlargeSizeBadge--fa222{
1172
1172
  height:var(--size-6);
1173
1173
  min-width:var(--size-6);
1174
1174
  }
1175
1175
 
1176
- .bp_base_badge_module_iconBadge--9df81{
1176
+ .bp_base_badge_module_iconBadge--fa222{
1177
1177
  bottom:-5%;
1178
1178
  right:-5%;
1179
1179
  }
1180
1180
 
1181
- .bp_base_badge_module_interactiveWrapper--9df81{
1181
+ .bp_base_badge_module_interactiveWrapper--fa222{
1182
1182
  border:var(--border-2) solid #0000;
1183
1183
  border-radius:50%;
1184
1184
  bottom:calc(-5% - var(--border-2)/2);
@@ -1186,22 +1186,22 @@
1186
1186
  position:absolute;
1187
1187
  right:calc(-5% - var(--border-2)/2);
1188
1188
  }
1189
- .bp_base_badge_module_interactiveWrapper--9df81.bp_base_badge_module_smallSizeBadge--9df81{
1189
+ .bp_base_badge_module_interactiveWrapper--fa222.bp_base_badge_module_smallSizeBadge--fa222{
1190
1190
  width:var(--size-2);
1191
1191
  }
1192
- .bp_base_badge_module_interactiveWrapper--9df81.bp_base_badge_module_mediumSizeBadge--9df81{
1192
+ .bp_base_badge_module_interactiveWrapper--fa222.bp_base_badge_module_mediumSizeBadge--fa222{
1193
1193
  width:var(--size-3);
1194
1194
  }
1195
- .bp_base_badge_module_interactiveWrapper--9df81.bp_base_badge_module_largeSizeBadge--9df81{
1195
+ .bp_base_badge_module_interactiveWrapper--fa222.bp_base_badge_module_largeSizeBadge--fa222{
1196
1196
  width:var(--size-4);
1197
1197
  }
1198
- .bp_base_badge_module_interactiveWrapper--9df81.bp_base_badge_module_xlargeSizeBadge--9df81{
1198
+ .bp_base_badge_module_interactiveWrapper--fa222.bp_base_badge_module_xlargeSizeBadge--fa222{
1199
1199
  width:var(--size-5);
1200
1200
  }
1201
- .bp_base_badge_module_interactiveWrapper--9df81.bp_base_badge_module_xxlargeSizeBadge--9df81{
1201
+ .bp_base_badge_module_interactiveWrapper--fa222.bp_base_badge_module_xxlargeSizeBadge--fa222{
1202
1202
  width:var(--size-6);
1203
1203
  }
1204
- .bp_base_badge_module_interactiveWrapper--9df81::before{
1204
+ .bp_base_badge_module_interactiveWrapper--fa222::before{
1205
1205
  content:"";
1206
1206
  left:calc(var(--size-6)*-1/4);
1207
1207
  min-height:var(--size-6);
@@ -1210,36 +1210,36 @@
1210
1210
  top:calc(var(--size-6)*-1/4);
1211
1211
  }
1212
1212
 
1213
- .bp_base_badge_module_statusBadge--9df81{
1213
+ .bp_base_badge_module_statusBadge--fa222{
1214
1214
  bottom:-20%;
1215
1215
  right:-20%;
1216
1216
  }
1217
1217
 
1218
- .bp_base_badge_module_statusBadge--9df81.bp_base_badge_module_largeSizeBadge--9df81{
1218
+ .bp_base_badge_module_statusBadge--fa222.bp_base_badge_module_largeSizeBadge--fa222{
1219
1219
  bottom:-22%;
1220
1220
  right:-22%;
1221
1221
  }
1222
1222
 
1223
- .bp_base_badge_module_statusBadge--9df81.bp_base_badge_module_xlargeSizeBadge--9df81{
1223
+ .bp_base_badge_module_statusBadge--fa222.bp_base_badge_module_xlargeSizeBadge--fa222{
1224
1224
  bottom:-15%;
1225
1225
  right:-15%;
1226
1226
  }
1227
1227
 
1228
- .bp_base_badge_module_statusBadge--9df81.bp_base_badge_module_xxlargeSizeBadge--9df81{
1228
+ .bp_base_badge_module_statusBadge--fa222.bp_base_badge_module_xxlargeSizeBadge--fa222{
1229
1229
  bottom:-4%;
1230
1230
  right:-4%;
1231
1231
  }
1232
1232
 
1233
- .bp_base_badge_module_numericBadge--9df81{
1233
+ .bp_base_badge_module_numericBadge--fa222{
1234
1234
  left:60%;
1235
1235
  top:0;
1236
1236
  }
1237
1237
 
1238
- .bp_base_badge_module_numericBadgeSingleDigit--9df81{
1238
+ .bp_base_badge_module_numericBadgeSingleDigit--fa222{
1239
1239
  padding:1px;
1240
1240
  }
1241
1241
 
1242
- .bp_base_badge_module_numericBadgeMoreDigits--9df81{
1242
+ .bp_base_badge_module_numericBadgeMoreDigits--fa222{
1243
1243
  padding:1px 3px;
1244
1244
  }
1245
1245
  .bp_button_wrapper_module_buttonWrapper--b0897{
@@ -1278,7 +1278,7 @@
1278
1278
  box-shadow:var(--card-dropshadow-3);
1279
1279
  }
1280
1280
 
1281
- .bp_card_tooltip_module_content--efa88{
1281
+ .bp_card_tooltip_module_content--b454b{
1282
1282
  animation-duration:.4s;
1283
1283
  animation-timing-function:cubic-bezier(.16, 1, .3, 1);
1284
1284
  border-radius:var(--radius-1);
@@ -1297,25 +1297,25 @@
1297
1297
  word-break:break-word;
1298
1298
  z-index:2147483647;
1299
1299
  }
1300
- .bp_card_tooltip_module_content--efa88.bp_card_tooltip_module_card--efa88{
1300
+ .bp_card_tooltip_module_content--b454b.bp_card_tooltip_module_card--b454b{
1301
1301
  max-height:var(--radix-tooltip-content-available-height);
1302
1302
  max-width:336px;
1303
1303
  min-width:168px;
1304
1304
  }
1305
- .bp_card_tooltip_module_content--efa88[data-state=delayed-open][data-side=top]{
1306
- animation-name:bp_card_tooltip_module_slideDownAndFade--efa88;
1305
+ .bp_card_tooltip_module_content--b454b[data-state=delayed-open][data-side=top]{
1306
+ animation-name:bp_card_tooltip_module_slideDownAndFade--b454b;
1307
1307
  }
1308
- .bp_card_tooltip_module_content--efa88[data-state=delayed-open][data-side=right]{
1309
- animation-name:bp_card_tooltip_module_slideLeftAndFade--efa88;
1308
+ .bp_card_tooltip_module_content--b454b[data-state=delayed-open][data-side=right]{
1309
+ animation-name:bp_card_tooltip_module_slideLeftAndFade--b454b;
1310
1310
  }
1311
- .bp_card_tooltip_module_content--efa88[data-state=delayed-open][data-side=bottom]{
1312
- animation-name:bp_card_tooltip_module_slideUpAndFade--efa88;
1311
+ .bp_card_tooltip_module_content--b454b[data-state=delayed-open][data-side=bottom]{
1312
+ animation-name:bp_card_tooltip_module_slideUpAndFade--b454b;
1313
1313
  }
1314
- .bp_card_tooltip_module_content--efa88[data-state=delayed-open][data-side=left]{
1315
- animation-name:bp_card_tooltip_module_slideRightAndFade--efa88;
1314
+ .bp_card_tooltip_module_content--b454b[data-state=delayed-open][data-side=left]{
1315
+ animation-name:bp_card_tooltip_module_slideRightAndFade--b454b;
1316
1316
  }
1317
1317
 
1318
- @keyframes bp_card_tooltip_module_slideUpAndFade--efa88{
1318
+ @keyframes bp_card_tooltip_module_slideUpAndFade--b454b{
1319
1319
  from{
1320
1320
  opacity:0;
1321
1321
  transform:translateY(2px);
@@ -1325,7 +1325,7 @@
1325
1325
  transform:translateY(0);
1326
1326
  }
1327
1327
  }
1328
- @keyframes bp_card_tooltip_module_slideRightAndFade--efa88{
1328
+ @keyframes bp_card_tooltip_module_slideRightAndFade--b454b{
1329
1329
  from{
1330
1330
  opacity:0;
1331
1331
  transform:translateX(-2px);
@@ -1335,7 +1335,7 @@
1335
1335
  transform:translateX(0);
1336
1336
  }
1337
1337
  }
1338
- @keyframes bp_card_tooltip_module_slideDownAndFade--efa88{
1338
+ @keyframes bp_card_tooltip_module_slideDownAndFade--b454b{
1339
1339
  from{
1340
1340
  opacity:0;
1341
1341
  transform:translateY(-2px);
@@ -1345,7 +1345,7 @@
1345
1345
  transform:translateY(0);
1346
1346
  }
1347
1347
  }
1348
- @keyframes bp_card_tooltip_module_slideLeftAndFade--efa88{
1348
+ @keyframes bp_card_tooltip_module_slideLeftAndFade--b454b{
1349
1349
  from{
1350
1350
  opacity:0;
1351
1351
  transform:translateX(2px);
@@ -1356,7 +1356,7 @@
1356
1356
  }
1357
1357
  }
1358
1358
 
1359
- .bp_card_tooltip_v2_module_content--6edf9{
1359
+ .bp_card_tooltip_v2_module_content--fe9c7{
1360
1360
  border-radius:var(--radius-1);
1361
1361
  font-family:var(--body-default-font-family);
1362
1362
  font-size:var(--body-default-font-size);
@@ -1374,25 +1374,25 @@
1374
1374
  word-break:break-word;
1375
1375
  z-index:2147483647;
1376
1376
  }
1377
- .bp_card_tooltip_v2_module_content--6edf9[data-open]{
1377
+ .bp_card_tooltip_v2_module_content--fe9c7[data-open]{
1378
1378
  animation-duration:var(--animation-duration-4);
1379
1379
  animation-timing-function:var(--animation-easing-ease-base);
1380
1380
  will-change:transform, opacity;
1381
1381
  }
1382
- .bp_card_tooltip_v2_module_content--6edf9[data-open][data-side=top]{
1383
- animation-name:bp_card_tooltip_v2_module_slideDownAndFade--6edf9;
1382
+ .bp_card_tooltip_v2_module_content--fe9c7[data-open][data-side=top]{
1383
+ animation-name:bp_card_tooltip_v2_module_slideDownAndFade--fe9c7;
1384
1384
  }
1385
- .bp_card_tooltip_v2_module_content--6edf9[data-open][data-side=right]{
1386
- animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--6edf9;
1385
+ .bp_card_tooltip_v2_module_content--fe9c7[data-open][data-side=right]{
1386
+ animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--fe9c7;
1387
1387
  }
1388
- .bp_card_tooltip_v2_module_content--6edf9[data-open][data-side=bottom]{
1389
- animation-name:bp_card_tooltip_v2_module_slideUpAndFade--6edf9;
1388
+ .bp_card_tooltip_v2_module_content--fe9c7[data-open][data-side=bottom]{
1389
+ animation-name:bp_card_tooltip_v2_module_slideUpAndFade--fe9c7;
1390
1390
  }
1391
- .bp_card_tooltip_v2_module_content--6edf9[data-open][data-side=left]{
1392
- animation-name:bp_card_tooltip_v2_module_slideRightAndFade--6edf9;
1391
+ .bp_card_tooltip_v2_module_content--fe9c7[data-open][data-side=left]{
1392
+ animation-name:bp_card_tooltip_v2_module_slideRightAndFade--fe9c7;
1393
1393
  }
1394
1394
 
1395
- @keyframes bp_card_tooltip_v2_module_slideUpAndFade--6edf9{
1395
+ @keyframes bp_card_tooltip_v2_module_slideUpAndFade--fe9c7{
1396
1396
  from{
1397
1397
  opacity:0;
1398
1398
  transform:translateY(2px);
@@ -1402,7 +1402,7 @@
1402
1402
  transform:translateY(0);
1403
1403
  }
1404
1404
  }
1405
- @keyframes bp_card_tooltip_v2_module_slideRightAndFade--6edf9{
1405
+ @keyframes bp_card_tooltip_v2_module_slideRightAndFade--fe9c7{
1406
1406
  from{
1407
1407
  opacity:0;
1408
1408
  transform:translateX(-2px);
@@ -1412,7 +1412,7 @@
1412
1412
  transform:translateX(0);
1413
1413
  }
1414
1414
  }
1415
- @keyframes bp_card_tooltip_v2_module_slideDownAndFade--6edf9{
1415
+ @keyframes bp_card_tooltip_v2_module_slideDownAndFade--fe9c7{
1416
1416
  from{
1417
1417
  opacity:0;
1418
1418
  transform:translateY(-2px);
@@ -1422,7 +1422,7 @@
1422
1422
  transform:translateY(0);
1423
1423
  }
1424
1424
  }
1425
- @keyframes bp_card_tooltip_v2_module_slideLeftAndFade--6edf9{
1425
+ @keyframes bp_card_tooltip_v2_module_slideLeftAndFade--fe9c7{
1426
1426
  from{
1427
1427
  opacity:0;
1428
1428
  transform:translateX(2px);
@@ -1433,7 +1433,7 @@
1433
1433
  }
1434
1434
  }
1435
1435
 
1436
- .bp_interactive_icon_module_interactiveIcon--686c1{
1436
+ .bp_interactive_icon_module_interactiveIcon--c9097{
1437
1437
  all:unset;
1438
1438
  background:none;
1439
1439
  border:0;
@@ -1442,7 +1442,7 @@
1442
1442
  display:inline-flex;
1443
1443
  padding:0;
1444
1444
  }
1445
- .bp_interactive_icon_module_interactiveIcon--686c1:focus-visible{
1445
+ .bp_interactive_icon_module_interactiveIcon--c9097:focus-visible{
1446
1446
  box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
1447
1447
  outline:none;
1448
1448
  overflow:visible;
@@ -1502,7 +1502,7 @@
1502
1502
  padding-bottom:var(--size-4);
1503
1503
  }
1504
1504
 
1505
- .bp_checkbox_module_option--15585{
1505
+ .bp_checkbox_module_option--b1ee2{
1506
1506
  display:flex;
1507
1507
  flex-direction:column;
1508
1508
  font-family:var(--body-default-font-family);
@@ -1514,7 +1514,7 @@
1514
1514
  text-decoration:var(--body-default-text-decoration);
1515
1515
  text-transform:var(--body-default-text-case);
1516
1516
  }
1517
- .bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585{
1517
+ .bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2{
1518
1518
  all:unset;
1519
1519
  align-items:center;
1520
1520
  background-color:var(--surface-checkbox-surface);
@@ -1528,39 +1528,39 @@
1528
1528
  margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
1529
1529
  width:var(--size-4);
1530
1530
  }
1531
- .bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585 .bp_checkbox_module_indicator--15585{
1531
+ .bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2 .bp_checkbox_module_indicator--b1ee2{
1532
1532
  display:flex;
1533
1533
  transform:scale(0);
1534
1534
  transition-duration:.15s;
1535
1535
  transition-property:transform;
1536
1536
  transition-timing-function:cubic-bezier(0, 0, .6, 1);
1537
1537
  }
1538
- .bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:focus-visible{
1538
+ .bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2:focus-visible{
1539
1539
  outline:var(--border-2) solid var(--outline-focus-on-light);
1540
1540
  outline-offset:var(--border-1);
1541
1541
  }
1542
- .bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585[data-disabled]{
1542
+ .bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2[data-disabled]{
1543
1543
  opacity:60%;
1544
1544
  }
1545
- .bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585[data-state=checked],.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585[data-state=indeterminate]{
1545
+ .bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2[data-state=checked],.bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2[data-state=indeterminate]{
1546
1546
  background-color:var(--surface-checkbox-surface-selected);
1547
1547
  border-color:var(--border-checkbox-border-selected);
1548
1548
  }
1549
- .bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585[data-state=checked] .bp_checkbox_module_indicator--15585,.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585[data-state=indeterminate] .bp_checkbox_module_indicator--15585{
1549
+ .bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2[data-state=checked] .bp_checkbox_module_indicator--b1ee2,.bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2[data-state=indeterminate] .bp_checkbox_module_indicator--b1ee2{
1550
1550
  background-color:var(--surface-checkbox-surface-selected);
1551
1551
  transform:scale(1);
1552
1552
  }
1553
- .bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):focus-visible,.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):hover{
1553
+ .bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2:not([data-disabled]):focus-visible,.bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2:not([data-disabled]):hover{
1554
1554
  border-color:var(--border-checkbox-border-hover);
1555
1555
  }
1556
- .bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):focus-visible[data-state=checked],.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):focus-visible[data-state=indeterminate],.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):hover[data-state=checked],.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):hover[data-state=indeterminate]{
1556
+ .bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2:not([data-disabled]):focus-visible[data-state=checked],.bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2:not([data-disabled]):focus-visible[data-state=indeterminate],.bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2:not([data-disabled]):hover[data-state=checked],.bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2:not([data-disabled]):hover[data-state=indeterminate]{
1557
1557
  background-color:var(--surface-checkbox-surface-selected-hover);
1558
1558
  border-color:var(--border-checkbox-border-selected-hover);
1559
1559
  }
1560
- .bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):focus-visible[data-state=checked] .bp_checkbox_module_indicator--15585,.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):focus-visible[data-state=indeterminate] .bp_checkbox_module_indicator--15585,.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):hover[data-state=checked] .bp_checkbox_module_indicator--15585,.bp_checkbox_module_option--15585 .bp_checkbox_module_checkbox--15585:not([data-disabled]):hover[data-state=indeterminate] .bp_checkbox_module_indicator--15585{
1560
+ .bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2:not([data-disabled]):focus-visible[data-state=checked] .bp_checkbox_module_indicator--b1ee2,.bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2:not([data-disabled]):focus-visible[data-state=indeterminate] .bp_checkbox_module_indicator--b1ee2,.bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2:not([data-disabled]):hover[data-state=checked] .bp_checkbox_module_indicator--b1ee2,.bp_checkbox_module_option--b1ee2 .bp_checkbox_module_checkbox--b1ee2:not([data-disabled]):hover[data-state=indeterminate] .bp_checkbox_module_indicator--b1ee2{
1561
1561
  background-color:var(--surface-checkbox-surface-selected-hover);
1562
1562
  }
1563
- .bp_checkbox_module_option--15585 .bp_checkbox_module_label--15585{
1563
+ .bp_checkbox_module_option--b1ee2 .bp_checkbox_module_label--b1ee2{
1564
1564
  cursor:pointer;
1565
1565
  display:inline-flex;
1566
1566
  flex-direction:row;
@@ -1568,10 +1568,10 @@
1568
1568
  width:-moz-fit-content;
1569
1569
  width:fit-content;
1570
1570
  }
1571
- .bp_checkbox_module_option--15585 .bp_checkbox_module_description--15585{
1571
+ .bp_checkbox_module_option--b1ee2 .bp_checkbox_module_description--b1ee2{
1572
1572
  padding-left:calc(var(--size-4) + var(--size-3));
1573
1573
  }
1574
- .bp_checkbox_module_option--15585.bp_checkbox_module_disabled--15585 .bp_checkbox_module_label--15585{
1574
+ .bp_checkbox_module_option--b1ee2.bp_checkbox_module_disabled--b1ee2 .bp_checkbox_module_label--b1ee2{
1575
1575
  cursor:default;
1576
1576
  }
1577
1577
  .bp_icon_button_module_iconButton--161d7[data-modern=false]{
@@ -1923,7 +1923,7 @@
1923
1923
  transform:scale(1.2);
1924
1924
  }
1925
1925
 
1926
- .bp_text_area_autosize_module_textArea--4fa6a[data-modern=false]{
1926
+ .bp_text_area_autosize_module_textArea--54707[data-modern=false]{
1927
1927
  --text-area-text-color:var(--text-text-on-light);
1928
1928
  --text-area-inner-shadow:var(--innershadow-1);
1929
1929
  --text-area-background-color:var(--surface-input-surface);
@@ -1936,7 +1936,7 @@
1936
1936
  --text-area-icon-padding:1.875rem;
1937
1937
  }
1938
1938
 
1939
- .bp_text_area_autosize_module_textArea--4fa6a[data-modern=true]{
1939
+ .bp_text_area_autosize_module_textArea--54707[data-modern=true]{
1940
1940
  --text-area-inner-shadow:var(--innershadow-1);
1941
1941
  --text-area-text-color:var(--bp-text-text-on-light);
1942
1942
  --text-area-background-color:var(--bp-surface-input-surface);
@@ -1949,7 +1949,7 @@
1949
1949
  --text-area-icon-padding:1.875rem;
1950
1950
  }
1951
1951
 
1952
- .bp_text_area_autosize_module_textArea--4fa6a{
1952
+ .bp_text_area_autosize_module_textArea--54707{
1953
1953
  background:var(--text-area-background-color);
1954
1954
  border:none;
1955
1955
  box-shadow:var(--text-area-inner-shadow);
@@ -1968,48 +1968,48 @@
1968
1968
  text-transform:var(--body-default-text-case);
1969
1969
  width:100%;
1970
1970
  }
1971
- .bp_text_area_autosize_module_textArea--4fa6a::placeholder{
1971
+ .bp_text_area_autosize_module_textArea--54707::placeholder{
1972
1972
  color:var(--text-area-placeholder-color);
1973
1973
  opacity:1;
1974
1974
  }
1975
- .bp_text_area_autosize_module_textArea--4fa6a.bp_text_area_autosize_module_error--4fa6a{
1975
+ .bp_text_area_autosize_module_textArea--54707.bp_text_area_autosize_module_error--54707{
1976
1976
  background:var(--text-area-error-background-color);
1977
1977
  outline:0;
1978
1978
  }
1979
- .bp_text_area_autosize_module_textArea--4fa6a:focus{
1979
+ .bp_text_area_autosize_module_textArea--54707:focus{
1980
1980
  border:none;
1981
1981
  }
1982
- .bp_text_area_autosize_module_textArea--4fa6a:hover{
1982
+ .bp_text_area_autosize_module_textArea--54707:hover{
1983
1983
  box-shadow:var(--text-area-inner-shadow);
1984
1984
  }
1985
- .bp_text_area_autosize_module_textArea--4fa6a:focus-visible{
1985
+ .bp_text_area_autosize_module_textArea--54707:focus-visible{
1986
1986
  background:var(--text-area-error-background-focus);
1987
1987
  outline:0;
1988
1988
  }
1989
- .bp_text_area_autosize_module_textArea--4fa6a:disabled{
1989
+ .bp_text_area_autosize_module_textArea--54707:disabled{
1990
1990
  background:var(--text-area-background-color);
1991
1991
  border:none;
1992
1992
  box-shadow:var(--text-area-inner-shadow);
1993
1993
  color:var(--text-area-text-color);
1994
1994
  }
1995
- .bp_text_area_autosize_module_textArea--4fa6a:not(:disabled):not(:focus-visible):not(.bp_text_area_autosize_module_error--4fa6a):hover{
1995
+ .bp_text_area_autosize_module_textArea--54707:not(:disabled):not(:focus-visible):not(.bp_text_area_autosize_module_error--54707):hover{
1996
1996
  background:var(--text-area-error-background-hover);
1997
1997
  }
1998
- .bp_text_area_autosize_module_textArea--4fa6a.bp_text_area_autosize_module_loading--4fa6a{
1998
+ .bp_text_area_autosize_module_textArea--54707.bp_text_area_autosize_module_loading--54707{
1999
1999
  padding-inline-end:var(--text-area-icon-padding);
2000
2000
  }
2001
2001
 
2002
- .bp_text_area_autosize_module_loadingIndicator--4fa6a[data-modern=false]{
2002
+ .bp_text_area_autosize_module_loadingIndicator--54707[data-modern=false]{
2003
2003
  --text-area-loading-indicator-width:var(--size-6);
2004
2004
  --text-area-loading-indicator-height:var(--size-6);
2005
2005
  }
2006
2006
 
2007
- .bp_text_area_autosize_module_loadingIndicator--4fa6a[data-modern=true]{
2007
+ .bp_text_area_autosize_module_loadingIndicator--54707[data-modern=true]{
2008
2008
  --text-area-loading-indicator-width:var(--bp-size-060);
2009
2009
  --text-area-loading-indicator-height:var(--bp-size-060);
2010
2010
  }
2011
2011
 
2012
- .bp_text_area_autosize_module_loadingIndicator--4fa6a{
2012
+ .bp_text_area_autosize_module_loadingIndicator--54707{
2013
2013
  bottom:.375rem;
2014
2014
  display:inline-block;
2015
2015
  height:var(--text-area-loading-indicator-height);
@@ -2019,19 +2019,19 @@
2019
2019
  width:var(--text-area-loading-indicator-width);
2020
2020
  }
2021
2021
 
2022
- .bp_text_area_autosize_module_border--4fa6a[data-modern=false]{
2022
+ .bp_text_area_autosize_module_border--54707[data-modern=false]{
2023
2023
  --text-area-radius:var(--radius-2);
2024
2024
  --text-area-border-width:var(--border-1);
2025
2025
  --text-area-shadow-color:var(--border-input-border);
2026
2026
  }
2027
2027
 
2028
- .bp_text_area_autosize_module_border--4fa6a[data-modern=true]{
2028
+ .bp_text_area_autosize_module_border--54707[data-modern=true]{
2029
2029
  --text-area-radius:var(--bp-radius-06);
2030
2030
  --text-area-border-width:var(--bp-border-01);
2031
2031
  --text-area-shadow-color:var(--bp-border-input-border);
2032
2032
  }
2033
2033
 
2034
- .bp_text_area_autosize_module_border--4fa6a{
2034
+ .bp_text_area_autosize_module_border--54707{
2035
2035
  border-radius:var(--text-area-radius);
2036
2036
  box-shadow:0 0 0 var(--text-area-border-width) var(--text-area-shadow-color);
2037
2037
  display:flex;
@@ -2039,17 +2039,17 @@
2039
2039
  transform:translateZ(0);
2040
2040
  }
2041
2041
 
2042
- .bp_text_area_module_textAreaContainer--bf753[data-modern=false]{
2042
+ .bp_text_area_module_textAreaContainer--19486[data-modern=false]{
2043
2043
  --text-area-container-row-gap:var(--space-2);
2044
2044
  --text-area-container-label-color:var(--text-text-on-light);
2045
2045
  }
2046
2046
 
2047
- .bp_text_area_module_textAreaContainer--bf753[data-modern=true]{
2047
+ .bp_text_area_module_textAreaContainer--19486[data-modern=true]{
2048
2048
  --text-area-container-row-gap:var(--bp-size-020);
2049
2049
  --text-area-container-label-color:var(--bp-text-text-on-light);
2050
2050
  }
2051
2051
 
2052
- .bp_text_area_module_textAreaContainer--bf753{
2052
+ .bp_text_area_module_textAreaContainer--19486{
2053
2053
  display:flex;
2054
2054
  flex-direction:column;
2055
2055
  font-family:var(--body-default-font-family);
@@ -2062,7 +2062,7 @@
2062
2062
  text-decoration:var(--body-default-text-decoration);
2063
2063
  text-transform:var(--body-default-text-case);
2064
2064
  }
2065
- .bp_text_area_module_textAreaContainer--bf753 .bp_text_area_module_label--bf753{
2065
+ .bp_text_area_module_textAreaContainer--19486 .bp_text_area_module_label--19486{
2066
2066
  color:var(--text-area-container-label-color);
2067
2067
  flex:0 0 fit-content;
2068
2068
  font-family:var(--body-default-bold-font-family);
@@ -2076,17 +2076,17 @@
2076
2076
  width:-moz-fit-content;
2077
2077
  width:fit-content;
2078
2078
  }
2079
- .bp_text_area_module_textAreaContainer--bf753 .bp_text_area_module_label--bf753:not(.bp_text_area_module_hidden--bf753){
2079
+ .bp_text_area_module_textAreaContainer--19486 .bp_text_area_module_label--19486:not(.bp_text_area_module_hidden--19486){
2080
2080
  margin-block-end:var(--text-area-container-row-gap);
2081
2081
  }
2082
- .bp_text_area_module_textAreaContainer--bf753.bp_text_area_module_disabled--bf753{
2082
+ .bp_text_area_module_textAreaContainer--19486.bp_text_area_module_disabled--19486{
2083
2083
  opacity:60%;
2084
2084
  }
2085
- .bp_text_area_module_textAreaContainer--bf753 .bp_text_area_module_inlineError--bf753{
2085
+ .bp_text_area_module_textAreaContainer--19486 .bp_text_area_module_inlineError--19486{
2086
2086
  margin-block-start:var(--text-area-container-row-gap);
2087
2087
  }
2088
2088
 
2089
- .bp_combobox_module_container--d598b{
2089
+ .bp_combobox_module_container--7e8d5{
2090
2090
  display:flex;
2091
2091
  flex-direction:column;
2092
2092
  font-family:var(--body-default-font-family);
@@ -2098,10 +2098,10 @@
2098
2098
  text-decoration:var(--body-default-text-decoration);
2099
2099
  text-transform:var(--body-default-text-case);
2100
2100
  }
2101
- .bp_combobox_module_container--d598b.bp_combobox_module_disabled--d598b{
2101
+ .bp_combobox_module_container--7e8d5.bp_combobox_module_disabled--7e8d5{
2102
2102
  opacity:60%;
2103
2103
  }
2104
- .bp_combobox_module_container--d598b .bp_combobox_module_label--d598b{
2104
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_label--7e8d5{
2105
2105
  color:var(--text-text-on-light);
2106
2106
  flex:0 0 fit-content;
2107
2107
  font-family:var(--body-default-bold-font-family);
@@ -2114,10 +2114,10 @@
2114
2114
  text-decoration:var(--body-default-bold-text-decoration);
2115
2115
  text-transform:var(--body-default-bold-text-case);
2116
2116
  }
2117
- .bp_combobox_module_container--d598b .bp_combobox_module_label--d598b:not(.bp_combobox_module_hiddenLabel--d598b){
2117
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_label--7e8d5:not(.bp_combobox_module_hiddenLabel--7e8d5){
2118
2118
  margin-block-end:var(--space-2);
2119
2119
  }
2120
- .bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b{
2120
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_comboboxContainer--7e8d5{
2121
2121
  background-color:var(--surface-dropdown-surface);
2122
2122
  border-bottom:var(--blueprint-combobox-border-bottom-width, var(--border-1)) solid var(--blueprint-combobox-border-color, var(--border-input-border));
2123
2123
  border-left:var(--blueprint-combobox-border-left-width, var(--border-1)) solid var(--blueprint-combobox-border-color, var(--border-input-border));
@@ -2134,15 +2134,15 @@
2134
2134
  padding-inline:var(--space-3);
2135
2135
  position:relative;
2136
2136
  }
2137
- .bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b.bp_combobox_module_withComboboxButtons--d598b{
2137
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_comboboxContainer--7e8d5.bp_combobox_module_withComboboxButtons--7e8d5{
2138
2138
  padding-inline-end:var(--space-10);
2139
2139
  }
2140
- .bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b:not(:disabled):has(input:focus){
2140
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_comboboxContainer--7e8d5:not(:disabled):has(input:focus){
2141
2141
  background-color:var(--surface-dropdown-surface-focus);
2142
2142
  border:var(--border-2) solid var(--outline-focus-on-light);
2143
2143
  padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
2144
2144
  }
2145
- .bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b:not(:disabled).bp_combobox_module_error--d598b,.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b:not(:disabled):has([aria-invalid=true]){
2145
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_comboboxContainer--7e8d5:not(:disabled).bp_combobox_module_error--7e8d5,.bp_combobox_module_container--7e8d5 .bp_combobox_module_comboboxContainer--7e8d5:not(:disabled):has([aria-invalid=true]){
2146
2146
  background-color:var(--surface-dropdown-surface-error);
2147
2147
  border-bottom:var(--blueprint-combobox-border-error-bottom-width, var(--border-2)) solid var(--border-input-border-error);
2148
2148
  border-left:var(--blueprint-combobox-border-error-left-width, var(--border-2)) solid var(--border-input-border-error);
@@ -2150,13 +2150,13 @@
2150
2150
  border-top:var(--blueprint-combobox-border-error-top-width, var(--border-2)) solid var(--border-input-border-error);
2151
2151
  padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
2152
2152
  }
2153
- .bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b .bp_combobox_module_textInputWrapper--d598b{
2153
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_comboboxContainer--7e8d5 .bp_combobox_module_textInputWrapper--7e8d5{
2154
2154
  align-items:center;
2155
2155
  display:flex;
2156
2156
  flex:content;
2157
2157
  gap:var(--space-2);
2158
2158
  }
2159
- .bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b .bp_combobox_module_textInputWrapper--d598b .bp_combobox_module_textInput--d598b{
2159
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_comboboxContainer--7e8d5 .bp_combobox_module_textInputWrapper--7e8d5 .bp_combobox_module_textInput--7e8d5{
2160
2160
  background-color:initial;
2161
2161
  border:none;
2162
2162
  color:var(--text-text-on-light);
@@ -2173,28 +2173,28 @@
2173
2173
  text-transform:var(--body-default-text-case);
2174
2174
  width:100%;
2175
2175
  }
2176
- .bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b .bp_combobox_module_textInputWrapper--d598b .bp_combobox_module_errorIcon--d598b path{
2176
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_comboboxContainer--7e8d5 .bp_combobox_module_textInputWrapper--7e8d5 .bp_combobox_module_errorIcon--7e8d5 path{
2177
2177
  fill:var(--icon-icon-error-on-light);
2178
2178
  }
2179
- .bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b .bp_combobox_module_textInputWrapper--d598b .bp_combobox_module_comboboxButtons--d598b{
2179
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_comboboxContainer--7e8d5 .bp_combobox_module_textInputWrapper--7e8d5 .bp_combobox_module_comboboxButtons--7e8d5{
2180
2180
  align-items:center;
2181
2181
  display:flex;
2182
2182
  position:absolute;
2183
2183
  right:var(--space-2);
2184
2184
  top:var(--space-2);
2185
2185
  }
2186
- .bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b.bp_combobox_module_withChips--d598b{
2186
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_comboboxContainer--7e8d5.bp_combobox_module_withChips--7e8d5{
2187
2187
  max-height:calc(var(--space-2)*2 + var(--space-6)*3);
2188
2188
  padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-1));
2189
2189
  }
2190
- .bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b.bp_combobox_module_withChips--d598b:not(:disabled).bp_combobox_module_error--d598b,.bp_combobox_module_container--d598b .bp_combobox_module_comboboxContainer--d598b.bp_combobox_module_withChips--d598b:not(:disabled):has(input:focus){
2190
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_comboboxContainer--7e8d5.bp_combobox_module_withChips--7e8d5:not(:disabled).bp_combobox_module_error--7e8d5,.bp_combobox_module_container--7e8d5 .bp_combobox_module_comboboxContainer--7e8d5.bp_combobox_module_withChips--7e8d5:not(:disabled):has(input:focus){
2191
2191
  padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-2));
2192
2192
  }
2193
- .bp_combobox_module_container--d598b .bp_combobox_module_inlineError--d598b{
2193
+ .bp_combobox_module_container--7e8d5 .bp_combobox_module_inlineError--7e8d5{
2194
2194
  margin-block-start:var(--space-2);
2195
2195
  }
2196
2196
 
2197
- .bp_combobox_module_popover--d598b{
2197
+ .bp_combobox_module_popover--7e8d5{
2198
2198
  background-color:var(--surface-menu-surface);
2199
2199
  border:var(--border-1) solid var(--border-card-border);
2200
2200
  border-radius:var(--radius-3);
@@ -2213,7 +2213,7 @@
2213
2213
  text-transform:var(--body-default-text-case);
2214
2214
  z-index:380;
2215
2215
  }
2216
- .bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b{
2216
+ .bp_combobox_module_popover--7e8d5 .bp_combobox_module_option--7e8d5{
2217
2217
  border:var(--border-2) solid #0000;
2218
2218
  border-radius:var(--radius-3);
2219
2219
  box-sizing:border-box;
@@ -2227,21 +2227,21 @@
2227
2227
  user-select:none;
2228
2228
  width:100%;
2229
2229
  }
2230
- .bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b[aria-disabled]{
2230
+ .bp_combobox_module_popover--7e8d5 .bp_combobox_module_option--7e8d5[aria-disabled]{
2231
2231
  opacity:60%;
2232
2232
  }
2233
- .bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b[data-active-item]:not([aria-disabled]){
2233
+ .bp_combobox_module_popover--7e8d5 .bp_combobox_module_option--7e8d5[data-active-item]:not([aria-disabled]){
2234
2234
  background-color:var(--surface-menu-surface-focus);
2235
2235
  border:var(--border-2) solid var(--outline-focus-on-light);
2236
2236
  }
2237
- .bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b:active{
2237
+ .bp_combobox_module_popover--7e8d5 .bp_combobox_module_option--7e8d5:active{
2238
2238
  background-color:var(--surface-menu-surface-hover);
2239
2239
  border:var(--border-2) solid #0000;
2240
2240
  }
2241
- .bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b:hover{
2241
+ .bp_combobox_module_popover--7e8d5 .bp_combobox_module_option--7e8d5:hover{
2242
2242
  background-color:var(--surface-menu-surface-hover);
2243
2243
  }
2244
- .bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b .bp_combobox_module_indicator--d598b{
2244
+ .bp_combobox_module_popover--7e8d5 .bp_combobox_module_option--7e8d5 .bp_combobox_module_indicator--7e8d5{
2245
2245
  align-items:center;
2246
2246
  display:flex;
2247
2247
  height:var(--size-9);
@@ -2250,22 +2250,22 @@
2250
2250
  position:absolute;
2251
2251
  top:0;
2252
2252
  }
2253
- .bp_combobox_module_popover--d598b .bp_combobox_module_option--d598b .bp_combobox_module_indicator--d598b .bp_combobox_module_indicatorIcon--d598b path{
2253
+ .bp_combobox_module_popover--7e8d5 .bp_combobox_module_option--7e8d5 .bp_combobox_module_indicator--7e8d5 .bp_combobox_module_indicatorIcon--7e8d5 path{
2254
2254
  fill:var(--icon-icon-on-light);
2255
2255
  }
2256
- .bp_combobox_module_popover--d598b .bp_combobox_module_optionWithIndicator--d598b{
2256
+ .bp_combobox_module_popover--7e8d5 .bp_combobox_module_optionWithIndicator--7e8d5{
2257
2257
  padding-inline:var(--space-10) var(--space-2);
2258
2258
  }
2259
- .bp_combobox_module_popover--d598b .bp_combobox_module_loadingIndicator--d598b{
2259
+ .bp_combobox_module_popover--7e8d5 .bp_combobox_module_loadingIndicator--7e8d5{
2260
2260
  position:unset;
2261
2261
  }
2262
- .bp_combobox_module_popover--d598b .bp_combobox_module_noResultOption--d598b{
2262
+ .bp_combobox_module_popover--7e8d5 .bp_combobox_module_noResultOption--7e8d5{
2263
2263
  color:var(--text-text-on-light);
2264
2264
  -webkit-user-select:none;
2265
2265
  user-select:none;
2266
2266
  }
2267
2267
 
2268
- .bp_combobox_group_module_container--af556{
2268
+ .bp_combobox_group_module_container--24472{
2269
2269
  align-items:flex-start;
2270
2270
  display:flex;
2271
2271
  flex-direction:column;
@@ -2273,17 +2273,17 @@
2273
2273
  max-width:358px;
2274
2274
  }
2275
2275
 
2276
- .bp_combobox_group_module_comboboxGroupcontainer--af556{
2276
+ .bp_combobox_group_module_comboboxGroupcontainer--24472{
2277
2277
  display:flex;
2278
2278
  flex-direction:row;
2279
2279
  }
2280
2280
 
2281
- .bp_combobox_group_module_disabled--af556{
2281
+ .bp_combobox_group_module_disabled--24472{
2282
2282
  opacity:60%;
2283
2283
  pointer-events:none;
2284
2284
  }
2285
2285
 
2286
- .bp_combobox_group_module_label--af556{
2286
+ .bp_combobox_group_module_label--24472{
2287
2287
  color:var(--text-text-on-light);
2288
2288
  flex:0 0 fit-content;
2289
2289
  font-family:var(--body-default-bold-font-family);
@@ -2297,59 +2297,59 @@
2297
2297
  text-transform:var(--body-default-bold-text-case);
2298
2298
  }
2299
2299
 
2300
- .bp_combobox_group_module_trailing--af556{
2300
+ .bp_combobox_group_module_trailing--24472{
2301
2301
  --blueprint-combobox-input-radius:0 var(--radius-2) var(--radius-2) 0;
2302
2302
  --blueprint-select-trigger-radius:0 var(--radius-2) var(--radius-2) 0;
2303
2303
  --blueprint-combobox-border-left-width:none;
2304
2304
  --blueprint-select-border-left-width:none;
2305
2305
  }
2306
2306
 
2307
- .bp_combobox_group_module_leading--af556{
2307
+ .bp_combobox_group_module_leading--24472{
2308
2308
  --blueprint-combobox-input-radius:var(--radius-2) 0 0 var(--radius-2);
2309
2309
  --blueprint-select-trigger-radius:var(--radius-2) 0 0 var(--radius-2);
2310
2310
  }
2311
2311
 
2312
- .bp_combobox_group_module_errorCombobox--af556.bp_combobox_group_module_leading--af556{
2312
+ .bp_combobox_group_module_errorCombobox--24472.bp_combobox_group_module_leading--24472{
2313
2313
  --blueprint-select-border-right-width:none;
2314
2314
  }
2315
2315
 
2316
- .bp_combobox_group_module_errorSelect--af556.bp_combobox_group_module_leading--af556{
2316
+ .bp_combobox_group_module_errorSelect--24472.bp_combobox_group_module_leading--24472{
2317
2317
  --blueprint-combobox-border-right-width:none;
2318
2318
  }
2319
2319
 
2320
- .bp_combobox_group_module_errorCombobox--af556.bp_combobox_group_module_errorSelect--af556.bp_combobox_group_module_trailing--af556{
2320
+ .bp_combobox_group_module_errorCombobox--24472.bp_combobox_group_module_errorSelect--24472.bp_combobox_group_module_trailing--24472{
2321
2321
  --blueprint-select-border-error-left-width:none;
2322
2322
  }
2323
2323
 
2324
- .bp_combobox_group_module_errorCombobox--af556.bp_combobox_group_module_errorSelect--af556.bp_combobox_group_module_leading--af556{
2324
+ .bp_combobox_group_module_errorCombobox--24472.bp_combobox_group_module_errorSelect--24472.bp_combobox_group_module_leading--24472{
2325
2325
  --blueprint-select-border-error-right-width:none;
2326
2326
  }
2327
2327
 
2328
- .bp_combobox_group_module_selectHasFocus--af556.bp_combobox_group_module_leading--af556{
2328
+ .bp_combobox_group_module_selectHasFocus--24472.bp_combobox_group_module_leading--24472{
2329
2329
  --blueprint-combobox-border-right-width:none;
2330
2330
  }
2331
2331
 
2332
- .bp_combobox_group_module_selectHasFocus--af556.bp_combobox_group_module_errorCombobox--af556.bp_combobox_group_module_leading--af556{
2332
+ .bp_combobox_group_module_selectHasFocus--24472.bp_combobox_group_module_errorCombobox--24472.bp_combobox_group_module_leading--24472{
2333
2333
  --blueprint-combobox-border-error-right-width:none;
2334
2334
  }
2335
2335
 
2336
- .bp_combobox_group_module_selectHasFocus--af556.bp_combobox_group_module_errorCombobox--af556.bp_combobox_group_module_trailing--af556{
2336
+ .bp_combobox_group_module_selectHasFocus--24472.bp_combobox_group_module_errorCombobox--24472.bp_combobox_group_module_trailing--24472{
2337
2337
  --blueprint-combobox-border-error-left-width:none;
2338
2338
  }
2339
2339
 
2340
- .bp_combobox_group_module_comboboxHasFocus--af556.bp_combobox_group_module_leading--af556{
2340
+ .bp_combobox_group_module_comboboxHasFocus--24472.bp_combobox_group_module_leading--24472{
2341
2341
  --blueprint-select-border-right-width:none;
2342
2342
  }
2343
2343
 
2344
- .bp_combobox_group_module_comboboxHasFocus--af556.bp_combobox_group_module_errorSelect--af556.bp_combobox_group_module_leading--af556{
2344
+ .bp_combobox_group_module_comboboxHasFocus--24472.bp_combobox_group_module_errorSelect--24472.bp_combobox_group_module_leading--24472{
2345
2345
  --blueprint-select-border-error-right-width:none;
2346
2346
  }
2347
2347
 
2348
- .bp_combobox_group_module_comboboxHasFocus--af556.bp_combobox_group_module_errorSelect--af556.bp_combobox_group_module_trailing--af556{
2348
+ .bp_combobox_group_module_comboboxHasFocus--24472.bp_combobox_group_module_errorSelect--24472.bp_combobox_group_module_trailing--24472{
2349
2349
  --blueprint-select-border-error-left-width:none;
2350
2350
  }
2351
2351
 
2352
- .bp_select_module_container--f197c{
2352
+ .bp_select_module_container--88876{
2353
2353
  display:flex;
2354
2354
  flex-direction:column;
2355
2355
  font-family:var(--body-default-font-family);
@@ -2362,10 +2362,10 @@
2362
2362
  text-decoration:var(--body-default-text-decoration);
2363
2363
  text-transform:var(--body-default-text-case);
2364
2364
  }
2365
- .bp_select_module_container--f197c.bp_select_module_disabled--f197c{
2365
+ .bp_select_module_container--88876.bp_select_module_disabled--88876{
2366
2366
  opacity:60%;
2367
2367
  }
2368
- .bp_select_module_container--f197c .bp_select_module_label--f197c{
2368
+ .bp_select_module_container--88876 .bp_select_module_label--88876{
2369
2369
  color:var(--text-text-on-light);
2370
2370
  flex:0 0 fit-content;
2371
2371
  font-family:var(--body-default-bold-font-family);
@@ -2378,7 +2378,7 @@
2378
2378
  text-decoration:var(--body-default-bold-text-decoration);
2379
2379
  text-transform:var(--body-default-bold-text-case);
2380
2380
  }
2381
- .bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c{
2381
+ .bp_select_module_container--88876 .bp_select_module_triggerBtn--88876{
2382
2382
  align-items:center;
2383
2383
  background-color:var(--surface-dropdown-surface);
2384
2384
  border-bottom:var(--blueprint-select-border-bottom-width, var(--border-1)) solid var(--border-dropdown-border);
@@ -2407,58 +2407,58 @@
2407
2407
  text-transform:var(--body-default-text-case);
2408
2408
  width:100%;
2409
2409
  }
2410
- .bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c span:first-child{
2410
+ .bp_select_module_container--88876 .bp_select_module_triggerBtn--88876 span:first-child{
2411
2411
  overflow:hidden;
2412
2412
  text-overflow:ellipsis;
2413
2413
  white-space:nowrap;
2414
2414
  }
2415
- .bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:disabled{
2415
+ .bp_select_module_container--88876 .bp_select_module_triggerBtn--88876:disabled{
2416
2416
  cursor:default;
2417
2417
  }
2418
- .bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c.bp_select_module_readonly--f197c:not(:disabled){
2418
+ .bp_select_module_container--88876 .bp_select_module_triggerBtn--88876.bp_select_module_readonly--88876:not(:disabled){
2419
2419
  background-color:var(--gray-02);
2420
2420
  box-shadow:none;
2421
2421
  color:var(--text-text-on-light-secondary);
2422
2422
  cursor:default;
2423
2423
  }
2424
- .bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:not(.bp_select_module_readonly--f197c):not(:disabled).bp_select_module_error--f197c,.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:not(.bp_select_module_readonly--f197c):not(:disabled)[aria-invalid=true]{
2424
+ .bp_select_module_container--88876 .bp_select_module_triggerBtn--88876:not(.bp_select_module_readonly--88876):not(:disabled).bp_select_module_error--88876,.bp_select_module_container--88876 .bp_select_module_triggerBtn--88876:not(.bp_select_module_readonly--88876):not(:disabled)[aria-invalid=true]{
2425
2425
  background-color:var(--surface-dropdown-surface-error);
2426
2426
  border-bottom:var(--blueprint-select-border-error-bottom-width, var(--border-2)) solid var(--border-dropdown-border-error);
2427
2427
  border-left:var(--blueprint-select-border-error-left-width, var(--border-2)) solid var(--border-dropdown-border-error);
2428
2428
  border-right:var(--blueprint-select-border-error-right-width, var(--border-2)) solid var(--border-dropdown-border-error);
2429
2429
  border-top:var(--blueprint-select-border-error-top-width, var(--border-2)) solid var(--border-dropdown-border-error);
2430
2430
  }
2431
- .bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:not(.bp_select_module_readonly--f197c):focus,.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:not(.bp_select_module_readonly--f197c):not(:disabled).bp_select_module_error--f197c:focus,.bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:not(.bp_select_module_readonly--f197c):not(:disabled)[aria-invalid=true]:focus{
2431
+ .bp_select_module_container--88876 .bp_select_module_triggerBtn--88876:not(.bp_select_module_readonly--88876):focus,.bp_select_module_container--88876 .bp_select_module_triggerBtn--88876:not(.bp_select_module_readonly--88876):not(:disabled).bp_select_module_error--88876:focus,.bp_select_module_container--88876 .bp_select_module_triggerBtn--88876:not(.bp_select_module_readonly--88876):not(:disabled)[aria-invalid=true]:focus{
2432
2432
  background-color:var(--surface-dropdown-surface-focus);
2433
2433
  border:var(--border-2) solid var(--outline-focus-on-light);
2434
2434
  }
2435
- .bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c:not(.bp_select_module_readonly--f197c):not(:disabled):not(:focus):not(.bp_select_module_error--f197c):not([aria-invalid]):hover{
2435
+ .bp_select_module_container--88876 .bp_select_module_triggerBtn--88876:not(.bp_select_module_readonly--88876):not(:disabled):not(:focus):not(.bp_select_module_error--88876):not([aria-invalid]):hover{
2436
2436
  background-color:var(--surface-dropdown-surface-hover);
2437
2437
  border-color:var(--border-dropdown-border-hover);
2438
2438
  }
2439
- .bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c .bp_select_module_iconWrapper--f197c{
2439
+ .bp_select_module_container--88876 .bp_select_module_triggerBtn--88876 .bp_select_module_iconWrapper--88876{
2440
2440
  flex-shrink:0;
2441
2441
  -webkit-user-select:none;
2442
2442
  user-select:none;
2443
2443
  }
2444
- .bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c .bp_select_module_iconCaret--f197c{
2444
+ .bp_select_module_container--88876 .bp_select_module_triggerBtn--88876 .bp_select_module_iconCaret--88876{
2445
2445
  display:block;
2446
2446
  height:var(--size-2);
2447
2447
  width:var(--size-2);
2448
2448
  }
2449
- .bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c .bp_select_module_iconCaret--f197c path{
2449
+ .bp_select_module_container--88876 .bp_select_module_triggerBtn--88876 .bp_select_module_iconCaret--88876 path{
2450
2450
  fill:var(--icon-icon-on-light);
2451
2451
  }
2452
- .bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c .bp_select_module_iconPencilCrossed--f197c{
2452
+ .bp_select_module_container--88876 .bp_select_module_triggerBtn--88876 .bp_select_module_iconPencilCrossed--88876{
2453
2453
  display:block;
2454
2454
  height:var(--size-4);
2455
2455
  width:var(--size-4);
2456
2456
  }
2457
- .bp_select_module_container--f197c .bp_select_module_triggerBtn--f197c[data-state=open] .bp_select_module_icon--f197c{
2457
+ .bp_select_module_container--88876 .bp_select_module_triggerBtn--88876[data-state=open] .bp_select_module_icon--88876{
2458
2458
  transform:rotate(180deg);
2459
2459
  }
2460
2460
 
2461
- .bp_select_module_content--f197c{
2461
+ .bp_select_module_content--88876{
2462
2462
  background-color:var(--surface-menu-surface);
2463
2463
  border:var(--border-1) solid var(--border-card-border);
2464
2464
  border-radius:var(--radius-3);
@@ -2477,11 +2477,11 @@
2477
2477
  text-transform:var(--body-default-text-case);
2478
2478
  z-index:380;
2479
2479
  }
2480
- .bp_select_module_content--f197c .bp_select_module_viewport--f197c{
2480
+ .bp_select_module_content--88876 .bp_select_module_viewport--88876{
2481
2481
  padding-block:var(--space-3);
2482
2482
  padding-inline:var(--space-3);
2483
2483
  }
2484
- .bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c{
2484
+ .bp_select_module_content--88876 .bp_select_module_viewport--88876 .bp_select_module_option--88876{
2485
2485
  border:var(--border-2) solid #0000;
2486
2486
  border-radius:var(--radius-3);
2487
2487
  cursor:pointer;
@@ -2496,29 +2496,29 @@
2496
2496
  -webkit-user-select:none;
2497
2497
  user-select:none;
2498
2498
  }
2499
- .bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c[data-disabled]{
2499
+ .bp_select_module_content--88876 .bp_select_module_viewport--88876 .bp_select_module_option--88876[data-disabled]{
2500
2500
  opacity:60%;
2501
2501
  pointer-events:none;
2502
2502
  }
2503
- .bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c[data-highlighted]{
2503
+ .bp_select_module_content--88876 .bp_select_module_viewport--88876 .bp_select_module_option--88876[data-highlighted]{
2504
2504
  background-color:var(--surface-menu-surface-focus);
2505
2505
  border:var(--border-2) solid var(--outline-focus-on-light);
2506
2506
  }
2507
- .bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c:active{
2507
+ .bp_select_module_content--88876 .bp_select_module_viewport--88876 .bp_select_module_option--88876:active{
2508
2508
  background-color:var(--surface-menu-surface-hover);
2509
2509
  border:var(--border-2) solid #0000;
2510
2510
  }
2511
- .bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c:hover{
2511
+ .bp_select_module_content--88876 .bp_select_module_viewport--88876 .bp_select_module_option--88876:hover{
2512
2512
  background-color:var(--surface-menu-surface-hover);
2513
2513
  }
2514
- .bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c span:first-child{
2514
+ .bp_select_module_content--88876 .bp_select_module_viewport--88876 .bp_select_module_option--88876 span:first-child{
2515
2515
  overflow:hidden;
2516
2516
  overflow-wrap:break-word;
2517
2517
  }
2518
- .bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c .bp_select_module_secondaryText--f197c{
2518
+ .bp_select_module_content--88876 .bp_select_module_viewport--88876 .bp_select_module_option--88876 .bp_select_module_secondaryText--88876{
2519
2519
  color:var(--text-text-on-light-secondary);
2520
2520
  }
2521
- .bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c .bp_select_module_indicator--f197c{
2521
+ .bp_select_module_content--88876 .bp_select_module_viewport--88876 .bp_select_module_option--88876 .bp_select_module_indicator--88876{
2522
2522
  align-items:center;
2523
2523
  display:flex;
2524
2524
  height:var(--size-9);
@@ -2527,17 +2527,17 @@
2527
2527
  position:absolute;
2528
2528
  top:0;
2529
2529
  }
2530
- .bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_option--f197c .bp_select_module_indicator--f197c path{
2530
+ .bp_select_module_content--88876 .bp_select_module_viewport--88876 .bp_select_module_option--88876 .bp_select_module_indicator--88876 path{
2531
2531
  fill:var(--icon-icon-on-light);
2532
2532
  }
2533
- .bp_select_module_content--f197c .bp_select_module_viewport--f197c .bp_select_module_separator--f197c{
2533
+ .bp_select_module_content--88876 .bp_select_module_viewport--88876 .bp_select_module_separator--88876{
2534
2534
  background-color:var(--border-divider-border);
2535
2535
  flex-shrink:0;
2536
2536
  height:var(--border-1);
2537
2537
  margin-block:var(--space-2);
2538
2538
  }
2539
2539
 
2540
- .bp_content_card_module_card--875db{
2540
+ .bp_content_card_module_card--5f42d{
2541
2541
  background-color:var(--surface-surface);
2542
2542
  border:var(--border-1) solid var(--border-card-border);
2543
2543
  border-radius:var(--size-3);
@@ -2548,21 +2548,21 @@
2548
2548
  padding:var(--size-4);
2549
2549
  position:relative;
2550
2550
  }
2551
- .bp_content_card_module_card--875db:hover{
2551
+ .bp_content_card_module_card--5f42d:hover{
2552
2552
  box-shadow:var(--dropshadow-3);
2553
2553
  }
2554
- .bp_content_card_module_card--875db:focus-visible{
2554
+ .bp_content_card_module_card--5f42d:focus-visible{
2555
2555
  border:var(--border-2) solid var(--outline-focus-on-light);
2556
2556
  box-shadow:var(--dropshadow-3);
2557
2557
  outline:none;
2558
2558
  }
2559
- .bp_content_card_module_card--875db:active{
2559
+ .bp_content_card_module_card--5f42d:active{
2560
2560
  background-color:var(--surface-card-surface-pressed);
2561
2561
  border:var(--border-1) solid var(--border-card-border);
2562
2562
  box-shadow:none;
2563
2563
  }
2564
2564
 
2565
- .bp_content_card_module_cardContent--875db{
2565
+ .bp_content_card_module_cardContent--5f42d{
2566
2566
  display:flex;
2567
2567
  flex-direction:column;
2568
2568
  gap:var(--size-2);
@@ -2571,32 +2571,32 @@
2571
2571
  padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
2572
2572
  }
2573
2573
 
2574
- .bp_content_card_module_cardTitle--875db{
2574
+ .bp_content_card_module_cardTitle--5f42d{
2575
2575
  align-items:center;
2576
2576
  display:flex;
2577
2577
  height:var(--size-12);
2578
2578
  }
2579
2579
 
2580
- .bp_content_card_module_cardTitleText--875db{
2580
+ .bp_content_card_module_cardTitleText--5f42d{
2581
2581
  -webkit-box-orient:vertical;
2582
2582
  -webkit-line-clamp:2;
2583
2583
  display:-webkit-inline-box;
2584
2584
  overflow:hidden;
2585
2585
  }
2586
2586
 
2587
- .bp_content_card_module_cardBody--875db{
2587
+ .bp_content_card_module_cardBody--5f42d{
2588
2588
  height:var(--size-12);
2589
2589
  margin-block-end:var(--size-2);
2590
2590
  }
2591
2591
 
2592
- .bp_content_card_module_cardBodyText--875db{
2592
+ .bp_content_card_module_cardBodyText--5f42d{
2593
2593
  -webkit-box-orient:vertical;
2594
2594
  -webkit-line-clamp:2;
2595
2595
  display:-webkit-inline-box;
2596
2596
  overflow:hidden;
2597
2597
  }
2598
2598
 
2599
- .bp_content_card_module_cardIcon--875db{
2599
+ .bp_content_card_module_cardIcon--5f42d{
2600
2600
  background-color:var(--surface-surface);
2601
2601
  border:var(--size-1) solid var(--surface-surface);
2602
2602
  border-radius:var(--size-3);
@@ -2609,7 +2609,7 @@
2609
2609
  z-index:1;
2610
2610
  }
2611
2611
 
2612
- .bp_content_card_module_cardBackground--875db{
2612
+ .bp_content_card_module_cardBackground--5f42d{
2613
2613
  height:var(--size-15);
2614
2614
  left:0;
2615
2615
  overflow:hidden;
@@ -2618,12 +2618,12 @@
2618
2618
  width:100%;
2619
2619
  }
2620
2620
 
2621
- .bp_content_card_module_image--875db{
2621
+ .bp_content_card_module_image--5f42d{
2622
2622
  height:100%;
2623
2623
  width:100%;
2624
2624
  }
2625
2625
 
2626
- .bp_content_card_module_ghostCard--875db{
2626
+ .bp_content_card_module_ghostCard--5f42d{
2627
2627
  display:flex;
2628
2628
  flex-direction:column;
2629
2629
  max-width:calc(27.8125rem - var(--size-4));
@@ -2632,21 +2632,21 @@
2632
2632
  position:relative;
2633
2633
  }
2634
2634
 
2635
- .bp_content_card_module_iconGhost--875db,.bp_content_card_module_titleGhost--875db{
2635
+ .bp_content_card_module_iconGhost--5f42d,.bp_content_card_module_titleGhost--5f42d{
2636
2636
  margin-block-end:var(--size-4);
2637
2637
  }
2638
2638
 
2639
- .bp_content_card_module_bodyGhost--875db{
2639
+ .bp_content_card_module_bodyGhost--5f42d{
2640
2640
  margin-block-end:var(--size-2);
2641
2641
  }
2642
2642
 
2643
- .bp_content_card_module_pillGhostContainer--875db{
2643
+ .bp_content_card_module_pillGhostContainer--5f42d{
2644
2644
  display:flex;
2645
2645
  margin-block-end:var(--size-4);
2646
2646
  margin-block-start:var(--size-2);
2647
2647
  }
2648
2648
 
2649
- .bp_content_card_module_pillGhost--875db{
2649
+ .bp_content_card_module_pillGhost--5f42d{
2650
2650
  margin-inline-end:var(--size-2);
2651
2651
  }
2652
2652
  .bp_content_field_module_contentFieldWrapper--dabac{
@@ -2775,7 +2775,7 @@
2775
2775
  overflow:auto;
2776
2776
  }
2777
2777
 
2778
- .bp_data_table_module_dataTableWrapper--507a5{
2778
+ .bp_data_table_module_dataTableWrapper--b3a76{
2779
2779
  --border-radius-datatable:0;
2780
2780
  --outline-offset-focus-and-selected-row-datatable:-0.25rem;
2781
2781
  --outline-select-color-datatable:#0000;
@@ -2788,27 +2788,27 @@
2788
2788
  scroll-padding-top:60px;
2789
2789
  width:100%;
2790
2790
  }
2791
- .bp_data_table_module_dataTableWrapper--507a5 table > thead > tr{
2791
+ .bp_data_table_module_dataTableWrapper--b3a76 table > thead > tr{
2792
2792
  background:var(--gray-white);
2793
2793
  position:sticky;
2794
2794
  top:0;
2795
2795
  z-index:var(--sticky-element-z-index);
2796
2796
  }
2797
- .bp_data_table_module_dataTableWrapper--507a5 table > thead > tr th:first-child{
2797
+ .bp_data_table_module_dataTableWrapper--b3a76 table > thead > tr th:first-child{
2798
2798
  background:inherit;
2799
2799
  height:100%;
2800
2800
  left:0;
2801
2801
  position:sticky;
2802
2802
  z-index:var(--sticky-element-z-index);
2803
2803
  }
2804
- .bp_data_table_module_dataTableWrapper--507a5 table > thead > tr th:first-child[data-focus-visible]{
2804
+ .bp_data_table_module_dataTableWrapper--b3a76 table > thead > tr th:first-child[data-focus-visible]{
2805
2805
  position:sticky;
2806
2806
  z-index:var(--sticky-element-z-index);
2807
2807
  }
2808
- .bp_data_table_module_dataTableWrapper--507a5 table tbody > tr{
2808
+ .bp_data_table_module_dataTableWrapper--b3a76 table tbody > tr{
2809
2809
  --is-row-focused:0;
2810
2810
  }
2811
- .bp_data_table_module_dataTableWrapper--507a5 table tbody > tr > td [data-actionswrapper]::after{
2811
+ .bp_data_table_module_dataTableWrapper--b3a76 table tbody > tr > td [data-actionswrapper]::after{
2812
2812
  background:inherit;
2813
2813
  content:"";
2814
2814
  display:block;
@@ -2818,18 +2818,18 @@
2818
2818
  width:100%;
2819
2819
  z-index:-1;
2820
2820
  }
2821
- .bp_data_table_module_dataTableWrapper--507a5 table tbody > tr[data-focus-visible]{
2821
+ .bp_data_table_module_dataTableWrapper--b3a76 table tbody > tr[data-focus-visible]{
2822
2822
  --outline-offset-focus-cell:var(--outline-offset-focus-row);
2823
2823
  --is-row-focused:1;
2824
2824
  }
2825
- .bp_data_table_module_dataTableWrapper--507a5 table tbody > tr[data-focus-visible][aria-selected=true]{
2825
+ .bp_data_table_module_dataTableWrapper--b3a76 table tbody > tr[data-focus-visible][aria-selected=true]{
2826
2826
  --outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
2827
2827
  }
2828
2828
 
2829
- .bp_data_table_module_isScrolledX--507a5 table > thead > tr > th:first-child{
2829
+ .bp_data_table_module_isScrolledX--b3a76 table > thead > tr > th:first-child{
2830
2830
  overflow:visible;
2831
2831
  }
2832
- .bp_data_table_module_isScrolledX--507a5 table > thead > tr > th:first-child::after{
2832
+ .bp_data_table_module_isScrolledX--b3a76 table > thead > tr > th:first-child::after{
2833
2833
  background:inherit;
2834
2834
  border-right:1px solid var(--border-divider-border);
2835
2835
  box-shadow:10px 0 7px -4px var(--item-background);
@@ -2843,7 +2843,7 @@
2843
2843
  z-index:-1;
2844
2844
  }
2845
2845
 
2846
- .bp_data_table_module_hideActionWrapperRight--507a5 table tbody > tr > td [data-actionswrapper]::after{
2846
+ .bp_data_table_module_hideActionWrapperRight--b3a76 table tbody > tr > td [data-actionswrapper]::after{
2847
2847
  display:none;
2848
2848
  }
2849
2849
  .bp_list_checkbox_module_selection--d79fa{
@@ -3194,7 +3194,7 @@
3194
3194
  transform:translateZ(0);
3195
3195
  }
3196
3196
 
3197
- .bp_dropdown_menu_module_content--355ae{
3197
+ .bp_dropdown_menu_module_content--a586d{
3198
3198
  background-color:var(--surface-menu-surface);
3199
3199
  border:var(--border-1) solid var(--border-card-border);
3200
3200
  border-radius:var(--radius-3);
@@ -3216,7 +3216,7 @@
3216
3216
  text-transform:var(--body-default-text-case);
3217
3217
  z-index:2147483647;
3218
3218
  }
3219
- .bp_dropdown_menu_module_content--355ae[data-menu-fullscreen=true]{
3219
+ .bp_dropdown_menu_module_content--a586d[data-menu-fullscreen=true]{
3220
3220
  border:unset;
3221
3221
  border-radius:unset;
3222
3222
  display:flex;
@@ -3229,27 +3229,27 @@
3229
3229
  position:relative;
3230
3230
  width:100vw;
3231
3231
  }
3232
- .bp_dropdown_menu_module_content--355ae[data-menu-fullscreen=true] .bp_dropdown_menu_module_fullScreenContent--355ae{
3232
+ .bp_dropdown_menu_module_content--a586d[data-menu-fullscreen=true] .bp_dropdown_menu_module_fullScreenContent--a586d{
3233
3233
  overflow-y:auto;
3234
3234
  padding:var(--space-3);
3235
3235
  }
3236
- .bp_dropdown_menu_module_content--355ae .bp_dropdown_menu_module_subheader--355ae{
3236
+ .bp_dropdown_menu_module_content--a586d .bp_dropdown_menu_module_subheader--a586d{
3237
3237
  padding:var(--space-2);
3238
3238
  }
3239
- .bp_dropdown_menu_module_content--355ae .bp_dropdown_menu_module_subheader--355ae.bp_dropdown_menu_module_uppercased--355ae{
3239
+ .bp_dropdown_menu_module_content--a586d .bp_dropdown_menu_module_subheader--a586d.bp_dropdown_menu_module_uppercased--a586d{
3240
3240
  text-transform:uppercase;
3241
3241
  }
3242
- .bp_dropdown_menu_module_content--355ae .bp_dropdown_menu_module_dropdownMenuItemSeparator--355ae{
3242
+ .bp_dropdown_menu_module_content--a586d .bp_dropdown_menu_module_dropdownMenuItemSeparator--a586d{
3243
3243
  margin-block:var(--space-2);
3244
3244
  }
3245
3245
 
3246
- .bp_dropdown_menu_module_ellipsis--355ae{
3246
+ .bp_dropdown_menu_module_ellipsis--a586d{
3247
3247
  overflow:hidden;
3248
3248
  text-overflow:ellipsis;
3249
3249
  white-space:nowrap;
3250
3250
  }
3251
3251
 
3252
- .bp_dropdown_menu_module_checkmark--355ae{
3252
+ .bp_dropdown_menu_module_checkmark--a586d{
3253
3253
  align-items:center;
3254
3254
  display:inline-flex;
3255
3255
  justify-content:center;
@@ -3257,7 +3257,7 @@
3257
3257
  position:absolute;
3258
3258
  }
3259
3259
 
3260
- .bp_dropdown_menu_module_item--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae{
3260
+ .bp_dropdown_menu_module_item--a586d,.bp_dropdown_menu_module_subMenuTrigger--a586d{
3261
3261
  align-items:center;
3262
3262
  border:var(--border-2) solid #0000;
3263
3263
  border-radius:var(--radius-3);
@@ -3269,34 +3269,34 @@
3269
3269
  -webkit-user-select:none;
3270
3270
  user-select:none;
3271
3271
  }
3272
- .bp_dropdown_menu_module_item--355ae[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--355ae[data-disabled]{
3272
+ .bp_dropdown_menu_module_item--a586d[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--a586d[data-disabled]{
3273
3273
  opacity:60%;
3274
3274
  pointer-events:none;
3275
3275
  }
3276
- .bp_dropdown_menu_module_item--355ae[data-highlighted],.bp_dropdown_menu_module_subMenuTrigger--355ae[data-highlighted]{
3276
+ .bp_dropdown_menu_module_item--a586d[data-highlighted],.bp_dropdown_menu_module_subMenuTrigger--a586d[data-highlighted]{
3277
3277
  background-color:var(--surface-menu-surface-hover);
3278
3278
  border:var(--border-2) solid var(--outline-focus-on-light);
3279
3279
  }
3280
- .bp_dropdown_menu_module_item--355ae:active,.bp_dropdown_menu_module_subMenuTrigger--355ae:active{
3280
+ .bp_dropdown_menu_module_item--a586d:active,.bp_dropdown_menu_module_subMenuTrigger--a586d:active{
3281
3281
  background-color:var(--surface-menu-surface-hover);
3282
3282
  border:var(--border-2) solid #0000;
3283
3283
  }
3284
- .bp_dropdown_menu_module_item--355ae:hover,.bp_dropdown_menu_module_item--355ae[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--355ae:hover,.bp_dropdown_menu_module_subMenuTrigger--355ae[data-state=open]{
3284
+ .bp_dropdown_menu_module_item--a586d:hover,.bp_dropdown_menu_module_item--a586d[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--a586d:hover,.bp_dropdown_menu_module_subMenuTrigger--a586d[data-state=open]{
3285
3285
  background-color:var(--surface-menu-surface-hover);
3286
3286
  }
3287
- .bp_dropdown_menu_module_item--355ae.bp_dropdown_menu_module_radioItem--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae.bp_dropdown_menu_module_radioItem--355ae{
3287
+ .bp_dropdown_menu_module_item--a586d.bp_dropdown_menu_module_radioItem--a586d,.bp_dropdown_menu_module_subMenuTrigger--a586d.bp_dropdown_menu_module_radioItem--a586d{
3288
3288
  padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
3289
3289
  }
3290
- .bp_dropdown_menu_module_item--355ae.bp_dropdown_menu_module_radioItem--355ae .bp_dropdown_menu_module_radioItemMediumSpacing--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae.bp_dropdown_menu_module_radioItem--355ae .bp_dropdown_menu_module_radioItemMediumSpacing--355ae{
3290
+ .bp_dropdown_menu_module_item--a586d.bp_dropdown_menu_module_radioItem--a586d .bp_dropdown_menu_module_radioItemMediumSpacing--a586d,.bp_dropdown_menu_module_subMenuTrigger--a586d.bp_dropdown_menu_module_radioItem--a586d .bp_dropdown_menu_module_radioItemMediumSpacing--a586d{
3291
3291
  padding-inline-start:var(--space-2);
3292
3292
  }
3293
- .bp_dropdown_menu_module_item--355ae.bp_dropdown_menu_module_checkboxItem--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae.bp_dropdown_menu_module_checkboxItem--355ae{
3293
+ .bp_dropdown_menu_module_item--a586d.bp_dropdown_menu_module_checkboxItem--a586d,.bp_dropdown_menu_module_subMenuTrigger--a586d.bp_dropdown_menu_module_checkboxItem--a586d{
3294
3294
  padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
3295
3295
  }
3296
- .bp_dropdown_menu_module_item--355ae.bp_dropdown_menu_module_checkboxItem--355ae .bp_dropdown_menu_module_checkboxItemMediumSpacing--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae.bp_dropdown_menu_module_checkboxItem--355ae .bp_dropdown_menu_module_checkboxItemMediumSpacing--355ae{
3296
+ .bp_dropdown_menu_module_item--a586d.bp_dropdown_menu_module_checkboxItem--a586d .bp_dropdown_menu_module_checkboxItemMediumSpacing--a586d,.bp_dropdown_menu_module_subMenuTrigger--a586d.bp_dropdown_menu_module_checkboxItem--a586d .bp_dropdown_menu_module_checkboxItemMediumSpacing--a586d{
3297
3297
  padding-inline-start:var(--space-2);
3298
3298
  }
3299
- .bp_dropdown_menu_module_item--355ae .bp_dropdown_menu_module_mediumItemLayout--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae .bp_dropdown_menu_module_mediumItemLayout--355ae{
3299
+ .bp_dropdown_menu_module_item--a586d .bp_dropdown_menu_module_mediumItemLayout--a586d,.bp_dropdown_menu_module_subMenuTrigger--a586d .bp_dropdown_menu_module_mediumItemLayout--a586d{
3300
3300
  align-items:center;
3301
3301
  display:flex;
3302
3302
  gap:var(--space-2);
@@ -3304,20 +3304,20 @@
3304
3304
  overflow:hidden;
3305
3305
  width:100%;
3306
3306
  }
3307
- .bp_dropdown_menu_module_item--355ae .bp_dropdown_menu_module_startElement--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae .bp_dropdown_menu_module_startElement--355ae{
3307
+ .bp_dropdown_menu_module_item--a586d .bp_dropdown_menu_module_startElement--a586d,.bp_dropdown_menu_module_subMenuTrigger--a586d .bp_dropdown_menu_module_startElement--a586d{
3308
3308
  align-items:center;
3309
3309
  display:flex;
3310
3310
  }
3311
- .bp_dropdown_menu_module_item--355ae .bp_dropdown_menu_module_menuItemMainContent--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae .bp_dropdown_menu_module_menuItemMainContent--355ae{
3311
+ .bp_dropdown_menu_module_item--a586d .bp_dropdown_menu_module_menuItemMainContent--a586d,.bp_dropdown_menu_module_subMenuTrigger--a586d .bp_dropdown_menu_module_menuItemMainContent--a586d{
3312
3312
  flex-grow:1;
3313
3313
  }
3314
- .bp_dropdown_menu_module_item--355ae .bp_dropdown_menu_module_endElement--355ae,.bp_dropdown_menu_module_subMenuTrigger--355ae .bp_dropdown_menu_module_endElement--355ae{
3314
+ .bp_dropdown_menu_module_item--a586d .bp_dropdown_menu_module_endElement--a586d,.bp_dropdown_menu_module_subMenuTrigger--a586d .bp_dropdown_menu_module_endElement--a586d{
3315
3315
  align-items:center;
3316
3316
  color:var(--text-text-on-light-secondary);
3317
3317
  display:flex;
3318
3318
  }
3319
3319
 
3320
- .bp_dropdown_menu_module_menuHeader--355ae{
3320
+ .bp_dropdown_menu_module_menuHeader--a586d{
3321
3321
  align-items:center;
3322
3322
  box-shadow:var(--dropshadow-1);
3323
3323
  display:grid;
@@ -3327,15 +3327,15 @@
3327
3327
  padding:var(--space-3);
3328
3328
  }
3329
3329
 
3330
- .bp_dropdown_menu_module_headerTextContent--355ae{
3330
+ .bp_dropdown_menu_module_headerTextContent--a586d{
3331
3331
  display:grid;
3332
3332
  }
3333
3333
 
3334
- .bp_dropdown_menu_module_submenuCloseButton--355ae{
3334
+ .bp_dropdown_menu_module_submenuCloseButton--a586d{
3335
3335
  grid-area:submenu-close;
3336
3336
  }
3337
3337
 
3338
- .bp_dropdown_menu_module_menuCloseButton--355ae{
3338
+ .bp_dropdown_menu_module_menuCloseButton--a586d{
3339
3339
  grid-area:close;
3340
3340
  }
3341
3341
  .bp_divider_module_divider--2f437{
@@ -3393,7 +3393,7 @@
3393
3393
  color:var(--text-text-on-light-secondary);
3394
3394
  }
3395
3395
 
3396
- .bp_sticky_cell_module_stickyCell--e36cb{
3396
+ .bp_sticky_cell_module_stickyCell--70b0f{
3397
3397
  background:inherit;
3398
3398
  background-clip:content-box;
3399
3399
  left:0;
@@ -3402,16 +3402,16 @@
3402
3402
  position:sticky !important;
3403
3403
  z-index:var(--sticky-element-z-index);
3404
3404
  }
3405
- .bp_sticky_cell_module_stickyCell--e36cb[data-focus-visible]{
3405
+ .bp_sticky_cell_module_stickyCell--70b0f[data-focus-visible]{
3406
3406
  outline:var(--border-2) solid var(--outline-focus-color);
3407
3407
  }
3408
- .bp_sticky_cell_module_stickyCell--e36cb .bp_sticky_cell_module_childrenWrapper--e36cb{
3408
+ .bp_sticky_cell_module_stickyCell--70b0f .bp_sticky_cell_module_childrenWrapper--70b0f{
3409
3409
  overflow:hidden;
3410
3410
  text-align:start;
3411
3411
  text-overflow:ellipsis;
3412
3412
  white-space:nowrap;
3413
3413
  }
3414
- .bp_sticky_cell_module_stickyCell--e36cb .bp_sticky_cell_module_verticalBar--e36cb{
3414
+ .bp_sticky_cell_module_stickyCell--70b0f .bp_sticky_cell_module_verticalBar--70b0f{
3415
3415
  background:inherit;
3416
3416
  border-right:1px solid var(--border-divider-border);
3417
3417
  box-shadow:10px 0 7px -4px var(--item-background);
@@ -3424,10 +3424,10 @@
3424
3424
  width:var(--space-3);
3425
3425
  z-index:calc(var(--is-row-focused)*2 - 1);
3426
3426
  }
3427
- .bp_sticky_cell_module_stickyCell--e36cb .bp_sticky_cell_module_verticalBar--e36cb.bp_sticky_cell_module_isScrolledX--e36cb{
3427
+ .bp_sticky_cell_module_stickyCell--70b0f .bp_sticky_cell_module_verticalBar--70b0f.bp_sticky_cell_module_isScrolledX--70b0f{
3428
3428
  display:block;
3429
3429
  }
3430
- .bp_sticky_cell_module_stickyCell--e36cb .bp_sticky_cell_module_stickyCellBelow--e36cb{
3430
+ .bp_sticky_cell_module_stickyCell--70b0f .bp_sticky_cell_module_stickyCellBelow--70b0f{
3431
3431
  background:inherit;
3432
3432
  border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
3433
3433
  border-radius:unset;
@@ -3441,7 +3441,7 @@
3441
3441
  width:calc(100% + var(--outline-offset-focus-row));
3442
3442
  z-index:-1;
3443
3443
  }
3444
- .bp_sticky_cell_module_stickyCell--e36cb .bp_sticky_cell_module_stickyCellOuterLeft--e36cb{
3444
+ .bp_sticky_cell_module_stickyCell--70b0f .bp_sticky_cell_module_stickyCellOuterLeft--70b0f{
3445
3445
  background:inherit;
3446
3446
  border-radius:unset;
3447
3447
  box-sizing:border-box;
@@ -3455,7 +3455,7 @@
3455
3455
  z-index:-1;
3456
3456
  }
3457
3457
 
3458
- .bp_calendar_module_calendar--0e267{
3458
+ .bp_calendar_module_calendar--d053c{
3459
3459
  background:var(--gray-white);
3460
3460
  border-radius:var(--radius-2);
3461
3461
  box-shadow:var(--dropshadow-3);
@@ -3473,14 +3473,14 @@
3473
3473
  width:-moz-fit-content;
3474
3474
  width:fit-content;
3475
3475
  }
3476
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarGrid--0e267{
3476
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarGrid--d053c{
3477
3477
  border-collapse:revert;
3478
3478
  border-spacing:revert;
3479
3479
  }
3480
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarGrid--0e267 td{
3480
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarGrid--d053c td{
3481
3481
  padding:1px;
3482
3482
  }
3483
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeaderCell--0e267{
3483
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarHeaderCell--d053c{
3484
3484
  color:var(--text-text-on-light-secondary);
3485
3485
  font-family:var(--body-default-font-family);
3486
3486
  font-size:var(--body-default-font-size);
@@ -3492,13 +3492,13 @@
3492
3492
  text-decoration:var(--body-default-text-decoration);
3493
3493
  text-transform:var(--body-default-text-case);
3494
3494
  }
3495
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267{
3495
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarHeader--d053c{
3496
3496
  align-items:center;
3497
3497
  color:var(--gray-90);
3498
3498
  display:flex;
3499
3499
  margin-block-end:var(--space-2);
3500
3500
  }
3501
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267 .bp_calendar_module_calendarHeaderHeading--0e267{
3501
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarHeader--d053c .bp_calendar_module_calendarHeaderHeading--d053c{
3502
3502
  flex:1;
3503
3503
  font-family:var(--body-large-bold-font-family);
3504
3504
  font-size:var(--body-large-bold-font-size);
@@ -3512,7 +3512,7 @@
3512
3512
  text-transform:capitalize;
3513
3513
  text-transform:var(--body-large-bold-text-case);
3514
3514
  }
3515
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267 .bp_calendar_module_calendarHeaderButton--0e267{
3515
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarHeader--d053c .bp_calendar_module_calendarHeaderButton--d053c{
3516
3516
  align-items:center;
3517
3517
  background-color:var(--gray-white);
3518
3518
  border:none;
@@ -3526,21 +3526,21 @@
3526
3526
  padding:0;
3527
3527
  width:var(--size-8);
3528
3528
  }
3529
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267 .bp_calendar_module_calendarHeaderButton--0e267:disabled{
3529
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarHeader--d053c .bp_calendar_module_calendarHeaderButton--d053c:disabled{
3530
3530
  cursor:default;
3531
3531
  opacity:60%;
3532
3532
  }
3533
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267 .bp_calendar_module_calendarHeaderButton--0e267:disabled *{
3533
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarHeader--d053c .bp_calendar_module_calendarHeaderButton--d053c:disabled *{
3534
3534
  fill:var(--gray-30);
3535
3535
  }
3536
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267 .bp_calendar_module_calendarHeaderButton--0e267:hover:not(:disabled){
3536
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarHeader--d053c .bp_calendar_module_calendarHeaderButton--d053c:hover:not(:disabled){
3537
3537
  background-color:var(--gray-05);
3538
3538
  }
3539
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarHeader--0e267 .bp_calendar_module_calendarHeaderButton--0e267[data-focus-visible]{
3539
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarHeader--d053c .bp_calendar_module_calendarHeaderButton--d053c[data-focus-visible]{
3540
3540
  background-color:var(--gray-05);
3541
3541
  box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
3542
3542
  }
3543
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267{
3543
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c{
3544
3544
  border-radius:var(--radius-2);
3545
3545
  color:var(--gray-90);
3546
3546
  line-height:var(--size-8);
@@ -3548,7 +3548,7 @@
3548
3548
  text-align:center;
3549
3549
  width:var(--size-8);
3550
3550
  }
3551
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267.bp_calendar_module_today--0e267{
3551
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c.bp_calendar_module_today--d053c{
3552
3552
  color:var(--box-blue-100);
3553
3553
  font-family:var(--body-default-bold-font-family);
3554
3554
  font-size:var(--body-default-bold-font-size);
@@ -3561,11 +3561,11 @@
3561
3561
  text-decoration:var(--body-default-bold-text-decoration);
3562
3562
  text-transform:var(--body-default-bold-text-case);
3563
3563
  }
3564
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267.bp_calendar_module_today--0e267[data-disabled]{
3564
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c.bp_calendar_module_today--d053c[data-disabled]{
3565
3565
  cursor:default;
3566
3566
  opacity:.6;
3567
3567
  }
3568
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267.bp_calendar_module_today--0e267::after{
3568
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c.bp_calendar_module_today--d053c::after{
3569
3569
  background-color:var(--box-blue-100);
3570
3570
  border-radius:50%;
3571
3571
  bottom:var(--space-1);
@@ -3576,50 +3576,50 @@
3576
3576
  transform:translateX(-50%);
3577
3577
  width:var(--space-1);
3578
3578
  }
3579
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267:not([data-outside-month]){
3579
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c:not([data-outside-month]){
3580
3580
  cursor:pointer;
3581
3581
  }
3582
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267:not([data-outside-month]):not([data-selected]):not([data-disabled]):hover{
3582
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c:not([data-outside-month]):not([data-selected]):not([data-disabled]):hover{
3583
3583
  background-color:var(--gray-05);
3584
3584
  }
3585
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-focus-visible]:not([data-outside-month]){
3585
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c[data-focus-visible]:not([data-outside-month]){
3586
3586
  box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
3587
3587
  }
3588
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-selected]{
3588
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c[data-selected]{
3589
3589
  background-color:var(--box-blue-100);
3590
3590
  color:var(--gray-white);
3591
3591
  }
3592
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-selected]:hover{
3592
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c[data-selected]:hover{
3593
3593
  background-color:var(--dark-blue-100);
3594
3594
  }
3595
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-selected][data-focus-visible]{
3595
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c[data-selected][data-focus-visible]{
3596
3596
  background-color:var(--dark-blue-100);
3597
3597
  box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
3598
3598
  outline:var(--border-1) solid #fff;
3599
3599
  outline-offset:-.0625rem;
3600
3600
  }
3601
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-selected]::after{
3601
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c[data-selected]::after{
3602
3602
  background-color:var(--gray-white);
3603
3603
  }
3604
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-disabled]:not(.bp_calendar_module_today--0e267){
3604
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c[data-disabled]:not(.bp_calendar_module_today--d053c){
3605
3605
  color:var(--gray-10);
3606
3606
  cursor:default;
3607
3607
  }
3608
- .bp_calendar_module_calendar--0e267 .bp_calendar_module_calendarCell--0e267[data-unavailable]{
3608
+ .bp_calendar_module_calendar--d053c .bp_calendar_module_calendarCell--d053c[data-unavailable]{
3609
3609
  color:var(--gray-30);
3610
3610
  text-decoration:line-through;
3611
3611
  }
3612
3612
 
3613
- .bp_date_picker_module_datePicker--bcbe4{
3613
+ .bp_date_picker_module_datePicker--5d704{
3614
3614
  width:100%;
3615
3615
  }
3616
- .bp_date_picker_module_datePicker--bcbe4.bp_date_picker_module_disabled--bcbe4{
3616
+ .bp_date_picker_module_datePicker--5d704.bp_date_picker_module_disabled--5d704{
3617
3617
  opacity:60%;
3618
3618
  pointer-events:none;
3619
3619
  -webkit-user-select:none;
3620
3620
  user-select:none;
3621
3621
  }
3622
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_label--bcbe4{
3622
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_label--5d704{
3623
3623
  cursor:default;
3624
3624
  display:block;
3625
3625
  font-family:var(--body-default-bold-font-family);
@@ -3634,7 +3634,7 @@
3634
3634
  width:-moz-fit-content;
3635
3635
  width:fit-content;
3636
3636
  }
3637
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4{
3637
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704{
3638
3638
  align-items:center;
3639
3639
  box-shadow:var(--innershadow-1);
3640
3640
  display:inline-flex;
@@ -3649,32 +3649,33 @@
3649
3649
  text-transform:var(--body-default-text-case);
3650
3650
  width:100%;
3651
3651
  }
3652
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4{
3652
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_groupContainer--5d704{
3653
3653
  align-items:center;
3654
3654
  border-radius:var(--radius-2);
3655
3655
  display:inline-flex;
3656
+ margin:var(--border-1);
3656
3657
  outline:var(--border-1) solid var(--border-input-border);
3657
3658
  padding-inline:var(--space-2) var(--space-2);
3658
3659
  position:relative;
3659
3660
  width:100%;
3660
3661
  }
3661
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4:focus-within{
3662
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_groupContainer--5d704:focus-within{
3662
3663
  outline:var(--border-2) solid var(--outline-focus-on-light);
3663
3664
  }
3664
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4.bp_date_picker_module_error--bcbe4:not(:focus-within){
3665
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_groupContainer--5d704.bp_date_picker_module_error--5d704:not(:focus-within){
3665
3666
  outline:var(--border-2) solid var(--text-text-error-on-light);
3666
3667
  }
3667
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4.bp_date_picker_module_error--bcbe4:focus-within{
3668
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_groupContainer--5d704.bp_date_picker_module_error--5d704:focus-within{
3668
3669
  outline:var(--border-2) solid var(--outline-focus-on-light);
3669
3670
  }
3670
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4 .bp_date_picker_module_groupContainerInput--bcbe4{
3671
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_groupContainer--5d704 .bp_date_picker_module_groupContainerInput--5d704{
3671
3672
  align-items:center;
3672
3673
  display:inline-flex;
3673
3674
  height:var(--size-10);
3674
3675
  text-transform:uppercase;
3675
3676
  white-space:nowrap;
3676
3677
  }
3677
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4 .bp_date_picker_module_groupContainerInput--bcbe4 .bp_date_picker_module_groupContainerInputSegment--bcbe4{
3678
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_groupContainer--5d704 .bp_date_picker_module_groupContainerInput--5d704 .bp_date_picker_module_groupContainerInputSegment--5d704{
3678
3679
  border:unset;
3679
3680
  border-radius:unset;
3680
3681
  box-shadow:unset;
@@ -3685,18 +3686,18 @@
3685
3686
  transition:unset;
3686
3687
  width:unset;
3687
3688
  }
3688
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4 .bp_date_picker_module_groupContainerInput--bcbe4 .bp_date_picker_module_groupContainerInputSegment--bcbe4[data-placeholder]{
3689
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_groupContainer--5d704 .bp_date_picker_module_groupContainerInput--5d704 .bp_date_picker_module_groupContainerInputSegment--5d704[data-placeholder]{
3689
3690
  color:var(--text-text-on-light-secondary);
3690
3691
  }
3691
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4 .bp_date_picker_module_groupContainerInput--bcbe4 .bp_date_picker_module_groupContainerInputSegment--bcbe4:focus{
3692
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_groupContainer--5d704 .bp_date_picker_module_groupContainerInput--5d704 .bp_date_picker_module_groupContainerInputSegment--5d704:focus{
3692
3693
  background:var(--light-blue-20);
3693
3694
  caret-color:#0000;
3694
3695
  outline:none;
3695
3696
  }
3696
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_groupContainer--bcbe4 .bp_date_picker_module_groupContainerInput--bcbe4 .bp_date_picker_module_groupContainerInputSegment--bcbe4:focus[data-placeholder]{
3697
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_groupContainer--5d704 .bp_date_picker_module_groupContainerInput--5d704 .bp_date_picker_module_groupContainerInputSegment--5d704:focus[data-placeholder]{
3697
3698
  color:var(--text-text-on-light);
3698
3699
  }
3699
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4{
3700
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_button--5d704{
3700
3701
  align-items:center;
3701
3702
  background-color:initial;
3702
3703
  border:none;
@@ -3711,33 +3712,33 @@
3711
3712
  right:var(--space-2);
3712
3713
  width:var(--size-6);
3713
3714
  }
3714
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4.bp_date_picker_module_clear--bcbe4{
3715
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_button--5d704.bp_date_picker_module_clear--5d704{
3715
3716
  right:var(--size-9);
3716
3717
  }
3717
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4:focus-visible,.bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4[data-focus-visible]{
3718
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_button--5d704:focus-visible,.bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_button--5d704[data-focus-visible]{
3718
3719
  background-color:var(--surface-cta-surface-icon-pressed);
3719
3720
  outline:var(--border-2) solid var(--outline-focus-on-light);
3720
3721
  }
3721
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4:hover{
3722
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_button--5d704:hover{
3722
3723
  background:var(--surface-cta-surface-icon-hover);
3723
3724
  }
3724
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4:hover *{
3725
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_button--5d704:hover *{
3725
3726
  fill:var(--icon-cta-icon-hover);
3726
3727
  }
3727
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4:active{
3728
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_button--5d704:active{
3728
3729
  background:var(--surface-cta-surface-icon-pressed);
3729
3730
  }
3730
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4:active *{
3731
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_button--5d704:active *{
3731
3732
  fill:var(--icon-cta-icon-pressed);
3732
3733
  }
3733
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_group--bcbe4 .bp_date_picker_module_button--bcbe4:disabled{
3734
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_group--5d704 .bp_date_picker_module_button--5d704:disabled{
3734
3735
  opacity:1;
3735
3736
  }
3736
- .bp_date_picker_module_datePicker--bcbe4 .bp_date_picker_module_inlineError--bcbe4{
3737
+ .bp_date_picker_module_datePicker--5d704 .bp_date_picker_module_inlineError--5d704{
3737
3738
  margin-block-start:var(--space-2);
3738
3739
  }
3739
3740
 
3740
- @keyframes bp_date_picker_module_slide--bcbe4{
3741
+ @keyframes bp_date_picker_module_slide--5d704{
3741
3742
  from{
3742
3743
  opacity:0;
3743
3744
  transform:var(--popover-slide-translation);
@@ -3747,11 +3748,11 @@
3747
3748
  transform:translateY(0);
3748
3749
  }
3749
3750
  }
3750
- .bp_date_picker_module_datePickerPopoverContent--bcbe4{
3751
+ .bp_date_picker_module_datePickerPopoverContent--5d704{
3751
3752
  z-index:380;
3752
3753
  }
3753
3754
 
3754
- .bp_empty_state_module_emptyState--fcfe5{
3755
+ .bp_empty_state_module_emptyState--1ab15{
3755
3756
  align-items:center;
3756
3757
  display:flex;
3757
3758
  flex-direction:column;
@@ -3760,32 +3761,32 @@
3760
3761
  text-align:center;
3761
3762
  width:100%;
3762
3763
  }
3763
- .bp_empty_state_module_emptyState--fcfe5 .bp_empty_state_module_illustration--fcfe5{
3764
+ .bp_empty_state_module_emptyState--1ab15 .bp_empty_state_module_illustration--1ab15{
3764
3765
  margin-block-end:var(--space-6);
3765
3766
  }
3766
- .bp_empty_state_module_emptyState--fcfe5 .bp_empty_state_module_body--fcfe5{
3767
+ .bp_empty_state_module_emptyState--1ab15 .bp_empty_state_module_body--1ab15{
3767
3768
  max-width:22.5rem;
3768
3769
  }
3769
- .bp_empty_state_module_emptyState--fcfe5 .bp_empty_state_module_body--fcfe5:not(:last-child){
3770
+ .bp_empty_state_module_emptyState--1ab15 .bp_empty_state_module_body--1ab15:not(:last-child){
3770
3771
  margin-block-end:var(--space-6);
3771
3772
  }
3772
- .bp_empty_state_module_emptyState--fcfe5 .bp_empty_state_module_heading--fcfe5{
3773
+ .bp_empty_state_module_emptyState--1ab15 .bp_empty_state_module_heading--1ab15{
3773
3774
  margin-block-end:var(--space-3);
3774
3775
  }
3775
- .bp_empty_state_module_emptyState--fcfe5 .bp_empty_state_module_button--fcfe5:not(:last-child){
3776
+ .bp_empty_state_module_emptyState--1ab15 .bp_empty_state_module_button--1ab15:not(:last-child){
3776
3777
  margin-block-end:var(--space-6);
3777
3778
  }
3778
- .bp_empty_state_module_emptyState--fcfe5.bp_empty_state_module_small--fcfe5 .bp_empty_state_module_illustration--fcfe5{
3779
+ .bp_empty_state_module_emptyState--1ab15.bp_empty_state_module_small--1ab15 .bp_empty_state_module_illustration--1ab15{
3779
3780
  margin-block-end:var(--space-4);
3780
3781
  }
3781
- .bp_empty_state_module_emptyState--fcfe5.bp_empty_state_module_small--fcfe5 .bp_empty_state_module_illustration--fcfe5 svg{
3782
+ .bp_empty_state_module_emptyState--1ab15.bp_empty_state_module_small--1ab15 .bp_empty_state_module_illustration--1ab15 svg{
3782
3783
  height:var(--size-14);
3783
3784
  width:var(--size-14);
3784
3785
  }
3785
- .bp_empty_state_module_emptyState--fcfe5.bp_empty_state_module_small--fcfe5 .bp_empty_state_module_body--fcfe5{
3786
+ .bp_empty_state_module_emptyState--1ab15.bp_empty_state_module_small--1ab15 .bp_empty_state_module_body--1ab15{
3786
3787
  max-width:220px;
3787
3788
  }
3788
- .bp_empty_state_module_emptyState--fcfe5.bp_empty_state_module_small--fcfe5 .bp_empty_state_module_body--fcfe5:not(:last-child){
3789
+ .bp_empty_state_module_emptyState--1ab15.bp_empty_state_module_small--1ab15 .bp_empty_state_module_body--1ab15:not(:last-child){
3789
3790
  margin-block-end:var(--space-4);
3790
3791
  }
3791
3792
  .bp_link_module_link--fb308{
@@ -4514,7 +4515,7 @@
4514
4515
  margin-block-start:var(--space-5);
4515
4516
  width:100%;
4516
4517
  }
4517
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460[data-modern=false]{
4518
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9[data-modern=false]{
4518
4519
  --icon-dual-state-button-medium-size:var(--size-10);
4519
4520
  --icon-dual-state-button-small-size:var(--size-8);
4520
4521
  --icon-dual-state-button-xsmall-size:var(--size-6);
@@ -4532,7 +4533,7 @@
4532
4533
  --icon-dual-state-button-on-icon-color:var(--icon-icon-blue);
4533
4534
  }
4534
4535
 
4535
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460[data-modern=true]{
4536
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9[data-modern=true]{
4536
4537
  --icon-dual-state-button-medium-size:var(--bp-size-100);
4537
4538
  --icon-dual-state-button-small-size:var(--bp-size-080);
4538
4539
  --icon-dual-state-button-xsmall-size:var(--bp-size-060);
@@ -4545,12 +4546,12 @@
4545
4546
  --icon-dual-state-button-on-background:var(--bp-surface-toggle-surface-on);
4546
4547
  --icon-dual-state-button-on-background-hover:var(--bp-surface-toggle-surface-on-hover);
4547
4548
  --icon-dual-state-button-on-background-pressed:var(--bp-surface-toggle-surface-on-pressed);
4548
- --icon-dual-state-button-on-border:var(--bp-border-01) solid var(--bp-border-toggletext-border-on);
4549
- --icon-dual-state-button-on-border-focus:var(--bp-border-01) solid var(--bp-border-toggletext-border-off);
4549
+ --icon-dual-state-button-on-border:var(--bp-border-01) solid var(--bp-border-toggle-border-on);
4550
+ --icon-dual-state-button-on-border-focus:var(--bp-border-01) solid var(--bp-border-toggle-text-border-off);
4550
4551
  --icon-dual-state-button-on-icon-color:var(--bp-icon-icon-blue);
4551
4552
  }
4552
4553
 
4553
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460{
4554
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9{
4554
4555
  align-items:center;
4555
4556
  background-color:var(--icon-dual-state-button-off-background);
4556
4557
  border-radius:var(--icon-dual-state-button-radius);
@@ -4570,49 +4571,49 @@
4570
4571
  text-transform:var(--body-default-text-case);
4571
4572
  width:var(--icon-dual-state-button-medium-size);
4572
4573
  }
4573
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460:disabled{
4574
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9:disabled{
4574
4575
  opacity:.3;
4575
4576
  pointer-events:none;
4576
4577
  }
4577
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460:hover{
4578
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9:hover{
4578
4579
  background:var(--icon-dual-state-button-off-background-hover);
4579
4580
  }
4580
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460:active{
4581
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9:active{
4581
4582
  background:var(--icon-dual-state-button-off-background-pressed);
4582
4583
  }
4583
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460[data-focus-visible]{
4584
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9[data-focus-visible]{
4584
4585
  background:var(--icon-dual-state-button-off-background-hover);
4585
4586
  outline:var(--icon-dual-state-button-focus-outline);
4586
4587
  }
4587
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460[data-focus-visible]:active{
4588
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9[data-focus-visible]:active{
4588
4589
  background:var(--icon-dual-state-button-off-background-pressed);
4589
4590
  }
4590
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460.bp_icon_dual_state_button_module_pressed--ab460{
4591
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9.bp_icon_dual_state_button_module_pressed--67fd9{
4591
4592
  background:var(--icon-dual-state-button-on-background);
4592
4593
  border:var(--icon-dual-state-button-on-border);
4593
4594
  color:var(--icon-dual-state-button-on-icon-color);
4594
4595
  }
4595
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460.bp_icon_dual_state_button_module_pressed--ab460:hover{
4596
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9.bp_icon_dual_state_button_module_pressed--67fd9:hover{
4596
4597
  background:var(--icon-dual-state-button-on-background-hover);
4597
4598
  }
4598
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460.bp_icon_dual_state_button_module_pressed--ab460:active{
4599
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9.bp_icon_dual_state_button_module_pressed--67fd9:active{
4599
4600
  background:var(--icon-dual-state-button-on-background-pressed);
4600
4601
  }
4601
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460.bp_icon_dual_state_button_module_pressed--ab460[data-focus-visible]{
4602
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9.bp_icon_dual_state_button_module_pressed--67fd9[data-focus-visible]{
4602
4603
  background:var(--icon-dual-state-button-on-background-hover);
4603
4604
  border:var(--icon-dual-state-button-on-border-focus);
4604
4605
  outline:var(--icon-dual-state-button-focus-outline);
4605
4606
  }
4606
- .bp_icon_dual_state_button_module_iconDualStateButton--ab460.bp_icon_dual_state_button_module_pressed--ab460[data-focus-visible]:active{
4607
+ .bp_icon_dual_state_button_module_iconDualStateButton--67fd9.bp_icon_dual_state_button_module_pressed--67fd9[data-focus-visible]:active{
4607
4608
  background:var(--icon-dual-state-button-on-background-pressed);
4608
4609
  }
4609
4610
 
4610
- .bp_icon_dual_state_button_module_xsmallButton--ab460{
4611
+ .bp_icon_dual_state_button_module_xsmallButton--67fd9{
4611
4612
  height:var(--icon-dual-state-button-xsmall-size);
4612
4613
  width:var(--icon-dual-state-button-xsmall-size);
4613
4614
  }
4614
4615
 
4615
- .bp_icon_dual_state_button_module_smallButton--ab460{
4616
+ .bp_icon_dual_state_button_module_smallButton--67fd9{
4616
4617
  height:var(--icon-dual-state-button-small-size);
4617
4618
  width:var(--icon-dual-state-button-small-size);
4618
4619
  }
@@ -4794,7 +4795,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
4794
4795
  display:inline;
4795
4796
  }
4796
4797
 
4797
- .bp_modal_module_overlay--5e6de{
4798
+ .bp_modal_module_overlay--14ad9{
4798
4799
  background-color:var(--overlay-modal-overlay);
4799
4800
  bottom:0;
4800
4801
  display:grid;
@@ -4806,13 +4807,13 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
4806
4807
  z-index:370;
4807
4808
  }
4808
4809
  @media (width > 459px){
4809
- .bp_modal_module_overlay--5e6de{
4810
+ .bp_modal_module_overlay--14ad9{
4810
4811
  place-items:center;
4811
4812
  }
4812
4813
  }
4813
4814
 
4814
- .bp_modal_module_content--5e6de{
4815
- animation:bp_modal_module_popup_bounce_in--5e6de var(--animation-duration-3);
4815
+ .bp_modal_module_content--14ad9{
4816
+ animation:bp_modal_module_popup_bounce_in--14ad9 var(--animation-duration-3);
4816
4817
  background-color:var(--gray-white);
4817
4818
  display:flex;
4818
4819
  flex-direction:column;
@@ -4821,80 +4822,80 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
4821
4822
  position:relative;
4822
4823
  }
4823
4824
  @media (width > 374px){
4824
- .bp_modal_module_content--5e6de{
4825
+ .bp_modal_module_content--14ad9{
4825
4826
  overflow:hidden;
4826
4827
  }
4827
4828
  }
4828
4829
  @media (width > 459px){
4829
- .bp_modal_module_content--5e6de{
4830
+ .bp_modal_module_content--14ad9{
4830
4831
  border-radius:var(--radius-4);
4831
4832
  height:auto;
4832
4833
  margin:0 var(--space-8);
4833
4834
  max-height:calc(100vh - var(--space-8)*2);
4834
4835
  min-width:calc(460px - var(--space-8)*2);
4835
4836
  }
4836
- .bp_modal_module_content--5e6de.bp_modal_module_smallSizeModal--5e6de{
4837
+ .bp_modal_module_content--14ad9.bp_modal_module_smallSizeModal--14ad9{
4837
4838
  max-width:460px;
4838
4839
  }
4839
- .bp_modal_module_content--5e6de.bp_modal_module_mediumSizeModal--5e6de{
4840
+ .bp_modal_module_content--14ad9.bp_modal_module_mediumSizeModal--14ad9{
4840
4841
  max-width:540px;
4841
4842
  }
4842
- .bp_modal_module_content--5e6de.bp_modal_module_largeSizeModal--5e6de{
4843
+ .bp_modal_module_content--14ad9.bp_modal_module_largeSizeModal--14ad9{
4843
4844
  max-width:620px;
4844
4845
  }
4845
- .bp_modal_module_content--5e6de.bp_modal_module_xlargeSizeModal--5e6de{
4846
+ .bp_modal_module_content--14ad9.bp_modal_module_xlargeSizeModal--14ad9{
4846
4847
  max-width:768px;
4847
4848
  }
4848
4849
  }
4849
4850
 
4850
- .bp_modal_module_scrollableContainer--5e6de{
4851
+ .bp_modal_module_scrollableContainer--14ad9{
4851
4852
  flex-grow:1;
4852
4853
  }
4853
4854
  @media (width > 374px){
4854
- .bp_modal_module_scrollableContainer--5e6de{
4855
+ .bp_modal_module_scrollableContainer--14ad9{
4855
4856
  overflow-y:auto;
4856
4857
  }
4857
4858
  }
4858
4859
 
4859
- .bp_modal_module_content--5e6de .bp_modal_module_close--5e6de{
4860
+ .bp_modal_module_content--14ad9 .bp_modal_module_close--14ad9{
4860
4861
  color:var(--gray-65);
4861
4862
  position:fixed;
4862
4863
  right:var(--space-4);
4863
4864
  top:var(--space-4);
4864
4865
  }
4865
4866
  @media (width > 374px){
4866
- .bp_modal_module_content--5e6de .bp_modal_module_close--5e6de{
4867
+ .bp_modal_module_content--14ad9 .bp_modal_module_close--14ad9{
4867
4868
  position:absolute;
4868
4869
  }
4869
4870
  }
4870
4871
 
4871
- .bp_modal_module_close--5e6de.bp_modal_module_onColor--5e6de{
4872
+ .bp_modal_module_close--14ad9.bp_modal_module_onColor--14ad9{
4872
4873
  background-color:var(--surface-cta-surface-tertiary);
4873
4874
  }
4874
- .bp_modal_module_close--5e6de.bp_modal_module_onColor--5e6de:hover{
4875
+ .bp_modal_module_close--14ad9.bp_modal_module_onColor--14ad9:hover{
4875
4876
  background-color:var(--surface-cta-surface-icon-hover);
4876
4877
  }
4877
- .bp_modal_module_close--5e6de.bp_modal_module_onColor--5e6de:active{
4878
+ .bp_modal_module_close--14ad9.bp_modal_module_onColor--14ad9:active{
4878
4879
  background-color:var(--surface-cta-surface-icon-pressed);
4879
4880
  }
4880
4881
 
4881
- .bp_modal_module_content--5e6de .bp_modal_module_backButton--5e6de{
4882
+ .bp_modal_module_content--14ad9 .bp_modal_module_backButton--14ad9{
4882
4883
  color:var(--gray-65);
4883
4884
  margin-block-start:var(--space-4);
4884
4885
  margin-inline-start:var(--space-4);
4885
4886
  }
4886
4887
  @media (width > 459px){
4887
- .bp_modal_module_content--5e6de .bp_modal_module_backButton--5e6de{
4888
+ .bp_modal_module_content--14ad9 .bp_modal_module_backButton--14ad9{
4888
4889
  height:var(--size-10);
4889
4890
  width:var(--size-10);
4890
4891
  }
4891
4892
  }
4892
4893
 
4893
- .bp_modal_module_modalHeader--5e6de{
4894
+ .bp_modal_module_modalHeader--14ad9{
4894
4895
  display:flex;
4895
4896
  }
4896
4897
 
4897
- .bp_modal_module_modalTitle--5e6de{
4898
+ .bp_modal_module_modalTitle--14ad9{
4898
4899
  display:flex;
4899
4900
  flex-direction:column;
4900
4901
  gap:var(--space-2);
@@ -4902,24 +4903,24 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
4902
4903
  padding:var(--space-5) var(--space-12) var(--space-5) var(--space-4);
4903
4904
  }
4904
4905
  @media (width > 459px){
4905
- .bp_modal_module_modalTitle--5e6de{
4906
+ .bp_modal_module_modalTitle--14ad9{
4906
4907
  padding:var(--space-6) var(--space-16) var(--space-6) var(--space-6);
4907
4908
  }
4908
4909
  }
4909
4910
 
4910
- .bp_modal_module_body--5e6de{
4911
+ .bp_modal_module_body--14ad9{
4911
4912
  padding:var(--space-6) var(--space-4) var(--space-4);
4912
4913
  }
4913
4914
  @media (width > 459px){
4914
- .bp_modal_module_body--5e6de{
4915
+ .bp_modal_module_body--14ad9{
4915
4916
  padding:var(--space-6) var(--space-6) var(--space-4);
4916
4917
  }
4917
4918
  }
4918
4919
 
4919
- .bp_modal_module_headerDividerLine--5e6de{
4920
+ .bp_modal_module_headerDividerLine--14ad9{
4920
4921
  position:relative;
4921
4922
  }
4922
- .bp_modal_module_headerDividerLine--5e6de::after{
4923
+ .bp_modal_module_headerDividerLine--14ad9::after{
4923
4924
  border-bottom:var(--border-1) solid var(--border-divider-border);
4924
4925
  bottom:0;
4925
4926
  content:"";
@@ -4928,16 +4929,16 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
4928
4929
  right:var(--space-4);
4929
4930
  }
4930
4931
  @media (width > 459px){
4931
- .bp_modal_module_headerDividerLine--5e6de::after{
4932
+ .bp_modal_module_headerDividerLine--14ad9::after{
4932
4933
  left:var(--space-6);
4933
4934
  right:var(--space-6);
4934
4935
  }
4935
4936
  }
4936
4937
 
4937
- .bp_modal_module_footerDividerLine--5e6de{
4938
+ .bp_modal_module_footerDividerLine--14ad9{
4938
4939
  position:relative;
4939
4940
  }
4940
- .bp_modal_module_footerDividerLine--5e6de::before{
4941
+ .bp_modal_module_footerDividerLine--14ad9::before{
4941
4942
  border-bottom:var(--border-1) solid var(--border-divider-border);
4942
4943
  content:"";
4943
4944
  left:var(--space-4);
@@ -4946,28 +4947,28 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
4946
4947
  top:0;
4947
4948
  }
4948
4949
  @media (width > 459px){
4949
- .bp_modal_module_footerDividerLine--5e6de::before{
4950
+ .bp_modal_module_footerDividerLine--14ad9::before{
4950
4951
  left:var(--space-6);
4951
4952
  right:var(--space-6);
4952
4953
  }
4953
4954
  }
4954
4955
 
4955
- .bp_modal_module_footer--5e6de{
4956
+ .bp_modal_module_footer--14ad9{
4956
4957
  display:flex;
4957
4958
  justify-content:flex-end;
4958
4959
  padding:var(--space-4);
4959
4960
  }
4960
4961
  @media (width > 459px){
4961
- .bp_modal_module_footer--5e6de{
4962
+ .bp_modal_module_footer--14ad9{
4962
4963
  padding:var(--space-6);
4963
4964
  }
4964
4965
  }
4965
4966
 
4966
- .bp_modal_module_footerButton--5e6de + .bp_modal_module_footerButton--5e6de{
4967
+ .bp_modal_module_footerButton--14ad9 + .bp_modal_module_footerButton--14ad9{
4967
4968
  margin-inline-start:var(--space-3);
4968
4969
  }
4969
4970
 
4970
- @keyframes bp_modal_module_popup_bounce_in--5e6de{
4971
+ @keyframes bp_modal_module_popup_bounce_in--14ad9{
4971
4972
  0%{
4972
4973
  transform:scale3d(.1, .1, 1);
4973
4974
  }
@@ -5178,66 +5179,66 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
5178
5179
  justify-content:flex-end;
5179
5180
  }
5180
5181
 
5181
- .bp_page_section_module_pageSectionContainer--dcafb{
5182
+ .bp_page_section_module_pageSectionContainer--9bdbf{
5182
5183
  display:flex;
5183
5184
  flex-direction:column;
5184
5185
  gap:var(--space-8);
5185
5186
  }
5186
5187
  @media (width > 767px){
5187
- .bp_page_section_module_pageSectionContainer--dcafb{
5188
+ .bp_page_section_module_pageSectionContainer--9bdbf{
5188
5189
  gap:var(--space-12);
5189
5190
  }
5190
5191
  }
5191
5192
 
5192
- .bp_page_section_module_pageSection--dcafb{
5193
+ .bp_page_section_module_pageSection--9bdbf{
5193
5194
  display:flex;
5194
5195
  flex-direction:column;
5195
5196
  gap:var(--space-7);
5196
5197
  }
5197
5198
  @media (width > 767px){
5198
- .bp_page_section_module_pageSection--dcafb{
5199
+ .bp_page_section_module_pageSection--9bdbf{
5199
5200
  flex-direction:row;
5200
5201
  gap:var(--space-20);
5201
5202
  }
5202
5203
  }
5203
5204
 
5204
- .bp_page_section_module_pageSectionHeader--dcafb{
5205
+ .bp_page_section_module_pageSectionHeader--9bdbf{
5205
5206
  display:flex;
5206
5207
  flex-direction:column;
5207
5208
  gap:var(--space-2);
5208
5209
  }
5209
5210
  @media (width > 767px){
5210
- .bp_page_section_module_pageSectionHeader--dcafb{
5211
+ .bp_page_section_module_pageSectionHeader--9bdbf{
5211
5212
  width:200px;
5212
5213
  }
5213
5214
  }
5214
5215
  @media (width > 1023px){
5215
- .bp_page_section_module_pageSectionHeader--dcafb{
5216
+ .bp_page_section_module_pageSectionHeader--9bdbf{
5216
5217
  width:242px;
5217
5218
  }
5218
5219
  }
5219
5220
 
5220
- .bp_page_section_module_pageSectionContent--dcafb{
5221
+ .bp_page_section_module_pageSectionContent--9bdbf{
5221
5222
  flex-grow:1;
5222
5223
  }
5223
5224
 
5224
- .bp_page_section_module_pageSectionDivider--dcafb{
5225
+ .bp_page_section_module_pageSectionDivider--9bdbf{
5225
5226
  width:100%;
5226
5227
  }
5227
5228
 
5228
- .bp_password_input_module_passwordInput--2f32b input[type=password],.bp_password_input_module_passwordInput--2f32b input[type=text]{
5229
+ .bp_password_input_module_passwordInput--745a6 input[type=password],.bp_password_input_module_passwordInput--745a6 input[type=text]{
5229
5230
  padding-inline-end:2.375rem;
5230
5231
  }
5231
- .bp_password_input_module_passwordInput--2f32b .bp_password_input_module_iconButton--2f32b{
5232
+ .bp_password_input_module_passwordInput--745a6 .bp_password_input_module_iconButton--745a6{
5232
5233
  height:var(--size-6);
5233
5234
  inset-inline-end:.5rem;
5234
5235
  width:var(--size-6);
5235
5236
  }
5236
- .bp_password_input_module_passwordInput--2f32b .bp_password_input_module_iconButton--2f32b:active,.bp_password_input_module_passwordInput--2f32b .bp_password_input_module_iconButton--2f32b:hover{
5237
+ .bp_password_input_module_passwordInput--745a6 .bp_password_input_module_iconButton--745a6:active,.bp_password_input_module_passwordInput--745a6 .bp_password_input_module_iconButton--745a6:hover{
5237
5238
  background:none;
5238
5239
  }
5239
5240
 
5240
- .bp_base_text_input_module_textInputContainerOuter--61258[data-modern=false]{
5241
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c[data-modern=false]{
5241
5242
  --text-input-border-width:var(--border-1);
5242
5243
  --text-input-border-width-focused:var(--border-2);
5243
5244
  --text-input-border-width-error:var(--border-2);
@@ -5268,7 +5269,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
5268
5269
  --text-input-hover-border-color:var(--border-input-border-hover);
5269
5270
  }
5270
5271
 
5271
- .bp_base_text_input_module_textInputContainerOuter--61258[data-modern=true]{
5272
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c[data-modern=true]{
5272
5273
  --text-input-border-width:var(--bp-border-01);
5273
5274
  --text-input-border-width-focused:var(--bp-border-02);
5274
5275
  --text-input-border-width-error:var(--bp-border-02);
@@ -5299,7 +5300,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
5299
5300
  --text-input-hover-border-color:var(--bp-border-input-border-hover);
5300
5301
  }
5301
5302
 
5302
- .bp_base_text_input_module_textInputContainerOuter--61258{
5303
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c{
5303
5304
  --disabled-opacity:var(--text-input-disabled-opacity-api, 60%);
5304
5305
  display:flex;
5305
5306
  flex-direction:column;
@@ -5312,7 +5313,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
5312
5313
  text-decoration:var(--body-default-text-decoration);
5313
5314
  text-transform:var(--body-default-text-case);
5314
5315
  }
5315
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_label--61258{
5316
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_label--0ff4c{
5316
5317
  color:var(--text-input-label-color);
5317
5318
  flex:0 0 fit-content;
5318
5319
  font-family:var(--body-default-bold-font-family);
@@ -5326,15 +5327,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
5326
5327
  width:-moz-fit-content;
5327
5328
  width:fit-content;
5328
5329
  }
5329
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_label--61258:not(.bp_base_text_input_module_hidden--61258){
5330
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_label--0ff4c:not(.bp_base_text_input_module_hidden--0ff4c){
5330
5331
  margin-block-end:var(--text-input-row-gap);
5331
5332
  }
5332
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258{
5333
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c{
5333
5334
  display:flex;
5334
5335
  height:var(--size-10);
5335
5336
  position:relative;
5336
5337
  }
5337
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_textInput--61258,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=number].bp_base_text_input_module_textInput--61258,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=text].bp_base_text_input_module_textInput--61258{
5338
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_textInput--0ff4c,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=number].bp_base_text_input_module_textInput--0ff4c,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=text].bp_base_text_input_module_textInput--0ff4c{
5338
5339
  background:var(--text-input-background);
5339
5340
  border:var(--text-input-border-width) solid var(--text-input-border-color);
5340
5341
  border-radius:var(--text-input-border-radius);
@@ -5354,77 +5355,77 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
5354
5355
  text-transform:var(--body-default-text-case);
5355
5356
  width:100%;
5356
5357
  }
5357
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_textInput--61258:hover,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=number].bp_base_text_input_module_textInput--61258:hover,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=text].bp_base_text_input_module_textInput--61258:hover{
5358
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_textInput--0ff4c:hover,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=number].bp_base_text_input_module_textInput--0ff4c:hover,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=text].bp_base_text_input_module_textInput--0ff4c:hover{
5358
5359
  box-shadow:var(--text-input-box-shadow);
5359
5360
  }
5360
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_textInput--61258::placeholder,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=number].bp_base_text_input_module_textInput--61258::placeholder,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=text].bp_base_text_input_module_textInput--61258::placeholder{
5361
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_textInput--0ff4c::placeholder,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=number].bp_base_text_input_module_textInput--0ff4c::placeholder,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=text].bp_base_text_input_module_textInput--0ff4c::placeholder{
5361
5362
  color:var(--text-input-placeholder-color);
5362
5363
  opacity:1;
5363
5364
  }
5364
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_textInput--61258.bp_base_text_input_module_error--61258,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=number].bp_base_text_input_module_textInput--61258.bp_base_text_input_module_error--61258,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=text].bp_base_text_input_module_textInput--61258.bp_base_text_input_module_error--61258{
5365
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_error--0ff4c,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=number].bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_error--0ff4c,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=text].bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_error--0ff4c{
5365
5366
  background:var(--text-input-error-background);
5366
5367
  border:var(--text-input-border-width-error) solid var(--text-input-error-border-color);
5367
5368
  outline:0;
5368
5369
  padding-inline-start:var(--text-input-padding-x-error);
5369
5370
  }
5370
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_textInput--61258.bp_base_text_input_module_readOnly--61258,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=number].bp_base_text_input_module_textInput--61258.bp_base_text_input_module_readOnly--61258,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=text].bp_base_text_input_module_textInput--61258.bp_base_text_input_module_readOnly--61258{
5371
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_readOnly--0ff4c,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=number].bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_readOnly--0ff4c,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=text].bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_readOnly--0ff4c{
5371
5372
  border-color:var(--text-input-read-only-border-color);
5372
5373
  box-shadow:var(--text-input-box-shadow);
5373
5374
  color:var(--text-input-read-only-color);
5374
5375
  }
5375
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_textInput--61258.bp_base_text_input_module_readOnly--61258:focus-visible,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=number].bp_base_text_input_module_textInput--61258.bp_base_text_input_module_readOnly--61258:focus-visible,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=text].bp_base_text_input_module_textInput--61258.bp_base_text_input_module_readOnly--61258:focus-visible{
5376
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_readOnly--0ff4c:focus-visible,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=number].bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_readOnly--0ff4c:focus-visible,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=text].bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_readOnly--0ff4c:focus-visible{
5376
5377
  border:var(--text-input-border-width-focused) solid var(--text-input-border-color-focus);
5377
5378
  }
5378
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_textInput--61258.bp_base_text_input_module_readOnly--61258:hover,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=number].bp_base_text_input_module_textInput--61258.bp_base_text_input_module_readOnly--61258:hover,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=text].bp_base_text_input_module_textInput--61258.bp_base_text_input_module_readOnly--61258:hover{
5379
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_readOnly--0ff4c:hover,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=number].bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_readOnly--0ff4c:hover,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=text].bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_readOnly--0ff4c:hover{
5379
5380
  cursor:default;
5380
5381
  }
5381
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_textInput--61258:disabled,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=number].bp_base_text_input_module_textInput--61258:disabled,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=text].bp_base_text_input_module_textInput--61258:disabled{
5382
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_textInput--0ff4c:disabled,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=number].bp_base_text_input_module_textInput--0ff4c:disabled,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=text].bp_base_text_input_module_textInput--0ff4c:disabled{
5382
5383
  background:var(--text-input-disabled-background);
5383
5384
  border-color:var(--text-input-disabled-border-color);
5384
5385
  box-shadow:var(--text-input-box-shadow);
5385
5386
  color:var(--text-input-disabled-color);
5386
5387
  }
5387
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_textInput--61258:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=number].bp_base_text_input_module_textInput--61258:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=text].bp_base_text_input_module_textInput--61258:disabled:hover{
5388
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_textInput--0ff4c:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=number].bp_base_text_input_module_textInput--0ff4c:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=text].bp_base_text_input_module_textInput--0ff4c:disabled:hover{
5388
5389
  border-color:var(--text-input-border-color);
5389
5390
  }
5390
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_textInput--61258:focus-visible,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=number].bp_base_text_input_module_textInput--61258:focus-visible,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=text].bp_base_text_input_module_textInput--61258:focus-visible{
5391
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_textInput--0ff4c:focus-visible,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=number].bp_base_text_input_module_textInput--0ff4c:focus-visible,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=text].bp_base_text_input_module_textInput--0ff4c:focus-visible{
5391
5392
  background:var(--text-input-focused-background);
5392
5393
  border:var(--text-input-border-width-focused) solid var(--text-input-focused-border-color);
5393
5394
  outline:0;
5394
5395
  padding-inline-start:var(--text-input-padding-x-focused);
5395
5396
  }
5396
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_textInput--61258:has(+ .bp_base_text_input_module_endIcon--61258),.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=number].bp_base_text_input_module_textInput--61258:has(+ .bp_base_text_input_module_endIcon--61258),.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=text].bp_base_text_input_module_textInput--61258:has(+ .bp_base_text_input_module_endIcon--61258){
5397
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_textInput--0ff4c:has(+ .bp_base_text_input_module_endIcon--0ff4c),.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=number].bp_base_text_input_module_textInput--0ff4c:has(+ .bp_base_text_input_module_endIcon--0ff4c),.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=text].bp_base_text_input_module_textInput--0ff4c:has(+ .bp_base_text_input_module_endIcon--0ff4c){
5397
5398
  padding-inline-end:calc(var(--text-input-padding-x) + var(--end-icon-width) + var(--text-input-icon-padding));
5398
5399
  }
5399
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_textInput--61258:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--61258):hover,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=number].bp_base_text_input_module_textInput--61258:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--61258):hover,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 input[type=text].bp_base_text_input_module_textInput--61258:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--61258):hover{
5400
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_textInput--0ff4c:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--0ff4c):hover,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=number].bp_base_text_input_module_textInput--0ff4c:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--0ff4c):hover,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c input[type=text].bp_base_text_input_module_textInput--0ff4c:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--0ff4c):hover{
5400
5401
  background:var(--text-input-hover-background);
5401
5402
  border:var(--border-1) solid var(--text-input-hover-border-color);
5402
5403
  }
5403
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_startIcon--61258{
5404
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_startIcon--0ff4c{
5404
5405
  left:calc(var(--text-input-padding-x) + var(--text-input-border-width));
5405
5406
  position:absolute;
5406
5407
  top:50%;
5407
5408
  transform:translateY(-50%);
5408
5409
  }
5409
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_startIcon--61258 + input.bp_base_text_input_module_textInput--61258{
5410
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_startIcon--0ff4c + input.bp_base_text_input_module_textInput--0ff4c{
5410
5411
  padding-inline-start:calc(var(--text-input-padding-x) + var(--text-input-icon-padding) + var(--start-icon-width));
5411
5412
  }
5412
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_startIcon--61258 + input.bp_base_text_input_module_textInput--61258:focus-visible{
5413
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_startIcon--0ff4c + input.bp_base_text_input_module_textInput--0ff4c:focus-visible{
5413
5414
  padding-inline-start:calc(var(--text-input-padding-x-focused) + var(--text-input-icon-padding) + var(--start-icon-width));
5414
5415
  }
5415
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_startIcon--61258 + input.bp_base_text_input_module_textInput--61258.bp_base_text_input_module_error--61258{
5416
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_startIcon--0ff4c + input.bp_base_text_input_module_textInput--0ff4c.bp_base_text_input_module_error--0ff4c{
5416
5417
  padding-inline-start:calc(var(--text-input-padding-x-error) + var(--text-input-icon-padding) + var(--start-icon-width));
5417
5418
  }
5418
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_textInputContainer--61258 .bp_base_text_input_module_endIcon--61258{
5419
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_textInputContainer--0ff4c .bp_base_text_input_module_endIcon--0ff4c{
5419
5420
  position:absolute;
5420
5421
  right:calc(var(--text-input-padding-x) + var(--text-input-border-width));
5421
5422
  top:50%;
5422
5423
  transform:translateY(-50%);
5423
5424
  }
5424
- .bp_base_text_input_module_textInputContainerOuter--61258.bp_base_text_input_module_disabled--61258{
5425
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c.bp_base_text_input_module_disabled--0ff4c{
5425
5426
  opacity:var(--disabled-opacity);
5426
5427
  }
5427
- .bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_inlineError--61258,.bp_base_text_input_module_textInputContainerOuter--61258 .bp_base_text_input_module_subtext--61258{
5428
+ .bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_inlineError--0ff4c,.bp_base_text_input_module_textInputContainerOuter--0ff4c .bp_base_text_input_module_subtext--0ff4c{
5428
5429
  margin-block-start:var(--text-input-inline-error-subtext-block-margin);
5429
5430
  }
5430
5431
  .bp_chip_module_chip--96f83{
@@ -5625,7 +5626,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
5625
5626
  }
5626
5627
  }
5627
5628
 
5628
- .bp_context_menu_module_menuBlock--4f160{
5629
+ .bp_context_menu_module_menuBlock--e0a0f{
5629
5630
  background-color:var(--surface-menu-surface);
5630
5631
  border:var(--border-1) solid var(--border-card-border);
5631
5632
  border-radius:var(--radius-3);
@@ -5636,7 +5637,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
5636
5637
  min-width:var(--blueprint-web-context-menu-min-width, 160px);
5637
5638
  padding:var(--space-3);
5638
5639
  }
5639
- .bp_context_menu_module_menuBlock--4f160[data-menu-fullscreen=true]{
5640
+ .bp_context_menu_module_menuBlock--e0a0f[data-menu-fullscreen=true]{
5640
5641
  border:unset;
5641
5642
  border-radius:unset;
5642
5643
  display:flex;
@@ -5649,15 +5650,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
5649
5650
  position:relative;
5650
5651
  width:100vw;
5651
5652
  }
5652
- .bp_context_menu_module_menuBlock--4f160[data-menu-fullscreen=true] .bp_context_menu_module_fullScreenContent--4f160{
5653
+ .bp_context_menu_module_menuBlock--e0a0f[data-menu-fullscreen=true] .bp_context_menu_module_fullScreenContent--e0a0f{
5653
5654
  overflow-y:auto;
5654
5655
  padding:var(--space-3);
5655
5656
  }
5656
- .bp_context_menu_module_menuBlock--4f160 .bp_context_menu_module_menuItemsSeparator--4f160{
5657
+ .bp_context_menu_module_menuBlock--e0a0f .bp_context_menu_module_menuItemsSeparator--e0a0f{
5657
5658
  margin-block:var(--space-2);
5658
5659
  margin-inline:var(--space-2);
5659
5660
  }
5660
- .bp_context_menu_module_menuBlock--4f160 .bp_context_menu_module_menuItem--4f160{
5661
+ .bp_context_menu_module_menuBlock--e0a0f .bp_context_menu_module_menuItem--e0a0f{
5661
5662
  align-items:center;
5662
5663
  background-color:var(--surface-menu-surface);
5663
5664
  border:var(--border-2) solid #0000;
@@ -5670,19 +5671,19 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
5670
5671
  padding-inline:var(--space-2);
5671
5672
  position:relative;
5672
5673
  }
5673
- .bp_context_menu_module_menuBlock--4f160 .bp_context_menu_module_menuItem--4f160[data-disabled]{
5674
+ .bp_context_menu_module_menuBlock--e0a0f .bp_context_menu_module_menuItem--e0a0f[data-disabled]{
5674
5675
  opacity:60%;
5675
5676
  pointer-events:none;
5676
5677
  }
5677
- .bp_context_menu_module_menuBlock--4f160 .bp_context_menu_module_menuItem--4f160[data-highlighted]:not(:hover){
5678
+ .bp_context_menu_module_menuBlock--e0a0f .bp_context_menu_module_menuItem--e0a0f[data-highlighted]:not(:hover){
5678
5679
  background-color:var(--surface-menu-surface-focus);
5679
5680
  border:var(--border-2) solid var(--outline-focus-on-light);
5680
5681
  }
5681
- .bp_context_menu_module_menuBlock--4f160 .bp_context_menu_module_menuItem--4f160:active{
5682
+ .bp_context_menu_module_menuBlock--e0a0f .bp_context_menu_module_menuItem--e0a0f:active{
5682
5683
  background-color:var(--surface-menu-surface-focus);
5683
5684
  border:var(--border-2) solid #0000;
5684
5685
  }
5685
- .bp_context_menu_module_menuBlock--4f160 .bp_context_menu_module_menuItem--4f160:hover{
5686
+ .bp_context_menu_module_menuBlock--e0a0f .bp_context_menu_module_menuItem--e0a0f:hover{
5686
5687
  background-color:var(--surface-menu-surface-focus);
5687
5688
  }
5688
5689
  div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):has([data-menu-fullscreen=true]){
@@ -5691,7 +5692,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
5691
5692
  width:100%;
5692
5693
  }
5693
5694
 
5694
- .bp_context_menu_module_menuHeader--4f160{
5695
+ .bp_context_menu_module_menuHeader--e0a0f{
5695
5696
  align-items:center;
5696
5697
  box-shadow:var(--dropshadow-1);
5697
5698
  display:grid;
@@ -5701,25 +5702,25 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
5701
5702
  padding:var(--space-3);
5702
5703
  }
5703
5704
 
5704
- .bp_context_menu_module_headerTextContent--4f160{
5705
+ .bp_context_menu_module_headerTextContent--e0a0f{
5705
5706
  display:grid;
5706
5707
  }
5707
5708
 
5708
- .bp_context_menu_module_submenuCloseButton--4f160{
5709
+ .bp_context_menu_module_submenuCloseButton--e0a0f{
5709
5710
  grid-area:submenu-close;
5710
5711
  }
5711
5712
 
5712
- .bp_context_menu_module_menuCloseButton--4f160{
5713
+ .bp_context_menu_module_menuCloseButton--e0a0f{
5713
5714
  grid-area:close;
5714
5715
  }
5715
5716
 
5716
- .bp_context_menu_module_ellipsis--4f160{
5717
+ .bp_context_menu_module_ellipsis--e0a0f{
5717
5718
  overflow:hidden;
5718
5719
  text-overflow:ellipsis;
5719
5720
  white-space:nowrap;
5720
5721
  }
5721
5722
 
5722
- .bp_notification_module_viewport--bc071{
5723
+ .bp_notification_module_viewport--3e6d4{
5723
5724
  --notification-viewport-space:var(--space-4);
5724
5725
  --notification-viewport-item-spacing:var(--space-3);
5725
5726
  all:unset;
@@ -5734,7 +5735,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
5734
5735
  z-index:2147483647;
5735
5736
  }
5736
5737
 
5737
- .bp_notification_module_root--bc071[data-modern=false]{
5738
+ .bp_notification_module_root--3e6d4[data-modern=false]{
5738
5739
  --notification-padding-vertical:var(--space-3);
5739
5740
  --notification-padding-horizontal:var(--space-4);
5740
5741
  --notification-item-spacing:var(--space-3);
@@ -5755,7 +5756,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
5755
5756
  --notification-icon-size:var(--size-8);
5756
5757
  }
5757
5758
 
5758
- .bp_notification_module_root--bc071[data-modern=true]{
5759
+ .bp_notification_module_root--3e6d4[data-modern=true]{
5759
5760
  --notification-padding-vertical:var(--bp-space-030);
5760
5761
  --notification-padding-horizontal:var(--bp-space-040);
5761
5762
  --notification-item-spacing:var(--bp-space-030);
@@ -5777,20 +5778,20 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
5777
5778
  --notification-text-container-height:var(--bp-space-080);
5778
5779
  --notification-icon-size:var(--bp-size-080);
5779
5780
  }
5780
- .bp_notification_module_root--bc071[data-modern=true].bp_notification_module_info--bc071{
5781
+ .bp_notification_module_root--3e6d4[data-modern=true].bp_notification_module_info--3e6d4{
5781
5782
  background:linear-gradient(0deg, var(--notification-background-info) 0, var(--notification-background-info) 100%), var(--notification-background-overlay);
5782
5783
  }
5783
- .bp_notification_module_root--bc071[data-modern=true].bp_notification_module_success--bc071{
5784
+ .bp_notification_module_root--3e6d4[data-modern=true].bp_notification_module_success--3e6d4{
5784
5785
  background:linear-gradient(0deg, var(--notification-background-success) 0, var(--notification-background-success) 100%), var(--notification-background-overlay);
5785
5786
  }
5786
- .bp_notification_module_root--bc071[data-modern=true].bp_notification_module_warning--bc071{
5787
+ .bp_notification_module_root--3e6d4[data-modern=true].bp_notification_module_warning--3e6d4{
5787
5788
  background:linear-gradient(0deg, var(--notification-background-warning) 0, var(--notification-background-warning) 100%), var(--notification-background-overlay);
5788
5789
  }
5789
- .bp_notification_module_root--bc071[data-modern=true].bp_notification_module_error--bc071{
5790
+ .bp_notification_module_root--3e6d4[data-modern=true].bp_notification_module_error--3e6d4{
5790
5791
  background:linear-gradient(0deg, var(--notification-background-error) 0, var(--notification-background-error) 100%), var(--notification-background-overlay);
5791
5792
  }
5792
5793
 
5793
- .bp_notification_module_root--bc071{
5794
+ .bp_notification_module_root--3e6d4{
5794
5795
  backdrop-filter:blur(var(--notification-background-blur));
5795
5796
  border:var(--notification-border) solid;
5796
5797
  border-radius:var(--notification-radius);
@@ -5800,26 +5801,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
5800
5801
  width:max-content;
5801
5802
  }
5802
5803
  @media (width > 374px){
5803
- .bp_notification_module_root--bc071{
5804
+ .bp_notification_module_root--3e6d4{
5804
5805
  max-width:343px;
5805
5806
  }
5806
5807
  }
5807
5808
  @media (width > 767px){
5808
- .bp_notification_module_root--bc071{
5809
+ .bp_notification_module_root--3e6d4{
5809
5810
  max-width:728px;
5810
5811
  }
5811
5812
  }
5812
5813
  @media (width > 1023px){
5813
- .bp_notification_module_root--bc071{
5814
+ .bp_notification_module_root--3e6d4{
5814
5815
  max-width:848px;
5815
5816
  }
5816
5817
  }
5817
5818
  @media (width > 1219px){
5818
- .bp_notification_module_root--bc071{
5819
+ .bp_notification_module_root--3e6d4{
5819
5820
  max-width:896px;
5820
5821
  }
5821
5822
  }
5822
- .bp_notification_module_root--bc071 .bp_notification_module_container--bc071{
5823
+ .bp_notification_module_root--3e6d4 .bp_notification_module_container--3e6d4{
5823
5824
  align-items:flex-start;
5824
5825
  display:flex;
5825
5826
  gap:var(--notification-item-spacing);
@@ -5827,11 +5828,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
5827
5828
  width:100%;
5828
5829
  }
5829
5830
  @media (width > 767px){
5830
- .bp_notification_module_root--bc071 .bp_notification_module_container--bc071{
5831
+ .bp_notification_module_root--3e6d4 .bp_notification_module_container--3e6d4{
5831
5832
  align-items:center;
5832
5833
  }
5833
5834
  }
5834
- .bp_notification_module_root--bc071 .bp_notification_module_mobileContainer--bc071{
5835
+ .bp_notification_module_root--3e6d4 .bp_notification_module_mobileContainer--3e6d4{
5835
5836
  align-items:left;
5836
5837
  display:flex;
5837
5838
  flex-direction:column;
@@ -5839,46 +5840,46 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
5839
5840
  width:100%;
5840
5841
  }
5841
5842
  @media (width > 767px){
5842
- .bp_notification_module_root--bc071 .bp_notification_module_mobileContainer--bc071{
5843
+ .bp_notification_module_root--3e6d4 .bp_notification_module_mobileContainer--3e6d4{
5843
5844
  align-items:center;
5844
5845
  flex-direction:row;
5845
5846
  }
5846
5847
  }
5847
- .bp_notification_module_root--bc071 .bp_notification_module_withButtons--bc071{
5848
+ .bp_notification_module_root--3e6d4 .bp_notification_module_withButtons--3e6d4{
5848
5849
  gap:var(--notification-item-spacing);
5849
5850
  }
5850
- .bp_notification_module_root--bc071.bp_notification_module_info--bc071{
5851
+ .bp_notification_module_root--3e6d4.bp_notification_module_info--3e6d4{
5851
5852
  background:var(--notification-background-info);
5852
5853
  border-color:var(--notification-border-color-info);
5853
5854
  }
5854
- .bp_notification_module_root--bc071.bp_notification_module_success--bc071{
5855
+ .bp_notification_module_root--3e6d4.bp_notification_module_success--3e6d4{
5855
5856
  background:var(--notification-background-success);
5856
5857
  border-color:var(--notification-border-color-success);
5857
5858
  }
5858
- .bp_notification_module_root--bc071.bp_notification_module_warning--bc071{
5859
+ .bp_notification_module_root--3e6d4.bp_notification_module_warning--3e6d4{
5859
5860
  background:var(--notification-background-warning);
5860
5861
  border-color:var(--notification-border-color-warning);
5861
5862
  }
5862
- .bp_notification_module_root--bc071.bp_notification_module_error--bc071{
5863
+ .bp_notification_module_root--3e6d4.bp_notification_module_error--3e6d4{
5863
5864
  background:var(--notification-background-error);
5864
5865
  border-color:var(--notification-border-color-error);
5865
5866
  }
5866
- .bp_notification_module_root--bc071:focus-visible{
5867
+ .bp_notification_module_root--3e6d4:focus-visible{
5867
5868
  box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--notification-outline-focus);
5868
5869
  outline:none;
5869
5870
  }
5870
- .bp_notification_module_root--bc071 .bp_notification_module_typeIconContainer--bc071{
5871
+ .bp_notification_module_root--3e6d4 .bp_notification_module_typeIconContainer--3e6d4{
5871
5872
  align-items:center;
5872
5873
  display:flex;
5873
5874
  height:var(--notification-icon-size);
5874
5875
  justify-content:center;
5875
5876
  width:var(--notification-icon-size);
5876
5877
  }
5877
- .bp_notification_module_root--bc071 .bp_notification_module_typeIconContainer--bc071 .bp_notification_module_typeIcon--bc071{
5878
+ .bp_notification_module_root--3e6d4 .bp_notification_module_typeIconContainer--3e6d4 .bp_notification_module_typeIcon--3e6d4{
5878
5879
  flex-shrink:0;
5879
5880
  margin-left:var(--notification-padding-horizontal);
5880
5881
  }
5881
- .bp_notification_module_root--bc071 .bp_notification_module_text--bc071{
5882
+ .bp_notification_module_root--3e6d4 .bp_notification_module_text--3e6d4{
5882
5883
  align-items:center;
5883
5884
  color:var(--notification-text-color);
5884
5885
  display:flex;
@@ -5894,38 +5895,38 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
5894
5895
  text-decoration:var(--body-default-bold-text-decoration);
5895
5896
  text-transform:var(--body-default-bold-text-case);
5896
5897
  }
5897
- .bp_notification_module_root--bc071 .bp_notification_module_text--bc071 > div{
5898
+ .bp_notification_module_root--3e6d4 .bp_notification_module_text--3e6d4 > div{
5898
5899
  overflow:hidden;
5899
5900
  overflow-wrap:break-word;
5900
5901
  }
5901
- .bp_notification_module_root--bc071 .bp_notification_module_contentButtonSection--bc071{
5902
+ .bp_notification_module_root--3e6d4 .bp_notification_module_contentButtonSection--3e6d4{
5902
5903
  display:flex;
5903
5904
  gap:var(--notification-item-spacing);
5904
5905
  margin-left:0;
5905
5906
  }
5906
5907
  @media (width > 767px){
5907
- .bp_notification_module_root--bc071 .bp_notification_module_contentButtonSection--bc071{
5908
+ .bp_notification_module_root--3e6d4 .bp_notification_module_contentButtonSection--3e6d4{
5908
5909
  margin-left:auto;
5909
5910
  }
5910
5911
  }
5911
- .bp_notification_module_root--bc071 .bp_notification_module_contentButtonSection--bc071 .bp_notification_module_contentButtons--bc071{
5912
+ .bp_notification_module_root--3e6d4 .bp_notification_module_contentButtonSection--3e6d4 .bp_notification_module_contentButtons--3e6d4{
5912
5913
  display:flex;
5913
5914
  gap:var(--notification-item-spacing);
5914
5915
  }
5915
- .bp_notification_module_root--bc071 .bp_notification_module_closeButtonSection--bc071{
5916
+ .bp_notification_module_root--3e6d4 .bp_notification_module_closeButtonSection--3e6d4{
5916
5917
  display:flex;
5917
5918
  gap:var(--notification-item-spacing);
5918
5919
  margin-left:auto;
5919
5920
  margin-right:var(--notification-padding-horizontal);
5920
5921
  }
5921
- .bp_notification_module_root--bc071 .bp_notification_module_closeButtonSection--bc071 .bp_notification_module_closeButton--bc071{
5922
+ .bp_notification_module_root--3e6d4 .bp_notification_module_closeButtonSection--3e6d4 .bp_notification_module_closeButton--3e6d4{
5922
5923
  align-self:center;
5923
5924
  }
5924
- .bp_notification_module_root--bc071 .bp_notification_module_closeButtonSection--bc071 .bp_notification_module_closeButton--bc071 svg *{
5925
+ .bp_notification_module_root--3e6d4 .bp_notification_module_closeButtonSection--3e6d4 .bp_notification_module_closeButton--3e6d4 svg *{
5925
5926
  fill:currentColor;
5926
5927
  }
5927
5928
 
5928
- .bp_popover_module_popoverContentContainer--5e1df .bp_popover_module_popoverCard--5e1df .bp_popover_module_popoverMainContent--5e1df,.bp_popover_module_popoverContentContainer--5e1df.bp_popover_module_accessibilitySmallBreakpoint--5e1df .bp_popover_module_popoverCard--5e1df .bp_popover_module_popoverScrollContainer--5e1df{
5929
+ .bp_popover_module_popoverContentContainer--36d39 .bp_popover_module_popoverCard--36d39 .bp_popover_module_popoverMainContent--36d39,.bp_popover_module_popoverContentContainer--36d39.bp_popover_module_accessibilitySmallBreakpoint--36d39 .bp_popover_module_popoverCard--36d39 .bp_popover_module_popoverScrollContainer--36d39{
5929
5930
  margin-inline-end:var(--scroll-mask-margin-inline-end);
5930
5931
  mask-image:var(--scroll-mask-mask-image);
5931
5932
  mask-position:var(--scroll-mask-mask-position);
@@ -5935,7 +5936,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
5935
5936
  transition:var(--scroll-mask-transition);
5936
5937
  }
5937
5938
 
5938
- .bp_popover_module_popoverContentContainer--5e1df[data-modern=false]{
5939
+ .bp_popover_module_popoverContentContainer--36d39[data-modern=false]{
5939
5940
  --scroll-mask-padding-right:var(--space-4);
5940
5941
  --scroll-mask-overflow:auto;
5941
5942
  --scroll-mask-transition:mask-position var(--animation-duration-3), -webkit-mask-position var(--animation-duration-3);
@@ -5960,7 +5961,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
5960
5961
  --popover-footer-border-top:var(--border-1) solid var(--border-card-border);
5961
5962
  }
5962
5963
 
5963
- .bp_popover_module_popoverContentContainer--5e1df[data-modern=true]{
5964
+ .bp_popover_module_popoverContentContainer--36d39[data-modern=true]{
5964
5965
  --bp-dropshadow-3:var(--dropshadow-3);
5965
5966
  --bp-animation-duration-3:var(--animation-duration-3);
5966
5967
  --scroll-mask-padding-right:var(--bp-space-040);
@@ -5987,43 +5988,43 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
5987
5988
  --popover-footer-border-top:var(--bp-border-01) solid var(--bp-border-card-border);
5988
5989
  }
5989
5990
 
5990
- .bp_popover_module_popoverContentContainer--5e1df{
5991
+ .bp_popover_module_popoverContentContainer--36d39{
5991
5992
  max-width:320px;
5992
5993
  z-index:var(--z-index-popover);
5993
5994
  }
5994
- .bp_popover_module_popoverContentContainer--5e1df .bp_popover_module_popoverCard--5e1df{
5995
+ .bp_popover_module_popoverContentContainer--36d39 .bp_popover_module_popoverCard--36d39{
5995
5996
  box-shadow:var(--popover-card-box-shadow);
5996
5997
  margin-block:var(--popover-card-margin-block);
5997
5998
  }
5998
- .bp_popover_module_popoverContentContainer--5e1df .bp_popover_module_popoverCard--5e1df .bp_popover_module_popoverMainContent--5e1df:hover{
5999
+ .bp_popover_module_popoverContentContainer--36d39 .bp_popover_module_popoverCard--36d39 .bp_popover_module_popoverMainContent--36d39:hover{
5999
6000
  mask-position:left top;
6000
6001
  }
6001
- .bp_popover_module_popoverContentContainer--5e1df .bp_popover_module_popoverCard--5e1df .bp_popover_module_popoverMainContent--5e1df .bp_popover_module_popoverMainContentOuterContainer--5e1df{
6002
+ .bp_popover_module_popoverContentContainer--36d39 .bp_popover_module_popoverCard--36d39 .bp_popover_module_popoverMainContent--36d39 .bp_popover_module_popoverMainContentOuterContainer--36d39{
6002
6003
  max-height:inherit;
6003
6004
  }
6004
- .bp_popover_module_popoverContentContainer--5e1df .bp_popover_module_popoverCard--5e1df .bp_popover_module_popoverMainContent--5e1df .bp_popover_module_popoverMainContentOuterContainer--5e1df .bp_popover_module_popoverMainContentInnerContainerPadding--5e1df{
6005
+ .bp_popover_module_popoverContentContainer--36d39 .bp_popover_module_popoverCard--36d39 .bp_popover_module_popoverMainContent--36d39 .bp_popover_module_popoverMainContentOuterContainer--36d39 .bp_popover_module_popoverMainContentInnerContainerPadding--36d39{
6005
6006
  padding-block-end:var(--popover-main-content-inner-container-padding);
6006
6007
  }
6007
- .bp_popover_module_popoverContentContainer--5e1df.bp_popover_module_accessibilitySmallBreakpoint--5e1df{
6008
+ .bp_popover_module_popoverContentContainer--36d39.bp_popover_module_accessibilitySmallBreakpoint--36d39{
6008
6009
  max-height:var(--radix-popover-content-available-height);
6009
6010
  }
6010
- .bp_popover_module_popoverContentContainer--5e1df.bp_popover_module_accessibilitySmallBreakpoint--5e1df .bp_popover_module_popoverCard--5e1df .bp_popover_module_popoverScrollContainer--5e1df{
6011
+ .bp_popover_module_popoverContentContainer--36d39.bp_popover_module_accessibilitySmallBreakpoint--36d39 .bp_popover_module_popoverCard--36d39 .bp_popover_module_popoverScrollContainer--36d39{
6011
6012
  max-height:var(--popover-scroll-container-small-breakpoint-max-height);
6012
6013
  padding-block:var(--popover-scroll-container-small-breakpoint-padding-block);
6013
6014
  }
6014
- .bp_popover_module_popoverContentContainer--5e1df.bp_popover_module_accessibilitySmallBreakpoint--5e1df .bp_popover_module_popoverCard--5e1df .bp_popover_module_popoverScrollContainer--5e1df:hover{
6015
+ .bp_popover_module_popoverContentContainer--36d39.bp_popover_module_accessibilitySmallBreakpoint--36d39 .bp_popover_module_popoverCard--36d39 .bp_popover_module_popoverScrollContainer--36d39:hover{
6015
6016
  mask-position:left top;
6016
6017
  }
6017
- .bp_popover_module_popoverContentContainer--5e1df.bp_popover_module_accessibilitySmallBreakpoint--5e1df .bp_popover_module_popoverCard--5e1df .bp_popover_module_popoverScrollContainer--5e1df .bp_popover_module_popoverMainContent--5e1df{
6018
+ .bp_popover_module_popoverContentContainer--36d39.bp_popover_module_accessibilitySmallBreakpoint--36d39 .bp_popover_module_popoverCard--36d39 .bp_popover_module_popoverScrollContainer--36d39 .bp_popover_module_popoverMainContent--36d39{
6018
6019
  max-height:-moz-fit-content;
6019
6020
  max-height:fit-content;
6020
6021
  }
6021
- .bp_popover_module_popoverContentContainer--5e1df .bp_popover_module_popoverFooter--5e1df{
6022
+ .bp_popover_module_popoverContentContainer--36d39 .bp_popover_module_popoverFooter--36d39{
6022
6023
  margin-inline:var(--popover-footer-margin-inline);
6023
6024
  padding-block-start:var(--popover-footer-padding-block-start);
6024
6025
  padding-inline:var(--popover-footer-padding-inline);
6025
6026
  }
6026
- .bp_popover_module_popoverContentContainer--5e1df .bp_popover_module_popoverFooter--5e1df.bp_popover_module_popoverFooterTopBorder--5e1df{
6027
+ .bp_popover_module_popoverContentContainer--36d39 .bp_popover_module_popoverFooter--36d39.bp_popover_module_popoverFooterTopBorder--36d39{
6027
6028
  border-top:var(--popover-footer-border-top);
6028
6029
  }
6029
6030
  .bp_select_menu_grid_module_grid--6e766{
@@ -6035,42 +6036,42 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6035
6036
  flex-direction:row;
6036
6037
  }
6037
6038
 
6038
- .bp_select_menu_grid_option_module_buttonWrapper--d3cd2.bp_select_menu_grid_option_module_withLabel--d3cd2{
6039
+ .bp_select_menu_grid_option_module_buttonWrapper--4cf15.bp_select_menu_grid_option_module_withLabel--4cf15{
6039
6040
  flex:1 1 0;
6040
6041
  margin:var(--space-05) 0;
6041
6042
  }
6042
- .bp_select_menu_grid_option_module_buttonWrapper--d3cd2.bp_select_menu_grid_option_module_withLabel--default--d3cd2{
6043
+ .bp_select_menu_grid_option_module_buttonWrapper--4cf15.bp_select_menu_grid_option_module_withLabel--default--4cf15{
6043
6044
  max-width:100%;
6044
6045
  }
6045
6046
  @media only screen and (width > 374px){
6046
- .bp_select_menu_grid_option_module_buttonWrapper--d3cd2.bp_select_menu_grid_option_module_withLabel--default--d3cd2{
6047
+ .bp_select_menu_grid_option_module_buttonWrapper--4cf15.bp_select_menu_grid_option_module_withLabel--default--4cf15{
6047
6048
  margin:var(--space-05);
6048
6049
  max-width:calc(50% - var(--space-1));
6049
6050
  }
6050
- .bp_select_menu_grid_option_module_buttonWrapper--d3cd2.bp_select_menu_grid_option_module_withLabel--default--d3cd2:first-child{
6051
+ .bp_select_menu_grid_option_module_buttonWrapper--4cf15.bp_select_menu_grid_option_module_withLabel--default--4cf15:first-child{
6051
6052
  margin-left:0;
6052
6053
  }
6053
- .bp_select_menu_grid_option_module_buttonWrapper--d3cd2.bp_select_menu_grid_option_module_withLabel--default--d3cd2:last-child{
6054
+ .bp_select_menu_grid_option_module_buttonWrapper--4cf15.bp_select_menu_grid_option_module_withLabel--default--4cf15:last-child{
6054
6055
  margin-right:0;
6055
6056
  }
6056
6057
  }
6057
6058
 
6058
- .bp_select_menu_grid_option_module_square--d3cd2{
6059
+ .bp_select_menu_grid_option_module_square--4cf15{
6059
6060
  height:var(--size-8);
6060
6061
  width:var(--size-8);
6061
6062
  }
6062
- .bp_select_menu_grid_option_module_square--d3cd2,.bp_select_menu_grid_option_module_square--d3cd2 .bp_select_menu_grid_option_module_outlineHost--d3cd2{
6063
+ .bp_select_menu_grid_option_module_square--4cf15,.bp_select_menu_grid_option_module_square--4cf15 .bp_select_menu_grid_option_module_outlineHost--4cf15{
6063
6064
  align-items:center;
6064
6065
  border-radius:var(--radius-3);
6065
6066
  display:flex;
6066
6067
  justify-content:center;
6067
6068
  }
6068
- .bp_select_menu_grid_option_module_square--d3cd2 .bp_select_menu_grid_option_module_outlineHost--d3cd2{
6069
+ .bp_select_menu_grid_option_module_square--4cf15 .bp_select_menu_grid_option_module_outlineHost--4cf15{
6069
6070
  height:var(--size-7);
6070
6071
  width:var(--size-7);
6071
6072
  }
6072
6073
 
6073
- .bp_select_menu_grid_option_module_circle--d3cd2{
6074
+ .bp_select_menu_grid_option_module_circle--4cf15{
6074
6075
  align-items:center;
6075
6076
  background-clip:content-box;
6076
6077
  background-color:var(--gray-white);
@@ -6082,10 +6083,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6082
6083
  justify-content:center;
6083
6084
  width:var(--size-8);
6084
6085
  }
6085
- .bp_select_menu_grid_option_module_circle--d3cd2.bp_select_menu_grid_option_module_loading--d3cd2{
6086
+ .bp_select_menu_grid_option_module_circle--4cf15.bp_select_menu_grid_option_module_loading--4cf15{
6086
6087
  border-color:var(--gray-white);
6087
6088
  }
6088
- .bp_select_menu_grid_option_module_circle--d3cd2 .bp_select_menu_grid_option_module_color--d3cd2{
6089
+ .bp_select_menu_grid_option_module_circle--4cf15 .bp_select_menu_grid_option_module_color--4cf15{
6089
6090
  background-color:var(--circleColor);
6090
6091
  border:var(--border-1) solid var(--circleBorderColor);
6091
6092
  border-radius:50%;
@@ -6093,10 +6094,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6093
6094
  height:var(--size-6);
6094
6095
  width:var(--size-6);
6095
6096
  }
6096
- .bp_select_menu_grid_option_module_circle--d3cd2 .bp_select_menu_grid_option_module_strikeThrough--d3cd2{
6097
+ .bp_select_menu_grid_option_module_circle--4cf15 .bp_select_menu_grid_option_module_strikeThrough--4cf15{
6097
6098
  position:relative;
6098
6099
  }
6099
- .bp_select_menu_grid_option_module_circle--d3cd2 .bp_select_menu_grid_option_module_strikeThrough--d3cd2::after{
6100
+ .bp_select_menu_grid_option_module_circle--4cf15 .bp_select_menu_grid_option_module_strikeThrough--4cf15::after{
6100
6101
  background-color:var(--watermelon-red-100);
6101
6102
  border-radius:var(--radius-1);
6102
6103
  content:"";
@@ -6108,7 +6109,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6108
6109
  width:90%;
6109
6110
  }
6110
6111
 
6111
- .bp_select_menu_grid_option_module_optionButton--d3cd2{
6112
+ .bp_select_menu_grid_option_module_optionButton--4cf15{
6112
6113
  align-items:center;
6113
6114
  background-color:initial;
6114
6115
  border:none;
@@ -6118,13 +6119,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6118
6119
  -webkit-user-select:none;
6119
6120
  user-select:none;
6120
6121
  }
6121
- .bp_select_menu_grid_option_module_optionButton--d3cd2:not(.bp_select_menu_grid_option_module_labeled--d3cd2){
6122
+ .bp_select_menu_grid_option_module_optionButton--4cf15:not(.bp_select_menu_grid_option_module_labeled--4cf15){
6122
6123
  height:var(--size-8);
6123
6124
  justify-content:center;
6124
6125
  padding:0;
6125
6126
  width:var(--size-8);
6126
6127
  }
6127
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2{
6128
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15{
6128
6129
  border-radius:var(--radius-3);
6129
6130
  gap:var(--space-3);
6130
6131
  min-width:10rem;
@@ -6132,23 +6133,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6132
6133
  transition:background-color var(--animation-duration-2);
6133
6134
  width:100%;
6134
6135
  }
6135
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_text--d3cd2{
6136
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15 .bp_select_menu_grid_option_module_text--4cf15{
6136
6137
  max-height:var(--size-8);
6137
6138
  text-align:left;
6138
6139
  }
6139
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_text--large--d3cd2{
6140
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15 .bp_select_menu_grid_option_module_text--large--4cf15{
6140
6141
  -webkit-box-orient:vertical;
6141
6142
  -webkit-line-clamp:1;
6142
6143
  display:-webkit-box;
6143
6144
  overflow:hidden;
6144
6145
  }
6145
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_text--default--d3cd2{
6146
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15 .bp_select_menu_grid_option_module_text--default--4cf15{
6146
6147
  -webkit-box-orient:vertical;
6147
6148
  -webkit-line-clamp:2;
6148
6149
  display:-webkit-box;
6149
6150
  overflow:hidden;
6150
6151
  }
6151
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--d3cd2{
6152
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15 .bp_select_menu_grid_option_module_iconContainer--4cf15{
6152
6153
  align-items:center;
6153
6154
  background:var(--icon-background);
6154
6155
  border-radius:var(--radius-3);
@@ -6156,95 +6157,95 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6156
6157
  flex-shrink:0;
6157
6158
  justify-content:center;
6158
6159
  }
6159
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--size-default--d3cd2{
6160
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15 .bp_select_menu_grid_option_module_iconContainer--size-default--4cf15{
6160
6161
  height:var(--size-8);
6161
6162
  width:var(--size-8);
6162
6163
  }
6163
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--size-large--d3cd2{
6164
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15 .bp_select_menu_grid_option_module_iconContainer--size-large--4cf15{
6164
6165
  height:var(--size-10);
6165
6166
  width:var(--size-10);
6166
6167
  }
6167
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--default--d3cd2{
6168
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15 .bp_select_menu_grid_option_module_iconContainer--default--4cf15{
6168
6169
  --icon-background:var(--surface-surface-tertiary);
6169
6170
  --icon-background-dark:var(--surface-surface-quaternary);
6170
6171
  }
6171
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--box--d3cd2{
6172
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15 .bp_select_menu_grid_option_module_iconContainer--box--4cf15{
6172
6173
  --icon-background:var(--brand-box-tertiary);
6173
6174
  --icon-background-dark:var(--brand-box-secondary);
6174
6175
  }
6175
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--docgen--d3cd2{
6176
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15 .bp_select_menu_grid_option_module_iconContainer--docgen--4cf15{
6176
6177
  --icon-background:var(--brand-docgen-tertiary);
6177
6178
  --icon-background-dark:var(--brand-docgen-secondary);
6178
6179
  }
6179
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--forms--d3cd2{
6180
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15 .bp_select_menu_grid_option_module_iconContainer--forms--4cf15{
6180
6181
  --icon-background:var(--brand-forms-tertiary);
6181
6182
  --icon-background-dark:var(--brand-forms-secondary);
6182
6183
  }
6183
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2 .bp_select_menu_grid_option_module_iconContainer--sign--d3cd2{
6184
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15 .bp_select_menu_grid_option_module_iconContainer--sign--4cf15{
6184
6185
  --icon-background:var(--brand-sign-tertiary);
6185
6186
  --icon-background-dark:var(--brand-sign-secondary);
6186
6187
  }
6187
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2:hover{
6188
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15:hover{
6188
6189
  background:var(--surface-surface-secondary);
6189
6190
  box-shadow:var(--dropshadow-2);
6190
6191
  cursor:grab;
6191
6192
  }
6192
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2.bp_select_menu_grid_option_module_active--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2.bp_select_menu_grid_option_module_dragging--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2:active{
6193
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15.bp_select_menu_grid_option_module_active--4cf15,.bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15.bp_select_menu_grid_option_module_dragging--4cf15,.bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15:active{
6193
6194
  background:var(--surface-surface-secondary);
6194
6195
  box-shadow:var(--dropshadow-2);
6195
6196
  }
6196
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2.bp_select_menu_grid_option_module_active--d3cd2 .bp_select_menu_grid_option_module_iconContainer--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2:active .bp_select_menu_grid_option_module_iconContainer--d3cd2{
6197
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15.bp_select_menu_grid_option_module_active--4cf15 .bp_select_menu_grid_option_module_iconContainer--4cf15,.bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15:active .bp_select_menu_grid_option_module_iconContainer--4cf15{
6197
6198
  background-color:var(--icon-background);
6198
6199
  }
6199
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2.bp_select_menu_grid_option_module_dragging--d3cd2{
6200
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15.bp_select_menu_grid_option_module_dragging--4cf15{
6200
6201
  box-shadow:0 0 0 var(--border-1) var(--border-divider-border), var(--dropshadow-2);
6201
6202
  }
6202
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2.bp_select_menu_grid_option_module_dragging--d3cd2 .bp_select_menu_grid_option_module_iconContainer--d3cd2{
6203
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15.bp_select_menu_grid_option_module_dragging--4cf15 .bp_select_menu_grid_option_module_iconContainer--4cf15{
6203
6204
  background-color:var(--icon-background-dark);
6204
6205
  }
6205
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2.bp_select_menu_grid_option_module_dragging--d3cd2:hover{
6206
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15.bp_select_menu_grid_option_module_dragging--4cf15:hover{
6206
6207
  cursor:grabbing;
6207
6208
  }
6208
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2:hover:not(.bp_select_menu_grid_option_module_disabled--d3cd2) .bp_select_menu_grid_option_module_iconContainer--d3cd2{
6209
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15:hover:not(.bp_select_menu_grid_option_module_disabled--4cf15) .bp_select_menu_grid_option_module_iconContainer--4cf15{
6209
6210
  background-color:var(--icon-background-dark);
6210
6211
  transition:background-color var(--animation-duration-2);
6211
6212
  }
6212
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2[data-focus-visible]{
6213
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15[data-focus-visible]{
6213
6214
  box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
6214
6215
  }
6215
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_labeled--d3cd2[data-focus-visible]:active{
6216
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_labeled--4cf15[data-focus-visible]:active{
6216
6217
  background:var(--surface-surface-secondary);
6217
6218
  }
6218
- .bp_select_menu_grid_option_module_optionButton--d3cd2:hover .bp_select_menu_grid_option_module_square--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2[data-focus-visible] .bp_select_menu_grid_option_module_square--d3cd2{
6219
+ .bp_select_menu_grid_option_module_optionButton--4cf15:hover .bp_select_menu_grid_option_module_square--4cf15,.bp_select_menu_grid_option_module_optionButton--4cf15[data-focus-visible] .bp_select_menu_grid_option_module_square--4cf15{
6219
6220
  background-color:var(--surface-cta-surface-outline-hover);
6220
6221
  }
6221
- .bp_select_menu_grid_option_module_optionButton--d3cd2:hover .bp_select_menu_grid_option_module_circle--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2[data-focus-visible] .bp_select_menu_grid_option_module_circle--d3cd2{
6222
+ .bp_select_menu_grid_option_module_optionButton--4cf15:hover .bp_select_menu_grid_option_module_circle--4cf15,.bp_select_menu_grid_option_module_optionButton--4cf15[data-focus-visible] .bp_select_menu_grid_option_module_circle--4cf15{
6222
6223
  background-color:var(--surface-option-grid-surface-hover);
6223
6224
  }
6224
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_active--d3cd2 .bp_select_menu_grid_option_module_square--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2:active .bp_select_menu_grid_option_module_square--d3cd2{
6225
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_active--4cf15 .bp_select_menu_grid_option_module_square--4cf15,.bp_select_menu_grid_option_module_optionButton--4cf15:active .bp_select_menu_grid_option_module_square--4cf15{
6225
6226
  background-color:var(--surface-cta-surface-outline-pressed);
6226
6227
  }
6227
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_active--d3cd2 .bp_select_menu_grid_option_module_circle--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2:active .bp_select_menu_grid_option_module_circle--d3cd2{
6228
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_active--4cf15 .bp_select_menu_grid_option_module_circle--4cf15,.bp_select_menu_grid_option_module_optionButton--4cf15:active .bp_select_menu_grid_option_module_circle--4cf15{
6228
6229
  border:var(--border-2) solid var(--circleColor);
6229
6230
  }
6230
- .bp_select_menu_grid_option_module_optionButton--d3cd2.bp_select_menu_grid_option_module_loading--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2:disabled{
6231
+ .bp_select_menu_grid_option_module_optionButton--4cf15.bp_select_menu_grid_option_module_loading--4cf15,.bp_select_menu_grid_option_module_optionButton--4cf15:disabled{
6231
6232
  cursor:default;
6232
6233
  }
6233
- .bp_select_menu_grid_option_module_optionButton--d3cd2[data-focus-visible] .bp_select_menu_grid_option_module_outlineHost--d3cd2{
6234
+ .bp_select_menu_grid_option_module_optionButton--4cf15[data-focus-visible] .bp_select_menu_grid_option_module_outlineHost--4cf15{
6234
6235
  box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
6235
6236
  }
6236
- .bp_select_menu_grid_option_module_optionButton--d3cd2[data-focus-visible] .bp_select_menu_grid_option_module_circle--d3cd2{
6237
+ .bp_select_menu_grid_option_module_optionButton--4cf15[data-focus-visible] .bp_select_menu_grid_option_module_circle--4cf15{
6237
6238
  border-color:var(--surface-option-grid-surface-hover);
6238
6239
  }
6239
- .bp_select_menu_grid_option_module_optionButton--d3cd2[data-focus-visible].bp_select_menu_grid_option_module_active--d3cd2 .bp_select_menu_grid_option_module_circle--d3cd2,.bp_select_menu_grid_option_module_optionButton--d3cd2[data-focus-visible]:active .bp_select_menu_grid_option_module_circle--d3cd2{
6240
+ .bp_select_menu_grid_option_module_optionButton--4cf15[data-focus-visible].bp_select_menu_grid_option_module_active--4cf15 .bp_select_menu_grid_option_module_circle--4cf15,.bp_select_menu_grid_option_module_optionButton--4cf15[data-focus-visible]:active .bp_select_menu_grid_option_module_circle--4cf15{
6240
6241
  border:var(--border-2) solid var(--circleColor);
6241
6242
  box-shadow:0 0 0 var(--border-1) var(--gray-white), 0 0 0 var(--border-3) var(--outline-focus-on-light);
6242
6243
  }
6243
- .bp_select_menu_grid_option_module_optionButton--d3cd2:disabled:not(.bp_select_menu_grid_option_module_loading--d3cd2){
6244
+ .bp_select_menu_grid_option_module_optionButton--4cf15:disabled:not(.bp_select_menu_grid_option_module_loading--4cf15){
6244
6245
  opacity:.3;
6245
6246
  }
6246
6247
 
6247
- .bp_tabs_module_hiddenWidthSetter--13312{
6248
+ .bp_tabs_module_hiddenWidthSetter--49dca{
6248
6249
  display:block;
6249
6250
  font-family:var(--body-default-bold-font-family);
6250
6251
  font-size:var(--body-default-bold-font-size);
@@ -6258,11 +6259,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6258
6259
  text-transform:var(--body-default-bold-text-case);
6259
6260
  visibility:hidden;
6260
6261
  }
6261
- .bp_tabs_module_hiddenWidthSetter--13312 > *{
6262
+ .bp_tabs_module_hiddenWidthSetter--49dca > *{
6262
6263
  visibility:hidden;
6263
6264
  }
6264
6265
 
6265
- .bp_tabs_module_contentSwitchTabList--13312{
6266
+ .bp_tabs_module_contentSwitchTabList--49dca{
6266
6267
  background:var(--surface-contentswitcher-surface);
6267
6268
  border-radius:var(--radius-7);
6268
6269
  display:grid;
@@ -6273,7 +6274,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6273
6274
  min-width:fit-content;
6274
6275
  padding:var(--space-1);
6275
6276
  }
6276
- .bp_tabs_module_contentSwitchTabList--13312 .bp_tabs_module_contentSwitchTab--13312{
6277
+ .bp_tabs_module_contentSwitchTabList--49dca .bp_tabs_module_contentSwitchTab--49dca{
6277
6278
  align-items:center;
6278
6279
  background:#0000;
6279
6280
  border:none;
@@ -6294,7 +6295,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6294
6295
  text-transform:var(--body-default-text-case);
6295
6296
  white-space:nowrap;
6296
6297
  }
6297
- .bp_tabs_module_contentSwitchTabList--13312 .bp_tabs_module_contentSwitchTab--13312[aria-selected=true]{
6298
+ .bp_tabs_module_contentSwitchTabList--49dca .bp_tabs_module_contentSwitchTab--49dca[aria-selected=true]{
6298
6299
  background:var(--surface-cta-surface-secondary);
6299
6300
  box-shadow:0 0 0 var(--border-1) var(--gray-50);
6300
6301
  color:var(--text-text-on-light);
@@ -6307,44 +6308,44 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6307
6308
  text-decoration:var(--body-default-bold-text-decoration);
6308
6309
  text-transform:var(--body-default-bold-text-case);
6309
6310
  }
6310
- .bp_tabs_module_contentSwitchTabList--13312 .bp_tabs_module_contentSwitchTab--13312:not([aria-disabled=true])[data-focus-visible]{
6311
+ .bp_tabs_module_contentSwitchTabList--49dca .bp_tabs_module_contentSwitchTab--49dca:not([aria-disabled=true])[data-focus-visible]{
6311
6312
  border-color:#0000;
6312
6313
  box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
6313
6314
  }
6314
- .bp_tabs_module_contentSwitchTabList--13312 .bp_tabs_module_contentSwitchTab--13312:not([aria-disabled=true]):hover{
6315
+ .bp_tabs_module_contentSwitchTabList--49dca .bp_tabs_module_contentSwitchTab--49dca:not([aria-disabled=true]):hover{
6315
6316
  background:var(--surface-surface-hover);
6316
6317
  }
6317
- .bp_tabs_module_contentSwitchTabList--13312 .bp_tabs_module_contentSwitchTab--13312:not([aria-disabled=true]):active{
6318
+ .bp_tabs_module_contentSwitchTabList--49dca .bp_tabs_module_contentSwitchTab--49dca:not([aria-disabled=true]):active{
6318
6319
  background:var(--surface-cta-surface-secondary-pressed);
6319
6320
  }
6320
- .bp_tabs_module_contentSwitchTabList--13312 .bp_tabs_module_contentSwitchTab--13312[aria-disabled=true]{
6321
+ .bp_tabs_module_contentSwitchTabList--49dca .bp_tabs_module_contentSwitchTab--49dca[aria-disabled=true]{
6321
6322
  opacity:.3;
6322
6323
  pointer-events:none;
6323
6324
  }
6324
6325
 
6325
- .bp_tabs_module_tabsListContainer--13312{
6326
+ .bp_tabs_module_tabsListContainer--49dca{
6326
6327
  height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
6327
6328
  overflow-y:hidden;
6328
6329
  scroll-behavior:smooth;
6329
6330
  }
6330
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312{
6331
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca{
6331
6332
  display:flex;
6332
6333
  overflow-x:auto;
6333
6334
  padding:calc(var(--border-3) + 1px);
6334
6335
  }
6335
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tabSeparator--13312{
6336
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tabSeparator--49dca{
6336
6337
  border-bottom:var(--border-2) solid var(--border-tab-border);
6337
6338
  min-width:var(--space-4);
6338
6339
  }
6339
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tabSeparator--13312:last-child{
6340
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tabSeparator--49dca:last-child{
6340
6341
  display:none;
6341
6342
  }
6342
6343
  @media only screen and (max-width: 1023px){
6343
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tabSeparator--13312{
6344
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tabSeparator--49dca{
6344
6345
  min-width:calc(var(--border-3) + 1px);
6345
6346
  }
6346
6347
  }
6347
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312{
6348
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tab--49dca{
6348
6349
  background:var(--background-background);
6349
6350
  border-style:none;
6350
6351
  border-bottom:var(--border-2) solid var(--border-tab-border);
@@ -6365,7 +6366,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6365
6366
  text-transform:var(--body-default-text-case);
6366
6367
  z-index:2;
6367
6368
  }
6368
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312[aria-selected=true]{
6369
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tab--49dca[aria-selected=true]{
6369
6370
  border-bottom:var(--border-2) solid var(--border-tab-border-selected);
6370
6371
  color:var(--text-cta-link);
6371
6372
  font-family:var(--body-default-bold-font-family);
@@ -6377,21 +6378,21 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6377
6378
  text-decoration:var(--body-default-bold-text-decoration);
6378
6379
  text-transform:var(--body-default-bold-text-case);
6379
6380
  }
6380
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312:hover{
6381
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tab--49dca:hover{
6381
6382
  background-color:var(--surface-tab-surface-hover);
6382
6383
  color:var(--text-text-on-light-secondary-hover);
6383
6384
  }
6384
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312:hover[aria-selected=true]{
6385
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tab--49dca:hover[aria-selected=true]{
6385
6386
  color:var(--text-cta-link);
6386
6387
  }
6387
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312:active{
6388
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tab--49dca:active{
6388
6389
  background-color:var(--surface-tab-surface-pressed);
6389
6390
  color:var(--text-text-on-light-secondary-hover);
6390
6391
  }
6391
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312:active[aria-selected=true]{
6392
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tab--49dca:active[aria-selected=true]{
6392
6393
  color:var(--text-cta-link);
6393
6394
  }
6394
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312:focus-visible,.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312[data-focus-visible]{
6395
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tab--49dca:focus-visible,.bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tab--49dca[data-focus-visible]{
6395
6396
  background-color:var(--surface-tab-surface-hover);
6396
6397
  border-radius:var(--radius-05);
6397
6398
  box-shadow:inset 0 0 0 1px #fff;
@@ -6399,14 +6400,14 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6399
6400
  outline:var(--border-3) solid var(--outline-focus-on-light);
6400
6401
  outline-offset:1px;
6401
6402
  }
6402
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312:focus-visible[aria-selected=true],.bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312[data-focus-visible][aria-selected=true]{
6403
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tab--49dca:focus-visible[aria-selected=true],.bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tab--49dca[data-focus-visible][aria-selected=true]{
6403
6404
  color:var(--text-cta-link);
6404
6405
  }
6405
- .bp_tabs_module_tabsListContainer--13312 .bp_tabs_module_tabList--13312 .bp_tabs_module_tab--13312[aria-disabled=true]{
6406
+ .bp_tabs_module_tabsListContainer--49dca .bp_tabs_module_tabList--49dca .bp_tabs_module_tab--49dca[aria-disabled=true]{
6406
6407
  opacity:.5;
6407
6408
  }
6408
6409
 
6409
- .bp_radio_group_module_root--8c28b{
6410
+ .bp_radio_group_module_root--b8f80{
6410
6411
  display:flex;
6411
6412
  flex-direction:column;
6412
6413
  font-family:var(--body-default-font-family);
@@ -6420,31 +6421,31 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6420
6421
  text-transform:var(--body-default-text-case);
6421
6422
  }
6422
6423
 
6423
- .bp_radio_group_module_horizontal--8c28b{
6424
+ .bp_radio_group_module_horizontal--b8f80{
6424
6425
  flex-direction:row;
6425
6426
  gap:1.625rem;
6426
6427
  }
6427
6428
 
6428
- .bp_radio_group_module_radioOption--8c28b{
6429
+ .bp_radio_group_module_radioOption--b8f80{
6429
6430
  display:flex;
6430
6431
  flex-direction:column;
6431
6432
  }
6432
- .bp_radio_group_module_radioOption--8c28b .bp_radio_group_module_label--8c28b{
6433
+ .bp_radio_group_module_radioOption--b8f80 .bp_radio_group_module_label--b8f80{
6433
6434
  align-items:flex-start;
6434
6435
  cursor:pointer;
6435
6436
  display:inline-flex;
6436
6437
  gap:var(--size-3);
6437
6438
  line-height:var(--body-default-line-height);
6438
6439
  }
6439
- .bp_radio_group_module_radioOption--8c28b .bp_radio_group_module_description--8c28b{
6440
+ .bp_radio_group_module_radioOption--b8f80 .bp_radio_group_module_description--b8f80{
6440
6441
  padding-left:calc(var(--size-4) + var(--size-3));
6441
6442
  }
6442
- .bp_radio_group_module_radioOption--8c28b.bp_radio_group_module_disabled--8c28b .bp_radio_group_module_label--8c28b,[role=radiogroup][data-disabled] .bp_radio_group_module_radioOption--8c28b .bp_radio_group_module_label--8c28b{
6443
+ .bp_radio_group_module_radioOption--b8f80.bp_radio_group_module_disabled--b8f80 .bp_radio_group_module_label--b8f80,[role=radiogroup][data-disabled] .bp_radio_group_module_radioOption--b8f80 .bp_radio_group_module_label--b8f80{
6443
6444
  color:var(--text-text-on-light-secondary);
6444
6445
  cursor:default;
6445
6446
  }
6446
6447
 
6447
- .bp_radio_group_module_radioButton--8c28b{
6448
+ .bp_radio_group_module_radioButton--b8f80{
6448
6449
  all:unset;
6449
6450
  align-items:center;
6450
6451
  background-color:var(--surface-radio-surface);
@@ -6458,33 +6459,33 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6458
6459
  margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
6459
6460
  width:var(--size-4);
6460
6461
  }
6461
- .bp_radio_group_module_radioButton--8c28b .bp_radio_group_module_indicator--8c28b{
6462
+ .bp_radio_group_module_radioButton--b8f80 .bp_radio_group_module_indicator--b8f80{
6462
6463
  background-color:var(--surface-radio-surface-selected);
6463
6464
  border-radius:50%;
6464
6465
  height:var(--size-2);
6465
6466
  transition:transform .1s;
6466
6467
  width:var(--size-2);
6467
6468
  }
6468
- .bp_radio_group_module_radioButton--8c28b:focus-visible{
6469
+ .bp_radio_group_module_radioButton--b8f80:focus-visible{
6469
6470
  box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
6470
6471
  }
6471
- .bp_radio_group_module_radioButton--8c28b[data-disabled]{
6472
+ .bp_radio_group_module_radioButton--b8f80[data-disabled]{
6472
6473
  opacity:60%;
6473
6474
  }
6474
- .bp_radio_group_module_radioButton--8c28b[data-state=unchecked]{
6475
+ .bp_radio_group_module_radioButton--b8f80[data-state=unchecked]{
6475
6476
  background-color:var(--surface-radio-surface);
6476
6477
  border:var(--border-2) solid var(--border-radio-border);
6477
6478
  }
6478
- .bp_radio_group_module_radioButton--8c28b[data-state=unchecked] .bp_radio_group_module_indicator--8c28b{
6479
+ .bp_radio_group_module_radioButton--b8f80[data-state=unchecked] .bp_radio_group_module_indicator--b8f80{
6479
6480
  transform:scale(0);
6480
6481
  }
6481
- .bp_radio_group_module_radioButton--8c28b:not([data-disabled]):focus-visible,.bp_radio_group_module_radioButton--8c28b:not([data-disabled]):hover{
6482
+ .bp_radio_group_module_radioButton--b8f80:not([data-disabled]):focus-visible,.bp_radio_group_module_radioButton--b8f80:not([data-disabled]):hover{
6482
6483
  border:var(--border-2) solid var(--border-radio-border-hover);
6483
6484
  }
6484
- .bp_radio_group_module_radioButton--8c28b:not([data-disabled]):focus-visible[data-state=checked],.bp_radio_group_module_radioButton--8c28b:not([data-disabled]):hover[data-state=checked]{
6485
+ .bp_radio_group_module_radioButton--b8f80:not([data-disabled]):focus-visible[data-state=checked],.bp_radio_group_module_radioButton--b8f80:not([data-disabled]):hover[data-state=checked]{
6485
6486
  border:var(--border-2) solid var(--border-radio-border-selected-hover);
6486
6487
  }
6487
- .bp_radio_group_module_radioButton--8c28b:not([data-disabled]):focus-visible[data-state=checked] .bp_radio_group_module_indicator--8c28b,.bp_radio_group_module_radioButton--8c28b:not([data-disabled]):hover[data-state=checked] .bp_radio_group_module_indicator--8c28b{
6488
+ .bp_radio_group_module_radioButton--b8f80:not([data-disabled]):focus-visible[data-state=checked] .bp_radio_group_module_indicator--b8f80,.bp_radio_group_module_radioButton--b8f80:not([data-disabled]):hover[data-state=checked] .bp_radio_group_module_indicator--b8f80{
6488
6489
  background-color:var(--surface-radio-surface-selected-hover);
6489
6490
  }
6490
6491
  .bp_radio_tiles_option_module_radioTileOption--36d8a{
@@ -6705,7 +6706,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6705
6706
  transform:translateY(-50%);
6706
6707
  }
6707
6708
 
6708
- .bp_side_panel_module_content--40d1c{
6709
+ .bp_side_panel_module_content--08b6f{
6709
6710
  background-color:var(--gray-white);
6710
6711
  border-inline-start:var(--border-1) solid var(--border-divider-border);
6711
6712
  display:flex;
@@ -6718,12 +6719,12 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6718
6719
  overflow-y:auto;
6719
6720
  }
6720
6721
  @media (width > 374px){
6721
- .bp_side_panel_module_content--40d1c{
6722
+ .bp_side_panel_module_content--08b6f{
6722
6723
  min-width:320px;
6723
6724
  overflow:hidden;
6724
6725
  }
6725
6726
  }
6726
- .bp_side_panel_module_content--40d1c .bp_side_panel_module_header--40d1c{
6727
+ .bp_side_panel_module_content--08b6f .bp_side_panel_module_header--08b6f{
6727
6728
  align-items:center;
6728
6729
  background-color:var(--surface-surface);
6729
6730
  border-bottom:var(--border-1) solid var(--border-divider-border);
@@ -6735,77 +6736,77 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6735
6736
  transition-timing-function:cubic-bezier(0, 0, .6, 1);
6736
6737
  word-break:break-word;
6737
6738
  }
6738
- .bp_side_panel_module_content--40d1c .bp_side_panel_module_headerShadow--40d1c{
6739
+ .bp_side_panel_module_content--08b6f .bp_side_panel_module_headerShadow--08b6f{
6739
6740
  box-shadow:var(--dropshadow-3);
6740
6741
  }
6741
6742
 
6742
- .bp_side_panel_module_scrollableContainer--40d1c{
6743
+ .bp_side_panel_module_scrollableContainer--08b6f{
6743
6744
  flex-grow:1;
6744
6745
  }
6745
6746
  @media (width > 374px){
6746
- .bp_side_panel_module_scrollableContainer--40d1c{
6747
+ .bp_side_panel_module_scrollableContainer--08b6f{
6747
6748
  overflow-y:auto;
6748
6749
  }
6749
6750
  }
6750
6751
 
6751
- .bp_side_panel_module_persistentContent--40d1c{
6752
+ .bp_side_panel_module_persistentContent--08b6f{
6752
6753
  overflow:hidden;
6753
6754
  position:relative;
6754
6755
  }
6755
- .bp_side_panel_module_persistentContent--40d1c .bp_side_panel_module_scrollableContainer--40d1c{
6756
+ .bp_side_panel_module_persistentContent--08b6f .bp_side_panel_module_scrollableContainer--08b6f{
6756
6757
  flex-grow:1;
6757
6758
  overflow-y:auto;
6758
6759
  }
6759
6760
 
6760
- .bp_side_panel_module_contentAnimatedSlideIn--40d1c{
6761
+ .bp_side_panel_module_contentAnimatedSlideIn--08b6f{
6761
6762
  animation-duration:.2s;
6762
- animation-name:bp_side_panel_module_slideIn--40d1c;
6763
+ animation-name:bp_side_panel_module_slideIn--08b6f;
6763
6764
  animation-timing-function:cubic-bezier(0, 0, .6, 1);
6764
6765
  }
6765
6766
 
6766
- .bp_side_panel_module_contentAnimatedSlideOut--40d1c[data-state=closed]{
6767
+ .bp_side_panel_module_contentAnimatedSlideOut--08b6f[data-state=closed]{
6767
6768
  animation-duration:.2s;
6768
- animation-name:bp_side_panel_module_slideOut--40d1c;
6769
+ animation-name:bp_side_panel_module_slideOut--08b6f;
6769
6770
  animation-timing-function:cubic-bezier(0, 0, .6, 1);
6770
6771
  }
6771
6772
 
6772
- .bp_side_panel_module_contentNormal--40d1c{
6773
+ .bp_side_panel_module_contentNormal--08b6f{
6773
6774
  width:360px;
6774
6775
  }
6775
6776
 
6776
- .bp_side_panel_module_contentLarge--40d1c{
6777
+ .bp_side_panel_module_contentLarge--08b6f{
6777
6778
  width:420px;
6778
6779
  }
6779
6780
 
6780
- .bp_side_panel_module_dropShadowContent--40d1c{
6781
+ .bp_side_panel_module_dropShadowContent--08b6f{
6781
6782
  box-shadow:var(--dropshadow-3);
6782
6783
  }
6783
6784
 
6784
- .bp_side_panel_module_content--40d1c .bp_side_panel_module_close--40d1c{
6785
+ .bp_side_panel_module_content--08b6f .bp_side_panel_module_close--08b6f{
6785
6786
  color:var(--gray-65);
6786
6787
  position:fixed;
6787
6788
  right:var(--space-4);
6788
6789
  top:var(--space-4);
6789
6790
  }
6790
6791
  @media (width > 374px){
6791
- .bp_side_panel_module_content--40d1c .bp_side_panel_module_close--40d1c{
6792
+ .bp_side_panel_module_content--08b6f .bp_side_panel_module_close--08b6f{
6792
6793
  position:absolute;
6793
6794
  top:var(--space-5);
6794
6795
  }
6795
6796
  }
6796
6797
 
6797
- .bp_side_panel_module_overlayContent--40d1c{
6798
+ .bp_side_panel_module_overlayContent--08b6f{
6798
6799
  box-shadow:var(--dropshadow-3);
6799
6800
  position:fixed;
6800
6801
  right:0;
6801
6802
  top:0;
6802
6803
  z-index:300;
6803
6804
  }
6804
- .bp_side_panel_module_overlayContent--40d1c .bp_side_panel_module_header--40d1c{
6805
+ .bp_side_panel_module_overlayContent--08b6f .bp_side_panel_module_header--08b6f{
6805
6806
  padding:var(--space-5) var(--space-14) var(--space-5) var(--space-4);
6806
6807
  }
6807
6808
 
6808
- .bp_side_panel_module_overlay--40d1c{
6809
+ .bp_side_panel_module_overlay--08b6f{
6809
6810
  background-color:var(--overlay-sidepanel-overlay);
6810
6811
  bottom:0;
6811
6812
  display:flex;
@@ -6816,15 +6817,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6816
6817
  top:0;
6817
6818
  z-index:300;
6818
6819
  }
6819
- .bp_side_panel_module_overlay--40d1c .bp_side_panel_module_content--40d1c .bp_side_panel_module_header--40d1c{
6820
+ .bp_side_panel_module_overlay--08b6f .bp_side_panel_module_content--08b6f .bp_side_panel_module_header--08b6f{
6820
6821
  padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
6821
6822
  }
6822
6823
 
6823
- .bp_side_panel_module_dropShadowOverlay--40d1c{
6824
+ .bp_side_panel_module_dropShadowOverlay--08b6f{
6824
6825
  background-color:initial;
6825
6826
  }
6826
6827
 
6827
- .bp_side_panel_module_footer--40d1c{
6828
+ .bp_side_panel_module_footer--08b6f{
6828
6829
  background-color:var(--surface-surface);
6829
6830
  display:flex;
6830
6831
  justify-content:flex-end;
@@ -6834,19 +6835,19 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6834
6835
  transition-timing-function:cubic-bezier(0, 0, .6, 1);
6835
6836
  }
6836
6837
 
6837
- .bp_side_panel_module_footerShadow--40d1c{
6838
+ .bp_side_panel_module_footerShadow--08b6f{
6838
6839
  box-shadow:var(--dropshadow-3-inverse);
6839
6840
  }
6840
6841
 
6841
- .bp_side_panel_module_footerButton--40d1c{
6842
+ .bp_side_panel_module_footerButton--08b6f{
6842
6843
  margin-inline-start:var(--space-2);
6843
6844
  }
6844
6845
 
6845
- .bp_side_panel_module_footerButton--40d1c + .bp_side_panel_module_footerButton--40d1c{
6846
+ .bp_side_panel_module_footerButton--08b6f + .bp_side_panel_module_footerButton--08b6f{
6846
6847
  margin-inline-start:var(--space-3);
6847
6848
  }
6848
6849
 
6849
- @keyframes bp_side_panel_module_slideIn--40d1c{
6850
+ @keyframes bp_side_panel_module_slideIn--08b6f{
6850
6851
  from{
6851
6852
  inset-inline-end:-100%;
6852
6853
  }
@@ -6854,7 +6855,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6854
6855
  inset-inline-end:0;
6855
6856
  }
6856
6857
  }
6857
- @keyframes bp_side_panel_module_slideOut--40d1c{
6858
+ @keyframes bp_side_panel_module_slideOut--08b6f{
6858
6859
  from{
6859
6860
  inset-inline-end:0;
6860
6861
  }
@@ -6987,7 +6988,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6987
6988
  min-width:160px;
6988
6989
  }
6989
6990
 
6990
- .bp_switch_module_option--5c4b0{
6991
+ .bp_switch_module_option--1f7a2{
6991
6992
  display:flex;
6992
6993
  flex-direction:column;
6993
6994
  font-family:var(--body-default-font-family);
@@ -6999,26 +7000,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6999
7000
  text-decoration:var(--body-default-text-decoration);
7000
7001
  text-transform:var(--body-default-text-case);
7001
7002
  }
7002
- .bp_switch_module_option--5c4b0 .bp_switch_module_label--5c4b0{
7003
+ .bp_switch_module_option--1f7a2 .bp_switch_module_label--1f7a2{
7003
7004
  cursor:pointer;
7004
7005
  display:inline-flex;
7005
7006
  flex-direction:row;
7006
7007
  width:-moz-fit-content;
7007
7008
  width:fit-content;
7008
7009
  }
7009
- .bp_switch_module_option--5c4b0 .bp_switch_module_label--5c4b0.bp_switch_module_rightAlign--5c4b0{
7010
+ .bp_switch_module_option--1f7a2 .bp_switch_module_label--1f7a2.bp_switch_module_rightAlign--1f7a2{
7010
7011
  flex-direction:row-reverse;
7011
7012
  justify-content:space-between;
7012
7013
  width:unset;
7013
7014
  }
7014
- .bp_switch_module_option--5c4b0 .bp_switch_module_description--5c4b0{
7015
+ .bp_switch_module_option--1f7a2 .bp_switch_module_description--1f7a2{
7015
7016
  margin-left:calc(var(--space-3) + var(--size-10));
7016
7017
  }
7017
- .bp_switch_module_option--5c4b0 .bp_switch_module_description--5c4b0.bp_switch_module_rightAlign--5c4b0{
7018
+ .bp_switch_module_option--1f7a2 .bp_switch_module_description--1f7a2.bp_switch_module_rightAlign--1f7a2{
7018
7019
  margin-left:unset;
7019
7020
  margin-right:calc(var(--space-3) + var(--size-10));
7020
7021
  }
7021
- .bp_switch_module_option--5c4b0 .bp_switch_module_thumb--5c4b0{
7022
+ .bp_switch_module_option--1f7a2 .bp_switch_module_thumb--1f7a2{
7022
7023
  background-color:var(--surface-switch-surface);
7023
7024
  border:var(--border-1) solid var(--border-switch-border);
7024
7025
  border-radius:var(--size-10);
@@ -7030,7 +7031,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
7030
7031
  width:var(--size-5);
7031
7032
  will-change:transform;
7032
7033
  }
7033
- .bp_switch_module_option--5c4b0 .bp_switch_module_switch--5c4b0{
7034
+ .bp_switch_module_option--1f7a2 .bp_switch_module_switch--1f7a2{
7034
7035
  all:unset;
7035
7036
  align-items:center;
7036
7037
  background-color:var(--surface-switch-surface-off);
@@ -7044,27 +7045,27 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
7044
7045
  width:var(--size-10);
7045
7046
  will-change:transition;
7046
7047
  }
7047
- .bp_switch_module_option--5c4b0 .bp_switch_module_switch--5c4b0.bp_switch_module_rightAlign--5c4b0{
7048
+ .bp_switch_module_option--1f7a2 .bp_switch_module_switch--1f7a2.bp_switch_module_rightAlign--1f7a2{
7048
7049
  margin-left:var(--space-10);
7049
7050
  margin-right:unset;
7050
7051
  }
7051
- .bp_switch_module_option--5c4b0 .bp_switch_module_switch--5c4b0:focus-visible{
7052
+ .bp_switch_module_option--1f7a2 .bp_switch_module_switch--1f7a2:focus-visible{
7052
7053
  box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
7053
7054
  }
7054
- .bp_switch_module_option--5c4b0 .bp_switch_module_switch--5c4b0[aria-checked=true]{
7055
+ .bp_switch_module_option--1f7a2 .bp_switch_module_switch--1f7a2[aria-checked=true]{
7055
7056
  background-color:var(--surface-switch-surface-on);
7056
7057
  }
7057
- .bp_switch_module_option--5c4b0 .bp_switch_module_switch--5c4b0[aria-checked=true] .bp_switch_module_thumb--5c4b0{
7058
+ .bp_switch_module_option--1f7a2 .bp_switch_module_switch--1f7a2[aria-checked=true] .bp_switch_module_thumb--1f7a2{
7058
7059
  transform:translateX(calc(var(--size-10)/2));
7059
7060
  }
7060
- .bp_switch_module_option--5c4b0.bp_switch_module_disabled--5c4b0 .bp_switch_module_label--5c4b0{
7061
+ .bp_switch_module_option--1f7a2.bp_switch_module_disabled--1f7a2 .bp_switch_module_label--1f7a2{
7061
7062
  cursor:default;
7062
7063
  }
7063
- .bp_switch_module_option--5c4b0.bp_switch_module_disabled--5c4b0 .bp_switch_module_switch--5c4b0{
7064
+ .bp_switch_module_option--1f7a2.bp_switch_module_disabled--1f7a2 .bp_switch_module_switch--1f7a2{
7064
7065
  opacity:60%;
7065
7066
  }
7066
7067
 
7067
- .bp_text_button_module_textButton--e9554[data-modern=false]{
7068
+ .bp_text_button_module_textButton--c397f[data-modern=false]{
7068
7069
  --text-button-text-color:var(--text-cta-link);
7069
7070
  --text-button-radius:calc(var(--radius-1)/2);
7070
7071
  --text-button-padding:0;
@@ -7075,15 +7076,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
7075
7076
  --text-button-focus-box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
7076
7077
  --text-button-text-color-active:var(--text-cta-link-pressed);
7077
7078
  }
7078
- .bp_text_button_module_textButton--e9554[data-modern=false].bp_text_button_module_isFontInherited--e9554{
7079
+ .bp_text_button_module_textButton--c397f[data-modern=false].bp_text_button_module_isFontInherited--c397f{
7079
7080
  --text-button-radius-font-inherited:0.125em;
7080
7081
  --text-button-outline:var(--outline-focus-on-light);
7081
7082
  }
7082
- .bp_text_button_module_textButton--e9554[data-modern=false].bp_text_button_module_isIconButton--e9554{
7083
+ .bp_text_button_module_textButton--c397f[data-modern=false].bp_text_button_module_isIconButton--c397f{
7083
7084
  --text-button-gap:var(--space-1);
7084
7085
  }
7085
7086
 
7086
- .bp_text_button_module_textButton--e9554[data-modern=true]{
7087
+ .bp_text_button_module_textButton--c397f[data-modern=true]{
7087
7088
  --text-button-text-color:var(--bp-text-cta-link);
7088
7089
  --text-button-radius:var(--bp-radius-04);
7089
7090
  --text-button-padding:0 var(--bp-space-010);
@@ -7094,15 +7095,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
7094
7095
  --text-button-focus-box-shadow:0 0 0 var(--bp-border-02) var(--bp-outline-focus-on-light);
7095
7096
  --text-button-text-color-active:var(--bp-text-cta-link-pressed);
7096
7097
  }
7097
- .bp_text_button_module_textButton--e9554[data-modern=true].bp_text_button_module_isFontInherited--e9554{
7098
+ .bp_text_button_module_textButton--c397f[data-modern=true].bp_text_button_module_isFontInherited--c397f{
7098
7099
  --text-button-radius-font-inherited:0.375em;
7099
7100
  --text-button-outline:var(--bp-outline-focus-on-light);
7100
7101
  }
7101
- .bp_text_button_module_textButton--e9554[data-modern=true].bp_text_button_module_isIconButton--e9554{
7102
+ .bp_text_button_module_textButton--c397f[data-modern=true].bp_text_button_module_isIconButton--c397f{
7102
7103
  --text-button-gap:var(--bp-space-010);
7103
7104
  }
7104
7105
 
7105
- .bp_text_button_module_textButton--e9554{
7106
+ .bp_text_button_module_textButton--c397f{
7106
7107
  align-items:center;
7107
7108
  background:#0000;
7108
7109
  border:none;
@@ -7123,54 +7124,54 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
7123
7124
  -webkit-user-select:text;
7124
7125
  user-select:text;
7125
7126
  }
7126
- .bp_text_button_module_textButton--e9554.bp_text_button_module_isFontInherited--e9554{
7127
+ .bp_text_button_module_textButton--c397f.bp_text_button_module_isFontInherited--c397f{
7127
7128
  border-radius:var(--text-button-radius-font-inherited);
7128
7129
  font:inherit;
7129
7130
  }
7130
- .bp_text_button_module_textButton--e9554.bp_text_button_module_isFontInherited--e9554.bp_text_button_module_isIconButton--e9554{
7131
+ .bp_text_button_module_textButton--c397f.bp_text_button_module_isFontInherited--c397f.bp_text_button_module_isIconButton--c397f{
7131
7132
  gap:.25em;
7132
7133
  }
7133
- .bp_text_button_module_textButton--e9554.bp_text_button_module_isFontInherited--e9554:not(:disabled)[data-focus-visible]{
7134
+ .bp_text_button_module_textButton--c397f.bp_text_button_module_isFontInherited--c397f:not(:disabled)[data-focus-visible]{
7134
7135
  box-shadow:0 0 0 .125em var(--text-button-outline);
7135
7136
  }
7136
- .bp_text_button_module_textButton--e9554 .bp_text_button_module_scaleLoader--e9554 div{
7137
+ .bp_text_button_module_textButton--c397f .bp_text_button_module_scaleLoader--c397f div{
7137
7138
  border-radius:var(--text-button-scale-loader-border-radius);
7138
7139
  height:var(--text-button-scale-loader-height);
7139
7140
  width:var(--text-button-scale-loader-width);
7140
7141
  }
7141
- .bp_text_button_module_textButton--e9554 .bp_text_button_module_icon--e9554{
7142
+ .bp_text_button_module_textButton--c397f .bp_text_button_module_icon--c397f{
7142
7143
  align-items:center;
7143
7144
  display:flex;
7144
7145
  }
7145
- .bp_text_button_module_textButton--e9554 .bp_text_button_module_hideTextContent--e9554{
7146
+ .bp_text_button_module_textButton--c397f .bp_text_button_module_hideTextContent--c397f{
7146
7147
  visibility:hidden;
7147
7148
  }
7148
- .bp_text_button_module_textButton--e9554.bp_text_button_module_isIconButton--e9554{
7149
+ .bp_text_button_module_textButton--c397f.bp_text_button_module_isIconButton--c397f{
7149
7150
  gap:var(--text-button-gap);
7150
7151
  }
7151
- .bp_text_button_module_textButton--e9554.bp_text_button_module_visuallyHidden--e9554{
7152
+ .bp_text_button_module_textButton--c397f.bp_text_button_module_visuallyHidden--c397f{
7152
7153
  color:#0000;
7153
7154
  pointer-events:none;
7154
7155
  position:relative;
7155
7156
  }
7156
- .bp_text_button_module_textButton--e9554:disabled{
7157
+ .bp_text_button_module_textButton--c397f:disabled{
7157
7158
  opacity:.3;
7158
7159
  }
7159
- .bp_text_button_module_textButton--e9554:not(:disabled):hover,.bp_text_button_module_textButton--e9554:not(:disabled)[data-focus-visible]{
7160
+ .bp_text_button_module_textButton--c397f:not(:disabled):hover,.bp_text_button_module_textButton--c397f:not(:disabled)[data-focus-visible]{
7160
7161
  color:var(--text-button-text-color-hover);
7161
7162
  }
7162
- .bp_text_button_module_textButton--e9554:not(:disabled)[data-focus-visible]{
7163
+ .bp_text_button_module_textButton--c397f:not(:disabled)[data-focus-visible]{
7163
7164
  box-shadow:var(--text-button-focus-box-shadow);
7164
7165
  }
7165
- .bp_text_button_module_textButton--e9554:not(:disabled):active{
7166
+ .bp_text_button_module_textButton--c397f:not(:disabled):active{
7166
7167
  color:var(--text-button-text-color-active);
7167
7168
  }
7168
7169
 
7169
- .bp_text_input_module_textInput--ea95d.bp_text_input_module_textInput--ea95d.bp_text_input_module_textInput--ea95d input:has(+ .bp_text_input_module_iconEnd--ea95d){
7170
+ .bp_text_input_module_textInput--c4a20.bp_text_input_module_textInput--c4a20.bp_text_input_module_textInput--c4a20 input:has(+ .bp_text_input_module_iconEnd--c4a20){
7170
7171
  padding-inline-end:1.875rem;
7171
7172
  }
7172
7173
 
7173
- .bp_text_input_module_loadingIndicatorReset--ea95d div{
7174
+ .bp_text_input_module_loadingIndicatorReset--c4a20 div{
7174
7175
  position:static;
7175
7176
  }
7176
7177
  .bp_text_toggle_button_module_textToggleButton--a97ea{
@@ -7225,7 +7226,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
7225
7226
  border-color:var(--border-toggletext-border-on-pressed);
7226
7227
  }
7227
7228
 
7228
- .bp_time_picker_module_timePicker--7ed90{
7229
+ .bp_time_picker_module_timePicker--f30cd{
7229
7230
  --time-picker-padding-right:var(--space-4);
7230
7231
  --time-picker-border-width:var(--border-2);
7231
7232
  --time-picker-focused-border-color:var(--outline-focus-on-light);
@@ -7234,13 +7235,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
7234
7235
  --time-picker-icon-size:var(--size-4);
7235
7236
  width:100%;
7236
7237
  }
7237
- .bp_time_picker_module_timePicker--7ed90.bp_time_picker_module_disabled--7ed90{
7238
+ .bp_time_picker_module_timePicker--f30cd.bp_time_picker_module_disabled--f30cd{
7238
7239
  opacity:60%;
7239
7240
  pointer-events:none;
7240
7241
  -webkit-user-select:none;
7241
7242
  user-select:none;
7242
7243
  }
7243
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_label--7ed90{
7244
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_label--f30cd{
7244
7245
  cursor:default;
7245
7246
  display:block;
7246
7247
  font-family:var(--body-default-bold-font-family);
@@ -7255,7 +7256,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
7255
7256
  width:-moz-fit-content;
7256
7257
  width:fit-content;
7257
7258
  }
7258
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_group--7ed90{
7259
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_group--f30cd{
7259
7260
  align-items:center;
7260
7261
  border-radius:var(--radius-2);
7261
7262
  box-shadow:var(--innershadow-1);
@@ -7274,16 +7275,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
7274
7275
  text-transform:var(--body-default-text-case);
7275
7276
  width:100%;
7276
7277
  }
7277
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_group--7ed90:focus-within{
7278
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_group--f30cd:focus-within{
7278
7279
  outline:var(--time-picker-border-width) solid var(--time-picker-focused-border-color);
7279
7280
  }
7280
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_group--7ed90.bp_time_picker_module_error--7ed90:not(:focus-within){
7281
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_group--f30cd.bp_time_picker_module_error--f30cd:not(:focus-within){
7281
7282
  outline:var(--time-picker-border-width) solid var(--text-text-error-on-light);
7282
7283
  }
7283
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_group--7ed90.bp_time_picker_module_error--7ed90:focus-within{
7284
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_group--f30cd.bp_time_picker_module_error--f30cd:focus-within{
7284
7285
  outline:var(--time-picker-border-width) solid var(--time-picker-focused-border-color);
7285
7286
  }
7286
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_timeInput--7ed90{
7287
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_timeInput--f30cd{
7287
7288
  align-items:center;
7288
7289
  display:inline-flex;
7289
7290
  height:var(--size-10);
@@ -7291,7 +7292,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
7291
7292
  text-transform:uppercase;
7292
7293
  white-space:nowrap;
7293
7294
  }
7294
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_timeInputSegment--7ed90{
7295
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_timeInputSegment--f30cd{
7295
7296
  border:unset;
7296
7297
  border-radius:unset;
7297
7298
  border-radius:var(--radius-1);
@@ -7303,26 +7304,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
7303
7304
  transition:unset;
7304
7305
  width:unset;
7305
7306
  }
7306
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_timeInputSegment--7ed90[data-placeholder]{
7307
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_timeInputSegment--f30cd[data-placeholder]{
7307
7308
  color:var(--text-text-on-light-secondary);
7308
7309
  }
7309
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_timeInputSegment--7ed90[role=spinbutton]{
7310
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_timeInputSegment--f30cd[role=spinbutton]{
7310
7311
  margin:0 var(--space-05);
7311
7312
  padding:0 var(--space-1);
7312
7313
  }
7313
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_timeInputSegment--7ed90:active,.bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_timeInputSegment--7ed90:focus{
7314
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_timeInputSegment--f30cd:active,.bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_timeInputSegment--f30cd:focus{
7314
7315
  background:var(--box-blue-100);
7315
7316
  caret-color:#0000;
7316
7317
  color:var(--text-text-brand-on-color);
7317
7318
  outline:none;
7318
7319
  }
7319
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_timeInputSegment--7ed90:nth-child(1 of [role=spinbutton]){
7320
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_timeInputSegment--f30cd:nth-child(1 of [role=spinbutton]){
7320
7321
  margin-inline-start:0;
7321
7322
  }
7322
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_timeInputSegment--7ed90[data-type=literal] + [data-type=dayPeriod]{
7323
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_timeInputSegment--f30cd[data-type=literal] + [data-type=dayPeriod]{
7323
7324
  margin-inline-start:calc(var(--space-1)*-1);
7324
7325
  }
7325
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_clearButton--7ed90{
7326
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_clearButton--f30cd{
7326
7327
  align-items:center;
7327
7328
  background-color:initial;
7328
7329
  border:none;
@@ -7337,32 +7338,32 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
7337
7338
  right:var(--clear-time-picker-button-right);
7338
7339
  width:var(--time-picker-icon-button-size);
7339
7340
  }
7340
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_clearButton--7ed90:focus-visible,.bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_clearButton--7ed90[data-focus-visible]{
7341
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_clearButton--f30cd:focus-visible,.bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_clearButton--f30cd[data-focus-visible]{
7341
7342
  background-color:var(--surface-cta-surface-icon-pressed);
7342
7343
  outline:var(--border-2) solid var(--outline-focus-on-light);
7343
7344
  }
7344
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_clearButton--7ed90:hover{
7345
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_clearButton--f30cd:hover{
7345
7346
  background:var(--surface-cta-surface-icon-hover);
7346
7347
  }
7347
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_clearButton--7ed90:hover *{
7348
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_clearButton--f30cd:hover *{
7348
7349
  fill:var(--icon-cta-icon-hover);
7349
7350
  }
7350
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_clearButton--7ed90:active{
7351
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_clearButton--f30cd:active{
7351
7352
  background:var(--surface-cta-surface-icon-pressed);
7352
7353
  }
7353
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_clearButton--7ed90:active *{
7354
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_clearButton--f30cd:active *{
7354
7355
  fill:var(--icon-cta-icon-pressed);
7355
7356
  }
7356
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_clearButton--7ed90:disabled{
7357
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_clearButton--f30cd:disabled{
7357
7358
  opacity:1;
7358
7359
  }
7359
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_clockIcon--7ed90{
7360
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_clockIcon--f30cd{
7360
7361
  height:var(--time-picker-icon-size);
7361
7362
  position:absolute;
7362
7363
  right:var(--time-picker-padding-right);
7363
7364
  width:var(--time-picker-icon-size);
7364
7365
  }
7365
- .bp_time_picker_module_timePicker--7ed90 .bp_time_picker_module_inlineError--7ed90{
7366
+ .bp_time_picker_module_timePicker--f30cd .bp_time_picker_module_inlineError--f30cd{
7366
7367
  margin-block-start:var(--space-2);
7367
7368
  }
7368
7369
  :root{
@@ -8159,12 +8160,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8159
8160
  --bp-border-06:0.375rem;
8160
8161
  --bp-border-07:0.4375rem;
8161
8162
  --bp-border-08:0.5rem;
8162
- --bp-surface-badge-docs-surface:#4083f7;
8163
- --bp-surface-badge-keynote-surface:#0a84ff;
8164
- --bp-surface-badge-pages-surface:#ff9500;
8165
- --bp-surface-badge-pdf-surface:#d0021b;
8166
- --bp-surface-badge-sheets-surface:#21a464;
8167
- --bp-surface-badge-video-surface:#009aed;
8163
+ --bp-icon-icon-illustrator:#ff9400;
8164
+ --bp-icon-icon-indesign:#ff57a1;
8165
+ --bp-icon-icon-photoshop:#26c9ff;
8166
+ --bp-surface-badge-illustrator-surface:#051e25;
8167
+ --bp-surface-badge-indesign-surface:#131415;
8168
+ --bp-surface-badge-numbers-surface:#00a650;
8169
+ --bp-surface-badge-photoshop-surface:#131415;
8170
+ --bp-surface-badge-powerpoint-surface:#c43e1c;
8171
+ --bp-surface-badge-spreadsheet-surface:#3fb87f;
8172
+ --bp-surface-badge-surface-docs:#4083f7;
8173
+ --bp-surface-badge-surface-drawing:#009aed;
8174
+ --bp-surface-badge-surface-excel:#107c41;
8175
+ --bp-surface-badge-surface-keynote:#0a84ff;
8176
+ --bp-surface-badge-surface-pages:#ff9500;
8177
+ --bp-surface-badge-surface-pdf:#d0021b;
8178
+ --bp-surface-badge-surface-sheets:#21a464;
8179
+ --bp-surface-badge-surface-slides:#f7ba00;
8180
+ --bp-surface-badge-surface-video:#009aed;
8181
+ --bp-surface-badge-word-surface:#185abd;
8182
+ --bp-surface-input-search-surface-focus-pressed:#fff;
8168
8183
  --bp-surface-surface-brand:#0061d5;
8169
8184
  --bp-surface-surface-brand-busy:#0061d5;
8170
8185
  --bp-surface-surface-brand-disabled:#0061d5;
@@ -8467,15 +8482,17 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8467
8482
  --bp-font-line-height-05:1.5rem;
8468
8483
  --bp-font-line-height-06:2rem;
8469
8484
  --bp-font-line-height-07:2.75rem;
8485
+ --bp-font-size-10:1.3125rem;
8486
+ --bp-font-size-11:2.25rem;
8470
8487
  --bp-font-size-01:0.5625rem;
8471
8488
  --bp-font-size-02:0.625rem;
8472
8489
  --bp-font-size-03:0.75rem;
8473
- --bp-font-size-04:0.875rem;
8490
+ --bp-font-size-04:0.8125rem;
8474
8491
  --bp-font-size-05:0.9375rem;
8475
8492
  --bp-font-size-06:1rem;
8476
- --bp-font-size-07:1.125rem;
8477
- --bp-font-size-08:1.3125rem;
8478
- --bp-font-size-09:2.25rem;
8493
+ --bp-font-size-07:1.0625rem;
8494
+ --bp-font-size-08:1.125rem;
8495
+ --bp-font-size-09:1.1875rem;
8479
8496
  --bp-font-weight-black:900;
8480
8497
  --bp-font-weight-bold:700;
8481
8498
  --bp-font-weight-regular:400;
@@ -8715,8 +8732,9 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8715
8732
  --bp-border-checkbox-border-hover:var(--bp-gray-80);
8716
8733
  --bp-border-checkbox-border-selected:var(--bp-box-blue-100);
8717
8734
  --bp-border-checkbox-border-selected-hover:var(--bp-light-blue-110);
8718
- --bp-border-collapsible-border:var(--bp-gray-20);
8719
- --bp-border-contentbutton-border-selected:var(--bp-gray-50);
8735
+ --bp-border-collapsible-section-border:var(--bp-gray-20);
8736
+ --bp-border-content-button-border-hover-active:var(--bp-gray-50);
8737
+ --bp-border-content-button-border-selected:var(--bp-gray-50);
8720
8738
  --bp-border-cta-border-outline:var(--bp-gray-black);
8721
8739
  --bp-border-cta-border-outline-hover:var(--bp-gray-black);
8722
8740
  --bp-border-cta-border-outline-pressed:var(--bp-gray-black);
@@ -8724,46 +8742,65 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8724
8742
  --bp-border-cta-border-secondary-disabled:var(--bp-gray-10);
8725
8743
  --bp-border-cta-border-secondary-hover:var(--bp-gray-30);
8726
8744
  --bp-border-cta-border-secondary-pressed:var(--bp-gray-30);
8745
+ --bp-border-date-picker-day-border-focus:var(--bp-light-blue-100);
8746
+ --bp-border-date-picker-day-border-selected-focus:var(--bp-light-blue-100);
8747
+ --bp-border-date-picker-border-active:var(--bp-light-blue-100);
8748
+ --bp-border-date-picker-border-complete:var(--bp-gray-50);
8749
+ --bp-border-date-picker-border-default:var(--bp-gray-50);
8750
+ --bp-border-date-picker-border-disabled:var(--bp-gray-50);
8751
+ --bp-border-date-picker-border-error:var(--bp-watermelon-red-100);
8752
+ --bp-border-date-picker-border-focus:var(--bp-light-blue-100);
8753
+ --bp-border-date-picker-border-hover:var(--bp-gray-65);
8727
8754
  --bp-border-divider-border:var(--bp-gray-10);
8755
+ --bp-border-dropdown-secondary-border:var(--bp-gray-30);
8728
8756
  --bp-border-dropdown-border:var(--bp-gray-30);
8729
8757
  --bp-border-dropdown-border-error:var(--bp-watermelon-red-100);
8730
8758
  --bp-border-dropdown-border-error-focus:var(--bp-watermelon-red-100);
8731
8759
  --bp-border-dropdown-border-error-hover:var(--bp-watermelon-red-100);
8732
8760
  --bp-border-dropdown-border-focus:var(--bp-box-blue-100);
8733
8761
  --bp-border-dropdown-border-hover:var(--bp-gray-65);
8734
- --bp-border-filterchip-border-multi-on:var(--bp-box-blue-40);
8735
- --bp-border-filterchip-border-multi-on-hover:var(--bp-box-blue-40);
8736
- --bp-border-gridthumbnail-border:var(--bp-gray-10);
8762
+ --bp-border-filter-chip-border-multi-on:var(--bp-box-blue-40);
8763
+ --bp-border-filter-chip-border-multi-on-hover:var(--bp-box-blue-40);
8764
+ --bp-border-grid-thumbnail-border:var(--bp-gray-10);
8737
8765
  --bp-border-input-border:var(--bp-gray-50);
8738
8766
  --bp-border-input-border-error:var(--bp-watermelon-red-100);
8739
8767
  --bp-border-input-border-error-focus:var(--bp-watermelon-red-100);
8740
8768
  --bp-border-input-border-error-hover:var(--bp-watermelon-red-100);
8741
8769
  --bp-border-input-border-focus:var(--bp-light-blue-100);
8742
8770
  --bp-border-input-border-hover:var(--bp-gray-65);
8743
- --bp-border-inputchip-border-error:var(--bp-watermelon-red-100);
8771
+ --bp-border-input-chip-border-error:var(--bp-watermelon-red-100);
8772
+ --bp-border-item-small-border-selected:var(--bp-box-blue-100);
8744
8773
  --bp-border-item-border-hover:var(--bp-gray-10);
8745
8774
  --bp-border-item-border-selected:var(--bp-box-blue-100);
8746
- --bp-border-item-small-border-selected:var(--bp-box-blue-100);
8775
+ --bp-border-list-item-border:var(--bp-gray-10);
8776
+ --bp-border-list-item-border-selected:var(--bp-box-blue-100);
8777
+ --bp-border-menu-border:var(--bp-gray-10);
8747
8778
  --bp-border-message-border-error:var(--bp-watermelon-red-100);
8748
- --bp-border-message-border-error-secondary:var(--bp-watermelon-red-50);
8779
+ --bp-border-message-border-error-secondary:var(--bp-watermelon-red-opacity-30);
8749
8780
  --bp-border-message-border-generic:var(--bp-gray-100);
8750
- --bp-border-message-border-generic-secondary:var(--bp-gray-50);
8781
+ --bp-border-message-border-generic-secondary:var(--bp-black-opacity-30);
8751
8782
  --bp-border-message-border-info:var(--bp-box-blue-100);
8752
- --bp-border-message-border-info-secondary:var(--bp-light-blue-50);
8783
+ --bp-border-message-border-info-secondary:var(--bp-light-blue-opacity-30);
8753
8784
  --bp-border-message-border-success:var(--bp-green-light-100);
8754
- --bp-border-message-border-success-secondary:var(--bp-green-light-50);
8785
+ --bp-border-message-border-success-secondary:var(--bp-green-light-opacity-30);
8755
8786
  --bp-border-message-border-warning:var(--bp-yellorange-100);
8756
- --bp-border-message-border-warning-secondary:var(--bp-yellorange-50);
8787
+ --bp-border-message-border-warning-secondary:var(--bp-yellorange-opacity-30);
8757
8788
  --bp-border-radio-border:var(--bp-gray-65);
8758
8789
  --bp-border-radio-border-hover:var(--bp-gray-80);
8759
8790
  --bp-border-radio-border-selected:var(--bp-box-blue-100);
8760
8791
  --bp-border-radio-border-selected-hover:var(--bp-light-blue-110);
8761
- --bp-border-radiotile-border:var(--bp-gray-30);
8762
- --bp-border-radiotile-border-hover:var(--bp-gray-30);
8763
- --bp-border-radiotile-border-selected:var(--bp-box-blue-100);
8792
+ --bp-border-radio-tile-border:var(--bp-gray-30);
8793
+ --bp-border-radio-tile-border-hover:var(--bp-gray-30);
8794
+ --bp-border-radio-tile-border-selected:var(--bp-box-blue-100);
8795
+ --bp-border-search-global-border-hover:var(--bp-gray-10);
8764
8796
  --bp-border-search-border:var(--bp-gray-05);
8765
8797
  --bp-border-search-border-hover:var(--bp-gray-65);
8766
- --bp-border-search-global-border-hover:var(--bp-gray-10);
8798
+ --bp-border-select-border-active:var(--bp-light-blue-100);
8799
+ --bp-border-select-border-default:var(--bp-gray-30);
8800
+ --bp-border-select-border-disabled:var(--bp-gray-30);
8801
+ --bp-border-select-border-error:var(--bp-watermelon-red-110);
8802
+ --bp-border-select-border-hover:var(--bp-gray-65);
8803
+ --bp-border-select-border-read-only:var(--bp-gray-20);
8767
8804
  --bp-border-status-border-hover:var(--bp-black-opacity-04);
8768
8805
  --bp-border-switch-border:var(--bp-gray-30);
8769
8806
  --bp-border-switch-border-hover:var(--bp-gray-30);
@@ -8773,14 +8810,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8773
8810
  --bp-border-tab-border-selected-focus:var(--bp-box-blue-100);
8774
8811
  --bp-border-tab-border-selected-hover:var(--bp-box-blue-100);
8775
8812
  --bp-border-toggle-border:var(--bp-gray-30);
8813
+ --bp-border-toggle-border-off:var(--bp-gray-white);
8776
8814
  --bp-border-toggle-border-on:var(--bp-box-blue-40);
8777
- --bp-border-toggletext-border-off:var(--bp-gray-white);
8778
- --bp-border-toggletext-border-off-ai:var(--bp-gray-30);
8779
- --bp-border-toggletext-border-off-hover:var(--bp-gray-05);
8780
- --bp-border-toggletext-border-off-pressed:var(--bp-gray-10);
8781
- --bp-border-toggletext-border-on:var(--bp-box-blue-40);
8782
- --bp-border-toggletext-border-on-hover:var(--bp-box-blue-40);
8783
- --bp-border-toggletext-border-on-pressed:var(--bp-box-blue-40);
8815
+ --bp-border-toggle-text-border-off:var(--bp-gray-white);
8816
+ --bp-border-toggle-text-border-off-ai:var(--bp-gray-30);
8817
+ --bp-border-toggle-text-border-off-hover:var(--bp-gray-05);
8818
+ --bp-border-toggle-text-border-off-pressed:var(--bp-gray-10);
8819
+ --bp-border-toggle-text-border-on:var(--bp-box-blue-40);
8820
+ --bp-border-toggle-text-border-on-hover:var(--bp-box-blue-40);
8821
+ --bp-border-toggle-text-border-on-pressed:var(--bp-box-blue-40);
8784
8822
  --bp-border-tooltip-border-error:var(--bp-watermelon-red-50);
8785
8823
  --bp-icon-cta-icon:var(--bp-gray-65);
8786
8824
  --bp-icon-cta-icon-hover:var(--bp-gray-100);
@@ -8791,14 +8829,6 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8791
8829
  --bp-icon-cta-icon-utility:var(--bp-gray-80);
8792
8830
  --bp-icon-cta-icon-utility-hover:var(--bp-gray-black);
8793
8831
  --bp-icon-cta-icon-utility-pressed:var(--bp-gray-black);
8794
- --bp-icon-icon-blue:var(--bp-box-blue-100);
8795
- --bp-icon-icon-destructive-on-light:var(--bp-watermelon-red-110);
8796
- --bp-icon-icon-error-on-light:var(--bp-watermelon-red-110);
8797
- --bp-icon-icon-on-dark:var(--bp-gray-white);
8798
- --bp-icon-icon-on-light:var(--bp-gray-100);
8799
- --bp-icon-icon-on-light-secondary:var(--bp-gray-65);
8800
- --bp-icon-icon-on-light-tertiary:var(--bp-gray-50);
8801
- --bp-icon-icon-required-on-light:var(--bp-watermelon-red-110);
8802
8832
  --bp-icon-nav-icon-on-dark:var(--bp-gray-white);
8803
8833
  --bp-icon-nav-icon-on-dark-focus:var(--bp-gray-white);
8804
8834
  --bp-icon-nav-icon-on-dark-hover:var(--bp-gray-white);
@@ -8807,35 +8837,55 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8807
8837
  --bp-icon-nav-icon-on-light-focus:var(--bp-gray-100);
8808
8838
  --bp-icon-nav-icon-on-light-hover:var(--bp-gray-100);
8809
8839
  --bp-icon-nav-icon-on-light-selected:var(--bp-gray-100);
8840
+ --bp-icon-icon-blue:var(--bp-box-blue-100);
8841
+ --bp-icon-icon-destructive-on-light:var(--bp-watermelon-red-110);
8842
+ --bp-icon-icon-error-on-light:var(--bp-watermelon-red-110);
8843
+ --bp-icon-icon-on-dark:var(--bp-gray-white);
8844
+ --bp-icon-icon-on-light:var(--bp-gray-100);
8845
+ --bp-icon-icon-on-light-secondary:var(--bp-gray-65);
8846
+ --bp-icon-icon-on-light-tertiary:var(--bp-gray-50);
8847
+ --bp-icon-icon-required-on-light:var(--bp-watermelon-red-110);
8810
8848
  --bp-outline-focus-on-dark:var(--bp-gray-white);
8811
8849
  --bp-outline-focus-on-light:var(--bp-light-blue-100);
8812
8850
  --bp-overlay-modal-overlay:var(--bp-black-opacity-50);
8813
- --bp-overlay-sidepanel-overlay:var(--bp-black-opacity-50);
8851
+ --bp-overlay-side-panel-overlay:var(--bp-black-opacity-50);
8814
8852
  --bp-surface-accordion-surface:var(--bp-gray-white);
8815
8853
  --bp-surface-accordion-surface-hover:var(--bp-gray-05);
8816
- --bp-surface-badge-admin-surface:var(--bp-dark-blue-100);
8817
- --bp-surface-badge-annotation-surface:var(--bp-yellorange-100);
8818
- --bp-surface-badge-boxnote-surface:var(--bp-gray-10);
8819
- --bp-surface-badge-canvas-surface:var(--bp-orange-100);
8820
- --bp-surface-badge-coadmin-surface:var(--bp-purple-rain-100);
8821
- --bp-surface-badge-collection-surface:var(--bp-gray-10);
8822
- --bp-surface-badge-completed-surface:var(--bp-green-light-100);
8823
- --bp-surface-badge-error-surface:var(--bp-watermelon-red-110);
8824
- --bp-surface-badge-external-surface:var(--bp-gray-50);
8825
- --bp-surface-badge-folderexternal-surface:var(--bp-gray-65);
8826
- --bp-surface-badge-foldershared-surface:var(--bp-light-blue-100);
8827
- --bp-surface-badge-image-surface:var(--bp-green-light-100);
8828
- --bp-surface-badge-mention-surface:var(--bp-light-blue-120);
8829
- --bp-surface-badge-notification-surface:var(--bp-watermelon-red-110);
8830
- --bp-surface-badge-offline-surface:var(--bp-green-light-100);
8831
- --bp-surface-badge-online-surface:var(--bp-green-light-120);
8832
- --bp-surface-badge-pin-surface:var(--bp-gray-10);
8833
- --bp-surface-badge-progress-surface:var(--bp-yellorange-100);
8834
- --bp-surface-badge-rejected-surface:var(--bp-watermelon-red-110);
8835
- --bp-surface-badge-relay-surface:var(--bp-light-blue-120);
8836
- --bp-surface-badge-task-surface:var(--bp-light-blue-100);
8837
- --bp-surface-badge-taskapproval-surface:var(--bp-light-blue-120);
8838
- --bp-surface-card-surface:var(--bp-gray-white);
8854
+ --bp-surface-badge-presentation-surface:var(--bp-orange-110);
8855
+ --bp-surface-badge-surface-admin:var(--bp-dark-blue-100);
8856
+ --bp-surface-badge-surface-annotation:var(--bp-yellorange-100);
8857
+ --bp-surface-badge-surface-audio:var(--bp-purple-rain-100);
8858
+ --bp-surface-badge-surface-bookmark:var(--bp-box-blue-100);
8859
+ --bp-surface-badge-surface-boxapps:var(--bp-box-blue-100);
8860
+ --bp-surface-badge-surface-boxnote:var(--bp-gray-10);
8861
+ --bp-surface-badge-surface-canvas:var(--bp-orange-110);
8862
+ --bp-surface-badge-surface-coadmin:var(--bp-purple-rain-100);
8863
+ --bp-surface-badge-surface-code:var(--bp-watermelon-red-100);
8864
+ --bp-surface-badge-surface-collection:var(--bp-gray-10);
8865
+ --bp-surface-badge-surface-completed:var(--bp-green-light-120);
8866
+ --bp-surface-badge-surface-default:var(--bp-gray-65);
8867
+ --bp-surface-badge-surface-error:var(--bp-watermelon-red-110);
8868
+ --bp-surface-badge-surface-external:var(--bp-gray-50);
8869
+ --bp-surface-badge-surface-folderexternal:var(--bp-gray-65);
8870
+ --bp-surface-badge-surface-foldershared:var(--bp-light-blue-100);
8871
+ --bp-surface-badge-surface-hubs:var(--bp-box-blue-100);
8872
+ --bp-surface-badge-surface-image:var(--bp-green-light-120);
8873
+ --bp-surface-badge-surface-mention:var(--bp-light-blue-120);
8874
+ --bp-surface-badge-surface-notification:var(--bp-watermelon-red-110);
8875
+ --bp-surface-badge-surface-offline:var(--bp-green-light-100);
8876
+ --bp-surface-badge-surface-online:var(--bp-green-light-120);
8877
+ --bp-surface-badge-surface-pin:var(--bp-gray-10);
8878
+ --bp-surface-badge-surface-progress:var(--bp-yellorange-100);
8879
+ --bp-surface-badge-surface-rejected:var(--bp-watermelon-red-110);
8880
+ --bp-surface-badge-surface-relay:var(--bp-light-blue-120);
8881
+ --bp-surface-badge-surface-task:var(--bp-light-blue-100);
8882
+ --bp-surface-badge-surface-taskapproval:var(--bp-light-blue-120);
8883
+ --bp-surface-badge-text-surface:var(--bp-box-blue-100);
8884
+ --bp-surface-badge-three-d-surface:var(--bp-orange-110);
8885
+ --bp-surface-badge-vector-surface:var(--bp-orange-110);
8886
+ --bp-surface-badge-zip-surface:var(--bp-gray-65);
8887
+ --bp-surface-calendar-surface:var(--bp-gray-white);
8888
+ --bp-surface-card-surface:var(--bp-white-opacity-70);
8839
8889
  --bp-surface-card-surface-focus:var(--bp-box-blue-05);
8840
8890
  --bp-surface-card-surface-hover:var(--bp-gray-white);
8841
8891
  --bp-surface-card-surface-pressed:var(--bp-gray-02);
@@ -8845,9 +8895,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8845
8895
  --bp-surface-checkbox-surface-selected-hover:var(--bp-light-blue-110);
8846
8896
  --bp-surface-chip-button-surface:var(--bp-black-opacity-04);
8847
8897
  --bp-surface-chip-button-surface-hover:var(--bp-black-opacity-08);
8848
- --bp-surface-contentbutton-surface-surface-selected:var(--bp-gray-white);
8849
- --bp-surface-contentswitcher-surface:var(--bp-gray-10);
8850
- --bp-surface-cta-surface-disabled:var(--bp-box-blue-30);
8898
+ --bp-surface-combobox-surface:var(--bp-gray-white);
8899
+ --bp-surface-content-button-surface-focus:var(--bp-gray-white);
8900
+ --bp-surface-content-button-surface-focus-default:var(--bp-gray-white);
8901
+ --bp-surface-content-button-surface-hover-active:var(--bp-gray-05);
8902
+ --bp-surface-content-button-surface-hover-default:var(--bp-gray-05);
8903
+ --bp-surface-content-button-surface-selected:var(--bp-gray-white);
8904
+ --bp-surface-content-switcher-surface:var(--bp-gray-10);
8905
+ --bp-surface-cta-destructive-surface-teratiary-hover:var(--bp-watermelon-red-05);
8906
+ --bp-surface-cta-destructive-surface-teratiary-pressed:var(--bp-watermelon-red-10);
8907
+ --bp-surface-cta-destructive-surface-tertiary:var(--bp-watermelon-red-opacity-00);
8851
8908
  --bp-surface-cta-surface-icon:var(--bp-black-opacity-00);
8852
8909
  --bp-surface-cta-surface-icon-disabled:var(--bp-black-opacity-00);
8853
8910
  --bp-surface-cta-surface-icon-hover:var(--bp-black-opacity-04);
@@ -8856,7 +8913,6 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8856
8913
  --bp-surface-cta-surface-icon-utility-hover:var(--bp-gray-20);
8857
8914
  --bp-surface-cta-surface-icon-utility-pressed:var(--bp-gray-30);
8858
8915
  --bp-surface-cta-surface-outline:var(--bp-black-opacity-00);
8859
- --bp-surface-cta-surface-outline-2:var(--bp-black-opacity-00);
8860
8916
  --bp-surface-cta-surface-outline-hover:var(--bp-black-opacity-04);
8861
8917
  --bp-surface-cta-surface-outline-pressed:var(--bp-black-opacity-08);
8862
8918
  --bp-surface-cta-surface-promo:var(--bp-grimace-110);
@@ -8879,18 +8935,27 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8879
8935
  --bp-surface-cta-surface-tertiary-promo-focus-pressed:var(--bp-grimace-20);
8880
8936
  --bp-surface-cta-surface-tertiary-promo-hover:var(--bp-grimace-05);
8881
8937
  --bp-surface-cta-surface-tertiary-promo-pressed:var(--bp-grimace-20);
8882
- --bp-surface-cta-destructive-surface-teratiary-hover:var(--bp-watermelon-red-05);
8883
- --bp-surface-cta-destructive-surface-teratiary-pressed:var(--bp-watermelon-red-10);
8884
- --bp-surface-cta-destructive-surface-tertiary:var(--bp-watermelon-red-opacity-00);
8885
- --bp-surface-day-surface:var(--bp-gray-white);
8886
- --bp-surface-day-surface-hover:var(--bp-gray-05);
8887
- --bp-surface-day-surface-selected:var(--bp-box-blue-100);
8888
- --bp-surface-day-surface-selected-hover:var(--bp-dark-blue-100);
8938
+ --bp-surface-date-picker-day-surface-default:var(--bp-gray-white);
8939
+ --bp-surface-date-picker-day-surface-disabled:var(--bp-gray-white);
8940
+ --bp-surface-date-picker-day-surface-focus:var(--bp-gray-05);
8941
+ --bp-surface-date-picker-day-surface-hover:var(--bp-gray-05);
8942
+ --bp-surface-date-picker-day-surface-selected:var(--bp-box-blue-100);
8943
+ --bp-surface-date-picker-day-surface-selected-focus:var(--bp-dark-blue-100);
8944
+ --bp-surface-date-picker-day-surface-selected-hover:var(--bp-dark-blue-100);
8945
+ --bp-surface-date-picker-surface-active:var(--bp-gray-white);
8946
+ --bp-surface-date-picker-surface-complete:var(--bp-gray-white);
8947
+ --bp-surface-date-picker-surface-default:var(--bp-gray-white);
8948
+ --bp-surface-date-picker-surface-disabled:var(--bp-gray-white);
8949
+ --bp-surface-date-picker-surface-error:var(--bp-gray-white);
8950
+ --bp-surface-date-picker-surface-focus:var(--bp-gray-white);
8951
+ --bp-surface-date-picker-surface-hover:var(--bp-gray-white);
8889
8952
  --bp-surface-dropdown-primary-surface-hover:var(--bp-gray-05);
8890
8953
  --bp-surface-dropdown-primary-surface-pressed:var(--bp-gray-10);
8891
8954
  --bp-surface-dropdown-secondary-surface:var(--bp-gray-white);
8892
8955
  --bp-surface-dropdown-secondary-surface-hover:var(--bp-gray-05);
8893
8956
  --bp-surface-dropdown-secondary-surface-pressed:var(--bp-gray-10);
8957
+ --bp-surface-dropdown-tertiary-surface-hover:var(--bp-gray-05);
8958
+ --bp-surface-dropdown-tertiary-surface-pressed:var(--bp-gray-10);
8894
8959
  --bp-surface-dropdown-surface:var(--bp-gray-white);
8895
8960
  --bp-surface-dropdown-surface-error:var(--bp-gray-white);
8896
8961
  --bp-surface-dropdown-surface-error-focus:var(--bp-gray-white);
@@ -8902,43 +8967,46 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8902
8967
  --bp-surface-filter-surface-hover:var(--bp-box-blue-100);
8903
8968
  --bp-surface-filter-surface-selected:var(--bp-box-blue-100);
8904
8969
  --bp-surface-filter-surface-selected-focus:var(--bp-box-blue-100);
8905
- --bp-surface-filterchip-surface-multi:var(--bp-black-opacity-04);
8906
- --bp-surface-filterchip-surface-multi-hover:var(--bp-black-opacity-08);
8907
- --bp-surface-filterchip-surface-multi-on:var(--bp-box-blue-10);
8908
- --bp-surface-filterchip-surface-multi-on-hover:var(--bp-box-blue-20);
8909
- --bp-surface-filterchip-surface-single:var(--bp-black-opacity-04);
8910
- --bp-surface-filterchip-surface-single-hover:var(--bp-black-opacity-08);
8911
- --bp-surface-filterchip-surface-single-on:var(--bp-box-blue-100);
8912
- --bp-surface-filterchip-surface-single-on-hover:var(--bp-box-blue-100);
8970
+ --bp-surface-filter-chip-surface-multi:var(--bp-black-opacity-04);
8971
+ --bp-surface-filter-chip-surface-multi-hover:var(--bp-black-opacity-08);
8972
+ --bp-surface-filter-chip-surface-multi-on:var(--bp-box-blue-10);
8973
+ --bp-surface-filter-chip-surface-multi-on-hover:var(--bp-box-blue-20);
8974
+ --bp-surface-filter-chip-surface-single:var(--bp-black-opacity-04);
8975
+ --bp-surface-filter-chip-surface-single-hover:var(--bp-black-opacity-08);
8976
+ --bp-surface-filter-chip-surface-single-on:var(--bp-box-blue-100);
8977
+ --bp-surface-filter-chip-surface-single-on-hover:var(--bp-box-blue-100);
8913
8978
  --bp-surface-ghost-surface:var(--bp-gray-02);
8914
8979
  --bp-surface-ghost-surface-secondary:var(--bp-gray-05);
8915
8980
  --bp-surface-illustration-surface-box:var(--bp-box-blue-100);
8916
8981
  --bp-surface-illustration-surface-box-neutral:var(--bp-box-blue-100);
8982
+ --bp-surface-inline-notice-surface-error:var(--bp-watermelon-red-10);
8983
+ --bp-surface-inline-notice-surface-info:var(--bp-light-blue-10);
8984
+ --bp-surface-inline-notice-surface-success:var(--bp-green-light-10);
8985
+ --bp-surface-inline-notice-surface-warning:var(--bp-yellow-10);
8986
+ --bp-surface-input-search-surface:var(--bp-gray-05);
8987
+ --bp-surface-input-search-surface-focus:var(--bp-gray-white);
8988
+ --bp-surface-input-search-surface-hover:var(--bp-gray-02);
8917
8989
  --bp-surface-input-surface:var(--bp-gray-white);
8918
8990
  --bp-surface-input-surface-error:var(--bp-gray-white);
8919
8991
  --bp-surface-input-surface-error-focus:var(--bp-gray-white);
8920
8992
  --bp-surface-input-surface-error-hover:var(--bp-gray-white);
8921
8993
  --bp-surface-input-surface-focus:var(--bp-gray-white);
8922
8994
  --bp-surface-input-surface-hover:var(--bp-gray-white);
8923
- --bp-surface-inputchip-surface:var(--bp-gray-10);
8924
- --bp-surface-inputchip-surface-error:var(--bp-watermelon-red-10);
8925
- --bp-surface-inputchip-surface-hover:var(--bp-gray-10);
8995
+ --bp-surface-input-chip-surface:var(--bp-gray-10);
8996
+ --bp-surface-input-chip-surface-error:var(--bp-watermelon-red-10);
8997
+ --bp-surface-input-chip-surface-hover:var(--bp-gray-10);
8926
8998
  --bp-surface-item-small-surface:var(--bp-gray-white);
8927
8999
  --bp-surface-item-small-surface-hover:var(--bp-gray-05);
8928
9000
  --bp-surface-item-small-surface-selected:var(--bp-box-blue-05);
8929
9001
  --bp-surface-item-surface-hover:var(--bp-gray-white);
8930
9002
  --bp-surface-item-surface-selected:var(--bp-box-blue-05);
9003
+ --bp-surface-list-item-surface:var(--bp-gray-white);
9004
+ --bp-surface-list-item-surface-selected:var(--bp-box-blue-05);
8931
9005
  --bp-surface-menu-surface:var(--bp-gray-white);
8932
- --bp-surface-menu-surface-focus:var(--bp-gray-05);
8933
- --bp-surface-menu-surface-hover:var(--bp-gray-05);
8934
- --bp-surface-menu-surface-pressed:var(--bp-gray-05);
8935
- --bp-surface-message-surface-error-secondary:var(--bp-watermelon-red-10);
8936
- --bp-surface-message-surface-generic:var(--bp-gray-10);
8937
- --bp-surface-message-surface-generic-secondary:var(--bp-gray-10);
8938
- --bp-surface-message-surface-info-secondary:var(--bp-light-blue-10);
8939
- --bp-surface-message-surface-promo-secondary:var(--bp-grimace-10);
8940
- --bp-surface-message-surface-success-secondary:var(--bp-green-light-10);
8941
- --bp-surface-message-surface-warning-secondary:var(--bp-yellorange-10);
9006
+ --bp-surface-menu-item-surface-default:var(--bp-gray-white);
9007
+ --bp-surface-menu-item-surface-hover:var(--bp-gray-05);
9008
+ --bp-surface-menu-item-surface-loading:var(--bp-gray-white);
9009
+ --bp-surface-menu-item-surface-pressed:var(--bp-gray-05);
8942
9010
  --bp-surface-nav-surface-brand:var(--bp-box-blue-100);
8943
9011
  --bp-surface-option-grid-surface-hover:var(--bp-black-opacity-04);
8944
9012
  --bp-surface-option-grid-surface-selected:var(--bp-black-opacity-08);
@@ -8946,22 +9014,28 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8946
9014
  --bp-surface-pill-surface:var(--bp-gray-10);
8947
9015
  --bp-surface-pill-surface-focus:var(--bp-gray-10);
8948
9016
  --bp-surface-pill-surface-hover:var(--bp-gray-10);
8949
- --bp-surface-progressbar-surface-brand:var(--bp-box-blue-100);
9017
+ --bp-surface-progress-bar-surface-brand:var(--bp-box-blue-100);
8950
9018
  --bp-surface-radio-surface:var(--bp-gray-white);
8951
9019
  --bp-surface-radio-surface-hover:var(--bp-gray-white);
8952
9020
  --bp-surface-radio-surface-selected:var(--bp-box-blue-100);
8953
9021
  --bp-surface-radio-surface-selected-hover:var(--bp-light-blue-110);
8954
- --bp-surface-radiotile-surface:var(--bp-gray-white);
8955
- --bp-surface-radiotile-surface-hover:var(--bp-gray-05);
8956
- --bp-surface-radiotile-surface-selected:var(--bp-box-blue-05);
9022
+ --bp-surface-radio-tile-surface:var(--bp-gray-white);
9023
+ --bp-surface-radio-tile-surface-hover:var(--bp-gray-05);
9024
+ --bp-surface-radio-tile-surface-selected:var(--bp-box-blue-05);
8957
9025
  --bp-surface-scrollbar-surface:var(--bp-black-opacity-50);
8958
9026
  --bp-surface-search-global-surface:var(--bp-gray-05);
8959
9027
  --bp-surface-search-surface:var(--bp-gray-05);
8960
9028
  --bp-surface-search-surface-focused:var(--bp-gray-white);
8961
9029
  --bp-surface-search-surface-hover:var(--bp-gray-02);
8962
- --bp-surface-sliderthumb-surface:var(--bp-box-blue-100);
8963
- --bp-surface-sliderthumb-surface-hover:var(--bp-light-blue-100);
8964
- --bp-surface-slidertrack-surface:var(--bp-gray-65);
9030
+ --bp-surface-select-surface-active:var(--bp-gray-white);
9031
+ --bp-surface-select-surface-default:var(--bp-gray-white);
9032
+ --bp-surface-select-surface-disabled:var(--bp-gray-white);
9033
+ --bp-surface-select-surface-error:var(--bp-gray-white);
9034
+ --bp-surface-select-surface-hover:var(--bp-gray-white);
9035
+ --bp-surface-select-surface-read-only:var(--bp-gray-02);
9036
+ --bp-surface-slider-thumb-surface:var(--bp-box-blue-100);
9037
+ --bp-surface-slider-thumb-surface-hover:var(--bp-light-blue-100);
9038
+ --bp-surface-slider-track-surface:var(--bp-gray-65);
8965
9039
  --bp-surface-status-surface-boxblue:var(--bp-box-blue-100);
8966
9040
  --bp-surface-status-surface-boxblue-focus:var(--bp-box-blue-100);
8967
9041
  --bp-surface-status-surface-boxblue-hover:var(--bp-box-blue-100);
@@ -8996,14 +9070,6 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
8996
9070
  --bp-surface-status-surface-yellow:var(--bp-yellow-50);
8997
9071
  --bp-surface-status-surface-yellow-focus:var(--bp-yellow-50);
8998
9072
  --bp-surface-status-surface-yellow-hover:var(--bp-yellow-50);
8999
- --bp-surface-surface:var(--bp-gray-white);
9000
- --bp-surface-surface-brand-secondary:var(--bp-box-blue-10);
9001
- --bp-surface-surface-hover:var(--bp-gray-05);
9002
- --bp-surface-surface-quaternary:var(--bp-gray-20);
9003
- --bp-surface-surface-secondary:var(--bp-gray-02);
9004
- --bp-surface-surface-secondary-focus:var(--bp-gray-02);
9005
- --bp-surface-surface-secondary-hover:var(--bp-gray-05);
9006
- --bp-surface-surface-tertiary:var(--bp-gray-10);
9007
9073
  --bp-surface-switch-surface:var(--bp-gray-white);
9008
9074
  --bp-surface-switch-surface-hover:var(--bp-gray-white);
9009
9075
  --bp-surface-switch-surface-off:var(--bp-gray-20);
@@ -9022,16 +9088,24 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
9022
9088
  --bp-surface-toggle-surface-on-pressed:var(--bp-box-blue-30);
9023
9089
  --bp-surface-toggle-surface-pressed:var(--bp-box-blue-100);
9024
9090
  --bp-surface-toggle-surface-pressed-hover:var(--bp-box-blue-80);
9025
- --bp-surface-toggletext-surface-off-ai:var(--bp-gray-white);
9026
- --bp-surface-toggletext-surface-off-ai-hover:var(--bp-gray-05);
9027
- --bp-surface-toggletext-surface-off-ai-pressed:var(--bp-gray-10);
9028
- --bp-surface-toggletext-surface-on:var(--bp-box-blue-10);
9029
- --bp-surface-toggletext-surface-on-hover:var(--bp-box-blue-20);
9030
- --bp-surface-toggletext-surface-on-pressed:var(--bp-box-blue-30);
9091
+ --bp-surface-toggle-text-surface-off:var(--bp-gray-white);
9092
+ --bp-surface-toggle-text-surface-off-hover:var(--bp-gray-05);
9093
+ --bp-surface-toggle-text-surface-off-pressed:var(--bp-gray-10);
9094
+ --bp-surface-toggle-text-surface-on:var(--bp-box-blue-10);
9095
+ --bp-surface-toggle-text-surface-on-hover:var(--bp-box-blue-20);
9096
+ --bp-surface-toggle-text-surface-on-pressed:var(--bp-box-blue-30);
9031
9097
  --bp-surface-toolbar-surface:var(--bp-gray-100);
9032
- --bp-surface-tooltip-surface:var(--bp-gray-80);
9033
- --bp-surface-tooltip-surface-error:var(--bp-watermelon-red-10);
9098
+ --bp-surface-tooltip-surface:var(--bp-black-opacity-90);
9099
+ --bp-surface-tooltip-surface-error:var(--bp-watermelon-red-opacity-20);
9034
9100
  --bp-surface-upload-surface-brand-neutral:var(--bp-box-blue-100);
9101
+ --bp-surface-surface:var(--bp-gray-white);
9102
+ --bp-surface-surface-brand-secondary:var(--bp-box-blue-10);
9103
+ --bp-surface-surface-hover:var(--bp-gray-05);
9104
+ --bp-surface-surface-quaternary:var(--bp-gray-20);
9105
+ --bp-surface-surface-secondary:var(--bp-gray-02);
9106
+ --bp-surface-surface-secondary-focus:var(--bp-gray-02);
9107
+ --bp-surface-surface-secondary-hover:var(--bp-gray-05);
9108
+ --bp-surface-surface-tertiary:var(--bp-gray-10);
9035
9109
  --bp-text-cta-link:var(--bp-box-blue-100);
9036
9110
  --bp-text-cta-link-disabled:var(--bp-box-blue-30);
9037
9111
  --bp-text-cta-link-hover:var(--bp-light-blue-120);
@@ -9048,6 +9122,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
9048
9122
  --bp-text-nav-text-on-light-focus:var(--bp-gray-white);
9049
9123
  --bp-text-nav-text-on-light-hover:var(--bp-gray-white);
9050
9124
  --bp-text-nav-text-on-light-selected:var(--bp-gray-white);
9125
+ --bp-text-toggle-text-text:var(--bp-box-blue-120);
9051
9126
  --bp-text-text-brand-on-color:var(--bp-gray-white);
9052
9127
  --bp-text-text-destructive-on-light:var(--bp-watermelon-red-110);
9053
9128
  --bp-text-text-error-on-light:var(--bp-watermelon-red-110);
@@ -9057,7 +9132,6 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
9057
9132
  --bp-text-text-on-light-secondary:var(--bp-gray-65);
9058
9133
  --bp-text-text-on-light-secondary-hover:var(--bp-gray-80);
9059
9134
  --bp-text-text-on-light-tertiary:var(--bp-gray-50);
9060
- --bp-text-toggletext-text:var(--bp-box-blue-120);
9061
9135
  --z-index-sidepanel:360;
9062
9136
  --z-index-modal:370;
9063
9137
  --z-index-popover:380;
@@ -9065,7 +9139,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
9065
9139
  --z-index-card-tooltip:2147483647;
9066
9140
  }
9067
9141
 
9068
- .bp_toolbar_module_toolbarRoot--edc16{
9142
+ .bp_toolbar_module_toolbarRoot--040bf{
9069
9143
  background:var(--surface-surface);
9070
9144
  border:var(--border-1) solid var(--border-card-border);
9071
9145
  border-radius:var(--radius-4);
@@ -9073,16 +9147,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
9073
9147
  padding:calc(var(--space-1) - var(--border-1));
9074
9148
  }
9075
9149
 
9076
- .bp_toolbar_module_scrollButtonWrapper--edc16,.bp_toolbar_module_toolbarRoot--edc16{
9150
+ .bp_toolbar_module_scrollButtonWrapper--040bf,.bp_toolbar_module_toolbarRoot--040bf{
9077
9151
  align-items:center;
9078
9152
  display:flex;
9079
9153
  gap:var(--space-1);
9080
9154
  }
9081
- .bp_toolbar_module_scrollButtonWrapper--edc16.bp_toolbar_module_hidden--edc16{
9155
+ .bp_toolbar_module_scrollButtonWrapper--040bf.bp_toolbar_module_hidden--040bf{
9082
9156
  display:none;
9083
9157
  }
9084
9158
 
9085
- .bp_toolbar_module_scrollableChildrenWrapper--edc16{
9159
+ .bp_toolbar_module_scrollableChildrenWrapper--040bf{
9086
9160
  -ms-overflow-style:none;
9087
9161
  align-items:center;
9088
9162
  display:flex;
@@ -9095,26 +9169,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
9095
9169
  scrollbar-width:none;
9096
9170
  white-space:nowrap;
9097
9171
  }
9098
- .bp_toolbar_module_scrollableChildrenWrapper--edc16::-webkit-scrollbar{
9172
+ .bp_toolbar_module_scrollableChildrenWrapper--040bf::-webkit-scrollbar{
9099
9173
  display:none;
9100
9174
  }
9101
- .bp_toolbar_module_scrollableChildrenWrapper--edc16 > *{
9175
+ .bp_toolbar_module_scrollableChildrenWrapper--040bf > *{
9102
9176
  flex:none;
9103
9177
  }
9104
9178
 
9105
- .bp_toolbar_module_separator--edc16{
9179
+ .bp_toolbar_module_separator--040bf{
9106
9180
  background-color:var(--border-divider-border);
9107
9181
  border-radius:var(--radius-2);
9108
9182
  height:var(--size-6);
9109
9183
  width:1px;
9110
9184
  }
9111
9185
 
9112
- .bp_toolbar_module_toggleGroup--edc16{
9186
+ .bp_toolbar_module_toggleGroup--040bf{
9113
9187
  display:flex;
9114
9188
  gap:var(--space-1);
9115
9189
  }
9116
9190
 
9117
- .bp_toolbar_module_toolbarItem--edc16{
9191
+ .bp_toolbar_module_toolbarItem--040bf{
9118
9192
  --toolbar-item-hover-opacity:.3;
9119
9193
  align-items:center;
9120
9194
  background:var(--toolbar-button-color, var(--surface-toggle-surface));
@@ -9132,45 +9206,45 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
9132
9206
  -webkit-user-select:none;
9133
9207
  user-select:none;
9134
9208
  }
9135
- .bp_toolbar_module_toolbarItem--edc16[data-disabled]{
9209
+ .bp_toolbar_module_toolbarItem--040bf[data-disabled]{
9136
9210
  background:var(--surface-toggle-surface);
9137
9211
  opacity:var(--toolbar-item-hover-opacity);
9138
9212
  pointer-events:none;
9139
9213
  }
9140
- .bp_toolbar_module_toolbarItem--edc16:not([data-disabled]):focus-visible{
9214
+ .bp_toolbar_module_toolbarItem--040bf:not([data-disabled]):focus-visible{
9141
9215
  box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
9142
9216
  }
9143
- .bp_toolbar_module_toolbarItem--edc16:not([data-disabled]):hover{
9217
+ .bp_toolbar_module_toolbarItem--040bf:not([data-disabled]):hover{
9144
9218
  background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
9145
9219
  border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
9146
9220
  }
9147
9221
 
9148
- .bp_toolbar_module_toolbarToggle--edc16[data-state=on]{
9222
+ .bp_toolbar_module_toolbarToggle--040bf[data-state=on]{
9149
9223
  background:var(--surface-toggle-surface-pressed);
9150
9224
  }
9151
- .bp_toolbar_module_toolbarToggle--edc16[data-state=on] svg *{
9225
+ .bp_toolbar_module_toolbarToggle--040bf[data-state=on] svg *{
9152
9226
  fill:var(--icon-icon-on-dark);
9153
9227
  }
9154
- .bp_toolbar_module_toolbarToggle--edc16[data-state=on]:not([data-disabled]):hover{
9228
+ .bp_toolbar_module_toolbarToggle--040bf[data-state=on]:not([data-disabled]):hover{
9155
9229
  background:var(--surface-toggle-surface-on-hover);
9156
9230
  border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
9157
9231
  }
9158
9232
 
9159
- .bp_toolbar_module_dropdownIndicator--edc16.bp_toolbar_module_invertCaret--edc16{
9233
+ .bp_toolbar_module_dropdownIndicator--040bf.bp_toolbar_module_invertCaret--040bf{
9160
9234
  transform:rotate(.5turn);
9161
9235
  }
9162
9236
 
9163
- .bp_toolbar_module_triggerButtonSelectedWithColor--edc16{
9237
+ .bp_toolbar_module_triggerButtonSelectedWithColor--040bf{
9164
9238
  --trigger-button-hover-opacity:.7;
9165
9239
  }
9166
- .bp_toolbar_module_triggerButtonSelectedWithColor--edc16[data-state=on] .bp_toolbar_module_dropdownIndicator--edc16 path{
9240
+ .bp_toolbar_module_triggerButtonSelectedWithColor--040bf[data-state=on] .bp_toolbar_module_dropdownIndicator--040bf path{
9167
9241
  fill:var(--icon-icon-on-light);
9168
9242
  }
9169
- .bp_toolbar_module_triggerButtonSelectedWithColor--edc16[data-state=on]:hover{
9243
+ .bp_toolbar_module_triggerButtonSelectedWithColor--040bf[data-state=on]:hover{
9170
9244
  opacity:var(--trigger-button-hover-opacity);
9171
9245
  }
9172
9246
 
9173
- .bp_toolbar_module_toolbarIcon--edc16{
9247
+ .bp_toolbar_module_toolbarIcon--040bf{
9174
9248
  align-items:center;
9175
9249
  display:flex;
9176
9250
  height:var(--size-5);
@@ -9178,7 +9252,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
9178
9252
  width:var(--size-5);
9179
9253
  }
9180
9254
 
9181
- .bp_toolbar_module_toolbarTextToggleItem--edc16{
9255
+ .bp_toolbar_module_toolbarTextToggleItem--040bf{
9182
9256
  border:var(--border-1) solid var(--border-toggletext-border-off);
9183
9257
  color:var(--text-text-on-light);
9184
9258
  font-family:var(--body-default-font-family);
@@ -9193,24 +9267,24 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
9193
9267
  text-transform:var(--body-default-text-case);
9194
9268
  white-space:nowrap;
9195
9269
  }
9196
- .bp_toolbar_module_toolbarTextToggleItem--edc16:hover{
9270
+ .bp_toolbar_module_toolbarTextToggleItem--040bf:hover{
9197
9271
  background:var(--surface-toggle-surface-off-hover);
9198
9272
  border-color:var(--border-toggletext-border-off-hover);
9199
9273
  }
9200
- .bp_toolbar_module_toolbarTextToggleItem--edc16:active{
9274
+ .bp_toolbar_module_toolbarTextToggleItem--040bf:active{
9201
9275
  background:var(--surface-toggle-surface-off-pressed);
9202
9276
  border-color:var(--border-toggletext-border-off-pressed);
9203
9277
  }
9204
- .bp_toolbar_module_toolbarTextToggleItem--edc16[aria-checked=true]{
9278
+ .bp_toolbar_module_toolbarTextToggleItem--040bf[aria-checked=true]{
9205
9279
  background:var(--surface-toggletext-surface-on);
9206
9280
  border:var(--border-1) solid var(--border-toggletext-border-on);
9207
9281
  color:var(--text-toggletext-text);
9208
9282
  }
9209
- .bp_toolbar_module_toolbarTextToggleItem--edc16[aria-checked=true]:hover{
9283
+ .bp_toolbar_module_toolbarTextToggleItem--040bf[aria-checked=true]:hover{
9210
9284
  background:var(--surface-toggletext-surface-on-hover);
9211
9285
  border-color:var(--border-toggletext-border-on-hover);
9212
9286
  }
9213
- .bp_toolbar_module_toolbarTextToggleItem--edc16[aria-checked=true]:active{
9287
+ .bp_toolbar_module_toolbarTextToggleItem--040bf[aria-checked=true]:active{
9214
9288
  background:var(--surface-toggletext-surface-on-pressed);
9215
9289
  border-color:var(--border-toggletext-border-on-pressed);
9216
9290
  }