.lac-checkbox{appearance:none;-webkit-appearance:none;background-color:#fff;border:2px solid #004299;width:20px;height:20px;min-height:20px;min-width:20px;border-radius:5px;display:inline-block;position:relative;cursor:pointer;outline:none;transition:background-color .2s,border-color .2s}.lac-checkbox:checked{background-color:#004299;border:2px solid #004299}.lac-checkbox:checked:after{content:"";position:absolute;left:50%;top:40%;width:4px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg)}