@layer studyworks-components{.sw-checkbox{align-items:center;gap:var(--theme-space-2);width:fit-content;display:flex}.sw-checkbox[data-disabled]{color:var(--color-text-disabled);cursor:not-allowed;--checkbox-border-color:var(--color-border-disabled);--checkbox-fill-color:var(--color-bg-fill-disabled);--checkbox-check-color:var(--color-icon-disabled)}.sw-checkbox:has(>.sw-checkbox__input:disabled){color:var(--color-text-disabled);cursor:not-allowed;--checkbox-border-color:var(--color-border-disabled);--checkbox-fill-color:var(--color-bg-fill-disabled);--checkbox-check-color:var(--color-icon-disabled)}.sw-checkbox__input{appearance:none;clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:0;padding:0;position:absolute;overflow:hidden}.sw-checkbox__box{box-sizing:border-box;border:2px solid var(--checkbox-border-color,var(--color-border-primary));border-radius:var(--theme-radius-sm);background-color:var(--color-bg-surface-primary);flex-shrink:0;place-items:center;width:1.25rem;height:1.25rem;transition:border-color .15s ease-out,background-color .15s ease-out;display:grid}:where(.sw-checkbox__input:checked,.sw-checkbox__input:indeterminate)+.sw-checkbox__box,:where([data-selected],[data-indeterminate])>.sw-checkbox__box{border-color:var(--checkbox-border-color,var(--color-border-brand));background-color:var(--checkbox-fill-color,var(--color-bg-fill-brand))}:is(:where(.sw-checkbox__input:checked,.sw-checkbox__input:indeterminate)+.sw-checkbox__box,:where([data-selected],[data-indeterminate])>.sw-checkbox__box):after{--checkbox-glyph:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5l10 -10'/%3E%3C/svg%3E");content:"";background-color:var(--checkbox-check-color,var(--color-text-brand-on-bg-fill));width:100%;height:100%;-webkit-mask:var(--checkbox-glyph) center / contain no-repeat;-webkit-mask:var(--checkbox-glyph) center / contain no-repeat;-webkit-mask:var(--checkbox-glyph) center / contain no-repeat;mask:var(--checkbox-glyph) center / contain no-repeat}:where(.sw-checkbox__input:indeterminate)+.sw-checkbox__box:after,:where([data-indeterminate])>.sw-checkbox__box:after{--checkbox-glyph:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l14 0'/%3E%3C/svg%3E")}:where(.sw-checkbox__input:active)+.sw-checkbox__box,:where([data-pressed])>.sw-checkbox__box{border-color:var(--color-border-primary-active)}:where(.sw-checkbox__input:focus-visible)+.sw-checkbox__box,:where([data-focus-visible])>.sw-checkbox__box{outline:2px solid var(--color-focus-ring);outline-offset:2px}._checkboxesGroupRoot_Q4kVdG,._checkboxesGroupWrapper_Xih2CG{gap:var(--theme-space-2);flex-direction:column;display:flex}}
