.checkbox_variables__odEnJ{--checkbox-label-color:var(--ink_800);--checkbox-border:var(--black_alpha_24);--checkbox-default-background:var(--white);--checkbox-hover-background:var(--black_alpha_8);--checkbox-pressed-background:var(--black_alpha_16);--checkbox-error-background:var(--red_50);--checkbox-checked-background:var(--brand_primary_500);--checkbox-mark-color:var(--white);--checkbox-disabled-background:var(--black_alpha_12)}.--night .checkbox_variables__odEnJ{--checkbox-label-color:var(--white);--checkbox-border:var(--white_alpha_24);--checkbox-default-background:var(--white_alpha_8);--checkbox-hover-background:var(--white_alpha_8);--checkbox-pressed-background:var(--white_alpha_16);--checkbox-error-background:#0000;--checkbox-disabled-background:var(--white_alpha_12)}.checkbox_container___5Di1{position:relative;display:flex;align-items:flex-start;cursor:pointer}.checkbox_container___5Di1 input{position:absolute;width:0;height:0;cursor:pointer;opacity:0}.checkbox_onbright__9gmdK{--checkbox-label-color:var(--white);--checkbox-border:var(--white_alpha_72);--checkbox-default-background:var(--white_alpha_8);--checkbox-hover-background:var(--white_alpha_8);--checkbox-pressed-background:var(--white_alpha_16);--checkbox-checked-background:var(--white);--checkbox-mark-color:var(--brand_primary_500);--checkbox-disabled-background:var(--white_alpha_12)}.checkbox_label__YyLpX{margin-left:8px;line-height:20px;color:var(--checkbox-label-color);transition-timing-function:cubic-bezier(.33,.96,.49,1.01);transition-duration:.5s;transition-property:color}.checkbox_checkbox__1lqMi{top:0;left:0;display:block;flex-shrink:0;width:20px;height:20px;color:#0000;background-color:var(--checkbox-default-background);border:1px solid var(--checkbox-border);border-radius:6px;transition-timing-function:cubic-bezier(.33,.96,.49,1.01);transition-duration:.5s;transition-property:background-color,border-color;position:relative}.checkbox_checkbox__1lqMi:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-color:initial;border-radius:inherit;transition-timing-function:cubic-bezier(.33,.96,.49,1.01);transition-duration:.1s;transition-property:background-color;top:-1px;right:-1px;bottom:-1px;left:-1px}.checkbox_checkIcon__xvmaP{position:absolute;top:1px;left:1px;transition-timing-function:cubic-bezier(.33,.96,.49,1.01);transition-duration:.1s;transition-property:color}[data-interaction-mode=keyboard] .checkbox_container___5Di1 input:focus~.checkbox_checkbox__1lqMi{outline:2px solid #ef532580}@media (prefers-reduced-motion:no-preference){[data-interaction-mode=keyboard] .checkbox_container___5Di1 input:focus~.checkbox_checkbox__1lqMi{outline-offset:5px;transition:outline-offset .25s ease}}@media not all and (-webkit-min-device-pixel-ratio:0),not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){[data-interaction-mode=keyboard] .checkbox_container___5Di1 input:focus~.checkbox_checkbox__1lqMi{transition:none}}}[data-interaction-mode=keyboard] .checkbox_container___5Di1 input:focus~.checkbox_checkbox__1lqMi:after{background-color:var(--checkbox-hover-background)}@media (hover:hover),(pointer:fine){.checkbox_container___5Di1:hover input:not(:disabled)~.checkbox_checkbox__1lqMi:after{background-color:var(--checkbox-hover-background)}}.checkbox_container___5Di1:active input:not(:disabled)~.checkbox_checkbox__1lqMi:after{background-color:var(--checkbox-pressed-background)}.checkbox_container___5Di1 input:disabled~.checkbox_checkbox__1lqMi,.checkbox_container___5Di1 input:disabled~.checkbox_label__YyLpX{opacity:.4}.checkbox_container___5Di1 input:disabled:not(:checked)~.checkbox_checkbox__1lqMi{background-color:var(--checkbox-disabled-background)}.checkbox_container___5Di1 input:checked~.checkbox_checkbox__1lqMi{color:var(--checkbox-mark-color);background:var(--checkbox-checked-background);border-color:var(--checkbox-checked-background)}.checkbox_minusIcon__R0yT5{position:absolute;top:1px;left:1px;display:none;transition-timing-function:cubic-bezier(.33,.96,.49,1.01);transition-duration:.1s;transition-property:color}.checkbox_container___5Di1 input:indeterminate~.checkbox_checkbox__1lqMi{color:var(--checkbox-mark-color);background:var(--checkbox-checked-background);border-color:var(--checkbox-checked-background)}.checkbox_container___5Di1 input:indeterminate~.checkbox_checkbox__1lqMi .checkbox_checkIcon__xvmaP{display:none}.checkbox_container___5Di1 input:indeterminate~.checkbox_checkbox__1lqMi .checkbox_minusIcon__R0yT5{display:block}@media (hover:hover),(pointer:fine){.checkbox_container___5Di1:hover.checkbox_error__4wW6l input~.checkbox_checkbox__1lqMi{background:var(--checkbox-error-background);border-color:var(--red_500)}}.checkbox_container___5Di1.checkbox_error__4wW6l input:checked~.checkbox_checkbox__1lqMi,.checkbox_container___5Di1.checkbox_error__4wW6l input~.checkbox_checkbox__1lqMi,.checkbox_container___5Di1:active.checkbox_error__4wW6l input~.checkbox_checkbox__1lqMi{color:var(--red_500);background:var(--checkbox-error-background);border-color:var(--red_500)}.checkbox_container___5Di1.checkbox_error__4wW6l input:not(:checked):not(:indeterminate)~.checkbox_checkbox__1lqMi{color:#0000}