@keyframes rotation{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}.loading-overlay-container{box-sizing:border-box;position:fixed;display:flex;flex-flow:column;align-items:center;justify-content:space-around;background:rgba(255,255,255,.8);top:0;left:0;width:100%;height:100%;z-index:2147483647;opacity:1}.loading-overlay-spinner{order:1;overflow:visible;flex:0 0 auto;justify-content:center;animation:rotation 2000ms linear infinite;width:120px;height:120px}