input[type="checkbox"].disabled{margin-top:3px !important;-webkit-appearance:none;appearance:none;margin:0;font:inherit;width:1.15em;height:1.15em;border:0.15em solid #333;border-radius:0.15em;transform:translateY(-0.075em);display:grid;place-content:center;}input[type="checkbox"].disabled:focus{outline:none;}input[type="checkbox"].disabled::before{content:"";width:0.65em;height:0.65em;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform:scale(0);transform-origin:bottom left;box-shadow:inset 1em 1em #333;background-color:CanvasText;}input[type="checkbox"].disabled:checked::before,input[type="checkbox"].disabled:checked:focus::before{transform:scale(1);}input[type="checkbox"].disabled{color:grey;border:0.15em solid #999;}input[type="checkbox"].disabled::before{box-shadow:inset 1em 1em #999;}
