@keyframes shake_ns{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-3px,0,0)}40%,60%{transform:translate3d(3px,0,0)}}input[type=checkbox],input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .06s ease-in,padding .05s ease;position:relative;&:checked{&:after{content:url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92473 1.7002L3.97487 6.65005L1.5 4.17518' stroke='white' stroke-width='2'/%3E%3C/svg%3E");color:#fff;display:flex;align-items:center;justify-content:center;height:100%;width:100%}}&.round{&:checked:before{content:"";position:absolute;top:2px;left:2px;width:10px;height:10px;border-radius:50%}}&.error{animation:shake_ns .7s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0);backface-visibility:hidden;perspective:600px}}