.s-loading-indicator{height:56px;margin:1rem 0;opacity:1;text-align:center;width:100%}@keyframes loading-enter-animation{0%{height:0;margin:1rem 0;opacity:0}to{height:56px;margin:1rem 0;opacity:1}}@keyframes loading-leave-animation{0%{height:56px;margin:1rem 0;opacity:1}to{height:0;margin:0;opacity:0}}.s-loading-indicator-enter-active{animation:loading-enter-animation 225ms cubic-bezier(.4,0,.2,1) forwards}.s-loading-indicator-leave-active{animation:loading-leave-animation 195ms cubic-bezier(.4,0,.2,1) forwards}.s-loading-indicator-enter-from,.s-loading-indicator-leave-to{height:0;margin:1rem 0;opacity:0}.s-loading-indicator-enter-to,.s-loading-indicator-leave-from{height:56px;margin:1rem 0;opacity:1}.expand-y{height:2px;opacity:1}@keyframes expand-y-enter-animation{0%{height:0;opacity:0}to{height:2px;opacity:1}}@keyframes expand-y-leave-animation{0%{height:2px;opacity:1}to{height:0;opacity:0}}.expand-y-enter-active{animation:expand-y-enter-animation 225ms cubic-bezier(.4,0,.2,1) forwards}.expand-y-leave-active{animation:expand-y-leave-animation 195ms cubic-bezier(.4,0,.2,1) forwards}.expand-y-enter-from,.expand-y-leave-to{height:0;opacity:0}.expand-y-enter-to,.expand-y-leave-from{height:2px;opacity:1}.loading-indicator{animation:rotation 1s linear infinite;border:3px solid hsla(0,0%,100%,.1);border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;position:relative;width:48px}.loading-indicator:after{border-color:#fab700 transparent;border-radius:50%;border-style:solid;border-width:3px;box-sizing:border-box;content:"";height:56px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:56px}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.progress{animation:progress 1s linear infinite}.left-right{transform-origin:0 50%}@keyframes progress{0%{transform:translate(0) scaleX(0)}40%{transform:translate(0) scaleX(.4)}to{transform:translate(100%) scaleX(.5)}}
