.app-loading{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.app-loading .spinner{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:center center;width:200px;height:200px;margin:auto;animation:rotate 2s linear infinite}.app-loading .spinner .path{stroke:#ddd;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
