/*
 * Skin for jPlayer Plugin (http://jplayer.org/)
 * jPlayer Version: 2.1.0
 *
 * Skin Name: AivahThemes jPlayer
 * Author: @aivahthemes (www.aivahthemes.com)
 * Description: A responsive CSS3 jPlayer skin, custom designed by AivahThemes.
 * Version: 1.0
  */
/* DEMO STYLES
----------------------------------------------- */
/* GENERAL
----------------------------------------------- */
.jp-jplayer {
  width: 0;
  height: 0;
  background-color: #000000;
}
.jp-audio {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 0px;
  font-size: 12px;
  color: #fff;
  line-height: 13px;
}
.jp-audio a { text-decoration: none; color: #d2d6db; }
.jp-audio a:hover { color: #ffffff; }

.jp-interface {
  position: relative;
  height: 30px;
  width: 100%;
  background-color: #222222;
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

/* CONTROLS
----------------------------------------------- */
.jp-controls {
  float: left;
  width: 30px;
  height: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 100;
}
.jp-controls:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  height: 30px;
  border-left: 1px solid rgba( 255, 255, 255, 0.2 );
  border-right: 1px solid rgba( 0, 0, 0, 0.2 );
}
.jp-radio .jp-controls:after {
  display: none !important;
}
.jp-controls li {
  float: left;
  margin-left:0;
}
.jp-controls a {
  position: absolute;
  top: 0;
}
.jp-play,
.jp-pause,
.jp-mute,
.jp-unmute {
  z-index: 1;
  outline: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px
}

.jp-pause {
  display: none;
}

.jp-mute,
.jp-unmute {
  display: block;
  position: absolute;
  right: 55px;
}

/* PROGRESS BAR
----------------------------------------------- */
.jp-progress {
  position: absolute;
  padding: 0 95px 0 40px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 7px;
}
.jp-seek-bar,
.jp-play-bar {
  width: 0px;
  height: 5px;
  border-radius: 1px;
}
.jp-seek-bar {
  cursor: pointer;
  position: relative;
  z-index: 999;
  background: #464849;
}
.jp-seek-bar:before {
  content: " ";
  display: block;
  background: transparent;
  border: 1px solid;
  border-color: #212424 #262929 #262929;
  height: 5px;
  width: 100%;
  position: relative;
  top: -1px;
  left: -1px;
  -o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.jp-play-bar {
  position: absolute;
  top: 0;
  left: 0;
}
/* VOLUME BAR
----------------------------------------------- */
.jp-volume-bar {
  float: right;
  z-index: 99;
  position: relative;
  margin: 12px 10px 12px;
  width: 40px;
  height: 7px;
  cursor: pointer;
  background: #262929;
  -o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.jp-volume-bar:before {
  content: " ";
  position: absolute;
  top: -12px;
  left: -35px;
  width: 0;
  height: 30px;
  border-left: 1px solid rgba( 255, 255, 255, 0.2 );
  border-right: 1px solid rgba( 0, 0, 0, 0.2 );
}
.jp-volume-bar-value {
  width: 0px;
  height: 5px;
  margin: 1px;
  border-radius: 1px;
}
/* Diagonal Background Bars */
.jp-play-bar,
.jp-volume-bar-value {
  -o-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  background-size: 7px 7px;
  background-color: #fcc500;
}
/* TIME HOLDER
----------------------------------------------- */
.jp-time-holder {
  display: none;
  visibility: hidden;
}
/* TIME HOLDER
----------------------------------------------- */
.jp-toggles {
  display: none;
  visibility: hidden;
}
/* PLAYLIST
----------------------------------------------- */
.jp-playlist {
  width: 95%;
  margin: 0 auto;
  font-size: 13px;
  background-color: #3a3b3c;
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 3px 3px;
}
.jp-playlist a {
  display: block;
}
.jp-playlist ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
.jp-playlist li {
  width: 100%;
  padding: 5px 10px;
  border-top: 1px solid #3d3f40;
  border-bottom: 1px solid #323334;
}
.jp-playlist li:first-child {
  border-top: none;
}
.jp-playlist li:last-child {
  border-bottom: none;
}
.jp-free-media {
  float: right;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 1px;
  display: block;
}
.jp-free-media:hover {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.jp-free-media a {
  display: inline;
}
.jp-free-media a:first-child:before,
.jp-free-media a:last-child:after {
  content: " ";
}
.jp-playlist-current a {
  font-weight: bold;
  color: white;
}
.jp-playlist-current .jp-free-media a {
  font-weight: normal;
}


/* RADIO SKINNING for Musicplay Theme - REDESIGNED PREMIUM VERSION
----------------------------------------------- */
body div.jp-radio {
	bottom: 0 !important;
	display: block !important;
	position: fixed !important;
	width: 100% !important;
	padding: 0 !important;
	z-index: 1000 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body #jp_container_1.jp-radio .jp-interface {
	background: rgba(15, 17, 20, 0.95) !important;
	backdrop-filter: blur(25px) saturate(180%);
	-webkit-backdrop-filter: blur(25px) saturate(180%);
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
	box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.6) !important;
	height: 100px !important;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
	position: relative !important;
}

/* Vertical Dividers on Centered Inner Container */
body #jp_container_1.jp-radio .jp-inner::before {
	content: "" !important;
	position: absolute !important;
	top: 20px !important;
	left: 155px !important;
	width: 1px !important;
	height: 60px !important;
	background: rgba(255, 255, 255, 0.08) !important;
	z-index: 20 !important;
}
body #jp_container_1.jp-radio .jp-inner::after {
	content: "" !important;
	position: absolute !important;
	top: 20px !important;
	right: 155px !important;
	width: 1px !important;
	height: 60px !important;
	background: rgba(255, 255, 255, 0.08) !important;
	z-index: 20 !important;
}

body #jp_container_1.jp-radio.jp-audio a {
	text-decoration: none !important;
	transition: all 0.2s ease !important;
	color: rgba(255, 255, 255, 0.85) !important;
}
body #jp_container_1.jp-radio.jp-audio a:hover {
	color: #ffffff !important;
	text-shadow: none !important;
}

