.SpecialLoadingMain{justify-content:center;align-items:center;gap:15px;width:100%;height:100%;min-height:100px;padding:5px;display:flex;position:relative;overflow:hidden}.SpecialLoadingMain#fixed{z-index:900;background:#f8f7ff;position:fixed;top:0;right:0}.SpecialLoadingMain#small{z-index:900;gap:3px;height:100%;min-height:auto;position:relative;top:0;left:0}.SpecialLoadingMain .balls{width:20px;height:20px;animation:1s ease-in-out infinite ballsAnim;animation-delay:calc(var(--i) * .2s);border-radius:50%}.SpecialLoadingMain#small .balls{width:8px;height:8px}@keyframes ballsAnim{0%{transform:translateY(0)}50%{transform:translateY(-60%)}to{transform:translateY(0)}}
