.loading-container{align-items:center;min-height:500px;padding:30px 0;display:flex}.loading-container--small-mt{align-items:flex-start;margin-top:32px}.loading-container--full-h{height:100%;min-height:auto;padding:0}.absoluteCenter{height:auto;min-height:300px;position:absolute;left:calc(50% - 36px)}.loading{width:72px;height:72px;margin:0 auto;display:inline-block;position:relative}.loading div{opacity:1;border:4px solid #b32442;border-radius:50%;animation:1s cubic-bezier(0,.2,.8,1) infinite loading;position:absolute}.loading div:nth-child(2){animation-delay:-.5s}@keyframes loading{0%{opacity:0;width:0;height:0;top:36px;left:36px}4.9%{opacity:0;width:0;height:0;top:36px;left:36px}5%{opacity:1;width:0;height:0;top:36px;left:36px}to{opacity:0;width:72px;height:72px;top:0;left:0}}
