.theme-spinner{vertical-align:middle;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:inline-flex}.theme-spinner__circle{box-sizing:border-box;border:.125rem solid #fff;border-top-color:#106ebe;border-radius:50%;width:100%;height:100%;animation:.7s linear infinite theme-spinner-rotate;display:block}@keyframes theme-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
