@salutejs/sdds-insol 0.328.0-canary.2423.20994461674.0 → 0.328.0-canary.2424.21061741521.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 (88) hide show
  1. package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js +43 -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_erdd8p.css +13 -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_fsx0ql.css +13 -0
  7. package/dist/css/cjs/components/DatePicker/DatePicker.css +27 -10
  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 +41 -0
  11. package/dist/css/cjs/components/Range/Range.clear.config.js.map +1 -0
  12. package/dist/css/cjs/components/Range/Range.clear.config_1vqmj3b.css +11 -0
  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/cjs/components/Range/Range.config_gk59nl.css +11 -0
  16. package/dist/css/cjs/components/Range/Range.css +23 -11
  17. package/dist/css/cjs/components/Range/Range.js +14 -6
  18. package/dist/css/cjs/components/Range/Range.js.map +1 -1
  19. package/dist/css/cjs/components/TextArea/TextArea.config.js +11 -11
  20. package/dist/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  21. package/dist/css/cjs/components/TextArea/TextArea.config_14dw15u.css +14 -0
  22. package/dist/css/cjs/components/TextArea/TextArea.css +13 -27
  23. package/dist/css/cjs/components/TextArea/TextArea.js +6 -13
  24. package/dist/css/cjs/components/TextArea/TextArea.js.map +1 -1
  25. package/dist/css/cjs/index.css +64 -49
  26. package/dist/css/es/components/DatePicker/DatePicker.clear.config.js +39 -0
  27. package/dist/css/es/components/DatePicker/DatePicker.clear.config.js.map +1 -0
  28. package/dist/css/es/components/DatePicker/DatePicker.clear.config_erdd8p.css +13 -0
  29. package/dist/css/es/components/DatePicker/DatePicker.config.js +10 -3
  30. package/dist/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
  31. package/dist/css/es/components/DatePicker/DatePicker.config_fsx0ql.css +13 -0
  32. package/dist/css/es/components/DatePicker/DatePicker.css +27 -10
  33. package/dist/css/es/components/DatePicker/DatePicker.js +25 -6
  34. package/dist/css/es/components/DatePicker/DatePicker.js.map +1 -1
  35. package/dist/css/es/components/Range/Range.clear.config.js +37 -0
  36. package/dist/css/es/components/Range/Range.clear.config.js.map +1 -0
  37. package/dist/css/es/components/Range/Range.clear.config_1vqmj3b.css +11 -0
  38. package/dist/css/es/components/Range/Range.config.js +1 -1
  39. package/dist/css/es/components/Range/Range.config.js.map +1 -1
  40. package/dist/css/es/components/Range/Range.config_gk59nl.css +11 -0
  41. package/dist/css/es/components/Range/Range.css +23 -11
  42. package/dist/css/es/components/Range/Range.js +14 -8
  43. package/dist/css/es/components/Range/Range.js.map +1 -1
  44. package/dist/css/es/components/TextArea/TextArea.config.js +11 -11
  45. package/dist/css/es/components/TextArea/TextArea.config.js.map +1 -1
  46. package/dist/css/es/components/TextArea/TextArea.config_14dw15u.css +14 -0
  47. package/dist/css/es/components/TextArea/TextArea.css +13 -27
  48. package/dist/css/es/components/TextArea/TextArea.js +8 -13
  49. package/dist/css/es/components/TextArea/TextArea.js.map +1 -1
  50. package/dist/css/es/index.css +64 -49
  51. package/dist/styled-components/cjs/components/DatePicker/DatePicker.clear.config.js +1067 -0
  52. package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +303 -82
  53. package/dist/styled-components/cjs/components/DatePicker/DatePicker.js +39 -4
  54. package/dist/styled-components/cjs/components/Range/Range.clear.config.js +554 -0
  55. package/dist/styled-components/cjs/components/Range/Range.config.js +19 -7
  56. package/dist/styled-components/cjs/components/Range/Range.js +28 -5
  57. package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +333 -290
  58. package/dist/styled-components/cjs/components/TextArea/TextArea.js +5 -27
  59. package/dist/styled-components/es/components/DatePicker/DatePicker.clear.config.js +1057 -0
  60. package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +303 -82
  61. package/dist/styled-components/es/components/DatePicker/DatePicker.js +28 -5
  62. package/dist/styled-components/es/components/Range/Range.clear.config.js +544 -0
  63. package/dist/styled-components/es/components/Range/Range.config.js +19 -7
  64. package/dist/styled-components/es/components/Range/Range.js +16 -6
  65. package/dist/styled-components/es/components/TextArea/TextArea.config.js +339 -296
  66. package/dist/styled-components/es/components/TextArea/TextArea.js +5 -14
  67. package/package.json +7 -7
  68. package/types/components/{TextArea/TextArea.clear.config.d.ts → DatePicker/DatePicker.clear.config.d.ts} +4 -3
  69. package/types/components/DatePicker/DatePicker.config.d.ts +7 -0
  70. package/types/components/DatePicker/DatePicker.d.ts +526 -5
  71. package/types/components/Range/Range.clear.config.d.ts +33 -0
  72. package/types/components/Range/Range.d.ts +1659 -4
  73. package/types/components/TextArea/TextArea.config.d.ts +7 -7
  74. package/types/components/TextArea/TextArea.d.ts +11 -1036
  75. package/dist/css/cjs/components/DatePicker/DatePicker.config_1uoda34.css +0 -10
  76. package/dist/css/cjs/components/Range/Range.config_m3cwc1.css +0 -11
  77. package/dist/css/cjs/components/TextArea/TextArea.clear.config.js +0 -42
  78. package/dist/css/cjs/components/TextArea/TextArea.clear.config.js.map +0 -1
  79. package/dist/css/cjs/components/TextArea/TextArea.clear.config_vvqdh8.css +0 -13
  80. package/dist/css/cjs/components/TextArea/TextArea.config_5f42o1.css +0 -14
  81. package/dist/css/es/components/DatePicker/DatePicker.config_1uoda34.css +0 -10
  82. package/dist/css/es/components/Range/Range.config_m3cwc1.css +0 -11
  83. package/dist/css/es/components/TextArea/TextArea.clear.config.js +0 -38
  84. package/dist/css/es/components/TextArea/TextArea.clear.config.js.map +0 -1
  85. package/dist/css/es/components/TextArea/TextArea.clear.config_vvqdh8.css +0 -13
  86. package/dist/css/es/components/TextArea/TextArea.config_5f42o1.css +0 -14
  87. package/dist/styled-components/cjs/components/TextArea/TextArea.clear.config.js +0 -592
  88. package/dist/styled-components/es/components/TextArea/TextArea.clear.config.js +0 -582
