.ikh-busy{position:relative;pointer-events:none;opacity:.75;cursor:progress}.ikh-busy::before{content:"";width:1em;height:1em;flex:0 0 auto;display:inline-block;vertical-align:-.15em;margin-right:.45em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:ikh-busy-spin .65s linear infinite}.ikh-busy>i.bi,.ikh-busy>.bi{display:none}@keyframes ikh-busy-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.ikh-busy::before{animation-duration:1.4s}}