.toggle-switch{position:relative;width:34px;display:inline-block;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;text-align:left}.toggle-switch-checkbox{display:none}.toggle-switch-label{display:block;overflow:hidden;cursor:pointer;border:0 solid #ccc;border-radius:18px;margin:0;width:34px;height:20px}.toggle-switch-inner{display:block;width:200%;margin-left:-100%;transition:margin .3s ease-in 0s}.toggle-switch-inner:after,.toggle-switch-inner:before{display:block;float:left;width:50%;height:20px;line-height:18px;padding:0;font-size:14px;color:#fff;font-weight:700;box-sizing:border-box}.toggle-switch-inner:before{content:"";text-transform:uppercase;padding-left:10px;background-color:#29ce3a;color:#fff}.toggle-switch-disabled{cursor:not-allowed}.toggle-switch-disabled:before{cursor:not-allowed;opacity:.5}.toggle-switch-inner:after{content:"";text-transform:uppercase;padding-right:10px;background-color:#ccc;color:#fff;text-align:right}.toggle-switch-switch{display:block;width:18px;height:18px;margin:1px;background:#fff;position:absolute;top:0;bottom:0;right:14px;border:0 solid #ccc;border-radius:18px;transition:all .3s ease-in 0s}.toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-inner{margin-left:0}.toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-switch{right:0}