@salutejs/sdds-crm 0.332.0-canary.2423.20994461674.0 → 0.332.0-canary.2423.21062975778.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 (68) hide show
  1. package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js +42 -0
  2. package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js.map +1 -0
  3. package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_1wq4nln.css +12 -0
  4. package/dist/css/cjs/components/DatePicker/DatePicker.config.js +10 -3
  5. package/dist/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
  6. package/dist/css/cjs/components/DatePicker/DatePicker.config_16amete.css +12 -0
  7. package/dist/css/cjs/components/DatePicker/DatePicker.css +25 -9
  8. package/dist/css/cjs/components/DatePicker/DatePicker.js +27 -4
  9. package/dist/css/cjs/components/DatePicker/DatePicker.js.map +1 -1
  10. package/dist/css/cjs/components/Range/Range.clear.config.js +1 -1
  11. package/dist/css/cjs/components/Range/Range.clear.config.js.map +1 -1
  12. package/dist/css/{es/components/Range/Range.clear.config_1f7lv9g.css → cjs/components/Range/Range.clear.config_w9gll5.css} +1 -1
  13. package/dist/css/cjs/components/Range/Range.config.js +1 -1
  14. package/dist/css/cjs/components/Range/Range.config.js.map +1 -1
  15. package/dist/css/{es/components/Range/Range.config_s39lcx.css → cjs/components/Range/Range.config_jq2fpv.css} +1 -1
  16. package/dist/css/cjs/components/Range/Range.css +22 -22
  17. package/dist/css/cjs/components/TextArea/TextArea.clear.config.js +1 -1
  18. package/dist/css/cjs/components/TextArea/TextArea.clear.config.js.map +1 -1
  19. package/dist/css/{es/components/TextArea/TextArea.clear.config_1mow2g5.css → cjs/components/TextArea/TextArea.clear.config_7rsm4h.css} +4 -4
  20. package/dist/css/cjs/components/TextArea/TextArea.config.js +1 -1
  21. package/dist/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  22. package/dist/css/cjs/components/TextArea/{TextArea.config_2dmw6b.css → TextArea.config_8hqpj3.css} +4 -4
  23. package/dist/css/cjs/components/TextArea/TextArea.css +28 -28
  24. package/dist/css/cjs/index.css +77 -61
  25. package/dist/css/es/components/DatePicker/DatePicker.clear.config.js +38 -0
  26. package/dist/css/es/components/DatePicker/DatePicker.clear.config.js.map +1 -0
  27. package/dist/css/es/components/DatePicker/DatePicker.clear.config_1wq4nln.css +12 -0
  28. package/dist/css/es/components/DatePicker/DatePicker.config.js +10 -3
  29. package/dist/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
  30. package/dist/css/es/components/DatePicker/DatePicker.config_16amete.css +12 -0
  31. package/dist/css/es/components/DatePicker/DatePicker.css +25 -9
  32. package/dist/css/es/components/DatePicker/DatePicker.js +25 -6
  33. package/dist/css/es/components/DatePicker/DatePicker.js.map +1 -1
  34. package/dist/css/es/components/Range/Range.clear.config.js +1 -1
  35. package/dist/css/es/components/Range/Range.clear.config.js.map +1 -1
  36. package/dist/css/{cjs/components/Range/Range.clear.config_1f7lv9g.css → es/components/Range/Range.clear.config_w9gll5.css} +1 -1
  37. package/dist/css/es/components/Range/Range.config.js +1 -1
  38. package/dist/css/es/components/Range/Range.config.js.map +1 -1
  39. package/dist/css/{cjs/components/Range/Range.config_s39lcx.css → es/components/Range/Range.config_jq2fpv.css} +1 -1
  40. package/dist/css/es/components/Range/Range.css +22 -22
  41. package/dist/css/es/components/TextArea/TextArea.clear.config.js +1 -1
  42. package/dist/css/es/components/TextArea/TextArea.clear.config.js.map +1 -1
  43. package/dist/css/{cjs/components/TextArea/TextArea.clear.config_1mow2g5.css → es/components/TextArea/TextArea.clear.config_7rsm4h.css} +4 -4
  44. package/dist/css/es/components/TextArea/TextArea.config.js +1 -1
  45. package/dist/css/es/components/TextArea/TextArea.config.js.map +1 -1
  46. package/dist/css/es/components/TextArea/{TextArea.config_2dmw6b.css → TextArea.config_8hqpj3.css} +4 -4
  47. package/dist/css/es/components/TextArea/TextArea.css +28 -28
  48. package/dist/css/es/index.css +77 -61
  49. package/dist/styled-components/cjs/components/DatePicker/DatePicker.clear.config.js +849 -0
  50. package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +152 -11
  51. package/dist/styled-components/cjs/components/DatePicker/DatePicker.js +39 -4
  52. package/dist/styled-components/cjs/components/Range/Range.clear.config.js +14 -2
  53. package/dist/styled-components/cjs/components/Range/Range.config.js +10 -1
  54. package/dist/styled-components/cjs/components/TextArea/TextArea.clear.config.js +8 -4
  55. package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +8 -4
  56. package/dist/styled-components/es/components/DatePicker/DatePicker.clear.config.js +839 -0
  57. package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +152 -11
  58. package/dist/styled-components/es/components/DatePicker/DatePicker.js +28 -5
  59. package/dist/styled-components/es/components/Range/Range.clear.config.js +14 -2
  60. package/dist/styled-components/es/components/Range/Range.config.js +10 -1
  61. package/dist/styled-components/es/components/TextArea/TextArea.clear.config.js +8 -4
  62. package/dist/styled-components/es/components/TextArea/TextArea.config.js +8 -4
  63. package/package.json +7 -7
  64. package/types/components/DatePicker/DatePicker.clear.config.d.ts +34 -0
  65. package/types/components/DatePicker/DatePicker.config.d.ts +7 -0
  66. package/types/components/DatePicker/DatePicker.d.ts +517 -4
  67. package/dist/css/cjs/components/DatePicker/DatePicker.config_1fdsdve.css +0 -9
  68. package/dist/css/es/components/DatePicker/DatePicker.config_1fdsdve.css +0 -9
@@ -247,15 +247,31 @@
247
247
  .Counter_config_v8zjz_xwlm116__5c629c6b{--plasma-counter-border-radius:1rem;--plasma-counter-height:1rem;--plasma-counter-padding:0 0.25rem;--plasma-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-counter-lineheight:var(--plasma-typo-body-xxs-line-height);}
248
248
  .Counter_config_v8zjz_xuootr5__5c629c6b{--plasma-counter-border-radius:1rem;--plasma-counter-height:0.75rem;--plasma-counter-padding:0 0.125rem;--plasma-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-counter-lineheight:var(--plasma-typo-body-xxs-line-height);}
249
249
 
