.home .player-btn-wrapper { display:none !important; }
.playlist-input-container input {
	margin-bottom: 5px;
	height: 45px;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: none;
}

.load_more_btn{
	float: right;
    font-weight: bold;
}

.user-audio-player-home .audio-progress-section {
	left: 24%;
    width: 53%;
}

.track-card-item img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 6px;
}

.play-pause-wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
}

#stream-player {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	height: 70px;
	background: #fff;
	box-shadow: 0 -3px 40px rgba(0, 0, 0, .1);
	text-align: left;
}

#stream-player:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #000;
	opacity: .6;
}

#stream-player .inner {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 0 20px;
}

#stream-cover {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	object-fit: cover;
}

#stream-controls button {
	background: transparent;
	padding: 10px 14px;
	color: white;
	cursor: pointer;
	margin: 0 3px;
}

#stream-play {
	border: 1px solid #fff;
	border-radius: 50%;
}

.player-wrapper {
	top: 17px;
}

.player-detail {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300px;
	padding-left: 70px;
	background: rgba(0, 0, 0, .1);
}

.player-detail .title {
	color: #fff;
	margin-top: 15px;
	font-weight: 700;
	font-size: .9em;
}

.player-detail .artist {
	color: #eee;
	font-size: .8em;
}

.user-audio-player-home .audio-sound-section {
	right: 15%;
}

.player-detail .title {
	padding-top: 7px;
}

.track-home .play-pause-btn.playing:after {
	display: none;
}

.track-home .play-pause-btn.playing {
	top: 7px;
	left: 12px;
}

.track-home .play-pause-btn.playing:after{
	content: '\f478';
    transform: translate(-165%, -72%);
    display: inline-block;
    font-family: 'Ionicons';
    position: absolute;
}


/* audio bottom player */
.stream-play.paused:after{ 
	content: '\f488';
	transform: translateX(1.5px);
	display: inline-block;
    font-family: 'Ionicons';
 }

 .stream-play.playing:after{ 
	content: '\f478';
	transform: translateX(0px);
	display: inline-block;
    font-family: 'Ionicons';
 }



.track-home .play-pause-btn.paused.remove-icon {
	margin-top: 8px;
	margin-left: 14px;
}

.track-home .play-pause-btn.paused.remove-icon.playing {
	margin-top: 0;
	margin-left: 0;
}
.user-audio-player-home .audio-progress-section{
	top: 5px;
}

.home-arrow-top-btn{ display: none; }

.user-audio-player-home .player-detail .title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


@media only screen and (max-width: 1800px) {
	.user-audio-player-home .audio-progress-section {
		left: 25%;
		width: 50%;
	}
	.user-audio-player-home .player-wrapper .player-btn-wrapper{
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1750px) {
	.user-audio-player-home .audio-progress-section {
		left: 32%;
		width: 40%;
	}
}

@media only screen and (max-width: 1350px) {
	.user-audio-player-home .audio-progress-section {
		left: 37%;
		width: 35%;
	}
}

@media only screen and (max-width: 1200px) {
	.user-audio-player-home .audio-progress-section {
		left: 45%;
        width: 40%;
	}

	.user-audio-player-home .audio-sound-section {
		right: 10px;
	}
}

@media only screen and (max-width: 992px) {
	.user-audio-player-home .audio-progress-section {
		left: 50%;
        width: 30%;
	}
}

@media only screen and (max-width: 767px) {
	.user-audio-player.small-player .player-detail{ margin: 0 auto; }
    .user-audio-player-home .player-wrapper {
        left: auto;
        right: 0px;
    }

	.user-audio-player.small-player {
        height: 100% !important;
    }

	.user-audio-player.small-player:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -2;
        background: #000;
        opacity: .7;
    }

	.user-audio-player.small-player .player-btn-wrapper {
        left: 0;
        text-align: center;
        top: auto;
        bottom: 70px;
        transform: translate(0px);
    }
	.user-audio-player.small-player .player-wrapper {
        left: 0px;
        right: 0px;
        width: 100%;
		text-align: center;
		 margin: 0 auto;
    }
	.home-arrow-top-btn{ 
		display: block;
		padding-top: 15px;
	 }
	.home-arrow-top-btn i { font-size: 2.2em; }
	.home-audio-image-thumb{ 
		display:none;
		height: 120px !important;
        width: 120px !important;
        border-radius: 200px !important;
	 }
	.user-audio-player.small-player .audio-progress-section{ width: 96%; }
	.popup-player-btn{
		position: fixed;
		bottom: 90px;
		width: 100%;
        margin: 0 auto;
	}
	.small-player #stream-controls button{
		width: 60px;
		height: 60px;
        font-size: 1.3em;
	}
 
	.track-home .play-pause-btn.paused.remove-icon{ margin-top: 9px; }
	.user-audio-player .player-detail .artist{ width: 90%; }
	.small-player .player-detail .artist{ margin: 0 auto; padding-top: 10px; }
	.stream-play.playing:after { transform: translateY(1px); }
	.stream-play.paused:after{ transform: translateY(1px); }
	.track-home .play-pause-btn.playing {
		top: 6px;
		left: 11px;
	}
}

@media only screen and (max-width: 576px) {
	.user-audio-player-home .player-detail{ width: 50%; }
	.user-audio-player-home .player-detail .title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media only screen and (max-width: 480px) {
	.audio-details .track-container .title{ width: 90%; }
	.home .popup-player-btn { left: unset !important; }
	.player-btn-wrapper-home{ margin-left: -35px; }
	.home .small-player .player-btn-wrapper-home{ margin-left: 0; }
}