.loading-overlay{z-index:9999;background-color:#000357;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loader{justify-content:space-evenly;width:60px;display:flex}.ball{background-color:#fff;border-radius:50%;width:12px;height:12px;list-style:none}.ball:first-child{animation:1.5s ease-in-out infinite bounce-1}@keyframes bounce-1{50%{transform:translateY(-18px)}}.ball:nth-child(2){animation:1.5s ease-in-out .3s infinite bounce-3}@keyframes bounce-2{50%{transform:translateY(-18px)}}.ball:nth-child(3){animation:1.5s ease-in-out .6s infinite bounce-3}@keyframes bounce-3{50%{transform:translateY(-18px)}}