body #jp_container_1.jp-radio .jp-inner {
	position: relative !important;
	max-width: 1300px !important;
	margin: 0 auto !important;
	height: 100% !important;
	padding: 0 24px !important;
}

/* Close/Toggle Button */
body #jp_container_1.jp-radio .jp-close-btn {
	position: absolute !important;
	top: -26px !important;
	left: 30px !important;
	width: 44px !important;
	height: 26px !important;
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 15px !important;
	line-height: 26px !important;
	background: rgba(15, 17, 20, 0.95) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-bottom: none !important;
	border-radius: 8px 8px 0 0 !important;
	text-align: center !important;
	z-index: 2000 !important;
	cursor: pointer !important;
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2) !important;
}
body #jp_container_1.jp-radio .jp-close-btn:hover {
	color: #fff !important;
	background: #ff8800 !important;
	border-color: #ff8800 !important;
	box-shadow: 0 -4px 15px rgba(255, 136, 0, 0.4) !important;
	transform: translateY(-2px) !important;
}

/* Artwork / Thumbnail (Left) */
body #jp_container_1.jp-radio .jp-image {
	position: absolute !important;
	left: 24px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 66px !important;
	height: 66px !important;
	z-index: 10 !important;
}
body #jp_container_1.jp-radio .jp-thumb {
	margin: 0 !important;
	border-radius: 8px !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important;
	object-fit: cover !important;
	height: 100% !important;
	width: 100% !important;
	transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
body #jp_container_1.jp-radio .jp-thumb:hover {
	transform: scale(1.05) !important;
}

body #jp_container_1.jp-radio .jp-image img[src="(unknown)"],
body #jp_container_1.jp-radio .jp-image img[src=""] {
	display: none !important;
}

/* Equalizer Animation - REMOVED */
body #jp_container_1.jp-radio .jp-eq-animation {
	display: none !important;
}

/* Controls Wrapper */
body #jp_container_1.jp-radio .jp-controls {
	position: absolute !important;
	left: 96px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	height: auto !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	list-style: none !important;
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	z-index: 10 !important;
}
body #jp_container_1.jp-radio .jp-controls li {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
}
body #jp_container_1.jp-radio .jp-controls li a {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	margin: 0 !important;
}

/* Play/Pause Button */
body #jp_container_1.jp-radio .jp-play,
body #jp_container_1.jp-radio .jp-pause {
	position: relative !important;
	margin-top: 0 !important;
	left: auto !important;
	width: 48px !important;
	height: 48px !important;
	border-radius: 50% !important;
	border: 2px solid #ff8800 !important;
	background: rgba(255, 136, 0, 0.1) !important;
	color: #ffffff !important;
	font-size: 16px !important;
	display: inline-block;
	text-align: center !important;
	line-height: 44px !important;
	box-shadow: 0 0 15px rgba(255, 136, 0, 0.2) !important;
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
	cursor: pointer !important;
	z-index: 5 !important;
}
body #jp_container_1.jp-radio .jp-play i {
	margin-left: 3px !important;
}
body #jp_container_1.jp-radio .jp-pause i {
	margin-left: 0 !important;
}
body #jp_container_1.jp-radio .jp-play:hover,
body #jp_container_1.jp-radio .jp-pause:hover {
	transform: scale(1.06) !important;
	background: #ff8800 !important;
	box-shadow: 0 0 25px rgba(255, 136, 0, 0.5) !important;
	color: #ffffff !important;
}

