.theme-switch-wrap{display:inline-flex;align-items:center;vertical-align:middle}.theme-switch-wrap .switch{position:relative;display:inline-block;width:60px;height:34px}.theme-switch-wrap .ts-input{opacity:0;width:0;height:0}.theme-switch-wrap .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#2196f3;transition:.4s;z-index:0;overflow:hidden}.theme-switch-wrap .sun-moon{position:absolute;height:26px;width:26px;left:4px;bottom:4px;background-color:yellow;transition:.4s}.theme-switch-wrap .ts-input:checked+.slider{background-color:black}.theme-switch-wrap .ts-input:focus-visible+.slider{box-shadow:0 0 0 2px rgba(33,150,243,.6)}.theme-switch-wrap .ts-input:checked+.slider .sun-moon{transform:translateX(26px);background-color:white;animation:ts-rotate-center .6s ease-in-out both}.theme-switch-wrap .moon-dot{opacity:0;transition:.4s;fill:gray}.theme-switch-wrap .ts-input:checked+.slider .sun-moon .moon-dot{opacity:1}.theme-switch-wrap .slider.round{border-radius:34px}.theme-switch-wrap .slider.round .sun-moon{border-radius:50%}.theme-switch-wrap .moon-dot-1{left:10px;top:3px;position:absolute;width:6px;height:6px;z-index:4}.theme-switch-wrap .moon-dot-2{left:2px;top:10px;position:absolute;width:10px;height:10px;z-index:4}.theme-switch-wrap .moon-dot-3{left:16px;top:18px;position:absolute;width:3px;height:3px;z-index:4}.theme-switch-wrap .light-ray-1{left:-8px;top:-8px;position:absolute;width:43px;height:43px;z-index:-1;fill:white;opacity:.1}.theme-switch-wrap .light-ray-2{left:-50%;top:-50%;position:absolute;width:55px;height:55px;z-index:-1;fill:white;opacity:.1}.theme-switch-wrap .light-ray-3{left:-18px;top:-18px;position:absolute;width:60px;height:60px;z-index:-1;fill:white;opacity:.1}.theme-switch-wrap .cloud-light{fill:#eee}.theme-switch-wrap .cloud-dark,.theme-switch-wrap .cloud-light{position:absolute;animation-name:ts-cloud-move;animation-duration:6s;animation-iteration-count:infinite}.theme-switch-wrap .cloud-dark{fill:#ccc;animation-delay:1s}.theme-switch-wrap .cloud-1{left:30px;top:15px;width:40px}.theme-switch-wrap .cloud-2{left:44px;top:10px;width:20px}.theme-switch-wrap .cloud-3{left:18px;top:24px;width:30px}.theme-switch-wrap .cloud-4{left:36px;top:18px;width:40px}.theme-switch-wrap .cloud-5{left:48px;top:14px;width:20px}.theme-switch-wrap .cloud-6{left:22px;top:26px;width:30px}@keyframes ts-cloud-move{0%{transform:translateX(0)}40%{transform:translateX(4px)}80%{transform:translateX(-4px)}to{transform:translateX(0)}}.theme-switch-wrap .stars{transform:translateY(-32px);opacity:0;transition:.4s}.theme-switch-wrap .star{fill:white;position:absolute;transition:.4s;animation-name:ts-star-twinkle;animation-duration:2s;animation-iteration-count:infinite}.theme-switch-wrap .ts-input:checked+.slider .stars{transform:translateY(0);opacity:1}.theme-switch-wrap .star-1{width:20px;top:2px;left:3px;animation-delay:.3s}.theme-switch-wrap .star-2{width:6px;top:16px;left:3px}.theme-switch-wrap .star-3{width:12px;top:20px;left:10px;animation-delay:.6s}.theme-switch-wrap .star-4{width:18px;top:0;left:18px;animation-delay:1.3s}@keyframes ts-star-twinkle{0%{transform:scale(1)}40%{transform:scale(1.2)}80%{transform:scale(.8)}to{transform:scale(1)}}@keyframes ts-rotate-center{0%{transform:translateX(26px) rotate(0deg)}to{transform:translateX(26px) rotate(1turn)}}