250
- .DatePicker_config_1fdsdve_d1ay1n83__5be8455a{--plasma-date-picker_range-background:var(--surface-transparent-primary);--plasma-date-picker_range-background-error:var(--surface-transparent-negative);--plasma-date-picker_range-background-success:var(--surface-transparent-positive);--plasma-date-picker_range__divider-color:var(--text-primary);--plasma-date-picker__label-color:var(--text-primary);--plasma-date-picker__left-helper-color:var(--text-secondary);--plasma-date-picker__left-helper-color-error:var(--text-negative);--plasma-date-picker__left-helper-color-success:var(--text-positive);--plasma-date-picker-content-slot-color:var(--text-primary);--plasma-date-picker-content-slot-color-hover:var(--text-primary-hover);--plasma-date-picker-content-slot-color-active:var(--text-primary-active);--plasma-date-picker-textfield-color:var(--text-primary);--plasma-date-picker-textfield-placeholder-color:var(--text-secondary);--plasma-date-picker-textfield-caret-color:var(--text-accent);--plasma-date-picker-textfield__content-color:var(--text-secondary);--plasma-date-picker-textfield__content-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-color-active:var(--text-secondary-active);--plasma-date-picker-textfield__content-right-color:var(--text-secondary);--plasma-date-picker-textfield__content-right-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-right-color-active:var(--text-secondary-active);--plasma-date-picker-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker__indicator-color:var(--surface-negative);--plasma-date-picker-textfield-background-color:var(--surface-transparent-primary);--plasma-date-picker-textfield-background-color-focus:var(--surface-transparent-secondary);--plasma-date-picker-textfield-background-color-error:var(--surface-transparent-negative);--plasma-date-picker-textfield-background-color-error-focus:var(--surface-transparent-negative-active);--plasma-date-picker-textfield-background-color-success:var(--surface-transparent-positive);--plasma-date-picker-textfield-background-color-success-focus:var(--surface-transparent-positive-active);--plasma-date-picker-textfield__before-text-color:var(--text-tertiary);--plasma-date-picker-textfield__after-text-color:var(--text-tertiary);--plasma-date-picker-focus-color:var(--text-accent);--plasma-datepicker-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-date-picker-calendar-shadow:var(--shadow-down-soft-s);--plasma-date-picker-calendar__separator-background:var(--surface-transparent-secondary);--plasma-date-picker-calendar__background-color:var(--surface-solid-card);--plasma-date-picker-calendar__selected-item-background:var(--surface-solid-default);--plasma-date-picker-calendar__selected-item-color:var(--inverse-text-primary);--plasma-date-picker-calendar__selectable-item-background-hover:var(--surface-transparent-secondary);--plasma-date-picker-calendar__current-item-border-color:var(--surface-solid-default);--plasma-date-picker-calendar__current-item-background-hover:transparent;--plasma-date-picker-calendar__current-item-color-hover:var(--text-primary);--plasma-date-picker-calendar__current-item-child-background-hover:var(--surface-transparent-secondary);--plasma-date-picker-calendar__active-item-background:var(--surface-solid-default);--plasma-date-picker-calendar__active-item-color:var(--inverse-text-primary);--plasma-date-picker-calendar__hovered-item-background:var(--surface-accent);--plasma-date-picker-calendar__hovered-item-color:var(--text-primary);--plasma-date-picker-calendar__range-background:var(--surface-transparent-secondary);--plasma-date-picker-calendar__outline-focus-color:var(--surface-accent);--plasma-date-picker-calendar__content-primary-color:var(--surface-solid-default);--plasma-date-picker-calendar__content-primary-disabled-color:var(--surface-solid-default);--plasma-date-picker-calendar__header-arrow-color:--plasma-date-picker-calendar__content-primary-color;--plasma-date-picker-calendar__content-secondary-color:var(--text-secondary);--plasma-date-picker-calendar__content-secondary-disabled-color:var(--text-secondary);--plasma-date-picker-calendar__disabled-opacity:0.4;--plasma-date-picker-icon-button__color:var(--text-primary);--plasma-date-picker-icon-button__background-color:var(--surface-clear);--plasma-date-picker-icon-button__color-hover:var(--text-primary-hover);--plasma-date-picker-icon-button__background-color-hover:var(--surface-clear);--plasma-date-picker-icon-button__color-active:var(--text-primary-hover);--plasma-date-picker-icon-button__background-color-active:var(--surface-clear);--plasma-date-picker-icon-button__focus-color:var(--surface-accent);--plasma-datepicker-calendar-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-datepicker-calendar-tooltip-box-shadow:var(--shadow-down-hard-s);--plasma-datepicker-calendar-tooltip-color:var(--text-primary);}
251
- .DatePicker_config_1fdsdve_lnygzaf__5be8455a{--plasma-date-picker-width:26.5rem;--plasma-date-picker_range-border-radius:0.875rem;--plasma-date-picker_range__divider-padding:0 0.375rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker_range__left-content-margin:0 0 0 1rem;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker-placement_inner__label-padding:0.5625rem 0 0.125rem 0;--plasma-date-picker-placement_inner__content-padding:1.5625rem 0 0.5625rem 0;--plasma-date-picker-label-wrapper-offset:0.75rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.5rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:0 0 0 0;--plasma-date-picker__indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:0 0 auto auto;--plasma-date-picker__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-date-picker-indicator-margin-top:0.25rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-date-picker-indicator-without-label-inner-left:auto auto -0.5rem 0;--plasma-date-picker-textfield-height:3.5rem;--plasma-date-picker-textfield-border-radius:0.875rem;--plasma-date-picker-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-border-radius:0.875rem;--plasma-date-picker-calendar-container-width:26.5rem;--plasma-date-picker-calendar-container-height:27rem;--plasma-date-picker-calendar__years-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__year-item-border-radius:0.75rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__month-item-border-radius:0.75rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.75rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__day-item-border-radius:0.75rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.875rem 1rem 0 1rem;--plasma-date-picker-calendar__header-arrow-gap:0.5rem;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 1rem;--plasma-date-picker-calendar__header-date-gap:0.5rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h3-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h3-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h3-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h3-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h3-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h3-bold-font-weight);--plasma-date-picker-icon-button__height:3.5rem;--plasma-date-picker-icon-button__width:3.5rem;--plasma-date-picker-icon-button__padding:1.5rem;--plasma-date-picker-icon-button__radius:0.875rem;}
252
- .DatePicker_config_1fdsdve_mnmm947__5be8455a{--plasma-date-picker-width:23rem;--plasma-date-picker_range-border-radius:0.75rem;--plasma-date-picker_range__divider-padding:0 0.375rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker_range__left-content-margin:0 0 0 0.875rem;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker-placement_inner__label-padding:0.375rem 0 0.125rem 0;--plasma-date-picker-placement_inner__content-padding:1.375rem 0 0.375rem 0;--plasma-date-picker-label-wrapper-offset:0.625rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.5rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:0 0 0 0;--plasma-date-picker__indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:0 0 auto auto;--plasma-date-picker__indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-date-picker-indicator-margin-top:0.25rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-date-picker-indicator-without-label-inner-left:auto auto -0.5rem 0;--plasma-date-picker-textfield-height:3rem;--plasma-date-picker-textfield-border-radius:0.75rem;--plasma-date-picker-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-container-width:23rem;--plasma-date-picker-calendar-container-height:22.875rem;--plasma-date-picker-calendar-border-radius:0.875rem;--plasma-date-picker-calendar__years-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__year-item-border-radius:0.625rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.625rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__month-item-border-radius:0.625rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__day-item-border-radius:0.625rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.75rem 1rem 0 1rem;--plasma-date-picker-calendar__header-arrow-gap:0.5rem;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.875rem;--plasma-date-picker-calendar__header-date-gap:0.375rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h4-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h4-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h4-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h4-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h4-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h4-bold-font-weight);--plasma-date-picker-icon-button__height:3rem;--plasma-date-picker-icon-button__width:3rem;--plasma-date-picker-icon-button__padding:1.25rem;--plasma-date-picker-icon-button__radius:0.75rem;}
253
- .DatePicker_config_1fdsdve_s4xtouq__5be8455a{--plasma-date-picker-width:19.5rem;--plasma-date-picker_range-border-radius:0.625rem;--plasma-date-picker_range__divider-padding:0 0.375rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker_range__left-content-margin:0 0 0 0.75rem;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-date-picker-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-date-picker-label-wrapper-offset:0.5rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.375rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:0 0 0 0;--plasma-date-picker__indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-date-picker__indicator-placement-right:0 0 auto auto;--plasma-date-picker__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-date-picker-indicator-margin-top:0.25rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-date-picker-indicator-without-label-inner-left:auto auto -0.5rem 0;--plasma-date-picker-textfield-height:2.5rem;--plasma-date-picker-textfield-border-radius:0.625rem;--plasma-date-picker-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-container-width:19.5rem;--plasma-date-picker-calendar-container-height:18.125rem;--plasma-date-picker-calendar-border-radius:0.875rem;--plasma-date-picker-calendar__years-padding:0.5rem 1rem 0.875rem 1rem;--plasma-date-picker-calendar__year-item-border-radius:0.5rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.5rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 1rem 0.875rem 1rem;--plasma-date-picker-calendar__month-item-border-radius:0.5rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 1rem 0.875rem 1rem;--plasma-date-picker-calendar__day-item-border-radius:0.5rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.75rem 1rem 0 1rem;--plasma-date-picker-calendar__header-arrow-gap:0.5rem;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.5rem;--plasma-date-picker-calendar__header-date-gap:0.25rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h4-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h4-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h4-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h4-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h4-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h4-bold-font-weight);--plasma-date-picker-icon-button__height:2rem;--plasma-date-picker-icon-button__width:2rem;--plasma-date-picker-icon-button__padding:0.75rem;--plasma-date-picker-icon-button__radius:0.5rem;}
254
- .DatePicker_config_1fdsdve_x1cw5ca1__5be8455a{--plasma-date-picker-width:19rem;--plasma-date-picker_range-border-radius:0.5rem;--plasma-date-picker_range__divider-padding:0 0.375rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker_range__left-content-margin:0 0 0 0.5rem;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-date-picker-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-date-picker-label-wrapper-offset:0.375rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.375rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:0 0 0 0;--plasma-date-picker__indicator-placement-outer:0.25rem auto auto -0.625rem;--plasma-date-picker__indicator-placement-right:0 0 auto auto;--plasma-date-picker__indicator-placement-outer-right:0.125rem -0.6875rem auto auto;--plasma-date-picker-indicator-margin-top:0.125rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:auto 0 -0.375rem auto;--plasma-date-picker-indicator-without-label-inner-left:auto auto -0.375rem 0;--plasma-date-picker-textfield-height:2rem;--plasma-date-picker-textfield-border-radius:0.5rem;--plasma-date-picker-textfield-padding:0.5625rem 0.625rem 0.5625rem 0.625rem;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-container-width:19rem;--plasma-date-picker-calendar-container-height:17.5rem;--plasma-date-picker-calendar-border-radius:0.5rem;--plasma-date-picker-calendar__years-padding:0.5rem 0.75rem 0.625rem 0.75rem;--plasma-date-picker-calendar__year-item-border-radius:0.375rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.375rem 0.25rem 0 0.25rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.375rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0.75rem 0.625rem 0.75rem;--plasma-date-picker-calendar__month-item-border-radius:0.375rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.375rem 0.75rem 0.625rem 0.75rem;--plasma-date-picker-calendar__day-item-border-radius:0.375rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.5rem 0.75rem 0 0.75rem;--plasma-date-picker-calendar__header-arrow-gap:0;--plasma-date-picker-calendar__header-arrow-custom-size:1rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.5rem;--plasma-date-picker-calendar__header-date-gap:0.25rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h5-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h5-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h5-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h5-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h5-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h5-bold-font-weight);--plasma-date-picker-icon-button__height:2rem;--plasma-date-picker-icon-button__width:2rem;--plasma-date-picker-icon-button__padding:0.75rem;--plasma-date-picker-icon-button__radius:0.5rem;}
255
- .DatePicker_config_1fdsdve_mny3sk5__5be8455a{--plasma-datepicker-calendar-tooltip-padding-top:0.6875rem;--plasma-datepicker-calendar-tooltip-padding-right:0.875rem;--plasma-datepicker-calendar-tooltip-padding-bottom:0.6875rem;--plasma-datepicker-calendar-tooltip-padding-left:0.875rem;--plasma-datepicker-calendar-tooltip-min-height:2.5rem;--plasma-datepicker-calendar-tooltip-border-radius:0.625rem;--plasma-datepicker-calendar-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-datepicker-calendar-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-datepicker-calendar-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-datepicker-calendar-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-datepicker-calendar-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-datepicker-calendar-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-datepicker-calendar-tooltip-content-left-margin:0.375rem;--plasma-datepicker-calendar-tooltip-arrow-mask-width:1.25rem;--plasma-datepicker-calendar-tooltip-arrow-mask-height:1.25rem;--plasma-datepicker-calendar-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-datepicker-calendar-tooltip-arrow-height:0.5rem;--plasma-datepicker-calendar-tooltip-arrow-edge-margin:0.625rem;--plasma-datepicker-calendar-tooltip-arrow-background:var(--surface-solid-card-brightness);}
256
- .DatePicker_config_1fdsdve_supzqrw__5be8455a{--plasma-datepicker-calendar-tooltip-padding-top:0.5rem;--plasma-datepicker-calendar-tooltip-padding-right:0.75rem;--plasma-datepicker-calendar-tooltip-padding-bottom:0.5rem;--plasma-datepicker-calendar-tooltip-padding-left:0.75rem;--plasma-datepicker-calendar-tooltip-min-height:2rem;--plasma-datepicker-calendar-tooltip-border-radius:0.5rem;--plasma-datepicker-calendar-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-datepicker-calendar-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-datepicker-calendar-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-datepicker-calendar-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-datepicker-calendar-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-datepicker-calendar-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-datepicker-calendar-tooltip-content-left-margin:0.25rem;--plasma-datepicker-calendar-tooltip-arrow-mask-width:1rem;--plasma-datepicker-calendar-tooltip-arrow-mask-height:1rem;--plasma-datepicker-calendar-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-datepicker-calendar-tooltip-arrow-height:0.375rem;--plasma-datepicker-calendar-tooltip-arrow-edge-margin:0.5625rem;--plasma-datepicker-calendar-tooltip-arrow-background:var(--surface-solid-card-brightness);}
257
- .DatePicker_config_1fdsdve_tj60bae__5be8455a{--plasma-date-picker-disabled-opacity:0.4;}
258
- .DatePicker_config_1fdsdve_t76c66b__5be8455a{--plasma-date-picker_range-background-readonly:var(--surface-transparent-primary);--plasma-date-picker__label-color-readonly:var(--text-primary);--plasma-date-picker__left-helper-color-readonly:var(--text-secondary);--plasma-date-picker_range__divider-color-readonly:var(--text-primary);--plasma-date-picker_range__divider-opacity-readonly:0.4;--plasma-date-picker-textfield-color-readonly:var(--text-primary);--plasma-date-picker-textfield-background-color-readonly:var(--surface-transparent-primary);--plasma-date-picker-textfield-placeholder-color-readonly:var(--text-secondary);--plasma-date-picker_range__right-content-opacity-readonly:0.4;--plasma-date-picker-textfield__content-right-readonly-opacity:0.4;--plasma-date-picker-textfield-readonly-opacity:0.1;--plasma-date-picker-readonly-opacity:0.1;}
250
+ .DatePicker_config_16amete_d1ay1n83__b08b58ff{--plasma-date-picker_range-background:var(--surface-transparent-primary);--plasma-date-picker_range-background-error:var(--surface-transparent-negative);--plasma-date-picker_range-background-success:var(--surface-transparent-positive);--plasma-date-picker_range__divider-color:var(--text-primary);--plasma-date-picker__label-color:var(--text-primary);--plasma-date-picker__left-helper-color:var(--text-secondary);--plasma-date-picker__left-helper-color-error:var(--text-negative);--plasma-date-picker__left-helper-color-success:var(--text-positive);--plasma-date-picker-title-caption-color:var(--text-secondary);--plasma-date-picker-info-wrapper-hint-icon-color:var(--text-secondary);--plasma-date-picker-content-slot-color:var(--text-primary);--plasma-date-picker-content-slot-color-hover:var(--text-primary-hover);--plasma-date-picker-content-slot-color-active:var(--text-primary-active);--plasma-date-picker-content-right-slot-color:var(--text-primary);--plasma-date-picker-content-right-slot-color-hover:var(--text-primary-hover);--plasma-date-picker-content-right-slot-color-active:var(--text-primary-active);--plasma-date-picker-textfield__content-color:var(--text-secondary);--plasma-date-picker-textfield__content-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-color-active:var(--text-secondary-active);--plasma-date-picker-textfield__content-right-color:var(--text-secondary);--plasma-date-picker-textfield__content-right-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-right-color-active:var(--text-secondary-active);--plasma-date-picker-textfield-color:var(--text-primary);--plasma-date-picker-textfield-placeholder-color:var(--text-secondary);--plasma-date-picker-textfield-caret-color:var(--text-accent);--plasma-date-picker-textfield__content-color:var(--text-secondary);--plasma-date-picker-textfield__content-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-color-active:var(--text-secondary-active);--plasma-date-picker-textfield__content-right-color:var(--text-secondary);--plasma-date-picker-textfield__content-right-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-right-color-active:var(--text-secondary-active);--plasma-date-picker-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker__indicator-color:var(--surface-negative);--plasma-date-picker-textfield-background-color:var(--surface-transparent-primary);--plasma-date-picker-textfield-background-color-focus:var(--surface-transparent-secondary);--plasma-date-picker-textfield-background-color-error:var(--surface-transparent-negative);--plasma-date-picker-textfield-background-color-error-focus:var(--surface-transparent-negative-active);--plasma-date-picker-textfield-background-color-success:var(--surface-transparent-positive);--plasma-date-picker-textfield-background-color-success-focus:var(--surface-transparent-positive-active);--plasma-date-picker-textfield__before-text-color:var(--text-tertiary);--plasma-date-picker-textfield__after-text-color:var(--text-tertiary);--plasma-date-picker-focus-color:var(--text-accent);--plasma-date-picker-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-date-picker-calendar-shadow:var(--shadow-down-soft-s);--plasma-date-picker-calendar__separator-background:var(--surface-transparent-secondary);--plasma-date-picker-calendar__background-color:var(--surface-solid-card);--plasma-date-picker-calendar__selected-item-background:var(--surface-solid-default);--plasma-date-picker-calendar__selected-item-color:var(--inverse-text-primary);--plasma-date-picker-calendar__selectable-item-background-hover:var(--surface-transparent-secondary);--plasma-date-picker-calendar__current-item-border-color:var(--surface-solid-default);--plasma-date-picker-calendar__current-item-background-hover:transparent;--plasma-date-picker-calendar__current-item-color-hover:var(--text-primary);--plasma-date-picker-calendar__current-item-child-background-hover:var(--surface-transparent-secondary);--plasma-date-picker-calendar__active-item-background:var(--surface-solid-default);--plasma-date-picker-calendar__active-item-color:var(--inverse-text-primary);--plasma-date-picker-calendar__hovered-item-background:var(--surface-accent);--plasma-date-picker-calendar__hovered-item-color:var(--text-primary);--plasma-date-picker-calendar__range-background:var(--surface-transparent-secondary);--plasma-date-picker-calendar__outline-focus-color:var(--surface-accent);--plasma-date-picker-calendar__content-primary-color:var(--surface-solid-default);--plasma-date-picker-calendar__content-primary-disabled-color:var(--surface-solid-default);--plasma-date-picker-calendar__header-arrow-color:--plasma-date-picker-calendar__content-primary-color;--plasma-date-picker-calendar__content-secondary-color:var(--text-secondary);--plasma-date-picker-calendar__content-secondary-disabled-color:var(--text-secondary);--plasma-date-picker-calendar__disabled-opacity:0.4;--plasma-date-picker-icon-button__color:var(--text-primary);--plasma-date-picker-icon-button__background-color:var(--surface-clear);--plasma-date-picker-icon-button__color-hover:var(--text-primary-hover);--plasma-date-picker-icon-button__background-color-hover:var(--surface-clear);--plasma-date-picker-icon-button__color-active:var(--text-primary-hover);--plasma-date-picker-icon-button__background-color-active:var(--surface-clear);--plasma-date-picker-icon-button__focus-color:var(--surface-accent);--plasma-date-picker-calendar-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-date-picker-calendar-tooltip-box-shadow:var(--shadow-down-hard-s);--plasma-date-picker-calendar-tooltip-color:var(--text-primary);}
251
+ .DatePicker_config_16amete_lnygzaf__b08b58ff{--plasma-date-picker-width:26.5rem;--plasma-date-picker_range-border-radius:0.875rem;--plasma-date-picker_range__divider-padding:0 0.375rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker_range__left-content-margin:0 0 0 1rem;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.75rem;--plasma-date-picker-placement_inner__label-padding:0.5625rem 0 0.125rem 0;--plasma-date-picker-placement_inner__content-padding:1.5625rem 0 0.5625rem 0;--plasma-date-picker-label-wrapper-offset:0.75rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.5rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:0 0 0 0;--plasma-date-picker__indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:0 0 auto auto;--plasma-date-picker__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-date-picker-indicator-margin-top:0.25rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-date-picker-indicator-without-label-inner-left:auto auto -0.5rem 0;--plasma-date-picker-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-date-picker-info-wrapper-hint-target-size:2.375rem;--plasma-date-picker-info-wrapper-hint-without-label-placement-offset:1.438rem -2.938rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 0.563rem 0 -0.438rem;--plasma-date-picker_old_hint-inner-label-placement-offset:0.563rem -2.938rem auto auto;--plasma-date-picker_old_clear-hint-inner-label-placement-offset:0.563rem -2.188rem auto auto;--plasma-date-picker-title-caption-offset:0.375rem;--plasma-date-picker-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield-height:3.5rem;--plasma-date-picker-textfield-border-radius:0.875rem;--plasma-date-picker-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-border-radius:0.875rem;--plasma-date-picker-calendar-container-width:26.5rem;--plasma-date-picker-calendar-container-height:27rem;--plasma-date-picker-calendar__years-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__year-item-border-radius:0.75rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__month-item-border-radius:0.75rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.75rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__day-item-border-radius:0.75rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.875rem 1rem 0 1rem;--plasma-date-picker-calendar__header-arrow-gap:0.5rem;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 1rem;--plasma-date-picker-calendar__header-date-gap:0.5rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h3-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h3-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h3-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h3-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h3-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h3-bold-font-weight);--plasma-date-picker-icon-button__height:3.5rem;--plasma-date-picker-icon-button__width:3.5rem;--plasma-date-picker-icon-button__padding:1.5rem;--plasma-date-picker-icon-button__radius:0.875rem;}
252
+ .DatePicker_config_16amete_mnmm947__b08b58ff{--plasma-date-picker-width:23rem;--plasma-date-picker_range-border-radius:0.75rem;--plasma-date-picker_range__divider-padding:0 0.375rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker_range__left-content-margin:0 0 0 0.875rem;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.625rem;--plasma-date-picker-placement_inner__label-padding:0.375rem 0 0.125rem 0;--plasma-date-picker-placement_inner__content-padding:1.375rem 0 0.375rem 0;--plasma-date-picker-label-wrapper-offset:0.625rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.5rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:0 0 0 0;--plasma-date-picker__indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:0 0 auto auto;--plasma-date-picker__indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-date-picker-indicator-margin-top:0.25rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-date-picker-indicator-without-label-inner-left:auto auto -0.5rem 0;--plasma-date-picker-info-wrapper-hint-margin:-0.688rem;--plasma-date-picker-info-wrapper-hint-target-size:2.375rem;--plasma-date-picker-info-wrapper-hint-without-label-placement-offset:1.1875rem -2.813rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 0.313rem 0 -0.438rem;--plasma-date-picker_old_hint-inner-label-placement-offset:0.312rem -2.813rem auto auto;--plasma-date-picker_old_clear-hint-inner-label-placement-offset:0.312rem -2.188rem auto auto;--plasma-date-picker-title-caption-offset:0.313rem;--plasma-date-picker-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield-height:3rem;--plasma-date-picker-textfield-border-radius:0.75rem;--plasma-date-picker-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-container-width:23rem;--plasma-date-picker-calendar-container-height:22.875rem;--plasma-date-picker-calendar-border-radius:0.875rem;--plasma-date-picker-calendar__years-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__year-item-border-radius:0.625rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.625rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__month-item-border-radius:0.625rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__day-item-border-radius:0.625rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.75rem 1rem 0 1rem;--plasma-date-picker-calendar__header-arrow-gap:0.5rem;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.875rem;--plasma-date-picker-calendar__header-date-gap:0.375rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h4-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h4-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h4-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h4-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h4-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h4-bold-font-weight);--plasma-date-picker-icon-button__height:3rem;--plasma-date-picker-icon-button__width:3rem;--plasma-date-picker-icon-button__padding:1.25rem;--plasma-date-picker-icon-button__radius:0.75rem;}
253
+ .DatePicker_config_16amete_s4xtouq__b08b58ff{--plasma-date-picker-width:19.5rem;--plasma-date-picker_range-border-radius:0.625rem;--plasma-date-picker_range__divider-padding:0 0.375rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker_range__left-content-margin:0 0 0 0.75rem;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.5rem;--plasma-date-picker-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-date-picker-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-date-picker-label-wrapper-offset:0.5rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.375rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:0 0 0 0;--plasma-date-picker__indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-date-picker__indicator-placement-right:0 0 auto auto;--plasma-date-picker__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-date-picker-indicator-margin-top:0.25rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-date-picker-indicator-without-label-inner-left:auto auto -0.5rem 0;--plasma-date-picker-info-wrapper-hint-margin:-0.688rem;--plasma-date-picker-info-wrapper-hint-target-size:2.375rem;--plasma-date-picker-info-wrapper-hint-without-label-placement-offset:0.938rem -2.688rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 0.063rem 0 -0.438rem;--plasma-date-picker_old_hint-inner-label-placement-offset:0.062rem -2.688rem auto auto;--plasma-date-picker_old_clear-hint-inner-label-placement-offset:0.062rem -2.188rem auto auto;--plasma-date-picker-title-caption-offset:0.188rem;--plasma-date-picker-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield-height:2.5rem;--plasma-date-picker-textfield-border-radius:0.625rem;--plasma-date-picker-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-container-width:19.5rem;--plasma-date-picker-calendar-container-height:18.125rem;--plasma-date-picker-calendar-border-radius:0.875rem;--plasma-date-picker-calendar__years-padding:0.5rem 1rem 0.875rem 1rem;--plasma-date-picker-calendar__year-item-border-radius:0.5rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.5rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 1rem 0.875rem 1rem;--plasma-date-picker-calendar__month-item-border-radius:0.5rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 1rem 0.875rem 1rem;--plasma-date-picker-calendar__day-item-border-radius:0.5rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.75rem 1rem 0 1rem;--plasma-date-picker-calendar__header-arrow-gap:0.5rem;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.5rem;--plasma-date-picker-calendar__header-date-gap:0.25rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h4-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h4-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h4-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h4-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h4-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h4-bold-font-weight);--plasma-date-picker-icon-button__height:2rem;--plasma-date-picker-icon-button__width:2rem;--plasma-date-picker-icon-button__padding:0.75rem;--plasma-date-picker-icon-button__radius:0.5rem;}
254
+ .DatePicker_config_16amete_x1cw5ca1__b08b58ff{--plasma-date-picker-width:19rem;--plasma-date-picker_range-border-radius:0.5rem;--plasma-date-picker_range__divider-padding:0 0.375rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker_range__left-content-margin:0 0 0 0.5rem;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.375rem;--plasma-date-picker-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-date-picker-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-date-picker-label-wrapper-offset:0.375rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.375rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:0 0 0 0;--plasma-date-picker__indicator-placement-outer:0.25rem auto auto -0.625rem;--plasma-date-picker__indicator-placement-right:0 0 auto auto;--plasma-date-picker__indicator-placement-outer-right:0.125rem -0.6875rem auto auto;--plasma-date-picker-indicator-margin-top:0.125rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:auto 0 -0.375rem auto;--plasma-date-picker-indicator-without-label-inner-left:auto auto -0.375rem 0;--plasma-date-picker-info-wrapper-hint-margin:-0.688rem;--plasma-date-picker-info-wrapper-hint-target-size:2.375rem;--plasma-date-picker-info-wrapper-hint-without-label-placement-offset:0.688rem -2.063rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 -0.188rem 0 -0.688rem;--plasma-date-picker_old_hint-inner-label-placement-offset:-0.188rem -2.1875rem auto auto;--plasma-date-picker_old_clear-hint-inner-label-placement-offset:-0.188rem -1.938rem auto auto;--plasma-date-picker-title-caption-offset:0;--plasma-date-picker-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield-height:2rem;--plasma-date-picker-textfield-border-radius:0.5rem;--plasma-date-picker-textfield-padding:0.5625rem 0.625rem 0.5625rem 0.625rem;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-container-width:19rem;--plasma-date-picker-calendar-container-height:17.5rem;--plasma-date-picker-calendar-border-radius:0.5rem;--plasma-date-picker-calendar__years-padding:0.5rem 0.75rem 0.625rem 0.75rem;--plasma-date-picker-calendar__year-item-border-radius:0.375rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.375rem 0.25rem 0 0.25rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.375rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0.75rem 0.625rem 0.75rem;--plasma-date-picker-calendar__month-item-border-radius:0.375rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.375rem 0.75rem 0.625rem 0.75rem;--plasma-date-picker-calendar__day-item-border-radius:0.375rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.5rem 0.75rem 0 0.75rem;--plasma-date-picker-calendar__header-arrow-gap:0;--plasma-date-picker-calendar__header-arrow-custom-size:1rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.5rem;--plasma-date-picker-calendar__header-date-gap:0.25rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h5-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h5-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h5-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h5-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h5-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h5-bold-font-weight);--plasma-date-picker-icon-button__height:2rem;--plasma-date-picker-icon-button__width:2rem;--plasma-date-picker-icon-button__padding:0.75rem;--plasma-date-picker-icon-button__radius:0.5rem;}
255
+ .DatePicker_config_16amete_mny3sk5__b08b58ff{--plasma-date-picker-calendar-tooltip-padding-top:0.6875rem;--plasma-date-picker-calendar-tooltip-padding-right:0.875rem;--plasma-date-picker-calendar-tooltip-padding-bottom:0.6875rem;--plasma-date-picker-calendar-tooltip-padding-left:0.875rem;--plasma-date-picker-calendar-tooltip-min-height:2.5rem;--plasma-date-picker-calendar-tooltip-border-radius:0.625rem;--plasma-date-picker-calendar-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar-tooltip-content-left-margin:0.375rem;--plasma-date-picker-calendar-tooltip-arrow-mask-width:1.25rem;--plasma-date-picker-calendar-tooltip-arrow-mask-height:1.25rem;--plasma-date-picker-calendar-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-date-picker-calendar-tooltip-arrow-height:0.5rem;--plasma-date-picker-calendar-tooltip-arrow-edge-margin:0.625rem;--plasma-date-picker-calendar-tooltip-arrow-background:var(--surface-solid-card-brightness);}
256
+ .DatePicker_config_16amete_supzqrw__b08b58ff{--plasma-date-picker-calendar-tooltip-padding-top:0.5rem;--plasma-date-picker-calendar-tooltip-padding-right:0.75rem;--plasma-date-picker-calendar-tooltip-padding-bottom:0.5rem;--plasma-date-picker-calendar-tooltip-padding-left:0.75rem;--plasma-date-picker-calendar-tooltip-min-height:2rem;--plasma-date-picker-calendar-tooltip-border-radius:0.5rem;--plasma-date-picker-calendar-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar-tooltip-content-left-margin:0.25rem;--plasma-date-picker-calendar-tooltip-arrow-mask-width:1rem;--plasma-date-picker-calendar-tooltip-arrow-mask-height:1rem;--plasma-date-picker-calendar-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-date-picker-calendar-tooltip-arrow-height:0.375rem;--plasma-date-picker-calendar-tooltip-arrow-edge-margin:0.5625rem;--plasma-date-picker-calendar-tooltip-arrow-background:var(--surface-solid-card-brightness);}
257
+ .DatePicker_config_16amete_dj60bae__b08b58ff{--plasma-date-picker-calendar-hint-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-date-picker-calendar-hint-tooltip-box-shadow:var(--shadow-down-hard-m);--plasma-date-picker-calendar-hint-tooltip-color:var(--text-primary);--plasma-date-picker-calendar-hint-tooltip-arrow-background:var(--surface-solid-card-brightness);}
258
+ .DatePicker_config_16amete_m76c66b__b08b58ff{--plasma-date-picker-calendar-hint-tooltip-padding-top:0.6875rem;--plasma-date-picker-calendar-hint-tooltip-padding-right:0.875rem;--plasma-date-picker-calendar-hint-tooltip-padding-bottom:0.6875rem;--plasma-date-picker-calendar-hint-tooltip-padding-left:0.875rem;--plasma-date-picker-calendar-hint-tooltip-min-height:2.5rem;--plasma-date-picker-calendar-hint-tooltip-border-radius:0.625rem;--plasma-date-picker-calendar-hint-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar-hint-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar-hint-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar-hint-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar-hint-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar-hint-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar-hint-tooltip-content-left-margin:0.375rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-width:1.25rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-height:1.25rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-date-picker-calendar-hint-tooltip-arrow-height:0.5rem;--plasma-date-picker-calendar-hint-tooltip-arrow-edge-margin:0.625rem;}
259
+ .DatePicker_config_16amete_s5z3ioe__b08b58ff{--plasma-date-picker-calendar-hint-tooltip-padding-top:0.5rem;--plasma-date-picker-calendar-hint-tooltip-padding-right:0.75rem;--plasma-date-picker-calendar-hint-tooltip-padding-bottom:0.5rem;--plasma-date-picker-calendar-hint-tooltip-padding-left:0.75rem;--plasma-date-picker-calendar-hint-tooltip-min-height:2rem;--plasma-date-picker-calendar-hint-tooltip-border-radius:0.5rem;--plasma-date-picker-calendar-hint-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar-hint-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar-hint-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar-hint-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar-hint-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar-hint-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar-hint-tooltip-content-left-margin:0.25rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-width:1rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-height:1rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-date-picker-calendar-hint-tooltip-arrow-height:0.375rem;--plasma-date-picker-calendar-hint-tooltip-arrow-edge-margin:0.5625rem;}
260
+ .DatePicker_config_16amete_t7t6ggj__b08b58ff{--plasma-date-picker-disabled-opacity:0.4;}
261
+ .DatePicker_config_16amete_t1vynkqn__b08b58ff{--plasma-date-picker_range-background-readonly:var(--surface-transparent-primary);--plasma-date-picker__label-color-readonly:var(--text-primary);--plasma-date-picker__left-helper-color-readonly:var(--text-secondary);--plasma-date-picker_range__divider-color-readonly:var(--text-primary);--plasma-date-picker_range__divider-opacity-readonly:0.4;--plasma-date-picker-textfield-color-readonly:var(--text-primary);--plasma-date-picker-textfield-background-color-readonly:var(--surface-transparent-primary);--plasma-date-picker-textfield-placeholder-color-readonly:var(--text-secondary);--plasma-date-picker_range__right-content-opacity-readonly:0.4;--plasma-date-picker-textfield__content-right-readonly-opacity:0.4;--plasma-date-picker-textfield-readonly-opacity:0.1;--plasma-date-picker-readonly-opacity:0.1;}
262
+
263
+ .DatePicker_clear_config_1wq4nln_d1j3qlfe__72ac976f{--plasma-date-picker_range-background:transparent;--plasma-date-picker_range-background-error:transparent;--plasma-date-picker_range-background-success:transparent;--plasma-date-picker-clear__divider-color:var(--surface-transparent-tertiary);--plasma-date-picker_range__divider-color:var(--surface-transparent-clear);--plasma-date-picker__label-color:var(--text-primary);--plasma-date-picker__left-helper-color:var(--text-secondary);--plasma-date-picker__left-helper-color-error:var(--text-negative);--plasma-date-picker__left-helper-color-success:var(--text-positive);--plasma-date-picker-title-caption-color:var(--text-secondary);--plasma-date-picker-info-wrapper-hint-icon-color:var(--text-secondary);--plasma-date-picker-content-slot-color:var(--text-primary);--plasma-date-picker-content-slot-color-hover:var(--text-primary-hover);--plasma-date-picker-content-slot-color-active:var(--text-primary-active);--plasma-date-picker-content-right-slot-color:var(--text-primary);--plasma-date-picker-content-right-slot-color-hover:var(--text-primary-hover);--plasma-date-picker-content-right-slot-color-active:var(--text-primary-active);--plasma-date-picker-textfield__content-color:var(--text-secondary);--plasma-date-picker-textfield__content-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-color-active:var(--text-secondary-active);--plasma-date-picker-textfield__content-right-color:var(--text-secondary);--plasma-date-picker-textfield__content-right-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-right-color-active:var(--text-secondary-active);--plasma-date-picker-content-slot-color-success:var(--text-positive);--plasma-date-picker-content-slot-color-success-hover:var(--text-positive-hover);--plasma-date-picker-content-slot-color-success-active:var(--text-positive-active);--plasma-date-picker-textfield-content-slot-color-success:var(--text-positive);--plasma-date-picker-textfield-content-slot-color-success-hover:var(--text-positive-hover);--plasma-date-picker-textfield-content-slot-color-success-active:var(--text-positive-active);--plasma-date-picker-content-slot-color-error:var(--text-negative);--plasma-date-picker-content-slot-color-error-hover:var(--text-negative-hover);--plasma-date-picker-content-slot-color-error-active:var(--text-negative-active);--plasma-date-picker-textfield-content-slot-color-error:var(--text-negative);--plasma-date-picker-textfield-content-slot-color-error-hover:var(--text-negative-hover);--plasma-date-picker-textfield-content-slot-color-error-active:var(--text-negative-active);--plasma-date-picker-textfield-color:var(--text-primary);--plasma-date-picker-textfield-color-success:var(--text-positive);--plasma-date-picker-textfield-color-error:var(--text-negative);--plasma-date-picker-textfield-placeholder-color:var(--text-secondary);--plasma-date-picker-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-date-picker-textfield-clear-placeholder-color-focus:var(--text-tertiary);--plasma-date-picker-textfield-caret-color:var(--text-accent);--plasma-date-picker-focus-color:var(--text-accent);--plasma-date-picker-textfield-background-color:transparent;--plasma-date-picker-textfield-background-color-focus:transparent;--plasma-date-picker-textfield-background-color-error:transparent;--plasma-date-picker-textfield-background-color-error-focus:transparent;--plasma-date-picker-textfield-background-color-success:transparent;--plasma-date-picker-textfield-background-color-success-focus:transparent;--plasma-date-picker-textfield__content-color:var(--text-secondary);--plasma-date-picker-textfield__content-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-color-active:var(--text-secondary-active);--plasma-date-picker-textfield__content-right-color:var(--text-secondary);--plasma-date-picker-textfield__content-right-color-hover:var(--text-secondary-hover);--plasma-date-picker-textfield__content-right-color-active:var(--text-secondary-active);--plasma-date-picker-textfield-content-slot-color-success:var(--text-positive);--plasma-date-picker-textfield-content-slot-color-success-hover:var(--text-positive-hover);--plasma-date-picker-textfield-content-slot-color-success-active:var(--text-positive-active);--plasma-date-picker-textfield-content-slot-color-error:var(--text-negative);--plasma-date-picker-textfield-content-slot-color-error-hover:var(--text-negative-hover);--plasma-date-picker-textfield-content-slot-color-error-active:var(--text-negative-active);--plasma-date-picker-textfield__before-text-color:var(--text-tertiary);--plasma-date-picker-textfield__after-text-color:var(--text-tertiary);--plasma-date-picker-textfield__divider-color-success:var(--surface-positive);--plasma-date-picker-textfield__divider-color-error:var(--surface-negative);--plasma-date-picker-textfield__divider-color-hover:var(--text-secondary);--plasma-date-picker-textfield__divider-color-focus:var(--surface-accent);--plasma-date-picker-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker__indicator-color:var(--surface-negative);--plasma-date-picker-calendar-shadow:var(--shadow-down-soft-s);--plasma-date-picker-calendar__separator-background:var(--surface-transparent-secondary);--plasma-date-picker-calendar__background-color:var(--surface-solid-card);--plasma-date-picker-calendar__selected-item-background:var(--surface-solid-default);--plasma-date-picker-calendar__selected-item-color:var(--inverse-text-primary);--plasma-date-picker-calendar__selectable-item-background-hover:var(--surface-transparent-secondary);--plasma-date-picker-calendar__current-item-border-color:var(--surface-solid-default);--plasma-date-picker-calendar__current-item-background-hover:transparent;--plasma-date-picker-calendar__current-item-color-hover:var(--text-primary);--plasma-date-picker-calendar__current-item-child-background-hover:var(--surface-transparent-secondary);--plasma-date-picker-calendar__active-item-background:var(--surface-solid-default);--plasma-date-picker-calendar__active-item-color:var(--inverse-text-primary);--plasma-date-picker-calendar__hovered-item-background:var(--surface-accent);--plasma-date-picker-calendar__hovered-item-color:var(--text-primary);--plasma-date-picker-calendar__range-background:var(--surface-transparent-secondary);--plasma-date-picker-calendar__outline-focus-color:var(--surface-accent);--plasma-date-picker-calendar__content-primary-color:var(--surface-solid-default);--plasma-date-picker-calendar__content-primary-disabled-color:var(--surface-solid-default);--plasma-date-picker-calendar__header-arrow-color:--plasma-date-picker-calendar__content-primary-color;--plasma-date-picker-calendar__content-secondary-color:var(--text-secondary);--plasma-date-picker-calendar__content-secondary-disabled-color:var(--text-secondary);--plasma-date-picker-calendar__disabled-opacity:0.4;--plasma-date-picker-icon-button__color:var(--text-primary);--plasma-date-picker-icon-button__background-color:var(--surface-clear);--plasma-date-picker-icon-button__color-hover:var(--text-primary-hover);--plasma-date-picker-icon-button__background-color-hover:var(--surface-clear);--plasma-date-picker-icon-button__color-active:var(--text-primary-hover);--plasma-date-picker-icon-button__background-color-active:var(--surface-clear);--plasma-date-picker-icon-button__focus-color:var(--surface-accent);--plasma-date-picker-calendar-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-date-picker-calendar-tooltip-box-shadow:var(--shadow-down-hard-s);--plasma-date-picker-calendar-tooltip-color:var(--text-primary);}
264
+ .DatePicker_clear_config_1wq4nln_l3vuatz__72ac976f{--plasma-date-picker-width:26.5rem;--plasma-date-picker_range-border-radius:0.875rem;--plasma-date-picker_range__divider-padding:0 1.375rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker_range__left-content-margin:0 1.125rem 0 0;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.25rem;--plasma-date-picker-placement_inner__label-padding:0.5625rem 0 0.125rem 0;--plasma-date-picker-placement_inner__content-padding:1.5625rem 0 0.5625rem 0;--plasma-date-picker-label-wrapper-offset:0.25rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.5rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:1.5rem auto auto -0.875rem;--plasma-date-picker__indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:1.5rem -0.875rem auto auto;--plasma-date-picker__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-date-picker__clear-indicator-hint-placement-inner-right:1.5rem -2.488rem auto auto;--plasma-date-picker-indicator-margin-top:0.25rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:2.313rem -1.125rem auto auto;--plasma-date-picker-indicator-without-label-inner-left:2.313rem auto auto -1.125rem;--plasma-date-picker-indicator-without-label-outer-hint:2.313rem -3.375rem auto auto;--plasma-date-picker-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-date-picker-info-wrapper-hint-target-size:2.375rem;--plasma-date-picker-info-wrapper-hint-without-label-placement-offset:1.438rem -2.938rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-date-picker_old_hint-inner-label-placement-offset:0.563rem -2.188rem auto auto;--plasma-date-picker-title-caption-offset:0.375rem;--plasma-date-picker-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield-height:3.5rem;--plasma-date-picker-textfield-border-radius:0.875rem;--plasma-date-picker-textfield-padding:1.0625rem 0;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-border-radius:0.875rem;--plasma-date-picker-calendar-container-width:26.5rem;--plasma-date-picker-calendar-container-height:27rem;--plasma-date-picker-calendar__years-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__year-item-border-radius:0.75rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__month-item-border-radius:0.75rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.75rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__day-item-border-radius:0.75rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.875rem 1rem 0 1rem;--plasma-date-picker-calendar__header-arrow-gap:0.5rem;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 1rem;--plasma-date-picker-calendar__header-date-gap:0.5rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h3-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h3-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h3-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h3-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h3-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h3-bold-font-weight);--plasma-date-picker-icon-button__height:3.5rem;--plasma-date-picker-icon-button__width:3.5rem;--plasma-date-picker-icon-button__padding:1.5rem;--plasma-date-picker-icon-button__radius:0.875rem;}
265
+ .DatePicker_clear_config_1wq4nln_m147gnay__72ac976f{--plasma-date-picker-width:23rem;--plasma-date-picker_range-border-radius:0.75rem;--plasma-date-picker_range__divider-padding:0 1.25rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker_range__left-content-margin:0 0.875rem 0 0;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.25rem;--plasma-date-picker-placement_inner__label-padding:0.375rem 0 0.125rem 0;--plasma-date-picker-placement_inner__content-padding:1.375rem 0 0.375rem 0;--plasma-date-picker-label-wrapper-offset:0.25rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.5rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:1.25rem auto auto -0.875rem;--plasma-date-picker__indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:1.25rem -0.875rem auto auto;--plasma-date-picker__indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-date-picker__clear-indicator-hint-placement-inner-right:1.25rem -2.488rem auto auto;--plasma-date-picker-indicator-margin-top:0.25rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:2.063rem -1rem auto auto;--plasma-date-picker-indicator-without-label-inner-left:2.063rem auto auto -1rem;--plasma-date-picker-indicator-without-label-outer-hint:2.063rem -3.25rem auto auto;--plasma-date-picker-info-wrapper-hint-margin:-0.688rem;--plasma-date-picker-info-wrapper-hint-target-size:2.375rem;--plasma-date-picker-info-wrapper-hint-without-label-placement-offset:1.1875rem -2.813rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-date-picker_old_hint-inner-label-placement-offset:0.312rem -2.188rem auto auto;--plasma-date-picker-title-caption-offset:0.313rem;--plasma-date-picker-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield-height:3rem;--plasma-date-picker-textfield-border-radius:0.75rem;--plasma-date-picker-textfield-padding:0.875rem 0;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-container-width:23rem;--plasma-date-picker-calendar-container-height:22.875rem;--plasma-date-picker-calendar-border-radius:0.875rem;--plasma-date-picker-calendar__years-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__year-item-border-radius:0.625rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.625rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__month-item-border-radius:0.625rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 1rem 1.125rem 1rem;--plasma-date-picker-calendar__day-item-border-radius:0.625rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.75rem 1rem 0 1rem;--plasma-date-picker-calendar__header-arrow-gap:0.5rem;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.875rem;--plasma-date-picker-calendar__header-date-gap:0.375rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h4-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h4-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h4-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h4-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h4-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h4-bold-font-weight);--plasma-date-picker-icon-button__height:3rem;--plasma-date-picker-icon-button__width:3rem;--plasma-date-picker-icon-button__padding:1.25rem;--plasma-date-picker-icon-button__radius:0.75rem;}
266
+ .DatePicker_clear_config_1wq4nln_s1arqb1j__72ac976f{--plasma-date-picker-width:19.5rem;--plasma-date-picker_range-border-radius:0.625rem;--plasma-date-picker_range__divider-padding:0 1.125rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker_range__left-content-margin:0 0.75rem 0 0;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.25rem;--plasma-date-picker-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-date-picker-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-date-picker-label-wrapper-offset:0.25rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.375rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:1.063rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-date-picker__indicator-placement-right:1.063rem -0.75rem auto auto;--plasma-date-picker__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-date-picker__clear-indicator-hint-placement-inner-right:1.063rem -2.238rem auto auto;--plasma-date-picker-indicator-margin-top:0.25rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:1.813rem -0.875rem auto auto;--plasma-date-picker-indicator-without-label-inner-left:1.813rem auto auto -0.875rem;--plasma-date-picker-indicator-without-label-outer-hint:1.813rem -3.125rem auto auto;--plasma-date-picker-info-wrapper-hint-margin:-0.688rem;--plasma-date-picker-info-wrapper-hint-target-size:2.375rem;--plasma-date-picker-info-wrapper-hint-without-label-placement-offset:0.938rem -2.688rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-date-picker_old_hint-inner-label-placement-offset:0.062rem -2.188rem auto auto;--plasma-date-picker-title-caption-offset:0.188rem;--plasma-date-picker-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield-height:2.5rem;--plasma-date-picker-textfield-border-radius:0.625rem;--plasma-date-picker-textfield-padding:0.6875rem 0;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-container-width:19.5rem;--plasma-date-picker-calendar-container-height:18.125rem;--plasma-date-picker-calendar-border-radius:0.875rem;--plasma-date-picker-calendar__years-padding:0.5rem 1rem 0.875rem 1rem;--plasma-date-picker-calendar__year-item-border-radius:0.5rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.5rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 1rem 0.875rem 1rem;--plasma-date-picker-calendar__month-item-border-radius:0.5rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 1rem 0.875rem 1rem;--plasma-date-picker-calendar__day-item-border-radius:0.5rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.75rem 1rem 0 1rem;--plasma-date-picker-calendar__header-arrow-gap:0.5rem;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.5rem;--plasma-date-picker-calendar__header-date-gap:0.25rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h4-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h4-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h4-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h4-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h4-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h4-bold-font-weight);--plasma-date-picker-icon-button__height:2rem;--plasma-date-picker-icon-button__width:2rem;--plasma-date-picker-icon-button__padding:0.75rem;--plasma-date-picker-icon-button__radius:0.5rem;}
267
+ .DatePicker_clear_config_1wq4nln_x1tovmtn__72ac976f{--plasma-date-picker-width:19rem;--plasma-date-picker_range-border-radius:0.5rem;--plasma-date-picker_range__divider-padding:0 0.875rem;--plasma-date-picker_range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker_range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker_range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker_range__divider-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker_range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker_range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker_range__left-content-margin:0 0.5rem 0 0;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.25rem;--plasma-date-picker-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-date-picker-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-date-picker-label-wrapper-offset:0.25rem;--plasma-date-picker__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-indicator-wrapper-gap:0.25rem;--plasma-date-picker__indicator-size:0.375rem;--plasma-date-picker__indicator-size-outer:0.375rem;--plasma-date-picker__indicator-placement:0.813rem auto auto -0.625rem;--plasma-date-picker__indicator-placement-outer:0.25rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:0.813rem -0.625rem auto auto;--plasma-date-picker__indicator-placement-outer-right:0.125rem -0.75rem auto auto;--plasma-date-picker__clear-indicator-hint-placement-inner-right:0.813rem -1.988rem auto auto;--plasma-date-picker-indicator-margin-top:0.125rem;--plasma-date-picker-indicator-outer-left:-0.75rem;--plasma-date-picker-indicator-without-label-inner:1.675rem -0.75rem auto auto;--plasma-date-picker-indicator-without-label-inner-left:1.675rem auto auto -0.75rem;--plasma-date-picker-indicator-without-label-outer-hint:1.675rem -2rem auto auto;--plasma-date-picker-info-wrapper-hint-margin:-0.688rem;--plasma-date-picker-info-wrapper-hint-target-size:2.375rem;--plasma-date-picker-info-wrapper-hint-without-label-placement-offset:0.688rem -2.063rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 -0.688rem;--plasma-date-picker_old_hint-inner-label-placement-offset:-0.188rem -1.938rem auto auto;--plasma-date-picker-title-caption-offset:0;--plasma-date-picker-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield-height:2rem;--plasma-date-picker-textfield-border-radius:0.5rem;--plasma-date-picker-textfield-padding:0.5625rem 0;--plasma-date-picker-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-date-picker-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-date-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-picker-calendar-container-width:19rem;--plasma-date-picker-calendar-container-height:17.5rem;--plasma-date-picker-calendar-border-radius:0.5rem;--plasma-date-picker-calendar__years-padding:0.5rem 0.75rem 0.625rem 0.75rem;--plasma-date-picker-calendar__year-item-border-radius:0.375rem;--plasma-date-picker-calendar__year-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__year-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__year-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__year-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__year-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__year-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__quarters-padding:0.375rem 0.25rem 0 0.25rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.375rem;--plasma-date-picker-calendar__quarter-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__quarter-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__quarter-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__quarter-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__quarter-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0.75rem 0.625rem 0.75rem;--plasma-date-picker-calendar__month-item-border-radius:0.375rem;--plasma-date-picker-calendar__month-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__month-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__month-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__month-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__month-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__month-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__days-padding:0.375rem 0.75rem 0.625rem 0.75rem;--plasma-date-picker-calendar__day-item-border-radius:0.375rem;--plasma-date-picker-calendar__day-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar__day-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar__day-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar__day-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar__day-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar__day-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__header-wrapper-padding:0.5rem 0.75rem 0 0.75rem;--plasma-date-picker-calendar__header-arrow-gap:0;--plasma-date-picker-calendar__header-arrow-custom-size:1rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.5rem;--plasma-date-picker-calendar__header-date-gap:0.25rem;--plasma-date-picker-calendar__header-font-family:var(--plasma-typo-h5-font-family);--plasma-date-picker-calendar__header-font-size:var(--plasma-typo-h5-font-size);--plasma-date-picker-calendar__header-font-style:var(--plasma-typo-h5-font-style);--plasma-date-picker-calendar__header-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-date-picker-calendar__header-line-height:var(--plasma-typo-h5-line-height);--plasma-date-picker-calendar__header-font-weight:var(--plasma-typo-h5-font-weight);--plasma-date-picker-calendar__header-font-weight-bold:var(--plasma-typo-h5-bold-font-weight);--plasma-date-picker-icon-button__height:2rem;--plasma-date-picker-icon-button__width:2rem;--plasma-date-picker-icon-button__padding:0.75rem;--plasma-date-picker-icon-button__radius:0.5rem;}
268
+ .DatePicker_clear_config_1wq4nln_m157tlcg__72ac976f{--plasma-date-picker-calendar-tooltip-padding-top:0.6875rem;--plasma-date-picker-calendar-tooltip-padding-right:0.875rem;--plasma-date-picker-calendar-tooltip-padding-bottom:0.6875rem;--plasma-date-picker-calendar-tooltip-padding-left:0.875rem;--plasma-date-picker-calendar-tooltip-min-height:2.5rem;--plasma-date-picker-calendar-tooltip-border-radius:0.625rem;--plasma-date-picker-calendar-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar-tooltip-content-left-margin:0.375rem;--plasma-date-picker-calendar-tooltip-arrow-mask-width:1.25rem;--plasma-date-picker-calendar-tooltip-arrow-mask-height:1.25rem;--plasma-date-picker-calendar-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-date-picker-calendar-tooltip-arrow-height:0.5rem;--plasma-date-picker-calendar-tooltip-arrow-edge-margin:0.625rem;--plasma-date-picker-calendar-tooltip-arrow-background:var(--surface-solid-card-brightness);}
269
+ .DatePicker_clear_config_1wq4nln_s1nxpm8z__72ac976f{--plasma-date-picker-calendar-tooltip-padding-top:0.5rem;--plasma-date-picker-calendar-tooltip-padding-right:0.75rem;--plasma-date-picker-calendar-tooltip-padding-bottom:0.5rem;--plasma-date-picker-calendar-tooltip-padding-left:0.75rem;--plasma-date-picker-calendar-tooltip-min-height:2rem;--plasma-date-picker-calendar-tooltip-border-radius:0.5rem;--plasma-date-picker-calendar-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar-tooltip-content-left-margin:0.25rem;--plasma-date-picker-calendar-tooltip-arrow-mask-width:1rem;--plasma-date-picker-calendar-tooltip-arrow-mask-height:1rem;--plasma-date-picker-calendar-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-date-picker-calendar-tooltip-arrow-height:0.375rem;--plasma-date-picker-calendar-tooltip-arrow-edge-margin:0.5625rem;--plasma-date-picker-calendar-tooltip-arrow-background:var(--surface-solid-card-brightness);}
270
+ .DatePicker_clear_config_1wq4nln_du5toql__72ac976f{--plasma-date-picker-calendar-hint-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-date-picker-calendar-hint-tooltip-box-shadow:var(--shadow-down-hard-m);--plasma-date-picker-calendar-hint-tooltip-color:var(--text-primary);--plasma-date-picker-calendar-hint-tooltip-arrow-background:var(--surface-solid-card-brightness);}
271
+ .DatePicker_clear_config_1wq4nln_md7sy9t__72ac976f{--plasma-date-picker-calendar-hint-tooltip-padding-top:0.6875rem;--plasma-date-picker-calendar-hint-tooltip-padding-right:0.875rem;--plasma-date-picker-calendar-hint-tooltip-padding-bottom:0.6875rem;--plasma-date-picker-calendar-hint-tooltip-padding-left:0.875rem;--plasma-date-picker-calendar-hint-tooltip-min-height:2.5rem;--plasma-date-picker-calendar-hint-tooltip-border-radius:0.625rem;--plasma-date-picker-calendar-hint-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-calendar-hint-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-calendar-hint-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-calendar-hint-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-calendar-hint-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-calendar-hint-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-calendar-hint-tooltip-content-left-margin:0.375rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-width:1.25rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-height:1.25rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-date-picker-calendar-hint-tooltip-arrow-height:0.5rem;--plasma-date-picker-calendar-hint-tooltip-arrow-edge-margin:0.625rem;}
272
+ .DatePicker_clear_config_1wq4nln_s3u3ac7__72ac976f{--plasma-date-picker-calendar-hint-tooltip-padding-top:0.5rem;--plasma-date-picker-calendar-hint-tooltip-padding-right:0.75rem;--plasma-date-picker-calendar-hint-tooltip-padding-bottom:0.5rem;--plasma-date-picker-calendar-hint-tooltip-padding-left:0.75rem;--plasma-date-picker-calendar-hint-tooltip-min-height:2rem;--plasma-date-picker-calendar-hint-tooltip-border-radius:0.5rem;--plasma-date-picker-calendar-hint-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-calendar-hint-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-calendar-hint-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-calendar-hint-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-calendar-hint-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-calendar-hint-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-calendar-hint-tooltip-content-left-margin:0.25rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-width:1rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-height:1rem;--plasma-date-picker-calendar-hint-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-date-picker-calendar-hint-tooltip-arrow-height:0.375rem;--plasma-date-picker-calendar-hint-tooltip-arrow-edge-margin:0.5625rem;}
273
+ .DatePicker_clear_config_1wq4nln_t13q9kmo__72ac976f{--plasma-date-picker-disabled-opacity:0.4;}
274
+ .DatePicker_clear_config_1wq4nln_t1gu75gm__72ac976f{--plasma-date-picker_range-background-readonly:transparent;--plasma-date-picker__label-color-readonly:var(--text-primary);--plasma-date-picker__left-helper-color-readonly:var(--text-secondary);--plasma-date-picker_range__divider-color-readonly:var(--text-secondary);--plasma-date-picker_range__divider-opacity-readonly:0.4;--plasma-date-picker-textfield-color-readonly:var(--text-primary);--plasma-date-picker-textfield-background-color-readonly:transparent;--plasma-date-picker-textfield-placeholder-color-readonly:var(--text-secondary);--plasma-date-picker_range__right-content-opacity-readonly:0.4;--plasma-date-picker-textfield__content-right-readonly-opacity:0.4;--plasma-date-picker-textfield-readonly-opacity:0.1;--plasma-date-picker-readonly-opacity:0.1;}
259
275
 
