.wexo-checkbox{display:inline-flex;align-items:center;gap:12px;cursor:pointer;user-select:none}.wexo-checkbox:has(.wexo-checkbox-input:disabled){cursor:not-allowed;opacity:.6}.wexo-checkbox-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wexo-checkbox-box{position:relative;flex-shrink:0;box-sizing:border-box;width:30px;height:30px;border:none;border-radius:5px;overflow:hidden;background:rgba(0,0,0,.2);box-shadow:inset 0 0 0 2px rgba(210,212,225,.5);transition:background .15s ease,box-shadow .15s ease}.wexo-checkbox-icon{position:absolute;inset:0;margin:auto;width:14px;height:11px;color:#fff;opacity:0;transform:scale(.85);transition:opacity .15s ease,transform .15s ease}.wexo-checkbox-input:checked+.wexo-checkbox-box{box-shadow:none;background:linear-gradient(90deg,#013082,#3f7eed)}.wexo-checkbox-input:checked+.wexo-checkbox-box .wexo-checkbox-icon{opacity:1;transform:scale(1)}.wexo-checkbox-input:focus-visible+.wexo-checkbox-box{outline:2px solid rgba(9,167,247,.8);outline-offset:2px}.wexo-checkbox-input[aria-invalid=true]:not(:checked)+.wexo-checkbox-box{box-shadow:inset 0 0 0 2px #f87171}.wexo-checkbox-label{font-family:var(--font-poppins),Poppins,sans-serif;font-size:16px;font-weight:400;line-height:28px;color:#fff;text-decoration:underline;text-decoration-skip-ink:none;text-underline-offset:2px}