.switch{width:40px;height:20px;background-color:#ccc;border-radius:20px;position:relative;cursor:pointer;transition:background-color .2s;margin-top:4px}.switch-checked{background-color:#7c24f0}.switch-toggle{position:absolute;top:2px;left:2px;width:16px;height:16px;background-color:#fff;border-radius:50%;transition:left .2s}.switch-checked .switch-toggle{left:20px}