﻿.bar-loader{position:absolute;display:flex;flex-flow:row;left:50vw;top:50vh;}.bar-loader>.rect{width:5px;height:25px;background:var(--primary);border-radius:5px;animation:squish .6s infinite ease-in-out;}.bar-loader .rect~.rect{margin-left:5px;}.bar-loader div:nth-of-type(1){animation-delay:-.1s;}.bar-loader div:nth-of-type(2){animation-delay:-.2s;}.bar-loader div:nth-of-type(3){animation-delay:-.3s;}@keyframes squish{0%,100%{transform:scaleY(.1);opacity:.2;}50%{transform:scaleY(1);opacity:1;}}