@@ -1,10 +1,27 @@
1
- .DatePicker_config_1uoda34_d1ay1n83__c871bfe9{--plasma-date-picker_range-background:var(--surface-transparent-card);--plasma-date-picker_range-background-error:var(--surface-transparent-card);--plasma-date-picker_range-background-success:var(--surface-transparent-card);--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-datepicker-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-date-picker-textfield-caret-color:var(--text-accent);--plasma-date-picker-textfield__content-color:var(--text-primary);--plasma-date-picker-textfield__content-color-hover:var(--text-primary-hover);--plasma-date-picker-textfield__content-color-active:var(--text-primary-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-readonly-opacity:var(--text-secondary-active);--plasma-date-picker__indicator-color:var(--surface-negative);--plasma-date-picker-textfield-border-color-focus:var(--outline-solid-secondary);--plasma-date-picker-textfield-border-color-hover:var(--outline-clear);--plasma-date-picker_range-border-color-focus:var(--outline-solid-secondary);--plasma-date-picker_range-border-color-success:var(--outline-positive-minor);--plasma-date-picker-textfield-border-color-success:var(--outline-positive-minor);--plasma-date-picker-textfield-border-color-success-focus:var(--outline-positive-minor-active);--plasma-date-picker-textfield-border-color-success-hover:var(--outline-positive-minor-hover);--plasma-date-picker_range-border-color-error:var(--outline-negative-minor);--plasma-date-picker-textfield-border-color-error:var(--outline-negative-minor);--plasma-date-picker-textfield-border-color-error-focus:var(--outline-negative-minor-active);--plasma-date-picker-textfield-border-color-error-hover:var(--outline-negative-minor-hover);--plasma-date-picker-textfield-background-color:var(--surface-transparent-card);--plasma-date-picker-textfield-background-color-focus:var(--surface-transparent-clear);--plasma-date-picker-textfield-color-error:var(--text-negative);--plasma-date-picker-textfield-background-color-error:var(--surface-transparent-card);--plasma-date-picker-textfield-background-color-error-focus:var(--surface-transparent-clear);--plasma-date-picker-textfield-color-success:var(--text-positive);--plasma-date-picker-textfield-background-color-success:var(--surface-transparent-card);--plasma-date-picker-textfield-background-color-success-focus:var(--surface-transparent-clear);--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-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-secondary-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);}
2
- .DatePicker_config_1uoda34_xnygzaf__c871bfe9{--plasma-date-picker-width:30rem;--plasma-date-picker_range-border-radius:1rem;--plasma-date-picker_range-border-width:0.0625rem;--plasma-date-picker_range__divider-padding:0;--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 1.125rem;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker-placement_inner__label-padding:0.8125rem 0 0.125rem 0;--plasma-date-picker-placement_inner__content-padding:1.938rem 0 0.813rem 0;--plasma-date-picker-label-wrapper-offset:0.75rem;--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-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-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:4rem;--plasma-date-picker-textfield-border-radius:1rem;--plasma-date-picker-textfield-border-width:0.0625rem;--plasma-date-picker-textfield-padding:1.375rem 1.25rem 1.375rem 1.25rem;--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.0625rem 0.6255rem -0.0625rem 0;--plasma-date-picker-textfield__right-content-margin:-0.0625rem 0 -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:1rem;--plasma-date-picker-calendar-container-width:30rem;--plasma-date-picker-calendar-container-height:30.5rem;--plasma-date-picker-calendar__years-padding:0 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-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-font-weight);--plasma-date-picker-calendar__months-padding:0 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-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-font-weight);--plasma-date-picker-calendar__quarters-padding:0 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-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-font-weight);--plasma-date-picker-calendar__days-padding:0 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-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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.5rem;--plasma-date-picker-calendar__header-wrapper-padding:1rem 1rem 0.375rem 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.75rem;--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:4rem;--plasma-date-picker-icon-button__width:4rem;--plasma-date-picker-icon-button__padding:1.25rem;--plasma-date-picker-icon-button__radius:1.25rem;}
3
- .DatePicker_config_1uoda34_lnmm947__c871bfe9{--plasma-date-picker-width:26.5rem;--plasma-date-picker_range-border-radius:0.875rem;--plasma-date-picker_range-border-width:0.0625rem;--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 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-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-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-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.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-border-width:0.0625rem;--plasma-date-picker-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--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.0625rem 0.625rem -0.0625rem 0rem;--plasma-date-picker-textfield__right-content-margin:-0.0625rem 0rem -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:27.125rem;--plasma-date-picker-calendar__years-padding:0 1rem 1.125rem 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-font-weight);--plasma-date-picker-calendar__months-padding:0 1rem 1.125rem 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-font-weight);--plasma-date-picker-calendar__quarters-padding:0 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-font-weight);--plasma-date-picker-calendar__days-padding:0 1rem 1.125rem 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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.5rem;--plasma-date-picker-calendar__header-wrapper-padding:1rem 1rem 0.375rem 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:3.5rem;--plasma-date-picker-icon-button__width:3.5rem;--plasma-date-picker-icon-button__padding:1rem;--plasma-date-picker-icon-button__radius:0.625rem;}
4
- .DatePicker_config_1uoda34_m4xtouq__c871bfe9{--plasma-date-picker-width:23rem;--plasma-date-picker_range-border-radius:0.75rem;--plasma-date-picker_range-border-width:0.0625rem;--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.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-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-placement_inner__label-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-date-picker-placement_inner__label-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-date-picker-placement_inner__label-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-date-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-date-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-date-picker-placement_inner__label-line-height:var(--plasma-typo-body-xxs-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.25rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:0 0 auto auto;--plasma-date-picker__indicator-placement-outer-right:0.125rem -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:3rem;--plasma-date-picker-textfield-border-radius:0.75rem;--plasma-date-picker-textfield-border-width:0.0625rem;--plasma-date-picker-textfield-padding:0.875rem 1rem 0.875rem 1rem;--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.125rem 0.625rem -0.125rem 0rem;--plasma-date-picker-textfield__right-content-margin:-0.125rem 0rem -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.625rem;--plasma-date-picker-calendar-border-radius:0.75rem;--plasma-date-picker-calendar__years-padding:0 1rem 1.125rem 1rem;--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-font-weight);--plasma-date-picker-calendar__quarters-padding:0 1rem 0 1rem;--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-font-weight);--plasma-date-picker-calendar__months-padding:0 1rem 1.125rem 1rem;--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-font-weight);--plasma-date-picker-calendar__days-padding:0 1rem 1.125rem 1rem;--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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.375rem;--plasma-date-picker-calendar__header-wrapper-padding:1rem 1rem 0.375rem 1rem;--plasma-date-picker-calendar__header-arrow-gap:0;--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:3rem;--plasma-date-picker-icon-button__width:3rem;--plasma-date-picker-icon-button__padding:0.75rem;--plasma-date-picker-icon-button__radius:0.5rem;}
5
- .DatePicker_config_1uoda34_s1cw5ca1__c871bfe9{--plasma-date-picker-width:19.25rem;--plasma-date-picker_range-border-radius:0.625rem;--plasma-date-picker_range-border-width:0.0625rem;--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.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-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-placement_inner__label-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-date-picker-placement_inner__label-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-date-picker-placement_inner__label-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-date-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-date-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-date-picker-placement_inner__label-line-height:var(--plasma-typo-body-xxs-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.6875rem;--plasma-date-picker__indicator-placement-right:0 0 auto auto;--plasma-date-picker__indicator-placement-outer-right:0.125rem -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-border-width:0.0625rem;--plasma-date-picker-textfield-padding:0.813rem 0.75rem 0.813rem 0.75rem;--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.1875rem 0.5rem -0.1875rem 0rem;--plasma-date-picker-textfield__right-content-margin:-0.1875rem 0rem -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.25rem;--plasma-date-picker-calendar-container-height:18.875rem;--plasma-date-picker-calendar-border-radius:0.625rem;--plasma-date-picker-calendar__years-padding:0 0.875rem 0.875rem 0.875rem;--plasma-date-picker-calendar__year-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__quarters-padding:0 0.875rem 0 0.875rem;--plasma-date-picker-calendar__quarter-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__months-padding:0 0.875rem 0.875rem 0.875rem;--plasma-date-picker-calendar__month-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__days-padding:0 0.875rem 0.875rem 0.875rem;--plasma-date-picker-calendar__day-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.25rem;--plasma-date-picker-calendar__header-wrapper-padding:0.875rem 0.875rem 0.375rem 0.875rem;--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:2.5rem;--plasma-date-picker-icon-button__width:2.5rem;--plasma-date-picker-icon-button__padding:0.75rem;--plasma-date-picker-icon-button__radius:0.5rem;}
6
- .DatePicker_config_1uoda34_xny3sk5__c871bfe9{--plasma-date-picker-width:19rem;--plasma-date-picker_range-border-radius:0.5rem;--plasma-date-picker_range-border-width:0.0625rem;--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.625rem 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-border-width:0.0625rem;--plasma-date-picker-textfield-padding:0.5rem 0.625rem 0.5rem 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.375rem -0.0625rem 0rem;--plasma-date-picker-textfield__right-content-margin:-0.0625rem 0rem -0.0625rem 0.625rem;--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:18.625rem;--plasma-date-picker-calendar-border-radius:0.5rem;--plasma-date-picker-calendar__years-padding:0 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-font-weight);--plasma-date-picker-calendar__quarters-padding:0 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-font-weight);--plasma-date-picker-calendar__months-padding:0 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-font-weight);--plasma-date-picker-calendar__days-padding:0 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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.25rem;--plasma-date-picker-calendar__header-wrapper-padding:0.5rem 0.75rem 0.375rem 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.5rem;--plasma-date-picker-icon-button__radius:0.5rem;}
7
- .DatePicker_config_1uoda34_mupzqrw__c871bfe9{--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);}
8
- .DatePicker_config_1uoda34_sj60bae__c871bfe9{--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);}
9
- .DatePicker_config_1uoda34_t76c66b__c871bfe9{--plasma-date-picker-disabled-opacity:0.4;}
10
- .DatePicker_config_1uoda34_t5z3ioe__c871bfe9{--plasma-date-picker_range-background-readonly:var(--surface-solid-secondary);--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-solid-secondary);--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_range-border-color:transparent;--plasma-date-picker_range-border-width:0;}
1
+ .DatePicker_config_fsx0ql_d1ay1n83__ea6462e6{--plasma-date-picker-outline-focus:var(--surface-accent);--plasma-date-picker_range-background:var(--surface-transparent-card);--plasma-date-picker_range-background-error:var(--surface-transparent-card);--plasma-date-picker_range-background-success:var(--surface-transparent-card);--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__placeholder-color-focus:var(--text-tertiary);--plasma-date-picker-textfield-caret-color:var(--text-accent);--plasma-date-picker-textfield__content-color:var(--text-primary);--plasma-date-picker-textfield__content-color-hover:var(--text-primary-hover);--plasma-date-picker-textfield__content-color-active:var(--text-primary-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-readonly-opacity:var(--text-secondary-active);--plasma-date-picker__indicator-color:var(--surface-negative);--plasma-date-picker-textfield-border-color-focus:var(--outline-solid-secondary);--plasma-date-picker-textfield-border-color-hover:var(--outline-clear);--plasma-date-picker_range-border-color-focus:var(--outline-solid-secondary);--plasma-date-picker_range-border-color-success:var(--outline-positive-minor);--plasma-date-picker-textfield-border-color-success:var(--outline-positive-minor);--plasma-date-picker-textfield-border-color-success-focus:var(--outline-positive-minor-active);--plasma-date-picker-textfield-border-color-success-hover:var(--outline-positive-minor-hover);--plasma-date-picker_range-border-color-error:var(--outline-negative-minor);--plasma-date-picker-textfield-border-color-error:var(--outline-negative-minor);--plasma-date-picker-textfield-border-color-error-focus:var(--outline-negative-minor-active);--plasma-date-picker-textfield-border-color-error-hover:var(--outline-negative-minor-hover);--plasma-date-picker-textfield-background-color:var(--surface-transparent-card);--plasma-date-picker-textfield-background-color-focus:var(--surface-transparent-clear);--plasma-date-picker-textfield-color-error:var(--text-negative);--plasma-date-picker-textfield-background-color-error:var(--surface-transparent-card);--plasma-date-picker-textfield-background-color-error-focus:var(--surface-transparent-clear);--plasma-date-picker-textfield-color-success:var(--text-positive);--plasma-date-picker-textfield-background-color-success:var(--surface-transparent-card);--plasma-date-picker-textfield-background-color-success-focus:var(--surface-transparent-clear);--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-popover-shadow:var(--shadow-down-soft-s);--plasma-date-picker-popover__separator-background:var(--surface-transparent-secondary);--plasma-date-picker-popover__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);--plasma-date-picker-shortcut-item-color:var(--text-primary);--plasma-date-picker-shortcut-item-background-hover:var(--surface-transparent-secondary);}
2
+ .DatePicker_config_fsx0ql_xnygzaf__ea6462e6{--plasma-date-picker-width:30rem;--plasma-date-picker_range-border-radius:1rem;--plasma-date-picker_range-border-width:0.0625rem;--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 0 1.125rem;--plasma-date-picker_range__right-content-margin:0;--plasma-date-picker__label-offset:0.75rem;--plasma-date-picker-placement_inner__label-padding:0.8125rem 0 0.125rem 0;--plasma-date-picker-placement_inner__content-padding:1.938rem 0 0.813rem 0;--plasma-date-picker-label-wrapper-offset:0.75rem;--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-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-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.688rem -2.938rem auto auto;--plasma-date-picker-info-wrapper-hint-placement-inner-offset:0 0.813rem 0 -0.438rem;--plasma-date-picker_old_hint-inner-label-placement-offset:0.813rem -2.938rem 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:4rem;--plasma-date-picker-textfield-border-radius:1rem;--plasma-date-picker-textfield-border-width:0.0625rem;--plasma-date-picker-textfield-padding:1.375rem 1.25rem 1.375rem 1.25rem;--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.0625rem 0.6255rem -0.0625rem 0;--plasma-date-picker-textfield__right-content-margin:-0.0625rem 0 -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-popover-border-radius:1rem;--plasma-date-picker-popover-gap:1rem;--plasma-date-picker-popover-padding:1rem 1rem 1.125rem 1rem;--plasma-date-picker-popover-vertical-padding:2.125rem;--plasma-date-picker-calendar-width:28rem;--plasma-date-picker-calendar-height:28.375rem;--plasma-date-picker-calendar__years-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__year-item-border-radius:0.875rem;--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-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__month-item-border-radius:0.875rem;--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-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__quarter-item-border-radius:0.875rem;--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-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__day-item-border-radius:0.875rem;--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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.5rem;--plasma-date-picker-calendar__header-wrapper-padding:0;--plasma-date-picker-calendar__header-arrow-gap:0;--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.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:4rem;--plasma-date-picker-icon-button__width:4rem;--plasma-date-picker-icon-button__padding:1.25rem;--plasma-date-picker-icon-button__radius:1rem;--plasma-date-picker-shortcut-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-shortcut-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-shortcut-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-shortcut-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-shortcut-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-shortcut-item-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-shortcut-item-padding:1.313rem 0.875rem;--plasma-date-picker-shortcut-item-gap:0.375rem;--plasma-date-picker-shortcut-item-border-radius:0.875rem;}
3
+ .DatePicker_config_fsx0ql_lnmm947__ea6462e6{--plasma-date-picker-width:26.5rem;--plasma-date-picker_range-border-radius:0.875rem;--plasma-date-picker_range-border-width:0.0625rem;--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 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-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-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-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.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-border-width:0.0625rem;--plasma-date-picker-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--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.0625rem 0.625rem -0.0625rem 0rem;--plasma-date-picker-textfield__right-content-margin:-0.0625rem 0rem -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-popover-border-radius:0.875rem;--plasma-date-picker-popover-gap:1rem;--plasma-date-picker-popover-padding:1rem 1rem 1.125rem 1rem;--plasma-date-picker-popover-vertical-padding:2.125rem;--plasma-date-picker-calendar-width:24.5rem;--plasma-date-picker-calendar-height:25rem;--plasma-date-picker-calendar__years-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__year-item-border-radius:0.75rem;--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-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__month-item-border-radius:0.75rem;--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-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__quarter-item-border-radius:0.75rem;--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-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__day-item-border-radius:0.75rem;--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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.5rem;--plasma-date-picker-calendar__header-wrapper-padding:0;--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: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;--plasma-date-picker-shortcut-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-date-picker-shortcut-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-date-picker-shortcut-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-date-picker-shortcut-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-date-picker-shortcut-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-date-picker-shortcut-item-line-height:var(--plasma-typo-body-l-line-height);--plasma-date-picker-shortcut-item-padding:1.188rem 0.75rem;--plasma-date-picker-shortcut-item-gap:0.375rem;--plasma-date-picker-shortcut-item-border-radius:0.75rem;}
4
+ .DatePicker_config_fsx0ql_m4xtouq__ea6462e6{--plasma-date-picker-width:23rem;--plasma-date-picker_range-border-radius:0.75rem;--plasma-date-picker_range-border-width:0.0625rem;--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.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-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-placement_inner__label-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-date-picker-placement_inner__label-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-date-picker-placement_inner__label-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-date-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-date-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-date-picker-placement_inner__label-line-height:var(--plasma-typo-body-xxs-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.25rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:0 0 auto auto;--plasma-date-picker__indicator-placement-outer-right:0.125rem -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: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-border-width:0.0625rem;--plasma-date-picker-textfield-padding:0.875rem 1rem 0.875rem 1rem;--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.125rem 0.625rem -0.125rem 0rem;--plasma-date-picker-textfield__right-content-margin:-0.125rem 0rem -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-popover-border-radius:0.75rem;--plasma-date-picker-popover-gap:1rem;--plasma-date-picker-popover-padding:1rem 1rem 1.125rem 1rem;--plasma-date-picker-popover-vertical-padding:2.125rem;--plasma-date-picker-calendar-width:21rem;--plasma-date-picker-calendar-height:21rem;--plasma-date-picker-calendar__years-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__year-item-border-radius:0.625rem;--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-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__quarter-item-border-radius:0.625rem;--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-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__month-item-border-radius:0.625rem;--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-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__day-item-border-radius:0.625rem;--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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.375rem;--plasma-date-picker-calendar__header-wrapper-padding:0;--plasma-date-picker-calendar__header-arrow-gap:0;--plasma-date-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-picker-calendar__header-padding:0 0 0 0.75rem;--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:3rem;--plasma-date-picker-icon-button__width:3rem;--plasma-date-picker-icon-button__padding:1.25rem;--plasma-date-picker-icon-button__radius:0.75rem;--plasma-date-picker-shortcut-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-shortcut-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-shortcut-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-shortcut-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-shortcut-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-shortcut-item-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-shortcut-item-padding:1.063rem 0.625rem;--plasma-date-picker-shortcut-item-gap:0.375rem;--plasma-date-picker-shortcut-item-border-radius:0.625rem;}
5
+ .DatePicker_config_fsx0ql_s1cw5ca1__ea6462e6{--plasma-date-picker-width:19.25rem;--plasma-date-picker_range-border-radius:0.625rem;--plasma-date-picker_range-border-width:0.0625rem;--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.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-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-placement_inner__label-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-date-picker-placement_inner__label-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-date-picker-placement_inner__label-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-date-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-date-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-date-picker-placement_inner__label-line-height:var(--plasma-typo-body-xxs-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.6875rem;--plasma-date-picker__indicator-placement-right:0 0 auto auto;--plasma-date-picker__indicator-placement-outer-right:0.125rem -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-border-width:0.0625rem;--plasma-date-picker-textfield-padding:0.813rem 0.75rem 0.813rem 0.75rem;--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.1875rem 0.5rem -0.1875rem 0rem;--plasma-date-picker-textfield__right-content-margin:-0.1875rem 0rem -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-popover-border-radius:0.625rem;--plasma-date-picker-popover-gap:0.875rem;--plasma-date-picker-popover-padding:0.875rem 0.875rem 1rem 0.875rem;--plasma-date-picker-popover-vertical-padding:1.875rem;--plasma-date-picker-calendar-width:17.5rem;--plasma-date-picker-calendar-height:17rem;--plasma-date-picker-calendar__years-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__year-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__quarter-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__month-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__day-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.25rem;--plasma-date-picker-calendar__header-wrapper-padding:0;--plasma-date-picker-calendar__header-arrow-gap:0;--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-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:2.5rem;--plasma-date-picker-icon-button__width:2.5rem;--plasma-date-picker-icon-button__padding:0.5rem;--plasma-date-picker-icon-button__radius:0.625rem;--plasma-date-picker-shortcut-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-date-picker-shortcut-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-date-picker-shortcut-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-date-picker-shortcut-item-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-date-picker-shortcut-item-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-date-picker-shortcut-item-line-height:var(--plasma-typo-body-s-line-height);--plasma-date-picker-shortcut-item-padding:0.813rem 0.5rem;--plasma-date-picker-shortcut-item-gap:0.375rem;--plasma-date-picker-shortcut-item-border-radius:0.5rem;}
6
+ .DatePicker_config_fsx0ql_xny3sk5__ea6462e6{--plasma-date-picker-width:19rem;--plasma-date-picker_range-border-radius:0.5rem;--plasma-date-picker_range-border-width:0.0625rem;--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.625rem 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-border-width:0.0625rem;--plasma-date-picker-textfield-padding:0.5rem 0.625rem 0.5rem 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.375rem -0.0625rem 0rem;--plasma-date-picker-textfield__right-content-margin:-0.0625rem 0rem -0.0625rem 0.625rem;--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-popover-border-radius:0.5rem;--plasma-date-picker-popover-gap:0.75rem;--plasma-date-picker-popover-padding:0.75rem 0.75rem 0.875rem 0.75rem;--plasma-date-picker-popover-vertical-padding:1.625rem;--plasma-date-picker-calendar-width:17.5rem;--plasma-date-picker-calendar-height:15.5rem;--plasma-date-picker-calendar__years-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__year-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__quarters-padding:0.375rem 0 0 0;--plasma-date-picker-calendar__quarter-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__month-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__days-padding:0.375rem 0 0 0;--plasma-date-picker-calendar__day-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.25rem;--plasma-date-picker-calendar__header-wrapper-padding:0;--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.5rem;--plasma-date-picker-icon-button__radius:0.5rem;--plasma-date-picker-shortcut-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-shortcut-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-shortcut-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-shortcut-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-shortcut-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-shortcut-item-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-shortcut-item-padding:0.563rem 0.375rem;--plasma-date-picker-shortcut-item-gap:0.375rem;--plasma-date-picker-shortcut-item-border-radius:0.375rem;}
7
+ .DatePicker_config_fsx0ql_mupzqrw__ea6462e6{--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);}
8
+ .DatePicker_config_fsx0ql_sj60bae__ea6462e6{--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);}
9
+ .DatePicker_config_fsx0ql_d76c66b__ea6462e6{--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);}
10
+ .DatePicker_config_fsx0ql_m5z3ioe__ea6462e6{--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;}
11
+ .DatePicker_config_fsx0ql_s7t6ggj__ea6462e6{--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;}
12
+ .DatePicker_config_fsx0ql_t1vynkqn__ea6462e6{--plasma-date-picker-disabled-opacity:0.4;}
13
+ .DatePicker_config_fsx0ql_t1up38mu__ea6462e6{--plasma-date-picker_range-background-readonly:var(--surface-solid-secondary);--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-solid-secondary);--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_range-border-color:transparent;--plasma-date-picker_range-border-width:0;}
14
+
15
+ .DatePicker_clear_config_erdd8p_d1j3qlfe__161a6298{--plasma-date-picker-outline-focus:var(--surface-accent);--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-popover-shadow:var(--shadow-down-soft-s);--plasma-date-picker-popover__separator-background:var(--surface-transparent-secondary);--plasma-date-picker-popover__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);--plasma-date-picker-shortcut-item-color:var(--text-primary);--plasma-date-picker-shortcut-item-background-hover:var(--surface-transparent-secondary);}
16
+ .DatePicker_clear_config_erdd8p_x3vuatz__161a6298{--plasma-date-picker-width:30rem;--plasma-date-picker_range-border-radius:1rem;--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 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.8125rem 0 0.125rem 0;--plasma-date-picker-placement_inner__content-padding:1.938rem 0 0.813rem 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-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-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.75rem auto auto -0.875rem;--plasma-date-picker__indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-date-picker__indicator-placement-right:1.75rem -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.75rem -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.8125rem -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:4rem;--plasma-date-picker-textfield-border-radius:1rem;--plasma-date-picker-textfield-padding:1.375rem 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.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-popover-border-radius:0.875rem;--plasma-date-picker-popover-gap:1rem;--plasma-date-picker-popover-padding:1rem 1rem 1.125rem 1rem;--plasma-date-picker-popover-vertical-padding:2.125rem;--plasma-date-picker-calendar-width:24.5rem;--plasma-date-picker-calendar-height:28.563rem;--plasma-date-picker-calendar__years-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__year-item-border-radius:0.75rem;--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__months-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__month-item-border-radius:0.75rem;--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__quarters-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__quarter-item-border-radius:0.75rem;--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__days-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__day-item-border-radius:0.75rem;--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__event-item-bottom:0.5rem;--plasma-date-picker-calendar__header-wrapper-padding:0;--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.75rem;--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:4rem;--plasma-date-picker-icon-button__width:4rem;--plasma-date-picker-icon-button__padding:1.25rem;--plasma-date-picker-icon-button__radius:1.25rem;--plasma-date-picker-shortcut-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-shortcut-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-shortcut-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-shortcut-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-shortcut-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-shortcut-item-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-shortcut-item-padding:1.313rem 0.875rem;--plasma-date-picker-shortcut-item-gap:0.375rem;--plasma-date-picker-shortcut-item-border-radius:0.875rem;}
17
+ .DatePicker_clear_config_erdd8p_l147gnay__161a6298{--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-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 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-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.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-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.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-popover-border-radius:0.875rem;--plasma-date-picker-popover-gap:1rem;--plasma-date-picker-popover-padding:1rem 1rem 1.125rem 1rem;--plasma-date-picker-popover-vertical-padding:2.125rem;--plasma-date-picker-calendar-width:24.5rem;--plasma-date-picker-calendar-height:25rem;--plasma-date-picker-calendar__years-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__year-item-border-radius:0.75rem;--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-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0 0 0;--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-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0 0 0;--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-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 0 0 0;--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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.5rem;--plasma-date-picker-calendar__header-wrapper-padding:0;--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: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;--plasma-date-picker-shortcut-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-picker-shortcut-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-picker-shortcut-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-picker-shortcut-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-picker-shortcut-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-picker-shortcut-item-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-picker-shortcut-item-padding:1.188rem 0.75rem;--plasma-date-picker-shortcut-item-gap:0.375rem;--plasma-date-picker-shortcut-item-border-radius:0.75rem;}
18
+ .DatePicker_clear_config_erdd8p_m1arqb1j__161a6298{--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-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.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-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-placement_inner__label-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-date-picker-placement_inner__label-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-date-picker-placement_inner__label-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-date-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-date-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-date-picker-placement_inner__label-line-height:var(--plasma-typo-body-xxs-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-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.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-popover-border-radius:0.75rem;--plasma-date-picker-popover-gap:1rem;--plasma-date-picker-popover-padding:1rem 1rem 1.125rem 1rem;--plasma-date-picker-popover-vertical-padding:2.125rem;--plasma-date-picker-calendar-width:21rem;--plasma-date-picker-calendar-height:21rem;--plasma-date-picker-calendar__years-padding:0.5rem 0 0 0;--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-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__quarter-item-border-radius:0.625rem;--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-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__month-item-border-radius:0.625rem;--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-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__day-item-border-radius:0.625rem;--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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.375rem;--plasma-date-picker-calendar__header-wrapper-padding:0;--plasma-date-picker-calendar__header-arrow-gap:0;--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:3rem;--plasma-date-picker-icon-button__width:3rem;--plasma-date-picker-icon-button__padding:0.75rem;--plasma-date-picker-icon-button__radius:0.75rem;--plasma-date-picker-shortcut-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-shortcut-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-shortcut-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-shortcut-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-shortcut-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-shortcut-item-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-shortcut-item-padding:1.063rem 0.625rem;--plasma-date-picker-shortcut-item-gap:0.375rem;--plasma-date-picker-shortcut-item-border-radius:0.625rem;}
19
+ .DatePicker_clear_config_erdd8p_s1tovmtn__161a6298{--plasma-date-picker-width:19.25rem;--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-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.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-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-placement_inner__label-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-date-picker-placement_inner__label-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-date-picker-placement_inner__label-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-date-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-date-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-date-picker-placement_inner__label-line-height:var(--plasma-typo-body-xxs-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.813rem 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.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-popover-border-radius:0.625rem;--plasma-date-picker-popover-gap:0.875rem;--plasma-date-picker-popover-padding:0.875rem 0.875rem 1rem 0.875rem;--plasma-date-picker-popover-vertical-padding:1.875rem;--plasma-date-picker-calendar-width:17.5rem;--plasma-date-picker-calendar-height:17rem;--plasma-date-picker-calendar__years-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__year-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__quarters-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__quarter-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__month-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__days-padding:0.5rem 0 0 0;--plasma-date-picker-calendar__day-item-border-radius:0.5rem;--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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.25rem;--plasma-date-picker-calendar__header-wrapper-padding:0;--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:2.5rem;--plasma-date-picker-icon-button__width:2.5rem;--plasma-date-picker-icon-button__padding:0.75rem;--plasma-date-picker-icon-button__radius:0.5rem;--plasma-date-picker-shortcut-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-shortcut-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-shortcut-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-shortcut-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-shortcut-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-shortcut-item-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-shortcut-item-padding:0.813rem 0.5rem;--plasma-date-picker-shortcut-item-gap:0.375rem;--plasma-date-picker-shortcut-item-border-radius:0.5rem;}
20
+ .DatePicker_clear_config_erdd8p_x157tlcg__161a6298{--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-popover-border-radius:0.5rem;--plasma-date-picker-popover-gap:0.75rem;--plasma-date-picker-popover-padding:0.75rem 0.75rem 0.875rem 0.75rem;--plasma-date-picker-popover-vertical-padding:1.625rem;--plasma-date-picker-calendar-width:17.5rem;--plasma-date-picker-calendar-height:15.5rem;--plasma-date-picker-calendar__years-padding:0.5rem 0 0 0;--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-font-weight);--plasma-date-picker-calendar__quarters-padding:0.375rem 0 0 0;--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-font-weight);--plasma-date-picker-calendar__months-padding:0.5rem 0 0 0;--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-font-weight);--plasma-date-picker-calendar__days-padding:0.375rem 0 0 0;--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-font-weight);--plasma-date-picker-calendar__current-item-border-width:0.063rem;--plasma-date-picker-calendar__event-item-bottom:0.25rem;--plasma-date-picker-calendar__header-wrapper-padding:0;--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.5rem;--plasma-date-picker-icon-button__radius:0.5rem;--plasma-date-picker-shortcut-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-picker-shortcut-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-picker-shortcut-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-picker-shortcut-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-picker-shortcut-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-picker-shortcut-item-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-picker-shortcut-item-padding:0.563rem 0.375rem;--plasma-date-picker-shortcut-item-gap:0.375rem;--plasma-date-picker-shortcut-item-border-radius:0.375rem;}
21
+ .DatePicker_clear_config_erdd8p_m1nxpm8z__161a6298{--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);}
22
+ .DatePicker_clear_config_erdd8p_su5toql__161a6298{--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);}
23
+ .DatePicker_clear_config_erdd8p_dd7sy9t__161a6298{--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);}
24
+ .DatePicker_clear_config_erdd8p_m3u3ac7__161a6298{--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;}
25
+ .DatePicker_clear_config_erdd8p_s13q9kmo__161a6298{--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;}
26
+ .DatePicker_clear_config_erdd8p_t1gu75gm__161a6298{--plasma-date-picker-disabled-opacity:0.4;}
27
+ .DatePicker_clear_config_erdd8p_t1tavgtx__161a6298{--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;}
@@ -4,12 +4,35 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var css = require('@salutejs/plasma-new-hope/css');
6
6
  var DatePicker_config = require('./DatePicker.config.js');
