.loading-spinner__wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.loading-spinner{color:#0a66c2;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex}.loading-spinner--sm{width:1.5rem;height:1.5rem}.loading-spinner--lg{width:3.5rem;height:3.5rem}.loading-spinner__circle{box-sizing:border-box;border:.3em solid;border-top-color:#0000;border-radius:9999px;width:100%;height:100%;animation:.75s linear infinite loading-spinner-spin}.loading-spinner__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes loading-spinner-spin{to{transform:rotate(360deg)}}