260
276
  .DateTimePicker_config_fpbbvz_d1iks136__b6375656{--plasma-date-time-picker-outline-focus:var(--surface-accent);--plasma-date-time-picker-textfield-color:var(--text-primary);--plasma-date-time-picker-textfield-placeholder-color:var(--text-secondary);--plasma-date-time-picker-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-date-time-picker-textfield-caret-color:var(--text-accent);--plasma-date-time-picker-textfield__content-color:var(--text-secondary);--plasma-date-time-picker-textfield__content-color-hover:var(--text-secondary-hover);--plasma-date-time-picker-textfield__content-color-active:var(--text-secondary-active);--plasma-date-time-picker-textfield__content-right-color:var(--text-secondary);--plasma-date-time-picker-textfield__content-right-color-hover:var(--text-secondary-hover);--plasma-date-time-picker-textfield__content-right-color-active:var(--text-secondary-active);--plasma-date-time-picker-textfield-background-color:var(--surface-transparent-primary);--plasma-date-time-picker-textfield-background-color-hover:var(--surface-transparent-primary-active);--plasma-date-time-picker-textfield-background-color-focus:var(--surface-transparent-secondary);--plasma-date-time-picker-textfield-background-color-error:var(--surface-transparent-negative);--plasma-date-time-picker-textfield-background-color-error-focus:var(--surface-transparent-negative-active);--plasma-date-time-picker-textfield-background-color-success:var(--surface-transparent-positive);--plasma-date-time-picker-textfield-background-color-success-focus:var(--surface-transparent-positive-active);--plasma-date-time-picker__label-color:var(--text-primary);--plasma-date-time-picker__left-helper-color:var(--text-secondary);--plasma-date-time-picker__left-helper-color-error:var(--text-negative);--plasma-date-time-picker__left-helper-color-success:var(--text-positive);--plasma-date-time-picker-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-time-picker-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-time-picker-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-time-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-time-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-time-picker-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-time-picker__indicator-color:var(--surface-negative);--plasma-date-time-picker-textfield__before-text-color:var(--text-tertiary);--plasma-date-time-picker-textfield__after-text-color:var(--text-tertiary);--plasma-date-time-picker-popover-shadow:var(--shadow-down-soft-s);--plasma-date-time-picker-popover__separator-background:var(--surface-transparent-secondary);--plasma-date-time-picker-popover__background-color:var(--surface-solid-card);--plasma-date-time-picker-calendar__selected-item-background:var(--surface-solid-default);--plasma-date-time-picker-calendar__selected-item-color:var(--inverse-text-primary);--plasma-date-time-picker-calendar__selectable-item-background-hover:var(--surface-transparent-secondary);--plasma-date-time-picker-calendar__current-item-border-color:var(--surface-solid-default);--plasma-date-time-picker-calendar__current-item-background-hover:transparent;--plasma-date-time-picker-calendar__current-item-color-hover:var(--text-primary);--plasma-date-time-picker-calendar__current-item-child-background-hover:var(--surface-transparent-secondary);--plasma-date-time-picker-calendar__active-item-background:var(--surface-solid-default);--plasma-date-time-picker-calendar__active-item-color:var(--inverse-text-primary);--plasma-date-time-picker-calendar__hovered-item-background:var(--surface-accent);--plasma-date-time-picker-calendar__hovered-item-color:var(--text-primary);--plasma-date-time-picker-calendar__range-background:var(--surface-transparent-secondary);--plasma-date-time-picker-calendar__outline-focus-color:var(--surface-accent);--plasma-date-time-picker-calendar__content-primary-color:var(--surface-solid-default);--plasma-date-time-picker-calendar__content-primary-disabled-color:var(--surface-solid-default);--plasma-date-time-picker-calendar__header-arrow-color:--plasma-date-time-picker-calendar__content-primary-color;--plasma-date-time-picker-calendar__content-secondary-color:var(--text-secondary);--plasma-date-time-picker-calendar__content-secondary-disabled-color:var(--text-secondary);--plasma-date-time-picker-calendar__disabled-opacity:0.4;--plasma-date-time-picker-calendar__separator-background:var(--surface-transparent-secondary);--plasma-date-time-picker-icon-button__color:var(--text-primary);--plasma-date-time-picker-icon-button__background-color:var(--surface-clear);--plasma-date-time-picker-icon-button__color-hover:var(--text-primary-hover);--plasma-date-time-picker-icon-button__background-color-hover:var(--surface-clear);--plasma-date-time-picker-icon-button__color-active:var(--text-primary-hover);--plasma-date-time-picker-icon-button__background-color-active:var(--surface-clear);--plasma-date-time-picker-icon-button__focus-color:var(--surface-accent);--plasma-date-time-picker-calendar-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-date-time-picker-calendar-tooltip-box-shadow:var(--shadow-down-hard-s);--plasma-date-time-picker-calendar-tooltip-color:var(--text-primary);--plasma-date-time-picker-grid-item-hover-background:var(--surface-transparent-secondary);--plasma-date-time-picker-grid-item-active-background:var(--surface-transparent-secondary);--plasma-date-time-picker-grid-scrollbar-color:var(--surface-transparent-tertiary);--plasma-date-time-picker-grid-scrollbar-track-color:var(--surface-transparent-primary);--plasma-date-time-picker-shortcut-item-color:var(--text-primary);--plasma-date-time-picker-shortcut-item-background-hover:var(--surface-transparent-secondary);}
