.ks-checkbox{cursor:pointer;height:2rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ks-checkbox:focus-within .checkbox-label{outline:var(--ks-default-outline);outline-offset:var(--ks-default-outline-offset)}.ks-checkbox .checkbox-label:hover{border-color:rgba(var(--ks-color-primary-base),1);cursor:pointer}.ks-checkbox .checkbox-label .checkbox-icon{background-color:#fff;border:var(--ks-spacing-size-xxxs) solid rgba(var(--ks-color-light-darker),1);border-bottom-left-radius:var(--ks-border-radius-sm);border-bottom-right-radius:var(--ks-border-radius-sm);border-top-left-radius:var(--ks-border-radius-sm);border-top-right-radius:var(--ks-border-radius-sm);box-shadow:var(--ks-shadow-inner);display:inline-block;height:1.125em;position:relative;transform:translateZ(0);transform:scale(1);transition:all var(--ks-transition-fast) ease-in-out;vertical-align:middle;width:1.125em}.ks-checkbox .checkbox-label .checkbox-icon svg{fill:none;stroke:#fff;stroke-width:2;stroke-dasharray:1em;stroke-dashoffset:1em;left:.125em;position:absolute;top:.175em;transform:translateZ(0);transition-delay:.1s;transition:all var(--ks-transition-fast) ease-in-out}.ks-checkbox .checkbox-label .checkbox-icon:before{background-color:rgba(var(--ks-color-primary-base),1);border-radius:50%;color:rgba(var(--ks-color-primary-base-text),1);content:"";display:block;height:100%;opacity:1;transform:scale(0);width:100%}.ks-checkbox .checkbox-label .checkbox-icon:before *{outline-color:rgba(var(--ks-color-primary-base-text),1)}.ks-checkbox .checkbox-label .checkbox-description{display:inline-block;padding-left:var(--ks-spacing-size-sm);transform:translateZ(0);vertical-align:middle}.ks-checkbox .checkbox-input{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.ks-checkbox .checkbox-input:checked+.checkbox-label .checkbox-icon{background:rgba(var(--ks-color-primary-base),1);border-color:rgba(var(--ks-color-primary-base),1)}.ks-checkbox .checkbox-input:checked+.checkbox-label .checkbox-icon svg{stroke-dashoffset:0}.ks-checkbox .checkbox-input:checked+.checkbox-label .checkbox-icon:before{opacity:0;transition:all var(--ks-transition-fast) ease-in-out}.ks-checkbox .checkbox-input:disabled+.checkbox-label{cursor:not-allowed;opacity:.7}.ks-checkbox .checkbox-input:disabled+.checkbox-label .checkbox-icon{box-shadow:var(--ks-shadow-none)}.ks-checkbox .checkbox-input:indeterminate+.checkbox-label svg{fill:rgba(var(--ks-color-primary-base),1);stroke:rgba(var(--ks-color-primary-base),1);stroke-width:2;stroke-dasharray:4em;stroke-dashoffset:1em;left:.155em;position:absolute;top:.43em;transform:translateZ(0);transition-delay:.1s;transition:all var(--ks-transition-fast) ease-in-out}