.CheckboxInput{width:100%}.CheckboxInput__label{cursor:pointer;align-items:center;gap:7px;transition:all .2s;display:flex}.CheckboxInput--disabled .CheckboxInput__label{cursor:not-allowed}.CheckboxInput__field{cursor:pointer;appearance:none;border:2px solid var(--eidSecureBlue-10);background-color:var(--eidWhite);width:1.25rem;height:1.25rem;transition:all .2s;position:relative}.CheckboxInput__field:hover:not(:checked){border-color:var(--eidSecureBlue-25)}.CheckboxInput__field:disabled{cursor:not-allowed;opacity:.5}.CheckboxInput__field:focus{outline:none;box-shadow:0 0 0 2px #2ec4b633}.CheckboxInput__field{border-radius:4px}.CheckboxInput__field:checked{border-color:var(--eidTrustGreen);background-color:var(--eidTrustGreen)}.CheckboxInput__field:checked:after{content:"✓";color:var(--eidWhite);font-size:.875rem;font-weight:700;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CheckboxInput__text{color:var(--eidSecureBlue-75);-webkit-user-select:none;user-select:none;font-size:16px;font-weight:500;line-height:1}.CheckboxInput__field:disabled+.CheckboxInput__text{color:var(--eidTechGray-50)}