261
277
  .DateTimePicker_config_fpbbvz_x14sbtcp__b6375656{--plasma-date-time-picker-textfield-height:4rem;--plasma-date-time-picker-textfield-border-radius:1rem;--plasma-date-time-picker-textfield-padding:1.3125rem 1.125rem;--plasma-date-time-picker-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-date-time-picker-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-date-time-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-time-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-time-picker-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-time-picker-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-time-picker-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-time-picker-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-time-picker-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-time-picker-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-time-picker__label-offset:0.75rem;--plasma-date-time-picker-placement_inner__label-padding:0.8125rem 0 0.125rem 0;--plasma-date-time-picker-placement_inner__content-padding:1.813rem 0 0.813rem 0;--plasma-date-time-picker__label-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-time-picker__label-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-time-picker__label-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-time-picker__label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-time-picker__label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-time-picker__label-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-time-picker-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-time-picker-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-time-picker-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-time-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-time-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-time-picker-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-time-picker__indicator-size:0.5rem;--plasma-date-time-picker__indicator-size-outer:0.375rem;--plasma-date-time-picker__indicator-placement:0 0 0 0;--plasma-date-time-picker__indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-date-time-picker__indicator-placement-right:0 0 auto auto;--plasma-date-time-picker__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-date-time-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-time-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-time-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-time-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-time-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-time-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-time-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-time-picker-popover-border-radius:0.875rem;--plasma-date-time-picker-popover-gap:1.125rem;--plasma-date-time-picker-popover-padding:1.125rem 1.125rem 1.25rem 1.125rem;--plasma-date-time-picker-popover-vertical-padding:2.375rem;--plasma-date-time-picker-calendar-width:28rem;--plasma-date-time-picker-calendar-height:28.75rem;--plasma-date-time-picker-calendar__years-padding:0.5rem 0 0 0;--plasma-date-time-picker-calendar__year-item-border-radius:0.875rem;--plasma-date-time-picker-calendar__year-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-time-picker-calendar__year-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-time-picker-calendar__year-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-time-picker-calendar__year-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-time-picker-calendar__year-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-time-picker-calendar__year-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-time-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-time-picker-calendar__months-padding:0.5rem 0 0 0;--plasma-date-time-picker-calendar__month-item-border-radius:0.875rem;--plasma-date-time-picker-calendar__month-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-time-picker-calendar__month-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-time-picker-calendar__month-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-time-picker-calendar__month-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-time-picker-calendar__month-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-time-picker-calendar__month-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-time-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-time-picker-calendar__quarters-padding:0.5rem 0 0 0;--plasma-date-time-picker-calendar__quarter-item-border-radius:0.875rem;--plasma-date-time-picker-calendar__quarter-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-time-picker-calendar__quarter-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-time-picker-calendar__quarter-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-time-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-time-picker-calendar__quarter-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-time-picker-calendar__quarter-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-time-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-time-picker-calendar__days-padding:0.5rem 0 0 0;--plasma-date-time-picker-calendar__day-item-border-radius:0.875rem;--plasma-date-time-picker-calendar__day-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-time-picker-calendar__day-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-time-picker-calendar__day-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-time-picker-calendar__day-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-time-picker-calendar__day-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-time-picker-calendar__day-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-time-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-date-time-picker-calendar__current-item-border-width:0.063rem;--plasma-date-time-picker-calendar__header-wrapper-padding:0;--plasma-date-time-picker-calendar__header-arrow-gap:0;--plasma-date-time-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-time-picker-calendar__header-padding:0 0 0 1rem;--plasma-date-time-picker-calendar__header-date-gap:0.25rem;--plasma-date-time-picker-calendar__header-font-family:var(--plasma-typo-h3-font-family);--plasma-date-time-picker-calendar__header-font-size:var(--plasma-typo-h3-font-size);--plasma-date-time-picker-calendar__header-font-style:var(--plasma-typo-h3-font-style);--plasma-date-time-picker-calendar__header-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-date-time-picker-calendar__header-line-height:var(--plasma-typo-h3-line-height);--plasma-date-time-picker-calendar__header-font-weight:var(--plasma-typo-h3-font-weight);--plasma-date-time-picker-calendar__header-font-weight-bold:var(--plasma-typo-h3-bold-font-weight);--plasma-date-time-picker-icon-button__height:4rem;--plasma-date-time-picker-icon-button__width:4rem;--plasma-date-time-picker-icon-button__padding:1.25rem;--plasma-date-time-picker-icon-button__radius:1rem;--plasma-date-time-picker-grid-column-width:4rem;--plasma-date-time-picker-grid-column-height:28.75rem;--plasma-date-time-picker-grid-column-gap:0.125rem;--plasma-date-time-picker-grid-item-height:4rem;--plasma-date-time-picker-grid-item-border-radius:0.875rem;--plasma-date-time-picker-grid-item-padding:0;--plasma-date-time-picker-grid-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-time-picker-grid-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-time-picker-grid-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-time-picker-grid-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-time-picker-grid-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-time-picker-grid-item-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-time-picker-grid-scrollbar-width:0.125rem;--plasma-date-time-picker-grid-scrollbar-margin:0.5rem;--plasma-date-time-picker-shortcut-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-time-picker-shortcut-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-time-picker-shortcut-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-time-picker-shortcut-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-time-picker-shortcut-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-time-picker-shortcut-item-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-time-picker-shortcut-item-padding:1.313rem 0.875rem;--plasma-date-time-picker-shortcut-item-gap:0.375rem;--plasma-date-time-picker-shortcut-item-border-radius:0.875rem;}
@@ -497,29 +513,29 @@
497
513
  .Radiobox_config_yqdgm2_ty9cidw__ca1ba8c5{--plasma-radiobox-disabled-opacity:0.4;}
498
514
  .Radiobox_config_yqdgm2_tb9l5fn__ca1ba8c5{--plasma-radiobox-focus-color:var(--text-accent);}
499
515
 
