.wallet-spinner{width:40px;height:40px;border:4px solid #e3e3e3;border-top:4px solid var(--color-primary,#265045);border-radius:50%;animation:wallet-spin 1s linear infinite}@keyframes wallet-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.wallet-loader{border-radius:inherit;backdrop-filter:blur(1px);transition:opacity .3s ease-in-out}.loading-text{animation:loading-pulse 1.5s ease-in-out infinite}@keyframes loading-pulse{0%,100%{opacity:.7}50%{opacity:1}}.mp_wallet_container{min-height:120px;overflow:hidden}#wallet_container{transition:opacity .3s ease-in-out;min-height:120px}.wallet-hidden{opacity:0;pointer-events:none;height:auto;transition:opacity .4s ease}.wallet-visible{opacity:1;pointer-events:auto;transition:opacity .4s ease}