/* Fix Smart Playlist modal white dropdown background */
.select-box, 
.select-box__menu, 
.select-box__option, 
select, 
option {
    background-color: #222 !important;    /* dark background */
    color: #fff !important;               /* white text */
}

/* Fix input fields inside Smart Playlist modal */
.smart-playlist-rule-input input,
.smart-playlist-rule-input select {
    background-color: #333 !important;
    color: #fff !important;
    border: 1px solid #666 !important;
}

/* Fix modal panel */
.vfm__content {
    background-color: #1b1b1b !important;
    color: #fff !important;
}

/* Fix the dropdown options list */
.v-select-list, 
.v-select-option {
    background-color: #222 !important;
    color: #fff !important;
}

/* Fix dropdown hover */
.v-select-option:hover {
    background-color: #444 !important;
    color: #fff !important;
}
