.ed-checkbox{--ed-checkbox-font-size:14px;--ed-checkbox-font-weight:var(--ed-font-weight-primary);--ed-checkbox-text-color:var(--ed-text-color-regular);--ed-checkbox-input-height:14px;--ed-checkbox-input-width:14px;--ed-checkbox-border-radius:var(--ed-border-radius-small);--ed-checkbox-bg-color:var(--ed-fill-color-blank);--ed-checkbox-input-border:var(--ed-border);--ed-checkbox-disabled-border-color:var(--ed-border-color);--ed-checkbox-disabled-input-fill:var(--ed-border-color);--ed-checkbox-disabled-icon-color:var(--ed-border-color);--ed-checkbox-disabled-checked-input-fill:var(--ed-border-color-extra-light);--ed-checkbox-disabled-checked-input-border-color:var(--ed-border-color);--ed-checkbox-disabled-checked-icon-color:var(--ed-text-color-placeholder);--ed-checkbox-checked-text-color:var(--ed-color-primary);--ed-checkbox-checked-input-border-color:var(--ed-color-primary);--ed-checkbox-checked-bg-color:var(--ed-color-primary);--ed-checkbox-checked-icon-color:var(--ed-color-white);--ed-checkbox-input-border-color-hover:var(--ed-color-primary);align-items:center;color:var(--ed-checkbox-text-color);cursor:pointer;display:inline-flex;font-size:var(--ed-font-size-base);font-weight:var(--ed-checkbox-font-weight);height:20px;margin-right:16px;position:relative;-webkit-user-select:none;user-select:none;white-space:nowrap}.ed-checkbox.is-disabled{cursor:not-allowed}.ed-checkbox.is-bordered{border:var(--ed-border);border-radius:var(--ed-border-radius-base);box-sizing:border-box;padding:0 15px 0 9px}.ed-checkbox.is-bordered.is-checked{border-color:var(--ed-color-primary)}.ed-checkbox.is-bordered.is-disabled{border-color:var(--ed-border-color-lighter)}.ed-checkbox--dark .ed-checkbox__label{color:#ebebeb}.ed-checkbox input:focus-visible+.ed-checkbox__inner{border-radius:var(--ed-checkbox-border-radius);outline:2px solid var(--ed-checkbox-input-border-color-hover);outline-offset:1px}.ed-checkbox__input{cursor:pointer;display:inline-flex;outline:none;position:relative;white-space:nowrap}.ed-checkbox__input.is-disabled .ed-checkbox__inner{background-color:#eff0f1;border-color:#bbbfc4;cursor:not-allowed}.ed-checkbox__input.is-disabled .ed-checkbox__inner:after{border-color:var(--ed-checkbox-disabled-icon-color);cursor:not-allowed;display:none}.ed-checkbox__input.is-disabled.is-checked:not(.is-indeterminate) .ed-checkbox__inner{background-color:#bbbfc4;border-color:#bbbfc4}.ed-checkbox__input.is-disabled.is-checked:not(.is-indeterminate) .ed-checkbox__inner:after{background-color:#eff0f1;display:block}.ed-checkbox__input.is-disabled.is-indeterminate .ed-checkbox__inner{background-color:#bbbfc4;border-color:#bbbfc4}.ed-checkbox__input.is-disabled.is-indeterminate .ed-checkbox__inner:before{background-color:#eff0f1}.ed-checkbox__input.is-disabled+span.ed-checkbox__label{color:var(--ed-disabled-text-color);cursor:not-allowed}.ed-checkbox__input.is-checked .ed-checkbox__inner{background-color:var(--ed-checkbox-checked-bg-color);border-color:var(--ed-checkbox-checked-input-border-color)}.ed-checkbox__input.is-focus:not(.is-checked) .ed-checkbox__original:not(:focus-visible){border-color:var(--ed-checkbox-input-border-color-hover)}.ed-checkbox__input.is-indeterminate .ed-checkbox__inner{background-color:var(--ed-checkbox-checked-bg-color);border-color:var(--ed-checkbox-checked-input-border-color)}.ed-checkbox__input.is-indeterminate .ed-checkbox__inner:before{background-color:#fff;background-position:50%;background-repeat:no-repeat;border-right:none;border-top:none;box-sizing:content-box;content:"";height:2px;left:50%;-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='8' height='2' viewBox='0 0 8 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M0 0.4C0 0.179086 0.179086 0 0.4 0H7.6C7.82091 0 8 0.179086 8 0.4V1.6C8 1.82091 7.82091 2 7.6 2H0.4C0.179086 2 0 1.82091 0 1.6V0.4Z'%3E%3C/path%3E%3C/svg%3E") no-repeat;mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='8' height='2' viewBox='0 0 8 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M0 0.4C0 0.179086 0.179086 0 0.4 0H7.6C7.82091 0 8 0.179086 8 0.4V1.6C8 1.82091 7.82091 2 7.6 2H0.4C0.179086 2 0 1.82091 0 1.6V0.4Z'%3E%3C/path%3E%3C/svg%3E") no-repeat;mask-size:100% 100%;-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='8' height='2' viewBox='0 0 8 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M0 0.4C0 0.179086 0.179086 0 0.4 0H7.6C7.82091 0 8 0.179086 8 0.4V1.6C8 1.82091 7.82091 2 7.6 2H0.4C0.179086 2 0 1.82091 0 1.6V0.4Z'%3E%3C/path%3E%3C/svg%3E") no-repeat;-webkit-mask-size:100% 100%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .15s ease-in .05s;width:8px}.ed-checkbox__input.is-indeterminate .ed-checkbox__inner:after{display:none}.ed-checkbox__inner{background-color:var(--ed-checkbox-bg-color);border:var(--ed-checkbox-input-border);border-radius:var(--ed-checkbox-border-radius);box-sizing:border-box;display:inline-block;height:var(--ed-checkbox-input-height);position:relative;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46),outline .25s cubic-bezier(.71,-.46,.29,1.46);width:var(--ed-checkbox-input-width);z-index:var(--ed-index-normal)}.ed-checkbox__inner:hover{border-color:var(--ed-checkbox-input-border-color-hover)}.ed-checkbox__inner:after{background-color:#fff;background-position:50%;background-repeat:no-repeat;border-right:none;border-top:none;box-sizing:content-box;content:"";height:12px;left:50%;-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M9.58862 2.90283L10.3971 3.71133C10.4296 3.74383 10.4554 3.78242 10.473 3.82488C10.4906 3.86735 10.4996 3.91287 10.4996 3.95883C10.4996 4.0048 10.4906 4.05031 10.473 4.09278C10.4554 4.13524 10.4296 4.17383 10.3971 4.20633L5.17862 9.42483C5.14612 9.45734 5.10754 9.48312 5.06507 9.50071C5.0226 9.51831 4.97709 9.52736 4.93112 9.52736C4.88516 9.52736 4.83964 9.51831 4.79718 9.50071C4.75471 9.48312 4.71612 9.45734 4.68362 9.42483L1.70262 6.44383C1.67012 6.41133 1.64433 6.37275 1.62674 6.33028C1.60915 6.28781 1.6001 6.2423 1.6001 6.19633C1.6001 6.15037 1.60915 6.10485 1.62674 6.06239C1.64433 6.01992 1.67012 5.98133 1.70262 5.94883L2.51112 5.14083C2.54362 5.10833 2.58221 5.08254 2.62468 5.06495C2.66714 5.04736 2.71266 5.03831 2.75862 5.03831C2.80459 5.03831 2.8501 5.04736 2.89257 5.06495C2.93504 5.08254 2.97362 5.10833 3.00612 5.14083L4.93112 7.06533L9.09412 2.90233C9.12662 2.86983 9.16521 2.84404 9.20767 2.82645C9.25014 2.80886 9.29566 2.7998 9.34162 2.7998C9.38759 2.7998 9.4331 2.80886 9.47557 2.82645C9.51804 2.84404 9.55612 2.87033 9.58862 2.90283Z'%3E%3C/path%3E%3C/svg%3E") no-repeat;mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M9.58862 2.90283L10.3971 3.71133C10.4296 3.74383 10.4554 3.78242 10.473 3.82488C10.4906 3.86735 10.4996 3.91287 10.4996 3.95883C10.4996 4.0048 10.4906 4.05031 10.473 4.09278C10.4554 4.13524 10.4296 4.17383 10.3971 4.20633L5.17862 9.42483C5.14612 9.45734 5.10754 9.48312 5.06507 9.50071C5.0226 9.51831 4.97709 9.52736 4.93112 9.52736C4.88516 9.52736 4.83964 9.51831 4.79718 9.50071C4.75471 9.48312 4.71612 9.45734 4.68362 9.42483L1.70262 6.44383C1.67012 6.41133 1.64433 6.37275 1.62674 6.33028C1.60915 6.28781 1.6001 6.2423 1.6001 6.19633C1.6001 6.15037 1.60915 6.10485 1.62674 6.06239C1.64433 6.01992 1.67012 5.98133 1.70262 5.94883L2.51112 5.14083C2.54362 5.10833 2.58221 5.08254 2.62468 5.06495C2.66714 5.04736 2.71266 5.03831 2.75862 5.03831C2.80459 5.03831 2.8501 5.04736 2.89257 5.06495C2.93504 5.08254 2.97362 5.10833 3.00612 5.14083L4.93112 7.06533L9.09412 2.90233C9.12662 2.86983 9.16521 2.84404 9.20767 2.82645C9.25014 2.80886 9.29566 2.7998 9.34162 2.7998C9.38759 2.7998 9.4331 2.80886 9.47557 2.82645C9.51804 2.84404 9.55612 2.87033 9.58862 2.90283Z'%3E%3C/path%3E%3C/svg%3E") no-repeat;mask-size:100% 100%;-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg class='icon' width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M9.58862 2.90283L10.3971 3.71133C10.4296 3.74383 10.4554 3.78242 10.473 3.82488C10.4906 3.86735 10.4996 3.91287 10.4996 3.95883C10.4996 4.0048 10.4906 4.05031 10.473 4.09278C10.4554 4.13524 10.4296 4.17383 10.3971 4.20633L5.17862 9.42483C5.14612 9.45734 5.10754 9.48312 5.06507 9.50071C5.0226 9.51831 4.97709 9.52736 4.93112 9.52736C4.88516 9.52736 4.83964 9.51831 4.79718 9.50071C4.75471 9.48312 4.71612 9.45734 4.68362 9.42483L1.70262 6.44383C1.67012 6.41133 1.64433 6.37275 1.62674 6.33028C1.60915 6.28781 1.6001 6.2423 1.6001 6.19633C1.6001 6.15037 1.60915 6.10485 1.62674 6.06239C1.64433 6.01992 1.67012 5.98133 1.70262 5.94883L2.51112 5.14083C2.54362 5.10833 2.58221 5.08254 2.62468 5.06495C2.66714 5.04736 2.71266 5.03831 2.75862 5.03831C2.80459 5.03831 2.8501 5.04736 2.89257 5.06495C2.93504 5.08254 2.97362 5.10833 3.00612 5.14083L4.93112 7.06533L9.09412 2.90233C9.12662 2.86983 9.16521 2.84404 9.20767 2.82645C9.25014 2.80886 9.29566 2.7998 9.34162 2.7998C9.38759 2.7998 9.4331 2.80886 9.47557 2.82645C9.51804 2.84404 9.55612 2.87033 9.58862 2.90283Z'%3E%3C/path%3E%3C/svg%3E") no-repeat;-webkit-mask-size:100% 100%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .15s ease-in .05s;width:12px}.ed-checkbox__original{height:0;margin:0;opacity:0;outline:none;position:absolute;width:0;z-index:-1}.ed-checkbox__label{display:inline-block;font-size:var(--ed-checkbox-font-size);line-height:1;padding-left:8px}.ed-checkbox:last-of-type{margin-right:0}