/* Prev/Next arrows */
body #jp_container_1.jp-radio .jp-previous,
body #jp_container_1.jp-radio .jp-next {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 14px !important;
	transition: all 0.2s ease !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 32px !important;
}
body #jp_container_1.jp-radio .jp-previous:hover,
body #jp_container_1.jp-radio .jp-next:hover {
	color: #ff8800 !important;
}
body #jp_container_1.jp-radio .jp-previous.disabled,
body #jp_container_1.jp-radio .jp-next.disabled {
	color: rgba(255, 255, 255, 0.15) !important;
	pointer-events: none !important;
}

/* Progress / Info Wrapper (Center Area) */
body #jp_container_1.jp-radio .jp-progress {
	position: absolute !important;
	left: 175px !important;
	right: 300px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	height: auto !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	overflow: visible !important;
}
body #jp_container_1.jp-radio.is-radio-mode .jp-progress {
	right: 165px !important;
}
body #jp_container_1.jp-radio .jp-progress .jp-image {
	display: none !important; /* Hide redundant image inside progress container */
}

/* Track Metadata Title & Description */
body #jp_container_1.jp-radio .jp-data {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	overflow: visible !important;
	text-align: left !important;
	width: 100% !important;
	min-width: 0 !important;
}
body #jp_container_1.jp-radio .jp-status {
	display: none !important; /* Hide by default, only show in Radio mode */
	align-items: center !important;
	gap: 6px !important;
	font-size: 11px !important;
	color: rgba(255, 255, 255, 0.4) !important;
	text-transform: uppercase !important;
	margin-bottom: 2px !important;
	letter-spacing: 0.5px !important;
}
body #jp_container_1.jp-radio.is-radio-mode .jp-status {
	display: flex !important;
}
body #jp_container_1.jp-radio.is-track-mode .jp-status {
	display: none !important; /* Force hide ON AIR in track mode */
}
body #jp_container_1.jp-radio.is-track-mode .jp-progress-container {
	display: flex !important; /* Force show seek bar in track mode */
}
body #jp_container_1.jp-radio .jp-status-dot {
	width: 6px !important;
	height: 6px !important;
	background-color: #ff8800 !important;
	border-radius: 50% !important;
	display: inline-block !important;
	box-shadow: 0 0 8px #ff8800 !important;
	animation: jp-pulse-dot 1.5s infinite alternate !important;
}
@keyframes jp-pulse-dot {
	0% { opacity: 0.4; transform: scale(0.9); }
	100% { opacity: 1; transform: scale(1.1); }
}

body #jp_container_1.jp-radio .jp-title {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	line-height: 1.3 !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	letter-spacing: 0.2px !important;
	margin-bottom: 1px !important;
}
body #jp_container_1.jp-radio .jp-desc {
	display: block !important;
	font-size: 11px !important;
	font-weight: normal !important;
	color: rgba(255, 255, 255, 0.45) !important;
	margin-top: 1px !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	margin-bottom: 4px !important;
}

/* Progress / Seek bar container */
body #jp_container_1.jp-radio .jp-progress-container {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	width: 100% !important;
	margin-top: 2px !important;
	overflow: visible !important;
}
body #jp_container_1.jp-radio.is-radio-mode .jp-progress-container {
	display: none !important;
}
body #jp_container_1.jp-radio .jp-current-time,
body #jp_container_1.jp-radio .jp-duration {
	font-size: 11px !important;
	color: rgba(255, 255, 255, 0.4) !important;
	font-family: monospace !important;
	width: 32px !important;
	flex-shrink: 0 !important;
}
body #jp_container_1.jp-radio .jp-current-time {
	text-align: left !important;
}
body #jp_container_1.jp-radio .jp-duration {
	text-align: right !important;
}
body #jp_container_1.jp-radio .jp-seek-bar {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: auto !important;
	height: 4px !important;
	background: rgba(255, 255, 255, 0.1) !important;
	border-radius: 2px !important;
	position: relative !important;
	cursor: pointer !important;
	z-index: 1 !important;
	overflow: visible !important;
}
body #jp_container_1.jp-radio .jp-seek-bar::before {
	display: none !important;
}
body #jp_container_1.jp-radio .jp-play-bar {
	height: 100% !important;
	background: #ff8800 !important;
	border-radius: 2px !important;
	position: relative !important;
}
body #jp_container_1.jp-radio .jp-play-bar::after {
	content: "" !important;
	position: absolute !important;
	right: -4px !important;
	top: -3px !important;
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) !important;
	transform: scale(0) !important;
	transition: transform 0.1s ease !important;
}
body #jp_container_1.jp-radio .jp-seek-bar:hover .jp-play-bar::after {
	transform: scale(1) !important;
}

