.loader-container{z-index:10000;opacity:0;visibility:hidden;flex-direction:column;justify-content:center;width:100vw;min-height:100vh;display:flex;position:fixed;top:0;left:0}.show{opacity:1;visibility:visible}.loading-div{position:relative}.stage{justify-content:center;height:20px;display:flex}.dot-pulse{background-color:var(--btn-bg-color);width:10px;height:10px;color:var(--btn-bg-color);border-radius:5px;animation:1.5s linear .25s infinite dot-pulse;position:relative;left:-9999px;box-shadow:9999px 0 0 -5px}.dot-pulse:before,.dot-pulse:after{content:"";background-color:var(--btn-bg-color);width:10px;height:10px;color:var(--btn-bg-color);border-radius:5px;display:inline-block;position:absolute;top:0}.dot-pulse:before{animation:1.5s linear infinite dot-pulse-before;box-shadow:9984px 0 0 -5px}.dot-pulse:after{animation:1.5s linear .5s infinite dot-pulse-after;box-shadow:10014px 0 0 -5px}@keyframes dot-pulse-before{0%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}60%,to{box-shadow:9984px 0 0 -5px}}@keyframes dot-pulse{0%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}60%,to{box-shadow:9999px 0 0 -5px}}@keyframes dot-pulse-after{0%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}60%,to{box-shadow:10014px 0 0 -5px}}
