.toggle-switch{position:relative;display:inline-block;width:60px;height:34px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.4s;border-radius:34px;border:2px solid}.toggle-switch input:disabled+.toggle-slider{cursor:not-allowed}input:checked+.toggle-slider:before{transform:translateX(26px)}input:checked+.toggle-slider .icon{left:35px;transition:left .4s}.thumb{position:absolute;height:26px;width:26px;left:4px;bottom:2px;transition:.4s;border-radius:50%}