.CCheckbox{display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto}.CCheckbox:before{display:inline-block;width:16px;height:16px;vertical-align:sub;background:var(--img-checkbox) no-repeat center/100%;content:""}.CCheckbox.CCheckbox-checked:before{background-image:url(/_next/static/media/checkbox-checked.1d4d3de5.png)}.CCheckbox.CCheckbox-indeterminate:before{background-image:url(/_next/static/media/checkbox-indeterminate.21735dab.png)}.CCheckbox.CCheckbox-disabled{cursor:not-allowed;pointer-events:none;color:var(--color-level3)}