.app-loader{flex:auto;justify-content:center;align-items:center;display:flex}.app-loader__icon{width:30px;height:30px}.app-loader--large .app-loader__icon{width:60px;height:60px}.app-loader__icon svg{width:100%;height:100%;transform:translate(0,0)}.app-loader__path{transform-origin:50%;will-change:transform, stroke, stroke-dasharray, stroke-dashoffset;stroke:#abb1b7;animation:2.1875s linear infinite rotateIcon,1.25s ease-in-out infinite animateStroke}.app-loader--colored .app-loader__path{stroke:#009bac}@keyframes rotateIcon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes animateStroke{0%{stroke-dasharray:0 190;stroke-dashoffset:0}50%{stroke-dasharray:140 190;stroke-dashoffset:-35px}to{stroke-dasharray:0 190;stroke-dashoffset:-175px}}
