            .Player.dark-style {
            background: #455a64;
            border: none;
            }
            .Player.dark-style .sc-player-1 .sc-next, .Player.dark-style .sc-player-1 .sc-prev, .Player.dark-style .sc-player-1 .sc-controls a.sc-pause, .Player.dark-style .sc-player-1 .sc-controls a.sc-play {
            border-color: #647780;
            height: 55px;
            outline: none;
            box-shadow: none;
            color: #ffeb3b;
            }
            .Player.dark-style .sc-player-1 p.sc-title {
            color: #ff5722;
            }
            .Player.dark-style .sc-player-1 .sc-scrubber .sc-time-indicators {
            color: #d32f2f;
            }
            .Player.dark-style .sc-player-1 .sc-next:hover, .Player.dark-style .sc-player-1 .sc-prev:hover, .Player.dark-style .sc-player-1 .sc-controls a.sc-pause:hover, .Player.dark-style .sc-player-1 .sc-controls a.sc-play:hover {
            color: #ffc107;
            }
            .Player.dark-style .sc-player-1 .sc-scrubber .sc-time-span {
            background: #799cac;
            }
            .Player.dark-style .sc-player-1 .sc-scrubber .sc-buffer {
            background: #33444c;
            }
            .Player.dark-style .sc-player-1 .sc-scrubber .sc-played {
            background: #3fb4ec;
            }
            .Player.dark-style a.sc-playe-repeat, .Player.dark-style a.sc-playe-next, .Player.dark-style a.sc-playe-dwonload {
            background: #607d8b;
            border-color: #607d8b;
            color: #ffffff;
            box-shadow: none;
            }
            .Player.dark-style a.sc-playe-repeat:hover, .Player.dark-style a.sc-playe-next:hover, .Player.dark-style a.sc-playe-dwonload:hover {
            background: #2196f3;
            border-color: #455a64;
            color: #ffffff;
            }
            .Player.dark-style a.sc-playe-repeat.active, .Player.dark-style a.sc-playe-next.active {
            background: #2196f3;
            border-color: #455a64;
            color: #ffffff;
            }
            .Player.dark-style a.sc-playe-next.active + a.sc-playe-repeat {
            border-color: #455a64;
            }
            .Player.dark-style ~ .sounds-list {
            background: #7b8f98;
            border: none;
            }
            .Player.dark-style ~ .sounds-list .list-title {
            background: #647780;
            border: 1px solid #647780;
            color: #ffffff;
            }
            .Player.dark-style ~ .sounds-list .list li a {
            background: #66b1ec;
            color: #ffffff;
            }
            .Player.dark-style ~ .sounds-list .list li.active a {
            background: #ec783f;
            color: #ffffff;
            }
            
    /* width */
    .Player ~ .sounds-list .list::-webkit-scrollbar {
    width: 10px;
    }

    /* Track */
    .Player ~ .sounds-list .list::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.35); 
    }

    /* Handle */
    .Player ~ .sounds-list .list::-webkit-scrollbar-thumb {
    background: #222; 
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    }

    /* Handle on hover */
    .Player ~ .sounds-list .list::-webkit-scrollbar-thumb:hover {
    background: #000; 
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    }
    0