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