500
- .Range_config_s39lcx_d1nh97pi__3dc5a20b{--plasma-range-background:var(--surface-transparent-primary);--plasma-range-background-error:var(--surface-transparent-negative);--plasma-range-background-success:var(--surface-transparent-positive);--plasma-range__divider-color:var(--text-primary);--plasma-range-info-wrapper-label-color:var(--text-primary);--plasma-range-info-wrapper-left-helper-color:var(--text-secondary);--plasma-range-info-wrapper-left-helper--error:var(--text-negative);--plasma-range-info-wrapper-left-helper--success:var(--text-positive);--plasma-range-info-wrapper-title-caption-color:var(--text-secondary);--plasma-range-info-wrapper-hint-icon-color:var(--text-secondary);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-range-textfield-color:var(--text-primary);--plasma-range-textfield-placeholder-color:var(--text-secondary);--plasma-range-textfield-caret-color:var(--text-accent);--plasma-range-textfield-background-color-hover:var(--surface-transparent-primary-hover);--plasma-range-textfield-background-color-focus:var(--surface-transparent-secondary);--plasma-range-textfield-background-color-error:var(--surface-transparent-negative);--plasma-range-textfield-background-color-error-hover:var(--surface-transparent-negative-hover);--plasma-range-textfield-background-color-error-focus:var(--surface-transparent-negative-active);--plasma-range-textfield-background-color-success:var(--surface-transparent-positive);--plasma-range-textfield-background-color-success-hover:var(--surface-transparent-positive-hover);--plasma-range-textfield-background-color-success-focus:var(--surface-transparent-positive-active);--plasma-range-textfield__before-text-color:var(--text-tertiary);--plasma-range-textfield__after-text-color:var(--text-tertiary);--plasma-range-info-wrapper-indicator-color:var(--surface-negative);--plasma-range-focus-color:var(--text-accent);--plasma-range-textfield__placeholder-color-focus:var(--text-tertiary);}
501
- .Range_config_s39lcx_xcttcgt__3dc5a20b{--plasma-range-border-radius:1rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-l-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-l-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-l-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-l-line-height);--plasma-range__left-content-margin:0 0 0 1.125rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:4rem;--plasma-range-textfield-border-radius:1rem;--plasma-range-textfield-padding:1.3125rem 1.125rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem 0;--plasma-range-textfield__right-content-margin:-0.0625rem 0 -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.75rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:1rem;--plasma-range-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.688rem -2.938rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 0.813rem 0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.375rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.5rem 0;}
502
- .Range_config_s39lcx_l7jroee__3dc5a20b{--plasma-range-border-radius:0.875rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-l-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-l-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-l-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-l-line-height);--plasma-range__left-content-margin:0 0 0 1rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:3.5rem;--plasma-range-textfield-border-radius:0.875rem;--plasma-range-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.75rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:1rem;--plasma-range-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.438rem -2.938rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 0.563rem 0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.375rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.5rem 0;}
503
- .Range_config_s39lcx_m1r89e6n__3dc5a20b{--plasma-range-border-radius:0.75rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-m-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-m-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-m-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-m-line-height);--plasma-range__left-content-margin:0 0 0 0.875rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:3rem;--plasma-range-textfield-border-radius:0.75rem;--plasma-range-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-range-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.625rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.875rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.1875rem -2.813rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 0.313rem 0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.313rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.5rem 0;}
504
- .Range_config_s39lcx_sc5cn5n__3dc5a20b{--plasma-range-border-radius:0.625rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-s-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-s-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-s-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-s-line-height);--plasma-range__left-content-margin:0 0 0 0.75rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:2.5rem;--plasma-range-textfield-border-radius:0.625rem;--plasma-range-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.5rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.75rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:0.938rem -2.688rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 0.063rem 0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.188rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.5rem 0;}
505
- .Range_config_s39lcx_x3pjoau__3dc5a20b{--plasma-range-border-radius:0.5rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range__left-content-margin:0 0 0 0.5rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:2rem;--plasma-range-textfield-border-radius:0.5rem;--plasma-range-textfield-padding:0.5625rem 0.625rem 0.5625rem 0.625rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.375rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.5rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:0.688rem -2.063rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.188rem 0 -0.688rem;--plasma-range-info-wrapper-title-caption-offset:0;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.375rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.125rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.375rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.375rem 0;}
506
- .Range_config_s39lcx_dk9yl84__3dc5a20b{--plasma-range-info-wrapper-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-range-info-wrapper-tooltip-box-shadow:var(--shadow-down-hard-m,0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08));--plasma-range-info-wrapper-tooltip-color:var(--text-primary);--plasma-range-info-wrapper-tooltip-arrow-background:var(--surface-solid-card-brightness);}
507
- .Range_config_s39lcx_mdmkit3__3dc5a20b{--plasma-range-info-wrapper-tooltip-padding-top:0.6875rem;--plasma-range-info-wrapper-tooltip-padding-right:0.875rem;--plasma-range-info-wrapper-tooltip-padding-bottom:0.6875rem;--plasma-range-info-wrapper-tooltip-padding-left:0.875rem;--plasma-range-info-wrapper-tooltip-min-height:2.5rem;--plasma-range-info-wrapper-tooltip-border-radius:0.625rem;--plasma-range-info-wrapper-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-info-wrapper-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-info-wrapper-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-info-wrapper-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-info-wrapper-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-info-wrapper-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-info-wrapper-tooltip-content-left-margin:0.375rem;--plasma-range-info-wrapper-tooltip-arrow-mask-width:1.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-height:1.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-range-info-wrapper-tooltip-arrow-height:0.5rem;--plasma-range-info-wrapper-tooltip-arrow-edge-margin:0.625rem;}
508
- .Range_config_s39lcx_s1rf2kwi__3dc5a20b{--plasma-range-info-wrapper-tooltip-padding-top:0.5rem;--plasma-range-info-wrapper-tooltip-padding-right:0.75rem;--plasma-range-info-wrapper-tooltip-padding-bottom:0.5rem;--plasma-range-info-wrapper-tooltip-padding-left:0.75rem;--plasma-range-info-wrapper-tooltip-min-height:2rem;--plasma-range-info-wrapper-tooltip-border-radius:0.5rem;--plasma-range-info-wrapper-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-tooltip-content-left-margin:0.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-width:1rem;--plasma-range-info-wrapper-tooltip-arrow-mask-height:1rem;--plasma-range-info-wrapper-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-range-info-wrapper-tooltip-arrow-height:0.375rem;--plasma-range-info-wrapper-tooltip-arrow-edge-margin:0.5625rem;}
509
- .Range_config_s39lcx_t1qz7n17__3dc5a20b{--plasma-range-disabled-opacity:0.4;}
510
- .Range_config_s39lcx_t11r2nrm__3dc5a20b{--plasma-range-background-readonly:var(--surface-transparent-primary);--plasma-range__divider-color-readonly:var(--text-secondary);--plasma-range-readonly-opacity:0.1;--plasma-range__divider-opacity-readonly:0.4;--plasma-range__right-content-opacity-readonly:0.4;--plasma-range-textfield-color-readonly:var(--text-primary);--plasma-range-textfield-background-color-readonly:transparent;--plasma-range-textfield-placeholder-color-readonly:var(--text-secondary);}
511
-
512
- .Range_clear_config_1f7lv9g_d8gr24f__fb843239{--plasma-range-background:transparent;--plasma-range-background-error:transparent;--plasma-range-background-success:transparent;--plasma-range-clear__divider-color:var(--surface-transparent-tertiary);--plasma-range__divider-color:var(--surface-transparent-clear);--plasma-range-info-wrapper-label-color:var(--text-primary);--plasma-range-info-wrapper-left-helper-color:var(--text-secondary);--plasma-range-info-wrapper-left-helper--error:var(--text-negative);--plasma-range-info-wrapper-left-helper--success:var(--text-positive);--plasma-range-info-wrapper-title-caption-color:var(--text-secondary);--plasma-range-info-wrapper-hint-icon-color:var(--text-secondary);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-content-right-slot-color:var(--text-secondary);--plasma-textfield-content-right-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-right-slot-color-active:var(--text-secondary-active);--plasma-textfield-content-slot-color-success:var(--text-positive);--plasma-textfield-content-slot-color-success-hover:var(--text-positive-hover);--plasma-textfield-content-slot-color-success-active:var(--text-positive-active);--plasma-textfield-content-slot-color-error:var(--text-negative);--plasma-textfield-content-slot-color-error-hover:var(--text-negative-hover);--plasma-textfield-content-slot-color-error-active:var(--text-negative-active);--plasma-range-textfield-color:var(--text-primary);--plasma-range-textfield-color-success:var(--text-positive);--plasma-range-textfield-color-error:var(--text-negative);--plasma-range-focus-color:var(--text-accent);--plasma-range-textfield-placeholder-color:var(--text-secondary);--plasma-range-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-range-textfield-clear-placeholder-color-focus:var(--text-tertiary);--plasma-range-textfield-caret-color:var(--text-accent);--plasma-range-textfield-background-color-hover:transparent;--plasma-range-textfield-background-color-focus:transparent;--plasma-range-textfield-background-color-error:transparent;--plasma-range-textfield-background-color-error-hover:transparent;--plasma-range-textfield-background-color-error-focus:transparent;--plasma-range-textfield-background-color-success:transparent;--plasma-range-textfield-background-color-success-hover:transparent;--plasma-range-textfield-background-color-success-focus:transparent;--plasma-range-textfield__before-text-color:var(--text-tertiary);--plasma-range-textfield__after-text-color:var(--text-tertiary);--plasma-range-textfield__divider-color-success:var(--surface-positive);--plasma-range-textfield__divider-color-error:var(--surface-negative);--plasma-range-textfield__divider-color-hover:var(--text-secondary);--plasma-range-textfield__divider-color-focus:var(--surface-accent);--plasma-range-info-wrapper-indicator-color:var(--surface-negative);}
513
- .Range_clear_config_1f7lv9g_x1o6gqcb__fb843239{--plasma-range-border-radius:1rem;--plasma-range__divider-padding:0 1.5rem;--plasma-range__divider-font-family:var(--plasma-typo-body-l-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-l-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-l-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-l-line-height);--plasma-range__left-content-margin:0 1.125rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:4rem;--plasma-range-textfield-border-radius:1rem;--plasma-range-textfield-padding:1.3125rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem 0;--plasma-range-textfield__right-content-margin:-0.0625rem 0 -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:1rem;--plasma-range-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.688rem -2.938rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.375rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:2.563rem -1.25rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:2.563rem auto auto -1.25rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:2.563rem -3.5rem auto auto;}
514
- .Range_clear_config_1f7lv9g_l10h3yah__fb843239{--plasma-range-border-radius:0.875rem;--plasma-range__divider-padding:0 1.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-l-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-l-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-l-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-l-line-height);--plasma-range__left-content-margin:0 1.125rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:3.5rem;--plasma-range-textfield-border-radius:0.875rem;--plasma-range-textfield-padding:1.0625rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:1rem;--plasma-range-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.438rem -2.938rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.375rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:2.313rem -1.125rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:2.313rem auto auto -1.125rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:2.313rem -3.375rem auto auto;}
515
- .Range_clear_config_1f7lv9g_m15z3isz__fb843239{--plasma-range-border-radius:0.75rem;--plasma-range__divider-padding:0 1.25rem;--plasma-range__divider-font-family:var(--plasma-typo-body-m-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-m-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-m-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-m-line-height);--plasma-range__left-content-margin:0 0.875rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:3rem;--plasma-range-textfield-border-radius:0.75rem;--plasma-range-textfield-padding:0.875rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-range-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.875rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.1875rem -2.813rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.313rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:2.063rem -1rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:2.063rem auto auto -1rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:2.063rem -3.25rem auto auto;}
516
- .Range_clear_config_1f7lv9g_s13i67c__fb843239{--plasma-range-border-radius:0.625rem;--plasma-range__divider-padding:0 1.125rem;--plasma-range__divider-font-family:var(--plasma-typo-body-s-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-s-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-s-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-s-line-height);--plasma-range__left-content-margin:0 0.75rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:2.5rem;--plasma-range-textfield-border-radius:0.625rem;--plasma-range-textfield-padding:0.6875rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.75rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:0.938rem -2.688rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.188rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:1.813rem -0.875rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:1.813rem auto auto -0.875rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:1.813rem -3.125rem auto auto;}
517
- .Range_clear_config_1f7lv9g_x17tesvn__fb843239{--plasma-range-border-radius:0.5rem;--plasma-range__divider-padding:0 0.875rem;--plasma-range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range__left-content-margin:0 0.5rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:2rem;--plasma-range-textfield-border-radius:0.5rem;--plasma-range-textfield-padding:0.5625rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.5rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:0.688rem -2.063rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.688rem;--plasma-range-info-wrapper-title-caption-offset:0;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.375rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.125rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:1.875rem -0.75rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:1.625rem auto auto -0.75rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:1.625rem -2rem auto auto;}
518
- .Range_clear_config_1f7lv9g_d117xsxl__fb843239{--plasma-range-info-wrapper-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-range-info-wrapper-tooltip-box-shadow:var(--shadow-down-hard-m,0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08));--plasma-range-info-wrapper-tooltip-color:var(--text-primary);--plasma-range-info-wrapper-tooltip-arrow-background:var(--surface-solid-card-brightness);}
519
- .Range_clear_config_1f7lv9g_mrpx6of__fb843239{--plasma-range-info-wrapper-tooltip-padding-top:0.6875rem;--plasma-range-info-wrapper-tooltip-padding-right:0.875rem;--plasma-range-info-wrapper-tooltip-padding-bottom:0.6875rem;--plasma-range-info-wrapper-tooltip-padding-left:0.875rem;--plasma-range-info-wrapper-tooltip-min-height:2.5rem;--plasma-range-info-wrapper-tooltip-border-radius:0.625rem;--plasma-range-info-wrapper-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-info-wrapper-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-info-wrapper-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-info-wrapper-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-info-wrapper-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-info-wrapper-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-info-wrapper-tooltip-content-left-margin:0.375rem;--plasma-range-info-wrapper-tooltip-arrow-mask-width:1.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-height:1.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-range-info-wrapper-tooltip-arrow-height:0.5rem;--plasma-range-info-wrapper-tooltip-arrow-edge-margin:0.625rem;}
520
- .Range_clear_config_1f7lv9g_s18ypdbp__fb843239{--plasma-range-info-wrapper-tooltip-padding-top:0.5rem;--plasma-range-info-wrapper-tooltip-padding-right:0.75rem;--plasma-range-info-wrapper-tooltip-padding-bottom:0.5rem;--plasma-range-info-wrapper-tooltip-padding-left:0.75rem;--plasma-range-info-wrapper-tooltip-min-height:2rem;--plasma-range-info-wrapper-tooltip-border-radius:0.5rem;--plasma-range-info-wrapper-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-tooltip-content-left-margin:0.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-width:1rem;--plasma-range-info-wrapper-tooltip-arrow-mask-height:1rem;--plasma-range-info-wrapper-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-range-info-wrapper-tooltip-arrow-height:0.375rem;--plasma-range-info-wrapper-tooltip-arrow-edge-margin:0.5625rem;}
521
- .Range_clear_config_1f7lv9g_tw1pqs0__fb843239{--plasma-range-disabled-opacity:0.4;}
522
- .Range_clear_config_1f7lv9g_t4on9cb__fb843239{--plasma-range-background-readonly:var(--surface-transparent-primary);--plasma-range__divider-color-readonly:var(--text-secondary);--plasma-range-readonly-opacity:0.1;--plasma-range__divider-opacity-readonly:0.4;--plasma-range__right-content-opacity-readonly:0.4;--plasma-range-textfield-color-readonly:var(--text-primary);--plasma-range-textfield-background-color-readonly:transparent;--plasma-range-textfield-placeholder-color-readonly:var(--text-secondary);}
516
+ .Range_config_jq2fpv_d1nh97pi__c964da05{--plasma-range-background:var(--surface-transparent-primary);--plasma-range-background-error:var(--surface-transparent-negative);--plasma-range-background-success:var(--surface-transparent-positive);--plasma-range__divider-color:var(--text-primary);--plasma-range-info-wrapper-label-color:var(--text-primary);--plasma-range-info-wrapper-left-helper-color:var(--text-secondary);--plasma-range-info-wrapper-left-helper--error:var(--text-negative);--plasma-range-info-wrapper-left-helper--success:var(--text-positive);--plasma-range-info-wrapper-title-caption-color:var(--text-secondary);--plasma-range-info-wrapper-hint-icon-color:var(--text-secondary);--plasma-range-content-slot-color:var(--text-primary);--plasma-range-content-slot-color-hover:var(--text-primary-hover);--plasma-range-content-slot-color-active:var(--text-primary-active);--plasma-range-content-right-slot-color:var(--text-primary);--plasma-range-content-right-slot-color-hover:var(--text-primary-hover);--plasma-range-content-right-slot-color-active:var(--text-primary-active);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-content-right-slot-color:var(--text-secondary);--plasma-textfield-content-right-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-right-slot-color-active:var(--text-secondary-active);--plasma-range-textfield-color:var(--text-primary);--plasma-range-textfield-placeholder-color:var(--text-secondary);--plasma-range-textfield-caret-color:var(--text-accent);--plasma-range-textfield-background-color-hover:var(--surface-transparent-primary-hover);--plasma-range-textfield-background-color-focus:var(--surface-transparent-secondary);--plasma-range-textfield-background-color-error:var(--surface-transparent-negative);--plasma-range-textfield-background-color-error-hover:var(--surface-transparent-negative-hover);--plasma-range-textfield-background-color-error-focus:var(--surface-transparent-negative-active);--plasma-range-textfield-background-color-success:var(--surface-transparent-positive);--plasma-range-textfield-background-color-success-hover:var(--surface-transparent-positive-hover);--plasma-range-textfield-background-color-success-focus:var(--surface-transparent-positive-active);--plasma-range-textfield__before-text-color:var(--text-tertiary);--plasma-range-textfield__after-text-color:var(--text-tertiary);--plasma-range-info-wrapper-indicator-color:var(--surface-negative);--plasma-range-focus-color:var(--text-accent);--plasma-range-textfield__placeholder-color-focus:var(--text-tertiary);}
517
+ .Range_config_jq2fpv_xcttcgt__c964da05{--plasma-range-border-radius:1rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-l-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-l-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-l-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-l-line-height);--plasma-range__left-content-margin:0 0 0 1.125rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:4rem;--plasma-range-textfield-border-radius:1rem;--plasma-range-textfield-padding:1.3125rem 1.125rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem 0;--plasma-range-textfield__right-content-margin:-0.0625rem 0 -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.75rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:1rem;--plasma-range-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.688rem -2.938rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 0.813rem 0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.375rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.5rem 0;}
518
+ .Range_config_jq2fpv_l7jroee__c964da05{--plasma-range-border-radius:0.875rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-l-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-l-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-l-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-l-line-height);--plasma-range__left-content-margin:0 0 0 1rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:3.5rem;--plasma-range-textfield-border-radius:0.875rem;--plasma-range-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.75rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:1rem;--plasma-range-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.438rem -2.938rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 0.563rem 0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.375rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.5rem 0;}
519
+ .Range_config_jq2fpv_m1r89e6n__c964da05{--plasma-range-border-radius:0.75rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-m-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-m-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-m-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-m-line-height);--plasma-range__left-content-margin:0 0 0 0.875rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:3rem;--plasma-range-textfield-border-radius:0.75rem;--plasma-range-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-range-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.625rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.875rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.1875rem -2.813rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 0.313rem 0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.313rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.5rem 0;}
520
+ .Range_config_jq2fpv_sc5cn5n__c964da05{--plasma-range-border-radius:0.625rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-s-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-s-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-s-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-s-line-height);--plasma-range__left-content-margin:0 0 0 0.75rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:2.5rem;--plasma-range-textfield-border-radius:0.625rem;--plasma-range-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.5rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.75rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:0.938rem -2.688rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 0.063rem 0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.188rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.5rem 0;}
521
+ .Range_config_jq2fpv_x3pjoau__c964da05{--plasma-range-border-radius:0.5rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range__left-content-margin:0 0 0 0.5rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:2rem;--plasma-range-textfield-border-radius:0.5rem;--plasma-range-textfield-padding:0.5625rem 0.625rem 0.5625rem 0.625rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.375rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.5rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:0.688rem -2.063rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.188rem 0 -0.688rem;--plasma-range-info-wrapper-title-caption-offset:0;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.375rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.125rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.375rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.375rem 0;}
522
+ .Range_config_jq2fpv_dk9yl84__c964da05{--plasma-range-info-wrapper-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-range-info-wrapper-tooltip-box-shadow:var(--shadow-down-hard-m,0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08));--plasma-range-info-wrapper-tooltip-color:var(--text-primary);--plasma-range-info-wrapper-tooltip-arrow-background:var(--surface-solid-card-brightness);}
523
+ .Range_config_jq2fpv_mdmkit3__c964da05{--plasma-range-info-wrapper-tooltip-padding-top:0.6875rem;--plasma-range-info-wrapper-tooltip-padding-right:0.875rem;--plasma-range-info-wrapper-tooltip-padding-bottom:0.6875rem;--plasma-range-info-wrapper-tooltip-padding-left:0.875rem;--plasma-range-info-wrapper-tooltip-min-height:2.5rem;--plasma-range-info-wrapper-tooltip-border-radius:0.625rem;--plasma-range-info-wrapper-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-info-wrapper-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-info-wrapper-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-info-wrapper-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-info-wrapper-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-info-wrapper-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-info-wrapper-tooltip-content-left-margin:0.375rem;--plasma-range-info-wrapper-tooltip-arrow-mask-width:1.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-height:1.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-range-info-wrapper-tooltip-arrow-height:0.5rem;--plasma-range-info-wrapper-tooltip-arrow-edge-margin:0.625rem;}
524
+ .Range_config_jq2fpv_s1rf2kwi__c964da05{--plasma-range-info-wrapper-tooltip-padding-top:0.5rem;--plasma-range-info-wrapper-tooltip-padding-right:0.75rem;--plasma-range-info-wrapper-tooltip-padding-bottom:0.5rem;--plasma-range-info-wrapper-tooltip-padding-left:0.75rem;--plasma-range-info-wrapper-tooltip-min-height:2rem;--plasma-range-info-wrapper-tooltip-border-radius:0.5rem;--plasma-range-info-wrapper-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-tooltip-content-left-margin:0.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-width:1rem;--plasma-range-info-wrapper-tooltip-arrow-mask-height:1rem;--plasma-range-info-wrapper-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-range-info-wrapper-tooltip-arrow-height:0.375rem;--plasma-range-info-wrapper-tooltip-arrow-edge-margin:0.5625rem;}
525
+ .Range_config_jq2fpv_t1qz7n17__c964da05{--plasma-range-disabled-opacity:0.4;}
526
+ .Range_config_jq2fpv_t11r2nrm__c964da05{--plasma-range-background-readonly:var(--surface-transparent-primary);--plasma-range__divider-color-readonly:var(--text-secondary);--plasma-range-readonly-opacity:0.1;--plasma-range__divider-opacity-readonly:0.4;--plasma-range__right-content-opacity-readonly:0.4;--plasma-range-textfield-color-readonly:var(--text-primary);--plasma-range-textfield-background-color-readonly:transparent;--plasma-range-textfield-placeholder-color-readonly:var(--text-secondary);}
527
+
528
+ .Range_clear_config_w9gll5_d8gr24f__153542e5{--plasma-range-background:transparent;--plasma-range-background-error:transparent;--plasma-range-background-success:transparent;--plasma-range-clear__divider-color:var(--surface-transparent-tertiary);--plasma-range__divider-color:var(--surface-transparent-clear);--plasma-range-info-wrapper-label-color:var(--text-primary);--plasma-range-info-wrapper-left-helper-color:var(--text-secondary);--plasma-range-info-wrapper-left-helper--error:var(--text-negative);--plasma-range-info-wrapper-left-helper--success:var(--text-positive);--plasma-range-info-wrapper-title-caption-color:var(--text-secondary);--plasma-range-info-wrapper-hint-icon-color:var(--text-secondary);--plasma-range-content-slot-color:var(--text-primary);--plasma-range-content-slot-color-hover:var(--text-primary-hover);--plasma-range-content-slot-color-active:var(--text-primary-active);--plasma-range-content-right-slot-color:var(--text-primary);--plasma-range-content-right-slot-color-hover:var(--text-primary-hover);--plasma-range-content-right-slot-color-active:var(--text-primary-active);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-content-right-slot-color:var(--text-secondary);--plasma-textfield-content-right-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-right-slot-color-active:var(--text-secondary-active);--plasma-range-content-slot-color-success:var(--text-positive);--plasma-range-content-slot-color-success-hover:var(--text-positive-hover);--plasma-range-content-slot-color-success-active:var(--text-positive-active);--plasma-textfield-content-slot-color-success:var(--text-positive);--plasma-textfield-content-slot-color-success-hover:var(--text-positive-hover);--plasma-textfield-content-slot-color-success-active:var(--text-positive-active);--plasma-range-content-slot-color-error:var(--text-negative);--plasma-range-content-slot-color-error-hover:var(--text-negative-hover);--plasma-range-content-slot-color-error-active:var(--text-negative-active);--plasma-textfield-content-slot-color-error:var(--text-negative);--plasma-textfield-content-slot-color-error-hover:var(--text-negative-hover);--plasma-textfield-content-slot-color-error-active:var(--text-negative-active);--plasma-range-textfield-color:var(--text-primary);--plasma-range-textfield-color-success:var(--text-positive);--plasma-range-textfield-color-error:var(--text-negative);--plasma-range-focus-color:var(--text-accent);--plasma-range-textfield-placeholder-color:var(--text-secondary);--plasma-range-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-range-textfield-clear-placeholder-color-focus:var(--text-tertiary);--plasma-range-textfield-caret-color:var(--text-accent);--plasma-range-textfield-background-color-hover:transparent;--plasma-range-textfield-background-color-focus:transparent;--plasma-range-textfield-background-color-error:transparent;--plasma-range-textfield-background-color-error-hover:transparent;--plasma-range-textfield-background-color-error-focus:transparent;--plasma-range-textfield-background-color-success:transparent;--plasma-range-textfield-background-color-success-hover:transparent;--plasma-range-textfield-background-color-success-focus:transparent;--plasma-range-textfield__before-text-color:var(--text-tertiary);--plasma-range-textfield__after-text-color:var(--text-tertiary);--plasma-range-textfield__divider-color-success:var(--surface-positive);--plasma-range-textfield__divider-color-error:var(--surface-negative);--plasma-range-textfield__divider-color-hover:var(--text-secondary);--plasma-range-textfield__divider-color-focus:var(--surface-accent);--plasma-range-info-wrapper-indicator-color:var(--surface-negative);}
529
+ .Range_clear_config_w9gll5_x1o6gqcb__153542e5{--plasma-range-border-radius:1rem;--plasma-range__divider-padding:0 1.5rem;--plasma-range__divider-font-family:var(--plasma-typo-body-l-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-l-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-l-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-l-line-height);--plasma-range__left-content-margin:0 1.125rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:4rem;--plasma-range-textfield-border-radius:1rem;--plasma-range-textfield-padding:1.3125rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem 0;--plasma-range-textfield__right-content-margin:-0.0625rem 0 -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:1rem;--plasma-range-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.688rem -2.938rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.375rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:2.563rem -1.25rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:2.563rem auto auto -1.25rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:2.563rem -3.5rem auto auto;}
530
+ .Range_clear_config_w9gll5_l10h3yah__153542e5{--plasma-range-border-radius:0.875rem;--plasma-range__divider-padding:0 1.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-l-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-l-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-l-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-l-line-height);--plasma-range__left-content-margin:0 1.125rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:3.5rem;--plasma-range-textfield-border-radius:0.875rem;--plasma-range-textfield-padding:1.0625rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:1rem;--plasma-range-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.438rem -2.938rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.375rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:2.313rem -1.125rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:2.313rem auto auto -1.125rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:2.313rem -3.375rem auto auto;}
531
+ .Range_clear_config_w9gll5_m15z3isz__153542e5{--plasma-range-border-radius:0.75rem;--plasma-range__divider-padding:0 1.25rem;--plasma-range__divider-font-family:var(--plasma-typo-body-m-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-m-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-m-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-m-line-height);--plasma-range__left-content-margin:0 0.875rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:3rem;--plasma-range-textfield-border-radius:0.75rem;--plasma-range-textfield-padding:0.875rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-range-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.875rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.1875rem -2.813rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.313rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:2.063rem -1rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:2.063rem auto auto -1rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:2.063rem -3.25rem auto auto;}
532
+ .Range_clear_config_w9gll5_s13i67c__153542e5{--plasma-range-border-radius:0.625rem;--plasma-range__divider-padding:0 1.125rem;--plasma-range__divider-font-family:var(--plasma-typo-body-s-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-s-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-s-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-s-line-height);--plasma-range__left-content-margin:0 0.75rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:2.5rem;--plasma-range-textfield-border-radius:0.625rem;--plasma-range-textfield-padding:0.6875rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.75rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:0.938rem -2.688rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.188rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:1.813rem -0.875rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:1.813rem auto auto -0.875rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:1.813rem -3.125rem auto auto;}
533
+ .Range_clear_config_w9gll5_x17tesvn__153542e5{--plasma-range-border-radius:0.5rem;--plasma-range__divider-padding:0 0.875rem;--plasma-range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range__left-content-margin:0 0.5rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:2rem;--plasma-range-textfield-border-radius:0.5rem;--plasma-range-textfield-padding:0.5625rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.5rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:0.688rem -2.063rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.688rem;--plasma-range-info-wrapper-title-caption-offset:0;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.375rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.125rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:1.875rem -0.75rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:1.625rem auto auto -0.75rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:1.625rem -2rem auto auto;}
534
+ .Range_clear_config_w9gll5_d117xsxl__153542e5{--plasma-range-info-wrapper-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-range-info-wrapper-tooltip-box-shadow:var(--shadow-down-hard-m,0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08));--plasma-range-info-wrapper-tooltip-color:var(--text-primary);--plasma-range-info-wrapper-tooltip-arrow-background:var(--surface-solid-card-brightness);}
535
+ .Range_clear_config_w9gll5_mrpx6of__153542e5{--plasma-range-info-wrapper-tooltip-padding-top:0.6875rem;--plasma-range-info-wrapper-tooltip-padding-right:0.875rem;--plasma-range-info-wrapper-tooltip-padding-bottom:0.6875rem;--plasma-range-info-wrapper-tooltip-padding-left:0.875rem;--plasma-range-info-wrapper-tooltip-min-height:2.5rem;--plasma-range-info-wrapper-tooltip-border-radius:0.625rem;--plasma-range-info-wrapper-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-info-wrapper-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-info-wrapper-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-info-wrapper-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-info-wrapper-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-info-wrapper-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-info-wrapper-tooltip-content-left-margin:0.375rem;--plasma-range-info-wrapper-tooltip-arrow-mask-width:1.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-height:1.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-range-info-wrapper-tooltip-arrow-height:0.5rem;--plasma-range-info-wrapper-tooltip-arrow-edge-margin:0.625rem;}
536
+ .Range_clear_config_w9gll5_s18ypdbp__153542e5{--plasma-range-info-wrapper-tooltip-padding-top:0.5rem;--plasma-range-info-wrapper-tooltip-padding-right:0.75rem;--plasma-range-info-wrapper-tooltip-padding-bottom:0.5rem;--plasma-range-info-wrapper-tooltip-padding-left:0.75rem;--plasma-range-info-wrapper-tooltip-min-height:2rem;--plasma-range-info-wrapper-tooltip-border-radius:0.5rem;--plasma-range-info-wrapper-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-tooltip-content-left-margin:0.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-width:1rem;--plasma-range-info-wrapper-tooltip-arrow-mask-height:1rem;--plasma-range-info-wrapper-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-range-info-wrapper-tooltip-arrow-height:0.375rem;--plasma-range-info-wrapper-tooltip-arrow-edge-margin:0.5625rem;}
537
+ .Range_clear_config_w9gll5_tw1pqs0__153542e5{--plasma-range-disabled-opacity:0.4;}
538
+ .Range_clear_config_w9gll5_t4on9cb__153542e5{--plasma-range-background-readonly:var(--surface-transparent-primary);--plasma-range__divider-color-readonly:var(--text-secondary);--plasma-range-readonly-opacity:0.1;--plasma-range__divider-opacity-readonly:0.4;--plasma-range__right-content-opacity-readonly:0.4;--plasma-range-textfield-color-readonly:var(--text-primary);--plasma-range-textfield-background-color-readonly:transparent;--plasma-range-textfield-placeholder-color-readonly:var(--text-secondary);}
523
539
 
