.cr-checkbox{align-items:center;cursor:pointer;display:inline-flex;font-size:1rem;gap:5px;justify-content:flex-start;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cr-checkbox .cr-checkbox__box{background-color:#fff;border:1px solid var(--base-border-color);border-radius:3px;display:inline-block;flex-shrink:0;height:20px;position:relative;transition:all .1s linear;vertical-align:text-bottom;width:20px}.cr-checkbox .cr-checkbox__box:before{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none"><path stroke="%23fff" stroke-width="2" d="M1 6.063 4.043 10 11 1"/></svg>');background-position:3px 3px;background-repeat:no-repeat;content:"";display:block;height:100%;opacity:0;transform:scale(1.3);transition:.1s ease-in;width:100%}.cr-checkbox__input{opacity:0;position:absolute}.cr-checkbox input:focus+.cr-checkbox__box{border-color:var(--primary-color)}.cr-checkbox input:checked+.cr-checkbox__box{background-color:var(--primary-color);border-color:var(--primary-color)}.cr-checkbox input:checked+.cr-checkbox__box:before{opacity:1;transform:scale(1)}.cr-checkbox--disabled{cursor:not-allowed}.cr-checkbox--disabled .cr-checkbox__box{opacity:.3}
