#child-app-container{margin:auto;min-height:calc(100vh - 584px);position:relative;width:100vw}#child-app-container .loading{align-items:center;bottom:0;display:flex;flex-direction:row;justify-content:center;left:20%;padding:0 20%;position:absolute;right:20%;top:0;z-index:20}#child-app-container .loading>div{border-radius:100%;box-sizing:border-box;height:10px;white-space:nowrap;width:10px}#child-app-container .loading>div:first-child{animation:ball-elastic-dots-anim 1s infinite;background-color:#434d5c33}#child-app-container .loading>div:nth-child(2){animation:ball-elastic-dots-anim 1s infinite;background-color:#434d5c99}#child-app-container .loading>div:nth-child(3){animation:ball-elastic-dots-anim2 1s infinite;background-color:#434d5c}#child-app-container .loading>div:nth-child(4){animation:ball-elastic-dots-anim 1s infinite;background-color:#434d5c99}#child-app-container .loading>div:nth-child(5){animation:ball-elastic-dots-anim 1s infinite;background-color:#434d5c33}@keyframes ball-elastic-dots-anim{0%{margin:0}to{margin:0;opacity:0;transform:scale(1)}50%{margin:0 5%;opacity:.65;transform:scale(.65)}}@keyframes ball-elastic-dots-anim2{0%{margin:0}to{margin:0;transform:scale(1)}50%{margin:0 5%;transform:scale(.65)}}
