.loader-with-icon{position:relative;width:var(--size);height:var(--size)}.loader-with-icon span{display:inline-block;width:var(--size);height:var(--size);aspect-ratio:1/1;position:absolute;top:0;left:-1px;border:1px solid var(--color);border-bottom:1px solid transparent;border-radius:100%;animation:keyframes-rotate .8s linear infinite}.loader-with-icon svg{width:100%;height:100%;padding:25%;fill:var(--color);animation:keyframes-blink .8s ease-in-out infinite}@keyframes keyframes-rotate{0%{transform:rotate(1turn)}}@keyframes keyframes-blink{50%{opacity:.8}}.simple-loader-svg-container{width:var(--size);transform-origin:center;animation:rotate4 2s linear infinite}.simple-loader-circler-container{fill:none;stroke:var(--color);stroke-width:var(--stroke-width);stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(1turn)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}