7
+ var DatePicker_clear_config = require('./DatePicker.clear.config.js');
7
8
 
8
- var mergedConfig = /*#__PURE__*/css.mergeConfig(css.datePickerConfig, DatePicker_config.config);
9
- var DatePicker = /*#__PURE__*/css.component(mergedConfig);
10
- var mergedRangeConfig = /*#__PURE__*/css.mergeConfig(css.datePickerRangeConfig, DatePicker_config.config);
11
- var DatePickerRange = /*#__PURE__*/css.component(mergedRangeConfig);
9
+ var mergedConfigDefault = /*#__PURE__*/css.mergeConfig(css.datePickerConfig, DatePicker_config.config);
10
+ var DatePickerDefault = /*#__PURE__*/css.component(mergedConfigDefault);
11
+ var mergedConfigClear = /*#__PURE__*/css.mergeConfig(css.datePickerConfig, DatePicker_clear_config.config);
12
+ var DatePickerClear = /*#__PURE__*/css.component(mergedConfigClear);
13
+ var DatePicker = /*#__PURE__*/css.createConditionalComponent(DatePickerDefault, [{
14
+ conditions: {
15
+ prop: 'appearance',
16
+ value: 'clear'
17
+ },
18
+ component: DatePickerClear
19
+ }]);
20
+ var mergedRangeConfigDefault = /*#__PURE__*/css.mergeConfig(css.datePickerRangeConfig, DatePicker_config.config);
21
+ var DatePickerRangeDefault = /*#__PURE__*/css.component(mergedRangeConfigDefault);
22
+ var mergedRangeConfigClea = /*#__PURE__*/css.mergeConfig(css.datePickerRangeConfig, DatePicker_clear_config.config);
23
+ var DatePickerRangeClear = /*#__PURE__*/css.component(mergedRangeConfigClea);
24
+ var DatePickerRange = /*#__PURE__*/css.createConditionalComponent(DatePickerRangeDefault, [{
25
+ conditions: {
26
+ prop: 'appearance',
27
+ value: 'clear'
28
+ },
29
+ component: DatePickerRangeClear
30
+ }]);
12
31
 
