div.styled-checkbox{display:flex;flex-direction:column;gap:5px}div.styled-checkbox .input-section{display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer}div.styled-checkbox.disabled{cursor:default}div.styled-checkbox .box{height:15px;width:15px;border-radius:5px;border:1.5px solid var(--border);background:transparent;display:grid;place-items:center;transition:all .2s ease}div.styled-checkbox.disabled .box{border-color:var(--text-muted)}div.styled-checkbox .box .tick{height:9px;width:9px;border-radius:2px;background:#0f0;display:none}div.styled-checkbox.checked .box .tick{display:block}div.styled-checkbox.disabled p{color:var(--text-muted)}div.styled-checkbox .hint-error{color:var(--text-muted);padding:0 10px 0 25px;font-size:12px}div.styled-checkbox .hint-error.error{color:var(--red)}
