.checkbox-container.svelte-1l74mao{display:inline-flex;align-items:center;gap:8px;cursor:pointer}input[type=checkbox].svelte-1l74mao{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark.svelte-1l74mao{height:18px;width:18px;background-color:#fff;border:2px solid black;border-radius:50%;position:relative;transition:all .2s ease}.checkmark.svelte-1l74mao:after{content:"";position:absolute;display:none;left:5px;top:2px;width:4px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}input.svelte-1l74mao:checked+.checkmark:where(.svelte-1l74mao){background-color:#000}input.svelte-1l74mao:checked+.checkmark:where(.svelte-1l74mao):after{display:block}.label-text.svelte-1l74mao{font-size:1rem}
