@import url('https://fonts.googleapis.com/css?family=Roboto');

.sidenav {
    overflow: hidden;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav a {
    font-family: Roboto, sans-serif;
    padding-left: 30;
    padding-bottom: 1.5px;
    text-decoration: none;
    font-size: 14px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #818181;
}
.sidenav a:active {
    color: #F21728;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.activemenu a{
    font-weight: bold;
    color: #F21728;
}






.nowplaying {
    margin-top: 25px;
    padding-bottom: 25px;
}
.cctrack {
    overflow: hidden;
    background: rgba(2, 55, 135, 0.7);
    border-bottom: 2px solid #2b3351;
    padding: 8px;
    margin: 10px;
}

.cctrack:first-child {
    background: rgba(2, 55, 135, 0.5);
    padding-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
}

.cctrack:last-child {
    border-radius: 4px 4px 4px 4px;
    border: none;
}

.cctrack:first-child .cccover img {
    height: 80px;
    width: 80px;
}

.cctrack:first-child .cctime {
    display: none;
}

.cctrack:first-child:before {
    content: "Now Playing";
    background: var(--theme-color);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 0px 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.cctrack .cccover {
    background-color: #FFF;
    border-radius: 4px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    clear: left;
}

.cctrack .cccover img {
    border-radius: 4px;
}

.cctrack .ccdetails_withcover {
    margin-left: 68px
}

.cctrack .cctitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 2px;
}

.cctrack .ccnowplaying {
    font-weight: 700
}

.cctrack .ccartist {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.cctrack .ccalbum {
    display: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.cctrack a.ccbuy,
.cctrack a.ccbuy:link,
.cctrack a.ccbuy:active,
.cctrack a.ccbuy:visited,
.cctrack a.ccbuy:hover {
    display: none;
    color: #919191;
    text-decoration: none;
    font-weight: 400
}

.cctrack a.ccbuy:hover {
    text-decoration: underline
}

.cctrack .cctime {
    float: right;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.cctrack .cctitle:before {
    content: "💿";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}

.cctrack .ccartist:before {
    content: "🎤";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}

.cctrack .ccalbum:before {
    content: "\f130";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}