@media only screen and (max-width: 600px) {
    .tracker {
      /*cursor: pointer;*/
     /* border-bottom: 1px solid grey;*/
       /*background: url('/waveform/back/MML362_02_Memories.png');*/
      padding: 0;
      max-width: 320px;
      cursor: pointer;
      margin: 0 auto;
      position: relative;
    }
    .progress_image {
        min-width: 365px;
        top: 0px !important;
    }
}
@media only screen and (max-width: 320px) {
    .tracker {
      /*cursor: pointer;*/
     /* border-bottom: 1px solid grey;*/
       /*background: url('/waveform/back/MML362_02_Memories.png');*/
      padding: 0;
      max-width: 240px;
      cursor: pointer;
      margin: 0 auto;
      position: relative;
    }
    .progress_image {
        min-width: 320px;
        top: 0px !important;
    }
}
@media only screen and (min-width: 600px) {
     .tracker {
      /*cursor: pointer;*/
     /* border-bottom: 1px solid grey;*/
       /*background: url('/waveform/back/MML362_02_Memories.png');*/
      padding: 0;
      max-width: 240px;
      cursor: pointer;
      margin: 0 auto;
      position: relative;
    }
    .progress_image {
        min-width: 277px;
        top: 2px !important;
    }
}
@media only screen and (min-width: 768px) {
     .tracker {
      /*cursor: pointer;*/
     /* border-bottom: 1px solid grey;*/
       /*background: url('/waveform/back/MML362_02_Memories.png');*/
      padding: 0;
      max-width: 240px;
      cursor: pointer;
      margin: 0 auto;
      position: relative;
    }
    .progress_image {
        min-width: 277px;
        top: 2px !important;
    }
}
@media only screen and (min-width: 992px) {
     .tracker {
      /*cursor: pointer;*/
     /* border-bottom: 1px solid grey;*/
       /*background: url('/waveform/back/MML362_02_Memories.png');*/
      padding: 0;
      max-width: 350px;
      cursor: pointer;
      margin: 0 auto;
      position: relative;
    }
    .progress_image {
       min-width: 385px;
    top: 0px !important;
    }
}
@media only screen and (max-width: 1200px) and (min-width : 992px) {
     .tracker {
      /*cursor: pointer;*/
     /* border-bottom: 1px solid grey;*/
       /*background: url('/waveform/back/MML362_02_Memories.png');*/
      padding: 0;
      max-width: 550px;
      cursor: pointer;
      margin: 0 auto;
      position: relative;
    }
    .progress_image {
        min-width: 550px;
        top: 0px !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width : 1400px) {
     .tracker {
      /*cursor: pointer;*/
     /* border-bottom: 1px solid grey;*/
       /*background: url('/waveform/back/MML362_02_Memories.png');*/
      padding: 0;
      max-width: 490px;
      cursor: pointer;
      margin: 0 auto;
      position: relative;
    }
    .progress_image {
        min-width: 490px;
        top: 0px !important;
    }
}

@media only screen and (min-width: 1440px) {
     .tracker {
      /*cursor: pointer;*/
     /* border-bottom: 1px solid grey;*/
       /*background: url('/waveform/back/MML362_02_Memories.png');*/
      padding: 0;
      max-width: 550px;
      cursor: pointer;
      margin: 0 auto;
      position: relative;
    }
    .progress_image {
        min-width: 550px;
        top: 0px !important;
    }
}

.flex{
  display: flex;
  color: white;
  background-color: #252525;
}
.blank-list{
  display: none;
}
.row{
  margin:0;
}
.top-header{
  padding: 18px 20px;
}
p{
  margin: 0;padding: 0;
}
.first-icon{
  background-color: #1b1b1b;
}
.search-bar i{
  position: absolute;
}
.playlist-icon i{
  margin:0;float: right;
  min-width: 0;
  font-size: 20px;
  color: white;
}
.favourites i{
    margin: 0 -35px;
    padding: 25px;
    font-size: 20px;
    color: white;
}
.toggle-icon i{
    font-size: 20px;
    color: white;
}
i {
  padding: 10px ; 
  color: dimgray; 
  min-width: 50px; 
  text-align: center; 
} 
.search-bar input{
  width: 100%; 
  padding: 5px 2px; 
  text-align: center;
  border-radius: 20px; 
  border:1px solid dimgray;
  background-color: #252525;
  color: white;
  font-size: 16px;
}
.top-header p{
  text-align: center;
  padding-top: 5px;
}
.top-header .playlist{
    text-align: right;
}
.side-navigation{
 background: #1b1b1b;
max-height: 100vh;
overflow-y: auto;
position: -webkit-sticky;
position: sticky;
top: 0;
}
.side-navigation ul {
    list-style: none;
    margin-left: 15px;
    padding: 0;
     height: 700px;
  /*overflow: scroll;*/

}
.side-navigation ul li {
    margin: 20px 0px;
    padding: 10px 0;
    border-bottom: 1px solid #2d2d2d;
    color: white;
}
ul li i{
  float: right;
  margin:0;
  padding: 0;
  min-width: 0;
  font-weight: 
}
.right-containt{
  background-color: black;
  color: white;
  margin:0;
  padding: 0;
}
.all-genres{
  display: none;
}
.top-containt {
    color: white;
    padding-top: 20px;
    padding-left: 25px;
}
.about-player{
  padding: 20px 0;
  color: grey;
}
.playlist{
  margin-left: 0;
  padding: 0;
  width: 100%;
}
.playlist table td {
  border:none;
}
.playlist table th {
  border:none;
  padding: 20px 15px;
}
/*.playlist thead,tr{
  border-bottom: 1px solid grey;
  width: 100%;
  background-size: 100%;
}*/
.playlist td strong{
  font-size: 15px;
  color: white;
}
.pauseBtn.pause {
    width: 100%;
    margin: 10px 0;
}
.playlist td{
  /*padding-top: 30px;*/
  color: white;
  line-height: 40px;
  height: 40px;
  padding-bottom: 0;
}
table tr{
  color: grey;
  width: 100%;
  padding: 0 20px;
  font-size: 12px;
  font-weight: initial;
  border-bottom: 1px solid grey;
}

.playBtn i{
  font-size: 30px;
  margin: 0;
  padding: 10px 15px;
}
.circle-num1 span {
    border-radius: 50%;
    border: 1px solid grey;
    padding: 5px;
    margin: 0 3px;
    font-size: 14px;
}
.circle-num2 span {
    border-radius: 50%;
    border: 1px solid grey;
    padding: 5px 8px;
    margin: 0 3px;
    font-size: 14px;
}
.icons i {
    margin: 0;
    padding: 0;
    font-size: 15px;
    min-width: 30px;
}
.mood-list{
  background-color: #1b1b1b;
  padding:25px;
  display: none;
}
.mood-list li{
  list-style: none;
  padding:20px;
  border-bottom: 1px solid grey;
}

.genres-list{
  background-color: #1b1b1b;
  display: none;
  padding: 25px;
}
.genres-list li{
  list-style: none;
  padding:20px;
  border-bottom: 1px solid grey;
}

a{
  color:white;
  text-decoration: none;
}
a:hover{
  color:orange;
  text-decoration: none;
}
.bottom-containt{
  width: 100%;
  padding: 0 20%;
}
.bottom-containt a{
margin-left: 20px;
}
/*.bottom-player{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: black;
}*/
.controls{
  display: flex;
  color: white;
}

.controls i{
  color: #fff;
  cursor: pointer;
}
.trackDetails{
  padding:0 10px;
  font-size: 20px;
  text-align: left;
 /* display: flex;*/
}
.playIcon{
  display: flex;
  padding: 5px;
  justify-content: center;
}
.trackDetails .title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: orange;
}
.timer{
  padding: 0; 
}
.timer .current-time{
  color: orange;
}
.moreDetails{
  padding: 5px;
}
.bottom-player{
  position: fixed;
  width: 100%;
  bottom: 0;
  height: auto;
}
.player{
   background-color: black;
   padding: 15px 0;
   text-align: center;
}

