input[type=checkbox].toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;cursor:pointer;margin-left:0}input[type=checkbox]:focus{outline:0}input[type=checkbox].toggle{height:15px;width:44px;border-radius:16px;display:inline-block;position:relative;margin-right:5px;border:2px solid #ccc;transition:all .2s ease}input[type=checkbox].toggle:after{content:"";position:absolute;top:-7px;left:-2px;width:25px;height:25px;border-radius:50%;background:#f1f0f0;transition:all .2s cubic-bezier(.5,.1,.75,1.35);border:2px solid #ccc}input[type=checkbox].toggle:checked{border-color:#00bbf9}input[type=checkbox].toggle:checked:after{transform:translatex(20px);background-color:#00bbf9;border:2px solid #00bbf9}