#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#fff;margin-top:60px;position:relative;min-height:100vh}.app-content{opacity:1;transition:opacity .3s ease}.overlay{position:fixed;inset:0;display:flex;padding-top:91px;justify-content:center;background:#000;z-index:9999}.loader{flex-direction:column;padding:10px}.loader,.success-text{display:flex;align-items:center;gap:10px}.success-text{color:#059669!important;font-size:16px;font-weight:500}.success-text img{height:24px;width:24px}.loading-text{color:#fff;font-size:16px;font-weight:500}.error-content{gap:12px}.error-content,.error-content_text{display:flex;flex-direction:column;align-items:center}.error-content_text{gap:10px;color:#f5455c;font-size:16px;font-weight:500;justify-content:center}.error-content_text img{height:48px;width:48px}.error-content_btn{background-color:#368fe1;color:#fff;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;line-height:20px;width:56px}@keyframes spin{to{transform:rotate(1turn)}}