.feccheckbox-container{display:block;margin:12px 0;padding:0 32px 10px}.feccheckbox-container:hover{cursor:pointer}.feccheckbox-disabled{opacity:.5;pointer-events:none}.feccheckbox-item{display:flex;flex-direction:row;gap:12px}.feccheckbox-checkbox{display:inline-block;position:relative;height:22px;cursor:pointer;vertical-align:top}.feccheckbox-checkbox::before{content:"";display:block;width:22px;height:22px;border:2px solid #8c8c8c;border-radius:4px;box-sizing:border-box;background-color:#fff}.feccheckbox-checkbox-checked::before{background:#00994f;border:none;content:url(/assets/icons/check-white.png);color:#fff;display:flex;justify-content:center;align-items:self-end}.feccheckbox-checkbox-error::before{border:2px solid red}.feccheckbox-label{text-align:justify;font-size:14px}.feccheckbox-expand{margin:0;padding-left:30px}.feccheckbox-expand-toggle{border:none;background:0 0;padding:0;display:inline-block;font-size:14px;color:#2e7d32;cursor:pointer;text-decoration:underline}.feccheckbox-expand-content{border:0;border-radius:4px;max-height:0;overflow:hidden;transition:max-height .3s,padding .3s;margin-top:10px;padding:0 12px}.feccheckbox-expanded .feccheckbox-expand-content{max-height:200px;padding:12px;overflow:auto;border:1px solid #e5e5e5;border-radius:4px}.feccheckbox-expand-content ul{list-style:none}.feccheckbox-expand-content ul>li{font-size:14px;margin-bottom:10px;text-align:justify}.feccheckbox-input{display:none}