.splash-screen{background-color:#efefef;flex-direction:column;z-index:1000;top:0;left:0;width:100vw;height:100vh}.splash-screen,.splash-screen .loading{display:flex;align-items:center;justify-content:center;position:fixed}.splash-screen .loading{height:100%;width:100%}.splash-screen .loading__dot{animation:dot 1s ease-in-out infinite;background-color:gray;display:inline-block;height:20px;margin:10px;width:20px;border-radius:5px}.splash-screen .loading__dot:nth-of-type(2){animation-delay:.2s}.splash-screen .loading__dot:nth-of-type(3){animation-delay:.3s}@keyframes dot{0%{background-color:gray;transform:scale(1)}50%{background-color:#437ada;transform:scale(1.3)}to{background-color:gray;transform:scale(1)}}