/* b/Components/BotAssistantWidget/BotAssistant.razor.rz.scp.css */
.loader-dots div[b-iy9lkjdrur] {
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader-dots div:nth-child(1)[b-iy9lkjdrur] {
    left: 8px;
    animation: loader-dots1-b-iy9lkjdrur 0.6s infinite;
}
.loader-dots div:nth-child(2)[b-iy9lkjdrur] {
    left: 8px;
    animation: loader-dots2-b-iy9lkjdrur 0.6s infinite;
}
.loader-dots div:nth-child(3)[b-iy9lkjdrur] {
    left: 32px;
    animation: loader-dots2-b-iy9lkjdrur 0.6s infinite;
}
.loader-dots div:nth-child(4)[b-iy9lkjdrur] {
    left: 56px;
    animation: loader-dots3-b-iy9lkjdrur 0.6s infinite;
}
@keyframes loader-dots1-b-iy9lkjdrur {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes loader-dots3-b-iy9lkjdrur {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes loader-dots2-b-iy9lkjdrur {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
