.loading-container{display:flex;align-items:center;justify-content:center;gap:10px}.loading-container.loading-col{flex-direction:column}.spinner{border:3px solid rgba(36,7,80,.1);border-left-color:#f2c130;border-radius:50%;animation:spin 1s linear infinite}.spinner.sm{width:20px;height:20px;border-width:2px}.spinner.md{width:40px;height:40px;border-width:3px}.spinner.lg{width:60px;height:60px;border-width:4px}.loading-fullscreen-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:hsla(0,0%,100%,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-fullscreen-overlay .spinner{width:60px;height:60px;border-color:#f2c130 rgba(36,7,80,.2) rgba(36,7,80,.2)}.loading-fullscreen-overlay .loading-text{margin-top:20px;font-size:1.2rem;font-weight:600;color:#240750;animation:pulse 1.5s ease-in-out infinite}.loading-btn-content{display:inline-flex;align-items:center;gap:8px;opacity:.8}.loading-btn-content .spinner{border-color:#fff #fff rgba(0,0,0,0)}.loading-dots{display:flex;justify-content:center;align-items:center}.loading-dots div{width:10px;height:10px;margin:0 4px;background-color:#f2c130;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.loading-dots div:first-child{animation-delay:-.32s}.loading-dots div:nth-child(2){animation-delay:-.16s}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}