.demo-spin-icon-load{animation:ani-demo-spin 1s linear infinite}@keyframes ani-demo-spin{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.demo-spin-col{height:100px;position:relative;border:1px solid #eee}.clipHidden{position:absolute!important;clip:rect(0 0 0 0)!important}.rotateSvg{width:60px;height:60px;animation:rotate360 2s linear infinite}.circleDash{color:#1aada7;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90 120;stroke-dashoffset:0;stroke-width:2;stroke:#1aada7;stroke-linecap:round}@keyframes rotate360{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes loading-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-40px}to{stroke-dasharray:90 150;stroke-dashoffset:-120px}}