.custom-theme-switch{position:relative;display:inline-block;width:48px;height:26px}.custom-theme-switch input{opacity:0;width:0;height:0}.custom-theme-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#2196f3;z-index:0;overflow:hidden;border-radius:26px}.custom-sun-moon{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#ffd700;border-radius:50%}.custom-theme-switch input:checked+.custom-theme-slider{background-color:#1a1a1a}.custom-theme-switch input:focus+.custom-theme-slider{box-shadow:0 0 1px #2196f3}.custom-theme-switch input:checked+.custom-theme-slider .custom-sun-moon{transform:translateX(22px);background-color:#f8f9fa}.custom-moon-dot{opacity:0;fill:#6b7280}.custom-theme-switch input:checked+.custom-theme-slider .custom-sun-moon .custom-moon-dot{opacity:1}.custom-moon-dot-1{left:8px;top:2px;position:absolute;width:4px;height:4px;z-index:4}.custom-moon-dot-2{left:2px;top:8px;position:absolute;width:7px;height:7px;z-index:4}.custom-moon-dot-3{left:12px;top:14px;position:absolute;width:2px;height:2px;z-index:4}.custom-light-ray{fill:white;opacity:15%}.custom-theme-switch input:checked+.custom-theme-slider .custom-sun-moon .custom-light-ray{opacity:0}.custom-light-ray-1{left:-6px;top:-6px;position:absolute;width:32px;height:32px;z-index:-1}.custom-light-ray-2{left:-40%;top:-40%;position:absolute;width:40px;height:40px;z-index:-1}.custom-light-ray-3{left:-14px;top:-14px;position:absolute;width:48px;height:48px;z-index:-1}.custom-cloud-light{fill:#eee}.custom-cloud-dark,.custom-cloud-light{position:absolute;animation-name:custom-cloud-move;animation-duration:8s;animation-iteration-count:infinite;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.custom-cloud-dark{fill:#ccc;animation-delay:1s}.custom-cloud-1{left:24px;top:12px;width:30px}.custom-cloud-2{left:35px;top:8px;width:15px}.custom-cloud-3{left:14px;top:18px;width:22px}.custom-cloud-4{left:28px;top:14px;width:30px}.custom-cloud-5{left:38px;top:11px;width:15px}.custom-cloud-6{left:17px;top:20px;width:22px}@keyframes custom-cloud-move{0%{transform:translateX(0)}40%{transform:translateX(4px)}80%{transform:translateX(-4px)}to{transform:translateX(0)}}.custom-stars{transform:translateY(-26px);opacity:0}.custom-star{fill:white;position:absolute;animation-name:custom-star-twinkle;animation-duration:3s;animation-iteration-count:infinite}.custom-theme-switch input:checked+.custom-theme-slider .custom-stars{transform:translateY(0);opacity:1}.custom-star-1{width:14px;top:1px;left:2px;animation-delay:.3s}.custom-star-2{width:4px;top:12px;left:2px}.custom-star-3{width:8px;top:15px;left:7px;animation-delay:.6s}.custom-star-4{width:12px;top:0;left:13px;animation-delay:1.3s}@keyframes custom-star-twinkle{0%{transform:scale(1)}40%{transform:scale(1.2)}80%{transform:scale(.8)}to{transform:scale(1)}}