.jSound {
	/* background: black; */
	overflow: hidden;
	position: relative;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

.jSound iframe {
	max-height: 100px;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

/* .jsound--hidden {
	opacity: 0;
} */

.jsound__current {
	/* background: black; */
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.jsound__background {
	background-position: center center;
	background-size: cover;
  	-webkit-filter: blur(5px);
  	-moz-filter: blur(5px);
  	-ms-filter: blur(5px);
  	-o-filter: blur(5px);
  	filter: blur(5px);
}

.jsound__background,
.jsound__shade,
.jsound__wave {
	bottom: 0;
	left: 0;
	margin: -20px;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.jsound__shade {
	background: black;
	opacity: .3;
	z-index: 2;
	-webkit-transition: opacity linear .3s;
	-moz-transition: opacity linear .3s;
	-ms-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

.jsound__current:hover .jsound__shade {
	opacity: .6;
}

.jsound__wave {
	bottom: 0;
	margin: 0;
	opacity: .2;
	padding: 0;
	right: auto;
	z-index: 3;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-ms-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

.jsound__wave div {
	background-size: auto 100%;
	height: 100%;
	width: 100%;
}

.jsound__artist,
.jsound__buttons,
.jsound__title {
	position: relative;
	text-align: center;
	z-index: 4;
}

.jsound__artist,
.jsound__title {
	display: block;
}

.jsound__artist {
	font-size: 16px;
	opacity: .8;
	padding: 20px 20px 0 20px;
}

.jsound__artist a {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAgCAYAAACvgw7DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDhGNjY3RDFDRTQ5MTFFNEFCMzdDRkQxQjczN0MyNUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDhGNjY3RDJDRTQ5MTFFNEFCMzdDRkQxQjczN0MyNUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OEY2NjdDRkNFNDkxMUU0QUIzN0NGRDFCNzM3QzI1QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OEY2NjdEMENFNDkxMUU0QUIzN0NGRDFCNzM3QzI1QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrVy9nwAAAKXSURBVHja7JpfiA1RHMfPDHetvy3Rik1ho0hJLLtK/j+tlPKgxCYvsiWFvPNEyQN5I5RS/qQ8eUHkT1JC2ZAI0e6NWIS1Oz6/7m9uc6+9y96ZO3eue771aeace8/Mme+c/2ccz/NMwlQLTbAE5kAjTIQUdMNreAEP4CY8gp7IcyHGJIQUbISn3uB0D9aCG2V+nISUmOlwGppDXOMGtGlpCq0kGCPV5iJMiuBa72EDXKt0Y2bCdaiP8JofoBVuJ82YoTAZhsN3eFugcRwJV2FBCQx/Douhs9yNrzScq/W8BX5CD/TCSo1fDw2BNNu80upkmGdyI3g70+AKnAiUmJQeXT2K9sAT2K3hCSWuptLWzC82sRtRBpYGqkuhuvkLRsEBOAjfSmyMvJy95TSmGI2X9i2G+6wotrcrlzFxqQ5arDH9qzlOY4bFVBWi0NxixxyD+e8Q6IN5cKdCjJkFo2EsLIdxOhmVAeDjsMZsgn3wQ0vL+bAjyxg1RvO7UM99ybPcgqNwSXvNAY1Zp8cLgTiZ9k/Ju1mlaASsKtAcLFMuwxboKtTGHFZ3p5rqUqtOTxr6M+YI7NDzPlN9mg2n/FrkG7MGthsrqVa7gsbstJ5ktVV6MTGmUReLrDKS1cQmMWaGro1YBdobV7tiq1zVizG11oc/5LnBQY1VVl1ijGw3eNaLHHWIMR3wzHqRlSze3xdjvsJx60dWZyDtD/AOmQg2qf4DyX74/uDIVxay26QIadipQlNewmb4nD+JfGUyXxgcM3//esAZIM75hzROwsw/B4vgoR+Rvx4jWxrtUJMXLy5+1KNsgaQDv32CL/BGw7L7+M5kFn5qNGw0rlNfRlrTyXZqd8wmyAvp1bzchbMms+iW0zP/FmAAxJxE4+tlILMAAAAASUVORK5CYII=');
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 27px 12px;
	color: #fff;
	display: inline-block;
	padding-left: 37px;
	text-decoration: none;
}

.jsound__title {
	font-size: 20px;
	padding: 10px 20px 20px 20px;
}

.jsound__title a {
	color: #fff;
	text-decoration: none;
}

.jsound__buttons {
	/* padding: 0 0 20px 0; */
	pointer-events: none;
}

.jsound__play,
.jsound__prev,
.jsound__next {
	background: transparent;
	border: 2px solid rgb(0, 0, 0);
	cursor: pointer;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	-ms-border-radius: 48px;
	-o-border-radius: 48px;
	border-radius: 15px;
	height: 15px;
	position: relative;
	width: 15px;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.jsound__play:focus,
.jsound__prev:focus,
.jsound__next:focus {
	outline: none;
}

.jsound__play:before,
.jsound__play:after {
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-color: transparent transparent transparent rgb(0, 0, 0);
	content: "";
	display: block;
	left: 5px;
	margin: 0 auto;
	position: absolute;
	top: 3px;
}

.jsound--pause:before,
.jsound--pause:after {
	border: none;
	background-color: rgb(0, 0, 0);
	height: 5px;
	left: 7px;
	width: 2px
}

.jsound--pause:after {
	left: 3px;
}

.jsound__prev,
.jsound__next {
	display: none;
	left: 50%;
	opacity: .5;
	position: absolute;
	top: 0;
}

.jsound--playlist .jsound__prev,
.jsound--playlist .jsound__next {
	display: block;
}

.jsound__prev:hover,
.jsound__next:hover {
	opacity: .8;
}

.jsound__prev {
	margin-left: -82px;
}

.jsound__next {
	margin-left: 34px;
}

.jsound__prev:before,
.jsound__prev:after,
.jsound__next:before,
.jsound__next:after {
	background: transparent;
	border: 7px solid transparent;
	border-width: 7px 9px;
	border-left-color: #fff;
	content: "";
	margin-top: -6px;
	position: absolute;
	top: 50%;
}

.jsound__prev:before,
.jsound__prev:after {
	border-left-color: transparent;
	border-right-color: #fff;
}

.jsound__prev:before {
	left: 2px;
}

.jsound__prev:after {
	left: 11px;
}

.jsound__next:before {
	left: 14px;
}

.jsound__next:after {
	left: 23px;
}

.jsound__playlist {
	display: block;
	list-style-type: none;
	margin: 0;
	max-height: 150px;
	overflow: auto;
	padding: 0;
	position: relative;
	z-index: 2;
}

.jsound__playlist::-webkit-scrollbar {
      width: 15px;
}

.jsound__playlist::-webkit-scrollbar-track {
      background-color: #ccc;
}

.jsound__playlist::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
}

.jsound__playlist::-webkit-scrollbar-button {
      background-color: #292929;
}

.jsound__playlist::-webkit-scrollbar-corner {
      background-color: black;
}

.jsound--dark::-webkit-scrollbar-track {
      background-color: #555;
}

.jsound__playlist__item {
	background: #ddd;
	cursor: pointer;
	height: 50px;
	padding: 0 10px 0 50px;
	position: relative;
}

.jsound__playlist__item:nth-child(even) {
	background: #eee;
}

.jsound--dark .jsound__playlist__item {
	background: #222;
}

.jsound--dark .jsound__playlist__item:nth-child(even) {
	background: #2A2A2A;
}

.jsound__playlist__artist,
.jsound__playlist__title,
.jsound__playlist__thumb {
	display: block;
}

.jsound__playlist__title {
	color: #222;
	font-size: 14px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jsound--dark .jsound__playlist__title {
	color: #ccc;
}

.jsound__playlist__thumb {
	background-size: cover;
	height: 30px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 30px;
}

.jsound--mini .jsound__title,
.jsound--mini .jsound__artist {
	text-align: left;
}

.jsound--mini .jsound__buttons {
	margin-top: -24px;
	padding: 0;
	position: absolute;
	right: 24px;
	top: 50%;
}

.jsound--playlist .jsound--mini .jsound__buttons button {
	display: inline-block;
}

.jsound--mini .jsound__prev,
.jsound--mini .jsound__next {
	left: auto;
	margin: 0 12px 0 0;
	position: relative;
	top: auto;
}

.jsound--mini .jsound__next {
	margin: 0 0 0 12px;
}

@media (max-width: 540px) {

	.jsound--mini .jsound__title {
		font-size: 16px;
		padding: 2px 64px 10px 10px;
	}

	.jsound--playlist .jsound--mini .jsound__title {
		padding-right: 148px;
	}

	.jsound--mini .jsound__artist {
		font-size: 14px;
		padding: 10px 10px 0 10px;
	}

	.jsound--mini .jsound__buttons {
		margin-top: -16px;
		right: 16px;
	}

	.jsound--mini .jsound__play,
	.jsound--mini .jsound__prev,
	.jsound--mini .jsound__next {
		height: 32px;
		width: 32px;
	}

	.jsound--mini .jsound__play:before,
	.jsound--mini .jsound__play:after {
		border-width: 7px 0 7px 10px;
		left: 10px;
		top: 7px;
	}

	.jsound--mini .jsound__prev:before {
		left: -5px;
	}

	.jsound--mini .jsound__prev:after {
		left: 3px;
	}

	.jsound--mini .jsound__next:before {
		left: 7px;
	}

	.jsound--mini .jsound__next:after {
		left: 15px;
	}

	.jsound--mini .jsound--pause:before,
	.jsound--mini .jsound--pause:after {
		border: none;
		height: 13px;
		left: 9px;
		top: 8px;
		width: 3px;
	}

	.jsound--mini .jsound--pause:after {
		left: 16px;
	}

	

}


.badge-light-1 {
    color: #f1416c;
    background-color: #fff5f8;
	padding: 5px;
}
.badge-light-2 {
    color: #33a1eb;
    background-color: #f5fbff;
	padding: 5px;
}
/* .badge-light-3 {
	color: #ffffff;
    background-color: #338c36;
    padding: 5px;
} */
.badge-light-4 {
    color: #eef141;
    background-color: #fcfff5;
	padding: 5px;
}

.badge {
	display: inline-flex;
	align-items: center;
}


.badge-light-3 {
    color: rgb(0 0 0 / 80%);
    /* background-color: #ffffff; */
    /* padding: 5px; */
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    /* stext-shadow: 4px 4px 2px rgb(150 150 150); */
	margin-bottom: 0rem !important;
}