@keyframes progress-circular-rotate{to{transform:rotate(1turn)}}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}.t-loading{align-items:center;display:inline-flex;justify-content:center;position:relative;vertical-align:middle}.t-loading svg{height:100%;top:0;right:0;bottom:0;left:0;margin:auto;position:absolute;width:100%;z-index:0}.t-loading .t-loading__overlay{stroke:currentColor;transition:all .6s ease-in-out;z-index:2}.t-loading.t-loading--indeterminate svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.t-loading.t-loading--indeterminate .t-loading__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite;stroke-linecap:round;stroke-dasharray:80,200;stroke-dashoffset:0px}
