/*Volumn control hover and focus buttons */
.ai-wrap .ai-btn:hover svg,
.ai-wrap .ai-btn:focus svg {
    color: #F9DB6D;
}
/*Main play button */
.ai-wrap .ai-audio-control {
    background: #A71D31;
}
/*Main play hover and focus */
.ai-wrap .ai-audio-control:hover,
.ai-wrap .ai-audio-control:focus {
    background: #3CBBB1;
}
/* Volume bars */
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
    background: #F9DB6D;
}
/* Music progress */
.ai-wrap .ai-track-progress {
    background: #F9DB6D;
}

.ai-tracklist .ai-track{background:#3E3E3E!important;}
.ai-tracklist .ai-track:hover{background:#3CBBB1!important;}
.ai-wrap .ai-scroll-wrap > div:last-child div{background:#F9DB6D!important;}