.load-container{background:#ff5b2d;height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:arial,helvetica,sans-serif;font-size:27pt;padding:0;margin:0}.hollow-dots-spinner,.hollow-dots-spinner *{box-sizing:border-box}.hollow-dots-spinner{height:30px;width:180px;display:flex;margin-top:1rem}.hollow-dots-spinner .dot{flex:0 0 30px;width:30px;height:30px;margin:0 15px;border:6px solid #fff;border-radius:50%;transform:scale(0);-webkit-animation:hollow-dots-spinner-animation 1s ease 0ms infinite;animation:hollow-dots-spinner-animation 1s ease 0ms infinite}.hollow-dots-spinner .dot:first-child{-webkit-animation-delay:.3s;animation-delay:.3s}.hollow-dots-spinner .dot:nth-child(2){-webkit-animation-delay:.6s;animation-delay:.6s}.hollow-dots-spinner .dot:nth-child(3){-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes hollow-dots-spinner-animation{50%{transform:scale(1);opacity:1}to{opacity:0}}@keyframes hollow-dots-spinner-animation{50%{transform:scale(1);opacity:1}to{opacity:0}}