.loading-page{width:100vw;height:100vh;background-color:grey;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.spinner-box-container{width:240px;height:150px;text-align:center;padding-bottom:40px}.spinner-box{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hollow-dots-spinner,.hollow-dots-spinner *{-webkit-box-sizing:border-box;box-sizing:border-box}.hollow-dots-spinner{height:15px;width:90px}.hollow-dots-spinner .dot{width:15px;height:15px;margin:0 7.5px;border:3px solid #ff1d5e;border-radius:50%;float:left;-webkit-transform:scale(0);transform:scale(0);-webkit-animation:hollow-dots-spinner-animation-data-v-3411a4c5 1s ease 0ms infinite;animation:hollow-dots-spinner-animation-data-v-3411a4c5 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-data-v-3411a4c5{50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{opacity:0}}@keyframes hollow-dots-spinner-animation-data-v-3411a4c5{50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{opacity:0}}.spinner-box-container span{font-size:1rem;color:#fff}