.cont-mp {
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;	
}

.player-ctn {
    position: relative;
    width: 50%;
    padding: 10px;
    background-color: #222;
    margin:auto;
    margin-bottom: 40px;		
}

#myProgress {
	position: relative;
    left: 2px;
    width: 400px;
    margin: 0 auto;
    background-color: #333; 
    cursor: pointer;
    height: 10px;
	top: 10px;
}

.mp-h2{
	padding: 30px 10px 20px 10px;
	text-align: center;
	font-size: 40px;
    position: relative;
    width: 50%;
    background-color: #222;
    margin: 0 auto;
	color: #eee;
}

#myBar {
    width: 0%;
    height: 10px;
    background-color: #999;
}

.logo {
    fill: red;
}

.btn-action{
    cursor: pointer;
    padding-top: 10px;
    width: 30px;
}

.btn-ctn, .infos-ctn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.infos-ctn{
	position: relative;
	margin: 0 auto;
	width: 400px;
    padding-top: 2px;
    font-weight: 900;
    font-size: 15px;
	margin-top: 20px;
}

.btn-ctn > div {
    padding: 5px;
    margin-top: 18px;
}

.infos-ctn > div {
    margin-bottom: 8px;
    color: #999;
}

.timer {
    left: 0;
    position: absolute;
}

.first-btn{
  margin-left: 3px;
}

.duration{
	position: absolute;
  right: 0;
}

.title{
    max-height: 28px;
    overflow: hidden;	
    margin: 0 auto;
    width: 100%;
    text-align: left;
    padding: 10px 10px 10px 0;
    font-weight: 800;
	color: #999;
}

.playlist-track-ctn{
    display: flex;
	align-items: center;
    justify-content: center;
    background-color: #464646;
    cursor: pointer;
	min-height: 56px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #000;	
}

.playlist-download .dashicons-cart {
    margin-bottom: 2px;
	right: 5px;
}

.playlist-download {
	margin-right: 20px; 
}

.playlist-img .dashicons,
.playlist-download .dashicons{
	position: relative;
	bottom: 1px;
}

.playlist-download .dashicons:hover {
	color: #c36dff;
}

.playlist-track-ctn .dashicons  {
	font-size: 22px !important;
}

.playlist-track-ctn:last-child{
  /*border: 1px solid #999; */
}

.playlist-nums {
	position: relative;
	font-weight: 800;
	bottom: 1px;
	color: #C0C0C0;
}

.playlist-info-track{
	position: relative;
	left: 20px;
    width: 100%;
}

.playlist-info-track,.playlist-duration{
    padding: 0 0 0 25px;
    color: #888;
    font-size: 14px;
    pointer-events: none;
}
.playlist-ctn{
    padding-bottom: 20px;
    overflow: auto;
    height: 500px;
	min-height: 300px;
	max-height: 400px;
}
.active-track{
  background: #333;
  color: #eee !important;
  font-weight: bold;
  
}

.gr-1 {
    width: 400px;
    margin: 0 auto;
    border: 4px solid #191919;
    border-radius: 28px;
    padding: 13px;
    background-image: url(wood2.jpg);
}
.active-track .dashicons,
.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
    color: #eee !important;
}

.playlist-btn-play {
    position: relative;
	left: 45px;
    pointer-events: none;
    bottom: 1px;
}

.playlist-track-ctn:hover .dashicons-controls-play  {
	color: #eee !important;
}

.player-ctn .dashicons {
  color: #999;
  font-size: 20px;
}

.playlist-track-ctn:hover > .playlist-info-track,
.btn-ctn .dashicons:hover {
	color: #eee;
}

.playlist-img img {
    width: 40px;
	max-width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 50%;
	margin: 10px 0 5px 0;
    right: 10px;
    position: relative;
}

.top-img .dashicons{
	display: none;
}

.playlist-img .dashicons {
    position: relative;		
	right: 10px;
	width: 40px;
}

.top-img {
    position: relative;
    margin: 0 auto;
    background-image: url(phonograph.png);
    background-repeat-x: no-repeat;
    background-position: center;
    width: 220px;
    background-size: cover;
    height: 220px;
}

.top-img img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 70px;
    left: 70px;
	object-fit: cover;
    object-position: 50% 50%;
}

.dott-play {
    position: absolute;
    top: 133px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #333;
    border: 1px solid #111;
}

.play-go {
	position: absolute;
    left: 210px;
    top: 80px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    left: 160px;
    right: 0;
    text-align: center;
    z-index: 1;
}

.record-animation {
	animation-name: spin;
	animation-duration: 5000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.player-ctn .mp-slider {
	position: relative;
    right: 2px;
    overflow: hidden;
    width: 129px;
    -webkit-appearance: none;
    background-color: #464646;
	padding: 0;
	margin-top: 5px;
}
.player-ctn  .mp-slider::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #13bba4;
    margin-top: -1px;
}
    
.player-ctn .mp-slider::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: ew-resize;
    background: #111;
    box-shadow: -120px 0 0 120px #999;
}

#toggleMute, #btn-mp-volume {
    margin: 0 auto;
    width: 182px;
	margin-bottom: 19px;
	position: relative;
    left: 3px;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
	
}

.playlist-ctn::-webkit-scrollbar {
	width: 15px;
}

.playlist-ctn::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #CCC;
}

.playlist-ctn::-webkit-scrollbar-thumb {
	background: #111;
}

.playlist-ctn::-webkit-scrollbar-thumb:hover {
	background: #070707;	
}

.seos-relative {
	position: relative;
}

@media screen and (max-width: 800px) {
	.player-ctn, .mp-h2 {
	    width: 100%;
		overflow: hidden;
	}
	.gr-1 {
	    width: 100%;
	}
	
	#myProgress {
		width: 100%;
	}
	
}