.loading-spiner{display:flex;justify-content:center;align-items:center;width:auto;height:auto}.loading-spiner svg{width:60px;height:60px;animation:rotate 2s linear infinite}.loading-spiner circle{fill:none;stroke:#4e9cff;stroke-width:4;stroke-linecap:round;stroke-dasharray:90,150;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@media(max-width:800px){.loading-spiner{height:100vh;top:10%}}