.ajax-throbber.sk-flow{height:calc(var(--sk-size)*1.3);justify-content:space-between;width:calc(var(--sk-size)*1.3);display:flex}.ajax-throbber .sk-flow-dot{animation:sk-flow 1.4s cubic-bezier(.455,.03,.515,.955) 0s infinite both;height:25%;background-color:var(--sk-color);border-radius:50%;width:25%}.ajax-throbber .sk-flow-dot:first-child{animation-delay:-.3s}.ajax-throbber .sk-flow-dot:nth-child(2){animation-delay:-.15s}@keyframes sk-flow{0%,80%,to{transform:scale(.3)}40%{transform:scale(1)}}