.admin-theme-switch{font-size:13.6px;position:relative;display:inline-block;width:51px;height:27px;flex-shrink:0}.admin-theme-switch__input{opacity:0;width:0;height:0}.admin-theme-switch__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#73c0fc;transition:.4s;border-radius:24px}.admin-theme-switch__slider:before{position:absolute;content:"";height:24px;width:24px;border-radius:16px;left:1.5px;bottom:1.5px;z-index:2;background-color:#e8e8e8;transition:.4s}.admin-theme-switch__sun svg{position:absolute;top:5px;left:29px;z-index:1;width:19px;height:19px}.admin-theme-switch__moon svg{fill:#73c0fc;position:absolute;top:4px;left:4px;z-index:1;width:19px;height:19px}.admin-theme-switch__sun svg{animation:admin-theme-switch-rotate 15s linear infinite}@keyframes admin-theme-switch-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.admin-theme-switch__moon svg{animation:admin-theme-switch-tilt 5s linear infinite}@keyframes admin-theme-switch-tilt{0%{transform:rotate(0deg)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}to{transform:rotate(0deg)}}.admin-theme-switch__input:checked+.admin-theme-switch__slider{background-color:#183153}.admin-theme-switch__input:focus+.admin-theme-switch__slider{box-shadow:0 0 1px #183153}.admin-theme-switch__input:checked+.admin-theme-switch__slider:before{transform:translateX(24px)}