.spinner-container{display:flex;flex-direction:column;align-items:center;width:-moz-fit-content!important;width:fit-content!important}.spinner{animation:rotate .5s linear infinite}.path{stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}.text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}
