@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
html {
    height: 100%;
}
body{
    
    background: rgb(51,51,51);
    background: linear-gradient(to bottom, #000,  #3b3b3b);

    color:#AAAAAA;
    background-repeat: no-repeat;
    margin: 0;
    height: 100%;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.playlists_2-0_ind_div_icon a{
color: #ffffff !important;
}
.playlists_2-0_ind_div_icon{
    background-size: cover;
    padding-top: 100%;
    position: relative;
    background-color: #2A2A2A;
    box-shadow: 0 0 14px rgba(0,0,0,0.21);
    box-shadow: 0 0 20px #000;
    border-radius: 3px;
}
.playlists_2-0_layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.FTT_play-icon{
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size:65px;
    transition: all 50ms linear;
    visibility:hidden;
    z-index: 9;
  }
  .FTT_play-icon span:after{
    font-family: FontAwesome;
    content: "\f144";
  }
  .FTT_play-icon span:hover{
    font-size: 70px;
  }
  .FTT_play-icon:hover + .playlist_2-0_content{
  background-color:rgba(0, 0, 0, 0.1);
  }
  .FTT_play-icon:hover + .albums_2-0_layer{
    background-color: none;
  }
  .FTT_show-more-icon{
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size:65px;
    transition: all 50ms linear;
  }
  .FTT_show-more-icon span:after{
    font-family: FontAwesome;
    content: "\f0a9";
  }
  .FTT_show-more-icon:hover{
    font-size: 70px;
  }
.play-btn{
    font-size: 12px;
    margin-top: 20px;
    border-radius: 25px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-weight: bold;
}
.playlist-nav{
    float:right;
}
.playlist-nav li a{
    color: #808080;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    border: 1px solid #808080;
    border-radius: 35px;
    margin-left: 10px;
}
.nav-link {
    display: block;
    padding: .4rem 1rem;
}
.playlist-nav li a:hover{
    text-decoration: none;
    color:#fff;
    border-color: #fff;
}
.nav-link-logo{
    font-family: 'Pacifico', cursive;
    color: #d3d3d3;
    position: absolute;
    right: 20px;
    /* top: 30px; */
    bottom: 20px;
    font-size: 30px;
    text-transform: capitalize;
}
.nav-link-logo:hover{
    text-decoration: none;
    color:#fff;
}
.playlist-table{
    background:transparent; 
    font-size:13px;
    margin-top: 15px;
}
.playlist-table thead th {
    border-bottom: none;
    border-top: none;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 12px;
}
.playlist-table tbody td {
    border-bottom: none;
    border-top:none;
}
.playlist-table tbody td:nth-child(2) {
    font-weight: 600;
    color:#f8f8f8;
}
.playlist-table tbody td:nth-child(3) {
    font-weight: 600;
    color:#f8f8f8;
}
.playlist-table tbody td:nth-child(4) {
    font-weight: 600;
    color:#f8f8f8;
}
.playlist-table tbody tr:hover {
    background:#2A2A2A;
}
.playlist-table tr{
    border-bottom:1px solid #2A2A2A;
}
.popover-header{
    font-size:14px;
}
.popover-body{
    font-size:12px;
}

/* RemixDesign | woaichidapi@163.com | Redesigned by JimmyCheung */

#wrapper{
    position: fixed;
    bottom: -10px;
    width: 30%;
    right: 30px;
}
.audioplayer {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin: 1em 0;
    padding: 0 24px;
    width: 100%;
    height: 66px;
    align-items: center;
    border: 1px solid #DDE2E6;
    border-radius: 4px;
    background: #fff;
}

.audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: rgba(91, 130, 255, 0);
    border: 1px solid #5B82FF;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
    background: rgba(91, 130, 255, 0.1);
}

.audioplayer-playing .audioplayer-playpause {
    background: rgba(253, 79, 26, 0);
    border: 1px solid #FD4F1A;
}

