﻿.soundcloud-player-wrap .btn-default {
    background: none;
    border: 1px solid #555;
    color: #ccc;
    border-radius: 20px;
    padding: 5px 15px;
}

    .soundcloud-player-wrap .btn-default:hover {
        background: #f60;
        color: #fff;
        border-color: #f60;
    }
#cover-duration {
    position: absolute;
    bottom: 10px;
    right: 25px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
}
.track-item:hover {
    background: #222;
}

.mini-waveform wave {
    opacity: 0.9;
}
#btnPlayPause {
    float: left;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 0;
    text-align: center;
    line-height: 43px;
    background: #595959;
    color: #fff;
    border: none;
}
#btnPlayPause:hover {
    background: #ff7b00;
}

.player-title-container {
    overflow: hidden;
    margin-bottom: 15px;
}

#player-title {
    float: right;
    margin-top: 0;
}

.track-list {
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #555 #1a1a1a;
}

#player-poem {
    line-height: 2;
    font-size: 13px;
    color: #bfc3c8;
    margin-top: 10px;
    height: 180px;
    overflow-y: auto;
    scrollbar-width: thin; /* برای Firefox */
    scrollbar-color: #555 #1a1a1a; /* thumb, track */
}

    /* برای Chrome / Edge / Safari */
    #player-poem::-webkit-scrollbar {
        width: 6px;
    }

    #player-poem::-webkit-scrollbar-track {
        background: #1a1a1a;
        border-radius: 10px;
    }

    #player-poem::-webkit-scrollbar-thumb {
        background: #555;
        border-radius: 10px;
    }

        #player-poem::-webkit-scrollbar-thumb:hover {
            background: #ff6600;
        }

@media (max-width: 767px) {
    .player-title-container {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    #player-poem {
        height:auto;
    }
}