.va-button-toggle .va-button{height:auto}.va-button-toggle .va-button:focus-visible{border-radius:"inherit";outline:2px solid var(--va-focus)!important;outline-offset:-2px}:host,:root{--va-checkbox-display:inline-block;--va-checkbox-input-padding:0;--va-checkbox-input-cursor:pointer;--va-checkbox-disabled-cursor:default;--va-checkbox-readonly-cursor:initial;--va-checkbox-label-display:inline-block;--va-checkbox-label-cursor:pointer;--va-checkbox-font-size:15px;--va-checkbox-line-height:20px;--va-checkbox-background:transparent;--va-checkbox-square-width:1.25rem;--va-checkbox-square-min-width:1.25rem;--va-checkbox-square-height:1.25rem;--va-checkbox-square-border:solid var(--va-form-element-border-width) var(--va-background-border);--va-checkbox-square-border-radius:calc(var(--va-form-element-border-radius)/2);--va-checkbox-horizontal-gap:.5em;--va-checkbox-vertical-gap:.3em;--va-checkbox-vertical-padding:var(--va-checkbox-vertical-gap) 0 var(--va-checkbox-vertical-gap) var(--va-checkbox-horizontal-gap);--va-checkbox-horizontal-padding:0 var(--va-checkbox-horizontal-gap);--va-checkbox-right-padding:0 var(--va-checkbox-horizontal-gap) 0 0;--va-checkbox-left-padding:0 0 0 var(--va-checkbox-horizontal-gap)}.va-checkbox{display:var(--va-display-val);font-family:var(--va-font-family);max-width:-moz-fit-content;max-width:fit-content}.va-checkbox__input-container{align-items:center;cursor:var(--va-checkbox-input-cursor);display:flex;font-size:var(--va-checkbox-font-size);line-height:var(--va-checkbox-line-height);padding:var(--va-checkbox-input-padding)}.va-checkbox--disabled .va-checkbox__input-container{cursor:default;cursor:var(--va-checkbox-disabled-cursor);opacity:.4;-webkit-user-select:none;-moz-user-select:none;user-select:none}.va-checkbox--readonly .va-checkbox__input-container{cursor:var(--va-checkbox-readonly-cursor)}.va-checkbox--left-label .va-checkbox__input-container{flex-direction:row-reverse}.va-checkbox .va-checkbox__square{align-items:center;background:var(--va-checkbox-background,--va-checkbox-square-background-color);border:var(--va-checkbox-square-border,var(--va-control-border));border-radius:var(--va-checkbox-square-border-radius);display:flex;height:var(--va-checkbox-square-height);justify-content:center;min-width:var(--va-checkbox-square-min-width);position:relative;width:var(--va-checkbox-square-width)}.va-checkbox--on-keyboard-focus.va-checkbox .va-checkbox__square{outline:2px solid var(--va-focus);transition:all,.6s,ease-in}.va-checkbox__input{border:0;clip-path:inset(100%);height:1px;margin:-1px;padding:0;position:absolute;white-space:nowrap;width:1px;clip:rect(0 0 0 0);overflow:hidden}.va-checkbox__label{cursor:var(--va-checkbox-label-cursor);display:var(--va-checkbox-label-display);position:relative}.va-checkbox__icon{pointer-events:none;position:absolute}.va-checkbox--selected .va-checkbox__icon{color:var(--va-checkbox-selected-icon-color)}.va-checkbox--indeterminate .va-checkbox__icon{color:var(--va-checkbox-indeterminate-icon-color)}
