.body-show-player {
    background-color: #000000 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%231a1a1a'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23383838' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23383838' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E")  !important;;
    background-attachment: fixed;

    color: silver;

}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.show_player_wrappa {
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 40px;
}

.onair_btn {
    padding: 10px 5px 10px 5px;
    background-color: silver;
}

.onair_btn:hover {
    background-color: #c0c0c0;
}

.show_wrappa {
    padding-bottom: 20px;
}
.show_wrappa>h3 {
    padding: 0;
    margin: 0;
    line-height: 1rem;
}



.recommendations {
    scrollbar-color: silver black;
}

.recommendations::-webkit-scrollbar {
    width: 5px;
}

.recommendations::-webkit-scrollbar-thumb {
    background: #ddd;
}

.recommendations::-webkit-scrollbar-track {
    background: #666;
}