524
540
  .Rating_config_m8j095_d4wv9lv__a26b8ceb{--plasma-rating-color:var(--text-primary);--plasma-rating_helper-text_color:var(--text-secondary);--plasma-rating_icon_color:var(--text-primary);--plasma-rating_outline-icon_color:var(--text-primary);}
525
541
  .Rating_config_m8j095_aegxbm4__a26b8ceb{--plasma-rating-color:var(--text-primary);--plasma-rating_helper-text_color:var(--text-secondary);--plasma-rating_icon_color:#F3A912;--plasma-rating_outline-icon_color:var(--text-tertiary);}
@@ -729,35 +745,35 @@
729
745
  .VerticalIconTabItem_config_nq85hw_lfxeuch__1890edf3{--plasma-tab-item-border-radius:0.75rem;--plasma-tab-item-padding-orientation-vertical:1rem 1.125rem;--plasma-tab-item-content-gap:0.5rem;--plasma-tab-item-content-padding:0.125rem;--plasma-tab-item-action-content-margin-left:0.125rem;}
730
746
  .VerticalIconTabItem_config_nq85hw_t4ulgqc__1890edf3{--plasma-tabs-disabled-opacity:0.4;}
731
747
 
732
- .TextArea_config_2dmw6b_d1g7h1jw__fc76760f{--plasma-textarea-input-background-color:var(--surface-transparent-primary);--plasma-textarea-input-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-input-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-input-background-color-focus:var(--surface-transparent-secondary);--plasma-textarea-helpers-background-color:var(--surface-transparent-primary);--plasma-textarea-helpers-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-helpers-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-helpers-background-color-focus:var(--surface-transparent-secondary);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-secondary);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-scrollbar-thumb-background-color:var(--surface-transparent-tertiary);--plasma-textarea-scrollbar-thumb-background-color-hover:var(--surface-transparent-tertiary-hover);--plasma-textarea-scrollbar-thumb-background-color-active:var(--surface-transparent-tertiary-active);--plasma-textarea-scrollbar-track-background-color:var(--surface-transparent-primary);--plasma-textarea-scrollbar-track-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-scrollbar-track-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-divider-color:var(--surface-transparent-tertiary);--plasma-textarea-divider-color-hover:var(--text-secondary);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__title-caption-color:var(--text-secondary);--plasma-textarea__hint-icon-color:var(--text-secondary);}
733
- .TextArea_config_2dmw6b_p1rie450__fc76760f{--plasma-textarea-input-background-color:var(--surface-transparent-positive);--plasma-textarea-input-background-color-hover:var(--surface-transparent-positive-hover);--plasma-textarea-input-background-color-active:var(--surface-transparent-positive-active);--plasma-textarea-input-background-color-focus:var(--surface-transparent-positive);--plasma-textarea-helpers-background-color:var(--surface-transparent-positive);--plasma-textarea-helpers-background-color-hover:var(--surface-transparent-positive-hover);--plasma-textarea-helpers-background-color-active:var(--surface-transparent-positive-active);--plasma-textarea-helpers-background-color-focus:var(--surface-transparent-positive);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-positive);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-positive);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-scrollbar-thumb-background-color:var(--surface-transparent-tertiary);--plasma-textarea-scrollbar-thumb-background-color-hover:var(--surface-transparent-tertiary-hover);--plasma-textarea-scrollbar-thumb-background-color-active:var(--surface-transparent-tertiary-active);--plasma-textarea-scrollbar-track-background-color:var(--surface-transparent-primary);--plasma-textarea-scrollbar-track-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-scrollbar-track-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-divider-color:var(--surface-positive);--plasma-textarea-divider-color-hover:var(--surface-positive);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__title-caption-color:var(--text-secondary);--plasma-textarea__hint-icon-color:var(--text-secondary);}
734
- .TextArea_config_2dmw6b_w1klrxlo__fc76760f{--plasma-textarea-input-background-color:var(--surface-transparent-warning);--plasma-textarea-input-background-color-hover:var(--surface-transparent-warning-hover);--plasma-textarea-input-background-color-active:var(--surface-transparent-warning-active);--plasma-textarea-input-background-color-focus:var(--surface-transparent-warning);--plasma-textarea-helpers-background-color:var(--surface-transparent-warning);--plasma-textarea-helpers-background-color-hover:var(--surface-transparent-warning-hover);--plasma-textarea-helpers-background-color-active:var(--surface-transparent-warning-active);--plasma-textarea-helpers-background-color-focus:var(--surface-transparent-warning);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-warning);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-warning);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-scrollbar-thumb-background-color:var(--surface-transparent-tertiary);--plasma-textarea-scrollbar-thumb-background-color-hover:var(--surface-transparent-tertiary-hover);--plasma-textarea-scrollbar-thumb-background-color-active:var(--surface-transparent-tertiary-active);--plasma-textarea-scrollbar-track-background-color:var(--surface-transparent-primary);--plasma-textarea-scrollbar-track-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-scrollbar-track-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-divider-color:var(--surface-warning);--plasma-textarea-divider-color-hover:var(--surface-warning);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__title-caption-color:var(--text-secondary);--plasma-textarea__hint-icon-color:var(--text-secondary);}
735
- .TextArea_config_2dmw6b_n1ui7a2o__fc76760f{--plasma-textarea-input-background-color:var(--surface-transparent-negative);--plasma-textarea-input-background-color-hover:var(--surface-transparent-negative-hover);--plasma-textarea-input-background-color-active:var(--surface-transparent-negative-active);--plasma-textarea-input-background-color-focus:var(--surface-transparent-negative);--plasma-textarea-helpers-background-color:var(--surface-transparent-negative);--plasma-textarea-helpers-background-color-hover:var(--surface-transparent-negative-hover);--plasma-textarea-helpers-background-color-active:var(--surface-transparent-negative-active);--plasma-textarea-helpers-background-color-focus:var(--surface-transparent-negative);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-negative);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-negative);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-scrollbar-thumb-background-color:var(--surface-transparent-tertiary);--plasma-textarea-scrollbar-thumb-background-color-hover:var(--surface-transparent-tertiary-hover);--plasma-textarea-scrollbar-thumb-background-color-active:var(--surface-transparent-tertiary-active);--plasma-textarea-scrollbar-track-background-color:var(--surface-transparent-primary);--plasma-textarea-scrollbar-track-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-scrollbar-track-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-divider-color:var(--surface-negative);--plasma-textarea-divider-color-hover:var(--surface-negative);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__title-caption-color:var(--text-secondary);--plasma-textarea__hint-icon-color:var(--text-secondary);}
736
- .TextArea_config_2dmw6b_x15h3znf__fc76760f{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:1rem;--plasma-textarea-border-radius-with-helpers:1rem 1rem 0 0;--plasma-textarea-input-padding-top:1.313rem;--plasma-textarea-input-padding-right:1.25rem;--plasma-textarea-input-padding-right-with-right-content:3.5rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-left:1.25rem;--plasma-textarea-helpers-padding-top:0.75rem;--plasma-textarea-helpers-padding-right:1.25rem;--plasma-textarea-helpers-padding-bottom:0.75rem;--plasma-textarea-helpers-padding-left:1.25rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:1.25rem;--plasma-textarea-right-content-right:1.25rem;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.75rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.813rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.25rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-l-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-l-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-l-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-l-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.5rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.751rem -2.938rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
737
- .TextArea_config_2dmw6b_l1xc86r3__fc76760f{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:0.875rem;--plasma-textarea-border-radius-with-helpers:0.875rem 0.875rem 0 0;--plasma-textarea-input-padding-top:1.063rem;--plasma-textarea-input-padding-right:1.125rem;--plasma-textarea-input-padding-right-with-right-content:3.625rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-left:1.125rem;--plasma-textarea-helpers-padding-top:0.75rem;--plasma-textarea-helpers-padding-right:1.125rem;--plasma-textarea-helpers-padding-bottom:0.75rem;--plasma-textarea-helpers-padding-left:1.125rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:1.063rem;--plasma-textarea-right-content-right:1rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.75rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.5625rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-l-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-l-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-l-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-l-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.5rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.563rem -2.938rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
738
- .TextArea_config_2dmw6b_m1jxjv8s__fc76760f{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7rem;--plasma-textarea-input-min-height:1.125rem;--plasma-textarea-border-radius:0.75rem;--plasma-textarea-border-radius-with-helpers:0.75rem 0.75rem 0 0;--plasma-textarea-input-padding-top:0.875rem;--plasma-textarea-input-padding-right:1rem;--plasma-textarea-input-padding-right-with-right-content:3.375rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-left:1rem;--plasma-textarea-helpers-padding-top:0.75rem;--plasma-textarea-helpers-padding-right:1rem;--plasma-textarea-helpers-padding-bottom:0.75rem;--plasma-textarea-helpers-padding-left:1rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.875rem;--plasma-textarea-right-content-right:0.875rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.625rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-m-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-m-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-m-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-m-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.4375rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.1875rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.312rem -2.813rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
739
- .TextArea_config_2dmw6b_s12dmzpw__fc76760f{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.187rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.625rem;--plasma-textarea-border-radius-with-helpers:0.625rem 0.625rem 0 0;--plasma-textarea-input-padding-top:0.688rem;--plasma-textarea-input-padding-right:0.875rem;--plasma-textarea-input-padding-right-with-right-content:3.125rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-left:0.875rem;--plasma-textarea-helpers-padding-top:0.75rem;--plasma-textarea-helpers-padding-right:0.875rem;--plasma-textarea-helpers-padding-bottom:0.75rem;--plasma-textarea-helpers-padding-left:0.875rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.688rem;--plasma-textarea-right-content-right:0.75rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.5rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-s-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-s-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-s-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-s-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.375rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.062rem -2.688rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
740
- .TextArea_config_2dmw6b_xms0v69__fc76760f{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.312rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.5rem;--plasma-textarea-border-radius-with-helpers:0.5rem 0.5rem 0 0;--plasma-textarea-input-padding-top:0.563rem;--plasma-textarea-input-padding-right:0.625rem;--plasma-textarea-input-padding-right-with-right-content:2.125rem;--plasma-textarea-input-padding-bottom:0.563rem;--plasma-textarea-input-padding-left:0.625rem;--plasma-textarea-helpers-padding-top:0.5rem;--plasma-textarea-helpers-padding-right:0.625rem;--plasma-textarea-helpers-padding-bottom:0.563rem;--plasma-textarea-helpers-padding-left:0.625rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.563rem;--plasma-textarea-right-content-right:0.5rem;--plasma-textarea-right-content-height:1rem;--plasma-textarea-label-margin-bottom:0.375rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-textarea-label-inner-top:0rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.25rem auto auto -0.625rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.125rem -0.675rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.75rem -0.625rem -0.75rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:-0.188rem -2.1875rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
741
- .TextArea_config_2dmw6b_d18le4t3__fc76760f{--plasma-textarea__tooltip-background-color:var(--surface-solid-card-brightness);--plasma-textarea__tooltip-box-shadow:var(--shadow-down-hard-m,0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08));--plasma-textarea__tooltip-color:var(--text-primary);--plasma-textarea__tooltip-arrow-background:var(--surface-solid-card);}
742
- .TextArea_config_2dmw6b_mobk1y6__fc76760f{--plasma-textarea__tooltip-padding-top:0.6875rem;--plasma-textarea__tooltip-padding-right:0.875rem;--plasma-textarea__tooltip-padding-bottom:0.6875rem;--plasma-textarea__tooltip-padding-left:0.875rem;--plasma-textarea__tooltip-min-height:2.5rem;--plasma-textarea__tooltip-border-radius:0.625rem;--plasma-textarea__tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-textarea__tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-textarea__tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-textarea__tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textarea__tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textarea__tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-textarea__tooltip-content-left-margin:0.375rem;--plasma-textarea__tooltip-arrow-mask-width:1.25rem;--plasma-textarea__tooltip-arrow-mask-height:1.25rem;--plasma-textarea__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-textarea__tooltip-arrow-height:0.5rem;--plasma-textarea__tooltip-arrow-edge-margin:0.625rem;}
743
- .TextArea_config_2dmw6b_sqmoyi4__fc76760f{--plasma-textarea__tooltip-padding-top:0.5rem;--plasma-textarea__tooltip-padding-right:0.75rem;--plasma-textarea__tooltip-padding-bottom:0.5rem;--plasma-textarea__tooltip-padding-left:0.75rem;--plasma-textarea__tooltip-min-height:2rem;--plasma-textarea__tooltip-border-radius:0.5rem;--plasma-textarea__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea__tooltip-content-left-margin:0.25rem;--plasma-textarea__tooltip-arrow-mask-width:1rem;--plasma-textarea__tooltip-arrow-mask-height:1rem;--plasma-textarea__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-textarea__tooltip-arrow-height:0.375rem;--plasma-textarea__tooltip-arrow-edge-margin:0.5625rem;}
744
- .TextArea_config_2dmw6b_thk8pwb__fc76760f{--plasma-textarea-read-only-opacity:0.1;--plasma-textarea-background-color-read-only:var(--surface-transparent-primary);--plasma-textarea-input-color-read-only:var(--text-primary);--plasma-textarea-divider-color-readonly:var(--surface-transparent-primary);--plasma-textarea-right-content-opacity-readonly:0.4;}
745
- .TextArea_config_2dmw6b_t1q2o3dx__fc76760f{--plasma-textarea-disabled-opacity:0.4;--plasma-textarea-input-color-disabled:var(--text-secondary);--plasma-textarea-divider-color-readonly:var(--surface-transparent-primary);--plasma-textarea__title-caption-color-readonly:var(--text-secondary);}
746
-
747
- .TextArea_clear_config_1mow2g5_d1t1p4os__3c68b182{--plasma-textarea-input-background-color:transparent;--plasma-textarea-input-background-color-hover:transparent;--plasma-textarea-input-background-color-active:transparent;--plasma-textarea-input-background-color-focus:transparent;--plasma-textarea-helpers-background-color:transparent;--plasma-textarea-helpers-background-color-hover:transparent;--plasma-textarea-helpers-background-color-active:transparent;--plasma-textarea-helpers-background-color-focus:transparent;--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-secondary);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-divider-color:var(--surface-transparent-tertiary);--plasma-textarea-divider-color-hover:var(--text-secondary);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__hint-icon-color:var(--text-secondary);}
748
- .TextArea_clear_config_1mow2g5_pcj613c__3c68b182{--plasma-textarea-input-background-color:transparent;--plasma-textarea-input-background-color-hover:transparent;--plasma-textarea-input-background-color-active:transparent;--plasma-textarea-input-background-color-focus:transparent;--plasma-textarea-helpers-background-color:transparent;--plasma-textarea-helpers-background-color-hover:transparent;--plasma-textarea-helpers-background-color-active:transparent;--plasma-textarea-helpers-background-color-focus:transparent;--plasma-textarea-input-color:var(--text-positive);--plasma-textarea-input-color-focus:var(--text-positive);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-positive);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-positive);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-divider-color:var(--surface-positive);--plasma-textarea-divider-color-hover:var(--surface-positive);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__hint-icon-color:var(--text-secondary);}
749
- .TextArea_clear_config_1mow2g5_whip3uz__3c68b182{--plasma-textarea-input-background-color:transparent;--plasma-textarea-input-background-color-hover:transparent;--plasma-textarea-input-background-color-active:transparent;--plasma-textarea-input-background-color-focus:transparent;--plasma-textarea-helpers-background-color:transparent;--plasma-textarea-helpers-background-color-hover:transparent;--plasma-textarea-helpers-background-color-active:transparent;--plasma-textarea-helpers-background-color-focus:transparent;--plasma-textarea-input-color:var(--text-warning);--plasma-textarea-input-color-focus:var(--text-warning);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-warning);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-warning);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-divider-color:var(--surface-warning);--plasma-textarea-divider-color-hover:var(--surface-warning);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__hint-icon-color:var(--text-secondary);}
750
- .TextArea_clear_config_1mow2g5_nu2jy68__3c68b182{--plasma-textarea-input-background-color:transparent;--plasma-textarea-input-background-color-hover:transparent;--plasma-textarea-input-background-color-active:transparent;--plasma-textarea-input-background-color-focus:transparent;--plasma-textarea-helpers-background-color:transparent;--plasma-textarea-helpers-background-color-hover:transparent;--plasma-textarea-helpers-background-color-active:transparent;--plasma-textarea-helpers-background-color-focus:transparent;--plasma-textarea-input-color:var(--text-negative);--plasma-textarea-input-color-focus:var(--text-negative);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-negative);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-negative);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-divider-color:var(--surface-negative);--plasma-textarea-divider-color-hover:var(--surface-negative);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__hint-icon-color:var(--text-secondary);}
751
- .TextArea_clear_config_1mow2g5_x184wmav__3c68b182{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:1rem;--plasma-textarea-border-radius-with-helpers:1rem 1rem 0 0;--plasma-textarea-input-padding-top:1.375rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:2.25rem;--plasma-textarea-input-padding-bottom:1.375rem;--plasma-textarea-input-padding-bottom-with-helpers:1.375rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:1.25rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.813rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.25rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-l-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-l-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-l-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-l-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:1.75rem auto auto -0.875rem;--plasma-textarea-indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-textarea-indicator-placement-inner-right:1.75rem -0.875rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.75rem -2.488rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.82rem -2.188rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
752
- .TextArea_clear_config_1mow2g5_l8x6m6w__3c68b182{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:1rem;--plasma-textarea-border-radius-with-helpers:1rem 1rem 0 0;--plasma-textarea-input-padding-top:1.125rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:2.25rem;--plasma-textarea-input-padding-bottom:1.125rem;--plasma-textarea-input-padding-bottom-with-helpers:1.125rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:1rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.5625rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-l-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-l-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-l-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-l-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:1.5rem auto auto -0.875rem;--plasma-textarea-indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-textarea-indicator-placement-inner-right:1.5rem -0.875rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.5rem -2.488rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.563rem -2.188rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
753
- .TextArea_clear_config_1mow2g5_m1ujivub__3c68b182{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7rem;--plasma-textarea-input-min-height:1.125rem;--plasma-textarea-border-radius:0.75rem;--plasma-textarea-border-radius-with-helpers:0.75rem 0.75rem 0 0;--plasma-textarea-input-padding-top:0.875rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:2.125rem;--plasma-textarea-input-padding-bottom:0.875rem;--plasma-textarea-input-padding-bottom-with-helpers:0.875rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.75rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-m-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-m-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-m-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-m-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:1.25rem auto auto -0.875rem;--plasma-textarea-indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-textarea-indicator-placement-inner-right:1.25rem -0.875rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.25rem -2.488rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.312rem -2.188rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
754
- .TextArea_clear_config_1mow2g5_sfxwguh__3c68b182{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.187rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.625rem;--plasma-textarea-border-radius-with-helpers:0.625rem 0.625rem 0 0;--plasma-textarea-input-padding-top:0.688rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:2rem;--plasma-textarea-input-padding-bottom:0.688rem;--plasma-textarea-input-padding-bottom-with-helpers:0.688rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.5rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-s-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-s-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-s-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-s-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:1.063rem auto auto -0.75rem;--plasma-textarea-indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-textarea-indicator-placement-inner-right:1.063rem -0.75rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.063rem -2.238rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.062rem -2.188rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
755
- .TextArea_clear_config_1mow2g5_xzj4wlk__3c68b182{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.312rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.5rem;--plasma-textarea-border-radius-with-helpers:0.5rem 0.5rem 0 0;--plasma-textarea-input-padding-top:0.563rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:1.5rem;--plasma-textarea-input-padding-bottom:0.563rem;--plasma-textarea-input-padding-bottom-with-helpers:0.563rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.5rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-textarea-label-inner-top:0rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0.813rem auto auto -0.625rem;--plasma-textarea-indicator-placement-outer:0.25rem auto auto -0.625rem;--plasma-textarea-indicator-placement-inner-right:0.813rem -0.625rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.125rem -0.6875rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:0.813rem -1.988rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.75rem -0.625rem -0.75rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:-0.188rem -1.938rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
756
- .TextArea_clear_config_1mow2g5_df3yilq__3c68b182{--plasma-textarea__tooltip-background-color:var(--surface-solid-card-brightness);--plasma-textarea__tooltip-box-shadow:var( --shadow-down-hard-m, 0px 4px 12px 0px rgba(0,0,0,0.16), 0px 1px 4px 0px rgba(0,0,0,0.08) );--plasma-textarea__tooltip-color:var(--text-primary);--plasma-textarea__tooltip-arrow-background:var(--surface-solid-card-brightness);}
757
- .TextArea_clear_config_1mow2g5_mnu9uy6__3c68b182{--plasma-textarea__tooltip-padding-top:0.6875rem;--plasma-textarea__tooltip-padding-right:0.875rem;--plasma-textarea__tooltip-padding-bottom:0.6875rem;--plasma-textarea__tooltip-padding-left:0.875rem;--plasma-textarea__tooltip-min-height:2.5rem;--plasma-textarea__tooltip-border-radius:0.625rem;--plasma-textarea__tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-textarea__tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-textarea__tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-textarea__tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textarea__tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textarea__tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-textarea__tooltip-content-left-margin:0.375rem;--plasma-textarea__tooltip-arrow-mask-width:1.25rem;--plasma-textarea__tooltip-arrow-mask-height:1.25rem;--plasma-textarea__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-textarea__tooltip-arrow-height:0.5rem;--plasma-textarea__tooltip-arrow-edge-margin:0.625rem;}
758
- .TextArea_clear_config_1mow2g5_spm366__3c68b182{--plasma-textarea__tooltip-padding-top:0.5rem;--plasma-textarea__tooltip-padding-right:0.75rem;--plasma-textarea__tooltip-padding-bottom:0.5rem;--plasma-textarea__tooltip-padding-left:0.75rem;--plasma-textarea__tooltip-min-height:2rem;--plasma-textarea__tooltip-border-radius:0.5rem;--plasma-textarea__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea__tooltip-content-left-margin:0.25rem;--plasma-textarea__tooltip-arrow-mask-width:1rem;--plasma-textarea__tooltip-arrow-mask-height:1rem;--plasma-textarea__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-textarea__tooltip-arrow-height:0.375rem;--plasma-textarea__tooltip-arrow-edge-margin:0.5625rem;}
759
- .TextArea_clear_config_1mow2g5_t1snp9g5__3c68b182{--plasma-textarea-disabled-opacity:0.4;}
760
- .TextArea_clear_config_1mow2g5_taxiab8__3c68b182{--plasma-textarea-input-color-read-only:var(--text-primary);--plasma-textarea__title-caption-color-readonly:var(--text-secondary);--plasma-textarea-divider-color-readonly:var(--surface-transparent-primary);--plasma-textarea-right-content-opacity-readonly:0.4;}
748
+ .TextArea_config_8hqpj3_d1g7h1jw__a2f8af83{--plasma-textarea-input-background-color:var(--surface-transparent-primary);--plasma-textarea-input-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-input-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-input-background-color-focus:var(--surface-transparent-secondary);--plasma-textarea-helpers-background-color:var(--surface-transparent-primary);--plasma-textarea-helpers-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-helpers-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-helpers-background-color-focus:var(--surface-transparent-secondary);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-secondary);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-scrollbar-thumb-background-color:var(--surface-transparent-tertiary);--plasma-textarea-scrollbar-thumb-background-color-hover:var(--surface-transparent-tertiary-hover);--plasma-textarea-scrollbar-thumb-background-color-active:var(--surface-transparent-tertiary-active);--plasma-textarea-scrollbar-track-background-color:var(--surface-transparent-primary);--plasma-textarea-scrollbar-track-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-scrollbar-track-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-divider-color:var(--surface-transparent-tertiary);--plasma-textarea-divider-color-hover:var(--text-secondary);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__title-caption-color:var(--text-secondary);--plasma-textarea__hint-icon-color:var(--text-secondary);--plasma-textarea__title-caption-color:var(--text-secondary);}
749
+ .TextArea_config_8hqpj3_p1rie450__a2f8af83{--plasma-textarea-input-background-color:var(--surface-transparent-positive);--plasma-textarea-input-background-color-hover:var(--surface-transparent-positive-hover);--plasma-textarea-input-background-color-active:var(--surface-transparent-positive-active);--plasma-textarea-input-background-color-focus:var(--surface-transparent-positive);--plasma-textarea-helpers-background-color:var(--surface-transparent-positive);--plasma-textarea-helpers-background-color-hover:var(--surface-transparent-positive-hover);--plasma-textarea-helpers-background-color-active:var(--surface-transparent-positive-active);--plasma-textarea-helpers-background-color-focus:var(--surface-transparent-positive);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-positive);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-positive);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-scrollbar-thumb-background-color:var(--surface-transparent-tertiary);--plasma-textarea-scrollbar-thumb-background-color-hover:var(--surface-transparent-tertiary-hover);--plasma-textarea-scrollbar-thumb-background-color-active:var(--surface-transparent-tertiary-active);--plasma-textarea-scrollbar-track-background-color:var(--surface-transparent-primary);--plasma-textarea-scrollbar-track-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-scrollbar-track-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-divider-color:var(--surface-positive);--plasma-textarea-divider-color-hover:var(--surface-positive);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__title-caption-color:var(--text-secondary);--plasma-textarea__hint-icon-color:var(--text-secondary);--plasma-textarea__title-caption-color:var(--text-secondary);}
750
+ .TextArea_config_8hqpj3_w1klrxlo__a2f8af83{--plasma-textarea-input-background-color:var(--surface-transparent-warning);--plasma-textarea-input-background-color-hover:var(--surface-transparent-warning-hover);--plasma-textarea-input-background-color-active:var(--surface-transparent-warning-active);--plasma-textarea-input-background-color-focus:var(--surface-transparent-warning);--plasma-textarea-helpers-background-color:var(--surface-transparent-warning);--plasma-textarea-helpers-background-color-hover:var(--surface-transparent-warning-hover);--plasma-textarea-helpers-background-color-active:var(--surface-transparent-warning-active);--plasma-textarea-helpers-background-color-focus:var(--surface-transparent-warning);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-warning);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-warning);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-scrollbar-thumb-background-color:var(--surface-transparent-tertiary);--plasma-textarea-scrollbar-thumb-background-color-hover:var(--surface-transparent-tertiary-hover);--plasma-textarea-scrollbar-thumb-background-color-active:var(--surface-transparent-tertiary-active);--plasma-textarea-scrollbar-track-background-color:var(--surface-transparent-primary);--plasma-textarea-scrollbar-track-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-scrollbar-track-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-divider-color:var(--surface-warning);--plasma-textarea-divider-color-hover:var(--surface-warning);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__title-caption-color:var(--text-secondary);--plasma-textarea__hint-icon-color:var(--text-secondary);--plasma-textarea__title-caption-color:var(--text-secondary);}
751
+ .TextArea_config_8hqpj3_n1ui7a2o__a2f8af83{--plasma-textarea-input-background-color:var(--surface-transparent-negative);--plasma-textarea-input-background-color-hover:var(--surface-transparent-negative-hover);--plasma-textarea-input-background-color-active:var(--surface-transparent-negative-active);--plasma-textarea-input-background-color-focus:var(--surface-transparent-negative);--plasma-textarea-helpers-background-color:var(--surface-transparent-negative);--plasma-textarea-helpers-background-color-hover:var(--surface-transparent-negative-hover);--plasma-textarea-helpers-background-color-active:var(--surface-transparent-negative-active);--plasma-textarea-helpers-background-color-focus:var(--surface-transparent-negative);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-negative);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-negative);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-scrollbar-thumb-background-color:var(--surface-transparent-tertiary);--plasma-textarea-scrollbar-thumb-background-color-hover:var(--surface-transparent-tertiary-hover);--plasma-textarea-scrollbar-thumb-background-color-active:var(--surface-transparent-tertiary-active);--plasma-textarea-scrollbar-track-background-color:var(--surface-transparent-primary);--plasma-textarea-scrollbar-track-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-scrollbar-track-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-divider-color:var(--surface-negative);--plasma-textarea-divider-color-hover:var(--surface-negative);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__title-caption-color:var(--text-secondary);--plasma-textarea__hint-icon-color:var(--text-secondary);--plasma-textarea__title-caption-color:var(--text-secondary);}
752
+ .TextArea_config_8hqpj3_x15h3znf__a2f8af83{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:1rem;--plasma-textarea-border-radius-with-helpers:1rem 1rem 0 0;--plasma-textarea-input-padding-top:1.313rem;--plasma-textarea-input-padding-right:1.25rem;--plasma-textarea-input-padding-right-with-right-content:3.5rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-left:1.25rem;--plasma-textarea-helpers-padding-top:0.75rem;--plasma-textarea-helpers-padding-right:1.25rem;--plasma-textarea-helpers-padding-bottom:0.75rem;--plasma-textarea-helpers-padding-left:1.25rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:1.25rem;--plasma-textarea-right-content-right:1.25rem;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.75rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.813rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.25rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-l-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-l-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-l-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-l-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.5rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.751rem -2.938rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
753
+ .TextArea_config_8hqpj3_l1xc86r3__a2f8af83{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:0.875rem;--plasma-textarea-border-radius-with-helpers:0.875rem 0.875rem 0 0;--plasma-textarea-input-padding-top:1.063rem;--plasma-textarea-input-padding-right:1.125rem;--plasma-textarea-input-padding-right-with-right-content:3.625rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-left:1.125rem;--plasma-textarea-helpers-padding-top:0.75rem;--plasma-textarea-helpers-padding-right:1.125rem;--plasma-textarea-helpers-padding-bottom:0.75rem;--plasma-textarea-helpers-padding-left:1.125rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:1.063rem;--plasma-textarea-right-content-right:1rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.75rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.5625rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-l-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-l-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-l-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-l-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.5rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.563rem -2.938rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
754
+ .TextArea_config_8hqpj3_m1jxjv8s__a2f8af83{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7rem;--plasma-textarea-input-min-height:1.125rem;--plasma-textarea-border-radius:0.75rem;--plasma-textarea-border-radius-with-helpers:0.75rem 0.75rem 0 0;--plasma-textarea-input-padding-top:0.875rem;--plasma-textarea-input-padding-right:1rem;--plasma-textarea-input-padding-right-with-right-content:3.375rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-left:1rem;--plasma-textarea-helpers-padding-top:0.75rem;--plasma-textarea-helpers-padding-right:1rem;--plasma-textarea-helpers-padding-bottom:0.75rem;--plasma-textarea-helpers-padding-left:1rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.875rem;--plasma-textarea-right-content-right:0.875rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.625rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-m-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-m-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-m-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-m-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.4375rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.1875rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.312rem -2.813rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
755
+ .TextArea_config_8hqpj3_s12dmzpw__a2f8af83{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.187rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.625rem;--plasma-textarea-border-radius-with-helpers:0.625rem 0.625rem 0 0;--plasma-textarea-input-padding-top:0.688rem;--plasma-textarea-input-padding-right:0.875rem;--plasma-textarea-input-padding-right-with-right-content:3.125rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-left:0.875rem;--plasma-textarea-helpers-padding-top:0.75rem;--plasma-textarea-helpers-padding-right:0.875rem;--plasma-textarea-helpers-padding-bottom:0.75rem;--plasma-textarea-helpers-padding-left:0.875rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.688rem;--plasma-textarea-right-content-right:0.75rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.5rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-s-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-s-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-s-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-s-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.375rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.062rem -2.688rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
756
+ .TextArea_config_8hqpj3_xms0v69__a2f8af83{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.312rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.5rem;--plasma-textarea-border-radius-with-helpers:0.5rem 0.5rem 0 0;--plasma-textarea-input-padding-top:0.563rem;--plasma-textarea-input-padding-right:0.625rem;--plasma-textarea-input-padding-right-with-right-content:2.125rem;--plasma-textarea-input-padding-bottom:0.563rem;--plasma-textarea-input-padding-left:0.625rem;--plasma-textarea-helpers-padding-top:0.5rem;--plasma-textarea-helpers-padding-right:0.625rem;--plasma-textarea-helpers-padding-bottom:0.563rem;--plasma-textarea-helpers-padding-left:0.625rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.563rem;--plasma-textarea-right-content-right:0.5rem;--plasma-textarea-right-content-height:1rem;--plasma-textarea-label-margin-bottom:0.375rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-textarea-label-inner-top:0rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.25rem auto auto -0.625rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.125rem -0.675rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.75rem -0.625rem -0.75rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:-0.188rem -2.1875rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
757
+ .TextArea_config_8hqpj3_d18le4t3__a2f8af83{--plasma-textarea__tooltip-background-color:var(--surface-solid-card-brightness);--plasma-textarea__tooltip-box-shadow:var(--shadow-down-hard-m,0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08));--plasma-textarea__tooltip-color:var(--text-primary);--plasma-textarea__tooltip-arrow-background:var(--surface-solid-card);}
758
+ .TextArea_config_8hqpj3_mobk1y6__a2f8af83{--plasma-textarea__tooltip-padding-top:0.6875rem;--plasma-textarea__tooltip-padding-right:0.875rem;--plasma-textarea__tooltip-padding-bottom:0.6875rem;--plasma-textarea__tooltip-padding-left:0.875rem;--plasma-textarea__tooltip-min-height:2.5rem;--plasma-textarea__tooltip-border-radius:0.625rem;--plasma-textarea__tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-textarea__tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-textarea__tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-textarea__tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textarea__tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textarea__tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-textarea__tooltip-content-left-margin:0.375rem;--plasma-textarea__tooltip-arrow-mask-width:1.25rem;--plasma-textarea__tooltip-arrow-mask-height:1.25rem;--plasma-textarea__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-textarea__tooltip-arrow-height:0.5rem;--plasma-textarea__tooltip-arrow-edge-margin:0.625rem;}
759
+ .TextArea_config_8hqpj3_sqmoyi4__a2f8af83{--plasma-textarea__tooltip-padding-top:0.5rem;--plasma-textarea__tooltip-padding-right:0.75rem;--plasma-textarea__tooltip-padding-bottom:0.5rem;--plasma-textarea__tooltip-padding-left:0.75rem;--plasma-textarea__tooltip-min-height:2rem;--plasma-textarea__tooltip-border-radius:0.5rem;--plasma-textarea__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea__tooltip-content-left-margin:0.25rem;--plasma-textarea__tooltip-arrow-mask-width:1rem;--plasma-textarea__tooltip-arrow-mask-height:1rem;--plasma-textarea__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-textarea__tooltip-arrow-height:0.375rem;--plasma-textarea__tooltip-arrow-edge-margin:0.5625rem;}
760
+ .TextArea_config_8hqpj3_thk8pwb__a2f8af83{--plasma-textarea-read-only-opacity:0.1;--plasma-textarea-background-color-read-only:var(--surface-transparent-primary);--plasma-textarea-input-color-read-only:var(--text-primary);--plasma-textarea-divider-color-readonly:var(--surface-transparent-primary);--plasma-textarea-right-content-opacity-readonly:0.4;}
761
+ .TextArea_config_8hqpj3_t1q2o3dx__a2f8af83{--plasma-textarea-disabled-opacity:0.4;--plasma-textarea-input-color-disabled:var(--text-secondary);--plasma-textarea-divider-color-readonly:var(--surface-transparent-primary);--plasma-textarea__title-caption-color-readonly:var(--text-secondary);}
762
+
763
+ .TextArea_clear_config_7rsm4h_d1t1p4os__6e2dd149{--plasma-textarea-input-background-color:transparent;--plasma-textarea-input-background-color-hover:transparent;--plasma-textarea-input-background-color-active:transparent;--plasma-textarea-input-background-color-focus:transparent;--plasma-textarea-helpers-background-color:transparent;--plasma-textarea-helpers-background-color-hover:transparent;--plasma-textarea-helpers-background-color-active:transparent;--plasma-textarea-helpers-background-color-focus:transparent;--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-secondary);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-divider-color:var(--surface-transparent-tertiary);--plasma-textarea-divider-color-hover:var(--text-secondary);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__hint-icon-color:var(--text-secondary);--plasma-textarea__title-caption-color:var(--text-secondary);}
764
+ .TextArea_clear_config_7rsm4h_pcj613c__6e2dd149{--plasma-textarea-input-background-color:transparent;--plasma-textarea-input-background-color-hover:transparent;--plasma-textarea-input-background-color-active:transparent;--plasma-textarea-input-background-color-focus:transparent;--plasma-textarea-helpers-background-color:transparent;--plasma-textarea-helpers-background-color-hover:transparent;--plasma-textarea-helpers-background-color-active:transparent;--plasma-textarea-helpers-background-color-focus:transparent;--plasma-textarea-input-color:var(--text-positive);--plasma-textarea-input-color-focus:var(--text-positive);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-positive);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-positive);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-divider-color:var(--surface-positive);--plasma-textarea-divider-color-hover:var(--surface-positive);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__hint-icon-color:var(--text-secondary);--plasma-textarea__title-caption-color:var(--text-secondary);}
765
+ .TextArea_clear_config_7rsm4h_whip3uz__6e2dd149{--plasma-textarea-input-background-color:transparent;--plasma-textarea-input-background-color-hover:transparent;--plasma-textarea-input-background-color-active:transparent;--plasma-textarea-input-background-color-focus:transparent;--plasma-textarea-helpers-background-color:transparent;--plasma-textarea-helpers-background-color-hover:transparent;--plasma-textarea-helpers-background-color-active:transparent;--plasma-textarea-helpers-background-color-focus:transparent;--plasma-textarea-input-color:var(--text-warning);--plasma-textarea-input-color-focus:var(--text-warning);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-warning);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-warning);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-divider-color:var(--surface-warning);--plasma-textarea-divider-color-hover:var(--surface-warning);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__hint-icon-color:var(--text-secondary);--plasma-textarea__title-caption-color:var(--text-secondary);}
766
+ .TextArea_clear_config_7rsm4h_nu2jy68__6e2dd149{--plasma-textarea-input-background-color:transparent;--plasma-textarea-input-background-color-hover:transparent;--plasma-textarea-input-background-color-active:transparent;--plasma-textarea-input-background-color-focus:transparent;--plasma-textarea-helpers-background-color:transparent;--plasma-textarea-helpers-background-color-hover:transparent;--plasma-textarea-helpers-background-color-active:transparent;--plasma-textarea-helpers-background-color-focus:transparent;--plasma-textarea-input-color:var(--text-negative);--plasma-textarea-input-color-focus:var(--text-negative);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-negative);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-negative);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-divider-color:var(--surface-negative);--plasma-textarea-divider-color-hover:var(--surface-negative);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__hint-icon-color:var(--text-secondary);--plasma-textarea__title-caption-color:var(--text-secondary);}
767
+ .TextArea_clear_config_7rsm4h_x184wmav__6e2dd149{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:1rem;--plasma-textarea-border-radius-with-helpers:1rem 1rem 0 0;--plasma-textarea-input-padding-top:1.375rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:2.25rem;--plasma-textarea-input-padding-bottom:1.375rem;--plasma-textarea-input-padding-bottom-with-helpers:1.375rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:1.25rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.813rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.25rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-l-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-l-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-l-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-l-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:1.75rem auto auto -0.875rem;--plasma-textarea-indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-textarea-indicator-placement-inner-right:1.75rem -0.875rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.75rem -2.488rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.82rem -2.188rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
768
+ .TextArea_clear_config_7rsm4h_l8x6m6w__6e2dd149{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:1rem;--plasma-textarea-border-radius-with-helpers:1rem 1rem 0 0;--plasma-textarea-input-padding-top:1.125rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:2.25rem;--plasma-textarea-input-padding-bottom:1.125rem;--plasma-textarea-input-padding-bottom-with-helpers:1.125rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:1rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.5625rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-l-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-l-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-l-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-l-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:1.5rem auto auto -0.875rem;--plasma-textarea-indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-textarea-indicator-placement-inner-right:1.5rem -0.875rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.5rem -2.488rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.563rem -2.188rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
769
+ .TextArea_clear_config_7rsm4h_m1ujivub__6e2dd149{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7rem;--plasma-textarea-input-min-height:1.125rem;--plasma-textarea-border-radius:0.75rem;--plasma-textarea-border-radius-with-helpers:0.75rem 0.75rem 0 0;--plasma-textarea-input-padding-top:0.875rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:2.125rem;--plasma-textarea-input-padding-bottom:0.875rem;--plasma-textarea-input-padding-bottom-with-helpers:0.875rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.75rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-m-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-m-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-m-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-m-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:1.25rem auto auto -0.875rem;--plasma-textarea-indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-textarea-indicator-placement-inner-right:1.25rem -0.875rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.25rem -2.488rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.312rem -2.188rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
770
+ .TextArea_clear_config_7rsm4h_sfxwguh__6e2dd149{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.187rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.625rem;--plasma-textarea-border-radius-with-helpers:0.625rem 0.625rem 0 0;--plasma-textarea-input-padding-top:0.688rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:2rem;--plasma-textarea-input-padding-bottom:0.688rem;--plasma-textarea-input-padding-bottom-with-helpers:0.688rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.5rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-s-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-s-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-s-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-s-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:1.063rem auto auto -0.75rem;--plasma-textarea-indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-textarea-indicator-placement-inner-right:1.063rem -0.75rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.063rem -2.238rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.062rem -2.188rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
771
+ .TextArea_clear_config_7rsm4h_xzj4wlk__6e2dd149{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.312rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.5rem;--plasma-textarea-border-radius-with-helpers:0.5rem 0.5rem 0 0;--plasma-textarea-input-padding-top:0.563rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:1.5rem;--plasma-textarea-input-padding-bottom:0.563rem;--plasma-textarea-input-padding-bottom-with-helpers:0.563rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.5rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-textarea-label-inner-top:0rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0.813rem auto auto -0.625rem;--plasma-textarea-indicator-placement-outer:0.25rem auto auto -0.625rem;--plasma-textarea-indicator-placement-inner-right:0.813rem -0.625rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.125rem -0.6875rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:0.813rem -1.988rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.75rem -0.625rem -0.75rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:-0.188rem -1.938rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
772
+ .TextArea_clear_config_7rsm4h_df3yilq__6e2dd149{--plasma-textarea__tooltip-background-color:var(--surface-solid-card-brightness);--plasma-textarea__tooltip-box-shadow:var( --shadow-down-hard-m, 0px 4px 12px 0px rgba(0,0,0,0.16), 0px 1px 4px 0px rgba(0,0,0,0.08) );--plasma-textarea__tooltip-color:var(--text-primary);--plasma-textarea__tooltip-arrow-background:var(--surface-solid-card-brightness);}
773
+ .TextArea_clear_config_7rsm4h_mnu9uy6__6e2dd149{--plasma-textarea__tooltip-padding-top:0.6875rem;--plasma-textarea__tooltip-padding-right:0.875rem;--plasma-textarea__tooltip-padding-bottom:0.6875rem;--plasma-textarea__tooltip-padding-left:0.875rem;--plasma-textarea__tooltip-min-height:2.5rem;--plasma-textarea__tooltip-border-radius:0.625rem;--plasma-textarea__tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-textarea__tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-textarea__tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-textarea__tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textarea__tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textarea__tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-textarea__tooltip-content-left-margin:0.375rem;--plasma-textarea__tooltip-arrow-mask-width:1.25rem;--plasma-textarea__tooltip-arrow-mask-height:1.25rem;--plasma-textarea__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-textarea__tooltip-arrow-height:0.5rem;--plasma-textarea__tooltip-arrow-edge-margin:0.625rem;}
774
+ .TextArea_clear_config_7rsm4h_spm366__6e2dd149{--plasma-textarea__tooltip-padding-top:0.5rem;--plasma-textarea__tooltip-padding-right:0.75rem;--plasma-textarea__tooltip-padding-bottom:0.5rem;--plasma-textarea__tooltip-padding-left:0.75rem;--plasma-textarea__tooltip-min-height:2rem;--plasma-textarea__tooltip-border-radius:0.5rem;--plasma-textarea__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea__tooltip-content-left-margin:0.25rem;--plasma-textarea__tooltip-arrow-mask-width:1rem;--plasma-textarea__tooltip-arrow-mask-height:1rem;--plasma-textarea__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-textarea__tooltip-arrow-height:0.375rem;--plasma-textarea__tooltip-arrow-edge-margin:0.5625rem;}
775
+ .TextArea_clear_config_7rsm4h_t1snp9g5__6e2dd149{--plasma-textarea-disabled-opacity:0.4;}
776
+ .TextArea_clear_config_7rsm4h_taxiab8__6e2dd149{--plasma-textarea-input-color-read-only:var(--text-primary);--plasma-textarea__title-caption-color-readonly:var(--text-secondary);--plasma-textarea-divider-color-readonly:var(--surface-transparent-primary);--plasma-textarea-right-content-opacity-readonly:0.4;}
761
777
 
762
778
  .TextField_config_c4zz6m_dtkroq0__fc32768c{--plasma-textfield-color:var(--text-primary);--plasma-textfield__placeholder-color:var(--text-secondary);--plasma-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-textfield-bg-color:var(--surface-transparent-primary);--plasma-textfield-bg-color-hover:var(--surface-transparent-primary-hover);--plasma-textfield-bg-color-focus:var(--surface-transparent-secondary);--plasma-textfield__caret-color:var(--text-accent);--plasma-textfield__before-text-color:var(--text-tertiary);--plasma-textfield__after-text-color:var(--text-tertiary);--plasma-textfield__label-color:var(--text-primary);--plasma-textfield__left-helper-color:var(--text-secondary);--plasma-textfield__title-caption-color:var(--text-secondary);--plasma-textfield__hint-icon-color:var(--text-secondary);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-divider-color:var(--surface-transparent-tertiary);--plasma-textfield-divider-color-hover:var(--text-secondary);--plasma-textfield-divider-color-focus:var(--surface-accent);--plasma-textfield-focus-color:var(--text-accent);--plasma-textfield__indicator-color:var(--surface-negative);--plasma-textfield__optional-color:var(--text-tertiary);}
763
779
  .TextField_config_c4zz6m_pfhkds4__fc32768c{--plasma-textfield-color:var(--text-primary);--plasma-textfield__placeholder-color:var(--text-secondary);--plasma-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-textfield-bg-color:var(--surface-transparent-positive);--plasma-textfield-bg-color-hover:var(--surface-transparent-positive-hover);--plasma-textfield-bg-color-focus:var(--surface-transparent-positive-active);--plasma-textfield__caret-color:var(--text-accent);--plasma-textfield__before-text-color:var(--text-tertiary);--plasma-textfield__after-text-color:var(--text-tertiary);--plasma-textfield__label-color:var(--text-primary);--plasma-textfield__left-helper-color:var(--text-positive);--plasma-textfield__title-caption-color:var(--text-secondary);--plasma-textfield__hint-icon-color:var(--text-secondary);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-divider-color:var(--surface-positive);--plasma-textfield-divider-color-hover:var(--surface-positive);--plasma-textfield-divider-color-focus:var(--surface-accent);--plasma-textfield-focus-color:var(--text-accent);--plasma-textfield__indicator-color:var(--surface-negative);--plasma-textfield__optional-color:var(--text-tertiary);}