.switch{position:relative;display:inline-block;overflow:hidden;border:1px solid #129fdd;-webkit-border-radius:8px;border-radius:8px;min-width:208px;height:60px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch input[type=checkbox],.switch input[type=radio]{display:none}.switch .switch-inner{position:relative;z-index:1;width:100%;height:100%;background:transparent;pointer-events:none;-webkit-transition:margin .3s;-o-transition:margin .3s;transition:margin .3s}.switch .switch-inner .switch-off,.switch .switch-inner .switch-on{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;float:left;margin:0;padding:0;min-width:50%;height:100%;text-align:center;word-break:keep-all;white-space:nowrap;font-size:24px;font-family:Trebuchet,Arial,sans-serif;font-weight:700;color:#fff;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.switch .switch-inner .switch-off .inner,.switch .switch-inner .switch-on .inner{display:table-cell;vertical-align:middle}.switch .switch-inner .switch-off .content,.switch .switch-inner .switch-on .content{display:inline-block;padding:0 16px;min-width:50%;text-align:center}.switch .switch-inner .switch-on{color:#129fdd}.switch .switch-inner .switch-off{color:#fff}.switch .switch-switcher{position:absolute;top:0;right:auto;bottom:0;left:0;z-index:0;display:block;margin:auto 0;-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;width:50%;height:100%;background:#129fdd;pointer-events:none;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.switch .switch-switcher:before{display:inline-block;padding-right:100%;content:""}.switch input:checked+.switch-switcher{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.switch input:checked+.switch-switcher+.switch-inner{margin-left:0}.switch input:checked+.switch-switcher+.switch-inner .switch-on{color:#fff}.switch input:checked+.switch-switcher+.switch-inner .switch-off{color:#129fdd}.switch input.disabled+.switch-switcher,.switch input:disabled+.switch-switcher,.switch input[disabled]+.switch-switcher{background-color:#aeaeae}.switch[disabled]{pointer-events:none;border-color:#aeaeae}.switch[disabled] .switch-inner .switch-on{color:#aeaeae}.switch[disabled] .switch-inner .switch-off,.switch[disabled] input:checked+.switch-switcher+.switch-inner .switch-on{color:#fff}.switch[disabled] input:checked+.switch-switcher+.switch-inner .switch-off{color:#aeaeae}
/*# sourceMappingURL=Switch.css.map*/