.loading-module__Ka2fMG__loadingContainer{background:linear-gradient(135deg,var(--background-color)0%,#ffc0cb0d 100%);justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.loading-module__Ka2fMG__spinnerWrapper{flex-direction:column;align-items:center;gap:2rem;display:flex}.loading-module__Ka2fMG__spinner{border:4px solid #ff69b41a;border-top-color:var(--primary-color);border-radius:50%;width:5rem;height:5rem;animation:1s linear infinite loading-module__Ka2fMG__spin;position:relative}.loading-module__Ka2fMG__spinner:after{content:"";border:3px solid #ffc0cb33;border-right-color:var(--primary-color);border-radius:50%;width:3.5rem;height:3.5rem;animation:1.5s linear infinite reverse loading-module__Ka2fMG__spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-module__Ka2fMG__text{color:var(--primary-color);font-size:1.1rem;font-weight:500;animation:1.5s ease-in-out infinite loading-module__Ka2fMG__fade}.loading-module__Ka2fMG__dot{animation:1.4s infinite loading-module__Ka2fMG__dot-animation;display:inline-block}.loading-module__Ka2fMG__dot:first-child{animation-delay:0s}.loading-module__Ka2fMG__dot:nth-child(2){animation-delay:.2s}.loading-module__Ka2fMG__dot:nth-child(3){animation-delay:.4s}@keyframes loading-module__Ka2fMG__spin{to{transform:rotate(360deg)}}@keyframes loading-module__Ka2fMG__fade{0%,to{opacity:.7}50%{opacity:1}}@keyframes loading-module__Ka2fMG__dot-animation{0%,20%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media (max-width:768px){.loading-module__Ka2fMG__spinner{border-width:3px;width:4rem;height:4rem}.loading-module__Ka2fMG__spinner:after{border-width:2px;width:2.8rem;height:2.8rem}.loading-module__Ka2fMG__text{font-size:1rem}}
