/*
Template Name: Dj Music
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************track****************/

.jp-play {
	position: relative;
	height: 50px;
	width: 50px;
	background: transparent;
	border: 2px solid var(--border_dark);
	border-radius: 50%;
	font-family:'Bootstrap-icons';
}

.jp-play:after {
	position: absolute;
    display: block;
    left: 11px;
    top: 4px;
    width: 25px;
    height: 25px;
    content: "\F234";
    font-size: 27px;
    color: var(--gray);
}

.jp-state-playing .jp-play {
	background: var(--yellow) !important;
	border-color: var(--bs-white) !important;
}

.jp-state-playing .jp-play:after {
	content: "\F4C4";
	border-color: var(--bs-white) !important;
	color: var(--bs-white);
}

.jp-audio .jp-play:focus {
	background: var(--yellow) !important;
	border-color:var(--yellow) !important;
	color: var(--yellow);
}

.jp-audio .jp-play:focus:after {
	border-color: var(--bs-white) !important;
	color: var(--bs-white);
}

.jp-seek-bar>div {
	height: 5px;
	background: var(--bs-white);
	cursor: pointer;
	width: 100px;
}

.player_bars {
	width: 200px;
	display: table;
	padding-left: 50px;
	position: relative;
	padding-top: 25px;
	float: left;
	margin-right: 15px;
}

.jp-play-bar {
	position: relative;
	height: 100%;
	background: var(--yellow);
	overflow: visible !important;
}

.jp-current-time {
	font-size: 15px;
	color: var(--gray);
	position: absolute;
	left: -50px;
	top: -9px;
}

.jp-duration {
	font-size: 15px;
	color: var(--gray);
	position: absolute;
	right: 0;
	top: 16px;
}

.player_controls_box {
	width: 50px;
	float: left;
	margin-right: 20px;
}

.jp-mute {
	font-size: 25px;
	border: none;
	background: none;
	color: var(--gray);
	position: absolute;
	left: 0;
	top: 5px;
	padding:2px
}

.jp-volume-bar {
	height: 5px;
	width: 50px;
	background: var(--gray);
	cursor: pointer;
}

.jp-volume-bar-value {
	background: var(--yellow);
	height: 100%;
}

.jp-volume-controls {
	position: relative;
	width: 95px;
	float: left;
	padding-left: 30px;
	padding-top: 25px;
}

.player_container {
	overflow: hidden;
    background-color: var(--bs-dark);
    padding: 10px;
}

.player_container:last-child {
	margin-bottom: 0;
}

/*********************track_end****************/




@media screen and (max-width : 767px){

.artist_dt1_right ul li{
	flex-wrap:wrap!important;
}
.artist_dt1_right .player_container{
	margin-top:10px;
	margin-bottom:10px;
}

 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.artist_dt1_right .player_bars{
	display:none!important;
}
.artist_dt1_right .player_controls_box {
    width: 30px;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.artist_dt1_right .player_bars{
	display:none!important;
}

 }

@media (min-width:1201px) and (max-width:1300px) {


 }
@media screen and (min-width : 1400px){


 }


