﻿.LoadingAll{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(255,255,255,.85);backdrop-filter:blur(5px);z-index:9999;display:flex;justify-content:center;align-items:center;}.LoadingAll .LoadingCon{position:absolute;left:50%;transform:translateX(-50%);padding:20px;}.LoadingAll .LoadingCon .loaderText{text-align:center;margin-top:20px;}.LoadingAll .LoadingCon .LoadingImg{display:block;width:150px;height:175px;background-image:url(../../Images/LoadingImg.png);background-size:auto 100%;animation:bg steps(4) 2s infinite;}@keyframes bg{to{background-position:-601px 0;}}