.loadingWrapper{width:100%;height:250px;position:relative}.loading{position:absolute;top:50%;left:50%}.loading-bar{border-radius:4px;width:4px;height:18px;margin:0 4px;animation:1s ease-in-out infinite loading;display:inline-block}.loading-bar:first-child{background-color:#16594c;animation-delay:0s}.loading-bar:nth-child(2){background-color:#42d3a5;animation-delay:90ms}.loading-bar:nth-child(3){background-color:#eb5e29;animation-delay:.18s}.loading-bar:nth-child(4){background-color:#00aed2;animation-delay:.27s}@keyframes loading{0%{transform:scale(1)}20%{transform:scaleY(2.2)}40%{transform:scale(1)}}.error{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed}