table .active {
    background-color: #ffa5003b;
}
.play, .pause, .rew, .fwd i {
    font-size: 30px;
    max-width: 40px;
}
 .pause {
  display: none;
}
.pauseBtn{
  display: none;
}

.hidden {
  display: none;
}

.visible {
  display: inline-block;
}
.pauseBtn i {
    font-size: 30px;
    margin: 0;
    padding: 5px 15px;
}
/*.tracker{*/
/*    width : 100%;*/
/*    height: 100%;*/
    
/*}*/
.tracker {
  /*cursor: pointer;*/
 /* border-bottom: 1px solid grey;*/
   /*background: url('/waveform/back/MML362_02_Memories.png');*/
  padding: 0;
  max-width: 550px;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}
.back_image{
  z-index: 1;
}
.back-image , .ui-slider-range , .progress_image{
  position:absolute;
      
    left: 0;
    top: 0;
    cursor: text;
}
/*.progress_image{*/
/*    min-width:550px;*/
/*}*/
.ui-slider-range{
  z-index: 2;
  overflow: hidden;
}
.tracker .ui-slider-range {
  /*background: url('/waveform/progress/MML362_02_Memories.png');*/
  -webkit-transition: all ease-in-out .3s;
  /*background-color: #3399CC;*/
  transition: all ease-in-out .3s;
  height: 100%;
  top: 0;
  
  cursor: pointer;
  /*display: none;*/
  /*border-right: 2px solid #f1ad4c;*/
}
.ui-widget.ui-widget-content {
  border: 0;
}
/*.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min*/
/*{height:100%;*/
/*background-position-x:left !important;*/
/*}*/


