.custom-spinner-wrapper{flex:1;justify-content:center;align-items:center;display:flex}.custom-spinner-wrapper.fullscreen{z-index:100;opacity:1;background-color:#f4f7fe;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.custom-spinner-wrapper .window-blocker{opacity:.4;background-color:#394369;width:100vw;height:100vh;position:absolute;top:0;left:0;overflow:hidden}.custom-spinner-wrapper .custom-spinner{width:80px;height:80px;display:inline-block;position:relative}.custom-spinner-wrapper .custom-spinner>div{box-sizing:border-box;border:8px solid #0000;border-right-color:#284d90;border-radius:50%;width:64px;height:64px;margin:8px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite custom-spinner;display:block;position:absolute}.custom-spinner-wrapper .custom-spinner>.base-ring{border-color:#03204f}.custom-spinner-wrapper .custom-spinner>.first-ring{animation-delay:-.45s}.custom-spinner-wrapper .custom-spinner>.second-ring{animation-delay:-.3s}.custom-spinner-wrapper .custom-spinner>.last-ring{animation-delay:-.15s}.custom-spinner-wrapper.token-sale .custom-spinner>div{border-color:#0000 #f26066 #0000 #0000}.custom-spinner-wrapper.token-sale .custom-spinner>.base-ring{border-color:#5c8cee}.custom-spinner-wrapper.small .custom-spinner{width:40px;height:40px;display:inline-block;position:relative}.custom-spinner-wrapper.small .custom-spinner>div{width:32px;height:32px}.custom-spinner-wrapper.inner-small-input .custom-spinner{width:20px;height:31px;display:inline-block;position:relative}.custom-spinner-wrapper.inner-small-input .custom-spinner>div{width:15px;height:15px}.custom-spinner-wrapper.inside-button .custom-spinner{width:20px;height:20px;display:inline-block;position:relative}.custom-spinner-wrapper.inside-button .custom-spinner>div{width:16px;height:16px;margin:2px}@keyframes custom-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-spinner-wrapper.without-blocking .window-blocker{width:unset;height:unset}
