.cds-checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;position:relative}.cds-checkbox-label input{display:none}.cds-checkbox-label .box{background-color:#0000;border-radius:5px;flex-shrink:0;width:18px;height:18px;display:block;position:relative}.cds-checkbox-label .box:before{content:"";border-radius:inherit;background:var(--input-border-color);pointer-events:none;-webkit-mask-composite:xor;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-size:100% 100%;padding:1px;transition:background .3s,box-shadow .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.cds-checkbox-label.disabled{cursor:not-allowed;color:var(--text-neutral-400)}.cds-checkbox-label.disabled .box:before{background:var(--text-neutral-400)}.cds-checkbox-label.disabled.with-tick .box .tick{transform:scale(0)}.cds-checkbox-label.disabled .box:after{background-color:var(--text-neutral-400)}.cds-checkbox-label .text{color:var(--text-neutral-100);letter-spacing:-.48px;margin-left:6px;font-size:12px;font-weight:400;line-height:18px;transition:color .2s ease-in-out}.cds-checkbox-label .text span{text-decoration:underline}.cds-checkbox-label.error .box{background-color:var(--color-error-50)}.cds-checkbox-label.error .box:before{background:var(--color-error)}.cds-checkbox-label.with-tick .tick{z-index:1;opacity:0;justify-content:center;align-items:center;width:18px;height:18px;transition:opacity .2s linear;display:flex;position:absolute;top:0;left:0}.cds-checkbox-label.with-tick .tick svg{color:var(--icon-neutral-100);transition:color var(--transition-duration-fast),opacity var(--transition-duration)ease-in-out}.cds-checkbox-label.with-tick:not(.checked):not(.error):hover .box:before{background:#ffffff1f}.cds-checkbox-label.with-tick:not(.checked):hover .tick{opacity:.3}.cds-checkbox-label.with-tick.checked .box{background-color:var(--icon-neutral-50)}.cds-checkbox-label.with-tick.checked .box svg{color:var(--icon-neutral-100)}.cds-checkbox-label.with-tick.checked .box .tick,.cds-checkbox-label.with-tick.checked .box .tick svg{opacity:1}.cds-checkbox-label.with-tick.error .box:before{background:var(--color-error)}.cds-checkbox-label.with-tick.error .tick svg{color:var(--color-error)}.cds-checkbox-label.with-tick.error:not(.checked):hover .box:before{background:var(--color-error)}.cds-checkbox-label.with-tick.error:not(.checked):hover .tick svg{color:var(--color-error)}
