.loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1979BE;z-index:9999999;justify-content:center;align-items:center}.dot-container,.loader{display:flex}.dot{width:10px;height:10px;background-color:#fceeee;border-radius:50%;margin-right:8px;animation:dot-spin 1s linear infinite}.dot-1{animation-delay:0s}.dot-2{animation-delay:.2s}.dot-3{animation-delay:.4s}@keyframes dot-spin{0%{transform:scale(1);opacity:.7}50%{transform:scale(1.5);opacity:1}to{transform:scale(1);opacity:.7}}.loading-text{color:#fceeee;margin-right:10px;font-size:18px}