@layer deUI{/*! Copyright (c) 2026 Digital Element */:where(.deUI) .checkerGroup{--checkerGroupMaxHeight:32rem;--checkerGroupWidth:100%;--checkerGroupDisplay:block;--checkerGroupItemsMb:1.5rem;--checkerGroupListOverflowY:auto;--checkerGroupLabelFontWeight:bold;--checkerGroupLabelColor:currentColor;--checkerGroupLabelMb:1rem;--checkerGroupLabelUserSelect:none;--checkerGroupPl:0}:where(.deUI) .checkerGroup{width:var(--checkerGroupWidth);display:var(--checkerGroupDisplay)}:where(.deUI) .checkerGroup__label{font-weight:var(--checkerGroupLabelFontWeight);color:var(--checkerGroupLabelColor);-webkit-user-select:var(--checkerGroupLabelUserSelect);-moz-user-select:var(--checkerGroupLabelUserSelect);user-select:var(--checkerGroupLabelUserSelect)}:where(.deUI) .checkerGroup__label:not(:last-child){margin-bottom:var(--checkerGroupLabelMb)}:where(.deUI) .checkerGroup__list{max-height:var(--checkerGroupMaxHeight);overflow-y:var(--checkerGroupListOverflowY);padding-left:var(--checkerGroupPl)}:where(.deUI) .checkerGroup__list{list-style:none;padding:0;margin:0}:where(.deUI) .checkerGroup__list>li{padding:0;margin:0;position:static}:where(.deUI) .checkerGroup__list>li:after,:where(.deUI) .checkerGroup__list>li:before{content:none}@supports (scrollbar-color:auto){:where(.deUI) .checkerGroup__list{scrollbar-width:thin;scrollbar-gutter:auto;scrollbar-color:var(--scrollBarCustomThumbColor) var(--scrollBarCustomTrackColor)}}@supports selector(::-webkit-scrollbar){:where(.deUI) .checkerGroup__list::-webkit-scrollbar{width:var(--defaultScrollBarCustomWidth)}:where(.deUI) .checkerGroup__list::-webkit-scrollbar-track{background-color:var(--scrollBarCustomTrackColor);border-radius:var(--scrollBarCustomTrackBorderRadius)}:where(.deUI) .checkerGroup__list::-webkit-scrollbar-thumb{background-color:var(--scrollBarCustomThumbColor);border-radius:var(--scrollBarCustomThumbBorderRadius)}}:where(.deUI) .checkerGroup__list--isInner{--checkerGroupMaxHeight:unset;--checkerGroupListOverflowY:unset}:where(.deUI) .checkerGroup__item:not(:last-child){margin-bottom:var(--checkerGroupItemsMb)}}