@stihl-design-system/components 1.0.0-RC.10 → 1.0.0-RC.12
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/README.md +0 -9
- package/{accordion.B3UkxlAZ.js → accordion.Rvtiu8Y4.js} +3 -3
- package/accordion.d.ts +1 -0
- package/arialiveregions.Cyycgs8g.js +27 -0
- package/arialiveregions.d.ts +1 -0
- package/assets/Accordion.i4k5SMQM.css +1 -0
- package/assets/CheckboxGroup.BH1Br1dg.css +1 -0
- package/assets/Chip.DSdLuzoi.css +1 -0
- package/assets/CustomReactSelect.vHt8qNKC.css +1 -0
- package/assets/Dialog.BgzebVk4.css +1 -0
- package/assets/Drawer.Bauwxrk7.css +1 -0
- package/assets/Fieldset.DOdTbb7C.css +1 -0
- package/assets/Icon.DxRSBRSL.css +1 -0
- package/assets/InputPassword.CG7Ugu73.css +1 -0
- package/assets/InputSearch.CseChMc-.css +1 -0
- package/assets/InputStepper.C0eAYr7P.css +1 -0
- package/assets/Notification.DbRapUJo.css +1 -0
- package/assets/RadioGroup.BfMo157q.css +1 -0
- package/assets/Select.D4EXgIbz.css +1 -0
- package/assets/Textarea.KJGPTYMz.css +1 -0
- package/assets/Toast.CuafTAf7.css +1 -0
- package/assets/arialiveregions.DhsijBaL.css +1 -0
- package/assets/asterisk.BfVAUBO7.css +1 -0
- package/assets/button.DF4RBeC2.css +1 -0
- package/assets/buttonround.19uK_-oO.css +1 -0
- package/assets/checkbox.ByOoFouu.css +1 -0
- package/assets/chipgroup.BzfZLbkv.css +1 -0
- package/assets/flag.B-RLcMcf.css +1 -0
- package/assets/floatingactionbutton.E9HekT6S.css +1 -0
- package/assets/heading.u4f8Mz94.css +1 -0
- package/assets/input.BAkFKPW3.css +1 -0
- package/assets/link.DDJj0D1U.css +1 -0
- package/assets/linkstandalone.DIazcjIv.css +1 -0
- package/assets/logo.CnW8alZU.css +1 -0
- package/assets/optioncheckbox.BZaWtRD7.css +1 -0
- package/assets/radio.X-RTl_jo.css +1 -0
- package/assets/skiptocontent.PTL3256m.css +1 -0
- package/assets/spinner.2iWJWKyA.css +1 -0
- package/assets/switch.gw6aa3kx.css +1 -0
- package/assets/systemfeedback.BPz5YlPC.css +1 -0
- package/assets/text.DjTG_qNb.css +1 -0
- package/assets/title.rosWPEG3.css +1 -0
- package/asterisk.DpzETKdT.js +8 -0
- package/asterisk.d.ts +1 -0
- package/button.M4nXjcUn.js +135 -0
- package/button.d.ts +1 -0
- package/buttonround.E56F_805.js +118 -0
- package/buttonround.d.ts +1 -0
- package/checkbox.Cb2_ey6U.js +111 -0
- package/checkbox.d.ts +1 -0
- package/checkboxgroup.DBDmB-zR.js +8 -0
- package/checkboxgroup.d.ts +1 -0
- package/chip.C_1tGqvZ.js +10 -0
- package/chip.d.ts +2 -0
- package/chipgroup.BvTj1ziW.js +174 -0
- package/chipgroup.d.ts +2 -0
- package/chunks/Accordion.CB6jB3s_.js +125 -0
- package/chunks/{AriaLiveRegions.utils.D2ni4Yrf.js → AriaLiveRegions.utils.BGSZafnS.js} +2 -2
- package/chunks/CheckboxGroup.S6i5EOc4.js +92 -0
- package/chunks/Chip.CMlPUyOJ.js +142 -0
- package/chunks/{CustomReactSelect.ChAtL6fu.js → CustomReactSelect.Cg_XW3YK.js} +1056 -1049
- package/chunks/Dialog.CudsqNag.js +148 -0
- package/chunks/Drawer.ueG2Bzr9.js +154 -0
- package/chunks/Fieldset.Cjmkgxxk.js +99 -0
- package/chunks/{Icon.C2o2seDb.js → Icon.BCmt_XBG.js} +45 -45
- package/chunks/InputPassword.CNLbBFjx.js +143 -0
- package/chunks/InputSearch.CHA6mkX_.js +192 -0
- package/chunks/InputStepper.xmWGU9pU.js +294 -0
- package/chunks/Notification.o6pagKQy.js +93 -0
- package/chunks/RadioGroup.Crj7NoOs.js +137 -0
- package/chunks/Select.E6gLFYLk.js +194 -0
- package/chunks/Textarea.DUBSOpNL.js +198 -0
- package/chunks/Toast.DyEi2GEP.js +89 -0
- package/chunks/translate.isa3FHb8.js +11 -0
- package/{combobox.JL1Dsn3E.js → combobox.DUzv8jzM.js} +1 -1
- package/combobox.d.ts +1 -0
- package/components/Accordion/Accordion.d.ts +0 -1
- package/components/Accordion/Accordion.utils.d.ts +0 -1
- package/components/Button/Button.d.ts +0 -1
- package/components/ButtonRound/ButtonRound.d.ts +0 -1
- package/components/Checkbox/Checkbox.d.ts +0 -1
- package/components/CheckboxGroup/CheckboxGroup.d.ts +6 -7
- package/components/CheckboxGroup/CheckboxGroup.utils.d.ts +0 -1
- package/components/ChipGroup/Chip.d.ts +12 -0
- package/components/ChipGroup/ChipGroup.d.ts +42 -0
- package/components/ChipGroup/ChipGroup.utils.d.ts +60 -0
- package/components/ChipGroup/ChipGroup.utils.test.d.ts +1 -0
- package/components/Combobox/Combobox.d.ts +1 -2
- package/components/Combobox/Combobox.utils.d.ts +6 -1
- package/components/{CustomReactSelect → Combobox/CustomReactSelect}/CustomReactSelect.d.ts +2 -3
- package/components/Combobox/CustomReactSelect/CustomReactSelect.utils.d.ts +3 -0
- package/components/Combobox/CustomReactSelect/CustomReactSelect.utils.test.d.ts +1 -0
- package/components/{CustomReactSelect → Combobox/CustomReactSelect}/OptionCheckbox.d.ts +0 -1
- package/components/Dialog/Dialog.d.ts +0 -1
- package/components/Dialog/Dialog.utils.d.ts +0 -1
- package/components/Drawer/Drawer.d.ts +0 -1
- package/components/Drawer/Drawer.utils.d.ts +0 -1
- package/components/Fieldset/Fieldset.d.ts +0 -1
- package/components/Fieldset/Fieldset.utils.d.ts +7 -1
- package/components/Flag/Flag.d.ts +23 -0
- package/components/Flag/Flag.test.d.ts +1 -0
- package/components/Flag/Flag.utils.d.ts +2 -0
- package/components/FloatingActionButton/FloatingActionButton.d.ts +0 -1
- package/components/Heading/Heading.d.ts +0 -1
- package/components/Icon/Icon.d.ts +0 -1
- package/components/Icon/Icon.utils.d.ts +0 -1
- package/components/Input/Input.d.ts +0 -1
- package/components/Input/Input.utils.d.ts +0 -1
- package/components/InputPassword/InputPassword.d.ts +0 -1
- package/components/InputPassword/InputPassword.utils.d.ts +0 -1
- package/components/InputSearch/InputSearch.d.ts +0 -1
- package/components/InputSearch/InputSearch.utils.d.ts +0 -1
- package/components/InputStepper/InputStepper.d.ts +0 -1
- package/components/InputStepper/InputStepper.utils.d.ts +0 -1
- package/components/Link/Link.d.ts +0 -1
- package/components/LinkStandalone/LinkStandalone.d.ts +0 -1
- package/components/Logo/Logo.d.ts +1 -2
- package/components/Logo/Logo.utils.d.ts +0 -1
- package/components/Notification/Notification.d.ts +0 -1
- package/components/Notification/Notification.utils.d.ts +0 -1
- package/components/Radio/Radio.d.ts +1 -2
- package/components/RadioGroup/RadioGroup.d.ts +7 -8
- package/components/RadioGroup/RadioGroup.utils.d.ts +2 -3
- package/components/Select/Select.d.ts +0 -1
- package/components/Select/Select.utils.d.ts +0 -1
- package/components/SkipToContent/SkipToContent.d.ts +0 -1
- package/components/Spinner/Spinner.d.ts +0 -1
- package/components/Switch/Switch.d.ts +0 -1
- package/components/SystemFeedback/SystemFeedback.d.ts +0 -1
- package/components/Text/Text.d.ts +0 -1
- package/components/Textarea/Textarea.d.ts +0 -1
- package/components/Textarea/Textarea.utils.d.ts +0 -1
- package/components/Title/Title.d.ts +0 -1
- package/components/Toast/Toast.d.ts +0 -1
- package/components/Toast/Toast.utils.d.ts +0 -1
- package/components/Toast/ToastManager.d.ts +0 -1
- package/customreactselect.CXmBRqQ9.js +13 -0
- package/customreactselect.d.ts +2 -1
- package/{dialog.D3bJ0rsW.js → dialog.DYlBUsOD.js} +2 -2
- package/dialog.d.ts +1 -0
- package/{drawer.CNPF1-Kc.js → drawer.CvhbP1ra.js} +2 -2
- package/drawer.d.ts +1 -0
- package/fieldset.CtUGEdLv.js +11 -0
- package/fieldset.d.ts +1 -0
- package/flag.BKpsdB_-.js +43 -0
- package/flag.d.ts +2 -0
- package/floatingactionbutton.D5L0B7zI.js +87 -0
- package/floatingactionbutton.d.ts +1 -0
- package/heading.IPIYc5vW.js +50 -0
- package/heading.d.ts +1 -0
- package/{icon.BoMgOmC1.js → icon.Ck0BpI34.js} +1 -1
- package/icon.d.ts +1 -0
- package/index.d.ts +4 -0
- package/index.es.js +134 -114
- package/input.BEnCFNM-.js +239 -0
- package/input.d.ts +1 -0
- package/{inputpassword.nsYu6YeB.js → inputpassword.B-D_jB9w.js} +4 -4
- package/inputpassword.d.ts +1 -0
- package/{inputsearch.ZGIrDrcv.js → inputsearch.CaSpklR1.js} +4 -4
- package/inputsearch.d.ts +1 -0
- package/{inputstepper.BvY36hA1.js → inputstepper.C7KD1-0S.js} +4 -4
- package/inputstepper.d.ts +1 -0
- package/link.DREJAoPG.js +116 -0
- package/link.d.ts +1 -0
- package/linkstandalone.BBoEniZ_.js +79 -0
- package/linkstandalone.d.ts +1 -0
- package/logo.Hul8qCFo.js +65 -0
- package/logo.d.ts +1 -0
- package/{notification.BAS13UQ6.js → notification.JWhrkEcE.js} +3 -3
- package/notification.d.ts +1 -0
- package/optioncheckbox.BRUTnQnJ.js +43 -0
- package/optioncheckbox.d.ts +2 -1
- package/package.json +47 -40
- package/partials/index.js +407 -407
- package/partials/lib/partials.d.ts +0 -1
- package/radio.DEILy_lV.js +114 -0
- package/radio.d.ts +1 -0
- package/radiogroup.DeU-HdlP.js +10 -0
- package/radiogroup.d.ts +1 -0
- package/{select.C4OZMB-V.js → select.BYraFJzz.js} +4 -4
- package/select.d.ts +1 -0
- package/skiptocontent.BxvpIB7H.js +45 -0
- package/skiptocontent.d.ts +1 -0
- package/spinner.Bq97Og-6.js +58 -0
- package/spinner.d.ts +1 -0
- package/styles/fonts/STIHLContrafaceDigitalTextDemi.woff +0 -0
- package/styles/fonts/STIHLContrafaceDigitalTextDemi.woff2 +0 -0
- package/styles/fonts/font-face.min.css +1 -1
- package/styles/scss/ds/index.scss +19 -0
- package/styles/scss/ds/lib/animation.scss +21 -0
- package/styles/scss/ds/lib/breakpoints.scss +15 -0
- package/styles/scss/ds/lib/container-query.scss +54 -0
- package/styles/scss/ds/lib/ds-internal/_a11y.scss +15 -0
- package/styles/scss/{lib → ds/lib/ds-internal}/_focus.scss +13 -15
- package/styles/scss/ds/lib/ds-internal/_heading.scss +37 -0
- package/styles/scss/ds/lib/ds-internal/_helpers.scss +32 -0
- package/styles/scss/ds/lib/ds-internal/_high-contrast.scss +6 -0
- package/styles/scss/ds/lib/ds-internal/_hover.scss +6 -0
- package/styles/scss/ds/lib/ds-internal/_index.scss +9 -0
- package/styles/scss/ds/lib/ds-internal/_link.scss +62 -0
- package/styles/scss/ds/lib/ds-internal/_spacing-dynamic.scss +53 -0
- package/styles/scss/ds/lib/ds-internal/_text.scss +30 -0
- package/styles/scss/ds/lib/grid-extended.scss +11 -0
- package/styles/scss/ds/lib/grid-full.scss +6 -0
- package/styles/scss/ds/lib/grid-main.scss +119 -0
- package/styles/scss/ds/lib/grid-narrow.scss +14 -0
- package/styles/scss/ds/lib/grid-sidebar-sidebar.scss +52 -0
- package/styles/scss/{lib/_grid-sidebar.scss → ds/lib/grid-sidebar.scss} +23 -32
- package/styles/scss/{lib/_grid.scss → ds/lib/grid.scss} +15 -17
- package/styles/scss/ds/lib/heading.scss +75 -0
- package/styles/scss/ds/lib/link.scss +74 -0
- package/styles/scss/ds/lib/media-query.scss +32 -0
- package/styles/scss/{lib/_shadow.scss → ds/lib/shadow.scss} +2 -2
- package/styles/scss/ds/lib/spacing-dynamic.scss +7 -0
- package/styles/scss/ds/lib/spacing.scss +20 -0
- package/styles/scss/ds/lib/text.scss +83 -0
- package/styles/scss/ds/lib/theme.scss +162 -0
- package/styles/scss/ds/lib/transition.scss +36 -0
- package/switch.DI8YYa5G.js +65 -0
- package/switch.d.ts +1 -0
- package/{systemfeedback.ZzRUAVYX.js → systemfeedback.C3Pfxxpp.js} +6 -6
- package/systemfeedback.d.ts +1 -0
- package/text.DThvTwm8.js +57 -0
- package/text.d.ts +1 -0
- package/{textarea.CtQtGqn5.js → textarea.CBvH0ljM.js} +3 -3
- package/textarea.d.ts +1 -0
- package/title.DqzdB2Gq.js +36 -0
- package/title.d.ts +1 -0
- package/toast.d.ts +1 -0
- package/{toast.DVd9dLs2.js → toast.n1QUINSA.js} +3 -3
- package/{toastmanager.Dh0gzFkM.js → toastmanager.B7EZ4JSI.js} +2 -2
- package/toastmanager.d.ts +1 -0
- package/utils/index.d.ts +1 -0
- package/utils/translate.d.ts +11 -0
- package/utils/translate.test.d.ts +1 -0
- package/utils/useBreakpoint.d.ts +0 -1
- package/utils/useIsomorphicLayoutEffect.d.ts +0 -1
- package/utils/vitest.setup.d.ts +0 -1
- package/arialiveregions.BK4T7Vhk.js +0 -27
- package/assets/Accordion.lFv7Q_RG.css +0 -1
- package/assets/CustomReactSelect.CMkn-EGK.css +0 -1
- package/assets/Dialog.fiQvxJg_.css +0 -1
- package/assets/Drawer.BqBgbSuP.css +0 -1
- package/assets/Fieldset.qHYeUFZt.css +0 -1
- package/assets/Icon.Duy_0R8w.css +0 -1
- package/assets/InputPassword.Cf394z47.css +0 -1
- package/assets/InputSearch.eCRQoxjN.css +0 -1
- package/assets/InputStepper.B80KulYE.css +0 -1
- package/assets/Notification.DK6agBGS.css +0 -1
- package/assets/RadioGroup.Bz3_xkZU.css +0 -1
- package/assets/Select.BptsMxz4.css +0 -1
- package/assets/Textarea.CIIVh03G.css +0 -1
- package/assets/Toast.Dsvs1zdM.css +0 -1
- package/assets/arialiveregions.GsGx2USO.css +0 -1
- package/assets/asterisk.DlJ4YtSZ.css +0 -1
- package/assets/button.B1O7Yw3Q.css +0 -1
- package/assets/buttonround.DlH_ipDo.css +0 -1
- package/assets/checkbox.K4CVYK9g.css +0 -1
- package/assets/floatingactionbutton.DRYentYC.css +0 -1
- package/assets/heading.6bER-Eac.css +0 -1
- package/assets/input.C0MrSbQu.css +0 -1
- package/assets/link.vtTST2ki.css +0 -1
- package/assets/linkstandalone.BtAcziZ7.css +0 -1
- package/assets/logo.pETQEsvZ.css +0 -1
- package/assets/optioncheckbox.BJJAph5_.css +0 -1
- package/assets/radio.9kpIO3HC.css +0 -1
- package/assets/skiptocontent.CHcqLS7S.css +0 -1
- package/assets/spinner.D_Nnf1ZG.css +0 -1
- package/assets/switch.2DQF2zH-.css +0 -1
- package/assets/systemfeedback.Sq0bAIyf.css +0 -1
- package/assets/text.Dhb_l50R.css +0 -1
- package/assets/title.f74Bosn-.css +0 -1
- package/asterisk.DDn-yX4P.js +0 -8
- package/button.DH0h6uPs.js +0 -135
- package/buttonround.0mw4zzlU.js +0 -118
- package/checkbox.DETR3e3X.js +0 -112
- package/checkboxgroup.CZqrlF-x.js +0 -9
- package/chunks/Accordion.pI3JyHJL.js +0 -125
- package/chunks/CheckboxGroup.4J_gZ_XJ.js +0 -87
- package/chunks/Dialog.Z5ESJQMi.js +0 -148
- package/chunks/Drawer.BdowMqE0.js +0 -154
- package/chunks/Fieldset.COGbZwry.js +0 -99
- package/chunks/InputPassword.Dgo95-PU.js +0 -140
- package/chunks/InputSearch.BFof0pBn.js +0 -189
- package/chunks/InputStepper.4IqLa5tX.js +0 -291
- package/chunks/Notification.BhwbaXqk.js +0 -93
- package/chunks/RadioGroup.C5jbCJM4.js +0 -132
- package/chunks/RadioGroup.module.BBZwHDjW.js +0 -11
- package/chunks/Select.fXeQJXtz.js +0 -191
- package/chunks/Textarea.Bewrp0Za.js +0 -195
- package/chunks/Toast.DA_CQ9J-.js +0 -89
- package/components/CustomReactSelect/CustomReactSelect.utils.d.ts +0 -16
- package/customreactselect.Dg8Kgq3e.js +0 -13
- package/fieldset.CTshPWYX.js +0 -11
- package/floatingactionbutton.CCIj9Fjr.js +0 -87
- package/heading.CAkraI2D.js +0 -50
- package/input.CTgeAYdu.js +0 -236
- package/link.DAZNwQ0a.js +0 -116
- package/linkstandalone.C9X3er7g.js +0 -80
- package/logo.CEO6OV7u.js +0 -65
- package/optioncheckbox.DZWwtx6f.js +0 -43
- package/radio.CWGJtmKl.js +0 -115
- package/radiogroup.BhffFqN3.js +0 -11
- package/skiptocontent.C4yQfWr2.js +0 -46
- package/spinner.D-xrotcu.js +0 -58
- package/styles/scss/_index.scss +0 -23
- package/styles/scss/lib/_a11y.scss +0 -15
- package/styles/scss/lib/_animation.scss +0 -21
- package/styles/scss/lib/_breakpoints.scss +0 -16
- package/styles/scss/lib/_container-query.scss +0 -58
- package/styles/scss/lib/_grid-extended.scss +0 -11
- package/styles/scss/lib/_grid-full.scss +0 -6
- package/styles/scss/lib/_grid-main.scss +0 -117
- package/styles/scss/lib/_grid-narrow.scss +0 -16
- package/styles/scss/lib/_grid-sidebar-sidebar.scss +0 -50
- package/styles/scss/lib/_heading.scss +0 -107
- package/styles/scss/lib/_helpers.scss +0 -15
- package/styles/scss/lib/_high-contrast.scss +0 -24
- package/styles/scss/lib/_hover.scss +0 -10
- package/styles/scss/lib/_link.scss +0 -126
- package/styles/scss/lib/_media-query.scss +0 -32
- package/styles/scss/lib/_spacing.scss +0 -32
- package/styles/scss/lib/_text.scss +0 -110
- package/styles/scss/lib/_theme.scss +0 -162
- package/styles/scss/lib/_transition.scss +0 -45
- package/switch.CmpNUC7s.js +0 -65
- package/text.rgDKQBrU.js +0 -57
- package/title.LY1ylQsb.js +0 -36
- package/utils/render-in-iframe.d.ts +0 -15
- /package/components/{CustomReactSelect/CustomReactSelect.utils.test.d.ts → ChipGroup/ChipGroup.test.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -6,15 +6,6 @@ Welcome to the STIHL Design System react component library.
|
|
|
6
6
|
|
|
7
7
|
[https://main--63440bbb95889041542a5ba3.chromatic.com](https://main--63440bbb95889041542a5ba3.chromatic.com/?path=/docs/introduction--documentation)
|
|
8
8
|
|
|
9
|
-
## Before you start
|
|
10
|
-
|
|
11
|
-
⚠️ If you were consuming a **private** version of our `@stihl-design-system/components` package, please remove the following lines from your **global** `.npmrc` file: ⚠️
|
|
12
|
-
|
|
13
|
-
```text
|
|
14
|
-
@stihl-design-system:registry=https://npm.pkg.github.com/
|
|
15
|
-
//npm.pkg.github.com/:_authToken=THE_TOKEN_WE_PROVIDED
|
|
16
|
-
```
|
|
17
|
-
|
|
18
9
|
## Install
|
|
19
10
|
|
|
20
11
|
To use the STIHL Design System components in your react application please follow these steps:
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
3
|
import "./chunks/index.CvOaL64Y.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import "./heading.
|
|
6
|
-
import "./chunks/Icon.
|
|
7
|
-
import { D as e } from "./chunks/Accordion.
|
|
5
|
+
import "./heading.IPIYc5vW.js";
|
|
6
|
+
import "./chunks/Icon.BCmt_XBG.js";
|
|
7
|
+
import { D as e } from "./chunks/Accordion.CB6jB3s_.js";
|
|
8
8
|
export {
|
|
9
9
|
e as DSAccordion
|
|
10
10
|
};
|
package/accordion.d.ts
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { j as s } from "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
|
+
import { v as e, A as a, a as n } from "./chunks/AriaLiveRegions.utils.BGSZafnS.js";
|
|
4
|
+
import './assets/arialiveregions.DhsijBaL.css';const i = "ds-aria-live-regions_sr-only_2jvmr_1", r = {
|
|
5
|
+
"sr-only": "ds-aria-live-regions_sr-only_2jvmr_1",
|
|
6
|
+
srOnly: i
|
|
7
|
+
}, t = () => (e(), /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
8
|
+
/* @__PURE__ */ s.jsx(
|
|
9
|
+
"span",
|
|
10
|
+
{
|
|
11
|
+
id: a,
|
|
12
|
+
role: "alert",
|
|
13
|
+
className: r.srOnly
|
|
14
|
+
}
|
|
15
|
+
),
|
|
16
|
+
/* @__PURE__ */ s.jsx(
|
|
17
|
+
"span",
|
|
18
|
+
{
|
|
19
|
+
id: n,
|
|
20
|
+
role: "status",
|
|
21
|
+
className: r.srOnly
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
] }));
|
|
25
|
+
export {
|
|
26
|
+
t as DSAriaLiveRegions
|
|
27
|
+
};
|
package/arialiveregions.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-accordion_details_1385s_1{max-width:59.25rem;min-width:18rem;border-bottom:1px solid #B1B1B1}.ds-accordion_details_1385s_1:only-of-type{border-bottom:none}.ds-accordion_details_1385s_1::details-content{block-size:0;overflow:hidden;opacity:0;transition-property:block-size,content-visibility,opacity;transition-behavior:allow-discrete;transition-duration:var(--ds-animation-duration, .25s);transition-timing-function:cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-accordion_details_1385s_1::details-content{transition-duration:0ms}}.ds-accordion_details_1385s_1[open]::details-content{transition-timing-function:cubic-bezier(0,0,.5,1);block-size:auto;block-size:calc-size(auto);opacity:1}.ds-accordion_details_1385s_1 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-accordion_details_1385s_1 a:not([class]))[href^="http://"]:after,:where(.ds-accordion_details_1385s_1 a:not([class]))[href^="https://"]:after,:where(.ds-accordion_details_1385s_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-accordion_details_1385s_1 a:not([class]){color:#252525}.ds-accordion_details_1385s_1 a:not([class]):link,.ds-accordion_details_1385s_1 a:not([class]):visited{color:#252525}.ds-accordion_details_1385s_1 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-accordion_details_1385s_1 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-accordion_details_1385s_1 a:not([class]):hover{background-color:Canvas}}.ds-accordion_details_1385s_1 a:not([class])[href^="http://"]:after,.ds-accordion_details_1385s_1 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-accordion_details_1385s_1 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-accordion_details_1385s_1 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-accordion_details_1385s_1 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-accordion_details_1385s_1 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-accordion_details_1385s_1 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-accordion_details_1385s_1 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-accordion_details_1385s_1 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-accordion_details_1385s_1 a:not([class]){transition-duration:0ms}}@media (min-width: 1024px){.ds-accordion_details_1385s_1{min-width:13.3125rem}}.ds-accordion_summary_1385s_120{cursor:pointer;padding-block-start:12px;padding-inline-end:16px;padding-block-end:12px;padding-inline-start:16px;list-style:none}.ds-accordion_summary_1385s_120:focus{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-accordion_summary_1385s_120:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-accordion_summary_1385s_120:focus{outline:revert;outline-offset:revert}.ds-accordion_summary_1385s_120:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-accordion_summary_1385s_120:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-accordion_summary_1385s_120::-webkit-details-marker{display:none}.ds-accordion_summary--utility--m_1385s_159{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-accordion_summary_1385s_120{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-accordion_summary_1385s_120{transition-duration:0ms}}@media (hover: hover){.ds-accordion_summary_1385s_120:hover{background-color:#ededed}}@media screen and (hover: hover) and (forced-colors: active){.ds-accordion_summary_1385s_120:hover{background-color:Highlight}}.ds-accordion_summary--flush_1385s_188{color:#252525;position:relative;padding-inline-start:0;padding-inline-end:0}@media (hover: hover){.ds-accordion_summary--flush_1385s_188:hover:before{background-color:#ededed}}@media screen and (hover: hover) and (forced-colors: active){.ds-accordion_summary--flush_1385s_188:hover:before{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){.ds-accordion_summary--flush_1385s_188:hover{background-color:transparent}}.ds-accordion_summary--flush_1385s_188:before{content:"";position:absolute;top:0;right:-16px;bottom:0;left:-16px}.ds-accordion_summary--flush_1385s_188:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-accordion_summary--flush_1385s_188:before{transition-duration:0ms}}.ds-accordion_summary--flush_1385s_188:focus,.ds-accordion_summary--flush_1385s_188:focus-visible{outline:none}.ds-accordion_summary--flush_1385s_188:focus:before{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-accordion_summary--flush_1385s_188:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-accordion_summary--flush_1385s_188:focus:before{outline:revert;outline-offset:revert}.ds-accordion_summary--flush_1385s_188:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-accordion_summary--flush_1385s_188:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}.ds-accordion_summary--small_1385s_256{padding-block-start:8px;padding-block-end:8px}.ds-accordion_summary-content-wrapper_1385s_261{display:flex;justify-content:space-between;align-items:center;gap:16px}.ds-accordion_summary-content-wrapper--flush_1385s_267{position:relative;z-index:1}.ds-accordion_summary-content-wrapper--chevron-left_1385s_271{flex-flow:row-reverse;justify-content:flex-end}.ds-accordion_heading-summary-wrapper_1385s_276{flex-grow:1}.ds-accordion_hint_1385s_280{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;margin-block-start:4px}.ds-accordion_icon_1385s_294{transform:rotate(0)}.ds-accordion_icon_1385s_294{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-accordion_icon_1385s_294{transition-duration:0ms}}.ds-accordion_icon--open_1385s_305{transform:rotate(-180deg)}.ds-accordion_icon--open_1385s_305{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-accordion_icon--open_1385s_305{transition-duration:0ms}}.ds-accordion_content-wrapper_1385s_317{padding-block-start:4px;padding-inline-end:16px;padding-block-end:32px;padding-inline-start:16px}.ds-accordion_content-wrapper--flush_1385s_323{padding-inline-start:0;padding-inline-end:0}.ds-accordion_content-wrapper--small_1385s_327{padding-block-start:4px;padding-block-end:20px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-checkbox-group_root_12fot_1{display:flex;flex-direction:column;row-gap:16px;column-gap:24px;flex-wrap:wrap;margin-block-start:-8px}.ds-checkbox-group_root--horizontal_12fot_9{flex-direction:row}.ds-checkbox-group_root--invalid_12fot_12{margin-block-start:-16px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-chip-group_chip_aidwn_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;cursor:pointer;background-color:transparent;border:1px solid #252525;border-radius:1.5rem;min-height:3rem;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:flex;align-items:center;justify-content:center;gap:8px;text-wrap:nowrap}.ds-chip-group_chip_aidwn_1 svg{fill:currentColor}.ds-chip-group_chip--small_aidwn_30{border-radius:1rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-chip-group_chip_aidwn_1:focus,.ds-chip-group_chip_aidwn_1:focus-visible{outline:none}@media (hover: hover){.ds-chip-group_chip_aidwn_1:hover{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-chip-group_chip_aidwn_1:hover{border-color:Highlight}}.ds-chip-group_chip_aidwn_1[aria-selected=true]{background-color:#252525;color:#fff}@media screen and (forced-colors: active){.ds-chip-group_chip_aidwn_1[aria-selected=true]{color:CanvasText;background-color:Highlight}}@media (hover: hover){.ds-chip-group_chip_aidwn_1[aria-selected=true]:hover{background-color:#444}}@media screen and (hover: hover) and (forced-colors: active){.ds-chip-group_chip_aidwn_1[aria-selected=true]:hover{background-color:Highlight}}.ds-chip-group_chip_aidwn_1[data-focused=true]{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-chip-group_chip_aidwn_1[data-focused=true]{forced-color-adjust:auto;outline-color:Highlight}}.ds-chip-group_chip_aidwn_1[aria-disabled=true]{cursor:not-allowed;border-color:#00000080;color:#00000080}.ds-chip-group_chip_aidwn_1[aria-disabled=true][aria-selected=true]{background-color:#dadada;color:#00000080;border-color:#dadada}@media screen and (forced-colors: active){.ds-chip-group_chip_aidwn_1[aria-disabled=true][aria-selected=true]{color:GrayText;background-color:Highlight}}@media (hover: hover){.ds-chip-group_chip_aidwn_1[aria-disabled=true][aria-selected=true]:hover{background-color:#dadada}}@media screen and (hover: hover) and (forced-colors: active){.ds-chip-group_chip_aidwn_1[aria-disabled=true][aria-selected=true]:hover{background-color:Highlight}}@media screen and (forced-colors: active){.ds-chip-group_chip_aidwn_1[aria-disabled=true]{color:GrayText;border-color:GrayText}}@media (hover: hover){.ds-chip-group_chip_aidwn_1[aria-disabled=true]:hover{background-color:transparent}}.ds-chip-group_chip_aidwn_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-chip-group_chip_aidwn_1{transition-duration:0ms}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-combobox_root_139rc_1{align-self:end}.ds-combobox_root_139rc_1:has(.ds-combobox_hint_139rc_9) .ds-combobox_label_139rc_9{margin-block-end:4px}.ds-combobox_wrapper_139rc_13{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-combobox_action-button_139rc_19{grid-area:1/4/2/5}.ds-combobox_label_139rc_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-combobox_label--hidden_139rc_37{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-combobox_label--disabled_139rc_50{color:GrayText}}.ds-combobox_hint_139rc_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-combobox_feedback_139rc_70{margin-block-end:8px;margin-block-start:8px}.ds-combobox_select_139rc_75{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-combobox_select_139rc_75:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-combobox_select_139rc_75:focus{outline:revert;outline-offset:revert}.ds-combobox_select_139rc_75:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-combobox_select_139rc_75{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_select_139rc_75{transition-duration:0ms}}@media (hover: hover){.ds-combobox_select_139rc_75:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-combobox_select_139rc_75:hover{border-color:Highlight}}.ds-combobox_select_139rc_75{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-combobox_select_139rc_75[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-combobox_select_139rc_75[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-combobox_select_139rc_75[readonly]:focus{outline:revert;outline-offset:revert}.ds-combobox_select_139rc_75[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-combobox_select_139rc_75:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-combobox_select_139rc_75::-webkit-placeholder,.ds-combobox_select_139rc_75::placeholder{color:#666;opacity:1}.ds-combobox_select--invalid_139rc_187{border-color:#d43b3b;outline-color:#d43b3b}.ds-combobox_select--invalid_139rc_187:active,.ds-combobox_select--invalid_139rc_187:focus,.ds-combobox_select--invalid_139rc_187:focus-visible{border-color:#252525}.ds-combobox_select--small_139rc_194{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-combobox_select_139rc_75{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-combobox_select_139rc_75::-webkit-outer-spin-button,.ds-combobox_select_139rc_75::-webkit-inner-spin-button,.ds-combobox_select_139rc_75::-webkit-search-decoration,.ds-combobox_select_139rc_75::-webkit-search-cancel-button,.ds-combobox_select_139rc_75::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_139rc_75::-webkit-date-and-time-value{text-align:left}.ds-combobox_select_139rc_75:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_139rc_75[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_139rc_75[type=range]{accent-color:#E9640C}.ds-combobox_select_139rc_75[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-combobox_select--small_139rc_194{min-height:2rem;height:2rem}.ds-combobox_select--small_139rc_194.ds-combobox_input--has-leading-icon_139rc_247{padding-inline-start:calc(16px + 1rem)}.ds-combobox_select--small_139rc_194.ds-combobox_input--has-action-button_139rc_250{padding-inline-end:calc(2rem + 8px)}.ds-combobox_select--small_139rc_194.ds-combobox_input--has-second-action-button_139rc_253{padding-inline-end:calc(4rem + 8px)}.ds-combobox_select--has-leading-icon_139rc_256{padding-inline-start:calc(32px + 1rem)}.ds-combobox_select--has-action-button_139rc_259{padding-inline-end:calc(3rem + 16px)}.ds-combobox_select--has-second-action-button_139rc_262{padding-inline-end:calc(6rem + 16px)}.ds-combobox_select--has-affix_139rc_265{color:#0000}.ds-combobox_select--has-affix_139rc_265::placeholder{color:#0000}.ds-combobox_select--has-affix_139rc_265::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_select--has-affix_139rc_265::placeholder{transition-duration:0ms}}.ds-combobox_select--is-ready_139rc_279{color:#252525}.ds-combobox_select--is-ready_139rc_279::placeholder{color:#666}.ds-combobox_select_139rc_75{border-radius:0}.ds-combobox_select_139rc_75.ds-combobox_select--disabled_139rc_288{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75.ds-combobox_select--disabled_139rc_288{color:GrayText}}.ds-combobox_select_139rc_75.ds-combobox_select--focused_139rc_299{outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75.ds-combobox_select--focused_139rc_299{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75.ds-combobox_select--focused_139rc_299{outline-color:Highlight}}@media (hover: hover){.ds-combobox_select--hovered_139rc_316{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-combobox_select--hovered_139rc_316{border-color:Highlight}}.ds-combobox_placeholder_139rc_326{color:#666}@media screen and (forced-colors: active){.ds-combobox_placeholder_139rc_326{color:GrayText}}.ds-combobox_menu-list_139rc_335{padding-block-start:8px;padding-block-end:7px;padding-inline-start:0;padding-inline-end:0;background-color:#fff;outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){.ds-combobox_menu-list_139rc_335{forced-color-adjust:auto;outline-color:Highlight}}.ds-combobox_group-heading_139rc_352{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:16px;padding-block-end:11px;padding-inline-start:16px;padding-inline-end:16px;margin-block-start:4px;margin-block-end:8px;margin-inline-start:0;margin-inline-end:0;border-bottom:1px solid #B1B1B1;color:#666}.ds-combobox_option_139rc_374{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;align-items:center}.ds-combobox_option--small_139rc_390{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:8px;padding-block-end:8px;padding-inline-start:16px;padding-inline-end:16px}.ds-combobox_option--single_139rc_405{justify-content:space-between}.ds-combobox_option--disabled_139rc_408{color:#00000080}@media screen and (forced-colors: active){.ds-combobox_option--disabled_139rc_408{color:GrayText}}.ds-combobox_option--focus-hover_139rc_416:not(.ds-combobox_option--disabled_139rc_408){background-color:#0000001a;padding-block-start:10px;padding-block-end:10px;border:2px solid #252525;border-left:none;border-right:none}@media screen and (forced-colors: active){.ds-combobox_option--focus-hover_139rc_416:not(.ds-combobox_option--disabled_139rc_408){background-color:Canvas;border-color:Highlight}}.ds-combobox_option--focus-hover_139rc_416.ds-combobox_option--small_139rc_390:not(.ds-combobox_option--disabled_139rc_408){padding-block-start:6px;padding-block-end:6px}.ds-combobox_option--text_139rc_434{margin-inline-end:8px}.ds-combobox_option--check-icon_139rc_437{margin-inline-start:auto;align-self:center;fill:#e9640c}@media screen and (forced-colors: active){.ds-combobox_option--check-icon_139rc_437{fill:CanvasText}}.ds-combobox_option--check-icon--disabled_139rc_447{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_option--check-icon--disabled_139rc_447{fill:GrayText}}.ds-combobox_single-option_139rc_456{display:flex;flex-wrap:nowrap;width:100%}.ds-combobox_multi-option_139rc_462{width:100%}.ds-combobox_single-value_139rc_466{display:flex;align-items:center}.ds-combobox_single-value--text_139rc_470{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.ds-combobox_leading-icon_139rc_477{margin-block-start:2px;margin-inline-end:8px;fill:#666}@media screen and (forced-colors: active){.ds-combobox_leading-icon_139rc_477{background-color:Canvas;fill:CanvasText}}.ds-combobox_leading-icon--small_139rc_488,.ds-combobox_leading-icon--selected_139rc_488{margin-block-start:0px}.ds-combobox_leading-icon--disabled_139rc_491{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_leading-icon--disabled_139rc_491{fill:GrayText}}.ds-combobox_indicator_139rc_500,.ds-combobox_clear_139rc_501{width:3rem;height:3rem;justify-content:center;cursor:pointer}.ds-combobox_indicator--small_139rc_507,.ds-combobox_clear--small_139rc_508{width:2rem;height:2rem}.ds-combobox_indicator--icon_139rc_512,.ds-combobox_clear--icon_139rc_513{margin-block-start:16px;margin-block-end:16px;margin-inline-start:16px;margin-inline-end:16px;align-self:center}.ds-combobox_indicator--icon--small_139rc_520,.ds-combobox_clear--icon--small_139rc_521{margin-block-start:8px;margin-block-end:8px;margin-inline-start:8px;margin-inline-end:8px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
body:has(dialog[open]){overflow:hidden}.ds-dialog_root_1e2qq_5{background-color:#fff;border:none;overflow:hidden;padding:0;max-width:min(100vw - 32px,948px);max-height:calc(100vh - 32px);min-width:18rem;opacity:0;transform:translateY(-100%);transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1),transform var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-dialog_root_1e2qq_5{transition-duration:0ms}}@media (min-width: 768px){.ds-dialog_root_1e2qq_5{max-width:min(100vw - 80px,948px);max-height:calc(100vh - 80px)}}@media screen and (forced-colors: active){.ds-dialog_root_1e2qq_5{border:1px solid transparent}}.ds-dialog_root_1e2qq_5[open]{opacity:1;transform:translateY(0);transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1),transform var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-dialog_root_1e2qq_5[open]{transition-duration:0ms}}@starting-style{.ds-dialog_root_1e2qq_5[open]{opacity:0;transform:translateY(-100%)}}.ds-dialog_root_1e2qq_5[open]::backdrop{opacity:1;transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-dialog_root_1e2qq_5[open]::backdrop{transition-duration:0ms}}@starting-style{.ds-dialog_root_1e2qq_5[open]::backdrop{opacity:0}}.ds-dialog_root_1e2qq_5::backdrop{background-color:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-dialog_root_1e2qq_5::backdrop{transition-duration:0ms}}.ds-dialog_root_1e2qq_5 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-dialog_root_1e2qq_5 a:not([class]))[href^="http://"]:after,:where(.ds-dialog_root_1e2qq_5 a:not([class]))[href^="https://"]:after,:where(.ds-dialog_root_1e2qq_5 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-dialog_root_1e2qq_5 a:not([class]){color:#252525}.ds-dialog_root_1e2qq_5 a:not([class]):link,.ds-dialog_root_1e2qq_5 a:not([class]):visited{color:#252525}.ds-dialog_root_1e2qq_5 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-dialog_root_1e2qq_5 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-dialog_root_1e2qq_5 a:not([class]):hover{background-color:Canvas}}.ds-dialog_root_1e2qq_5 a:not([class])[href^="http://"]:after,.ds-dialog_root_1e2qq_5 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-dialog_root_1e2qq_5 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-dialog_root_1e2qq_5 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-dialog_root_1e2qq_5 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-dialog_root_1e2qq_5 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-dialog_root_1e2qq_5 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-dialog_root_1e2qq_5 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-dialog_root_1e2qq_5 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-dialog_root_1e2qq_5 a:not([class]){transition-duration:0ms}}.ds-dialog_content-wrapper_1e2qq_159{display:flex;flex-direction:column;overflow:hidden;max-height:calc(100vh - 32px)}.ds-dialog_content-wrapper--no-footer_1e2qq_165{padding-block-end:16px}@media (min-width: 768px){.ds-dialog_content-wrapper_1e2qq_159{max-height:calc(100vh - 80px)}}.ds-dialog_content-wrapper_1e2qq_159 .ds-dialog_close-button_1e2qq_173{position:absolute;top:16px;right:16px;z-index:2}@media (min-width: 768px){.ds-dialog_content-wrapper_1e2qq_159 .ds-dialog_close-button_1e2qq_173{top:24px;right:24px}}.ds-dialog_header_1e2qq_186,.ds-dialog_content_1e2qq_159,.ds-dialog_footer_1e2qq_188{padding-block-start:16px;padding-block-end:16px;padding-inline-start:16px;padding-inline-end:16px}@media (min-width: 768px){.ds-dialog_header_1e2qq_186,.ds-dialog_content_1e2qq_159,.ds-dialog_footer_1e2qq_188{padding-block-start:24px;padding-block-end:24px;padding-inline-start:24px;padding-inline-end:24px}}.ds-dialog_header_1e2qq_186{min-height:4rem;flex-shrink:0}.ds-dialog_header--scrollable_1e2qq_209{border-bottom:1px solid #B1B1B1;padding-block-end:15px}@media (min-width: 768px){.ds-dialog_header--scrollable_1e2qq_209{padding-block-end:23px}}.ds-dialog_header--close-button_1e2qq_218{padding-inline-end:64px}@media (min-width: 768px){.ds-dialog_header--close-button_1e2qq_218{padding-inline-end:72px}}.ds-dialog_content_1e2qq_159{position:relative;overflow-y:auto}.ds-dialog_content--no-footer_1e2qq_231{padding-block-end:0}.ds-dialog_footer_1e2qq_188{max-height:13rem}.ds-dialog_footer--scrollable_1e2qq_238{border-top:1px solid #B1B1B1;padding-block-start:15px}@media (min-width: 768px){.ds-dialog_footer--scrollable_1e2qq_238{padding-block-start:23px}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--ds-drawer-transform-x-position-closed: -100%;--ds-drawer-transform-x-position-open: 0}body:has(dialog[open]){overflow:hidden}.ds-drawer_root_1qhpc_10{background-color:#fff;border:none;top:0;right:0;bottom:0;left:0;margin:0;overflow:hidden;padding:0;position:fixed;max-width:min(100vw - 32px,1730px);max-height:100vh;block-size:100vh;min-width:18rem;transform:translate(var(--ds-drawer-transform-x-position-closed));transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,transform var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-drawer_root_1qhpc_10{transition-duration:0ms}}@media (min-width: 768px){.ds-drawer_root_1qhpc_10{max-width:min(100vw - 80px,1730px)}}@media screen and (forced-colors: active){.ds-drawer_root_1qhpc_10{border:1px solid transparent}}.ds-drawer_root_1qhpc_10[open]{transform:translate(var(--ds-drawer-transform-x-position-open));transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,transform var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-drawer_root_1qhpc_10[open]{transition-duration:0ms}}@starting-style{.ds-drawer_root_1qhpc_10[open]{transform:translate(var(--ds-drawer-transform-x-position-closed))}}.ds-drawer_root_1qhpc_10[open]::backdrop{opacity:1;transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-drawer_root_1qhpc_10[open]::backdrop{transition-duration:0ms}}@starting-style{.ds-drawer_root_1qhpc_10[open]::backdrop{opacity:0}}.ds-drawer_root--end_1qhpc_68{inset-inline-start:unset;--ds-drawer-transform-x-position-closed: 200%;--ds-drawer-transform-x-position-open: 0}.ds-drawer_root_1qhpc_10::backdrop{background-color:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-drawer_root_1qhpc_10::backdrop{transition-duration:0ms}}.ds-drawer_root_1qhpc_10 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-drawer_root_1qhpc_10 a:not([class]))[href^="http://"]:after,:where(.ds-drawer_root_1qhpc_10 a:not([class]))[href^="https://"]:after,:where(.ds-drawer_root_1qhpc_10 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-drawer_root_1qhpc_10 a:not([class]){color:#252525}.ds-drawer_root_1qhpc_10 a:not([class]):link,.ds-drawer_root_1qhpc_10 a:not([class]):visited{color:#252525}.ds-drawer_root_1qhpc_10 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-drawer_root_1qhpc_10 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-drawer_root_1qhpc_10 a:not([class]):hover{background-color:Canvas}}.ds-drawer_root_1qhpc_10 a:not([class])[href^="http://"]:after,.ds-drawer_root_1qhpc_10 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-drawer_root_1qhpc_10 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-drawer_root_1qhpc_10 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-drawer_root_1qhpc_10 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-drawer_root_1qhpc_10 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-drawer_root_1qhpc_10 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-drawer_root_1qhpc_10 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-drawer_root_1qhpc_10 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-drawer_root_1qhpc_10 a:not([class]){transition-duration:0ms}}.ds-drawer_content-wrapper_1qhpc_169{display:flex;flex-direction:column;overflow:hidden;max-height:100vh}.ds-drawer_content-wrapper--no-footer_1qhpc_175{padding-block-end:16px}.ds-drawer_content-wrapper_1qhpc_169 .ds-drawer_close-button_1qhpc_178{position:absolute;top:16px;right:16px;z-index:2}@media (min-width: 768px){.ds-drawer_content-wrapper_1qhpc_169 .ds-drawer_close-button_1qhpc_178{top:24px;right:24px}}.ds-drawer_header_1qhpc_191,.ds-drawer_content_1qhpc_169,.ds-drawer_footer_1qhpc_193{padding-block-start:16px;padding-block-end:16px;padding-inline-start:16px;padding-inline-end:16px}@media (min-width: 768px){.ds-drawer_header_1qhpc_191,.ds-drawer_content_1qhpc_169,.ds-drawer_footer_1qhpc_193{padding-block-start:24px;padding-block-end:24px;padding-inline-start:24px;padding-inline-end:24px}}.ds-drawer_header_1qhpc_191{min-height:4rem;flex-shrink:0}.ds-drawer_header--scrollable_1qhpc_214{border-bottom:1px solid #B1B1B1;padding-block-end:15px}@media (min-width: 768px){.ds-drawer_header--scrollable_1qhpc_214{padding-block-end:23px}}.ds-drawer_header--close-button_1qhpc_223{padding-inline-end:64px}@media (min-width: 768px){.ds-drawer_header--close-button_1qhpc_223{padding-inline-end:72px}}.ds-drawer_content_1qhpc_169{position:relative;overflow-y:auto;height:100vh}.ds-drawer_content--no-footer_1qhpc_237{padding-block-end:0}.ds-drawer_footer_1qhpc_193{max-height:13rem}.ds-drawer_footer--scrollable_1qhpc_244{border-top:1px solid #B1B1B1;padding-block-start:15px}@media (min-width: 768px){.ds-drawer_footer--scrollable_1qhpc_244{padding-block-start:23px}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-fieldset_root_1opm7_1{border:none;padding:0;margin:0}@media screen and (forced-colors: active){.ds-fieldset_root_1opm7_1:disabled{color:GrayText}}.ds-fieldset_root_1opm7_1 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-fieldset_root_1opm7_1 a:not([class]))[href^="http://"]:after,:where(.ds-fieldset_root_1opm7_1 a:not([class]))[href^="https://"]:after,:where(.ds-fieldset_root_1opm7_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-fieldset_root_1opm7_1 a:not([class]){color:#252525}.ds-fieldset_root_1opm7_1 a:not([class]):link,.ds-fieldset_root_1opm7_1 a:not([class]):visited{color:#252525}.ds-fieldset_root_1opm7_1 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-fieldset_root_1opm7_1 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-fieldset_root_1opm7_1 a:not([class]):hover{background-color:Canvas}}.ds-fieldset_root_1opm7_1 a:not([class])[href^="http://"]:after,.ds-fieldset_root_1opm7_1 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-fieldset_root_1opm7_1 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-fieldset_root_1opm7_1 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-fieldset_root_1opm7_1 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-fieldset_root_1opm7_1 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-fieldset_root_1opm7_1 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-fieldset_root_1opm7_1 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-fieldset_root_1opm7_1 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-fieldset_root_1opm7_1 a:not([class]){transition-duration:0ms}}.ds-fieldset_child-wrapper_1opm7_95{margin-block-start:24px}.ds-fieldset_child-wrapper_1opm7_95>*:not(:first-child){margin-block-start:24px}.ds-fieldset_legend_1opm7_102{padding-inline-start:0;padding-inline-end:0}.ds-fieldset_legend--utility--m_1opm7_106{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-fieldset_description_1opm7_118{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:inline-block;max-width:32rem;margin-block-start:8px}.ds-fieldset_description--small_1opm7_132{margin-block-start:4px}.ds-fieldset_system-feedback_1opm7_136{margin-block-start:16px;margin-block-end:32px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-icon_image_73zqf_1{display:inline-block;vertical-align:top;width:1rem;height:1rem;min-width:1rem;min-height:1rem;pointer-events:none}.ds-icon_image--theme-dark_73zqf_10{fill:#fff}.ds-icon_image--size-medium_73zqf_13{width:.75rem;height:.75rem;min-width:.75rem;min-height:.75rem}.ds-icon_image--size-small_73zqf_19{width:.625rem;height:.625rem;min-width:.625rem;min-height:.625rem}.ds-icon_image--size-x-small_73zqf_25{width:.5rem;height:.5rem;min-width:.5rem;min-height:.5rem}@media screen and (forced-colors: active){.ds-icon_image_73zqf_1{fill:CanvasText}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-input-password_input_1842u_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-password_input_1842u_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1842u_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-password_input_1842u_1:focus{outline:revert;outline-offset:revert}.ds-input-password_input_1842u_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1842u_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-password_input_1842u_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-password_input_1842u_1{transition-duration:0ms}}@media (hover: hover){.ds-input-password_input_1842u_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-password_input_1842u_1:hover{border-color:Highlight}}.ds-input-password_input_1842u_1{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-input-password_input_1842u_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-password_input_1842u_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1842u_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-password_input_1842u_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-password_input_1842u_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1842u_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-password_input_1842u_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-password_input_1842u_1::-webkit-placeholder,.ds-input-password_input_1842u_1::placeholder{color:#666;opacity:1}.ds-input-password_input--invalid_1842u_113{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-password_input--invalid_1842u_113:active,.ds-input-password_input--invalid_1842u_113:focus,.ds-input-password_input--invalid_1842u_113:focus-visible{border-color:#252525}.ds-input-password_input--small_1842u_120{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input-password_input_1842u_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-password_input_1842u_1::-webkit-outer-spin-button,.ds-input-password_input_1842u_1::-webkit-inner-spin-button,.ds-input-password_input_1842u_1::-webkit-search-decoration,.ds-input-password_input_1842u_1::-webkit-search-cancel-button,.ds-input-password_input_1842u_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_1842u_1::-webkit-date-and-time-value{text-align:left}.ds-input-password_input_1842u_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_1842u_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_1842u_1[type=range]{accent-color:#E9640C}.ds-input-password_input_1842u_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input-password_input--small_1842u_120{min-height:2rem;height:2rem}.ds-input-password_input--small_1842u_120.ds-input-password_input--has-leading-icon_1842u_173{padding-inline-start:calc(16px + 1rem)}.ds-input-password_input--small_1842u_120.ds-input-password_input--has-action-button_1842u_176{padding-inline-end:calc(2rem + 8px)}.ds-input-password_input--small_1842u_120.ds-input-password_input--has-second-action-button_1842u_179{padding-inline-end:calc(4rem + 8px)}.ds-input-password_input--has-leading-icon_1842u_173{padding-inline-start:calc(32px + 1rem)}.ds-input-password_input--has-action-button_1842u_176{padding-inline-end:calc(3rem + 16px)}.ds-input-password_input--has-second-action-button_1842u_179{padding-inline-end:calc(6rem + 16px)}.ds-input-password_input--has-affix_1842u_191{color:#0000}.ds-input-password_input--has-affix_1842u_191::placeholder{color:#0000}.ds-input-password_input--has-affix_1842u_191::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-password_input--has-affix_1842u_191::placeholder{transition-duration:0ms}}.ds-input-password_input--is-ready_1842u_205{color:#252525}.ds-input-password_input--is-ready_1842u_205::placeholder{color:#666}.ds-input-password_root_1842u_212{align-self:end}.ds-input-password_root_1842u_212:has(.ds-input-password_hint_1842u_220) .ds-input-password_label_1842u_220{margin-block-end:4px}.ds-input-password_wrapper_1842u_224{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-password_action-button_1842u_230{grid-area:1/4/2/5}.ds-input-password_label_1842u_220{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input-password_label--hidden_1842u_248{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input-password_label--disabled_1842u_261{color:GrayText}}.ds-input-password_hint_1842u_220{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-input-password_feedback_1842u_281{margin-block-end:8px;margin-block-start:8px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-input-search_input_wn1tk_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-search_input_wn1tk_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_wn1tk_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-search_input_wn1tk_1:focus{outline:revert;outline-offset:revert}.ds-input-search_input_wn1tk_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_wn1tk_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-search_input_wn1tk_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-search_input_wn1tk_1{transition-duration:0ms}}@media (hover: hover){.ds-input-search_input_wn1tk_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-search_input_wn1tk_1:hover{border-color:Highlight}}.ds-input-search_input_wn1tk_1{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-input-search_input_wn1tk_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-search_input_wn1tk_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_wn1tk_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-search_input_wn1tk_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-search_input_wn1tk_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_wn1tk_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-search_input_wn1tk_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-search_input_wn1tk_1::-webkit-placeholder,.ds-input-search_input_wn1tk_1::placeholder{color:#666;opacity:1}.ds-input-search_input--invalid_wn1tk_113{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-search_input--invalid_wn1tk_113:active,.ds-input-search_input--invalid_wn1tk_113:focus,.ds-input-search_input--invalid_wn1tk_113:focus-visible{border-color:#252525}.ds-input-search_input--small_wn1tk_120{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input-search_input_wn1tk_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-search_input_wn1tk_1::-webkit-outer-spin-button,.ds-input-search_input_wn1tk_1::-webkit-inner-spin-button,.ds-input-search_input_wn1tk_1::-webkit-search-decoration,.ds-input-search_input_wn1tk_1::-webkit-search-cancel-button,.ds-input-search_input_wn1tk_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_wn1tk_1::-webkit-date-and-time-value{text-align:left}.ds-input-search_input_wn1tk_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_wn1tk_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_wn1tk_1[type=range]{accent-color:#E9640C}.ds-input-search_input_wn1tk_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input-search_input--small_wn1tk_120{min-height:2rem;height:2rem}.ds-input-search_input--small_wn1tk_120.ds-input-search_input--has-leading-icon_wn1tk_173{padding-inline-start:calc(16px + 1rem)}.ds-input-search_input--small_wn1tk_120.ds-input-search_input--has-action-button_wn1tk_176{padding-inline-end:calc(2rem + 8px)}.ds-input-search_input--small_wn1tk_120.ds-input-search_input--has-second-action-button_wn1tk_179{padding-inline-end:calc(4rem + 8px)}.ds-input-search_input--has-leading-icon_wn1tk_173{padding-inline-start:calc(32px + 1rem)}.ds-input-search_input--has-action-button_wn1tk_176{padding-inline-end:calc(3rem + 16px)}.ds-input-search_input--has-second-action-button_wn1tk_179{padding-inline-end:calc(6rem + 16px)}.ds-input-search_input--has-affix_wn1tk_191{color:#0000}.ds-input-search_input--has-affix_wn1tk_191::placeholder{color:#0000}.ds-input-search_input--has-affix_wn1tk_191::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-search_input--has-affix_wn1tk_191::placeholder{transition-duration:0ms}}.ds-input-search_input--is-ready_wn1tk_205{color:#252525}.ds-input-search_input--is-ready_wn1tk_205::placeholder{color:#666}.ds-input-search_root_wn1tk_212{align-self:end}.ds-input-search_root_wn1tk_212:has(.ds-input-search_hint_wn1tk_220) .ds-input-search_label_wn1tk_220{margin-block-end:4px}.ds-input-search_wrapper_wn1tk_224{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-search_action-button_wn1tk_230{grid-area:1/4/2/5}.ds-input-search_second-action-button_wn1tk_234{grid-area:1/3/2/4}.ds-input-search_label_wn1tk_220{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input-search_label--hidden_wn1tk_252{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input-search_label--disabled_wn1tk_265{color:GrayText}}.ds-input-search_hint_wn1tk_220{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-input-search_feedback_wn1tk_285{margin-block-end:8px;margin-block-start:8px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-input-stepper_input_1pm8g_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-stepper_input_1pm8g_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_1pm8g_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-stepper_input_1pm8g_1:focus{outline:revert;outline-offset:revert}.ds-input-stepper_input_1pm8g_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_1pm8g_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-stepper_input_1pm8g_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-stepper_input_1pm8g_1{transition-duration:0ms}}@media (hover: hover){.ds-input-stepper_input_1pm8g_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-stepper_input_1pm8g_1:hover{border-color:Highlight}}.ds-input-stepper_input_1pm8g_1{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-input-stepper_input_1pm8g_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-stepper_input_1pm8g_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_1pm8g_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-stepper_input_1pm8g_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-stepper_input_1pm8g_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_1pm8g_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-stepper_input_1pm8g_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-stepper_input_1pm8g_1::-webkit-placeholder,.ds-input-stepper_input_1pm8g_1::placeholder{color:#666;opacity:1}.ds-input-stepper_input--invalid_1pm8g_113{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-stepper_input--invalid_1pm8g_113:active,.ds-input-stepper_input--invalid_1pm8g_113:focus,.ds-input-stepper_input--invalid_1pm8g_113:focus-visible{border-color:#252525}.ds-input-stepper_input--small_1pm8g_120{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input-stepper_input_1pm8g_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-stepper_input_1pm8g_1::-webkit-outer-spin-button,.ds-input-stepper_input_1pm8g_1::-webkit-inner-spin-button,.ds-input-stepper_input_1pm8g_1::-webkit-search-decoration,.ds-input-stepper_input_1pm8g_1::-webkit-search-cancel-button,.ds-input-stepper_input_1pm8g_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-stepper_input_1pm8g_1::-webkit-date-and-time-value{text-align:left}.ds-input-stepper_input_1pm8g_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-stepper_input_1pm8g_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-stepper_input_1pm8g_1[type=range]{accent-color:#E9640C}.ds-input-stepper_input_1pm8g_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input-stepper_input--small_1pm8g_120{min-height:2rem;height:2rem}.ds-input-stepper_input--small_1pm8g_120.ds-input-stepper_input--has-leading-icon_1pm8g_173{padding-inline-start:calc(16px + 1rem)}.ds-input-stepper_input--small_1pm8g_120.ds-input-stepper_input--has-action-button_1pm8g_176{padding-inline-end:calc(2rem + 8px)}.ds-input-stepper_input--small_1pm8g_120.ds-input-stepper_input--has-second-action-button_1pm8g_179{padding-inline-end:calc(4rem + 8px)}.ds-input-stepper_input--has-leading-icon_1pm8g_173{padding-inline-start:calc(32px + 1rem)}.ds-input-stepper_input--has-action-button_1pm8g_176{padding-inline-end:calc(3rem + 16px)}.ds-input-stepper_input--has-second-action-button_1pm8g_179{padding-inline-end:calc(6rem + 16px)}.ds-input-stepper_input--has-affix_1pm8g_191{color:#0000}.ds-input-stepper_input--has-affix_1pm8g_191::placeholder{color:#0000}.ds-input-stepper_input--has-affix_1pm8g_191::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-stepper_input--has-affix_1pm8g_191::placeholder{transition-duration:0ms}}.ds-input-stepper_input--is-ready_1pm8g_205{color:#252525}.ds-input-stepper_input--is-ready_1pm8g_205::placeholder{color:#666}.ds-input-stepper_input_1pm8g_1{grid-area:1/1/2/4}.ds-input-stepper_root_1pm8g_215{align-self:end}.ds-input-stepper_root_1pm8g_215:has(.ds-input-stepper_hint_1pm8g_223) .ds-input-stepper_label_1pm8g_223{margin-block-end:4px}.ds-input-stepper_wrapper_1pm8g_227{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-stepper_affix_1pm8g_233{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-input-stepper_affix--small_1pm8g_254{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input-stepper_affix--disabled_1pm8g_267{color:#00000080}@media screen and (forced-colors: active){.ds-input-stepper_affix--disabled_1pm8g_267{color:GrayText}}.ds-input-stepper_affix--disabled_1pm8g_267.ds-input-stepper_prefix_1pm8g_275,.ds-input-stepper_affix--disabled_1pm8g_267.ds-input-stepper_affix_1pm8g_233{border-color:#0000001a}.ds-input-stepper_affix--readonly_1pm8g_278{background-color:#ededed;height:100%}.ds-input-stepper_affix_1pm8g_233.ds-input-stepper_prefix_1pm8g_275{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-input-stepper_affix_1pm8g_233.ds-input-stepper_suffix_1pm8g_288{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-input-stepper_action-button_1pm8g_295{grid-area:1/4/2/5}.ds-input-stepper_label_1pm8g_223{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input-stepper_label--hidden_1pm8g_313{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input-stepper_label--disabled_1pm8g_326{color:GrayText}}.ds-input-stepper_hint_1pm8g_223{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-input-stepper_feedback_1pm8g_346{margin-block-end:8px;margin-block-start:8px}.ds-input-stepper_wrapper_1pm8g_227{gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}.ds-input-stepper_action-button_1pm8g_295{grid-area:1/5/2/6}.ds-input-stepper_second-action-button_1pm8g_360{grid-area:1/4/2/5}.ds-input-stepper_value-announcer_1pm8g_364{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-notification_root_1cajm_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;background-color:#ededed;border-left-color:#666;border-left-width:4px;border-left-style:solid;color:#252525;display:flex;flex-direction:column;gap:12px;padding-inline-start:12px;padding-inline-end:24px;padding-block-start:12px;padding-block-end:12px;width:100%;max-width:948px}.ds-notification_root--success_1cajm_26{background-color:#e5f0db;border-left-color:#749f4a}.ds-notification_root--error_1cajm_30{background-color:#eebcbd;border-left-color:#d43b3b}.ds-notification_root--warning_1cajm_34{background-color:#fdecc3;border-left-color:#fdc543}.ds-notification_root--hide-icon_1cajm_38{padding-inline-start:20px}@media screen and (forced-colors: active){.ds-notification_root_1cajm_1{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding-inline-end:15px;padding-block-start:11px;padding-block-end:11px}}.ds-notification_content_1cajm_52{display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:2rem}.ds-notification_content--hide-close-button_1cajm_59{grid-template-columns:auto minmax(auto,1fr)}.ds-notification_content--hide-icon_1cajm_62{grid-template-columns:minmax(auto,1fr) auto}.ds-notification_icon_1cajm_66{margin-block-start:8px}.ds-notification_message_1cajm_70{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.414;margin-block-start:4px;margin-block-end:0}.ds-notification_message_1cajm_70 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-notification_message_1cajm_70 a:not([class]))[href^="http://"]:after,:where(.ds-notification_message_1cajm_70 a:not([class]))[href^="https://"]:after,:where(.ds-notification_message_1cajm_70 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-notification_message_1cajm_70 a:not([class]){color:#252525}.ds-notification_message_1cajm_70 a:not([class]):link,.ds-notification_message_1cajm_70 a:not([class]):visited{color:#252525}.ds-notification_message_1cajm_70 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-notification_message_1cajm_70 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-notification_message_1cajm_70 a:not([class]):hover{background-color:Canvas}}.ds-notification_message_1cajm_70 a:not([class])[href^="http://"]:after,.ds-notification_message_1cajm_70 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-notification_message_1cajm_70 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-notification_message_1cajm_70 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-notification_message_1cajm_70 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-notification_message_1cajm_70 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-notification_message_1cajm_70 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-notification_message_1cajm_70 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-notification_message_1cajm_70 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-notification_message_1cajm_70 a:not([class]){transition-duration:0ms}}.ds-notification_custom-action-area_1cajm_167{padding-inline-start:32px;padding-block-end:4px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-radio-group_root_12fot_1{display:flex;flex-direction:column;row-gap:16px;column-gap:24px;flex-wrap:wrap;margin-block-start:-8px}.ds-radio-group_root--horizontal_12fot_9{flex-direction:row}.ds-radio-group_root--invalid_12fot_12{margin-block-start:-16px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-select_root_1ui0h_1{align-self:end}.ds-select_root_1ui0h_1:has(.ds-select_hint_1ui0h_9) .ds-select_label_1ui0h_9{margin-block-end:4px}.ds-select_wrapper_1ui0h_13{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-select_affix_1ui0h_19{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-select_affix--small_1ui0h_40{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-select_affix--disabled_1ui0h_53{color:#00000080}@media screen and (forced-colors: active){.ds-select_affix--disabled_1ui0h_53{color:GrayText}}.ds-select_affix--disabled_1ui0h_53.ds-select_prefix_1ui0h_61,.ds-select_affix--disabled_1ui0h_53.ds-select_affix_1ui0h_19{border-color:#0000001a}.ds-select_affix--readonly_1ui0h_64{background-color:#ededed;height:100%}.ds-select_affix_1ui0h_19.ds-select_prefix_1ui0h_61{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-select_affix_1ui0h_19.ds-select_suffix_1ui0h_74{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-select_action-button_1ui0h_81{grid-area:1/4/2/5}.ds-select_label_1ui0h_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-select_label--hidden_1ui0h_99{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-select_label--disabled_1ui0h_112{color:GrayText}}.ds-select_hint_1ui0h_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-select_feedback_1ui0h_132{margin-block-end:8px;margin-block-start:8px}.ds-select_select-wrapper_1ui0h_137{display:grid;grid-template-columns:1fr max-content;align-items:center}.ds-select_select_1ui0h_137{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-select_select_1ui0h_137:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1ui0h_137:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-select_select_1ui0h_137:focus{outline:revert;outline-offset:revert}.ds-select_select_1ui0h_137:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1ui0h_137:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-select_select_1ui0h_137{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-select_select_1ui0h_137{transition-duration:0ms}}@media (hover: hover){.ds-select_select_1ui0h_137:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-select_select_1ui0h_137:hover{border-color:Highlight}}.ds-select_select_1ui0h_137{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-select_select_1ui0h_137[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-select_select_1ui0h_137[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1ui0h_137[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-select_select_1ui0h_137[readonly]:focus{outline:revert;outline-offset:revert}.ds-select_select_1ui0h_137[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1ui0h_137[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-select_select_1ui0h_137:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-select_select_1ui0h_137::-webkit-placeholder,.ds-select_select_1ui0h_137::placeholder{color:#666;opacity:1}.ds-select_select--invalid_1ui0h_262{border-color:#d43b3b;outline-color:#d43b3b}.ds-select_select--invalid_1ui0h_262:active,.ds-select_select--invalid_1ui0h_262:focus,.ds-select_select--invalid_1ui0h_262:focus-visible{border-color:#252525}.ds-select_select--small_1ui0h_269{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-select_select_1ui0h_137{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-select_select_1ui0h_137::-webkit-outer-spin-button,.ds-select_select_1ui0h_137::-webkit-inner-spin-button,.ds-select_select_1ui0h_137::-webkit-search-decoration,.ds-select_select_1ui0h_137::-webkit-search-cancel-button,.ds-select_select_1ui0h_137::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-select_select_1ui0h_137::-webkit-date-and-time-value{text-align:left}.ds-select_select_1ui0h_137:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-select_select_1ui0h_137[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-select_select_1ui0h_137[type=range]{accent-color:#E9640C}.ds-select_select_1ui0h_137[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-select_select--small_1ui0h_269{min-height:2rem;height:2rem}.ds-select_select--small_1ui0h_269.ds-select_input--has-leading-icon_1ui0h_322{padding-inline-start:calc(16px + 1rem)}.ds-select_select--small_1ui0h_269.ds-select_input--has-action-button_1ui0h_325{padding-inline-end:calc(2rem + 8px)}.ds-select_select--small_1ui0h_269.ds-select_input--has-second-action-button_1ui0h_328{padding-inline-end:calc(4rem + 8px)}.ds-select_select--has-leading-icon_1ui0h_331{padding-inline-start:calc(32px + 1rem)}.ds-select_select--has-action-button_1ui0h_334{padding-inline-end:calc(3rem + 16px)}.ds-select_select--has-second-action-button_1ui0h_337{padding-inline-end:calc(6rem + 16px)}.ds-select_select--has-affix_1ui0h_340{color:#0000}.ds-select_select--has-affix_1ui0h_340::placeholder{color:#0000}.ds-select_select--has-affix_1ui0h_340::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-select_select--has-affix_1ui0h_340::placeholder{transition-duration:0ms}}.ds-select_select--is-ready_1ui0h_354{color:#252525}.ds-select_select--is-ready_1ui0h_354::placeholder{color:#666}.ds-select_select_1ui0h_137{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-inline-end:48px;text-overflow:ellipsis}.ds-select_select--small_1ui0h_269{padding-inline-end:32px}.ds-select_select_1ui0h_137:disabled{opacity:1}.ds-select_select--placeholder_1ui0h_371{color:#666}@media screen and (forced-colors: active){.ds-select_select--placeholder_1ui0h_371{color:GrayText}}.ds-select_select_1ui0h_137 option{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-select_select_1ui0h_137 option,.ds-select_select_1ui0h_137 optgroup{background-color:#fff;color:#252525;font-style:normal}.ds-select_select_1ui0h_137 optgroup{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}.ds-select_select_1ui0h_137 option:disabled{color:#00000080}.ds-select_chevron_1ui0h_410{grid-area:1/2/2/2;margin-inline-end:16px}.ds-select_chevron--small_1ui0h_414{margin-inline-end:8px}.ds-select_chevron--disabled_1ui0h_417{fill:#00000080}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-textarea_textarea_18bj7_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-textarea_textarea_18bj7_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_18bj7_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-textarea_textarea_18bj7_1:focus{outline:revert;outline-offset:revert}.ds-textarea_textarea_18bj7_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_18bj7_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-textarea_textarea_18bj7_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-textarea_textarea_18bj7_1{transition-duration:0ms}}@media (hover: hover){.ds-textarea_textarea_18bj7_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-textarea_textarea_18bj7_1:hover{border-color:Highlight}}.ds-textarea_textarea_18bj7_1{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-textarea_textarea_18bj7_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-textarea_textarea_18bj7_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_18bj7_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-textarea_textarea_18bj7_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-textarea_textarea_18bj7_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_18bj7_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-textarea_textarea_18bj7_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-textarea_textarea_18bj7_1::-webkit-placeholder,.ds-textarea_textarea_18bj7_1::placeholder{color:#666;opacity:1}.ds-textarea_textarea--invalid_18bj7_113{border-color:#d43b3b;outline-color:#d43b3b}.ds-textarea_textarea--invalid_18bj7_113:active,.ds-textarea_textarea--invalid_18bj7_113:focus,.ds-textarea_textarea--invalid_18bj7_113:focus-visible{border-color:#252525}.ds-textarea_textarea--small_18bj7_120{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-textarea_textarea_18bj7_1{padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}.ds-textarea_textarea--resize-auto_18bj7_139{resize:none;overflow-y:hidden}.ds-textarea_textarea--small_18bj7_120{padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}.ds-textarea_root_18bj7_149{align-self:end}.ds-textarea_root_18bj7_149:has(.ds-textarea_hint_18bj7_157) .ds-textarea_label_18bj7_157{margin-block-end:4px}.ds-textarea_affix_18bj7_161{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-textarea_affix--small_18bj7_182{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-textarea_affix--disabled_18bj7_195{color:#00000080}@media screen and (forced-colors: active){.ds-textarea_affix--disabled_18bj7_195{color:GrayText}}.ds-textarea_affix--disabled_18bj7_195.ds-textarea_prefix_18bj7_203,.ds-textarea_affix--disabled_18bj7_195.ds-textarea_affix_18bj7_161{border-color:#0000001a}.ds-textarea_affix--readonly_18bj7_206{background-color:#ededed;height:100%}.ds-textarea_affix_18bj7_161.ds-textarea_prefix_18bj7_203{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-textarea_affix_18bj7_161.ds-textarea_suffix_18bj7_216{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-textarea_leading-icon_18bj7_223{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){.ds-textarea_leading-icon_18bj7_223{background-color:Canvas;fill:CanvasText}}.ds-textarea_leading-icon--small_18bj7_235{margin-inline-start:8px}.ds-textarea_leading-icon--disabled_18bj7_238{fill:#00000080}@media screen and (forced-colors: active){.ds-textarea_leading-icon--disabled_18bj7_238{fill:GrayText}}.ds-textarea_action-button_18bj7_247{grid-area:1/4/2/5}.ds-textarea_label_18bj7_157{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-textarea_label--hidden_18bj7_265{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-textarea_label--disabled_18bj7_278{color:GrayText}}.ds-textarea_hint_18bj7_157{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-textarea_feedback_18bj7_298{margin-block-end:8px;margin-block-start:8px}.ds-textarea_char-count_18bj7_303{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-end;margin-block-start:8px}.ds-textarea_char-count-announcer_18bj7_319{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--ds-toast-offset-bottom: 64px}.ds-toast_root_58y8a_5{box-shadow:0 2px 12px #00000014,0 1px 2px #00000029;min-width:18rem;max-width:min(100vw - 32px,400px)}@media (min-width: 768px){.ds-toast_root_58y8a_5{max-width:25rem}}.ds-toast_root--closing_58y8a_19{animation:ds-toast_fade-out_58y8a_1 var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1) forwards}.ds-toast_root_58y8a_5[popover]{position:fixed;inset:unset;left:50%;transform:translate(-50%);border-width:0;border-left:4px solid;padding-block-start:12px;padding-block-end:12px;padding-inline-start:12px;padding-inline-end:16px;width:100%;bottom:var(--ds-toast-offset-bottom)}@media screen and (forced-colors: active){.ds-toast_root_58y8a_5[popover]{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding-inline-end:15px;padding-block-start:11px;padding-block-end:11px}}:where(.ds-toast_root_58y8a_5:popover-open){position:fixed;inset:unset;left:50%;transform:translate(-50%);bottom:var(--ds-toast-offset-bottom);animation:ds-toast_move-in_58y8a_1 var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}.ds-toast_root--success_58y8a_54[popover]{background-color:#e5f0db;border-color:#749f4a}.ds-toast_root--info_58y8a_58[popover]{background-color:#ededed;border-color:#666}.ds-toast_root--warning_58y8a_62[popover]{background-color:#fdecc3;border-color:#fdc543}.ds-toast_content_58y8a_67{display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:2rem}.ds-toast_content--hide-icon_58y8a_74{grid-template-columns:minmax(auto,1fr) auto}.ds-toast_icon_58y8a_78{margin-block-start:8px}.ds-toast_message_58y8a_82{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.414;margin-block-start:4px;margin-block-end:0}@keyframes ds-toast_move-in_58y8a_1{0%{bottom:0;opacity:0;transform:translate(-50%) translateY(100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes ds-toast_fade-out_58y8a_1{0%{opacity:1;display:block}to{opacity:0;display:none}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-aria-live-regions_sr-only_2jvmr_1{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-asterisk_root_1nm42_1{margin-inline-start:2px;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-button_root_170gw_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root_170gw_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root_170gw_1:focus{outline:revert;outline-offset:revert}.ds-button_root_170gw_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root_170gw_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button_root_170gw_1{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}.ds-button_root_170gw_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button_root_170gw_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-button_root_170gw_1{background-color:Canvas!important}.ds-button_root_170gw_1:hover{border-color:Highlight}}.ds-button_root--highlight_170gw_75,.ds-button_root--dark-highlight_170gw_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-button_root--highlight_170gw_75:hover,.ds-button_root--dark-highlight_170gw_75:hover{background-color:#e9640c}}.ds-button_root--highlight_170gw_75[aria-disabled=true],.ds-button_root--dark-highlight_170gw_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button_root--highlight_170gw_75[aria-disabled=true] svg,.ds-button_root--dark-highlight_170gw_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--highlight_170gw_75[aria-disabled=true],.ds-button_root--dark-highlight_170gw_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--highlight_170gw_75[aria-disabled=true]:before,.ds-button_root--dark-highlight_170gw_75[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-highlight_170gw_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_170gw_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-highlight_170gw_75:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-highlight_170gw_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_170gw_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button_root--dark-highlight_170gw_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button_root--dark-highlight_170gw_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_170gw_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-highlight_170gw_75[aria-disabled=true]:before{background-color:transparent}.ds-button_root--filled_170gw_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-button_root--filled_170gw_151:hover{background-color:#444}}.ds-button_root--filled_170gw_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button_root--filled_170gw_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--filled_170gw_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--filled_170gw_151[aria-disabled=true]:before{background-color:transparent}.ds-button_root--outline_170gw_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-button_root--outline_170gw_179:hover{background-color:#0000001a}}.ds-button_root--outline_170gw_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-button_root--outline_170gw_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--outline_170gw_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--outline_170gw_179[aria-disabled=true]:before{background-color:transparent}.ds-button_root--ghost_170gw_206{color:#252525}@media (hover: hover){.ds-button_root--ghost_170gw_206:hover{background-color:#0000001a}}.ds-button_root--ghost_170gw_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--ghost_170gw_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--ghost_170gw_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--ghost_170gw_206[aria-disabled=true]:before{background-color:transparent}.ds-button_root--ghost-flush_170gw_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button_root--ghost-flush_170gw_231.ds-button_root--small_170gw_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button_root--ghost-flush_170gw_231:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}.ds-button_root--ghost-flush_170gw_231:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button_root--ghost-flush_170gw_231:before{transition-duration:0ms}}.ds-button_root--ghost-flush_170gw_231:focus,.ds-button_root--ghost-flush_170gw_231:focus-visible{outline:none}.ds-button_root--ghost-flush_170gw_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_170gw_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--ghost-flush_170gw_231:focus:before{outline:revert;outline-offset:revert}.ds-button_root--ghost-flush_170gw_231:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_170gw_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--ghost-flush_170gw_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-button_root--ghost-flush_170gw_231:hover:before{background-color:transparent}}.ds-button_root--ghost-flush_170gw_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--ghost-flush_170gw_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_170gw_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--ghost-flush_170gw_231[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-filled_170gw_317{background-color:#f8f8f8;color:#252525}.ds-button_root--dark-filled_170gw_317:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-filled_170gw_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-filled_170gw_317:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-filled_170gw_317:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-filled_170gw_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-filled_170gw_317:hover{background-color:#dadada}}.ds-button_root--dark-filled_170gw_317[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button_root--dark-filled_170gw_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-filled_170gw_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-filled_170gw_317[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-outline_170gw_374{border-color:#f8f8f8;color:#fff}.ds-button_root--dark-outline_170gw_374:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-outline_170gw_374:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-outline_170gw_374:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-outline_170gw_374:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-outline_170gw_374:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-outline_170gw_374:hover{background-color:#ffffff26}}.ds-button_root--dark-outline_170gw_374[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-button_root--dark-outline_170gw_374[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-outline_170gw_374[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-outline_170gw_374[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-ghost_170gw_430{color:#fff}.ds-button_root--dark-ghost_170gw_430:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_170gw_430:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-ghost_170gw_430:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-ghost_170gw_430:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_170gw_430:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-ghost_170gw_430:hover{background-color:#ffffff26}}.ds-button_root--dark-ghost_170gw_430[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button_root--dark-ghost_170gw_430[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_170gw_430[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-ghost_170gw_430[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-ghost-flush_170gw_484{color:#fff}.ds-button_root--dark-ghost-flush_170gw_484:focus,.ds-button_root--dark-ghost-flush_170gw_484:focus-visible{outline:none}.ds-button_root--dark-ghost-flush_170gw_484:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_170gw_484:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-ghost-flush_170gw_484:focus:before{outline:revert;outline-offset:revert}.ds-button_root--dark-ghost-flush_170gw_484:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_170gw_484:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-ghost-flush_170gw_484:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-button_root--dark-ghost-flush_170gw_484:hover:before{background-color:transparent}}.ds-button_root--dark-ghost-flush_170gw_484[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button_root--dark-ghost-flush_170gw_484[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_170gw_484[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-ghost-flush_170gw_484[aria-disabled=true]:before{background-color:transparent}.ds-button_root--icon-left_170gw_546{flex-direction:row-reverse}.ds-button_root--small_170gw_237{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-button_root--small_170gw_237.ds-button_root--ghost-flush_170gw_231:before{right:-8px;left:-8px}.ds-button_root--icon-only_170gw_562{width:3rem;height:3rem}.ds-button_root--icon-only_170gw_562.ds-button_root--ghost-flush_170gw_231{width:1rem;height:1rem}.ds-button_root--icon-only-small_170gw_571{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-button_root--icon-only-small_170gw_571.ds-button_root--ghost-flush_170gw_231{width:1rem;height:1rem}.ds-button_root_170gw_1{position:relative}.ds-button_loader_170gw_586{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}.ds-button_loader_170gw_586 svg{fill:currentColor}.ds-button_icon--hidden_170gw_598{opacity:0}.ds-button_label--hidden_170gw_602{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-button_label--loading_170gw_614{opacity:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-button-round_root_18xb6_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root_18xb6_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root_18xb6_1:focus{outline:revert;outline-offset:revert}.ds-button-round_root_18xb6_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root_18xb6_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button-round_root_18xb6_1{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}.ds-button-round_root_18xb6_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button-round_root_18xb6_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-button-round_root_18xb6_1{background-color:Canvas!important}.ds-button-round_root_18xb6_1:hover{border-color:Highlight}}.ds-button-round_root--highlight_18xb6_75,.ds-button-round_root--dark-highlight_18xb6_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-button-round_root--highlight_18xb6_75:hover,.ds-button-round_root--dark-highlight_18xb6_75:hover{background-color:#e9640c}}.ds-button-round_root--highlight_18xb6_75[aria-disabled=true],.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button-round_root--highlight_18xb6_75[aria-disabled=true] svg,.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--highlight_18xb6_75[aria-disabled=true],.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--highlight_18xb6_75[aria-disabled=true]:before,.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-highlight_18xb6_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-highlight_18xb6_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-highlight_18xb6_75:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-highlight_18xb6_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-highlight_18xb6_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--filled_18xb6_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-button-round_root--filled_18xb6_151:hover{background-color:#444}}.ds-button-round_root--filled_18xb6_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button-round_root--filled_18xb6_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--filled_18xb6_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--filled_18xb6_151[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--outline_18xb6_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-button-round_root--outline_18xb6_179:hover{background-color:#0000001a}}.ds-button-round_root--outline_18xb6_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-button-round_root--outline_18xb6_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--outline_18xb6_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--outline_18xb6_179[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--ghost_18xb6_206{color:#252525}@media (hover: hover){.ds-button-round_root--ghost_18xb6_206:hover{background-color:#0000001a}}.ds-button-round_root--ghost_18xb6_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button-round_root--ghost_18xb6_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--ghost_18xb6_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--ghost_18xb6_206[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--ghost-flush_18xb6_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button-round_root--ghost-flush_18xb6_231.ds-button-round_root--small_18xb6_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button-round_root--ghost-flush_18xb6_231:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}.ds-button-round_root--ghost-flush_18xb6_231:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button-round_root--ghost-flush_18xb6_231:before{transition-duration:0ms}}.ds-button-round_root--ghost-flush_18xb6_231:focus,.ds-button-round_root--ghost-flush_18xb6_231:focus-visible{outline:none}.ds-button-round_root--ghost-flush_18xb6_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--ghost-flush_18xb6_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--ghost-flush_18xb6_231:focus:before{outline:revert;outline-offset:revert}.ds-button-round_root--ghost-flush_18xb6_231:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--ghost-flush_18xb6_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--ghost-flush_18xb6_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-button-round_root--ghost-flush_18xb6_231:hover:before{background-color:transparent}}.ds-button-round_root--ghost-flush_18xb6_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button-round_root--ghost-flush_18xb6_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--ghost-flush_18xb6_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--ghost-flush_18xb6_231[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-filled_18xb6_317{background-color:#f8f8f8;color:#252525}.ds-button-round_root--dark-filled_18xb6_317:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-filled_18xb6_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-filled_18xb6_317:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-filled_18xb6_317:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-filled_18xb6_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-filled_18xb6_317:hover{background-color:#dadada}}.ds-button-round_root--dark-filled_18xb6_317[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button-round_root--dark-filled_18xb6_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-filled_18xb6_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-filled_18xb6_317[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-outline_18xb6_374{border-color:#f8f8f8;color:#fff}.ds-button-round_root--dark-outline_18xb6_374:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-outline_18xb6_374:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-outline_18xb6_374:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-outline_18xb6_374:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-outline_18xb6_374:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-outline_18xb6_374:hover{background-color:#ffffff26}}.ds-button-round_root--dark-outline_18xb6_374[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-button-round_root--dark-outline_18xb6_374[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-outline_18xb6_374[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-outline_18xb6_374[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-ghost_18xb6_430{color:#fff}.ds-button-round_root--dark-ghost_18xb6_430:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost_18xb6_430:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-ghost_18xb6_430:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-ghost_18xb6_430:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost_18xb6_430:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-ghost_18xb6_430:hover{background-color:#ffffff26}}.ds-button-round_root--dark-ghost_18xb6_430[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button-round_root--dark-ghost_18xb6_430[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost_18xb6_430[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-ghost_18xb6_430[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-ghost-flush_18xb6_484{color:#fff}.ds-button-round_root--dark-ghost-flush_18xb6_484:focus,.ds-button-round_root--dark-ghost-flush_18xb6_484:focus-visible{outline:none}.ds-button-round_root--dark-ghost-flush_18xb6_484:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_18xb6_484:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-ghost-flush_18xb6_484:focus:before{outline:revert;outline-offset:revert}.ds-button-round_root--dark-ghost-flush_18xb6_484:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_18xb6_484:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-ghost-flush_18xb6_484:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_18xb6_484:hover:before{background-color:transparent}}.ds-button-round_root--dark-ghost-flush_18xb6_484[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button-round_root--dark-ghost-flush_18xb6_484[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_18xb6_484[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-ghost-flush_18xb6_484[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--icon-left_18xb6_546{flex-direction:row-reverse}.ds-button-round_root--small_18xb6_237{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-button-round_root--small_18xb6_237.ds-button-round_root--ghost-flush_18xb6_231:before{right:-8px;left:-8px}.ds-button-round_root--icon-only_18xb6_562{width:3rem;height:3rem}.ds-button-round_root--icon-only_18xb6_562.ds-button-round_root--ghost-flush_18xb6_231{width:1rem;height:1rem}.ds-button-round_root--icon-only-small_18xb6_571{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-button-round_root--icon-only-small_18xb6_571.ds-button-round_root--ghost-flush_18xb6_231{width:1rem;height:1rem}.ds-button-round_root_18xb6_1{position:relative;border-radius:50%;padding:0}.ds-button-round_loader_18xb6_588{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}.ds-button-round_loader_18xb6_588 svg{fill:currentColor}.ds-button-round_icon--hidden_18xb6_600{opacity:0}.ds-button-round_label--hidden_18xb6_604{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-button-round_label--loading_18xb6_616{opacity:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-checkbox_root_1tuqo_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}.ds-checkbox_root--disabled_1tuqo_21{cursor:not-allowed}.ds-checkbox_checkbox_1tuqo_25{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border:1px solid #252525;position:relative}.ds-checkbox_checkbox_1tuqo_25{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-checkbox_checkbox_1tuqo_25{transition-duration:0ms}}.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-check_1tuqo_41,.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-minus_1tuqo_42{opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-check_1tuqo_41,.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-minus_1tuqo_42{transition:opacity var(--ds-animation-duration, .1s) linear,fill var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-check_1tuqo_41,.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-minus_1tuqo_42{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-check_1tuqo_41,.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-minus_1tuqo_42{fill:CanvasText}}.ds-checkbox_checkbox--invalid_1tuqo_66{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}.ds-checkbox_label--hidden_1tuqo_71,.ds-checkbox_input_1tuqo_84{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-checkbox_input_1tuqo_84:checked+.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-check_1tuqo_41{opacity:1}.ds-checkbox_input_1tuqo_84:indeterminate+.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-minus_1tuqo_42{opacity:1}.ds-checkbox_input_1tuqo_84:indeterminate+.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-check_1tuqo_41{opacity:0}.ds-checkbox_input_1tuqo_84:disabled+.ds-checkbox_checkbox_1tuqo_25{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:disabled+.ds-checkbox_checkbox_1tuqo_25{border-color:GrayText}}.ds-checkbox_input_1tuqo_84:disabled+.ds-checkbox_checkbox_1tuqo_25 svg{fill:#00000080}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:disabled+.ds-checkbox_checkbox_1tuqo_25 svg{fill:GrayText}}.ds-checkbox_input_1tuqo_84:disabled~.ds-checkbox_label_1tuqo_71{color:#00000080}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:disabled~.ds-checkbox_label_1tuqo_71{color:GrayText}}.ds-checkbox_input_1tuqo_84:focus{outline:none}.ds-checkbox_input_1tuqo_84:focus+.ds-checkbox_checkbox_1tuqo_25{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:focus+.ds-checkbox_checkbox_1tuqo_25{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-checkbox_input_1tuqo_84:focus{outline:none}.ds-checkbox_input_1tuqo_84:focus+.ds-checkbox_checkbox_1tuqo_25{outline:revert;outline-offset:revert}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:focus+.ds-checkbox_checkbox_1tuqo_25{border-color:Highlight}}.ds-checkbox_input_1tuqo_84:focus-visible{outline:none}.ds-checkbox_input_1tuqo_84:focus-visible+.ds-checkbox_checkbox_1tuqo_25{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:focus-visible+.ds-checkbox_checkbox_1tuqo_25{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:focus-visible+.ds-checkbox_checkbox_1tuqo_25{border-color:Highlight}}}@media (hover: hover){.ds-checkbox_input_1tuqo_84:hover:not(:disabled)+.ds-checkbox_checkbox_1tuqo_25{background-color:#0000001a}.ds-checkbox_input_1tuqo_84:hover:not(:disabled)+.ds-checkbox_checkbox_1tuqo_25 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){.ds-checkbox_input_1tuqo_84:hover:not(:disabled)+.ds-checkbox_checkbox_1tuqo_25 svg{fill:CanvasText}}@media screen and (hover: hover) and (forced-colors: active){.ds-checkbox_input_1tuqo_84:hover:not(:disabled)+.ds-checkbox_checkbox_1tuqo_25{border-color:Highlight}}.ds-checkbox_feedback_1tuqo_198{margin-block-start:16px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-chip-group_label--hidden_2mchd_1{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-chip-group_root_2mchd_14{display:flex;flex-wrap:wrap;gap:8px;padding-block-start:8px;padding-block-end:8px;max-width:59.25rem}.ds-chip-group_root_2mchd_14:focus,.ds-chip-group_root_2mchd_14:focus-visible{outline:none}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-flag_root_14d3h_1{font-family:STIHL Contraface Digital Text Demi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.42;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never;display:inline-flex;flex-wrap:nowrap;text-wrap:nowrap;height:1.5rem;padding-block:4px;padding-inline:6px;border:none;justify-content:center;align-items:center;vertical-align:top;gap:6px;background-color:#ededed}.ds-flag_root--color-grey-light_14d3h_28{background-color:#ededed}.ds-flag_root--color-yellow-light_14d3h_31{background-color:#fdecc3}.ds-flag_root--color-red-light_14d3h_34{background-color:#eebcbd}.ds-flag_root--color-green-light_14d3h_37{background-color:#e5f0db}.ds-flag_root--color-orange-base_14d3h_40{background-color:#f37a1f}@media screen and (forced-colors: active){.ds-flag_root_14d3h_1{border:1px solid transparent;padding-block:3px;padding-inline:5px}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-floating-action-button_root_1any0_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-floating-action-button_root_1any0_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-floating-action-button_root_1any0_1:focus{outline:revert;outline-offset:revert}.ds-floating-action-button_root_1any0_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-floating-action-button_root_1any0_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-floating-action-button_root_1any0_1{display:flex;justify-content:center;align-items:center;border:1px solid transparent;min-height:3.5rem;min-width:3.5rem;max-height:3.5rem;max-width:3.5rem;transform:translateZ(0);background-color:#fff;color:#252525;box-shadow:0 2px 8px #0003,0 1px 3px #0006;cursor:pointer;position:relative;border-radius:50%;padding:0}.ds-floating-action-button_root_1any0_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-floating-action-button_root_1any0_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-floating-action-button_root_1any0_1{background-color:Canvas!important}}@media (hover: hover){.ds-floating-action-button_root_1any0_1:hover{background:#ededed}}@media screen and (hover: hover) and (forced-colors: active){.ds-floating-action-button_root_1any0_1:hover{border-color:Highlight}}.ds-floating-action-button_root--dark_1any0_70:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-floating-action-button_root--dark_1any0_70:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-floating-action-button_root--dark_1any0_70:focus{outline:revert;outline-offset:revert}.ds-floating-action-button_root--dark_1any0_70:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-floating-action-button_root--dark_1any0_70:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-floating-action-button_root--dark_1any0_70{background-color:#050505;color:#fff;box-shadow:0 2px 8px #fff3,0 1px 3px #fff6}@media (hover: hover){.ds-floating-action-button_root--dark_1any0_70:hover{background-color:#444}}.ds-floating-action-button_root--small_1any0_108{min-height:2rem;min-width:2rem;max-height:2rem;max-width:2rem}.ds-floating-action-button_root_1any0_1[aria-disabled=true]{background-color:#fff;color:#00000080;cursor:not-allowed}.ds-floating-action-button_root_1any0_1[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-floating-action-button_root_1any0_1[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-floating-action-button_loader_1any0_129{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}.ds-floating-action-button_loader_1any0_129 svg{fill:currentColor}.ds-floating-action-button_icon--hidden_1any0_141{opacity:0}.ds-floating-action-button_label--hidden_1any0_145{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-heading_root_6kuzl_1{color:#252525}.ds-heading_root--x-large_6kuzl_4{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.625rem;line-height:1.2;font-size-adjust:.426}@media (min-width: 1024px){.ds-heading_root--x-large_6kuzl_4{font-size:1.875rem;line-height:1.25}}.ds-heading_root--x-large-uppercase_6kuzl_19{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.625rem;line-height:1.2;font-size-adjust:cap-height .68;text-transform:uppercase}@media (min-width: 1024px){.ds-heading_root--x-large-uppercase_6kuzl_19{font-size:1.875rem;line-height:1.25}}.ds-heading_root--large_6kuzl_35{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.375rem;line-height:1.25;font-size-adjust:.426}@media (min-width: 1024px){.ds-heading_root--large_6kuzl_35{font-size:1.625rem;line-height:1.2}}.ds-heading_root--large-uppercase_6kuzl_50{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.375rem;line-height:1.25;font-size-adjust:cap-height .68;text-transform:uppercase}@media (min-width: 1024px){.ds-heading_root--large-uppercase_6kuzl_50{font-size:1.625rem;line-height:1.2}}.ds-heading_root--medium_6kuzl_66{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.25rem;line-height:1.2;font-size-adjust:.426}.ds-heading_root--medium-uppercase_6kuzl_75{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.25rem;line-height:1.2;font-size-adjust:cap-height .68;text-transform:uppercase}.ds-heading_root--small_6kuzl_85{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.426}.ds-heading_root--small-uppercase_6kuzl_94{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:cap-height .68;text-transform:uppercase}.ds-heading_root--theme-dark_6kuzl_104{color:#fff}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-input_input_yfh6h_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input_input_yfh6h_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_yfh6h_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input_input_yfh6h_1:focus{outline:revert;outline-offset:revert}.ds-input_input_yfh6h_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_yfh6h_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input_input_yfh6h_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input_input_yfh6h_1{transition-duration:0ms}}@media (hover: hover){.ds-input_input_yfh6h_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input_input_yfh6h_1:hover{border-color:Highlight}}.ds-input_input_yfh6h_1{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-input_input_yfh6h_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input_input_yfh6h_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_yfh6h_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input_input_yfh6h_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input_input_yfh6h_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_yfh6h_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input_input_yfh6h_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input_input_yfh6h_1::-webkit-placeholder,.ds-input_input_yfh6h_1::placeholder{color:#666;opacity:1}.ds-input_input--invalid_yfh6h_113{border-color:#d43b3b;outline-color:#d43b3b}.ds-input_input--invalid_yfh6h_113:active,.ds-input_input--invalid_yfh6h_113:focus,.ds-input_input--invalid_yfh6h_113:focus-visible{border-color:#252525}.ds-input_input--small_yfh6h_120{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input_input_yfh6h_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input_input_yfh6h_1::-webkit-outer-spin-button,.ds-input_input_yfh6h_1::-webkit-inner-spin-button,.ds-input_input_yfh6h_1::-webkit-search-decoration,.ds-input_input_yfh6h_1::-webkit-search-cancel-button,.ds-input_input_yfh6h_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input_input_yfh6h_1::-webkit-date-and-time-value{text-align:left}.ds-input_input_yfh6h_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input_input_yfh6h_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input_input_yfh6h_1[type=range]{accent-color:#E9640C}.ds-input_input_yfh6h_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input_input--small_yfh6h_120{min-height:2rem;height:2rem}.ds-input_input--small_yfh6h_120.ds-input_input--has-leading-icon_yfh6h_173{padding-inline-start:calc(16px + 1rem)}.ds-input_input--small_yfh6h_120.ds-input_input--has-action-button_yfh6h_176{padding-inline-end:calc(2rem + 8px)}.ds-input_input--small_yfh6h_120.ds-input_input--has-second-action-button_yfh6h_179{padding-inline-end:calc(4rem + 8px)}.ds-input_input--has-leading-icon_yfh6h_173{padding-inline-start:calc(32px + 1rem)}.ds-input_input--has-action-button_yfh6h_176{padding-inline-end:calc(3rem + 16px)}.ds-input_input--has-second-action-button_yfh6h_179{padding-inline-end:calc(6rem + 16px)}.ds-input_input--has-affix_yfh6h_191{color:#0000}.ds-input_input--has-affix_yfh6h_191::placeholder{color:#0000}.ds-input_input--has-affix_yfh6h_191::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input_input--has-affix_yfh6h_191::placeholder{transition-duration:0ms}}.ds-input_input--is-ready_yfh6h_205{color:#252525}.ds-input_input--is-ready_yfh6h_205::placeholder{color:#666}.ds-input_root_yfh6h_212{align-self:end}.ds-input_root_yfh6h_212:has(.ds-input_hint_yfh6h_220) .ds-input_label_yfh6h_220{margin-block-end:4px}.ds-input_wrapper_yfh6h_224{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input_affix_yfh6h_230{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-input_affix--small_yfh6h_251{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input_affix--disabled_yfh6h_264{color:#00000080}@media screen and (forced-colors: active){.ds-input_affix--disabled_yfh6h_264{color:GrayText}}.ds-input_affix--disabled_yfh6h_264.ds-input_prefix_yfh6h_272,.ds-input_affix--disabled_yfh6h_264.ds-input_affix_yfh6h_230{border-color:#0000001a}.ds-input_affix--readonly_yfh6h_275{background-color:#ededed;height:100%}.ds-input_affix_yfh6h_230.ds-input_prefix_yfh6h_272{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-input_affix_yfh6h_230.ds-input_suffix_yfh6h_285{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-input_leading-icon_yfh6h_292{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){.ds-input_leading-icon_yfh6h_292{background-color:Canvas;fill:CanvasText}}.ds-input_leading-icon--small_yfh6h_304{margin-inline-start:8px}.ds-input_leading-icon--disabled_yfh6h_307{fill:#00000080}@media screen and (forced-colors: active){.ds-input_leading-icon--disabled_yfh6h_307{fill:GrayText}}.ds-input_action-button_yfh6h_316{grid-area:1/4/2/5}.ds-input_label_yfh6h_220{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input_label--hidden_yfh6h_334{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input_label--disabled_yfh6h_347{color:GrayText}}.ds-input_hint_yfh6h_220{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-input_feedback_yfh6h_367{margin-block-end:8px;margin-block-start:8px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-link_root_1i5hz_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root_1i5hz_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root_1i5hz_1:focus{outline:revert;outline-offset:revert}.ds-link_root_1i5hz_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root_1i5hz_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link_root_1i5hz_1{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}.ds-link_root_1i5hz_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-link_root_1i5hz_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-link_root_1i5hz_1{background-color:Canvas!important}.ds-link_root_1i5hz_1:hover{border-color:Highlight}}.ds-link_root--highlight_1i5hz_75,.ds-link_root--dark-highlight_1i5hz_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-link_root--highlight_1i5hz_75:hover,.ds-link_root--dark-highlight_1i5hz_75:hover{background-color:#e9640c}}.ds-link_root--highlight_1i5hz_75[aria-disabled=true],.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-link_root--highlight_1i5hz_75[aria-disabled=true] svg,.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--highlight_1i5hz_75[aria-disabled=true],.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--highlight_1i5hz_75[aria-disabled=true]:before,.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true]:before{background-color:transparent}.ds-link_root--dark-highlight_1i5hz_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-highlight_1i5hz_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root--dark-highlight_1i5hz_75:focus{outline:revert;outline-offset:revert}.ds-link_root--dark-highlight_1i5hz_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-highlight_1i5hz_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true]:before{background-color:transparent}.ds-link_root--filled_1i5hz_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-link_root--filled_1i5hz_151:hover{background-color:#444}}.ds-link_root--filled_1i5hz_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-link_root--filled_1i5hz_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--filled_1i5hz_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--filled_1i5hz_151[aria-disabled=true]:before{background-color:transparent}.ds-link_root--outline_1i5hz_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-link_root--outline_1i5hz_179:hover{background-color:#0000001a}}.ds-link_root--outline_1i5hz_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-link_root--outline_1i5hz_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--outline_1i5hz_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--outline_1i5hz_179[aria-disabled=true]:before{background-color:transparent}.ds-link_root--ghost_1i5hz_206{color:#252525}@media (hover: hover){.ds-link_root--ghost_1i5hz_206:hover{background-color:#0000001a}}.ds-link_root--ghost_1i5hz_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-link_root--ghost_1i5hz_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--ghost_1i5hz_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--ghost_1i5hz_206[aria-disabled=true]:before{background-color:transparent}.ds-link_root--ghost-flush_1i5hz_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-link_root--ghost-flush_1i5hz_231.ds-link_root--small_1i5hz_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-link_root--ghost-flush_1i5hz_231:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}.ds-link_root--ghost-flush_1i5hz_231:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-link_root--ghost-flush_1i5hz_231:before{transition-duration:0ms}}.ds-link_root--ghost-flush_1i5hz_231:focus,.ds-link_root--ghost-flush_1i5hz_231:focus-visible{outline:none}.ds-link_root--ghost-flush_1i5hz_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--ghost-flush_1i5hz_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root--ghost-flush_1i5hz_231:focus:before{outline:revert;outline-offset:revert}.ds-link_root--ghost-flush_1i5hz_231:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--ghost-flush_1i5hz_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link_root--ghost-flush_1i5hz_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-link_root--ghost-flush_1i5hz_231:hover:before{background-color:transparent}}.ds-link_root--ghost-flush_1i5hz_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-link_root--ghost-flush_1i5hz_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--ghost-flush_1i5hz_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--ghost-flush_1i5hz_231[aria-disabled=true]:before{background-color:transparent}.ds-link_root--dark-filled_1i5hz_317{background-color:#f8f8f8;color:#252525}.ds-link_root--dark-filled_1i5hz_317:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-filled_1i5hz_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root--dark-filled_1i5hz_317:focus{outline:revert;outline-offset:revert}.ds-link_root--dark-filled_1i5hz_317:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-filled_1i5hz_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link_root--dark-filled_1i5hz_317:hover{background-color:#dadada}}.ds-link_root--dark-filled_1i5hz_317[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-link_root--dark-filled_1i5hz_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--dark-filled_1i5hz_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--dark-filled_1i5hz_317[aria-disabled=true]:before{background-color:transparent}.ds-link_root--dark-outline_1i5hz_374{border-color:#f8f8f8;color:#fff}.ds-link_root--dark-outline_1i5hz_374:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-outline_1i5hz_374:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root--dark-outline_1i5hz_374:focus{outline:revert;outline-offset:revert}.ds-link_root--dark-outline_1i5hz_374:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-outline_1i5hz_374:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link_root--dark-outline_1i5hz_374:hover{background-color:#ffffff26}}.ds-link_root--dark-outline_1i5hz_374[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-link_root--dark-outline_1i5hz_374[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--dark-outline_1i5hz_374[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--dark-outline_1i5hz_374[aria-disabled=true]:before{background-color:transparent}.ds-link_root--dark-ghost_1i5hz_430{color:#fff}.ds-link_root--dark-ghost_1i5hz_430:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-ghost_1i5hz_430:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root--dark-ghost_1i5hz_430:focus{outline:revert;outline-offset:revert}.ds-link_root--dark-ghost_1i5hz_430:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-ghost_1i5hz_430:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link_root--dark-ghost_1i5hz_430:hover{background-color:#ffffff26}}.ds-link_root--dark-ghost_1i5hz_430[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-link_root--dark-ghost_1i5hz_430[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--dark-ghost_1i5hz_430[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--dark-ghost_1i5hz_430[aria-disabled=true]:before{background-color:transparent}.ds-link_root--dark-ghost-flush_1i5hz_484{color:#fff}.ds-link_root--dark-ghost-flush_1i5hz_484:focus,.ds-link_root--dark-ghost-flush_1i5hz_484:focus-visible{outline:none}.ds-link_root--dark-ghost-flush_1i5hz_484:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-ghost-flush_1i5hz_484:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root--dark-ghost-flush_1i5hz_484:focus:before{outline:revert;outline-offset:revert}.ds-link_root--dark-ghost-flush_1i5hz_484:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-ghost-flush_1i5hz_484:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link_root--dark-ghost-flush_1i5hz_484:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-link_root--dark-ghost-flush_1i5hz_484:hover:before{background-color:transparent}}.ds-link_root--dark-ghost-flush_1i5hz_484[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-link_root--dark-ghost-flush_1i5hz_484[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--dark-ghost-flush_1i5hz_484[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--dark-ghost-flush_1i5hz_484[aria-disabled=true]:before{background-color:transparent}.ds-link_root--icon-left_1i5hz_546{flex-direction:row-reverse}.ds-link_root--small_1i5hz_237{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-link_root--small_1i5hz_237.ds-link_root--ghost-flush_1i5hz_231:before{right:-8px;left:-8px}.ds-link_root--icon-only_1i5hz_562{width:3rem;height:3rem}.ds-link_root--icon-only_1i5hz_562.ds-link_root--ghost-flush_1i5hz_231{width:1rem;height:1rem}.ds-link_root--icon-only-small_1i5hz_571{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-link_root--icon-only-small_1i5hz_571.ds-link_root--ghost-flush_1i5hz_231{width:1rem;height:1rem}.ds-link_label--hidden_1i5hz_582{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-link-standalone_root_1ubnn_1{display:inline-flex;align-items:center;height:fit-content;gap:6px;padding-inline-end:4px;padding-inline-start:4px;padding-block-start:2px;padding-block-end:2px;text-decoration-color:transparent;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525}.ds-link-standalone_root_1ubnn_1:link,.ds-link-standalone_root_1ubnn_1:visited{color:#252525}.ds-link-standalone_root_1ubnn_1:active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-link-standalone_root_1ubnn_1:hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-link-standalone_root_1ubnn_1:hover{background-color:Canvas}}.ds-link-standalone_root_1ubnn_1:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-link-standalone_root_1ubnn_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-standalone_root_1ubnn_1:focus{outline:revert;outline-offset:revert}.ds-link-standalone_root_1ubnn_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-link-standalone_root_1ubnn_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link-standalone_root--highlight_1ubnn_68,.ds-link-standalone_root--highlight_1ubnn_68:link,.ds-link-standalone_root--highlight_1ubnn_68:visited{color:#1e71a1}.ds-link-standalone_root--highlight_1ubnn_68:active{color:#19618b}@media (hover: hover){.ds-link-standalone_root--highlight_1ubnn_68:hover{color:#19618b}}.ds-link-standalone_root--neutral-dark_1ubnn_82,.ds-link-standalone_root--neutral-dark_1ubnn_82:link,.ds-link-standalone_root--neutral-dark_1ubnn_82:visited{color:#fff}.ds-link-standalone_root--neutral-dark_1ubnn_82:active{background-color:#ffffff26;color:#fff}@media (hover: hover){.ds-link-standalone_root--neutral-dark_1ubnn_82:hover{background-color:#ffffff26;color:#fff}}@media screen and (hover: hover) and (forced-colors: active){.ds-link-standalone_root--neutral-dark_1ubnn_82:hover{background-color:Canvas}}.ds-link-standalone_root--neutral-dark_1ubnn_82:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){.ds-link-standalone_root--neutral-dark_1ubnn_82:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-standalone_root--neutral-dark_1ubnn_82:focus{outline:revert;outline-offset:revert}.ds-link-standalone_root--neutral-dark_1ubnn_82:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){.ds-link-standalone_root--neutral-dark_1ubnn_82:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link-standalone_root--highlight-dark_1ubnn_131,.ds-link-standalone_root--highlight-dark_1ubnn_131:link,.ds-link-standalone_root--highlight-dark_1ubnn_131:visited{color:#8dcfe8}.ds-link-standalone_root--highlight-dark_1ubnn_131:active{background-color:#ffffff26;color:#8dcfe8}@media (hover: hover){.ds-link-standalone_root--highlight-dark_1ubnn_131:hover{background-color:#ffffff26;color:#8dcfe8}}@media screen and (hover: hover) and (forced-colors: active){.ds-link-standalone_root--highlight-dark_1ubnn_131:hover{background-color:Canvas}}.ds-link-standalone_root--highlight-dark_1ubnn_131:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){.ds-link-standalone_root--highlight-dark_1ubnn_131:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-standalone_root--highlight-dark_1ubnn_131:focus{outline:revert;outline-offset:revert}.ds-link-standalone_root--highlight-dark_1ubnn_131:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){.ds-link-standalone_root--highlight-dark_1ubnn_131:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link-standalone_root--active_1ubnn_180{text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}.ds-link-standalone_root--icon-left_1ubnn_187{flex-direction:row-reverse}.ds-link-standalone_root_1ubnn_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-link-standalone_root_1ubnn_1{transition-duration:0ms}}.ds-link-standalone_root_1ubnn_1 svg{fill:currentColor}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-logo_anchor_xhwl6_1,.ds-logo_svg_xhwl6_2{display:block;min-width:7.125rem;max-width:10rem}.ds-logo_anchor_xhwl6_1{text-decoration:none}.ds-logo_anchor_xhwl6_1:focus{outline:2px solid;outline-color:#252525;outline-offset:-6px}@media screen and (forced-colors: active){.ds-logo_anchor_xhwl6_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-logo_anchor_xhwl6_1:focus{outline:revert;outline-offset:revert}.ds-logo_anchor_xhwl6_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-6px}@media screen and (forced-colors: active){.ds-logo_anchor_xhwl6_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-logo_svg-background_xhwl6_40{fill:#fff}.ds-logo_svg-background--dark_xhwl6_43,.ds-logo_svg-text_xhwl6_46{fill:#f37a1f}.ds-logo_svg-text--dark_xhwl6_49{fill:#fff}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-combobox_root_q88mt_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}.ds-combobox_root--disabled_q88mt_21{cursor:not-allowed}.ds-combobox_checkbox_q88mt_25{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border:1px solid #252525;position:relative}.ds-combobox_checkbox_q88mt_25{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_checkbox_q88mt_25{transition-duration:0ms}}.ds-combobox_checkbox_q88mt_25 .ds-combobox_icon-check_q88mt_41{opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.ds-combobox_checkbox_q88mt_25 .ds-combobox_icon-check_q88mt_41{transition:opacity var(--ds-animation-duration, .1s) linear,fill var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_checkbox_q88mt_25 .ds-combobox_icon-check_q88mt_41{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-combobox_checkbox_q88mt_25 .ds-combobox_icon-check_q88mt_41{fill:CanvasText}}.ds-combobox_checkbox--checked_q88mt_62 .ds-combobox_icon-check_q88mt_41{opacity:1}.ds-combobox_checkbox--disabled_q88mt_65.ds-combobox_checkbox_q88mt_25{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){.ds-combobox_checkbox--disabled_q88mt_65.ds-combobox_checkbox_q88mt_25{border-color:GrayText}}.ds-combobox_checkbox--disabled_q88mt_65.ds-combobox_checkbox_q88mt_25 svg{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_checkbox--disabled_q88mt_65.ds-combobox_checkbox_q88mt_25 svg{fill:GrayText}}.ds-combobox_checkbox--disabled_q88mt_65~.ds-combobox_label_q88mt_82{color:#00000080}@media screen and (forced-colors: active){.ds-combobox_checkbox--disabled_q88mt_65~.ds-combobox_label_q88mt_82{color:GrayText}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-radio_root_tdhm5_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}.ds-radio_root--disabled_tdhm5_21{cursor:not-allowed}.ds-radio_root--with-custom-area_tdhm5_24{max-width:none}.ds-radio_radio_tdhm5_28{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border-radius:50%;border:1px solid #252525;position:relative}.ds-radio_radio_tdhm5_28{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-radio_radio_tdhm5_28{transition-duration:0ms}}.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{opacity:0;height:.75rem;width:.75rem;border-radius:50%;background-color:#f37a1f;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{transition:opacity var(--ds-animation-duration, .1s) linear,background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{background-color:Highlight}}.ds-radio_radio--invalid_tdhm5_69{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}.ds-radio_label_tdhm5_74{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;width:100%;display:grid;grid-template-columns:auto minmax(auto,1fr)}.ds-radio_label--bold_tdhm5_88{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}.ds-radio_label--hidden_tdhm5_99{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-radio_label--with-custom-area_tdhm5_111{column-gap:8px}.ds-radio_custom-area_tdhm5_115{margin-inline-start:4px;min-width:max-content;min-height:1.25rem;max-height:2rem;overflow-y:hidden}.ds-radio_hint_tdhm5_123{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25rem;grid-column:span 2;opacity:1}.ds-radio_hint_tdhm5_123{transition:height var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),margin-block var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-radio_hint_tdhm5_123{transition-duration:0ms}}.ds-radio_hint--visible_tdhm5_146{margin-block-start:4px;margin-block-end:4px}.ds-radio_hint--unchecked-hidden_tdhm5_150{overflow:hidden;height:0;opacity:0}.ds-radio_hint--hidden_tdhm5_155,.ds-radio_input_tdhm5_168{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-radio_input_tdhm5_168:checked+.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{opacity:1}.ds-radio_input_tdhm5_168:disabled+.ds-radio_radio_tdhm5_28{border-color:#00000080}.ds-radio_input_tdhm5_168:disabled+.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{background-color:#dadada}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:disabled+.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{background-color:GrayText}}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:disabled+.ds-radio_radio_tdhm5_28{border-color:GrayText}}.ds-radio_input_tdhm5_168:disabled~.ds-radio_label_tdhm5_74{color:#00000080}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:disabled~.ds-radio_label_tdhm5_74{color:GrayText}}.ds-radio_input_tdhm5_168:focus{outline:none}.ds-radio_input_tdhm5_168:focus+.ds-radio_radio_tdhm5_28{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:focus+.ds-radio_radio_tdhm5_28{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:focus+.ds-radio_radio_tdhm5_28{border-color:Highlight}}@supports selector(:focus-visible){.ds-radio_input_tdhm5_168:focus{outline:none}.ds-radio_input_tdhm5_168:focus+.ds-radio_radio_tdhm5_28{outline:revert;outline-offset:revert}.ds-radio_input_tdhm5_168:focus-visible{outline:none}.ds-radio_input_tdhm5_168:focus-visible+.ds-radio_radio_tdhm5_28{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:focus-visible+.ds-radio_radio_tdhm5_28{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:focus-visible+.ds-radio_radio_tdhm5_28{border-color:Highlight}}}@media (hover: hover){.ds-radio_input_tdhm5_168:hover:not(:disabled)+.ds-radio_radio_tdhm5_28{background-color:#0000001a}.ds-radio_input_tdhm5_168:hover:not(:disabled)+.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{background-color:#e9640c}}@media screen and (hover: hover) and (forced-colors: active){.ds-radio_input_tdhm5_168:hover:not(:disabled)+.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){.ds-radio_input_tdhm5_168:hover:not(:disabled)+.ds-radio_radio_tdhm5_28{border-color:Highlight}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-skip-to-content_root_uqkjt_1{position:absolute;left:-9999px;z-index:999;opacity:0;box-shadow:0 0 0 2px #fff}.ds-skip-to-content_root--dark_uqkjt_8{box-shadow:0 0 0 2px #252525}.ds-skip-to-content_root_uqkjt_1.ds-skip-to-content_root_uqkjt_1{text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}.ds-skip-to-content_root_uqkjt_1:focus{left:8px;top:8px;opacity:1}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-spinner_root_15hmy_1{display:inline-flex;vertical-align:top;margin:0;padding:0}.ds-spinner_root-size-small_15hmy_7{height:1rem;width:1rem}.ds-spinner_root-size-medium_15hmy_11{height:2rem;width:2rem}.ds-spinner_root-size-large_15hmy_15{height:2.5rem;width:2.5rem}.ds-spinner_root-size-x-large_15hmy_19{height:4rem;width:4rem}.ds-spinner_root-size-inherit_15hmy_23{height:inherit;width:inherit}.ds-spinner_root_15hmy_1>svg{position:relative;transform:translateZ(0);animation:ds-spinner_rotate_15hmy_1 var(--ds-animation-duration, 1.1s) linear infinite;width:inherit;height:inherit}@media (prefers-reduced-motion: reduce){.ds-spinner_root_15hmy_1>svg{animation-duration:0s}}@keyframes ds-spinner_rotate_15hmy_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ds-spinner_screenReaderOnly_15hmy_48{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-switch_root_gdcld_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0;outline:0;border:0;text-align:left;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.ds-switch_root_gdcld_1{transition:background-color var(--ds-animation-duration, .1s) linear}.ds-switch_root_gdcld_1{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-switch_root_gdcld_1{transition-duration:0ms}}.ds-switch_root--label-right_gdcld_40{flex-direction:row-reverse}.ds-switch_root--stretched_gdcld_43{justify-content:space-between;width:100%}@media (hover: hover){.ds-switch_root_gdcld_1:hover .ds-switch_switch_gdcld_48{background-color:#0000001a}}.ds-switch_root_gdcld_1:focus .ds-switch_switch_gdcld_48:before,.ds-switch_root_gdcld_1:focus .ds-switch_loader_gdcld_53:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){.ds-switch_root_gdcld_1:focus .ds-switch_switch_gdcld_48:before,.ds-switch_root_gdcld_1:focus .ds-switch_loader_gdcld_53:before{border-color:Highlight}}@supports selector(:focus-visible){.ds-switch_root_gdcld_1:focus .ds-switch_switch_gdcld_48:before,.ds-switch_root_gdcld_1:focus .ds-switch_loader_gdcld_53:before{content:none}.ds-switch_root_gdcld_1:focus-visible .ds-switch_switch_gdcld_48:before,.ds-switch_root_gdcld_1:focus-visible .ds-switch_loader_gdcld_53:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){.ds-switch_root_gdcld_1:focus-visible .ds-switch_switch_gdcld_48:before,.ds-switch_root_gdcld_1:focus-visible .ds-switch_loader_gdcld_53:before{border-color:Highlight}}}.ds-switch_root_gdcld_1[aria-disabled=true].ds-switch_root_gdcld_1{cursor:not-allowed}@media screen and (forced-colors: active){.ds-switch_root_gdcld_1[aria-disabled=true].ds-switch_root_gdcld_1{color:GrayText}}.ds-switch_root_gdcld_1[aria-disabled=true] .ds-switch_switch_gdcld_48{background-color:transparent;border-color:#00000080;color:#00000080}@media screen and (forced-colors: active){.ds-switch_root_gdcld_1[aria-disabled=true] .ds-switch_switch_gdcld_48{border-color:GrayText}}.ds-switch_root_gdcld_1[aria-disabled=true] .ds-switch_thumb_gdcld_111{background-color:#00000080}.ds-switch_root_gdcld_1[aria-disabled=true] .ds-switch_thumb_gdcld_111 svg{opacity:0}@media screen and (forced-colors: active){.ds-switch_root_gdcld_1[aria-disabled=true] .ds-switch_thumb_gdcld_111{background-color:CanvasText}.ds-switch_root_gdcld_1[aria-disabled=true] .ds-switch_thumb_gdcld_111 svg{fill:Canvas}}@media (hover: hover){.ds-switch_root--checked_gdcld_126:hover .ds-switch_switch_gdcld_48{background-color:#d9480f}.ds-switch_root--checked_gdcld_126:hover .ds-switch_thumb_gdcld_111{background-color:#ededed}.ds-switch_root--checked_gdcld_126:hover .ds-switch_thumb_gdcld_111 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){.ds-switch_root--checked_gdcld_126:hover .ds-switch_thumb_gdcld_111{background-color:CanvasText}.ds-switch_root--checked_gdcld_126:hover .ds-switch_thumb_gdcld_111 svg{fill:Canvas}}.ds-switch_root--checked_gdcld_126 .ds-switch_switch_gdcld_48{background-color:#e9640c}.ds-switch_root--checked_gdcld_126 .ds-switch_thumb_gdcld_111{background-color:#fff;transform:translate3d(calc(1.75rem - 1px),0,0)}.ds-switch_root--checked_gdcld_126 .ds-switch_thumb_gdcld_111 svg{opacity:1;fill:#e9640c}@media screen and (forced-colors: active){.ds-switch_root--checked_gdcld_126 .ds-switch_thumb_gdcld_111{background-color:CanvasText}.ds-switch_root--checked_gdcld_126 .ds-switch_thumb_gdcld_111 svg{fill:Canvas}}@media (hover: hover){.ds-switch_root--checked_gdcld_126[aria-disabled=true]:hover .ds-switch_thumb_gdcld_111 svg{fill:#00000080}}@media screen and (hover: hover) and (forced-colors: active){.ds-switch_root--checked_gdcld_126[aria-disabled=true]:hover .ds-switch_thumb_gdcld_111{background-color:CanvasText}.ds-switch_root--checked_gdcld_126[aria-disabled=true]:hover .ds-switch_thumb_gdcld_111 svg{fill:Canvas}}.ds-switch_root--checked_gdcld_126[aria-disabled=true] .ds-switch_switch_gdcld_48{background-color:#dadada;border-color:#00000080}@media screen and (forced-colors: active){.ds-switch_root--checked_gdcld_126[aria-disabled=true] .ds-switch_switch_gdcld_48{border-color:GrayText}}.ds-switch_root--checked_gdcld_126[aria-disabled=true] .ds-switch_thumb_gdcld_111{background-color:#fff}.ds-switch_root--checked_gdcld_126[aria-disabled=true] .ds-switch_thumb_gdcld_111 svg{opacity:1;fill:#00000080}@media screen and (forced-colors: active){.ds-switch_root--checked_gdcld_126[aria-disabled=true] .ds-switch_thumb_gdcld_111{background-color:CanvasText}.ds-switch_root--checked_gdcld_126[aria-disabled=true] .ds-switch_thumb_gdcld_111 svg{fill:Canvas}}.ds-switch_switch_gdcld_48{border:1px solid #252525;border-radius:6.25rem;display:flex;align-items:center;position:relative;width:3.5rem;height:2rem;min-width:3.5rem;transition:inherit}.ds-switch_thumb_gdcld_111{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background-color:#252525;border-radius:50%;transform:translate3d(calc(.25rem - 1px),0,0);transition:inherit}.ds-switch_thumb_gdcld_111 svg{transition:inherit;opacity:0}@media screen and (forced-colors: active){.ds-switch_thumb_gdcld_111{background-color:CanvasText}.ds-switch_thumb_gdcld_111 svg{fill:Canvas}}.ds-switch_loader_gdcld_53{width:3.5rem;height:2rem;min-width:3.5rem;border-radius:6.25rem;display:flex;align-items:center;justify-content:center;border:1px solid transparent;position:relative}.ds-switch_loader_gdcld_53 svg{fill:#00000080}@media screen and (forced-colors: active){.ds-switch_loader_gdcld_53 svg{fill:CanvasText}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-system-feedback_root_1l65g_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;color:#252525;display:flex;align-items:flex-start;gap:8px}
|