.switch{position:relative;display:inline-block;width:40px;height:25px}.switch input{opacity:0;width:0;height:0}.toggle{cursor:pointer;inset:0;background-color:#ccc}.toggle,.toggle:before{position:absolute;transition:.4s}.toggle:before{content:"";height:17px;width:17px;left:4px;bottom:4px;background-color:#fff}input:checked+.toggle{background-color:#ff7714}input:checked+.toggle:before{transform:translate(14px)}.toggle.round{border-radius:40px}.toggle.round:before{border-radius:50%}
