html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

img {
	max-width: 100%;
}
html,body{
		color: #525a5f;
		line-height: 1.4;
		font-weight: 400;
		font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
		}
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: transparent;
}

::-webkit-scrollbar-track {
	border-radius: 4px;
	background: #fdfdfd;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #989898;
	/*background: #525a5f;*/
	/*-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);*/
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #d2d2d2;
}

.align-left{
	text-align: left;
}
.highlight{
		color: #ff5722;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-image: linear-gradient(90deg, #ff9800, #ff5722);
}
a{
	color: #166ba2;
	text-decoration: none;
}
a: hover{
	color: #152836;
}
.wrapper {
	background: url(../images/radio.punjabimaaboli.com-background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-color: #feaf5f;
	width: 100vw;
	height: 100vh;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

.radio {
	background-color: rgba(255, 255, 255, 0.95);
	width: 350px;
	height: 350px;
	position: absolute;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.radio figure {
	text-align: center;
}

.radio figure figcaption {
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 10px 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(90deg, #ff9800, #ff5722);
}
.radio figure figcaption:after {
content: "";
}

.radio figure audio {
	width: 100%;
	display: none;
}


/* .radio figure audio{
		 width: 100px;
		 height: 100px;
		 background-color: #ef6c00;
		 background-image: linear-gradient( 90deg, #f57c00, #ef6c00);
		 border-radius: 50%;
}
 audio::-webkit-media-controls-panel{
}
 audio::-webkit-media-controls-mute-button{
}
 audio::-webkit-media-controls-play-button{
}
 audio::-webkit-media-controls-timeline-container{
}
 audio::-webkit-media-controls-current-time-display{
}
 audio::-webkit-media-controls-time-remaining-display{
}
 audio::-webkit-media-controls-timeline{
}
 audio::-webkit-media-controls-volume-slider-container{
}
 audio::-webkit-media-controls-volume-slider{
}
 audio::-webkit-media-controls-seek-back-button{
}
 audio::-webkit-media-controls-seek-forward-button{
}
 audio::-webkit-media-controls-fullscreen-button{
}
 audio::-webkit-media-controls-rewind-button{
}
 audio::-webkit-media-controls-return-to-realtime-button{
}
 audio::-webkit-media-controls-toggle-closed-captions-button{
}
 */

.toggle {
	/*box-shadow: inset 0 0 35px 5px rgba(0, 0, 0, 0.25), inset 0 2px 1px 1px rgba(255, 255, 255, 0.9), inset 0 -2px 1px 0 rgba(0, 0, 0, 0.25);
		 border-radius: 8px;
		 background: #ccd0d4;
		*/
	box-shadow: inset 0 0 35px 5px rgb(214 220 225);
	border-radius: 8px;
	background: #d6d6d7;
	position: relative;
	height: 140px;
	width: 140px;
	margin: 0 auto;
	cursor: pointer;
}

.toggle:before {
	box-shadow: 0 0 17.5px 8.75px #fff;
	border-radius: 118.3px;
	background: #fff;
	position: absolute;
	margin-left: -50.4px;
	margin-top: -50.4px;
	opacity: 0.2;
	content: "";
	height: 100.8px;
	width: 100.8px;
	left: 50%;
	top: 50%;
}

.toggle .button {
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	filter: blur(1px);
	transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
	box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
	border-radius: 96.32px;
	position: absolute;
	background: #ccd0d4;
	margin-left: -48.16px;
	margin-top: -48.16px;
	display: block;
	height: 96.32px;
	width: 96.32px;
	left: 50%;
	top: 50%;
}

.toggle .label {
	transition: color 300ms ease-out;
	text-shadow: 1px 1px 3px #ccd0d4, 0 0 0 rgba(0, 0, 0, 0.8), 1px 1px 4px #fff;
	text-align: center;
	position: absolute;
	display: block;
	opacity: 0.9;
	color: rgba(0, 0, 0, 0.5);
	font-size: 10px;
	line-height: 140px;
	width: 80px;
	height: 80px;
	padding: 30px;
}


/* .toggle input {
		 opacity: 0;
		 position: absolute;
		 cursor: pointer;
		 z-index: 1;
		 height: 100%;
		 width: 100%;
		 left: 0;
		 top: 0;
}
 */

.toggle.on .button {
	box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.4), inset 0 -8px 30px 1px rgba(255, 255, 255, 0.9), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 8px 25px 0 rgba(0, 0, 0, 0.4), inset 0 0 10px 1px rgba(255, 255, 255, 0.6);
}

.toggle.on .label {
	color: #388e3c;
}


/* .toggle.on .button {
		 box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.4), inset 0 -8px 25px -1px rgba(255, 255, 255, 0.9), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 8px 20px 0 rgba(0, 0, 0, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.6);
}
 .toggle.on .label {
		 font-size: 40px;
		 color: rgba(0, 0, 0, 0.4);
}
 */

.lightbox-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	z-index: 9996;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}
.lightbox-wrapper.active {
	display: block;
}

.lightbox {
		position: fixed;
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
		max-width: 400px;
		max-height: 700px;
		margin: 0 auto;
		background-color: #ffffff;
		border-radius: 20px;
		box-shadow: 0 0 40px -10px rgb(0 0 0 / 30%);
		z-index: 9997;
		text-align: center;
		padding: 20px 10px 20px 20px;
		box-sizing: border-box;
}

.lightbox-wrapper .lightbox .lightbox-content {
		overflow-y: auto;
		height: 90%;
		padding: 20px 10px 0 0;
		position: relative;
}
.lightbox-wrapper .lightbox .lightbox-content:before{
    content: "";
    width: 60%;
    height: 2px;
    background-image: linear-gradient(90deg, #ff9800, #ff5722);
    top: 10px;
    left: 20%;
    z-index: 9998;
    display: block;
    margin: 0 auto;
    position: absolute;

}
.lightbox-wrapper .lightbox .lightbox-content:after{
	content: "";
    width: 60%;
    height: 2px;
    background-image: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 51%,transparent 100% );
    background-repeat: repeat-x;
    background-size: 12px;
    top: 10px;
    left: 20%;
    z-index: 999999;
    display: block;
    margin: 0 auto;
    position: absolute;

}
.lightbox-wrapper .lightbox p {
		font-size: 16px;
		line-height: 1.4;
		font-weight: 400;
		padding-bottom:12px ;
}
.lightbox-wrapper .lightbox p.no-padding {
		padding-bottom:0;
}
.lightbox-wrapper .lightbox h2 {
		font-size: 24px;
		line-height: 30px;
		padding: 0;
		font-weight: 500;
		display: inline-block;
		color: #ff5722;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-image: linear-gradient(90deg, #ff9800, #ff5722);
}
.lightbox-wrapper .lightbox h3 {
		font-size: 17px;
		line-height: 30px;
		padding: 0;
		font-weight: 500;
		display: inline-block;
		color: #ff5722;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-image: linear-gradient(90deg, #ff9800, #ff5722);
}

.close {
		display: inline-block;
		width: 30px;
		height: 30px;
		text-align: center;
		box-sizing: border-box;
		font-size: 30px;
		line-height: 30px;
		border-radius: 50%;
		position: absolute;
		right: 5px;
		top: 5px;
		cursor: pointer;
		font-weight: 400;
		color: #ff5722;
		border: 1px dashed #ff5722;
		transition: all 180ms ease-in-out;
		transform: rotate(45deg);
}

.close:hover {
	color: #ffffff;
		background-color: #ff5722;
	transform: rotate(225deg);
}

.menu {
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
}

.menu .menu-item {
		float: left;
		padding: 0;
		text-align: center;
		box-sizing: border-box;
		width: 25%;
}

.menu .menu-item a{
		background-color: #152836;
		padding: 10px 0 5px 0;
		display: block;
		color: #ffffff;
		box-sizing: border-box;
		text-align: center;
		text-decoration: none;
		box-shadow: inset -4px 0 5px -2px rgb(0 0 0 / 20%);
}
.menu .menu-item a:hover{
	color: #ffffff;
}

.menu .menu-item a .icon{
	display: block;
		line-height: 0;
		min-height: 18px;
		height: 18px;
		width: 18px;
		margin: 0 auto;
}
.menu .menu-item a .label{
		 padding: 0;
		box-sizing: border-box;
		font-weight: 400;
		font-size: 15px;
		line-height: 24px;
}

.menu .menu-item:nth-child(1) a{ background:#1691be;}
.menu .menu-item:nth-child(2) a{ background:#166ba2;}
.menu .menu-item:nth-child(3) a{ background:#1b3647;}
.menu .menu-item:nth-child(4) a{ background:#152836;}

.track-info{
    text-align: center;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden; 
	white-space: nowrap;
}
.listeners{
	text-align: center;
    font-size: 14px;
}

.controls {
	position: relative;
	z-index: 9999;
	padding: 10px 22%;
	text-align: center;
}

.controls input[type="range"] {
	cursor: pointer;
}

input[type="range"] {
	width: 100%;
	-webkit-appearance: none;
	height: 10px;
	outline: none !important;
	appearance: none;
	border: none;
	border-radius: 30px;
	background: #454545;
}

input[type="range"]::-moz-focus-outer {
	border: 0;
}

input[type="range"]:hover {
	outline: none;
}


/* Chrome */

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	background-color: #ff5722;
	cursor: pointer;
	border-radius: 30px;
	outline: none;
	background-image: linear-gradient(135deg, #ff9800, #ff5722);
}


/* Moz */

input[type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background-color: #ff5722;
	cursor: pointer;
	border-radius: 50%;
	border: none;
	outline: none;
	background-image: linear-gradient(135deg, #ff9800, #ff5722);
}

input[type="range"]::-moz-range-progress {
	background-color: #454545;
	height: 100%;
	border-radius: 30px;
	border: none;
}

input[type="range"]::-moz-range-track {
	background-color: #454545;
	border-radius: 30px;
	border: none;
	height: 100%;
}


/* IE*/

input[type="range"]::-ms-fill-lower {
	background-color: #454545;
	height: 100%;
	border-radius: 30px;
	border: none;
}

input[type="range"]::-ms-fill-upper {
	background-color: #454545;
	border-radius: 30px;
	border: none;
	height: 100%;
}

strong {
	font-weight: 600;
}