.spinnerContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.sizeFit{width:fit-content;height:fit-content}.sizeFullScreen{width:100%;height:100%}.containerFullScreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.spinnerImageWrapper{animation:spin 1.5s linear infinite;display:inline-flex}.loadingText{font-size:1.5rem;line-height:2rem;font-weight:700;animation:pulse 4s cubic-bezier(.4,0,.6,1) infinite;text-align:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}