.loading__mask{-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);background-color:rgba(var(--z-common-bg),.5);transition:all .25s ease;z-index:51}.loading__animation{border-radius:50%;height:66px;width:66px}.loading__animation .animation__1,.loading__animation .animation__2{background-color:transparent;border-radius:50%;box-shadow:0 0 10px rgba(var(--z-primary-color),.5);height:0;position:absolute;width:0}.loading__animation .animation__1{animation:waves .7s ease infinite}.loading__animation .animation__2{animation:waves 1.4s linear infinite}@keyframes waves{0%{height:0;width:0}to{height:66px;opacity:0;width:66px}}
