.active .text{cursor:pointer}.disabled .text{cursor:not-allowed}.coreCheckboxWrapper{align-items:flex-start;display:flex}.coreCheckboxWrapper.suppressCursorChange .coreCheckbox{cursor:default!important}.coreCheckboxWrapper.suppressCursorChange .text{cursor:text!important}.coreCheckbox{align-items:center;background:var(--white);border:1px solid var(--errorBorderColor,var(--grayc200));border-radius:6px;cursor:pointer;display:flex;height:20px;justify-content:center;width:20px}.coreCheckbox .coreCheckbox__radio-button{background-color:var(--customFillColor,var(--companyColor));border-radius:50%;height:10px;width:10px}.coreCheckbox:focus-visible{outline:none}.coreCheckbox:focus{border:1px solid rgba(var(--companyColorRGB),.4);box-shadow:0 0 0 4px var(--shadowColor)}.coreCheckbox.active,.coreCheckbox:hover{background:var(--hoverColor);border:1px solid var(--customFillColor,var(--companyColor))}.coreCheckbox.disabled{background:var(--grayc25)!important;box-shadow:none!important;cursor:not-allowed!important}.coreCheckbox.disabled .coreCheckbox__radio-button{background-color:var(--grayc200)}.coreCheckbox.disabled:not(.removeBorder){border:1px solid var(--grayc200)!important}.coreCheckbox.xs{height:16px;min-height:16px;min-width:16px;width:16px}.coreCheckbox.sm{height:20px;min-height:20px;min-width:20px;width:20px}.coreCheckbox.md{height:24px;min-height:24px;min-width:24px;width:24px}.coreCheckbox.md .coreCheckbox__radio-button{height:12px;min-height:12px;min-width:12px;width:12px}.coreCheckbox.xl,.coreCheckbox.xl .coreCheckbox__radio-button{height:48px;min-height:48px;min-width:48px;width:48px}.coreCheckbox.check-circle,.coreCheckbox.radio{border-radius:50%}.coreCheckbox.blue .coreCheckbox__radio-button{background-color:var(--bluec500)}.coreCheckbox.blue:focus{border:1px solid rgba(var(--bluec500RGB),.4);box-shadow:0 0 0 4px rgba(var(--bluec500RGB),.2)}.coreCheckbox.blue.active,.coreCheckbox.blue:hover{background:rgba(var(--bluec500RGB),.1);border:1px solid var(--bluec500)}.coreCheckbox.green .coreCheckbox__radio-button{background-color:var(--greenc50)}.coreCheckbox.green:focus{border:1px solid rgba(var(--greenc50RGB),.4);box-shadow:0 0 0 4px rgba(var(--greenc50RGB),.2)}.coreCheckbox.green.active,.coreCheckbox.green:hover{background:rgba(var(--greenc50RGB),.1);border:1px solid var(--greenc50)}.coreCheckbox.check-circle.active{background:var(--customFillColor,var(--companyColor))}.coreCheckbox.check-circle.active.blue{background:var(--bluec500)}.coreCheckbox.check-circle.active.green{background:var(--greenc50)}.coreCheckbox.check-circle.disabled.active{background:var(--customFillColor,var(--grayc200))!important}.coreCheckbox.destructive .coreCheckbox__radio-button{background-color:var(--pinkc700)}.coreCheckbox.destructive:focus{border:1px solid var(--pinkc700);box-shadow:0 0 0 4px #ff5a6040}.coreCheckbox.destructive.active,.coreCheckbox.destructive:hover{background:var(--pinkc25);border:1px solid var(--pinkc700)}.removeBorder{border:none!important}
