.indicator-root-xtL {
    height: calc(100% - 6rem);
}

.indicator-global-W6p {
}

.indicator-message-jbb {
    letter-spacing: 0.25em;
}

.indicator-indicator-4ge {
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: indicator-pulse-PNk;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes indicator-pulse-PNk {
    0% {
        filter: grayscale(1);
        transform: scale(0.75) rotate(-540deg);
    }
    100% {
        filter: grayscale(0);
        transform: scale(1) rotate(0deg);
    }
}

