.switch-wrapper{display:inline-block}.switch{width:60px;height:34px;display:inline-block;position:relative}.switch #input{opacity:0;width:0;height:0}.slider{cursor:pointer;z-index:0;background-color:#2196f3;transition:all .4s;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.sun-moon{background-color:#ff0;width:26px;height:26px;transition:left .4s cubic-bezier(.4,0,.2,1),background-color .4s,transform .4s;position:absolute;bottom:4px;left:4px}#input:checked+.slider{background-color:#000}#input:focus+.slider{box-shadow:0 0 1px #2196f3}#input:checked+.slider .sun-moon{background-color:#eaeaea;animation:.6s ease-in-out both rotate-center;left:30px}.moon-dot{opacity:0;fill:#c6c6c6;transition:opacity .4s,fill .4s}#input:checked+.slider .sun-moon .moon-dot{opacity:1}.slider.round{border-radius:34px}.slider.round .sun-moon{border-radius:50%}#moon-dot-1{z-index:4;width:6px;height:6px;position:absolute;top:3px;left:10px}#moon-dot-2{z-index:4;width:10px;height:10px;position:absolute;top:10px;left:2px}#moon-dot-3{z-index:4;width:3px;height:3px;position:absolute;top:18px;left:16px}#light-ray-1,#light-ray-2,#light-ray-3{fill:#fff;opacity:.1;z-index:-1;position:absolute}#light-ray-1{width:43px;height:43px;top:-8px;left:-8px}#light-ray-2{width:55px;height:55px;top:-50%;left:-50%}#light-ray-3{width:60px;height:60px;top:-18px;left:-18px}.cloud-light,.cloud-dark{animation-name:cloud-move;animation-duration:6s;animation-iteration-count:infinite;position:absolute}.cloud-light{fill:#eee}.cloud-dark{fill:#ccc;animation-delay:1s}#cloud-1{width:40px;top:15px;left:30px}#cloud-2{width:20px;top:10px;left:44px}#cloud-3{width:30px;top:24px;left:18px}#cloud-4{width:40px;top:18px;left:36px}#cloud-5{width:20px;top:14px;left:48px}#cloud-6{width:30px;top:26px;left:22px}@keyframes cloud-move{0%{transform:translate(0)}40%{transform:translate(4px)}80%{transform:translate(-4px)}to{transform:translate(0)}}.stars{opacity:0;transition:all .4s;transform:translateY(-32px)}.star{fill:#fff;transition:all .4s;animation-name:star-twinkle;animation-duration:2s;animation-iteration-count:infinite;position:absolute}#input:checked+.slider .stars{opacity:1;transform:translateY(0)}#star-1{width:20px;animation-delay:.3s;top:2px;left:3px}#star-2{width:6px;top:16px;left:3px}#star-3{width:12px;animation-delay:.6s;top:20px;left:10px}#star-4{width:18px;animation-delay:1.3s;top:0;left:18px}@keyframes star-twinkle{0%{transform:scale(1)}40%{transform:scale(1.2)}80%{transform:scale(.8)}to{transform:scale(1)}}@keyframes rotate-center{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
