.useloading-container{--uib-size:36px;--uib-color:#fff;--uib-speed:1s;--uib-stroke:3px;position:relative;display:flex;align-items:center;justify-content:flex-start;height:var(--uib-size);width:var(--uib-size)}.useloading-line{position:absolute;top:0;left:calc(50% - var(--uib-stroke)/2);display:flex;align-items:flex-start;height:100%;width:var(--uib-stroke)}.useloading-line:before{content:"";height:22%;width:100%;border-radius:calc(var(--uib-stroke)/2);background-color:var(--uib-color);animation:pulse calc(var(--uib-speed)) ease-in-out infinite;transition:background-color .3s ease;transform-origin:center bottom}.useloading-line:first-child{transform:rotate(-30deg)}.useloading-line:first-child:before{animation-delay:calc(var(--uib-speed)/-12*1)}.useloading-line:nth-child(2){transform:rotate(-60deg)}.useloading-line:nth-child(2):before{animation-delay:calc(var(--uib-speed)/-12*2)}.useloading-line:nth-child(3){transform:rotate(-90deg)}.useloading-line:nth-child(3):before{animation-delay:calc(var(--uib-speed)/-12*3)}.useloading-line:nth-child(4){transform:rotate(-120deg)}.useloading-line:nth-child(4):before{animation-delay:calc(var(--uib-speed)/-12*4)}.useloading-line:nth-child(5){transform:rotate(-150deg)}.useloading-line:nth-child(5):before{animation-delay:calc(var(--uib-speed)/-12*5)}.useloading-line:nth-child(6){transform:rotate(-180deg)}.useloading-line:nth-child(6):before{animation-delay:calc(var(--uib-speed)/-12*6)}.useloading-line:nth-child(7){transform:rotate(-210deg)}.useloading-line:nth-child(7):before{animation-delay:calc(var(--uib-speed)/-12*7)}.useloading-line:nth-child(8){transform:rotate(-240deg)}.useloading-line:nth-child(8):before{animation-delay:calc(var(--uib-speed)/-12*8)}.useloading-line:nth-child(9){transform:rotate(-270deg)}.useloading-line:nth-child(9):before{animation-delay:calc(var(--uib-speed)/-12*9)}.useloading-line:nth-child(10){transform:rotate(-300deg)}.useloading-line:nth-child(10):before{animation-delay:calc(var(--uib-speed)/-12*10)}.useloading-line:nth-child(11){transform:rotate(-330deg)}.useloading-line:nth-child(11):before{animation-delay:calc(var(--uib-speed)/-12*11)}@keyframes pulse{0%,80%,to{transform:scaleY(.75);opacity:0}20%{transform:scaleY(1);opacity:1}}