.audioPlayerWrapper{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
/* Top Info */

.titleWrapper{
  position: relative;
  width: 39.1%;
  height: 48px;
  overflow: unset;
  border: 1px solid #ebebeb;
  border-radius: 6px;
}
#title {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.thumbnail-wrap{
  width: 50px;
  height: 48px;
  background-color: #ecebee;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.thumbnail-wrap img{
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.trackDeatil{
  width: calc( 100% - 50px );
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 0;
}
.trackName{
  width: 100%;
  height: auto;
  font-size: 11px;
  color: #05040c;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 3px 10px 0px;
}

.trackName #track{
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trackTimer{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px 3px;
}

.progressBar{
  width: calc( 100% - 53px );
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 50px;
}

#timer {
  font-size: 11px;
  color: #05040c;
}
#duration {
  font-size: 11px;
  color: #05040c;
}

/* Controls */
.controlsOuter {
  position: relative;
  width: 27.27%;
  height: auto;
}
.controlsInner {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.controlsInnerbtn{
  width: auto;
  height: auto;
  max-width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.controlsOuter .btn {
  cursor: pointer;
}
#playBtn {
  background-image: url('/frontend/images/playBtn.svg');
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center center;
}
#pauseBtn {
  background-image: url('/frontend/images/pause.svg');
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.shuffleBtn {
    background-image: url('/frontend/images/shuffle.svg');
    width: 18px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.shuffledBtn {
    background-image: url('/frontend/images/shuffled.svg');
    width: 18px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#repeatBtn {
  background-image: url('/frontend/images/repeat.svg');
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center center;
}
#repeatBtn.repeatedBtn {
  background-image: url('/frontend/images/repeated.svg');
}
.playPause{
  width: 16px;
  height: 20px;
  margin: 0 13px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#prevBtn {
  background-image: url('/frontend/images/previous.svg');
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center center;
  margin: 0 0 0 13px;
  overflow: hidden;
}
#nextBtn {
  background-image: url('/frontend/images/next.svg');
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center center;
  margin: 0 13px 0 0;
}
#playlistBtn {
  display: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUVBQzMwNzRDNzI0MTFFNTk2RTBDMTRBMkYyNjVGMzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUVBQzMwNzVDNzI0MTFFNTk2RTBDMTRBMkYyNjVGMzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRUFDMzA3MkM3MjQxMUU1OTZFMEMxNEEyRjI2NUYzNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRUFDMzA3M0M3MjQxMUU1OTZFMEMxNEEyRjI2NUYzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnWBPa0AAADGSURBVHjaYvz//z/DYAFMDIMIjDpm1DHDwjH/0fDugXAMCxK7AojPAnEHmpo0IFaisTsqIEECLPT+Q4ALlL0bihmQ+LQGYLsYoSXwf2iovAdiYyjbdaCiaQ+S2FkopjtgHK2bCESTC5r4+4GIKuQEjAz2DGQCHhTlDAtaLtoDjSJkoATN7iMzmjrRxO+NljODsZzpwBJNs0bLGShwhToCvWHVQYes7YruGJiFgljKmpEbTa5YKsrRcmbUMaOOGXUMNQBAgAEAm2XFJrn+jrsAAAAASUVORK5CYII=');
  width: 35px;
  height: 35px;
  top: 50%;
  left: 3%;
  margin: -17.5px auto;
}
#volumeBtn {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUVBQzMwNzBDNzI0MTFFNTk2RTBDMTRBMkYyNjVGMzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUVBQzMwNzFDNzI0MTFFNTk2RTBDMTRBMkYyNjVGMzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRUFDMzA2RUM3MjQxMUU1OTZFMEMxNEEyRjI2NUYzNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRUFDMzA2RkM3MjQxMUU1OTZFMEMxNEEyRjI2NUYzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtAZ+FgAAAHRSURBVHja7FjRbYMwEIWqC7CCO4IzgjMCHYEV6AjuCHSEMAKMkIwAI5ARXFt9rox1phDA5KMnPSGwOZ4fx/mOVCmVPIu9JE9ke5GRGpejyeQanUapkXlj5lzEIMM1GqjRAyG1eNCLCeAVyDQq9WOdRoHrDeDP7YCM8reGiNQYQER6D6DIGHDc02xFJsfqjF00GDEnRCaBegp+RmMp8oyYERcmAAvMvWl8aLSBuQ2O58D4Ff7eqJiZa4MTF1OYUsZAwF9BKaOw0tsf6pjx+wwVXWU41Pwk1DF2opQRK7+skDIyECMlrv8GfoztwMaW9K7XTqKMujeZV8SQma31eO0iNpkW8L/a3t02Yu7aITL8CDL2S2VE/jqsnnHJ3I8urnpKldhkOEFmdB6TTO7kFveVRScjoExLqBWVTIbsax765RFh7n74GoFMiQefCLXcbWFEhs/MFfeFZGon9fsx1I78PVDPyA3qmXyqnhEzV1lgRT124/rBSq+Dj/Pa7sDUPVesrEGRvUSZMlQ/rSmgCqc7qBZ0B7aQ37RVsb2QJOIp1DcNUDXbg4wFw2qV06j5ZCqQYSE/yYZ1LxVPvjJ86v50p/8ztr96X3JT+v+zKGDfAgwAZkMcn0x+AsMAAAAASUVORK5CYII=');
  width: 35px;
  height: 35px;
  top: 50%;
  right: 3%;
  margin: -17.5px auto;
}

