@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");body{font-family:'Source Sans Pro', sans-serif;width:100%;height:100%;margin:0;padding:0}#log{position:fixed;bottom:0;width:100%;min-height:80px;z-index:9999;font-size:12px;color:#ffffff;background-color:rgba(0,0,0,0.2)}.ui-topbar{position:fixed;top:0;width:100%;height:44px}#loading-screen{display:flex;justify-content:center;align-items:center;position:absolute;left:0;right:0;top:0;bottom:0;background-color:#231532}#loading-screen>div{width:18px;height:18px;margin:5px;background-color:#FFFFFF;border-radius:100%;animation:sk-bouncedelay 1.4s infinite ease-in-out both}#loading-screen .bounce1{animation-delay:-0.32s}#loading-screen .bounce2{animation-delay:-0.16s}@keyframes sk-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}#error-screen{justify-content:center;flex-direction:column;align-items:center;text-align:center;position:absolute;left:0;right:0;top:0;bottom:0;background-color:#231532;display:none}#error-title{color:#FFFFFF;font-size:24pt;font-weight:bold}#error-message{color:#FFFFFF;font-size:14pt;padding:20px 40px}
/*# sourceMappingURL=index.min.css.map */