.toggle-button-wrapper{margin:10px 0 0 67%}#toggle-button{display:none}.button-label{position:relative;display:inline-block;width:100px;background:#eee;-webkit-box-sizing:border-box;box-sizing:border-box}.button-label,.circle{height:30px;border-radius:31.9999px}.circle{position:absolute;top:0;width:60px;line-height:30px;text-align:center;color:#fff;font-size:14px;-webkit-transition:all .3s ease;transition:all .3s ease}.button-label .circle{left:0;right:auto;background:#3fcbfe}#toggle-button:checked+label.button-label{font-size:24px}#toggle-button:checked+label.button-label .circle{left:40px;right:-1px;background:#3fcbfe}