/* Progress */
#waveform {
  margin: 0 !important;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0px;
  bottom: -1px;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  z-index: 5;
}
#waveform canvas {
  display: none;
}
#bar {
  width: 100%;
  height: 3px;
  background-color: transparent;
}
#progress {
  width: 0%;
  height: 3px;
  background-color: rgba(0, 0, 0, 1);
}

/* Loading */
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px;
  width: 70px;
  height: 70px;
  background-color: #bdbcbb;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  display: none;
}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Plylist */
#playlist {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-song {
  width: 100%;
  height: 120px;
  font-size: 50px;
  line-height: 120px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}
.list-song:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

/* Volume */
.volumeWrapper{
  width: 23.5%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.volumeWrapper img{
  width: 13px;
  overflow: hidden;
  margin-right: 5px;
}
#volume {
  position: relative;
  width: 60px;
  height: 5px;
  background-color: transparent;
  border: 1px solid #707070;
  touch-action: none;
  -webkit-user-select: none;
  /* display: none; */
}
.bar {
  position: absolute;
  top: -1px;
  left: -1px;
  margin: auto;
  height: 5px;
  background-color: transparent;
}
#barEmpty {
  width: 95%;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}
#barFull {
  width: 95%;
  background-color: #707070;
  left: 0px;
}
#sliderBtn {
  width: 11px;
  height: 11px;
  position: absolute;
  top: -4px;
  left: 93.25%;
  margin: auto;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  cursor: pointer;
}

.addLikeDownWrapper{
  width: 9%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}



.addLikeDownWrapper button{
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}


.addIcons{
  width: 16px;
  height: 20px;
  overflow: hidden;
  margin-right: 10px;
}
.showcase {
  height: 43px;
  /* overflow: hidden; */
}

.addLikeDownWrapper .dropdown-menu {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 116px;
  z-index: 1;
  padding: 0;
  min-width: auto;
  border-radius: 10px;
  border: none;
  min-width: 264px;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 19px 29px 0px;
}

/* Style the dropdown items */
.addLikeDownWrapper .dropdown-menu ul {
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 195px;
  overflow-y: auto;
  font-size: 13px;
  font-weight: normal;
  color: #05040c;
}

.addLikeDownWrapper .dropdown-menu li {
  padding: 7px 15px;
  background-color: #fff;
}
.addLikeDownWrapper .dropdown-menu li a{
  text-decoration: none;
}
.addLikeDownWrapper .dropdown-menu li a:hover{
  text-decoration: underline;
}

.createList{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.createList input{
  width: calc( 100% - 70px );
  height: 30px;
  border: none;
  border-radius: none;
  border-bottom: 1px solid #e6e5e6;
  padding: 7px 5px 7px 2px;
  font-size: 12px;
  font-weight: normal;
  color: #05040c;
}

.createList input:focus, .createList input:focus-visible{
  outline: none;
  border-color: #e6e5e6;
}

.createList input:active{
  box-shadow: none;
}

.createList input::placeholder{
  color: #05040c;
}


.createList button,.createList a{
  min-width: 70px;
  height: 26px;
  background-color: #6d6df6 !important;
}

.createList button:hover,.createList a:hover{
  background-color: #efeef1 !important;
}

.createdPlayList{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.createdPlayList p{
  max-width: calc( 100% - 70px );
  font-size: 12px;
  font-weight: normal;
  color: #05040c;
  margin-bottom: 0;
}

.createdPlayList button,.createdPlayList a{
  max-width: 70px;
  color: #6d6df6;
  transition: all 0.3s ease;
  text-align: right;
}

.createdPlayList button:hover,.createdPlayList a:hover{
  text-decoration: underline;
}

.secondary-button {
  font-size: 13px;
  color: #fff;
  border-radius: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.PlayerAllDetails{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .titleWrapper{
    width: 42%;
  }
  .volumeWrapper{
    width: 17%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .addLikeDownWrapper{
    width: 12%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .titleWrapper{
    width: calc( 100% - 60px );
    margin: 0 auto;
    border: none;
    height: 66px;
    border-radius: 0;
    overflow: unset;
  }
  .trackName{
    justify-content: center;
    align-items: flex-start;
  }
  .artistName{
    color: #9b9b9b;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .thumbnail-wrap{
    border-radius: 10px;
  }
  .progressBar {
    width: 100%;
    bottom: -6px;
    left: 0;
  }
  .PlayerAllDetails{
    width: calc( 100% - 80px );
  }
  .playerMobileBtn{
    width: 80px;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .playerMobileBtn img{
    width: 35px;
    height: 21px;
    object-fit: contain;
  }
  .forwardMobile{
    width: 35px;
    height: 21px;
    margin-left: 10px;
  }
  .forwardMobile img{
    width: 35px;
    height: 21px;
    object-fit: contain;
  }
  #progress {
    background-color: #9b9b9b;
  }
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
  .titleWrapper{
    width: calc( 100% - 40px );
  }
}

/* Fade-In */
.fadeout {
  webkit-animation: fadeout 0.5s;
  -ms-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}
.fadein {
  webkit-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@-webkit-keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@-ms-keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}

@media only screen and (min-width: 768px) {
  .PlayerAllDetails{
    align-items: flex-start;
  }
  .emptyTrack{
    padding-top: 8px;
  }
  .trackName {
    padding: 0px 45px 0px;
    position: relative;
    top: 13px;
  }
}
