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