.custom-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#fff;border:2px solid #ccc;border-radius:6px;cursor:pointer;height:25px;padding-right:20px;position:relative;transition:border-color .2s,background-color .2s;width:25px}.custom-checkbox:checked{background-color:#f7965a;border-color:#f7965a}.custom-checkbox:checked:after{border:solid #fff;border-width:0 2.5px 2.5px 0;content:"";height:12px;left:7px;position:absolute;top:3px;transform:rotate(45deg);width:6px}
