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