.spinner{animation:rotator 5s linear infinite;transform-origin:center}@keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.path{stroke-dasharray:265;stroke-dashoffset:0;transform-origin:center;animation:dash 1s ease-in-out infinite}.day .path,.night .path{stroke:#ee1c4d}@keyframes dash{0%{stroke-dashoffset:265}50%{stroke-dashoffset:65;transform:rotate(90deg)}to{stroke-dashoffset:265;transform:rotate(1turn)}}.switch-alt,.switch-alt div{display:flex;flex-direction:row;flex-wrap:nowrap}.switch-alt div{justify-content:flex-start;align-items:center;width:2rem;height:1.1rem;border:1px solid;border-radius:.65rem;cursor:pointer}.day .switch-alt div{border-color:#77747f}.night .switch-alt div{border-color:#5e5e67}.switch-alt div.active{border:1px solid}.day .switch-alt div.active,.night .switch-alt div.active{border-color:#ee1c4d}.switch-alt p{display:block;margin-top:.15rem;margin-left:.7rem;padding-bottom:.1rem;cursor:pointer;user-select:none}.day .switch-alt p,.night .switch-alt p{color:#ee1c4d}.day .switch-alt p{color:#77747f}.night .switch-alt p{color:#5e5e67}.switch-alt i{display:block;width:.75rem;height:.75rem;border:1px solid;border-radius:50%;margin-left:1.5px;margin-right:1.5px;cursor:pointer}.day .switch-alt i{border-color:#77747f}.night .switch-alt i{border-color:#5e5e67}.switch-alt .active{justify-content:flex-end}.switch-alt .active i{border:1px solid}.day .switch-alt .active i,.night .switch-alt .active i{border-color:#ee1c4d}.day .switch-alt .active i,.night .switch-alt .active i{background-color:#ee1c4d}