.custom-checkbox{align-items:center;gap:8px;display:flex}.custom-checkbox--loading{opacity:.5;pointer-events:none;cursor:not-allowed}.custom-checkbox input{display:none}.custom-checkbox label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex}.custom-checkbox .checkbox__checkmark{border:2px solid var(--border);background:var(--white);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s;display:flex}.custom-checkbox .checkbox__svg{width:12px;height:12px;overflow:visible}.custom-checkbox .checkbox__check{stroke:var(--white);stroke-width:2px;fill:none;stroke-dasharray:16;stroke-dashoffset:16px;transition:stroke-dashoffset .22s cubic-bezier(.65,0,.35,1)}.custom-checkbox input:checked~label .checkbox__checkmark{background:var(--primary,#6366f1);border-color:var(--primary,#6366f1);transform:scale(1.08)}.custom-checkbox input:focus-within~label .checkbox__checkmark{box-shadow:0 0 0 3px color-mix(in srgb, var(--primary,#6366f1) 25%, transparent)}.custom-checkbox input:checked~label .checkbox__check{stroke-dashoffset:0}.custom-checkbox label:active .checkbox__checkmark{transform:scale(.9)}
