<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--checkbox-bg-checked: var(--color-state-blue);--checkbox-color: #ffffff;--checkbox-size: 24px}body div.field.checkbox label{display:none}body div.field.checkbox div.input input[type=checkbox]{background:var(--field-surface);border:1px solid var(--field-border);border-radius:var(--field-border-radius);cursor:pointer;height:var(--checkbox-size);padding:0;position:relative;transition:.3s;width:var(--checkbox-size)}body div.field.checkbox div.input input[type=checkbox]:after{border:3px solid var(--checkbox-color);border-left:0;border-top:0;content:"";display:block;height:9px;left:8px;opacity:0;position:absolute;top:4px;transform:rotate(20deg);width:4px}body div.field.checkbox div.input input[type=checkbox]:checked{background:var(--checkbox-bg-checked);border-color:var(--checkbox-bg-checked)}body div.field.checkbox div.input input[type=checkbox]:checked:after{opacity:1;transform:rotate(43deg)}body div.field.checkbox div.input input[type=checkbox]:hover:not(:checked):not(:disabled){border-color:var(--field-border-hover)}body div.field.checkbox div.input input[type=checkbox]:focus{box-shadow:0 0 0 3px rgba(0,0,0,.08)}body div.field.checkbox div.input input[type=checkbox]+label{cursor:pointer;display:inline-block;line-height:var(--checkbox-size);margin-left:var(--label-hspace);width:auto}body div.field.checkbox div.input input[type=checkbox]:checked+label{color:var(--label-color-active)}body div.field.checkbox div.input input[type=checkbox]:disabled{background:var(--field-surface);cursor:default;opacity:.9}body div.field.checkbox div.input input[type=checkbox]:disabled:checked{background:var(--field-surface-dark);border-color:var(--field-border)}body div.field.checkbox div.input input[type=checkbox]:disabled+label{color:var(--color-ink-xlight);cursor:default}table.form thead tr th.checkbox{text-align:center;width:0px;white-space:nowrap}table.form tbody tr td.checkbox div.field.checkbox div.input{text-align:center}table.form tbody tr td.checkbox div.field.checkbox div.input label{display:none}
</pre></body></html>