.checkbox-wrapper-51 input[type=checkbox]{visibility:hidden;display:none}.checkbox-wrapper-51 .toggle{position:relative;display:block;width:42px;height:24px;cursor:pointer;-webkit-tap-highlight-color:transparent;transform:translateZ(0)}.checkbox-wrapper-51 .toggle:before{content:"";position:relative;top:1px;left:1px;width:40px;height:22px;display:block;background:#c8ccd4;border-radius:12px;transition:background .2s ease}.checkbox-wrapper-51 .toggle span{position:absolute;top:0;left:0;width:24px;height:24px;display:block;background:#fff;border-radius:50%;box-shadow:0 2px 6px rgba(154,153,153,.75);transition:all .2s ease}.checkbox-wrapper-51 .toggle span svg{margin:7px;fill:none}.checkbox-wrapper-51 .toggle span svg path{stroke:#c8ccd4;strokeWidth:2;strokeLinecap:round;strokeLinejoin:round;stroke-dasharray:24;stroke-dashoffset:0;transition:all .5s linear}.checkbox-wrapper-51 input[type=checkbox]:checked+.toggle:before{background:#1175c7}.checkbox-wrapper-51 input[type=checkbox]:checked+.toggle span{transform:translateX(18px)}.checkbox-wrapper-51 input[type=checkbox]:checked+.toggle span path{stroke:#000000;stroke-dasharray:25;stroke-dashoffset:25}