13
32
  exports.DatePicker = DatePicker;
33
+ exports.DatePickerClear = DatePickerClear;
34
+ exports.DatePickerDefault = DatePickerDefault;
14
35
  exports.DatePickerRange = DatePickerRange;
36
+ exports.DatePickerRangeClear = DatePickerRangeClear;
37
+ exports.DatePickerRangeDefault = DatePickerRangeDefault;
15
38
  //# sourceMappingURL=DatePicker.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DatePicker.js","sources":["../../../../../src-css/components/DatePicker/DatePicker.ts"],"sourcesContent":["import {\n datePickerConfig,\n datePickerRangeConfig,\n component,\n mergeConfig,\n} from '@salutejs/plasma-new-hope/css';\n\nimport { config } from './DatePicker.config';\n\nconst mergedConfig = mergeConfig(datePickerConfig, config);\nexport const DatePicker = component(mergedConfig);\n\nconst mergedRangeConfig = mergeConfig(datePickerRangeConfig, config);\nexport const DatePickerRange = component(mergedRangeConfig);\n"],"names":["mergedConfig","mergeConfig","datePickerConfig","config","DatePicker","component","mergedRangeConfig","datePickerRangeConfig","DatePickerRange"],"mappings":";;;;;;;AASA,IAAMA,YAAY,gBAAGC,eAAW,CAACC,oBAAgB,EAAEC,wBAAM,CAAC;IAC7CC,UAAU,gBAAGC,aAAS,CAACL,YAAY;AAEhD,IAAMM,iBAAiB,gBAAGL,eAAW,CAACM,yBAAqB,EAAEJ,wBAAM,CAAC;IACvDK,eAAe,gBAAGH,aAAS,CAACC,iBAAiB;;;;;"}
