.global-loading-container{-webkit-backdrop-filter:blur(10px);z-index:9999;background:linear-gradient(135deg,#fffffffa 0%,#f8f9fafa 100%);justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-in-out fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.global-loading-container .global-loading-spinner-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.global-loading-container .global-loading-spinner-wrapper:before{content:"";background:linear-gradient(135deg,#bc8d4a1a 0%,#e8d5a31a 100%);border-radius:50%;width:80px;height:80px;animation:2s ease-in-out infinite pulse;position:absolute}.global-loading-container .global-loading-text{color:var(--text-color,#333);opacity:.7;align-items:center;gap:.5rem;font-family:Poppins,Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:500;display:flex}.global-loading-container .global-loading-text .global-loading-dot{animation:1.4s ease-in-out infinite dotBounce;display:inline-block}.global-loading-container .global-loading-text .global-loading-dot:first-child{animation-delay:0s}.global-loading-container .global-loading-text .global-loading-dot:nth-child(2){animation-delay:.2s}.global-loading-container .global-loading-text .global-loading-dot:nth-child(3){animation-delay:.4s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.3;transform:scale(1.1)}}@keyframes dotBounce{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-10px)}}@media (max-width:768px){.global-loading-container .global-loading-spinner-wrapper:before{width:70px;height:70px}.global-loading-container .global-loading-text{font-size:1rem}}@media (max-width:480px){.global-loading-container .global-loading-spinner-wrapper:before{width:60px;height:60px}.global-loading-container .global-loading-text{font-size:.875rem}}