.ui-corner-all {
  border-radius: 0;
}

.ui-slider .ui-slider-handle {
  display: block;
  height: 14px;
  border-radius: 14px;
  width: 14px;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.progress-image{
    position: absolute;
    left: 0;
    margin-left: 15px;
    top: 2px;
    height: 75px;
}
/*.ui-slider-range{*/
/*    z-index: 2;*/
/*    width: 0;*/
/*    overflow: hidden;*/
/*    border-right: solid 1px #333;*/
/*}*/
.last-div {
    display: flex;
}
.volume {
 position: absolute;
top: -40px;
transform: rotate(270deg);
cursor: pointer;
width: 80px;
height: 5px;
-webkit-appearance: none;  /* Override default CSS styles */
appearance: none;
background: #0b5cbd; /* Grey background */
outline: none; /* Remove outline */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
border-radius: 10px;
display: none;
}
/*.volume .ui-slider-range{*/
/*  background: orange none repeat scroll 0% 0%;*/
/*  height: 15px;*/
/*  border-radius: 10px;*/
/*}*/
.ui-slider-handle.ui-corner-all.ui-state-default {
    display: none;
}
.music-play-list{
position: fixed;
width: 100%;
bottom: 12%;
left: 30%;
background: black;
border: 1px solid grey;
overflow: scroll;
height: 50%;
display: none;
}
.last-div i {
    margin: 0;
    padding:70% 0;
    min-width: 25px;
}
#waveform{
  height: 100%;
  cursor: pointer;
}
#waveform wave{
  height: 60px !important;
}
.bottom-containt a {
    margin: 5px 5px 10px 5px;
}
/***/

/*@media only screen and (max-width: 767px) {*/
/*    .player .controls .moreDetails, .player .controls .last-div {*/

/*    display: none;*/
/*    }*/
/*    .player .controls .timer p {*/
/*    display: inline-block;*/
/*    }*/
/*    .playlist table td {*/
/*    border: none;*/
/*    min-width: 70px;*/
/*    line-height: 18px;*/
/*    padding: 5px;*/
/*    }*/
/*    .playlist td strong {*/
/*    font-size: 12px;*/
/*    color: white;*/
/*    margin-left: -15px;*/
/*    display: block;*/
/*    line-height: 14px;*/
/*    }*/
/*}*/

