.toggle{display:flex;align-items:center;justify-content:center}.toggle label{position:relative;display:inline-block;width:45px;height:16px}.toggle input{opacity:0;width:0;height:0}.toggle span{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#67727c;transition:.3s;border-radius:30px}.toggle span:before{position:absolute;content:"";height:11px;width:11px;left:3px;bottom:2.6px;background-color:#fff;border-radius:50%;transition:.3s}.toggle input:checked+span{background-color:#1a426f}.toggle input:checked+span:before{transform:translateX(29px)}