.toggle-switch{display:inline-block;position:relative;width:30px;height:17px;margin-left:15px;margin-top:4px}.toggle-switch input{display:none}.toggle-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:17px;transition:.4s}.toggle-switch-slider:before{position:absolute;content:"";height:13px;width:13px;left:2px;bottom:2px;background-color:white;border-radius:50%;transition:.4s}