@property --border-angle{syntax:"<angle>";inherits:true;initial-value:0turn}.indicator-loading:after{content:"";background:conic-gradient(from var(--border-angle),transparent 25%,var(--color-gray-900) 99%,transparent);-webkit-mask-composite:xor;pointer-events:none;border-radius:9999px;padding:2px;animation:1.5s linear infinite border-spin;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes border-spin{to{--border-angle:1turn}}
