﻿@keyframes rotate-logo{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}#UpdateProgress,#SortProgress{position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;bottom:0;right:0;z-index:999999;background-color:rgba(255,255,255,.7);}#UpdateProgress img,#SortProgress img{margin-top:-10vh;width:140px;height:140px;transform:rotate(20deg);animation-name:rotate-logo;animation-duration:3.5s;animation-iteration-count:infinite;}#UpdateProgress.hide,#SortProgress.hide{display:none;}