.loading-view{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:1000}.logo{display:block;width:32px;height:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-spinner{display:inline-block;width:70px;height:70px;position:fixed;left:0;right:0;margin-left:auto;margin-right:auto;z-index:5}.loading-message{display:flex;justify-content:center;position:fixed;left:0;right:0;top:54%}.loading-spinner .loading-spinner-border{width:100%;height:100%;border-radius:50%;border-color:currentcolor;border-color:#000 rgba(0,0,0,0) #d2d2d2;border-style:solid;border-width:1px;animation:loading-spinner-animation 1.2s linear infinite;position:absolute;top:0;left:0;box-sizing:border-box}@keyframes loading-spinner-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}