/*Volumn control hover and focus buttons */
.ai-wrap .ai-btn:hover svg,
.ai-wrap .ai-btn:focus svg {
    color: green;
}
/*Main play button */
.ai-wrap .ai-audio-control {
    background: green;
}
/*Main play hover and focus */
.ai-wrap .ai-audio-control:hover,
.ai-wrap .ai-audio-control:focus {
    background: green;
}
/* Volume bars */
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
    background: green;
}
/* Music progress */
.ai-wrap .ai-track-progress {
    background: green;
}
