@salutejs/sdds-insol 0.328.0-canary.2423.20988873450.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.
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js +43 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js.map +1 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_erdd8p.css +13 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js +10 -3
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.config_fsx0ql.css +13 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.css +27 -10
- package/dist/css/cjs/components/DatePicker/DatePicker.js +27 -4
- package/dist/css/cjs/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/css/cjs/components/Range/Range.clear.config.js +41 -0
- package/dist/css/cjs/components/Range/Range.clear.config.js.map +1 -0
- package/dist/css/cjs/components/Range/Range.clear.config_1vqmj3b.css +11 -0
- package/dist/css/cjs/components/Range/Range.config.js +1 -1
- package/dist/css/cjs/components/Range/Range.config.js.map +1 -1
- package/dist/css/cjs/components/Range/Range.config_gk59nl.css +11 -0
- package/dist/css/cjs/components/Range/Range.css +23 -11
- package/dist/css/cjs/components/Range/Range.js +14 -6
- package/dist/css/cjs/components/Range/Range.js.map +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.config.js +11 -11
- package/dist/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.config_14dw15u.css +14 -0
- package/dist/css/cjs/components/TextArea/TextArea.css +13 -27
- package/dist/css/cjs/components/TextArea/TextArea.js +6 -13
- package/dist/css/cjs/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/cjs/index.css +64 -49
- package/dist/css/es/components/DatePicker/DatePicker.clear.config.js +39 -0
- package/dist/css/es/components/DatePicker/DatePicker.clear.config.js.map +1 -0
- package/dist/css/es/components/DatePicker/DatePicker.clear.config_erdd8p.css +13 -0
- package/dist/css/es/components/DatePicker/DatePicker.config.js +10 -3
- package/dist/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.config_fsx0ql.css +13 -0
- package/dist/css/es/components/DatePicker/DatePicker.css +27 -10
- package/dist/css/es/components/DatePicker/DatePicker.js +25 -6
- package/dist/css/es/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/css/es/components/Range/Range.clear.config.js +37 -0
- package/dist/css/es/components/Range/Range.clear.config.js.map +1 -0
- package/dist/css/es/components/Range/Range.clear.config_1vqmj3b.css +11 -0
- package/dist/css/es/components/Range/Range.config.js +1 -1
- package/dist/css/es/components/Range/Range.config.js.map +1 -1
- package/dist/css/es/components/Range/Range.config_gk59nl.css +11 -0
- package/dist/css/es/components/Range/Range.css +23 -11
- package/dist/css/es/components/Range/Range.js +14 -8
- package/dist/css/es/components/Range/Range.js.map +1 -1
- package/dist/css/es/components/TextArea/TextArea.config.js +11 -11
- package/dist/css/es/components/TextArea/TextArea.config.js.map +1 -1
- package/dist/css/es/components/TextArea/TextArea.config_14dw15u.css +14 -0
- package/dist/css/es/components/TextArea/TextArea.css +13 -27
- package/dist/css/es/components/TextArea/TextArea.js +8 -13
- package/dist/css/es/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/es/index.css +64 -49
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.clear.config.js +1067 -0
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +303 -82
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.js +39 -4
- package/dist/styled-components/cjs/components/Range/Range.clear.config.js +554 -0
- package/dist/styled-components/cjs/components/Range/Range.config.js +19 -7
- package/dist/styled-components/cjs/components/Range/Range.js +28 -5
- package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +333 -290
- package/dist/styled-components/cjs/components/TextArea/TextArea.js +5 -27
- package/dist/styled-components/es/components/DatePicker/DatePicker.clear.config.js +1057 -0
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +303 -82
- package/dist/styled-components/es/components/DatePicker/DatePicker.js +28 -5
- package/dist/styled-components/es/components/Range/Range.clear.config.js +544 -0
- package/dist/styled-components/es/components/Range/Range.config.js +19 -7
- package/dist/styled-components/es/components/Range/Range.js +16 -6
- package/dist/styled-components/es/components/TextArea/TextArea.config.js +339 -296
- package/dist/styled-components/es/components/TextArea/TextArea.js +5 -14
- package/package.json +7 -7
- package/types/components/{TextArea/TextArea.clear.config.d.ts → DatePicker/DatePicker.clear.config.d.ts} +4 -3
- package/types/components/DatePicker/DatePicker.config.d.ts +7 -0
- package/types/components/DatePicker/DatePicker.d.ts +526 -5
- package/types/components/Range/Range.clear.config.d.ts +33 -0
- package/types/components/Range/Range.d.ts +1659 -4
- package/types/components/TextArea/TextArea.config.d.ts +7 -7
- package/types/components/TextArea/TextArea.d.ts +11 -1036
- package/dist/css/cjs/components/DatePicker/DatePicker.config_1uoda34.css +0 -10
- package/dist/css/cjs/components/Range/Range.config_m3cwc1.css +0 -11
- package/dist/css/cjs/components/TextArea/TextArea.clear.config.js +0 -42
- package/dist/css/cjs/components/TextArea/TextArea.clear.config.js.map +0 -1
- package/dist/css/cjs/components/TextArea/TextArea.clear.config_vvqdh8.css +0 -13
- package/dist/css/cjs/components/TextArea/TextArea.config_5f42o1.css +0 -14
- package/dist/css/es/components/DatePicker/DatePicker.config_1uoda34.css +0 -10
- package/dist/css/es/components/Range/Range.config_m3cwc1.css +0 -11
- package/dist/css/es/components/TextArea/TextArea.clear.config.js +0 -38
- package/dist/css/es/components/TextArea/TextArea.clear.config.js.map +0 -1
- package/dist/css/es/components/TextArea/TextArea.clear.config_vvqdh8.css +0 -13
- package/dist/css/es/components/TextArea/TextArea.config_5f42o1.css +0 -14
- package/dist/styled-components/cjs/components/TextArea/TextArea.clear.config.js +0 -592
- package/dist/styled-components/es/components/TextArea/TextArea.clear.config.js +0 -582
package/dist/css/cjs/index.css
CHANGED
|
@@ -248,16 +248,33 @@
|
|
|
248
248
|
.Counter_config_v8zjz_xwlm116__5c629c6b{--plasma-counter-border-radius:1rem;--plasma-counter-height:1rem;--plasma-counter-padding:0 0.25rem;--plasma-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-counter-lineheight:var(--plasma-typo-body-xxs-line-height);}
|
|
249
249
|
.Counter_config_v8zjz_xuootr5__5c629c6b{--plasma-counter-border-radius:1rem;--plasma-counter-height:0.75rem;--plasma-counter-padding:0 0.125rem;--plasma-counter-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-counter-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-counter-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-counter-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-counter-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-counter-lineheight:var(--plasma-typo-body-xxs-line-height);}
|
|
250
250
|
|
|
251
|
-
.
|
|
252
|
-
.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;}
|
|
253
|
-
.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;}
|
|
254
|
-
.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;}
|
|
255
|
-
.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;}
|
|
256
|
-
.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;}
|
|
257
|
-
.
|
|
258
|
-
.
|
|
259
|
-
.
|
|
260
|
-
.
|
|
251
|
+
.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);}
|
|
252
|
+
.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;}
|
|
253
|
+
.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;}
|
|
254
|
+
.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;}
|
|
255
|
+
.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;}
|
|
256
|
+
.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;}
|
|
257
|
+
.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);}
|
|
258
|
+
.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);}
|
|
259
|
+
.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);}
|
|
260
|
+
.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;}
|
|
261
|
+
.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;}
|
|
262
|
+
.DatePicker_config_fsx0ql_t1vynkqn__ea6462e6{--plasma-date-picker-disabled-opacity:0.4;}
|
|
263
|
+
.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;}
|
|
264
|
+
|
|
265
|
+
.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);}
|
|
266
|
+
.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;}
|
|
267
|
+
.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;}
|
|
268
|
+
.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;}
|
|
269
|
+
.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;}
|
|
270
|
+
.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;}
|
|
271
|
+
.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);}
|
|
272
|
+
.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);}
|
|
273
|
+
.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);}
|
|
274
|
+
.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;}
|
|
275
|
+
.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;}
|
|
276
|
+
.DatePicker_clear_config_erdd8p_t1gu75gm__161a6298{--plasma-date-picker-disabled-opacity:0.4;}
|
|
277
|
+
.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;}
|
|
261
278
|
|
|
262
279
|
.DateTimePicker_config_1q7wd6c_d1iks136__8f134447{--plasma-date-time-picker-outline-focus:var(--surface-accent);--plasma-date-time-picker-textfield-color:var(--text-primary);--plasma-date-time-picker-textfield-placeholder-color:var(--text-secondary);--plasma-date-time-picker-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-date-time-picker-textfield-caret-color:var(--text-accent);--plasma-date-time-picker-textfield__content-color:var(--text-primary);--plasma-date-time-picker-textfield__content-right-color:var(--text-secondary);--plasma-date-time-picker-textfield__content-right-color-hover:var(--text-secondary-hover);--plasma-date-time-picker-textfield__content-right-opacity-readonly:var(--text-secondary-active);--plasma-date-time-picker-textfield-border-color:var(--outline-clear);--plasma-date-time-picker-textfield-border-color-focus:var(--outline-solid-secondary);--plasma-date-time-picker-textfield-border-color-hover:var(--outline-clear);--plasma-date-time-picker-textfield-border-color-success:var(--outline-positive-minor);--plasma-date-time-picker-textfield-border-color-success-focus:var(--outline-positive-minor-active);--plasma-date-time-picker-textfield-border-color-success-hover:var(--outline-positive-minor-hover);--plasma-date-time-picker-textfield-border-color-error:var(--outline-negative-minor);--plasma-date-time-picker-textfield-border-color-error-focus:var(--outline-negative-minor-active);--plasma-date-time-picker-textfield-border-color-error-hover:var(--outline-negative-minor-hover);--plasma-date-time-picker-textfield-background-color:var(--surface-transparent-card);--plasma-date-time-picker-textfield-background-color-focus:var(--surface-transparent-clear);--plasma-date-time-picker-textfield-background-color-error:var(--surface-transparent-card);--plasma-date-time-picker-textfield-background-color-error-focus:var(--surface-transparent-clear);--plasma-date-time-picker-textfield-background-color-success:var(--surface-transparent-card);--plasma-date-time-picker-textfield-background-color-success-focus:var(--surface-transparent-clear);--plasma-date-time-picker__label-color:var(--text-primary);--plasma-date-time-picker__left-helper-color:var(--text-secondary);--plasma-date-time-picker__left-helper-color-error:var(--text-negative);--plasma-date-time-picker__left-helper-color-success:var(--text-positive);--plasma-date-time-picker__indicator-color:var(--surface-negative);--plasma-date-time-picker-textfield__before-text-color:var(--text-tertiary);--plasma-date-time-picker-textfield__after-text-color:var(--text-tertiary);--plasma-date-time-picker-popover-shadow:var(--shadow-down-soft-s);--plasma-date-time-picker-popover__separator-background:var(--surface-transparent-secondary);--plasma-date-time-picker-popover__background-color:var(--surface-solid-card);--plasma-date-time-picker-calendar__selected-item-background:var(--surface-solid-default);--plasma-date-time-picker-calendar__selected-item-color:var(--inverse-text-primary);--plasma-date-time-picker-calendar__selectable-item-background-hover:var(--surface-transparent-secondary);--plasma-date-time-picker-calendar__current-item-border-color:var(--surface-solid-default);--plasma-date-time-picker-calendar__current-item-background-hover:transparent;--plasma-date-time-picker-calendar__current-item-color-hover:var(--text-primary);--plasma-date-time-picker-calendar__current-item-child-background-hover:var(--surface-transparent-secondary);--plasma-date-time-picker-calendar__active-item-background:var(--surface-solid-default);--plasma-date-time-picker-calendar__active-item-color:var(--inverse-text-primary);--plasma-date-time-picker-calendar__hovered-item-background:var(--surface-accent);--plasma-date-time-picker-calendar__hovered-item-color:var(--text-primary);--plasma-date-time-picker-calendar__range-background:var(--surface-transparent-secondary);--plasma-date-time-picker-calendar__outline-focus-color:var(--surface-accent);--plasma-date-time-picker-calendar__content-primary-color:var(--surface-solid-default);--plasma-date-time-picker-calendar__content-primary-disabled-color:var(--surface-solid-default);--plasma-date-time-picker-calendar__header-arrow-color:--plasma-date-time-picker-calendar__content-primary-color;--plasma-date-time-picker-calendar__content-secondary-color:var(--text-secondary);--plasma-date-time-picker-calendar__content-secondary-disabled-color:var(--text-secondary);--plasma-date-time-picker-calendar__disabled-opacity:0.4;--plasma-date-time-picker-calendar__separator-background:var(--surface-transparent-secondary);--plasma-date-time-picker-icon-button__color:var(--text-primary);--plasma-date-time-picker-icon-button__background-color:var(--surface-clear);--plasma-date-time-picker-icon-button__color-hover:var(--text-primary-hover);--plasma-date-time-picker-icon-button__background-color-hover:var(--surface-clear);--plasma-date-time-picker-icon-button__color-active:var(--text-primary-hover);--plasma-date-time-picker-icon-button__background-color-active:var(--surface-clear);--plasma-date-time-picker-icon-button__focus-color:var(--surface-accent);--plasma-date-time-picker-calendar-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-date-time-picker-calendar-tooltip-box-shadow:var(--shadow-down-hard-s);--plasma-date-time-picker-calendar-tooltip-color:var(--text-primary);--plasma-date-time-picker-grid-item-hover-background:var(--surface-transparent-secondary);--plasma-date-time-picker-grid-item-active-background:var(--surface-transparent-secondary);--plasma-date-time-picker-grid-scrollbar-color:var(--surface-transparent-tertiary);--plasma-date-time-picker-grid-scrollbar-track-color:var(--surface-transparent-primary);--plasma-date-time-picker-shortcut-item-color:var(--text-primary);--plasma-date-time-picker-shortcut-item-background-hover:var(--surface-transparent-secondary);}
|
|
263
280
|
.DateTimePicker_config_1q7wd6c_x14sbtcp__8f134447{--plasma-date-time-picker-textfield-height:4rem;--plasma-date-time-picker-textfield-border-radius:1rem;--plasma-date-time-picker-textfield-border-width:0.0625rem;--plasma-date-time-picker-textfield-padding:1.375rem 1.25rem;--plasma-date-time-picker-textfield__left-content-margin:-0.0625rem 0.6255rem -0.0625rem 0;--plasma-date-time-picker-textfield__right-content-margin:-0.0625rem 0 -0.0625rem 0.75rem;--plasma-date-time-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-date-time-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-date-time-picker-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-time-picker-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-time-picker-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-time-picker-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-time-picker-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-time-picker-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-time-picker__label-offset:0.75rem;--plasma-date-time-picker-placement_inner__label-padding:0.8125rem 0 0.125rem 0;--plasma-date-time-picker-placement_inner__content-padding:1.938rem 0 0.813rem 0;--plasma-date-time-picker__label-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-time-picker__label-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-time-picker__label-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-time-picker__label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-time-picker__label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-time-picker__label-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-time-picker-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-time-picker-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-time-picker-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-time-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-time-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-time-picker-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-time-picker__indicator-size:0.5rem;--plasma-date-time-picker__indicator-size-outer:0.375rem;--plasma-date-time-picker__indicator-placement:0 0 0 0;--plasma-date-time-picker__indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-date-time-picker__indicator-placement-right:0 0 auto auto;--plasma-date-time-picker__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-date-time-picker__left-helper-offset:0.25rem 0 0 0;--plasma-date-time-picker__left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-date-time-picker__left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-date-time-picker__left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-date-time-picker__left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-date-time-picker__left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-date-time-picker__left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-date-time-picker-popover-border-radius:1rem;--plasma-date-time-picker-popover-gap:1rem;--plasma-date-time-picker-popover-padding:1rem 1rem 1.125rem 1rem;--plasma-date-time-picker-popover-vertical-padding:2.125rem;--plasma-date-time-picker-calendar-width:28rem;--plasma-date-time-picker-calendar-height:28.375rem;--plasma-date-time-picker-calendar__years-padding:0.5rem 0 0 0;--plasma-date-time-picker-calendar__year-item-border-radius:0.75rem;--plasma-date-time-picker-calendar__year-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-time-picker-calendar__year-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-time-picker-calendar__year-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-time-picker-calendar__year-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-time-picker-calendar__year-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-time-picker-calendar__year-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-time-picker-calendar__year-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-time-picker-calendar__months-padding:0.5rem 0 0 0;--plasma-date-time-picker-calendar__month-item-border-radius:0.75rem;--plasma-date-time-picker-calendar__month-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-time-picker-calendar__month-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-time-picker-calendar__month-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-time-picker-calendar__month-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-time-picker-calendar__month-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-time-picker-calendar__month-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-time-picker-calendar__month-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-time-picker-calendar__quarters-padding:0.5rem 0 0 0;--plasma-date-time-picker-calendar__quarter-item-border-radius:0.75rem;--plasma-date-time-picker-calendar__quarter-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-time-picker-calendar__quarter-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-time-picker-calendar__quarter-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-time-picker-calendar__quarter-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-time-picker-calendar__quarter-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-time-picker-calendar__quarter-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-time-picker-calendar__quarter-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-time-picker-calendar__days-padding:0.5rem 0 0 0;--plasma-date-time-picker-calendar__day-item-border-radius:0.75rem;--plasma-date-time-picker-calendar__day-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-time-picker-calendar__day-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-time-picker-calendar__day-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-time-picker-calendar__day-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-time-picker-calendar__day-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-time-picker-calendar__day-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-time-picker-calendar__day-selected-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-date-time-picker-calendar__current-item-border-width:0.063rem;--plasma-date-time-picker-calendar__event-item-bottom:0.5rem;--plasma-date-time-picker-calendar__header-wrapper-padding:0;--plasma-date-time-picker-calendar__header-arrow-gap:0;--plasma-date-time-picker-calendar__header-arrow-custom-size:1.5rem;--plasma-date-time-picker-calendar__header-padding:0 0 0 0.75rem;--plasma-date-time-picker-calendar__header-date-gap:0.25rem;--plasma-date-time-picker-calendar__header-font-family:var(--plasma-typo-h4-font-family);--plasma-date-time-picker-calendar__header-font-size:var(--plasma-typo-h4-font-size);--plasma-date-time-picker-calendar__header-font-style:var(--plasma-typo-h4-font-style);--plasma-date-time-picker-calendar__header-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-date-time-picker-calendar__header-line-height:var(--plasma-typo-h4-line-height);--plasma-date-time-picker-calendar__header-font-weight:var(--plasma-typo-h4-font-weight);--plasma-date-time-picker-calendar__header-font-weight-bold:var(--plasma-typo-h4-bold-font-weight);--plasma-date-time-picker-icon-button__height:4rem;--plasma-date-time-picker-icon-button__width:4rem;--plasma-date-time-picker-icon-button__padding:1.25rem;--plasma-date-time-picker-icon-button__radius:1rem;--plasma-date-time-picker-grid-column-width:4rem;--plasma-date-time-picker-grid-column-height:28.375rem;--plasma-date-time-picker-grid-column-gap:0.125rem;--plasma-date-time-picker-grid-item-height:4rem;--plasma-date-time-picker-grid-item-border-radius:0.875rem;--plasma-date-time-picker-grid-item-padding:0;--plasma-date-time-picker-grid-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-time-picker-grid-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-time-picker-grid-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-time-picker-grid-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-time-picker-grid-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-time-picker-grid-item-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-time-picker-grid-scrollbar-width:0.125rem;--plasma-date-time-picker-grid-scrollbar-margin:0.5rem;--plasma-date-time-picker-shortcut-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-date-time-picker-shortcut-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-date-time-picker-shortcut-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-date-time-picker-shortcut-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-date-time-picker-shortcut-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-date-time-picker-shortcut-item-line-height:var(--plasma-typo-body-m-line-height);--plasma-date-time-picker-shortcut-item-padding:1.375rem 0.75rem;--plasma-date-time-picker-shortcut-item-gap:0.375rem;--plasma-date-time-picker-shortcut-item-border-radius:0.875rem;}
|
|
@@ -480,17 +497,29 @@
|
|
|
480
497
|
.Radiobox_config_la6rux_tdvkjxv__59b1d282{--plasma-radiobox-disabled-opacity:0.4;}
|
|
481
498
|
.Radiobox_config_la6rux_tnfmi2g__59b1d282{--plasma-radiobox-focus-color:var(--text-accent);}
|
|
482
499
|
|
|
483
|
-
.
|
|
484
|
-
.
|
|
485
|
-
.
|
|
486
|
-
.
|
|
487
|
-
.
|
|
488
|
-
.
|
|
489
|
-
.
|
|
490
|
-
.
|
|
491
|
-
.
|
|
492
|
-
.
|
|
493
|
-
.
|
|
500
|
+
.Range_config_gk59nl_d1nh97pi__bddd0a31{--plasma-range-background:var(--surface-transparent-card);--plasma-range-shadow:var(--shadow-down-soft-s);--plasma-range-background-error:var(--surface-transparent-card);--plasma-range-background-success:var(--surface-transparent-card);--plasma-range-border-color:var(--outline-clear);--plasma-range-textfield-border-color-focus:var(--outline-solid-secondary);--plasma-range-textfield-border-color-hover:var(--outline-clear);--plasma-range-border-color-success:var(--outline-positive-minor);--plasma-range-textfield-border-color-success:var(--outline-positive-minor);--plasma-range-textfield-border-color-success-focus:var(--outline-positive-minor-active);--plasma-range-textfield-border-color-success-hover:var(--outline-positive-minor-hover);--plasma-range-border-color-error:var(--outline-negative-minor);--plasma-range-textfield-border-color-error:var(--outline-negative-minor);--plasma-range-textfield-border-color-error-focus:var(--outline-negative-minor-active);--plasma-range-textfield-border-color-error-hover:var(--outline-negative-minor-hover);--plasma-range__divider-color:var(--text-primary);--plasma-range-info-wrapper-label-color:var(--text-primary);--plasma-range-info-wrapper-left-helper-color:var(--text-secondary);--plasma-range-info-wrapper-left-helper--error:var(--text-negative);--plasma-range-info-wrapper-left-helper--success:var(--text-positive);--plasma-range-info-wrapper-title-caption-color:var(--text-secondary);--plasma-range-info-wrapper-hint-icon-color:var(--text-secondary);--plasma-range-content-slot-color:var(--text-primary);--plasma-range-content-slot-color-hover:var(--text-primary-hover);--plasma-range-content-slot-color-active:var(--text-primary-active);--plasma-range-content-right-slot-color:var(--text-primary);--plasma-range-content-right-slot-color-hover:var(--text-primary-hover);--plasma-range-content-right-slot-color-active:var(--text-primary-active);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-content-right-slot-color:var(--text-secondary);--plasma-textfield-content-right-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-right-slot-color-active:var(--text-secondary-active);--plasma-range-textfield-color:var(--text-primary);--plasma-range-textfield-placeholder-color:var(--text-secondary);--plasma-range-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-range-textfield-caret-color:var(--text-accent);--plasma-range-info-wrapper-indicator-color:var(--surface-negative);--plasma-range-textfield-background-color-focus:var(--surface-transparent-clear);--plasma-range-textfield-color-error:var(--text-negative);--plasma-range-textfield-background-color-error:var(--surface-transparent-card);--plasma-range-textfield-background-color-error-focus:var(--surface-transparent-clear);--plasma-range-textfield-color-success:var(--text-positive);--plasma-range-textfield-background-color-success:var(--surface-transparent-card);--plasma-range-textfield-background-color-success-focus:var(--surface-transparent-clear);--plasma-range-textfield__before-text-color:var(--text-tertiary);--plasma-range-textfield__after-text-color:var(--text-tertiary);--plasma-range-focus-color:var(--text-accent);--plasma-range-textfield__placeholder-color-focus:var(--text-tertiary);}
|
|
501
|
+
.Range_config_gk59nl_xcttcgt__bddd0a31{--plasma-range-border-radius:1rem;--plasma-range-border-width:0.0625rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-m-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-m-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-m-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-m-bold-bold-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-m-line-height);--plasma-range__left-content-margin:0 0 0 1.125rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:4rem;--plasma-range-textfield-border-width:0.0625rem;--plasma-range-textfield-border-radius:1rem;--plasma-range-textfield-padding:1.375rem 1.25rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem 0;--plasma-range-textfield__right-content-margin:-0.0625rem 0 -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.75rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:1rem;--plasma-range-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.688rem -2.938rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 0.813rem 0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.375rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.5rem 0;}
|
|
502
|
+
.Range_config_gk59nl_l7jroee__bddd0a31{--plasma-range-border-radius:0.875rem;--plasma-range-border-width:0.0625rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-s-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-s-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-s-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-s-line-height);--plasma-range__left-content-margin:0 0 0 1rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:3.5rem;--plasma-range-textfield-border-width:0.0625rem;--plasma-range-textfield-border-radius:0.875rem;--plasma-range-textfield-padding:1.188rem 1.125rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.75rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:1rem;--plasma-range-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.438rem -2.938rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 0.563rem 0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.375rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.5rem 0;}
|
|
503
|
+
.Range_config_gk59nl_m1r89e6n__bddd0a31{--plasma-range-border-radius:0.75rem;--plasma-range-border-width:0.0625rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range__left-content-margin:0 0 0 0.875rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:3rem;--plasma-range-textfield-border-width:0.0625rem;--plasma-range-textfield-border-radius:0.75rem;--plasma-range-textfield-padding:1.063rem 1rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.625rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.875rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.1875rem -2.813rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 0.313rem 0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.313rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.5rem 0;}
|
|
504
|
+
.Range_config_gk59nl_sc5cn5n__bddd0a31{--plasma-range-border-radius:0.625rem;--plasma-range-border-width:0.0625rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range__left-content-margin:0 0 0 0.75rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:2.5rem;--plasma-range-textfield-border-width:0.0625rem;--plasma-range-textfield-border-radius:0.625rem;--plasma-range-textfield-padding:0.813rem 0.75rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.5rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.75rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:0.938rem -2.688rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 0.063rem 0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.188rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.5rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.5rem 0;}
|
|
505
|
+
.Range_config_gk59nl_x3pjoau__bddd0a31{--plasma-range-border-radius:0.5rem;--plasma-range-border-width:0.0625rem;--plasma-range__divider-padding:0 0.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range__left-content-margin:0 0 0 0.5rem;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:2rem;--plasma-range-textfield-border-width:0.0625rem;--plasma-range-textfield-border-radius:0.5rem;--plasma-range-textfield-padding:0.5625rem 0.625rem;--plasma-range-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.375rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.5rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:0.688rem -2.063rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.188rem 0 -0.688rem;--plasma-range-info-wrapper-title-caption-offset:0;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.375rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.125rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:auto 0 -0.375rem auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:auto auto -0.375rem 0;}
|
|
506
|
+
.Range_config_gk59nl_dk9yl84__bddd0a31{--plasma-range-info-wrapper-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-range-info-wrapper-tooltip-box-shadow:var(--shadow-down-hard-m,0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08));--plasma-range-info-wrapper-tooltip-color:var(--text-primary);--plasma-range-info-wrapper-tooltip-arrow-background:var(--surface-solid-card-brightness);}
|
|
507
|
+
.Range_config_gk59nl_mdmkit3__bddd0a31{--plasma-range-info-wrapper-tooltip-padding-top:0.6875rem;--plasma-range-info-wrapper-tooltip-padding-right:0.875rem;--plasma-range-info-wrapper-tooltip-padding-bottom:0.6875rem;--plasma-range-info-wrapper-tooltip-padding-left:0.875rem;--plasma-range-info-wrapper-tooltip-min-height:2.5rem;--plasma-range-info-wrapper-tooltip-border-radius:0.625rem;--plasma-range-info-wrapper-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-info-wrapper-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-info-wrapper-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-info-wrapper-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-info-wrapper-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-info-wrapper-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-info-wrapper-tooltip-content-left-margin:0.375rem;--plasma-range-info-wrapper-tooltip-arrow-mask-width:1.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-height:1.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-range-info-wrapper-tooltip-arrow-height:0.5rem;--plasma-range-info-wrapper-tooltip-arrow-edge-margin:0.625rem;}
|
|
508
|
+
.Range_config_gk59nl_s1rf2kwi__bddd0a31{--plasma-range-info-wrapper-tooltip-padding-top:0.5rem;--plasma-range-info-wrapper-tooltip-padding-right:0.75rem;--plasma-range-info-wrapper-tooltip-padding-bottom:0.5rem;--plasma-range-info-wrapper-tooltip-padding-left:0.75rem;--plasma-range-info-wrapper-tooltip-min-height:2rem;--plasma-range-info-wrapper-tooltip-border-radius:0.5rem;--plasma-range-info-wrapper-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-tooltip-content-left-margin:0.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-width:1rem;--plasma-range-info-wrapper-tooltip-arrow-mask-height:1rem;--plasma-range-info-wrapper-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-range-info-wrapper-tooltip-arrow-height:0.375rem;--plasma-range-info-wrapper-tooltip-arrow-edge-margin:0.5625rem;}
|
|
509
|
+
.Range_config_gk59nl_t1qz7n17__bddd0a31{--plasma-range-disabled-opacity:0.4;}
|
|
510
|
+
.Range_config_gk59nl_t11r2nrm__bddd0a31{--plasma-range-background-readonly:var(--surface-solid-secondary);--plasma-range-info-wrapper-label-color-readonly:var(--text-primary);--plasma-range-info-wrapper-left-helper-color-readonly:var(--text-secondary);--plasma-range__divider-color-readonly:var(--text-secondary);--plasma-range-readonly-opacity:1;--plasma-range__divider-opacity-readonly:0.4;--plasma-range__right-content-opacity-readonly:0.4;--plasma-range-textfield-color-readonly:var(--text-primary);--plasma-range-textfield-background-color-readonly:transparent;--plasma-range-textfield-placeholder-color-readonly:var(--text-secondary);}
|
|
511
|
+
|
|
512
|
+
.Range_clear_config_1vqmj3b_d8gr24f__3c6d9a3d{--plasma-range-background:transparent;--plasma-range-background-error:transparent;--plasma-range-background-success:transparent;--plasma-range-clear__divider-color:var(--surface-transparent-tertiary);--plasma-range__divider-color:var(--surface-transparent-clear);--plasma-range-info-wrapper-label-color:var(--text-primary);--plasma-range-info-wrapper-left-helper-color:var(--text-secondary);--plasma-range-info-wrapper-left-helper--error:var(--text-negative);--plasma-range-info-wrapper-left-helper--success:var(--text-positive);--plasma-range-info-wrapper-title-caption-color:var(--text-secondary);--plasma-range-info-wrapper-hint-icon-color:var(--text-secondary);--plasma-range-content-slot-color:var(--text-primary);--plasma-range-content-slot-color-hover:var(--text-primary-hover);--plasma-range-content-slot-color-active:var(--text-primary-active);--plasma-range-content-right-slot-color:var(--text-primary);--plasma-range-content-right-slot-color-hover:var(--text-primary-hover);--plasma-range-content-right-slot-color-active:var(--text-primary-active);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-content-right-slot-color:var(--text-secondary);--plasma-textfield-content-right-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-right-slot-color-active:var(--text-secondary-active);--plasma-range-content-slot-color-success:var(--text-positive);--plasma-range-content-slot-color-success-hover:var(--text-positive-hover);--plasma-range-content-slot-color-success-active:var(--text-positive-active);--plasma-textfield-content-slot-color-success:var(--text-positive);--plasma-textfield-content-slot-color-success-hover:var(--text-positive-hover);--plasma-textfield-content-slot-color-success-active:var(--text-positive-active);--plasma-range-content-slot-color-error:var(--text-negative);--plasma-range-content-slot-color-error-hover:var(--text-negative-hover);--plasma-range-content-slot-color-error-active:var(--text-negative-active);--plasma-textfield-content-slot-color-error:var(--text-negative);--plasma-textfield-content-slot-color-error-hover:var(--text-negative-hover);--plasma-textfield-content-slot-color-error-active:var(--text-negative-active);--plasma-range-textfield-color:var(--text-primary);--plasma-range-textfield-color-success:var(--text-positive);--plasma-range-textfield-color-error:var(--text-negative);--plasma-range-focus-color:var(--text-accent);--plasma-range-textfield-placeholder-color:var(--text-secondary);--plasma-range-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-range-textfield-clear-placeholder-color-focus:var(--text-tertiary);--plasma-range-textfield-caret-color:var(--text-accent);--plasma-range-textfield-background-color-focus:transparent;--plasma-range-textfield-background-color-error:transparent;--plasma-range-textfield-background-color-error-focus:transparent;--plasma-range-textfield-background-color-success:transparent;--plasma-range-textfield-background-color-success-focus:transparent;--plasma-range-textfield__before-text-color:var(--text-tertiary);--plasma-range-textfield__after-text-color:var(--text-tertiary);--plasma-range-textfield__divider-color-success:var(--surface-positive);--plasma-range-textfield__divider-color-error:var(--surface-negative);--plasma-range-textfield__divider-color-hover:var(--text-secondary);--plasma-range-textfield__divider-color-focus:var(--surface-accent);--plasma-range-info-wrapper-indicator-color:var(--surface-negative);}
|
|
513
|
+
.Range_clear_config_1vqmj3b_x1o6gqcb__3c6d9a3d{--plasma-range-border-radius:1rem;--plasma-range__divider-padding:0 1.5rem;--plasma-range__divider-font-family:var(--plasma-typo-body-m-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-m-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-m-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-m-bold-bold-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-m-line-height);--plasma-range__left-content-margin:0 1.125rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:4rem;--plasma-range-textfield-border-radius:1rem;--plasma-range-textfield-padding:1.375rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem 0;--plasma-range-textfield__right-content-margin:-0.0625rem 0 -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:1rem;--plasma-range-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.688rem -2.938rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.375rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:2.563rem -1.25rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:2.563rem auto auto -1.25rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:2.563rem -3.5rem auto auto;}
|
|
514
|
+
.Range_clear_config_1vqmj3b_l10h3yah__3c6d9a3d{--plasma-range-border-radius:0.875rem;--plasma-range__divider-padding:0 1.375rem;--plasma-range__divider-font-family:var(--plasma-typo-body-s-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-s-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-s-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-s-line-height);--plasma-range__left-content-margin:0 1.125rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:3.5rem;--plasma-range-textfield-border-radius:0.875rem;--plasma-range-textfield-padding:1.188rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:1rem;--plasma-range-info-wrapper-hint-margin:-0.688rem -0.5rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.438rem -2.938rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.375rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:2.313rem -1.125rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:2.313rem auto auto -1.125rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:2.313rem -3.375rem auto auto;}
|
|
515
|
+
.Range_clear_config_1vqmj3b_m15z3isz__3c6d9a3d{--plasma-range-border-radius:0.75rem;--plasma-range__divider-padding:0 1.25rem;--plasma-range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range__left-content-margin:0 0.875rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:3rem;--plasma-range-textfield-border-radius:0.75rem;--plasma-range-textfield-padding:1.063rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.875rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:1.1875rem -2.813rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.313rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:2.063rem -1rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:2.063rem auto auto -1rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:2.063rem -3.25rem auto auto;}
|
|
516
|
+
.Range_clear_config_1vqmj3b_s13i67c__3c6d9a3d{--plasma-range-border-radius:0.625rem;--plasma-range__divider-padding:0 1.125rem;--plasma-range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range__left-content-margin:0 0.75rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:2.5rem;--plasma-range-textfield-border-radius:0.625rem;--plasma-range-textfield-padding:0.813rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.75rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:0.938rem -2.688rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.438rem;--plasma-range-info-wrapper-title-caption-offset:0.188rem;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.5rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.25rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:1.813rem -0.875rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:1.813rem auto auto -0.875rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:1.813rem -3.125rem auto auto;}
|
|
517
|
+
.Range_clear_config_1vqmj3b_x17tesvn__3c6d9a3d{--plasma-range-border-radius:0.5rem;--plasma-range__divider-padding:0 0.875rem;--plasma-range__divider-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range__divider-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range__divider-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range__divider-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-range__divider-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range__divider-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range__left-content-margin:0 0.5rem 0 0;--plasma-range__right-content-margin:0;--plasma-range-textfield-height:2rem;--plasma-range-textfield-border-radius:0.5rem;--plasma-range-textfield-padding:0.5625rem 0;--plasma-range-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-range-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-range-textfield__before-text-margin:0 0.25rem 0 0;--plasma-range-textfield__after-text-margin:0 0 0 0.25rem;--plasma-range-info-wrapper-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-wrapper-gap:0.25rem;--plasma-range-info-wrapper-label-wrapper-offset:0.25rem;--plasma-range-info-wrapper-label-wrapper-title-caption-offset:0.25rem;--plasma-range-info-wrapper-content-gap:0.5rem;--plasma-range-info-wrapper-hint-margin:-0.688rem;--plasma-range-info-wrapper-hint-target-size:2.375rem;--plasma-range-info-wrapper-hint-without-label-placement-offset:0.688rem -2.063rem auto auto;--plasma-range-info-wrapper-hint-placement-inner-offset:0 -0.688rem;--plasma-range-info-wrapper-title-caption-offset:0;--plasma-range-info-wrapper-title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-title-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-helpers-padding-top:0.25rem 0 0 0;--plasma-range-info-wrapper-helpers-gap:0.25rem;--plasma-range-info-wrapper-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-indicator-size-inner:0.375rem;--plasma-range-info-wrapper-indicator-size-outer:0.375rem;--plasma-range-info-wrapper-indicator-margin-top:0.125rem;--plasma-range-info-wrapper-indicator-outer-left:-0.75rem;--plasma-range-info-wrapper-indicator-without-label-inner:1.875rem -0.75rem auto auto;--plasma-range-info-wrapper-indicator-without-label-inner-left:1.625rem auto auto -0.75rem;--plasma-range-info-wrapper-indicator-without-label-outer-hint:1.625rem -2rem auto auto;}
|
|
518
|
+
.Range_clear_config_1vqmj3b_d117xsxl__3c6d9a3d{--plasma-range-info-wrapper-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-range-info-wrapper-tooltip-box-shadow:var(--shadow-down-hard-m,0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08));--plasma-range-info-wrapper-tooltip-color:var(--text-primary);--plasma-range-info-wrapper-tooltip-arrow-background:var(--surface-solid-card-brightness);}
|
|
519
|
+
.Range_clear_config_1vqmj3b_mrpx6of__3c6d9a3d{--plasma-range-info-wrapper-tooltip-padding-top:0.6875rem;--plasma-range-info-wrapper-tooltip-padding-right:0.875rem;--plasma-range-info-wrapper-tooltip-padding-bottom:0.6875rem;--plasma-range-info-wrapper-tooltip-padding-left:0.875rem;--plasma-range-info-wrapper-tooltip-min-height:2.5rem;--plasma-range-info-wrapper-tooltip-border-radius:0.625rem;--plasma-range-info-wrapper-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-range-info-wrapper-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-range-info-wrapper-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-range-info-wrapper-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-range-info-wrapper-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-range-info-wrapper-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-range-info-wrapper-tooltip-content-left-margin:0.375rem;--plasma-range-info-wrapper-tooltip-arrow-mask-width:1.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-height:1.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-range-info-wrapper-tooltip-arrow-height:0.5rem;--plasma-range-info-wrapper-tooltip-arrow-edge-margin:0.625rem;}
|
|
520
|
+
.Range_clear_config_1vqmj3b_s18ypdbp__3c6d9a3d{--plasma-range-info-wrapper-tooltip-padding-top:0.5rem;--plasma-range-info-wrapper-tooltip-padding-right:0.75rem;--plasma-range-info-wrapper-tooltip-padding-bottom:0.5rem;--plasma-range-info-wrapper-tooltip-padding-left:0.75rem;--plasma-range-info-wrapper-tooltip-min-height:2rem;--plasma-range-info-wrapper-tooltip-border-radius:0.5rem;--plasma-range-info-wrapper-tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-range-info-wrapper-tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-range-info-wrapper-tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-range-info-wrapper-tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-range-info-wrapper-tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-range-info-wrapper-tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-range-info-wrapper-tooltip-content-left-margin:0.25rem;--plasma-range-info-wrapper-tooltip-arrow-mask-width:1rem;--plasma-range-info-wrapper-tooltip-arrow-mask-height:1rem;--plasma-range-info-wrapper-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-range-info-wrapper-tooltip-arrow-height:0.375rem;--plasma-range-info-wrapper-tooltip-arrow-edge-margin:0.5625rem;}
|
|
521
|
+
.Range_clear_config_1vqmj3b_tw1pqs0__3c6d9a3d{--plasma-range-disabled-opacity:0.4;}
|
|
522
|
+
.Range_clear_config_1vqmj3b_t4on9cb__3c6d9a3d{--plasma-range-background-readonly:transparent;--plasma-range-info-wrapper-label-color-readonly:var(--text-primary);--plasma-range-info-wrapper-left-helper-color-readonly:var(--text-secondary);--plasma-range__divider-color-readonly:var(--text-secondary);--plasma-range-readonly-opacity:0.1;--plasma-range__divider-opacity-readonly:0.4;--plasma-range__right-content-opacity-readonly:0.4;--plasma-range-textfield-color-readonly:var(--text-primary);--plasma-range-textfield-background-color-readonly:transparent;--plasma-range-textfield-placeholder-color-readonly:var(--text-secondary);}
|
|
494
523
|
|
|
495
524
|
.Rating_config_m8j095_d4wv9lv__a26b8ceb{--plasma-rating-color:var(--text-primary);--plasma-rating_helper-text_color:var(--text-secondary);--plasma-rating_icon_color:var(--text-primary);--plasma-rating_outline-icon_color:var(--text-primary);}
|
|
496
525
|
.Rating_config_m8j095_aegxbm4__a26b8ceb{--plasma-rating-color:var(--text-primary);--plasma-rating_helper-text_color:var(--text-secondary);--plasma-rating_icon_color:#F3A912;--plasma-rating_outline-icon_color:var(--text-tertiary);}
|
|
@@ -701,34 +730,20 @@
|
|
|
701
730
|
.VerticalIconTabItem_config_118swrz_lfxeuch__aa4da6a1{--plasma-tab-item-border-radius:0.75rem;--plasma-tab-item-padding-orientation-vertical:1rem 1.125rem;--plasma-tab-item-content-gap:0.5rem;--plasma-tab-item-content-padding:0.125rem;--plasma-tab-item-action-content-margin-left:0.125rem;}
|
|
702
731
|
.VerticalIconTabItem_config_118swrz_t4ulgqc__aa4da6a1{--plasma-tabs-disabled-opacity:0.4;}
|
|
703
732
|
|
|
704
|
-
.
|
|
705
|
-
.
|
|
706
|
-
.
|
|
707
|
-
.
|
|
708
|
-
.
|
|
709
|
-
.
|
|
710
|
-
.
|
|
711
|
-
.
|
|
712
|
-
.
|
|
713
|
-
.
|
|
714
|
-
.
|
|
715
|
-
|
|
716
|
-
.
|
|
717
|
-
.
|
|
718
|
-
|
|
719
|
-
.TextArea_clear_config_vvqdh8_d1t1p4os__116a4a3d{--plasma-textarea-input-background-color:transparent;--plasma-textarea-input-background-color-hover:transparent;--plasma-textarea-input-background-color-active:transparent;--plasma-textarea-input-background-color-focus:transparent;--plasma-textarea-helpers-background-color:transparent;--plasma-textarea-helpers-background-color-hover:transparent;--plasma-textarea-helpers-background-color-active:transparent;--plasma-textarea-helpers-background-color-focus:transparent;--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-secondary);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-divider-color:var(--surface-transparent-tertiary);--plasma-textarea-divider-color-hover:var(--text-secondary);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__hint-icon-color:var(--text-secondary);}
|
|
720
|
-
.TextArea_clear_config_vvqdh8_wcj613c__116a4a3d{--plasma-textarea-input-background-color:transparent;--plasma-textarea-input-background-color-hover:transparent;--plasma-textarea-input-background-color-active:transparent;--plasma-textarea-input-background-color-focus:transparent;--plasma-textarea-helpers-background-color:transparent;--plasma-textarea-helpers-background-color-hover:transparent;--plasma-textarea-helpers-background-color-active:transparent;--plasma-textarea-helpers-background-color-focus:transparent;--plasma-textarea-input-color:var(--text-warning);--plasma-textarea-input-color-focus:var(--text-warning);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-warning);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-warning);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-divider-color:var(--surface-warning);--plasma-textarea-divider-color-hover:var(--surface-warning);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__hint-icon-color:var(--text-secondary);}
|
|
721
|
-
.TextArea_clear_config_vvqdh8_nhip3uz__116a4a3d{--plasma-textarea-input-background-color:transparent;--plasma-textarea-input-background-color-hover:transparent;--plasma-textarea-input-background-color-active:transparent;--plasma-textarea-input-background-color-focus:transparent;--plasma-textarea-helpers-background-color:transparent;--plasma-textarea-helpers-background-color-hover:transparent;--plasma-textarea-helpers-background-color-active:transparent;--plasma-textarea-helpers-background-color-focus:transparent;--plasma-textarea-input-color:var(--text-negative);--plasma-textarea-input-color-focus:var(--text-negative);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-negative);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-negative);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-right-content-color-hover:var(--text-secondary-hover);--plasma-textarea-right-content-color-active:var(--text-secondary-active);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-divider-color:var(--surface-negative);--plasma-textarea-divider-color-hover:var(--surface-negative);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__hint-icon-color:var(--text-secondary);}
|
|
722
|
-
.TextArea_clear_config_vvqdh8_xu2jy68__116a4a3d{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:1rem;--plasma-textarea-border-radius-with-helpers:1rem 1rem 0 0;--plasma-textarea-input-padding-top:1.375rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:2.25rem;--plasma-textarea-input-padding-bottom:1.375rem;--plasma-textarea-input-padding-bottom-with-helpers:1.375rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:1.25rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.813rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.25rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-m-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-m-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-m-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-m-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:1.75rem auto auto -0.875rem;--plasma-textarea-indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-textarea-indicator-placement-inner-right:1.75rem -0.875rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.75rem -2.488rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.82rem -2.188rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
|
|
723
|
-
.TextArea_clear_config_vvqdh8_l184wmav__116a4a3d{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:1rem;--plasma-textarea-border-radius-with-helpers:1rem 1rem 0 0;--plasma-textarea-input-padding-top:1.125rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:2.25rem;--plasma-textarea-input-padding-bottom:1.125rem;--plasma-textarea-input-padding-bottom-with-helpers:1.125rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:1rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.5625rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-m-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-m-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-m-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-m-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:1.5rem auto auto -0.875rem;--plasma-textarea-indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-textarea-indicator-placement-inner-right:1.5rem -0.875rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.5rem -2.488rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.563rem -2.188rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
|
|
724
|
-
.TextArea_clear_config_vvqdh8_m8x6m6w__116a4a3d{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7rem;--plasma-textarea-input-min-height:1.125rem;--plasma-textarea-border-radius:0.75rem;--plasma-textarea-border-radius-with-helpers:0.75rem 0.75rem 0 0;--plasma-textarea-input-padding-top:0.875rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:2.125rem;--plasma-textarea-input-padding-bottom:0.875rem;--plasma-textarea-input-padding-bottom-with-helpers:0.875rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.75rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-s-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-s-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-s-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-s-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:1.25rem auto auto -0.875rem;--plasma-textarea-indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-textarea-indicator-placement-inner-right:1.25rem -0.875rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.25rem -2.488rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.312rem -2.188rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
|
|
725
|
-
.TextArea_clear_config_vvqdh8_s1ujivub__116a4a3d{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.187rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.625rem;--plasma-textarea-border-radius-with-helpers:0.625rem 0.625rem 0 0;--plasma-textarea-input-padding-top:0.688rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:2rem;--plasma-textarea-input-padding-bottom:0.688rem;--plasma-textarea-input-padding-bottom-with-helpers:0.688rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.5rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:1.063rem auto auto -0.75rem;--plasma-textarea-indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-textarea-indicator-placement-inner-right:1.063rem -0.75rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.063rem -2.238rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.062rem -2.188rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
|
|
726
|
-
.TextArea_clear_config_vvqdh8_xfxwguh__116a4a3d{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.312rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.5rem;--plasma-textarea-border-radius-with-helpers:0.5rem 0.5rem 0 0;--plasma-textarea-input-padding-top:0.563rem;--plasma-textarea-input-padding-right:0;--plasma-textarea-input-padding-right-with-right-content:1.5rem;--plasma-textarea-input-padding-bottom:0.563rem;--plasma-textarea-input-padding-bottom-with-helpers:0.563rem;--plasma-textarea-input-padding-left:0;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0;--plasma-textarea-helpers-padding-bottom:0;--plasma-textarea-helpers-padding-left:0;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.5rem;--plasma-textarea-right-content-right:0;--plasma-textarea-right-content-height:1rem;--plasma-textarea-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-textarea-label-inner-top:0rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0.813rem auto auto -0.625rem;--plasma-textarea-indicator-placement-outer:0.25rem auto auto -0.625rem;--plasma-textarea-indicator-placement-inner-right:0.813rem -0.625rem auto auto;--plasma-textarea-indicator-placement-outer-right:0.125rem -0.6875rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:0.813rem -1.988rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.75rem -0.625rem -0.75rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:-0.188rem -1.938rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
|
|
727
|
-
.TextArea_clear_config_vvqdh8_dzj4wlk__116a4a3d{--plasma-textarea__tooltip-background-color:var(--surface-solid-card-brightness);--plasma-textarea__tooltip-box-shadow:var( --shadow-down-hard-m, 0px 4px 12px 0px rgba(0,0,0,0.16), 0px 1px 4px 0px rgba(0,0,0,0.08) );--plasma-textarea__tooltip-color:var(--text-primary);--plasma-textarea__tooltip-arrow-background:var(--surface-solid-card-brightness);}
|
|
728
|
-
.TextArea_clear_config_vvqdh8_mf3yilq__116a4a3d{--plasma-textarea__tooltip-padding-top:0.6875rem;--plasma-textarea__tooltip-padding-right:0.875rem;--plasma-textarea__tooltip-padding-bottom:0.6875rem;--plasma-textarea__tooltip-padding-left:0.875rem;--plasma-textarea__tooltip-min-height:2.5rem;--plasma-textarea__tooltip-border-radius:0.625rem;--plasma-textarea__tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-textarea__tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-textarea__tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-textarea__tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textarea__tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textarea__tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-textarea__tooltip-content-left-margin:0.375rem;--plasma-textarea__tooltip-arrow-mask-width:1.25rem;--plasma-textarea__tooltip-arrow-mask-height:1.25rem;--plasma-textarea__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-textarea__tooltip-arrow-height:0.5rem;--plasma-textarea__tooltip-arrow-edge-margin:0.625rem;}
|
|
729
|
-
.TextArea_clear_config_vvqdh8_snu9uy6__116a4a3d{--plasma-textarea__tooltip-padding-top:0.5rem;--plasma-textarea__tooltip-padding-right:0.75rem;--plasma-textarea__tooltip-padding-bottom:0.5rem;--plasma-textarea__tooltip-padding-left:0.75rem;--plasma-textarea__tooltip-min-height:2rem;--plasma-textarea__tooltip-border-radius:0.5rem;--plasma-textarea__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea__tooltip-content-left-margin:0.25rem;--plasma-textarea__tooltip-arrow-mask-width:1rem;--plasma-textarea__tooltip-arrow-mask-height:1rem;--plasma-textarea__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-textarea__tooltip-arrow-height:0.375rem;--plasma-textarea__tooltip-arrow-edge-margin:0.5625rem;}
|
|
730
|
-
.TextArea_clear_config_vvqdh8_tpm366__116a4a3d{--plasma-textarea-disabled-opacity:0.4;}
|
|
731
|
-
.TextArea_clear_config_vvqdh8_t1snp9g5__116a4a3d{--plasma-textarea-input-color-read-only:var(--text-primary);--plasma-textarea__title-caption-color-readonly:var(--text-secondary);--plasma-textarea-divider-color-readonly:var(--surface-transparent-primary);--plasma-textarea-right-content-opacity-readonly:0.4;}
|
|
733
|
+
.TextArea_config_14dw15u_x1g7h1jw__c00a63ff{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.312rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.5rem;--plasma-textarea-border-size:0.0625rem;--plasma-textarea-border-radius-with-helpers:0.5rem 0.5rem 0 0;--plasma-textarea-input-padding-top:0.563rem;--plasma-textarea-input-padding-right:0.75rem;--plasma-textarea-input-padding-right-with-right-content:2.375rem;--plasma-textarea-clear-input-padding-right-with-right-content:1.5rem;--plasma-textarea-input-padding-bottom:0.563rem;--plasma-textarea-input-padding-left:0.75rem;--plasma-textarea-helpers-padding-top:0.5rem;--plasma-textarea-clear-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0.75rem;--plasma-textarea-helpers-padding-bottom:0.5rem;--plasma-textarea-helpers-padding-left:0.75rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.5rem;--plasma-textarea-right-content-right:0.75rem;--plasma-textarea-right-content-height:1rem;--plasma-textarea-label-margin-bottom:0.375rem;--plasma-textarea-clear-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-textarea-label-inner-top:0rem;--plasma-textarea-label-inner-margin-bottom:0rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.25rem auto auto -0.625rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.125rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.375rem;--plasma-textarea__clear-indicator-placement-inner:0.813rem auto auto -0.625rem;--plasma-textarea__clear-indicator-placement-inner-right:0.813rem -0.625rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.75rem -0.625rem -0.75rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:-0.188rem -2.188rem auto auto;--plasma-textarea__clear-hint-inner-label-placement-offset:-0.188rem -1.938rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:0.813rem -1.988rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
|
|
734
|
+
.TextArea_config_14dw15u_s1rie450__c00a63ff{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.187rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.625rem;--plasma-textarea-border-size:0.0625rem;--plasma-textarea-border-radius-with-helpers:0.625rem 0.625rem 0 0;--plasma-textarea-input-padding-top:0.813rem;--plasma-textarea-input-padding-right:0.75rem;--plasma-textarea-input-padding-right-with-right-content:2.5rem;--plasma-textarea-clear-input-padding-right-with-right-content:2rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-left:0.75rem;--plasma-textarea-helpers-padding-top:0.75rem;--plasma-textarea-clear-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0.75rem;--plasma-textarea-helpers-padding-bottom:0.75rem;--plasma-textarea-helpers-padding-left:0.75rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.75rem;--plasma-textarea-right-content-right:0.75rem;--plasma-textarea-right-content-height:1rem;--plasma-textarea-label-margin-bottom:0.5rem;--plasma-textarea-clear-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-top-helper:0.063rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.25rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.125rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea__clear-indicator-placement-inner:1.063rem auto auto -0.75rem;--plasma-textarea__clear-indicator-placement-inner-right:1.063rem -0.75rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-custom-icon-target-size:1rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.062rem -2.188rem auto auto;--plasma-textarea__clear-hint-inner-label-placement-offset:0.062rem -1.938rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.063rem -1.988rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
|
|
735
|
+
.TextArea_config_14dw15u_m1klrxlo__c00a63ff{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7rem;--plasma-textarea-input-min-height:1.125rem;--plasma-textarea-border-radius:0.75rem;--plasma-textarea-border-size:0.0625rem;--plasma-textarea-border-radius-with-helpers:0.75rem 0.75rem 0 0;--plasma-textarea-input-padding-top:1.188rem;--plasma-textarea-input-padding-right:1rem;--plasma-textarea-input-padding-right-with-right-content:3rem;--plasma-textarea-clear-input-padding-right-with-right-content:2.125rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-left:1rem;--plasma-textarea-helpers-padding-top:0.75rem;--plasma-textarea-clear-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:1rem;--plasma-textarea-helpers-padding-bottom:0.875rem;--plasma-textarea-helpers-padding-left:1rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:0.875rem;--plasma-textarea-right-content-right:1rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.625rem;--plasma-textarea-clear-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-textarea-label-inner-top:0.5rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.25rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.25rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.125rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea__clear-indicator-placement-inner:1.25rem auto auto -0.875rem;--plasma-textarea__clear-indicator-placement-inner-right:1.25rem -0.875rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.312rem -2.813rem auto auto;--plasma-textarea__clear-hint-inner-label-placement-offset:0.312rem -2.188rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.25rem -2.488rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
|
|
736
|
+
.TextArea_config_14dw15u_l1ui7a2o__c00a63ff{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:0.875rem;--plasma-textarea-border-size:0.0625rem;--plasma-textarea-border-radius-with-helpers:0.875rem 0.875rem 0 0;--plasma-textarea-input-padding-top:1.063rem;--plasma-textarea-input-padding-right:1.125rem;--plasma-textarea-input-padding-right-with-right-content:3.375rem;--plasma-textarea-clear-input-padding-right-with-right-content:2.25rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-left:1.125rem;--plasma-textarea-helpers-padding-top:0.75rem;--plasma-textarea-clear-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:1.125rem;--plasma-textarea-helpers-padding-bottom:0.875rem;--plasma-textarea-helpers-padding-left:1.125rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:1rem;--plasma-textarea-right-content-right:1.125rem;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.75rem;--plasma-textarea-clear-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.813rem;--plasma-textarea-label-inner-margin-bottom:0.313rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-s-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-s-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-s-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-s-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.375rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea__clear-indicator-placement-inner:1.5rem auto auto -0.875rem;--plasma-textarea__clear-indicator-placement-inner-right:1.5rem -0.875rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.563rem -2.938rem auto auto;--plasma-textarea__clear-hint-inner-label-placement-offset:0.563rem -2.188rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.5rem -2.488rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
|
|
737
|
+
.TextArea_config_14dw15u_x15h3znf__c00a63ff{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:1rem;--plasma-textarea-border-size:0.0625rem;--plasma-textarea-border-radius-with-helpers:1rem 1rem 0 0;--plasma-textarea-input-padding-top:1.313rem;--plasma-textarea-input-padding-right:1.25rem;--plasma-textarea-input-padding-right-with-right-content:3.5rem;--plasma-textarea-clear-input-padding-right-with-right-content:2.5rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-left:1.25rem;--plasma-textarea-helpers-padding-top:0.75rem;--plasma-textarea-clear-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:1.25rem;--plasma-textarea-helpers-padding-bottom:0.875rem;--plasma-textarea-helpers-padding-left:1.25rem;--plasma-textarea-helpers-offset:0rem;--plasma-textarea-right-content-top:1.25rem;--plasma-textarea-right-content-right:1.25rem;--plasma-textarea-right-content-height:1.5rem;--plasma-textarea-label-margin-bottom:0.75rem;--plasma-textarea-clear-label-margin-bottom:0.25rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-label-inner-top:0.813rem;--plasma-textarea-label-inner-top-helper:-0.313rem;--plasma-textarea-label-inner-margin-bottom:0.25rem;--plasma-textarea-input-font-family:var(--plasma-typo-body-m-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body-m-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body-m-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body-m-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.5rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-textfield__indicator-hint-placement-outer-right:-0.25rem;--plasma-textarea__clear-indicator-placement-inner:1.5rem auto auto -0.875rem;--plasma-textarea__clear-indicator-placement-inner-right:1.5rem -0.875rem auto auto;--plasma-textarea-scrollbar-width:0.188rem;--plasma-textarea-scrollbar-border-width:0.063rem;--plasma-textarea__hint-margin:-0.688rem -0.5rem;--plasma-textarea__hint-target-size:2.375rem;--plasma-textarea__hint-inner-label-placement-offset:0.751rem -2.938rem auto auto;--plasma-textarea__clear-hint-inner-label-placement-offset:0.751rem -2.188rem auto auto;--plasma-textarea__clear-indicator-hint-placement-inner-right:1.5rem -2.488rem auto auto;--plasma-textarea__title-caption-label-inner-offset:0.25rem;--plasma-textarea__title-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__title-caption-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__title-caption-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__title-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__title-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__title-caption-line-height:var(--plasma-typo-body-xs-line-height);}
|
|
738
|
+
.TextArea_config_14dw15u_d1xc86r3__c00a63ff{--plasma-textarea-border-color:var(--outline-clear);--plasma-textarea-border-color-focus:var(--outline-solid-secondary);--plasma-textarea-border-color-hover:var(--outline-clear);--plasma-textarea-background-color:var(--surface-transparent-card);--plasma-textarea-background-color-hover:var(--surface-transparent-card-hover);--plasma-textarea-background-color-active:var(--surface-transparent-card-active);--plasma-textarea-background-color-focus:var(--surface-transparent-card);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-clear-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-clear-placeholder-color:var(--text-secondary);--plasma-textarea-clear-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-secondary);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-scrollbar-thumb-background-color:var(--surface-transparent-tertiary);--plasma-textarea-scrollbar-thumb-background-color-hover:var(--surface-transparent-tertiary-hover);--plasma-textarea-scrollbar-thumb-background-color-active:var(--surface-transparent-tertiary-active);--plasma-textarea-scrollbar-track-background-color:var(--surface-transparent-primary);--plasma-textarea-scrollbar-track-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-scrollbar-track-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-divider-color:var(--surface-transparent-tertiary);--plasma-textarea-divider-color-hover:var(--text-secondary);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__title-caption-color:var(--text-secondary);--plasma-textarea__hint-icon-color:var(--text-secondary);--plasma-textarea-box-shadow:var(--shadow-down-soft-s);}
|
|
739
|
+
.TextArea_config_14dw15u_w1jxjv8s__c00a63ff{--plasma-textarea-border-color:var(--outline-warning-minor);--plasma-textarea-border-color-focus:var(--outline-warning-minor-active);--plasma-textarea-border-color-hover:var(--outline-warning-minor-hover);--plasma-textarea-background-color:var(--surface-transparent-card);--plasma-textarea-background-color-hover:var(--surface-transparent-card-hover);--plasma-textarea-background-color-active:var(--surface-transparent-card-active);--plasma-textarea-background-color-focus:var(--surface-transparent-card);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-input-color:color-mix(in oklab,var(--text-warning) 70%,transparent);--plasma-textarea-input-clear-color:color-mix(in oklab,var(--text-warning) 70%,transparent);--plasma-textarea-clear-placeholder-color:var(--text-secondary);--plasma-textarea-input-color-focus:color-mix(in oklab,var(--text-warning) 70%,transparent);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-clear-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:color-mix(in oklab,var(--text-warning) 70%,transparent);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-scrollbar-thumb-background-color:var(--surface-transparent-tertiary);--plasma-textarea-scrollbar-thumb-background-color-hover:var(--surface-transparent-tertiary-hover);--plasma-textarea-scrollbar-thumb-background-color-active:var(--surface-transparent-tertiary-active);--plasma-textarea-scrollbar-track-background-color:var(--surface-transparent-primary);--plasma-textarea-scrollbar-track-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-scrollbar-track-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-divider-color:var(--surface-warning);--plasma-textarea-divider-color-hover:var(--surface-warning);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__title-caption-color:var(--text-secondary);--plasma-textarea__hint-icon-color:var(--text-secondary);--plasma-textarea-box-shadow:var(--shadow-down-soft-s);}
|
|
740
|
+
.TextArea_config_14dw15u_n12dmzpw__c00a63ff{--plasma-textarea-border-color:var(--outline-negative-minor);--plasma-textarea-border-color-focus:var(--outline-negative-minor-active);--plasma-textarea-border-color-hover:var(--outline-negative-minor-hover);--plasma-textarea-background-color:var(--surface-transparent-card);--plasma-textarea-background-color-hover:var(--surface-transparent-card-hover);--plasma-textarea-background-color-active:var(--surface-transparent-card-active);--plasma-textarea-background-color-focus:var(--surface-transparent-card);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-input-color:color-mix(in oklab,var(--text-negative) 70%,transparent);--plasma-textarea-input-clear-color:color-mix(in oklab,var(--text-negative) 70%,transparent);--plasma-textarea-clear-placeholder-color:var(--text-secondary);--plasma-textarea-input-color-focus:color-mix(in oklab,var(--text-negative) 70%,transparent);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-clear-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:color-mix(in oklab,var(--text-negative) 70%,transparent);--plasma-textarea-right-helper-color:var(--text-secondary);--plasma-textarea-indicator-color:var(--surface-negative);--plasma-textarea__optional-color:var(--text-tertiary);--plasma-textarea-right-content-color:var(--text-secondary);--plasma-textarea-scrollbar-thumb-background-color:var(--surface-transparent-tertiary);--plasma-textarea-scrollbar-thumb-background-color-hover:var(--surface-transparent-tertiary-hover);--plasma-textarea-scrollbar-thumb-background-color-active:var(--surface-transparent-tertiary-active);--plasma-textarea-scrollbar-track-background-color:var(--surface-transparent-primary);--plasma-textarea-scrollbar-track-background-color-active:var(--surface-transparent-primary-active);--plasma-textarea-scrollbar-track-background-color-hover:var(--surface-transparent-primary-hover);--plasma-textarea-divider-color:var(--surface-negative);--plasma-textarea-divider-color-hover:var(--surface-negative);--plasma-textarea-divider-color-focus:var(--surface-accent);--plasma-textarea__title-caption-color:var(--text-secondary);--plasma-textarea__hint-icon-color:var(--text-secondary);--plasma-textarea-box-shadow:var(--shadow-down-soft-s);}
|
|
741
|
+
.TextArea_config_14dw15u_dms0v69__c00a63ff{--plasma-textarea__tooltip-background-color:var(--surface-solid-card-brightness);--plasma-textarea__tooltip-box-shadow:var(--shadow-down-hard-m);--plasma-textarea__tooltip-color:var(--text-primary);--plasma-textarea__tooltip-arrow-background:var(--surface-solid-card-brightness);}
|
|
742
|
+
.TextArea_config_14dw15u_m18le4t3__c00a63ff{--plasma-textarea__tooltip-padding-top:0.688rem;--plasma-textarea__tooltip-padding-right:0.875rem;--plasma-textarea__tooltip-padding-bottom:0.688rem;--plasma-textarea__tooltip-padding-left:0.875rem;--plasma-textarea__tooltip-min-height:2.5rem;--plasma-textarea__tooltip-border-radius:0.625rem;--plasma-textarea__tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-textarea__tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-textarea__tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-textarea__tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-textarea__tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-textarea__tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-textarea__tooltip-content-left-margin:0.375rem;--plasma-textarea__tooltip-arrow-mask-width:1.25rem;--plasma-textarea__tooltip-arrow-mask-height:1.25rem;--plasma-textarea__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-textarea__tooltip-arrow-height:0.5rem;--plasma-textarea__tooltip-arrow-edge-margin:0.625rem;}
|
|
743
|
+
.TextArea_config_14dw15u_sobk1y6__c00a63ff{--plasma-textarea__tooltip-padding-top:0.5rem;--plasma-textarea__tooltip-padding-right:0.75rem;--plasma-textarea__tooltip-padding-bottom:0.5rem;--plasma-textarea__tooltip-padding-left:0.75rem;--plasma-textarea__tooltip-min-height:2rem;--plasma-textarea__tooltip-border-radius:0.5rem;--plasma-textarea__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-textarea__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-textarea__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-textarea__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-textarea__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-textarea__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-textarea__tooltip-content-left-margin:0.25rem;--plasma-textarea__tooltip-arrow-mask-width:1rem;--plasma-textarea__tooltip-arrow-mask-height:1rem;--plasma-textarea__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-textarea__tooltip-arrow-height:0.375rem;--plasma-textarea__tooltip-arrow-edge-margin:0.563rem;}
|
|
744
|
+
|
|
745
|
+
.TextArea_config_14dw15u_thk8pwb__c00a63ff{--plasma-textarea-border-color:transparent;--plasma-textarea-border-color-hover:transparent;--plasma-textarea-border-color-focus:transparent;--plasma-textarea-left-helper-color:var(--text-secondary);--plasma-textarea-disabled-opacity:0.4;--plasma-textarea-input-color-disabled:var(--text-secondary);--plasma-textarea-divider-color-readonly:var(--surface-transparent-primary);--plasma-textarea__title-caption-color-readonly:var(--text-secondary);--plasma-textarea-box-shadow:inset 0 0 0 0 transparent;}
|
|
746
|
+
.TextArea_config_14dw15u_t1q2o3dx__c00a63ff{--plasma-textarea-read-only-opacity:1;--plasma-textarea-right-content-opacity-readonly:0.4;--plasma-textarea-background-color-read-only:var(--surface-solid-secondary);--plasma-textarea-input-color-read-only:var(--text-primary);--plasma-textarea-left-helper-color:var(--text-secondary);--plasma-textarea-input-background-color:var(--surface-solid-secondary);--plasma-textarea-helpers-background-color:var(--surface-solid-secondary);--plasma-textarea-border-color:transparent;--plasma-textarea-border-color-hover:transparent;--plasma-textarea-border-color-focus:transparent;--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-placeholder-color-focus:var(--text-primary);--plasma-textarea-label-outer-color:var(--text-primary);--plasma-textarea-box-shadow:inset 0 0 0 0 transparent;}
|
|
732
747
|
|
|
733
748
|
.TextField_config_grhpfr_dtkroq0__860c6171{--plasma-textfield-color:var(--text-primary);--plasma-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-textfield__clear-placeholder-color:var(--text-secondary);--plasma-textfield__clear-placeholder-color-focus:var(--text-tertiary);--plasma-textfield-bg-color:var(--surface-transparent-card);--plasma-textfield-bg-color-focus:var(--surface-transparent-card-active);--plasma-textfield__caret-color:var(--text-accent);--plasma-textfield__placeholder-color:var(--text-secondary);--plasma-textfield__before-text-color:var(--text-tertiary);--plasma-textfield__after-text-color:var(--text-tertiary);--plasma-textfield__label-color:var(--text-primary);--plasma-textfield__left-helper-color:var(--text-secondary);--plasma-textfield__title-caption-color:var(--text-secondary);--plasma-textfield__hint-icon-color:var(--text-secondary);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-divider-color:var(--surface-transparent-tertiary);--plasma-textfield-divider-color-hover:var(--text-secondary);--plasma-textfield-divider-color-focus:var(--surface-accent);--plasma-textfield-focus-color:var(--text-accent);--plasma-textfield-border-color:var(--outline-clear);--plasma-textfield-border-color-focus:var(--outline-solid-secondary);--plasma-textfield-border-color-hover:var(--outline-clear);--plasma-textfield__indicator-color:var(--surface-negative);--plasma-textfield__optional-color:var(--text-tertiary);--plasma-textfield-box-shadow:var(--shadow-down-soft-s);}
|
|
734
749
|
.TextField_config_grhpfr_pfhkds4__860c6171{--plasma-textfield-color:color-mix(in oklab,var(--text-positive) 70%,transparent);--plasma-textfield__clear-placeholder-color:var(--text-secondary);--plasma-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-textfield__clear-placeholder-color-focus:var(--text-tertiary);--plasma-textfield-bg-color:var(--surface-transparent-card);--plasma-textfield-bg-color-focus:var(--surface-transparent-card-active);--plasma-textfield__caret-color:var(--text-accent);--plasma-textfield__placeholder-color:var(--text-secondary);--plasma-textfield__before-text-color:var(--text-tertiary);--plasma-textfield__after-text-color:var(--text-tertiary);--plasma-textfield__label-color:var(--text-primary);--plasma-textfield__left-helper-color:color-mix(in oklab,var(--text-positive) 70%,transparent);--plasma-textfield__title-caption-color:var(--text-secondary);--plasma-textfield__hint-icon-color:var(--text-secondary);--plasma-textfield-content-slot-color:var(--text-secondary);--plasma-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-textfield-divider-color:var(--surface-positive);--plasma-textfield-divider-color-hover:var(--surface-positive);--plasma-textfield-divider-color-focus:var(--surface-accent);--plasma-textfield-focus-color:var(--text-accent);--plasma-textfield-border-color:var(--outline-positive-minor);--plasma-textfield-border-color-focus:var(--outline-positive-minor-active);--plasma-textfield-border-color-hover:var(--outline-positive-minor-hover);--plasma-textfield__indicator-color:var(--surface-negative);--plasma-textfield__optional-color:var(--text-tertiary);--plasma-textfield-box-shadow:var(--shadow-down-soft-s);}
|