.loader-back-bg{position:fixed;width:100%;height:100%;top:0;left:0;background:hsla(0,0%,100%,.1);z-index:9990;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loader-back-bg .main-loader{width:48px;height:48px;border-radius:50%;display:inline-block;position:relative;border-color:currentcolor;border-color:#044289 #044289 rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:3px;box-sizing:border-box;animation:rotation 1s linear infinite}.loader-back-bg .main-loader:after,.loader-back-bg .main-loader:before{content:"";box-sizing:border-box;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px solid;border-radius:50%;transform-origin:center center}.loader-back-bg .main-loader:after{width:38px;height:38px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgb(6.8936170213,113.7446808511,236.1063829787) rgb(6.8936170213,113.7446808511,236.1063829787);animation:rotationBack .5s linear infinite}.loader-back-bg .main-loader:before{width:28px;height:28px;border-color:rgb(94.6808510638,167.2340425532,250.3191489362) rgb(94.6808510638,167.2340425532,250.3191489362) rgba(0,0,0,0) rgba(0,0,0,0);animation:rotation 1.5s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotationBack{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}