@xapp/form-widget 1.65.7 → 1.65.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  .ModalDialog-module_xapp_search_modal__WpGiJ {
2
2
  position: fixed;
3
- top: 16px;
3
+ top: 0;
4
4
  left: 0;
5
5
  right: 0;
6
6
  bottom: 0;
@@ -38,6 +38,11 @@
38
38
  display: flex;
39
39
  flex-direction: column;
40
40
  }
41
+ @media (max-width: 640px) {
42
+ .ModalDialog-module_xapp_search_modal__body__qK17C {
43
+ width: 100%;
44
+ }
45
+ }
41
46
 
42
47
  body.ModalDialog-module_xapp_search_opened__jgDSX {
43
48
  overflow: hidden;
@@ -108,26 +113,26 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
108
113
  }
109
114
  }
110
115
  .SearchResponseBubble-module_xapp_search_response_bubble__UtmuK {
111
- --xapp-bubble-background: var(--xapp-form-messages-others-bubble-background);
116
+ --xapp-bubble-background: var(--xapp-form-widget-messages-others-bubble-background);
112
117
  }
113
118
  .Card-module_xapp_search_card__9iVCv {
114
- border: var(--xapp-form-card-border-style, solid) var(--xapp-form-card-border-width, 0) var(--xapp-form-card-border-color, var(--xapp-form-widget-border-color, var(--xapp-form-accent-color, #d3d3df)));
115
- border-radius: var(--xapp-form-card-border-radius, 12px);
116
- margin-top: var(--xapp-form-card-margin-top, 0);
117
- margin-right: var(--xapp-form-card-margin-right, 0);
118
- margin-bottom: var(--xapp-form-card-margin-bottom, 20px);
119
- margin-left: var(--xapp-form-card-margin-left, 0);
120
- padding-top: var(--xapp-form-card-padding-top, 0);
121
- padding-right: var(--xapp-form-card-padding-right, 0);
122
- padding-bottom: var(--xapp-form-card-padding-bottom, 0);
123
- padding-left: var(--xapp-form-card-padding-left, 0);
119
+ border: var(--xapp-form-widget-card-border-style, solid) var(--xapp-form-widget-card-border-width, 0) var(--xapp-form-widget-card-border-color, var(--xapp-form-widget-border-color, var(--xapp-form-widget-accent-color, #d3d3df)));
120
+ border-radius: var(--xapp-form-widget-card-border-radius, 12px);
121
+ margin-top: var(--xapp-form-widget-card-margin-top, 0);
122
+ margin-right: var(--xapp-form-widget-card-margin-right, 0);
123
+ margin-bottom: var(--xapp-form-widget-card-margin-bottom, 20px);
124
+ margin-left: var(--xapp-form-widget-card-margin-left, 0);
125
+ padding-top: var(--xapp-form-widget-card-padding-top, 0);
126
+ padding-right: var(--xapp-form-widget-card-padding-right, 0);
127
+ padding-bottom: var(--xapp-form-widget-card-padding-bottom, 0);
128
+ padding-left: var(--xapp-form-widget-card-padding-left, 0);
124
129
  box-sizing: border-box;
125
130
  display: flex;
126
131
  flex-direction: row;
127
132
  flex-wrap: wrap;
128
133
  justify-items: stretch;
129
134
  overflow: hidden;
130
- background-color: var(--xapp-form-card-background, #fff);
135
+ background-color: var(--xapp-formwidget--card-background, #fff);
131
136
  }
132
137
  .Card-module_xapp_search_card__featured__CX-L0 {
133
138
  flex: 1 1 240px;
@@ -175,20 +180,20 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
175
180
  overflow: hidden;
176
181
  text-overflow: ellipsis;
177
182
  white-space: nowrap;
178
- line-height: var(--xapp-form-card-link-line-height, 1.5em);
179
- font-family: var(--xapp-form-card-link-font-family, RobotoRegular, serif);
180
- font-weight: var(--xapp-form-card-link-font-weight, normal);
181
- font-size: var(--xapp-form-card-link-font-size, 16px);
182
- font-style: var(--xapp-form-card-link-font-style, normal);
183
- color: var(--xapp-form-card-link-text-color, #006621);
184
- margin-top: var(--xapp-form-card-link-margin-top, 0);
185
- margin-right: var(--xapp-form-card-link-margin-right, 0);
186
- margin-bottom: var(--xapp-form-card-link-margin-bottom, 0);
187
- margin-left: var(--xapp-form-card-link-margin-left, 0);
188
- padding-top: var(--xapp-form-card-link-padding-top, 0);
189
- padding-right: var(--xapp-form-card-link-padding-right, 0);
190
- padding-bottom: var(--xapp-form-card-link-padding-bottom, 0);
191
- padding-left: var(--xapp-form-card-link-padding-left, 0);
183
+ line-height: var(--xapp-form-widget-link-line-height, 1.5em);
184
+ font-family: var(--xapp-form-widget-link-font-family, RobotoRegular, serif);
185
+ font-weight: var(--xapp-form-widget-link-font-weight, normal);
186
+ font-size: var(--xapp-form-widget-link-font-size, 16px);
187
+ font-style: var(--xapp-form-widget-link-font-style, normal);
188
+ color: var(--xapp-form-widget-link-text-color, #006621);
189
+ margin-top: var(--xapp-form-widget-link-margin-top, 0);
190
+ margin-right: var(--xapp-form-widget-link-margin-right, 0);
191
+ margin-bottom: var(--xapp-form-widget-link-margin-bottom, 0);
192
+ margin-left: var(--xapp-form-widget-link-margin-left, 0);
193
+ padding-top: var(--xapp-form-widget-link-padding-top, 0);
194
+ padding-right: var(--xapp-form-widget-link-padding-right, 0);
195
+ padding-bottom: var(--xapp-form-widget-link-padding-bottom, 0);
196
+ padding-left: var(--xapp-form-widget-link-padding-left, 0);
192
197
  }
193
198
  .Card-module_xapp_search_card__btn__DHrQp {
194
199
  flex: 1 1 auto;
@@ -199,49 +204,49 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
199
204
  text-decoration: none;
200
205
  text-overflow: ellipsis;
201
206
  white-space: nowrap;
202
- line-height: var(--xapp-form-card-title-line-height, 1.25em);
203
- font-family: var(--xapp-form-card-title-font-family, RobotoRegular, serif);
204
- font-weight: var(--xapp-form-card-title-font-weight, normal);
205
- font-size: var(--xapp-form-card-title-font-size, 20px);
206
- font-style: var(--xapp-form-card-title-font-style, normal);
207
- color: var(--xapp-form-card-title-text-color, #1a0dab);
208
- margin-top: var(--xapp-form-card-title-margin-top, 0);
209
- margin-right: var(--xapp-form-card-title-margin-right, 0);
210
- margin-bottom: var(--xapp-form-card-title-margin-bottom, 0);
211
- margin-left: var(--xapp-form-card-title-margin-left, 0);
212
- padding-top: var(--xapp-form-card-title-padding-top, 0);
213
- padding-right: var(--xapp-form-card-title-padding-right, 0);
214
- padding-bottom: var(--xapp-form-card-title-padding-bottom, 0);
215
- padding-left: var(--xapp-form-card-title-padding-left, 0);
207
+ line-height: var(--xapp-form-widget-card-title-line-height, 1.25em);
208
+ font-family: var(--xapp-form-widget-card-title-font-family, RobotoRegular, serif);
209
+ font-weight: var(--xapp-form-widget-card-title-font-weight, normal);
210
+ font-size: var(--xapp-form-widget-card-title-font-size, 20px);
211
+ font-style: var(--xapp-form-widget-card-title-font-style, normal);
212
+ color: var(--xapp-form-widget-card-title-text-color, #1a0dab);
213
+ margin-top: var(--xapp-form-widget-title-margin-top, 0);
214
+ margin-right: var(--xapp-form-widget-title-margin-right, 0);
215
+ margin-bottom: var(--xapp-form-widget-title-margin-bottom, 0);
216
+ margin-left: var(--xapp-form-widget-title-margin-left, 0);
217
+ padding-top: var(--xapp-form-widget-title-padding-top, 0);
218
+ padding-right: var(--xapp-form-widget-title-padding-right, 0);
219
+ padding-bottom: var(--xapp-form-widget-title-padding-bottom, 0);
220
+ padding-left: var(--xapp-form-widget-title-padding-left, 0);
216
221
  }
217
222
  .Card-module_xapp_search_card__title__ddR3K:hover {
218
223
  text-decoration: underline;
219
224
  }
220
225
  .Card-module_xapp_search_card__description__MruSU {
221
- line-height: var(--xapp-form-card-description-line-height, 1.25em);
222
- font-family: var(--xapp-form-card-description-font-family, RobotoRegular, serif);
223
- font-weight: var(--xapp-form-card-description-font-weight, normal);
224
- font-size: var(--xapp-form-card-description-font-size, 16px);
225
- font-style: var(--xapp-form-card-description-font-style, normal);
226
- color: var(--xapp-form-card-description-text-color, #666);
227
- margin-top: var(--xapp-form-card-description-margin-top, 6px);
228
- margin-right: var(--xapp-form-card-description-margin-right, 0);
229
- margin-bottom: var(--xapp-form-card-description-margin-bottom, 0);
230
- margin-left: var(--xapp-form-card-description-margin-left, 0);
231
- padding-top: var(--xapp-form-card-description-padding-top, 0);
232
- padding-right: var(--xapp-form-card-description-padding-right, 0);
233
- padding-bottom: var(--xapp-form-card-description-padding-bottom, 0);
234
- padding-left: var(--xapp-form-card-description-padding-left, 0);
226
+ line-height: var(--xapp-form-widget-description-line-height, 1.25em);
227
+ font-family: var(--xapp-form-widget-description-font-family, RobotoRegular, serif);
228
+ font-weight: var(--xapp-form-widget-description-font-weight, normal);
229
+ font-size: var(--xapp-form-widget-description-font-size, 16px);
230
+ font-style: var(--xapp-form-widget-description-font-style, normal);
231
+ color: var(--xapp-form-widget-description-text-color, #666);
232
+ margin-top: var(--xapp-form-widget-description-margin-top, 6px);
233
+ margin-right: var(--xapp-form-widget-description-margin-right, 0);
234
+ margin-bottom: var(--xapp-form-widget-description-margin-bottom, 0);
235
+ margin-left: var(--xapp-form-widget-description-margin-left, 0);
236
+ padding-top: var(--xapp-form-widget-description-padding-top, 0);
237
+ padding-right: var(--xapp-form-widget-description-padding-right, 0);
238
+ padding-bottom: var(--xapp-form-widget-description-padding-bottom, 0);
239
+ padding-left: var(--xapp-form-widget-description-padding-left, 0);
235
240
  overflow: hidden;
236
- max-height: calc(5 * var(--xapp-form-card-description-line-height, 1.25em));
241
+ max-height: calc(5 * var(--xapp-form-widget-description-line-height, 1.25em));
237
242
  position: relative;
238
243
  }
239
244
  .Card-module_xapp_search_card__description__MruSU:after {
240
- background: linear-gradient(to bottom, rgba(var(--xapp-form-card-background, #fff), 0) 0%, rgba(var(--xapp-form-card-background, #fff), 0) 12.5%, rgba(var(--xapp-form-card-background, #fff), 1) 100%);
245
+ background: linear-gradient(to bottom, rgba(var(--xapp-formwidget--card-background, #fff), 0) 0%, rgba(var(--xapp-formwidget--card-background, #fff), 0) 12.5%, rgba(var(--xapp-formwidget--card-background, #fff), 1) 100%);
241
246
  content: "";
242
- height: var(--xapp-form-card-description-line-height, 1.25em);
247
+ height: var(--xapp-form-widget-description-line-height, 1.25em);
243
248
  position: absolute;
244
- top: calc(4 * var(--xapp-form-card-description-line-height, 1.25em));
249
+ top: calc(4 * var(--xapp-form-widget-description-line-height, 1.25em));
245
250
  left: 0;
246
251
  right: 0;
247
252
  pointer-events: none;
@@ -299,16 +304,30 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
299
304
  display: flex;
300
305
  flex-direction: column;
301
306
  }
307
+ .MuiChip-label {
308
+ padding-left: 4px !important;
309
+ padding-right: 4px !important;
310
+ }
311
+
302
312
  .FormFieldChips-module_xapp_checkbox_chip__8DRkb {
303
313
  margin: 6px !important;
304
- font-size: 12px !important;
314
+ font-size: 0.875em !important;
305
315
  padding: 8px 16px !important;
306
316
  height: 32px !important;
307
317
  border-radius: 16px !important;
308
318
  min-width: 130px !important;
309
- background-color: var(--bg-color, #c4dced) !important;
319
+ background-color: var(--xapp-form-chip-bg-color, #c4dced) !important;
310
320
  transition: background-color 0.3s ease;
311
321
  }
322
+ @media (max-width: 640px) {
323
+ .FormFieldChips-module_xapp_checkbox_chip__8DRkb {
324
+ min-width: 100px !important;
325
+ font-size: 10px !important;
326
+ }
327
+ .FormFieldChips-module_xapp_checkbox_chip__8DRkb .MuiChip-label {
328
+ margin: 0;
329
+ }
330
+ }
312
331
 
313
332
  .FormFieldChips-module_xapp_chip_clicked__S8xmo {
314
333
  background-color: #6e7ae1 !important;
@@ -316,60 +335,133 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
316
335
 
317
336
  .FormFieldChips-module_xapp_chips_container__ZITF5 {
318
337
  display: flex;
319
- flex-wrap: wrap; /* Allows items to wrap onto a new row */
320
- justify-content: center; /* Centers items horizontally */
338
+ flex-wrap: wrap;
339
+ justify-content: center;
321
340
  }
322
341
 
323
342
  .FormFieldChips-module_xapp_chip_wrapper__AGfKl {
324
343
  flex: 0 0 calc(33.33% - 10px);
325
- max-width: calc(33.33% - 10px);
326
- margin: 5px;
344
+ margin: 0 2px;
327
345
  text-align: center;
328
346
  }
347
+ @media (max-width: 640px) {
348
+ .FormFieldChips-module_xapp_chip_wrapper__AGfKl {
349
+ margin: 0 2px;
350
+ }
351
+ }
329
352
 
330
353
  .FormFieldChips-module_xapp_checkbox_chip__8DRkb:hover {
331
- --bg-color: calc(var(--bg-color) + 20);
354
+ --xapp-form-chip-bg-color: calc(var(--xapp-form-chip-bg-color) + 20);
332
355
  }
333
356
 
357
+ .FormFieldChips-module_xapp_chips_title_container__VGw77 {
358
+ margin: inherit;
359
+ }
334
360
  .FormFieldChips-module_xapp_chips_title_container__empty__5seHa p {
335
- margin: 0;
361
+ margin: 10px 0;
336
362
  }
337
363
  .FormFieldTextInput-module_xapp_text_input_container__title__zeqDT p {
338
364
  margin: 0;
339
365
  }
366
+
367
+ .FormFieldTextInput-module_xapp_text_input_text__3rHVn .MuiInputBase-input {
368
+ padding: 21px 12px 4px 12px !important;
369
+ border: 0 !important;
370
+ }
340
371
  .FormFieldDate-module_xapp_date_picker_container__d8LYB {
341
372
  max-height: 250px;
342
373
  }
343
374
 
344
- .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersDay-today {
345
- font-weight: bold !important;
346
- color: #321aa3 !important;
375
+ .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiDayCalendar-weekDayLabel {
376
+ width: 30px !important;
377
+ height: 32px !important;
378
+ }
379
+ .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersCalendarHeader-root {
380
+ margin-top: 10px !important;
381
+ margin-bottom: 4px !important;
382
+ }
383
+ .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiDayCalendar-slideTransition {
384
+ min-height: 200px !important;
385
+ }
386
+ .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersArrowSwitcher-button, .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersDay-root.MuiButtonBase-root {
387
+ color: rgba(0, 0, 0, 0.54) !important;
388
+ background-color: transparent !important;
389
+ }
390
+ .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersArrowSwitcher-button:hover, .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersDay-root.MuiButtonBase-root:hover {
391
+ background-image: unset !important;
392
+ }
393
+ .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersArrowSwitcher-button:focus, .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersDay-root.MuiButtonBase-root:focus {
394
+ background-image: unset !important;
395
+ outline: unset !important;
396
+ border: 0 !important;
347
397
  }
348
398
  .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersDay-root {
349
399
  padding: 0px !important;
400
+ font-family: inherit !important;
401
+ }
402
+ .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersDay-root.Mui-selected {
403
+ color: #fff !important;
404
+ background-color: #1976d2 !important;
405
+ font-weight: 600 !important;
406
+ }
407
+ .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersDay-today {
408
+ font-weight: bold !important;
409
+ color: #321aa3 !important;
350
410
  }
351
411
  .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersDay-dayWithMargin {
352
412
  width: 30px !important;
353
413
  height: 30px !important;
414
+ font-weight: 600 !important;
415
+ font-size: 0.75rem !important;
416
+ }
417
+ .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersDay-dayWithMargin:hover {
418
+ background-image: unset !important;
419
+ background-color: #cfd8da !important;
420
+ }
421
+ .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersDay-dayWithMargin:focus {
422
+ background-image: unset !important;
423
+ background-color: #1976d2 !important;
424
+ }
425
+ .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersDay-dayWithMargin.Mui-disabled {
426
+ font-weight: 300 !important;
354
427
  }
355
428
  .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiDayCalendar-weekDayLabel {
356
- width: 30px !important;
357
- height: 32px !important;
429
+ font-weight: 600 !important;
430
+ font-size: 0.75rem !important;
358
431
  }
359
- .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiPickersCalendarHeader-root {
360
- margin-top: 10px !important;
432
+ .FormFieldTextInputAddress-module_xapp_text_input_address_container__title__IbovL p {
433
+ margin: 0;
361
434
  }
362
- .FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiDayCalendar-slideTransition {
363
- min-height: 200px !important;
435
+
436
+ .FormFieldTextInputAddress-module_xapp_text_input_address__-FQjM .MuiInputBase-input {
437
+ margin: 2.5px 4px !important;
438
+ border: 0 !important;
439
+ }
440
+ .FormFieldTextInputAddress-module_xapp_text_input_address__-FQjM .MuiFilledInput-root {
441
+ padding-top: 14px !important;
442
+ padding-left: 8px !important;
364
443
  }
365
444
  .FormStepDisplay-module_xapp_formfield__hRmVx {
366
445
  display: none;
446
+ font-family: inherit !important;
367
447
  }
368
448
  .FormStepDisplay-module_xapp_formfield__hRmVx.FormStepDisplay-module_active__fCsMz {
369
449
  display: block;
370
450
  }
371
451
  .FormStepDisplay-module_xapp_formfield_title__INjeF p {
372
452
  margin: 10px 0 0 0;
453
+ font-size: 1em;
454
+ }
455
+ .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-clearIndicator, .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-popupIndicator {
456
+ color: rgba(0, 0, 0, 0.54) !important;
457
+ background-color: transparent !important;
458
+ }
459
+ .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-clearIndicator:hover, .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-popupIndicator:hover {
460
+ background-image: unset !important;
461
+ background-color: #cfd8da !important;
462
+ }
463
+ .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-clearIndicator:focus, .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-popupIndicator:focus {
464
+ background-image: unset !important;
373
465
  }
374
466
 
375
467
  .FormStepDisplay-module_xapp_form_nav_buttons__lI4BI {
@@ -381,6 +473,22 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
381
473
  .FormStepDisplay-module_xapp_dummy_button__Q-nE6 {
382
474
  flex-grow: 1;
383
475
  }
476
+
477
+ .FormStepDisplay-module_xapp_primary_button__d2wra {
478
+ background-color: var(--xapp-form-widget-primary-button-color, #ea6539) !important;
479
+ font-family: inherit !important;
480
+ }
481
+ .FormStepDisplay-module_xapp_primary_button__d2wra:hover {
482
+ filter: brightness(80%) !important;
483
+ }
484
+
485
+ .FormStepDisplay-module_xapp_secondary_button__LuMfN {
486
+ background-color: var(--xapp-form-widget-secondary-button-color, #d24cc7) !important;
487
+ font-family: inherit !important;
488
+ }
489
+ .FormStepDisplay-module_xapp_secondary_button__LuMfN:hover {
490
+ filter: brightness(80%) !important;
491
+ }
384
492
  .FormFieldSelect-module_xapp_checkbox_select__QccWu {
385
493
  margin: 6px !important;
386
494
  font-size: 12px !important;
@@ -403,6 +511,7 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
403
511
  .SearchResponseFormDisplay-module_xapp_formstep__2WhYK {
404
512
  display: none;
405
513
  padding: 8px;
514
+ font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
406
515
  }
407
516
  .SearchResponseFormDisplay-module_xapp_formstep__2WhYK.SearchResponseFormDisplay-module_active__x-n-n {
408
517
  display: block;
@@ -412,28 +521,38 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
412
521
  }
413
522
 
414
523
  .SearchResponseFormDisplay-module_xapp_header_container__ayUqb {
415
- background-color: #002b54 !important;
524
+ background-color: var(--xapp-form-widget-header-background-color, #012b54) !important;
416
525
  position: absolute;
417
526
  top: 0px;
418
527
  right: 0px;
419
528
  left: 0px;
420
529
  z-index: 1000;
530
+ min-height: 88px;
531
+ padding-top: 16px;
532
+ font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
421
533
  }
422
534
  .SearchResponseFormDisplay-module_xapp_header_container__ayUqb .SearchResponseFormDisplay-module_empty_step_header__ClbsP {
423
535
  height: 42px;
424
536
  }
537
+ .SearchResponseFormDisplay-module_xapp_header_container__ayUqb .MuiTypography-root {
538
+ color: var(--xapp-form-widget-header-color, #b7c5d1) !important;
539
+ }
425
540
 
426
541
  .SearchResponseFormDisplay-module_xapp_header_container_showcase__-VUjy {
427
542
  border-top-left-radius: 12px;
428
543
  border-top-right-radius: 12px;
429
- background-color: #002b54 !important;
544
+ background-color: var(--xapp-form-widget-header-background-color, #012b54) !important;
430
545
  padding-top: 10px;
431
546
  padding-bottom: 10px;
432
547
  margin-top: 10px;
548
+ font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
433
549
  }
434
550
  .SearchResponseFormDisplay-module_xapp_header_container_showcase__-VUjy .SearchResponseFormDisplay-module_empty_step_header__ClbsP {
435
551
  height: 42px;
436
552
  }
553
+ .SearchResponseFormDisplay-module_xapp_header_container_showcase__-VUjy .MuiTypography-root {
554
+ color: var(--xapp-form-widget-header-color, #b7c5d1) !important;
555
+ }
437
556
  .SimpleNavigationHeader-module_xapp_navigation_header__YhCD1 {
438
557
  background-color: inherit !important;
439
558
  }
@@ -443,11 +562,11 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
443
562
  padding: 0px !important;
444
563
  }
445
564
  .SearchResponseOutputSpeech-module_xapp_search_response_output_speech__DCf8F {
446
- font-family: var(--xapp-form-messages-others-font-family, RobotoRegular, serif);
447
- font-weight: var(--xapp-form-messages-others-font-weight, normal);
448
- font-size: var(--xapp-form-messages-others-font-size, 16px);
449
- font-style: var(--xapp-form-messages-others-font-style, normal);
450
- color: var(--xapp-form-messages-others-text-color, #000);
565
+ font-family: var(--xapp-form-widget-messages-others-font-family, RobotoRegular, serif);
566
+ font-weight: var(--xapp-form-widget-messages-others-font-weight, normal);
567
+ font-size: var(--xapp-form-widget-messages-others-font-size, 16px);
568
+ font-style: var(--xapp-form-widget-messages-others-font-style, normal);
569
+ color: var(--xapp-form-widget-messages-others-text-color, #000);
451
570
  }
452
571
  .SearchResponseOutputSpeech-module_xapp_search_response_output_speech__DCf8F p {
453
572
  margin: 0 0 1em 0;
@@ -467,7 +586,7 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
467
586
  .Button-module_xapp_search_btn__cQf3T {
468
587
  display: inline-block;
469
588
  border-radius: 12px;
470
- border: solid 1px var(--xapp-form-widget-border-color, var(--xapp-form-accent-color, #d3d3df));
589
+ border: solid 1px var(--xapp-form-widget-border-color, var(--xapp-form-widget-accent-color, #d3d3df));
471
590
  background: white;
472
591
  padding: 4px 24px;
473
592
  color: black;
@@ -533,7 +652,7 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
533
652
  }
534
653
  .SearchResult-module_xapp_search_result__preview__vQRcO {
535
654
  flex: 0 0 40%;
536
- border-left: solid 1px var(--xapp-form-widget-border-color, var(--xapp-form-accent-color, #d3d3df));
655
+ border-left: solid 1px var(--xapp-form-widget-border-color, var(--xapp-form-widget-accent-color, #d3d3df));
537
656
  padding-left: 12px;
538
657
  padding-right: 12px;
539
658
  }
@@ -542,11 +661,16 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
542
661
  padding: 4px;
543
662
  color: inherit;
544
663
  }
664
+ .FormWidget-module_loading__aAJ-B {
665
+ background-color: rgba(0, 0, 0, 0) !important;
666
+ border: 0px !important;
667
+ }
668
+
545
669
  .FormWidget-module_xapp_form_widget__V-G-H {
546
670
  display: flex;
547
671
  flex-direction: column;
548
- border: var(--xapp-form-widget-border-style, solid) var(--xapp-form-widget-border-width, 1px) var(--xapp-form-widget-border-color, var(--xapp-form-accent-color, #d3d3df));
549
- background: #f4f8fd;
672
+ border: var(--xapp-form-widget-border-style, solid) var(--xapp-form-widget-border-width, 1px) var(--xapp-form-widget-border-color, var(--xapp-form-widget-accent-color, #d3d3df));
673
+ background: var(--xapp-form-widget-background-color, #f4f8fd);
550
674
  border-radius: var(--xapp-form-widget-border-radius, 17.5px);
551
675
  overflow: hidden;
552
676
  max-width: 100%;
@@ -557,7 +681,7 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
557
681
  .FormWidget-module_xapp_form_widget__content__a9NXC {
558
682
  display: flex;
559
683
  flex-direction: column;
560
- border-top: var(--xapp-form-widget-border-style, solid) var(--xapp-form-widget-border-width, 1px) var(--xapp-form-widget-border-color, var(--xapp-form-accent-color, #d3d3df));
684
+ border-top: var(--xapp-form-widget-border-style, solid) var(--xapp-form-widget-border-width, 1px) var(--xapp-form-widget-border-color, var(--xapp-form-widget-accent-color, #d3d3df));
561
685
  max-height: 100%;
562
686
  min-height: 128px;
563
687
  overflow: hidden;
@@ -593,13 +717,18 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
593
717
  background-color: #a0a1c5;
594
718
  }
595
719
 
720
+ @media (max-width: 640px) {
721
+ .FormWidget-module_xapp_form_widget__content__a9NXC {
722
+ width: 100%;
723
+ }
724
+ }
596
725
  .FormWidget-module_xapp_search_suggestions__J3DIf + container {
597
726
  position: absolute;
598
727
  top: 74px;
599
728
  left: 0;
600
729
  width: 100%;
601
- background-color: #f4f8fd;
602
- border: var(--xapp-form-widget-border-style, solid) var(--xapp-form-widget-border-width, 1px) var(--xapp-form-widget-border-color, var(--xapp-form-accent-color, #d3d3df));
730
+ background-color: var(--xapp-form-widget-background-color, #f4f8fd);
731
+ border: var(--xapp-form-widget-border-style, solid) var(--xapp-form-widget-border-width, 1px) var(--xapp-form-widget-border-color, var(--xapp-form-widget-accent-color, #d3d3df));
603
732
  border-radius: 0 0 var(--xapp-form-widget-border-radius, 17.5px) var(--xapp-form-widget-border-radius, 17.5px);
604
733
  }
605
734
  .ChatButton-module_xapp_chat_button__HH7eW {
@@ -607,17 +736,17 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
607
736
  top: 25px;
608
737
  left: 220px;
609
738
  cursor: pointer;
610
- margin-top: var(--xapp-chat-button-margin-top, var(--xapp-widget-margin-top, 16px));
611
- margin-right: var(--xapp-chat-button-margin-right, var(--xapp-widget-margin-right, 16px));
612
- margin-bottom: var(--xapp-chat-button-margin-bottom, var(--xapp-widget-margin-bottom, 16px));
613
- margin-left: var(--xapp-chat-button-margin-left, var(--xapp-widget-margin-left, 16px));
739
+ margin-top: var(--xapp-form-widget-margin-top, 16px);
740
+ margin-right: var(--xapp-form-widget-margin-right, 16px);
741
+ margin-bottom: var(--xapp-form-widget-margin-bottom, 16px);
742
+ margin-left: var(--xapp-form-widget-margin-left, 16px);
614
743
  display: block;
615
744
  opacity: 1;
616
745
  animation: ChatButton-module_widget-show-grow__z65qQ 0.5s backwards;
617
746
  width: 75px;
618
747
  height: 75px;
619
- z-index: var(--xapp-widget-z-index, 1000);
620
- background-color: transparent;
748
+ z-index: var(--xapp-form-widget-z-index, 1000);
749
+ background-color: transparent !important;
621
750
  padding: 0;
622
751
  border-width: 0px;
623
752
  }
@@ -634,7 +763,7 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
634
763
  height: 70px;
635
764
  border-radius: 35px;
636
765
  border: 2px solid rgb(255, 255, 255);
637
- background-color: var(--xapp-chat-button-background, #2f7ddd);
766
+ background-color: var(--xapp-form-widget-chat-button-background, #2f7ddd);
638
767
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
639
768
  left: 50% !important;
640
769
  top: 50% !important;