
span[data-v-1814c1db] {
    border: 1px solid black;
    border-right: none;
    border-radius: 100px;
    width: 1ch;
    height: 1ch;
    display: inline-block;
    animation: spin-1814c1db 1s linear infinite;
}
@keyframes spin-1814c1db {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
