.theme-switch{position:relative;display:inline-block;width:30px}.theme-switch-input{opacity:0;width:0;height:0}.theme-switch-slider{position:absolute;cursor:pointer;top:0;left:0;bottom:0;right:0;transition:.4s;-webkit-transition:.4s}.theme-switch-slider:before{position:absolute;content:'\e808';font-family:"fontello";font-size:10px;color:#e6e6e6;height:20px;width:20px;left:4px;bottom:4px;background-color:#333;border-radius:50%;transition:.4s;-webkit-transition:.4s}.theme-switch-input:focus+.theme-switch-slider{box-shadow:0 0 1px #2196F3}.theme-switch-input:checked+.theme-switch-slider:before{content:'\e809';color:#333;background-color:#e6e6e6;transform:translateX(26px);-ms-transform:translateX(26px)}