.audioplayer-playing .audioplayer-playpause:hover {
    background: rgba(235, 79, 26, 0.1);
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: '';
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 7px solid transparent;
    border-right: none;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #0059FF;
}

.audioplayer-playing .audioplayer-playpause a {
    content: '';
    display: flex;
    justify-content: space-between;
    width: 12px;
    height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
    content: '';
    width: 4px;
    height: 14px;
    background-color: #FD4F1A;
}

.audioplayer-time {
    display: flex;
    width: 40px;
    justify-content:center;
    font-size: 12px;
    color: rgba(51, 51 ,51, .6)
}

.audioplayer-time-current {
    margin-left: 24px;
}

.audioplayer-time-duration {
    margin-right: 24px;
}

.audioplayer-bar {
    position: relative;
    display: flex;
    margin: 0 12px;
    height: 12px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: pointer;
}

.audioplayer-bar::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 100%;
    height: 2px;
    background-color: #DDE2E6;
}

.audioplayer-bar > div {
    position: absolute;
    left: 0;
    top: 5px;
}
.audioplayer-bar-loaded {
    z-index: 1;
    height: 2px;
    background: #BEC8D2;
}

.audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 2px;
    background: -webkit-linear-gradient(left,#0059FF,#09B1FA);
}

.audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -5px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #BEC8D2;
}

.audioplayer-playing .audioplayer-bar-played::after {
    border: 2px solid #0059FF;

}

.audioplayer-volume {
    display: flex;
    align-items: center;
}

.audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.audioplayer-volume-button a {
    display: flex;
    width: 6px;
    height: 8px;
    background-color: #9A9FB0;
    position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 9px solid #9A9FB0;
    border-bottom: 8px solid transparent;
    border-left: none;
    top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    left: 10px;
    top: -2px;
    width: 6px;
    height: 6px;
    border: 6px double #9A9FB0;
    border-width: 6px 6px 0 0;
    border-radius: 0 12px 0 0;
    transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
    background-color: #FD4F1A;
}

.audioplayer-mute .audioplayer-volume-button a:before {
    border-right: 9px solid #FD4F1A;
}

.audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.audioplayer-volume-adjust > div {
    position: relative;
    display: flex;
    width: 60px;
    height: 2px;
    cursor: pointer;
    background-color: #BEC8D2;
}

.audioplayer-volume-adjust div div {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #0059FF;
}

/* responsive | you can change the max-width value to match your theme */

@media screen and (max-width: 679px) {
    .audioplayer-volume-adjust {
        display: none;
    }
}

.jp-audio {
    bottom: 0px;
    right: 0px;
    left: 0px;
}
.jp-volume-controls {
    right: 0px;
}
.play-track{
    background: transparent;
    border: none;
    color: #fff;
    border-radius: 50%;
    outline: none;
    visibility: hidden;
}
.play-track:focus{
    outline: none;
}
.jp-audio, .jp-audio-stream, .jp-video {
    border-top: none;
}
.playlist-table tbody tr:hover  .play-track{
    visibility: visible;
}
.track-not-playing:before{
    font-family: FontAwesome;
    top:0;
    left:-5px;
    padding-right:10px;
    content: "\f04b"; 
}
.track-playing:before{
    font-family: FontAwesome;
    top:0;
    left:-5px;
    padding-right:10px;
    content: "\f028"; 
}
.track-playing{
    visibility: visible;
}
.playlist-name{
    color: #AAAAAA;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
}
.jumbotron h2{
    font-weight: 700;
}
.custom-small{
    color: #AAAAAA;
    font-size: 13px;
}
.custom-small .dot{
    font-size: 1px;
}
.jumbotron{

    padding: 1rem 1rem;
    background: transparent;
    color: #FEFEFE;
    border-radius: 0px;
    margin-bottom: 0px;
    position: relative;
}
.table-sm td, .table-sm th {
    padding: .5rem;
}
.jp-audio .jp-progress {
    top: 15px;
}