.evCheckbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--white);border:1px solid var(--grey160);display:inline-block;vertical-align:middle;position:relative;cursor:pointer}.evCheckbox,.evCheckbox--checked:after{width:16px;height:16px;border-radius:2px}.evCheckbox--checked:after{content:"✓";position:absolute;top:-1px;left:-1px;background-color:var(--grey160);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--white)}.evCheckbox:disabled{background-color:var(--white);border:1px solid var(--grey60);cursor:not-allowed}.evCheckbox:disabled:evcheckbox--checked:after{color:var(--white);background-color:var(--grey60)}.evCheckbox--error{border:1px solid var(--red100-main)}.evCheckbox__large{width:20px;height:20px}.evCheckbox__large:checked:after{width:20px;height:20px;font-size:14px}.evCheckbox__light{border:1px solid var(--grey120)}.evCheckbox__light.evCheckbox--checked:after{color:var(--grey120);background-color:rgba(0,0,0,0)}.evCheckbox__light:disabled{background-color:var(--white);border:1px solid var(--grey40);cursor:not-allowed}.evCheckbox__light:disabled.evCheckbox--checked:after{color:var(--grey40);background-color:rgba(0,0,0,0)}
/*# sourceMappingURL=b0cb444d1cca0f6b.css.map*/