.loading-logo{display:flex;flex-direction:column;justify-content:center;align-items:center}.loading-logo svg path{stroke-dasharray:554;stroke-dashoffset:0;animation:dash 1s linear infinite alternate}@keyframes dash{0%{stroke-dashoffset:0}to{stroke-dashoffset:554}}.spinnerContainer{display:flex;flex-direction:column;justify-content:center;align-items:center}.spinnerContainer.fullscreenSpinner{height:100vh;width:100vw}.spinnerContainer.fitterSpinner{height:100%;width:100%}.spinnerContainer .spinner{animation:rotate 2s linear infinite;width:50px;height:50px}.spinnerContainer .spinner .path{stroke:#93bfec;stroke-linecap:round;animation:dash1 1.5s ease-in-out infinite}.loadingSpinnerText{margin-top:24px;color:gray}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash1{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.HomeLoadingContainer{height:99vh;display:flex;justify-content:center;align-items:center}