.custom-checkbox{cursor:pointer;font-size:0;line-height:0}.custom-checkbox.disable{pointer-events:none}.custom-checkbox span{font-size:1rem}.custom-checkbox>input{height:-moz-fit-content;height:fit-content;opacity:0;position:absolute;z-index:-1}.custom-checkbox>span{align-items:center;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-checkbox>span:before{background:#fff;background-position:50%;background-repeat:no-repeat;background-size:50% 50%;border:1px solid #cbcbcb;border-radius:.25em;content:"";display:inline-block;flex-grow:0;flex-shrink:0;height:1.5em;margin-right:.5em;width:1.5em}.custom-checkbox>input:not(:disabled):not(:checked)+span:hover:before{border-color:#f8d29c}.custom-checkbox>input:not(:disabled):not(:checked)+span:before{animation:checkbox-check .5s cubic-bezier(.4,0,.23,1)}.custom-checkbox>input:checked+span:before{background-color:#ff7714;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");border-color:#ff7714}.custom-checkbox>input:checked+span{animation:checkbox-check .5s cubic-bezier(.4,0,.23,1)}.custom-checkbox>input:disabled+span:before{background-color:#e9ecef}@keyframes checkbox-check{0%{transform:scale(1)}33%{transform:scale(1.2)}to{transform:scale(1)}}
