/* HEADER */

.credits-label {
    color: #ffffff;
}

.credits-tab-value {
    color: #ffffff;
}

.credits-progress {
    stroke: #ac9d78 !important;
}

/* SEARCH BAR */

.search-wrapper {
    background: #2a4257;
}

.search-icon {
    color: #8cb0cf;
}

.search-icon:focus {
    color: #ffffff;
}

.search-icon:hover {
    color: #ffffff;
}

.search-input {
    color: #ffffff;
}

.search-input::placeholder {
    color: #8cb0cf;
}

.search-input:focus {
    color: #ffffff;
}

.btn-clear-search {
    color: #8cb0cf;
}

/* BROWSE BUTTONS */

.nav-button.songs-title-button {
    background: linear-gradient(90deg, #2a4257 0%, #21384a 100%);
    color: #f5f5f5;
}

.nav-button.songs-tags-button {
    background: linear-gradient(90deg, #2a4257 0%, #21384a 100%);
    color: #f5f5f5;
}

.alpha-btn {
    background: #21384a;
    color: #ffffff;
}

.tags-filter-scroll {
    scrollbar-color: #ac9d78 #21384a;
}

/* MAIN CONTENT */

.scrollable-songs {
    scrollbar-color: #ac9d78 #21384a;
}

/* NOW PLAYING SONG ELEMENT */

.nowPlaying-title {
    color: #ac9d78;
}

.now-playing-box {
    background-color: #3db845;
}

.song-title-nowplaying {
    color: #ffffff;
}

.plus-icon-box-nowplaying {
    color: #ff0000;
    background-color: #eeff00;
}

/* REQUESTED SONG ELEMENT */

.request-title {
    color: #ac9d78;
}

.song-title {
    color: #ac9d78;
}

.song-artist {
    color: #ffffff;
}

.plus-icon-box {
    color: #fbff00;
}

.userVoted {
    background: #47b81e;
}