/* LIVE Badge - HIDDEN (removed from design) */
body #jp_container_1.jp-radio .jp-live-badge {
	display: none !important;
}

/* Volume Control Group (rightmost, after the divider) */
body #jp_container_1.jp-radio .jp-volume-group {
	position: absolute !important;
	right: 24px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	z-index: 10 !important;
	width: 120px !important;
}
body #jp_container_1.jp-radio .jp-mute,
body #jp_container_1.jp-radio .jp-unmute {
	position: static !important;
	margin-top: 0 !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
	text-align: center !important;
	color: rgba(255, 255, 255, 0.75) !important;
	font-size: 16px !important;
	transition: all 0.2s ease !important;
	cursor: pointer !important;
	z-index: 5 !important;
}
body #jp_container_1.jp-radio .jp-mute:hover,
body #jp_container_1.jp-radio .jp-unmute:hover {
	color: #ff8800 !important;
}
body #jp_container_1.jp-radio .jp-volume-bar {
	position: static !important;
	margin: 0 !important;
	float: none !important;
	width: 80px !important;
	height: 4px !important;
	background: rgba(255, 255, 255, 0.15) !important;
	border-radius: 2px !important;
	cursor: pointer !important;
	border: none !important;
	box-shadow: none !important;
	transition: all 0.2s ease !important;
	z-index: 5 !important;
}
body #jp_container_1.jp-radio .jp-volume-bar:before,
body #jp_container_1.jp-radio .jp-volume-bar::before {
	display: none !important;
}
body #jp_container_1.jp-radio .jp-volume-bar:hover {
	height: 6px !important;
	background: rgba(255, 255, 255, 0.25) !important;
}
body #jp_container_1.jp-radio .jp-volume-bar-value {
	background: #ff8800 !important;
	height: 100% !important;
	border-radius: 2px !important;
	box-shadow: 0 0 8px rgba(255, 136, 0, 0.4) !important;
	position: relative !important;
}
body #jp_container_1.jp-radio .jp-volume-bar-value::after {
	content: "" !important;
	position: absolute !important;
	right: -6px !important;
	top: -4px !important;
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4) !important;
	cursor: pointer !important;
}

/* Actions Group (Like, Share, Playlist) — sits between progress and volume divider */
body #jp_container_1.jp-radio .jp-actions-group {
	position: absolute !important;
	right: 170px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	z-index: 10 !important;
}
body #jp_container_1.jp-radio.is-radio-mode .jp-actions-group {
	display: none !important;
}
body #jp_container_1.jp-radio .jp-actions-group a {
	width: 32px !important;
	height: 32px !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	color: rgba(255, 255, 255, 0.6) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 13px !important;
	transition: all 0.2s ease !important;
	text-decoration: none !important;
}
body #jp_container_1.jp-radio .jp-actions-group a:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: rgba(255, 255, 255, 0.15) !important;
	color: #ff8800 !important;
	transform: scale(1.05) !important;
}

body #jp_container_1.jp-radio .artist-thumb {
	display: none !important;
}

body #jp_container_1.jp-radio .jp-toggles {
	display: block !important;
	float: none !important;
	visibility: visible !important;
	margin: 0 !important;
}

@media only screen and (max-width: 768px) {
	body #jp_container_1.jp-radio .jp-interface::before,
	body #jp_container_1.jp-radio .jp-interface::after {
		display: none !important;
	}
	body #jp_container_1.jp-radio .jp-volume-group,
	body #jp_container_1.jp-radio .jp-actions-group,
	body #jp_container_1.jp-radio .jp-live-badge {
		display: none !important;
	}
	body #jp_container_1.jp-radio .jp-progress {
		left: 160px !important;
		right: 20px !important;
	}
}

/* Playlist and PM Data styling */
.pm-data {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pm-data-thumb img {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 4px;
}
.pm-data-info {
	margin-left: 15px;
}
.pm-data-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.pm-data-info a {
	color: rgba(255,255,255,0.85);
}
.pm-data-info a:hover {
	color: #ff8800;
}
.pm-data-info .artist-thumb {
	display: none;
}


