.loading_loadingContainer__SuZYk{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:2rem;gap:1.5rem}.loading_spinner__NCKPC{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.loading_spinnerRing__WB3cr{position:absolute;width:64px;height:64px;border:4px solid rgba(0,0,0,0);border-top-color:#014993;border-radius:50%;animation:loading_spin___gw_O 1.2s cubic-bezier(.5,0,.5,1) infinite}.loading_spinnerRing__WB3cr:first-child{animation-delay:-.45s}.loading_spinnerRing__WB3cr:nth-child(2){animation-delay:-.3s}.loading_spinnerRing__WB3cr:nth-child(3){animation-delay:-.15s}.loading_loadingText__l0lFm{font-size:1.1rem;color:#014993;font-weight:500;margin:0}@keyframes loading_spin___gw_O{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}