input[type=checkbox]{display:none}.checkbox{box-sizing:border-box;cursor:pointer;display:inline-block;margin-top:-24px;padding:5px 24px;position:relative;width:auto}.checkbox:before{background-color:#fff;border:1px solid #ccc;border-radius:3px;height:24px;left:5px;margin-left:1px;margin-top:1px;width:24px}.checkbox:after,.checkbox:before{content:"";display:block;position:absolute;top:50%}.checkbox:after{border-bottom:2px solid #fff;border-radius:2px;border-right:2px solid #fff;height:12px;left:13px;margin-left:2px;margin-top:6px;opacity:0;transform:rotate(45deg);transition:all .1s ease 0s;width:7px}input[type=checkbox]:checked+.checkbox:before{background-color:#90ce9c}input[type=checkbox]:checked+.checkbox:after{opacity:1}.checkbox-disabled{cursor:not-allowed}.checkbox-disabled:after{background-color:#000;border-bottom:none;border-radius:3px;border-right:none;content:"";display:block;height:24px;left:0;margin-left:6px;margin-top:6px;opacity:.1;position:absolute;top:0;transform:rotate(0);transition:all .1s ease 0s;width:24px}input[type=checkbox]:checked+.checkbox-disabled:before{background-color:transparent}input[type=checkbox]:checked+.checkbox-disabled:after{opacity:.1}