1
+ {"version":3,"file":"DatePicker.js","sources":["../../../../../src-css/components/DatePicker/DatePicker.ts"],"sourcesContent":["import {\n datePickerConfig,\n datePickerRangeConfig,\n component,\n mergeConfig,\n createConditionalComponent,\n} from '@salutejs/plasma-new-hope/css';\n\nimport { config } from './DatePicker.config';\nimport { config as configClear } from './DatePicker.clear.config';\n\nconst mergedConfigDefault = mergeConfig(datePickerConfig, config);\nexport const DatePickerDefault = component(mergedConfigDefault);\n\nconst mergedConfigClear = mergeConfig(datePickerConfig, configClear);\nexport const DatePickerClear = component(mergedConfigClear);\n\nexport const DatePicker = createConditionalComponent(DatePickerDefault, [\n {\n conditions: { prop: 'appearance', value: 'clear' },\n component: DatePickerClear,\n },\n]);\n\nconst mergedRangeConfigDefault = mergeConfig(datePickerRangeConfig, config);\nexport const DatePickerRangeDefault = component(mergedRangeConfigDefault);\n\nconst mergedRangeConfigClea = mergeConfig(datePickerRangeConfig, configClear);\nexport const DatePickerRangeClear = component(mergedRangeConfigClea);\n\nexport const DatePickerRange = createConditionalComponent(DatePickerRangeDefault, [\n {\n conditions: { prop: 'appearance', value: 'clear' },\n component: DatePickerRangeClear,\n },\n]);\n"],"names":["mergedConfigDefault","mergeConfig","datePickerConfig","config","DatePickerDefault","component","mergedConfigClear","configClear","DatePickerClear","DatePicker","createConditionalComponent","conditions","prop","value","mergedRangeConfigDefault","datePickerRangeConfig","DatePickerRangeDefault","mergedRangeConfigClea","DatePickerRangeClear","DatePickerRange"],"mappings":";;;;;;;;AAWA,IAAMA,mBAAmB,gBAAGC,eAAW,CAACC,oBAAgB,EAAEC,wBAAM,CAAC;IACpDC,iBAAiB,gBAAGC,aAAS,CAACL,mBAAmB;AAE9D,IAAMM,iBAAiB,gBAAGL,eAAW,CAACC,oBAAgB,EAAEK,8BAAW,CAAC;IACvDC,eAAe,gBAAGH,aAAS,CAACC,iBAAiB;IAE7CG,UAAU,gBAAGC,8BAA0B,CAACN,iBAAiB,EAAE,CACpE;AACIO,EAAAA,UAAU,EAAE;AAAEC,IAAAA,IAAI,EAAE,YAAY;AAAEC,IAAAA,KAAK,EAAE;GAAS;AAClDR,EAAAA,SAAS,EAAEG;AACf,CAAC,CACJ;AAED,IAAMM,wBAAwB,gBAAGb,eAAW,CAACc,yBAAqB,EAAEZ,wBAAM,CAAC;IAC9Da,sBAAsB,gBAAGX,aAAS,CAACS,wBAAwB;AAExE,IAAMG,qBAAqB,gBAAGhB,eAAW,CAACc,yBAAqB,EAAER,8BAAW,CAAC;IAChEW,oBAAoB,gBAAGb,aAAS,CAACY,qBAAqB;IAEtDE,eAAe,gBAAGT,8BAA0B,CAACM,sBAAsB,EAAE,CAC9E;AACIL,EAAAA,UAAU,EAAE;AAAEC,IAAAA,IAAI,EAAE,YAAY;AAAEC,IAAAA,KAAK,EAAE;GAAS;AAClDR,EAAAA,SAAS,EAAEa;AACf,CAAC,CACJ;;;;;;;;;"}
@@ -0,0 +1,41 @@
1
+ require('./Range.clear.config_1vqmj3b.css');
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, '__esModule', { value: true });
5
+
6
+ var config = {
7
+ defaults: {
8
+ view: 'default',
9
+ size: 'l',
10
+ hintView: 'default',
11
+ hintSize: 'm'
12
+ },
13
+ variations: {
14
+ view: {
15
+ "default": "d8gr24f"
16
+ },
17
+ size: {
18
+ xl: "x1o6gqcb",
19
+ l: "l10h3yah",
20
+ m: "m15z3isz",
21
+ s: "s13i67c",
22
+ xs: "x17tesvn"
23
+ },
24
+ hintView: {
25
+ "default": "d117xsxl"
26
+ },
27
+ hintSize: {
28
+ m: "mrpx6of",
29
+ s: "s18ypdbp"
30
+ },
31
+ disabled: {
32
+ "true": "tw1pqs0"
33
+ },
34
+ readOnly: {
35
+ "true": "t4on9cb"
36
+ }
37
+ }
38
+ };
39
+
40
+ exports.config = config;
41
+ //# sourceMappingURL=Range.clear.config.js.map