.custom-spinner-wrapper{display:flex;align-items:center;justify-content:center;flex:1 1}.custom-spinner-wrapper.fullscreen{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%;overflow:hidden;background-color:#f4f7fe;opacity:1}.custom-spinner-wrapper .window-blocker{position:absolute;top:0;left:0;width:100vw;height:100vh;overflow:hidden;background-color:#394369;opacity:.4}.custom-spinner-wrapper .custom-spinner{position:relative;display:inline-block;width:80px;height:80px}.custom-spinner-wrapper .custom-spinner>div{position:absolute;display:block;width:64px;height:64px;margin:8px;box-sizing:border-box;border:8px solid transparent;border-radius:50%;animation:custom-spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:transparent #F26066 transparent transparent}.custom-spinner-wrapper .custom-spinner>.base-ring{border-color:#5c8cee}.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.small .custom-spinner{position:relative;display:inline-block;width:40px;height:40px}.custom-spinner-wrapper.small .custom-spinner>div{width:32px;height:32px}.custom-spinner-wrapper.inner-small-input .custom-spinner{position:relative;display:inline-block;width:20px;height:31px}.custom-spinner-wrapper.inner-small-input .custom-spinner>div{width:15px;height:15px}.custom-spinner-wrapper.inside-button .custom-spinner{position:relative;display:inline-block;width:20px;height:20px}.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}
