.checkbox{--checkbox-size:var(--icon-m);--checkbox-check-thickness:2px;--checkbox-focus-color:var(--border-neutral-focused);--checkbox-border-default:var(--border-neutral-default);--checkbox-border-hovered:var(--border-neutral-hovered);--checkbox-border-focused:var(--border-neutral-activated);--checkbox-border-pressed:var(--border-neutral-pressed);--checkbox-fill-default:var(--bg-neutral-default);--checkbox-fill-hovered:var(--bg-neutral-hovered);--checkbox-fill-focused:var(--bg-neutral-focused);--checkbox-fill-pressed:var(--bg-neutral-pressed);--checkbox-indicator-color:var(--on-bg-neutral-default);--checkbox-label-color:var(--content-display-text-body-dimmed);position:relative;display:inline-flex;align-items:center;gap:var(--group-gap-m);cursor:pointer;user-select:none;vertical-align:middle}.checkbox__input{position:absolute;top:0;left:0;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}.checkbox__control{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--checkbox-size);height:var(--checkbox-size);border-radius:var(--badge-radius-s);border:2px solid var(--checkbox-border-default);background:transparent;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease}.checkbox__label{color:var(--content-display-text-body-dimmed);font-size:var(--font-size-caption-1);line-height:var(--line-height-caption-1)}.checkbox__indicator{display:block;color:var(--checkbox-indicator-color)}.checkbox__indicator--check{width:32%;height:58%;border:solid;border-width:0 var(--checkbox-check-thickness) var(--checkbox-check-thickness) 0;transform:rotate(45deg) translateY(-1px)}.checkbox__indicator--mixed{width:55%;border-top:var(--checkbox-check-thickness) solid;border-radius:var(--badge-radius-s)}.checkbox--s{--checkbox-size:var(--icon-s);--checkbox-check-thickness:1.5px}.checkbox--m{--checkbox-size:var(--icon-m);--checkbox-check-thickness:2px}.checkbox--neutral{--checkbox-focus-color:var(--border-neutral-focused);--checkbox-border-default:var(--border-neutral-default);--checkbox-border-hovered:var(--border-neutral-hovered);--checkbox-border-focused:var(--border-neutral-activated);--checkbox-border-pressed:var(--border-neutral-pressed);--checkbox-fill-default:var(--bg-neutral-default);--checkbox-fill-hovered:var(--bg-neutral-hovered);--checkbox-fill-focused:var(--bg-neutral-focused);--checkbox-fill-pressed:var(--bg-neutral-pressed);--checkbox-indicator-color:var(--on-bg-neutral-default);--checkbox-label-color:var(--on-bg-neutral-bright-default)}.checkbox--primary{--checkbox-focus-color:var(--border-primary-focused);--checkbox-border-default:var(--border-primary-default);--checkbox-border-hovered:var(--border-primary-hovered);--checkbox-border-focused:var(--border-primary-activated);--checkbox-border-pressed:var(--border-primary-pressed);--checkbox-fill-default:var(--bg-primary-default);--checkbox-fill-hovered:var(--bg-primary-hovered);--checkbox-fill-focused:var(--bg-primary-focused);--checkbox-fill-pressed:var(--bg-primary-pressed);--checkbox-indicator-color:var(--on-bg-primary-default);--checkbox-label-color:var(--on-bg-primary-bright-default)}.checkbox--negative{--checkbox-focus-color:var(--border-negative-focused);--checkbox-border-default:var(--border-negative-default);--checkbox-border-hovered:var(--border-negative-hovered);--checkbox-border-focused:var(--border-negative-activated);--checkbox-border-pressed:var(--border-negative-pressed);--checkbox-fill-default:var(--bg-negative-default);--checkbox-fill-hovered:var(--bg-negative-hovered);--checkbox-fill-focused:var(--bg-negative-focused);--checkbox-fill-pressed:var(--bg-negative-pressed);--checkbox-indicator-color:var(--on-bg-negative-default);--checkbox-label-color:var(--on-bg-negative-bright-default)}.checkbox--checked .checkbox__control,.checkbox--mixed .checkbox__control{background:var(--checkbox-fill-default);border-color:var(--checkbox-fill-default)}.checkbox--unchecked .checkbox__control{background:transparent;border-color:var(--checkbox-border-default)}.checkbox:not(.checkbox--disabled):hover.checkbox--checked .checkbox__control,.checkbox:not(.checkbox--disabled):hover.checkbox--mixed .checkbox__control{background:var(--checkbox-fill-hovered);border-color:var(--checkbox-fill-hovered)}.checkbox:not(.checkbox--disabled):hover.checkbox--unchecked .checkbox__control{border-color:var(--checkbox-border-hovered)}.checkbox:not(.checkbox--disabled):active.checkbox--checked .checkbox__control,.checkbox:not(.checkbox--disabled):active.checkbox--mixed .checkbox__control{background:var(--checkbox-fill-pressed);border-color:var(--checkbox-fill-pressed)}.checkbox:not(.checkbox--disabled):active.checkbox--unchecked .checkbox__control{border-color:var(--checkbox-border-pressed)}.checkbox__input:focus-visible+.checkbox__control{box-shadow:0 0 0 4px var(--checkbox-focus-color)}.checkbox:focus-within.checkbox--checked .checkbox__control,.checkbox:focus-within.checkbox--mixed .checkbox__control,.checkbox__input:focus-visible+.checkbox__control{border-color:var(--checkbox-border-focused)}.checkbox:focus-within.checkbox--checked .checkbox__control,.checkbox:focus-within.checkbox--mixed .checkbox__control{background:var(--checkbox-fill-focused)}.checkbox--disabled{cursor:not-allowed}.checkbox--disabled .checkbox__control{border-color:var(--on-bg-disabled);background:var(--bg-disabled)}.checkbox--disabled .checkbox__indicator,.checkbox--disabled .checkbox__label{color:var(--on-bg-disabled)}.MuiSelect-root{min-width:unset!important}.MuiOutlinedInput-notchedOutline{border:none!important}.MuiSelect-select{padding:0!important}.MuiSelect-icon{color:inherit!important}.select-container-error .caption-text,.select-container-error .input-label{color:var(--content-negative-main)!important}[class*=select-filled-],[class*=select-ghost-],[class*=select-light-],[class*=select-outlined-]{display:inline-block!important;text-transform:none!important;font-size:var(--font-size-body-2)!important}[class*=select-filled-] .MuiOutlinedInput-root,[class*=select-ghost-] .MuiOutlinedInput-root,[class*=select-light-] .MuiOutlinedInput-root,[class*=select-outlined-] .MuiOutlinedInput-root{display:flex!important;justify-content:center!important;align-items:center!important;text-transform:none!important;white-space:nowrap!important;cursor:pointer!important;box-sizing:border-box!important;vertical-align:middle!important}[class*=select-outlined-] .MuiOutlinedInput-root{background:var(--bg-elevated)!important}[class*=select-] .MuiSelect-select *,[class*=select-] .MuiSelect-select path,[class*=select-] .MuiSelect-select svg{color:inherit!important}[class*=select-].select-empty .MuiOutlinedInput-root{background:var(--bg-elevated)!important}[class*=select-].select-empty .MuiOutlinedInput-notchedOutline{border-color:var(--border-input-inactive)!important}[class*=select-].select-empty .MuiSelect-select{color:var(--on-bg-neutral-placeholder)!important;font-weight:400!important}[class*=select-].select-empty.select-error .MuiSelect-select,[class*=select-filled-negative].select-empty .MuiSelect-select,[class*=select-ghost-negative].select-empty .MuiSelect-select,[class*=select-light-negative].select-empty .MuiSelect-select,[class*=select-outlined-negative].select-empty .MuiSelect-select{color:var(--on-bg-negative-bright-default)!important}.select-placeholder-text{color:var(--on-bg-neutral-placeholder);font-size:var(--font-size-body-2)!important;font-weight:400;opacity:.7}[class*=select-].select-error .select-placeholder-text,[class*=select-filled-negative] .select-placeholder-text,[class*=select-ghost-negative] .select-placeholder-text,[class*=select-light-negative] .select-placeholder-text,[class*=select-outlined-negative] .select-placeholder-text{color:var(--on-bg-negative-bright-default)!important}.dark-theme .select-placeholder-text,.dark-theme [class*=select-].select-empty .MuiSelect-select{color:var(--content-display-text-caption-main)!important}[class*=select-filled-][class$=-s] .MuiOutlinedInput-root,[class*=select-filled-][class*="-s "] .MuiOutlinedInput-root,[class*=select-ghost-][class$=-s] .MuiOutlinedInput-root,[class*=select-ghost-][class*="-s "] .MuiOutlinedInput-root,[class*=select-light-][class$=-s] .MuiOutlinedInput-root,[class*=select-light-][class*="-s "] .MuiOutlinedInput-root,[class*=select-outlined-][class$=-s] .MuiOutlinedInput-root,[class*=select-outlined-][class*="-s "] .MuiOutlinedInput-root{height:var(--button-height-s)!important;min-height:var(--button-height-s)!important;border-radius:var(--button-radius-s)!important;font-family:var(--font-family-common)!important;font-size:var(--button-font-s)!important}[class*=select-filled-][class$=-s] .MuiSelect-select,[class*=select-filled-][class*="-s "] .MuiSelect-select,[class*=select-ghost-][class$=-s] .MuiSelect-select,[class*=select-ghost-][class*="-s "] .MuiSelect-select,[class*=select-light-][class$=-s] .MuiSelect-select,[class*=select-light-][class*="-s "] .MuiSelect-select,[class*=select-outlined-][class$=-s] .MuiSelect-select,[class*=select-outlined-][class*="-s "] .MuiSelect-select{padding:0 calc(var(--button-padding-s) + var(--button-font-s) + 4px) 0 var(--button-padding-s)!important;font-family:var(--font-family-common)!important;font-size:var(--button-font-s)!important;font-weight:500!important;line-height:var(--button-line-height-s)!important}[class*=select-][class$=-s] .MuiSvgIcon-root,[class*=select-][class*="-s "] .MuiSvgIcon-root{width:var(--button-font-s)!important;height:var(--button-font-s)!important;font-size:var(--button-font-s)!important;right:var(--button-padding-s)!important}[class*=select-filled-][class$=-m] .MuiOutlinedInput-root,[class*=select-filled-][class*="-m "] .MuiOutlinedInput-root,[class*=select-ghost-][class$=-m] .MuiOutlinedInput-root,[class*=select-ghost-][class*="-m "] .MuiOutlinedInput-root,[class*=select-light-][class$=-m] .MuiOutlinedInput-root,[class*=select-light-][class*="-m "] .MuiOutlinedInput-root,[class*=select-outlined-][class$=-m] .MuiOutlinedInput-root,[class*=select-outlined-][class*="-m "] .MuiOutlinedInput-root{height:var(--button-height-m)!important;min-height:var(--button-height-m)!important;border-radius:var(--button-radius-m)!important;font-family:var(--font-family-common)!important;font-size:var(--button-font-m)!important}[class*=select-filled-][class$=-m] .MuiSelect-select,[class*=select-filled-][class*="-m "] .MuiSelect-select,[class*=select-ghost-][class$=-m] .MuiSelect-select,[class*=select-ghost-][class*="-m "] .MuiSelect-select,[class*=select-light-][class$=-m] .MuiSelect-select,[class*=select-light-][class*="-m "] .MuiSelect-select,[class*=select-outlined-][class$=-m] .MuiSelect-select,[class*=select-outlined-][class*="-m "] .MuiSelect-select{padding:0 calc(var(--button-padding-m) + var(--button-font-m) + 4px) 0 var(--button-padding-m)!important;font-family:var(--font-family-common)!important;font-size:var(--button-font-m)!important;font-weight:500!important;line-height:var(--button-line-height-m)!important}[class*=select-][class$=-m] .MuiSvgIcon-root,[class*=select-][class*="-m "] .MuiSvgIcon-root{width:var(--button-font-m)!important;height:var(--button-font-m)!important;font-size:var(--button-font-m)!important;right:var(--button-padding-m)!important}[class*=select-filled-][class$=-l] .MuiOutlinedInput-root,[class*=select-filled-][class*="-l "] .MuiOutlinedInput-root,[class*=select-ghost-][class$=-l] .MuiOutlinedInput-root,[class*=select-ghost-][class*="-l "] .MuiOutlinedInput-root,[class*=select-light-][class$=-l] .MuiOutlinedInput-root,[class*=select-light-][class*="-l "] .MuiOutlinedInput-root,[class*=select-outlined-][class$=-l] .MuiOutlinedInput-root,[class*=select-outlined-][class*="-l "] .MuiOutlinedInput-root{height:var(--button-height-l)!important;min-height:var(--button-height-l)!important;border-radius:var(--button-radius-l)!important;font-family:var(--font-family-common)!important;font-size:var(--button-font-l)!important}[class*=select-filled-][class$=-l] .MuiSelect-select,[class*=select-filled-][class*="-l "] .MuiSelect-select,[class*=select-ghost-][class$=-l] .MuiSelect-select,[class*=select-ghost-][class*="-l "] .MuiSelect-select,[class*=select-light-][class$=-l] .MuiSelect-select,[class*=select-light-][class*="-l "] .MuiSelect-select,[class*=select-outlined-][class$=-l] .MuiSelect-select,[class*=select-outlined-][class*="-l "] .MuiSelect-select{padding:0 calc(var(--button-padding-l) + var(--button-font-l) + 4px) 0 var(--button-padding-l)!important;font-family:var(--font-family-common)!important;font-size:var(--button-font-l)!important;font-weight:500!important;line-height:var(--button-line-height-l)!important}[class*=select-][class$=-l] .MuiSvgIcon-root,[class*=select-][class*="-l "] .MuiSvgIcon-root{width:var(--button-font-l)!important;height:var(--button-font-l)!important;font-size:var(--button-font-l)!important;right:var(--button-padding-l)!important}[class*=select-filled-primary] .MuiOutlinedInput-root{background:var(--bg-primary-default)!important;color:var(--on-bg-primary-default)!important}[class*=select-filled-primary] .MuiSelect-select{color:var(--on-bg-primary-default)!important}[class*=select-filled-primary] .MuiSelect-select *,[class*=select-filled-primary] .MuiSelect-select svg{color:inherit!important}[class*=select-filled-primary] .MuiSvgIcon-root{color:var(--on-bg-primary-default)!important}[class*=select-filled-neutral] .MuiOutlinedInput-root{background:var(--bg-neutral-default)!important;color:var(--on-bg-neutral-default)!important}[class*=select-filled-neutral] .MuiSelect-select{color:var(--on-bg-neutral-default)!important}[class*=select-filled-neutral] .MuiSelect-select *,[class*=select-filled-neutral] .MuiSelect-select svg{color:inherit!important}[class*=select-filled-neutral] .MuiSvgIcon-root{color:var(--on-bg-neutral-default)!important}[class*=select-filled-secondary] .MuiOutlinedInput-root{background:var(--bg-secondary-default)!important;color:var(--on-bg-secondary-default)!important}[class*=select-filled-secondary] .MuiSelect-select{color:var(--on-bg-secondary-default)!important}[class*=select-filled-secondary] .MuiSelect-select *,[class*=select-filled-secondary] .MuiSelect-select svg{color:inherit!important}[class*=select-filled-secondary] .MuiSvgIcon-root{color:var(--on-bg-secondary-default)!important}[class*=select-filled-negative] .MuiOutlinedInput-root{background:var(--bg-negative-bright-default)!important;color:var(--on-bg-negative-bright-default)!important}[class*=select-filled-negative] .MuiSelect-select{color:var(--on-bg-negative-bright-default)!important}[class*=select-filled-negative] .MuiSelect-select *,[class*=select-filled-negative] .MuiSelect-select svg{color:inherit!important}[class*=select-filled-negative] .MuiSvgIcon-root{color:var(--on-bg-negative-bright-default)!important}[class*=select-light-primary] .MuiOutlinedInput-root{background:var(--bg-primary-bright-default)!important;color:var(--on-bg-primary-bright-default)!important}[class*=select-light-primary] .MuiSelect-select{color:var(--on-bg-primary-bright-default)!important}[class*=select-light-primary] .MuiSelect-select *,[class*=select-light-primary] .MuiSelect-select svg{color:inherit!important}[class*=select-light-primary] .MuiSvgIcon-root{color:var(--on-bg-primary-bright-default)!important}[class*=select-light-neutral] .MuiOutlinedInput-root{background:var(--bg-neutral-bright-default)!important;color:var(--on-bg-neutral-bright-default)!important}[class*=select-light-neutral] .MuiSelect-select{color:var(--on-bg-neutral-bright-default)!important}[class*=select-light-neutral] .MuiSelect-select *,[class*=select-light-neutral] .MuiSelect-select svg{color:inherit!important}[class*=select-light-neutral] .MuiSvgIcon-root{color:var(--on-bg-neutral-bright-default)!important}[class*=select-light-secondary] .MuiOutlinedInput-root{background:var(--bg-secondary-bright-default)!important;color:var(--on-bg-secondary-bright-default)!important}[class*=select-light-secondary] .MuiSelect-select{color:var(--on-bg-secondary-bright-default)!important}[class*=select-light-secondary] .MuiSelect-select *,[class*=select-light-secondary] .MuiSelect-select svg{color:inherit!important}[class*=select-light-secondary] .MuiSvgIcon-root{color:var(--on-bg-secondary-bright-default)!important}[class*=select-light-negative] .MuiOutlinedInput-root{background:var(--bg-negative-bright-default)!important;color:var(--on-bg-negative-bright-default)!important}[class*=select-light-negative] .MuiSelect-select{color:var(--on-bg-negative-bright-default)!important}[class*=select-light-negative] .MuiSelect-select *,[class*=select-light-negative] .MuiSelect-select svg{color:inherit!important}[class*=select-light-negative] .MuiSvgIcon-root{color:var(--on-bg-negative-bright-default)!important}[class*=select-outlined-primary] .MuiOutlinedInput-notchedOutline{border:1px solid var(--border-primary-default)!important}[class*=select-outlined-primary] .MuiSelect-select{color:var(--on-bg-primary-bright-default)!important}[class*=select-outlined-primary] .MuiSelect-select *,[class*=select-outlined-primary] .MuiSelect-select svg{color:inherit!important}[class*=select-outlined-primary] .MuiSvgIcon-root{color:var(--on-bg-primary-bright-default)!important}[class*=select-outlined-neutral] .MuiOutlinedInput-notchedOutline{border:1px solid var(--border-neutral-default)!important}[class*=select-outlined-neutral] .MuiSelect-select{color:var(--on-bg-neutral-bright-default)!important}[class*=select-outlined-neutral] .MuiSelect-select *,[class*=select-outlined-neutral] .MuiSelect-select svg{color:inherit!important}[class*=select-outlined-neutral] .MuiSvgIcon-root{color:var(--on-bg-neutral-bright-default)!important}[class*=select-outlined-secondary] .MuiOutlinedInput-notchedOutline{border:1px solid var(--border-secondary-default)!important}[class*=select-outlined-secondary] .MuiSelect-select{color:var(--on-bg-secondary-bright-default)!important}[class*=select-outlined-secondary] .MuiSelect-select *,[class*=select-outlined-secondary] .MuiSelect-select svg{color:inherit!important}[class*=select-outlined-secondary] .MuiSvgIcon-root{color:var(--on-bg-secondary-bright-default)!important}[class*=select-outlined-negative] .MuiOutlinedInput-notchedOutline{border:1px solid var(--border-negative-default)!important}[class*=select-outlined-negative] .MuiOutlinedInput-root{background:var(--bg-negative-bright-default)!important}[class*=select-outlined-negative] .MuiSelect-select{color:var(--on-bg-negative-bright-default)!important}[class*=select-outlined-negative] .MuiSelect-select *,[class*=select-outlined-negative] .MuiSelect-select svg{color:inherit!important}[class*=select-outlined-negative] .MuiSvgIcon-root{color:var(--on-bg-negative-bright-default)!important}[class*=select-ghost-primary] .MuiSelect-select{color:var(--on-bg-primary-bright-default)!important}[class*=select-ghost-primary] .MuiSelect-select *,[class*=select-ghost-primary] .MuiSelect-select svg{color:inherit!important}[class*=select-ghost-primary] .MuiSvgIcon-root{color:var(--on-bg-primary-bright-default)!important}[class*=select-ghost-neutral] .MuiSelect-select{color:var(--on-bg-neutral-bright-default)!important}[class*=select-ghost-neutral] .MuiSelect-select *,[class*=select-ghost-neutral] .MuiSelect-select svg{color:inherit!important}[class*=select-ghost-neutral] .MuiSvgIcon-root{color:var(--on-bg-neutral-bright-default)!important}[class*=select-ghost-secondary] .MuiSelect-select{color:var(--on-bg-secondary-bright-default)!important}[class*=select-ghost-secondary] .MuiSelect-select *,[class*=select-ghost-secondary] .MuiSelect-select svg{color:inherit!important}[class*=select-ghost-secondary] .MuiSvgIcon-root{color:var(--on-bg-secondary-bright-default)!important}[class*=select-ghost-negative] .MuiSelect-select{color:var(--on-bg-negative-bright-default)!important}[class*=select-ghost-negative] .MuiSelect-select *,[class*=select-ghost-negative] .MuiSelect-select svg{color:inherit!important}[class*=select-ghost-negative] .MuiSvgIcon-root{color:var(--on-bg-negative-bright-default)!important}[class*=select-filled-] .MuiOutlinedInput-notchedOutline,[class*=select-ghost-] .MuiOutlinedInput-notchedOutline,[class*=select-light-] .MuiOutlinedInput-notchedOutline{border:none!important}[class*=select-filled-primary]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-primary-hovered)!important}[class*=select-filled-primary]:hover .MuiSelect-select:not(.Mui-disabled){color:var(--on-bg-primary-hovered)!important}[class*=select-filled-primary]:hover .MuiSelect-select:not(.Mui-disabled) *,[class*=select-filled-primary]:hover .MuiSelect-select:not(.Mui-disabled) svg{color:inherit!important}[class*=select-filled-primary]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-primary-hovered)!important}[class*=select-filled-neutral]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-neutral-hovered)!important}[class*=select-filled-neutral]:hover .MuiSelect-select:not(.Mui-disabled),[class*=select-filled-neutral]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-neutral-hovered)!important}[class*=select-filled-secondary]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-secondary-hovered)!important}[class*=select-filled-secondary]:hover .MuiSelect-select:not(.Mui-disabled),[class*=select-filled-secondary]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-secondary-hovered)!important}[class*=select-filled-negative]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-negative-bright-hovered)!important}[class*=select-filled-negative]:hover .MuiSelect-select:not(.Mui-disabled),[class*=select-filled-negative]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-negative-bright-hovered)!important}[class*=select-light-primary]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-primary-bright-hovered)!important}[class*=select-light-primary]:hover .MuiSelect-select:not(.Mui-disabled),[class*=select-light-primary]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-primary-bright-hovered)!important}[class*=select-light-neutral]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-neutral-bright-hovered)!important}[class*=select-light-neutral]:hover .MuiSelect-select:not(.Mui-disabled),[class*=select-light-neutral]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-neutral-bright-hovered)!important}[class*=select-light-secondary]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-secondary-bright-hovered)!important}[class*=select-light-secondary]:hover .MuiSelect-select:not(.Mui-disabled),[class*=select-light-secondary]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-secondary-bright-hovered)!important}[class*=select-light-negative]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-negative-bright-hovered)!important}[class*=select-light-negative]:hover .MuiSelect-select:not(.Mui-disabled),[class*=select-light-negative]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-negative-bright-hovered)!important}[class*=select-outlined-primary]:hover .MuiOutlinedInput-notchedOutline:not(.Mui-disabled){border-color:var(--border-primary-hovered)!important}[class*=select-outlined-primary]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-primary-bright-hovered)!important}[class*=select-outlined-primary]:hover .MuiSelect-select:not(.Mui-disabled),[class*=select-outlined-primary]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-primary-bright-hovered)!important}[class*=select-outlined-neutral]:hover .MuiOutlinedInput-notchedOutline:not(.Mui-disabled){border-color:var(--border-neutral-hovered)!important}[class*=select-outlined-neutral]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-neutral-bright-hovered)!important}[class*=select-outlined-neutral]:hover .MuiSelect-select:not(.Mui-disabled),[class*=select-outlined-neutral]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-neutral-bright-hovered)!important}[class*=select-outlined-secondary]:hover .MuiOutlinedInput-notchedOutline:not(.Mui-disabled){border-color:var(--border-secondary-hovered)!important}[class*=select-outlined-secondary]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-secondary-bright-hovered)!important}[class*=select-outlined-secondary]:hover .MuiSelect-select:not(.Mui-disabled),[class*=select-outlined-secondary]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-secondary-bright-hovered)!important}[class*=select-outlined-negative]:hover .MuiOutlinedInput-notchedOutline:not(.Mui-disabled){border-color:var(--border-negative-hovered)!important}[class*=select-outlined-negative]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-negative-bright-hovered)!important}[class*=select-outlined-negative]:hover .MuiSelect-select:not(.Mui-disabled),[class*=select-outlined-negative]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-negative-bright-hovered)!important}[class*=select-ghost-primary]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-primary-bright-hovered)!important}[class*=select-ghost-primary]:hover .MuiSelect-select:not(.Mui-disabled){color:var(--on-bg-primary-bright-hovered)!important}[class*=select-ghost-primary]:hover .MuiSelect-select:not(.Mui-disabled) *,[class*=select-ghost-primary]:hover .MuiSelect-select:not(.Mui-disabled) svg{color:inherit!important}[class*=select-ghost-primary]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-primary-bright-hovered)!important}[class*=select-ghost-neutral]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-neutral-bright-hovered)!important}[class*=select-ghost-neutral]:hover .MuiSelect-select:not(.Mui-disabled){color:var(--on-bg-neutral-bright-hovered)!important}[class*=select-ghost-neutral]:hover .MuiSelect-select:not(.Mui-disabled) *,[class*=select-ghost-neutral]:hover .MuiSelect-select:not(.Mui-disabled) svg{color:inherit!important}[class*=select-ghost-neutral]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-neutral-bright-hovered)!important}[class*=select-ghost-secondary]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-secondary-bright-hovered)!important}[class*=select-ghost-secondary]:hover .MuiSelect-select:not(.Mui-disabled){color:var(--on-bg-secondary-bright-hovered)!important}[class*=select-ghost-secondary]:hover .MuiSelect-select:not(.Mui-disabled) *,[class*=select-ghost-secondary]:hover .MuiSelect-select:not(.Mui-disabled) svg{color:inherit!important}[class*=select-ghost-secondary]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-secondary-bright-hovered)!important}[class*=select-ghost-negative]:hover .MuiOutlinedInput-root:not(.Mui-disabled){background:var(--bg-negative-bright-hovered)!important}[class*=select-ghost-negative]:hover .MuiSelect-select:not(.Mui-disabled){color:var(--on-bg-negative-bright-hovered)!important}[class*=select-ghost-negative]:hover .MuiSelect-select:not(.Mui-disabled) *,[class*=select-ghost-negative]:hover .MuiSelect-select:not(.Mui-disabled) svg{color:inherit!important}[class*=select-ghost-negative]:hover .MuiSvgIcon-root:not(.Mui-disabled){color:var(--on-bg-negative-bright-hovered)!important}[class*=select-filled-primary] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){background:var(--bg-primary-focused)!important;color:var(--on-bg-primary-focused)!important;border:1px solid var(--border-primary-hovered)!important;outline:4px solid var(--border-primary-focused)!important}[class*=select-filled-neutral] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){background:var(--bg-neutral-focused)!important;color:var(--on-bg-neutral-focused)!important;border:1px solid var(--border-neutral-hovered)!important;outline:4px solid var(--border-neutral-focused)!important}[class*=select-filled-secondary] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){background:var(--bg-secondary-focused)!important;color:var(--on-bg-secondary-focused)!important;border:1px solid var(--border-secondary-hovered)!important;outline:4px solid var(--border-secondary-focused)!important}[class*=select-filled-negative] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){background:var(--bg-negative-bright-focused)!important;color:var(--on-bg-negative-bright-focused)!important;border:1px solid var(--border-negative-bright-hovered)!important;outline:4px solid var(--border-negative-bright-focused)!important}[class*=select-light-primary] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){background:var(--bg-primary-bright-focused)!important;color:var(--on-bg-primary-bright-focused)!important;border:1px solid var(--border-primary-bright-hovered)!important;outline:4px solid var(--border-primary-bright-focused)!important}[class*=select-light-neutral] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){background:var(--bg-neutral-bright-focused)!important;color:var(--on-bg-neutral-bright-focused)!important;border:1px solid var(--border-neutral-bright-hovered)!important;outline:4px solid var(--border-neutral-bright-focused)!important}[class*=select-light-secondary] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){background:var(--bg-secondary-bright-focused)!important;color:var(--on-bg-secondary-bright-focused)!important;border:1px solid var(--border-secondary-bright-hovered)!important;outline:4px solid var(--border-secondary-bright-focused)!important}[class*=select-light-negative] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){background:var(--bg-negative-bright-focused)!important;color:var(--on-bg-negative-bright-focused)!important;border:1px solid var(--border-negative-bright-hovered)!important;outline:4px solid var(--border-negative-bright-focused)!important}[class*=select-outlined-primary] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){color:var(--on-bg-primary-bright-focused)!important;border-color:var(--border-primary-activated)!important;outline:4px solid var(--border-primary-focused)!important}[class*=select-outlined-neutral] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){color:var(--on-bg-neutral-bright-focused)!important;border-color:var(--border-neutral-activated)!important;outline:4px solid var(--border-neutral-focused)!important}[class*=select-outlined-secondary] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){color:var(--on-bg-secondary-bright-focused)!important;border-color:var(--border-secondary-activated)!important;outline:4px solid var(--border-secondary-focused)!important}[class*=select-outlined-negative] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){color:var(--on-bg-negative-bright-focused)!important;border-color:var(--border-negative-activated)!important;outline:4px solid var(--border-negative-focused)!important}[class*=select-ghost-primary] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){color:var(--on-bg-primary-bright-focused)!important;outline:4px solid var(--border-primary-focused)!important}[class*=select-ghost-neutral] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){color:var(--on-bg-neutral-bright-focused)!important;outline:4px solid var(--border-neutral-focused)!important}[class*=select-ghost-secondary] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){color:var(--on-bg-secondary-bright-focused)!important;outline:4px solid var(--border-secondary-focused)!important}[class*=select-ghost-negative] .MuiOutlinedInput-root.Mui-focused:not(.Mui-disabled){color:var(--on-bg-negative-bright-focused)!important;outline:4px solid var(--border-negative-focused)!important}[class*=select-].Mui-disabled .MuiOutlinedInput-root,[class*=select-]:disabled .MuiOutlinedInput-root{border:1px solid var(--on-bg-disabled)!important;background:var(--bg-disabled)!important;color:var(--on-bg-disabled)!important;cursor:not-allowed!important}[class*=select-].Mui-disabled .MuiSelect-select,[class*=select-]:disabled .MuiSelect-select{color:var(--on-bg-disabled)!important;cursor:not-allowed!important}[class*=select-].Mui-disabled .MuiSvgIcon-root,[class*=select-]:disabled .MuiSvgIcon-root{color:var(--on-bg-disabled)!important}[class*=select-outlined-].Mui-disabled .MuiOutlinedInput-notchedOutline,[class*=select-outlined-]:disabled .MuiOutlinedInput-notchedOutline{border:1px solid var(--on-bg-disabled)!important}[class*=select-] .MuiOutlinedInput-endAdornment{padding-right:var(--button-padding-s)!important}[class*=select-][class$=-m] .MuiOutlinedInput-endAdornment,[class*=select-][class*="-m "] .MuiOutlinedInput-endAdornment{padding-right:var(--button-padding-m)!important}[class*=select-][class$=-l] .MuiOutlinedInput-endAdornment,[class*=select-][class*="-l "] .MuiOutlinedInput-endAdornment{padding-right:var(--button-padding-l)!important}[class*=select-] .MuiMenu-paper,[class*=select-] .MuiPaper-root,[class*=select-][class*=-menu]{margin-top:var(--group-gap-l)!important;display:flex!important;width:15vw!important;min-width:15vw!important;padding:var(--all-padding-xs)!important;flex-direction:column!important;align-items:flex-start!important;gap:var(--group-gap-xl)!important;border-radius:var(--all-radius-s)!important;background:var(--bg-elevated)!important;box-shadow:0 var(--shadow-y-s) var(--shadow-blur-s) 0 var(--shadow-base),0 var(--shadow-y-m) var(--shadow-blur-m) 0 var(--shadow-spread)!important;max-height:400px!important;position:relative!important;overflow:visible!important;filter:none!important;border:1px solid var(--border-neutral-default)!important}.select-no-option-highlight .MuiMenuItem-root:hover{background-color:transparent!important}[class*=select-] .MuiMenu-list,[class*=select-][class*=-menu] .MuiMenu-list{max-height:380px!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:var(--group-gap-l)!important;width:100%!important;pointer-events:auto!important}[class*=select-] .MuiMenu-list .MuiMenuItem-root,[class*=select-] .MuiMenu-list .MuiMenuItem-root.MuiMenuItem-gutters,[class*=select-] .MuiMenu-paper .MuiMenuItem-root,[class*=select-] .MuiMenu-paper .MuiMenuItem-root.MuiMenuItem-gutters,[class*=select-] .MuiPaper-root .MuiMenuItem-root,[class*=select-] .MuiPaper-root .MuiMenuItem-root.MuiMenuItem-gutters,[class*=select-][class*=-menu] .MuiMenuItem-root,[class*=select-][class*=-menu] .MuiMenuItem-root.MuiMenuItem-gutters{display:flex!important;padding:var(--button-padding-s)!important;align-items:center!important;gap:var(--group-gap-m)!important;align-self:stretch!important;border-radius:var(--all-radius-xs)!important;background:var(--bg-elevated)!important;color:var(--content-display-text-body-main)!important;min-height:auto!important;white-space:normal!important}[class*=select-] .MuiMenuItem-root:not(:has(.select-item-icon-wrapper)) .select-item-text-wrapper{width:100%!important}[class*=select-] .MuiMenuItem-root .select-item-icon-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}[class*=select-] .MuiMenuItem-root .select-item-icon-wrapper,[class*=select-] .MuiMenuItem-root .select-item-icon-wrapper img,[class*=select-] .MuiMenuItem-root .select-item-icon-wrapper svg{width:var(--icon-m)!important;height:var(--icon-m)!important;color:inherit!important}[class*=select-] .MuiMenuItem-root .select-item-icon-wrapper .MuiCheckbox-root,[class*=select-] .MuiMenuItem-root .select-item-icon-wrapper input[type=checkbox]{width:var(--icon-m)!important;height:var(--icon-m)!important;margin:0!important}[class*=select-] .MuiMenuItem-root .select-item-icon-wrapper .MuiCheckbox-root{padding:0!important;color:inherit!important}[class*=select-] .MuiMenuItem-root .select-item-icon-wrapper .MuiCheckbox-root svg{width:var(--icon-m)!important;height:var(--icon-m)!important;color:inherit!important}[class*=select-] .MuiMenuItem-root .select-item-icon-wrapper .MuiCheckbox-root .MuiTouchRipple-root{display:none!important}[class*=select-] .MuiMenuItem-root .select-item-text-wrapper{display:flex!important;flex-direction:column!important;gap:0!important;flex:1!important;min-width:0!important}[class*=select-] .MuiMenuItem-root .select-item-main-text{color:var(--content-display-text-body-main)!important;font-size:var(--font-size-body-2)!important;font-weight:500!important;line-height:var(--line-height-body-2)!important}[class*=select-] .MuiMenuItem-root .select-item-description,[class*=select-] .MuiMenuItem-root .select-item-main-text{overflow:hidden!important;text-overflow:ellipsis!important;font-family:var(--font-family-common)!important;font-style:normal!important;white-space:nowrap!important}[class*=select-] .MuiMenuItem-root .select-item-description{color:var(--content-display-text-caption-dimmed)!important;font-size:var(--font-size-caption-1)!important;font-weight:400!important;line-height:var(--line-height-caption-1)!important;margin-top:2px!important}[class*=select-] .MuiMenu-list .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked):not(.Mui-selected),[class*=select-] .MuiMenu-paper .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked):not(.Mui-selected),[class*=select-] .MuiPaper-root .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked):not(.Mui-selected),[class*=select-][class*=-menu] .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked):not(.Mui-selected){background:var(--bg-neutral-bright-hovered)!important;color:var(--on-bg-neutral-bright-hovered)!important;padding:var(--button-padding-s)!important}[class*=select-] .MuiMenu-list .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked):not(.Mui-selected) .select-item-description,[class*=select-] .MuiMenu-list .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked):not(.Mui-selected) .select-item-main-text,[class*=select-] .MuiMenu-paper .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked):not(.Mui-selected) .select-item-description,[class*=select-] .MuiMenu-paper .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked):not(.Mui-selected) .select-item-main-text,[class*=select-] .MuiPaper-root .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked):not(.Mui-selected) .select-item-description,[class*=select-] .MuiPaper-root .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked):not(.Mui-selected) .select-item-main-text,[class*=select-][class*=-menu] .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked):not(.Mui-selected) .select-item-description,[class*=select-][class*=-menu] .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked):not(.Mui-selected) .select-item-main-text{color:var(--on-bg-neutral-bright-hovered)!important}[class*=select-] .MuiMenuItem-root.Mui-disabled{color:var(--on-bg-disabled)!important;cursor:not-allowed!important}[class*=select-] .MuiMenuItem-root.Mui-disabled .select-item-description,[class*=select-] .MuiMenuItem-root.Mui-disabled .select-item-main-text{color:var(--on-bg-disabled)!important}[class*=select-] .MuiMenu-list .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked),[class*=select-] .MuiMenu-paper .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked),[class*=select-] .MuiPaper-root .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked),[class*=select-][class*=-menu] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked){background:var(--bg-neutral-activated)!important;color:var(--on-bg-neutral-activated)!important;padding:var(--button-padding-s)!important}[class*=select-] .MuiMenu-paper .MuiMenuItem-root:not(.Mui-selected){color:var(--content-display-text-body-main)!important}[class*=select-] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked) .select-item-description,[class*=select-] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked) .select-item-icon-wrapper,[class*=select-] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked) .select-item-icon-wrapper img,[class*=select-] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked) .select-item-icon-wrapper span,[class*=select-] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked) .select-item-icon-wrapper svg,[class*=select-] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked) .select-item-main-text{color:var(--on-bg-neutral-activated)!important}[class*=select-] .MuiMenu-list .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover,[class*=select-] .MuiMenu-paper .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover,[class*=select-] .MuiPaper-root .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover,[class*=select-][class*=-menu] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover{background:var(--bg-neutral-activated)!important;color:var(--on-bg-neutral-activated)!important;padding:var(--button-padding-s)!important}[class*=select-] .MuiMenu-list .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover .select-item-description,[class*=select-] .MuiMenu-list .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover .select-item-main-text,[class*=select-] .MuiMenu-paper .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover .select-item-description,[class*=select-] .MuiMenu-paper .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover .select-item-main-text,[class*=select-] .MuiPaper-root .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover .select-item-description,[class*=select-] .MuiPaper-root .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover .select-item-main-text,[class*=select-][class*=-menu] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover .select-item-description,[class*=select-][class*=-menu] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover .select-item-main-text{color:var(--on-bg-neutral-activated)!important}[class*=select-][class*=-menu].select-no-option-highlight .MuiMenuItem-root,[class*=select-][class*=-menu].select-no-option-highlight .MuiMenuItem-root.Mui-selected:hover:not(.Mui-disabled):not(.select-item-locked),[class*=select-][class*=-menu].select-no-option-highlight .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked),[class*=select-][class*=-menu].select-no-option-highlight .MuiMenuItem-root:hover:not(.Mui-disabled):not(.select-item-locked){background:var(--bg-elevated)!important;color:var(--content-display-text-body-main)!important}[class*=select-][class*=-menu].select-no-option-highlight .MuiMenuItem-root .select-item-description,[class*=select-][class*=-menu].select-no-option-highlight .MuiMenuItem-root .select-item-main-text,[class*=select-][class*=-menu].select-no-option-highlight .MuiMenuItem-root.Mui-selected .select-item-description,[class*=select-][class*=-menu].select-no-option-highlight .MuiMenuItem-root.Mui-selected .select-item-main-text,[class*=select-][class*=-menu].select-no-option-highlight .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover .select-item-description,[class*=select-][class*=-menu].select-no-option-highlight .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover .select-item-main-text,[class*=select-][class*=-menu].select-no-option-highlight .MuiMenuItem-root:hover .select-item-description,[class*=select-][class*=-menu].select-no-option-highlight .MuiMenuItem-root:hover .select-item-main-text{color:var(--content-display-text-body-main)!important}[class*=select-] .MuiMenuItem-root.select-item-locked{position:absolute!important;padding:var(--button-padding-s)!important;justify-content:center!important;background:hsla(0,0%,100%,.3)!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important;border-radius:var(--all-radius-xs)!important;width:100%!important;left:0!important;right:0!important;z-index:10!important;pointer-events:auto!important}[class*=select-] .MuiMenuItem-root.select-item-locked,[class*=select-] .MuiMenuItem-root.select-item-locked .select-item-locked-content{display:flex!important;align-items:center!important;gap:var(--group-gap-l)!important}[class*=select-] .MuiMenuItem-root.select-item-locked .select-item-locked-icon{width:var(--icon-m)!important;height:var(--icon-m)!important;color:var(--content-display-text-body-main)!important}[class*=select-] .MuiMenuItem-root.select-item-locked .select-item-locked-text{color:var(--content-display-text-body-main)!important;font-family:var(--font-family-common)!important;font-size:var(--font-size-body-2)!important;font-weight:500!important;line-height:var(--line-height-body-2)!important}.select-months-grid-menu[class*=select-][class*=-menu]{background:var(--bg-elevated)!important;border-radius:var(--all-radius-s)!important;padding:var(--all-padding-xs)!important;box-shadow:0 var(--shadow-y-l) var(--shadow-blur-l) 0 var(--shadow-base),0 var(--shadow-y-xl) var(--shadow-blur-xl) 0 var(--shadow-spread)!important;width:min(22vw)!important;min-width:min(22vw)!important;margin-left:8.5vh!important}.select-months-grid-menu[class*=select-][class*=-menu] .MuiMenu-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:var(--group-gap-m)!important}.select-months-grid-menu[class*=select-][class*=-menu] .select-months-grid-actions{grid-column:1/-1!important;display:flex!important;flex-direction:row!important;gap:var(--group-gap-s,8px)!important;padding:var(--group-gap-s,8px) 0!important;position:sticky!important;top:0!important;background:var(--bg-elevated)!important;border-bottom:1px solid var(--border-input-inactive,#dfe1e8)!important;margin-bottom:var(--group-gap-s,8px)!important}.select-months-grid-menu[class*=select-][class*=-menu] .MuiMenuItem-root{width:100%!important;justify-content:center!important}.select-months-grid-menu .select-item-main-text,.select-weeks-grid-menu .select-item-main-text{color:var(--content-display-text-body-main)!important;opacity:1!important}.select-months-grid-menu[class*=select-][class*=-menu] .select-item-icon-wrapper .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked){background:var(--bg-neutral-activated)!important;color:var(--content-display-text-body-main)!important}.select-months-grid-menu[class*=select-][class*=-menu] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover{background:var(--bg-neutral-bright-pressed)!important;color:var(--on-bg-neutral-bright-hovered)!important}.select-weeks-grid-menu[class*=select-][class*=-menu]{background:var(--bg-elevated)!important;border-radius:var(--all-radius-s)!important;padding:var(--all-padding-xs)!important;box-shadow:0 var(--shadow-y-s) var(--shadow-blur-s) 0 var(--shadow-base),0 var(--shadow-y-m) var(--shadow-blur-m) 0 var(--shadow-spread)!important;width:min(42vw)!important;min-width:min(42vw)!important}.select-weeks-grid-menu[class*=select-][class*=-menu] .MuiMenu-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:var(--group-gap-m)!important}.select-weeks-grid-menu[class*=select-][class*=-menu] .MuiMenuItem-root{width:100%!important;justify-content:center!important}.select-weeks-grid-menu[class*=select-][class*=-menu] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked){background:var(--bg-neutral-bright-hovered)!important;color:var(--content-display-text-body-main)!important}.select-weeks-grid-menu[class*=select-][class*=-menu] .MuiMenuItem-root.Mui-selected:not(.Mui-disabled):not(.select-item-locked):hover{background:var(--bg-neutral-bright-pressed)!important;color:var(--on-bg-neutral-bright-hovered)!important}[class*=select-] svg{color:inherit!important;fill:currentColor!important}[class*=select-] svg[stroke-width],[class*=select-] svg[stroke]{fill:none!important;stroke:currentColor!important}