.chat-message-typing {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 80px !important;
}

.chat-message-typing .chat-message-typing-body {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.chat-message-typing .chat-message-typing-circle {
    display: block !important;
    visibility: visible !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #404040 !important;
    animation: .8s ease-in-out 3.6s infinite chat-message-typing-animation-scaling !important;
}