.Loading{position:fixed;top:0;left:0;width:100%;height:100%}.Loading .LoadingIcon{top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.Loading .LoadingIcon,.Loading .Radius{width:200px;height:200px;position:absolute}.Loading .Radius{border-radius:50%;top:0;left:0;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;border:4px solid #bd0909;border-right:4px solid transparent}