.loader{justify-content:center;align-items:center;display:flex}.loader img{animation:2s linear infinite rotateLoader;display:block}.primary_btn:has(.loader){-webkit-text-fill-color:#0000;position:relative}.primary_btn .loader{top:calc(var(--spacing,.25rem) * 0);left:calc(var(--spacing,.25rem) * 0);width:100%;height:100%;position:absolute}.primary_btn .loader img{width:20px;height:20px}@keyframes rotateLoader{to{transform:rotate(360deg)}}
