body{padding:0;margin:0}*{box-sizing:border-box}.app-loading{display:flex;align-items:center;justify-content:center;min-height:100vh}.app-loading_dots{display:inline-block;position:relative;width:80px;height:80px}.app-loading_dot{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:var(--color-primary-400);animation-timing-function:cubic-bezier(0,1,1,0)}.app-loading_dot:first-of-type{left:8px;animation:base-loading-1 .75s infinite}.app-loading_dot:nth-of-type(2){left:8px;animation:base-loading-2 .75s infinite}.app-loading_dot:nth-of-type(3){left:32px;animation:base-loading-2 .75s infinite}.app-loading_dot:nth-of-type(4){left:56px;animation:base-loading-3 .75s infinite}@keyframes base-loading-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes base-loading-2{0%{transform:translate(0,0)}100%{transform:translate(24px,0)}}@keyframes base-loading-3{0%{transform:scale(1)}100%{transform:scale(0)}}