.checkbox{cursor:pointer;display:inline-block;height:1.25rem;width:auto;--bg-color:rgb(var(--color-primary));--text-color:rgb(var(--color-white))}.checkbox_disabled{cursor:not-allowed}.checkbox_color_primary{--bg-color:rgb(var(--color-primary));--text-color:#fff}.checkbox_color_gray{--bg-color:rgb(var(--color-grayLight));--text-color:rgb(var(--color-dark))}.checkbox input[type=checkbox]{display:none}.checkbox__box{border-color:rgb(var(--color-gray)/var(--tw-border-opacity,1));border-radius:.375rem;border-width:1px;display:inline-block;height:1.25rem;position:relative;width:1.25rem;--tw-border-opacity:.2;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.checkbox__box_unchecked-gray{--tw-bg-opacity:1;background-color:rgb(var(--color-grayLight)/var(--tw-bg-opacity,1))}.checkbox__box_unchecked-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.checkbox__box_flat{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.checkbox__box_labeled{margin-right:.75rem}.checkbox__box_round{border-radius:9999px}.checkbox__box_mark:after,.checkbox__box_mark:before{background:var(--text-color);border-radius:.375rem;content:"";opacity:0;position:absolute;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:2px}.checkbox__box_mark:before{height:.375rem;left:5px;top:.375rem;--tw-rotate:-50deg}.checkbox__box_mark:after,.checkbox__box_mark:before{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.checkbox__box_mark:after{height:9px;left:.625rem;top:.25rem;--tw-rotate:40deg}.checkbox__box_dot:after{aspect-ratio:1/1;left:50%;position:absolute;top:50%;width:50%;--tw-translate-x:-50%;--tw-translate-y:-50%;background:var(--text-color);border-radius:9999px;content:"";opacity:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.checkbox__box_disabled{--tw-bg-opacity:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.checkbox_checked .checkbox__box{background:var(--bg-color);border-color:var(--bg-color);border-width:1px}.checkbox_checked .checkbox__box:after,.checkbox_checked .checkbox__box:before{opacity:1}.checkbox_checked .checkbox__box_disabled{--tw-border-opacity:1;border-color:rgb(var(--color-gray)/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(var(--color-gray)/var(--tw-bg-opacity,1))}.checkbox_required:not([class~=checkbox_checked]) .checkbox__box{--tw-border-opacity:1;border-color:rgb(255 107 0/var(--tw-border-opacity,1))}.checkbox__label{font-size:.875rem;line-height:1.25rem;position:relative;top:-.25rem;--tw-text-opacity:1;color:rgb(var(--color-dark)/var(--tw-text-opacity,1))}
