.rt-wrapper-dea2b7fa {
    display: flex;
    width: 100%;
}

.rt-container-dea2b7fa {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.rt-center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;
}

.rt-text-path {
    position: relative;
    z-index: 2;
    animation: rt-rotate-dea2b7fa 15s linear infinite;
    transform-origin: center center;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.rt-text {
    font-family: inherit;
    font-size: 14px;
    text-transform: uppercase;
    fill: #888888;
}

@keyframes rt-rotate-dea2b7fa {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
