#ai_audio_pause.elementor - icon, #ai_audio_play.elementor - icon {
    cursor: pointer
}
#ai_audio_play.elementor - icon {
    -webkit - animation: aiAudio - anim 4 s linear infinite;
    animation: aiAudio - anim 4 s linear infinite
}
@ - webkit - keyframes aiAudio - anim {
    100 % {
        -webkit - transform: rotate(360 deg)
    }
}
@keyframes aiAudio - anim {
    100 % {
        transform: rotate(360 deg)
    }
}