.mCSB_container {
	overflow: initial;
}

.jp-playlist.find_li ul li:last-child ul.more_option {
	top: 90%;
	bottom: unset;
}

/* new Loader for ajax */
.ms_ajax_loader {
	display: none;
}

.ms_ajax_loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10100;
	background-color: #14182a;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.ms_ajax_loader {
	background-color: rgba(20, 24, 42, 0.95);
}

.ms_ajax_loader .wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ms_ajax_loader .wrap {
	width: 100px;
}

.ms_ajax_loader img {
	border-radius: 100%;
}

a.disabled {
	pointer-events: none;
	cursor: wait;
	/* Disables the button completely. Better than just cursor: default; */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.ontap {
	cursor: pointer;
}

p.label-form {
	font-size: 16px;
	color: #FFF;
}

.ms_add_to_playlist .modal-dialog {
	max-width: 500px;
	width: 100%;
}

a.ms_btn.active {
	cursor: pointer;
	opacity: 1;
}

/* 
.jp-state-shuffled button.jp-shuffle > .ms_play_control{
    background-position: 100px 0px !important;
    background-color: #fff !important;
    
}
.jp-state-looped button.jp-repeat > .ms_play_control{
    background-position: 20px 0px !important;
    background-color: #fff !important;
} */

button.jp-repeat-off .ms_play_control {
	background-position: 20px 0px !important;
	background-color: #fff !important;
	border-radius: 100%;
}

button.jp-shuffle-off .ms_play_control {
	background-position: 100px 0px !important;
	background-color: #fff !important;
	border-radius: 100%;
}

.jp-playlist li a.que_close {
	color: #fff;
	display: block;
	padding: 2px 6px;
	outline: 0;
	border-bottom: none;
	float: left;
}

.ms_genres_box.genre-1.loading {
	height: 363px;
}

.ms_genres_box.genre-2.loading {
	height: 167px;
}

.ms_genres_box.genre-3.loading {
	height: 171px;
}

.ms_genres_box.genre-4.loading {
	height: 354px;
}

.w_tp_song_img.loading {
	height: 50px;
}

.w_tp_song_name h3.loading {
	height: 16px;
	width: 120px;
	border-radius: 3px;
}

.w_tp_song_name p.loading {
	height: 24px;
	border-radius: 3px;
	width: 80px;
}

.weekly_right.loading {
	height: 24px;
	border-radius: 3px;
	width: 54px;
}

.ms_rcnt_fixed {
	width: 24%;
	margin-right: 10px;
}

.ms_rcnt_box_img.loading {
	height: 240px;
}

.ms_rcnt_box_img.loading.img-small {
	height: 167px;
}

.ms_rcnt_box_text h3 {
	/* height: 16.36px; */
	height: 12.36px;
	border-radius: 3px;
}

.ms_rcnt_box_text p {
	height: 23.64px;
	border-radius: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ms_weekly_box.loading {
	height: 91px;
	padding: unset;
	border-radius: 5px;
}


.album_single_img.loading {
	height: 240px;
	width: 240px;
}

.album_single_text .loading {
	height: 240px;
}

.album_list_name li.loading {
	width: 100%;
	height: 250px;
}

.loading {
	position: relative;
	background-color: #949494;
	overflow: hidden;
	border-radius: 10px;
}



.loading::after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
	-webkit-animation: loading 1.5s infinite;
	animation: loading 1.5s infinite;
}

@-webkit-keyframes loading {
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes loading {
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}


.ms_music_lyric_content {
	color: #c9c3c3;
}


.create_playlist {
	/* width: 166px;
	height: 167px; */
	width: 161px;
	height: 161px;
}

.new_playlist .ms_rcnt_box_text {
	text-align: center;
}

.new_playlist .ms_rcnt_box_text h3 a {
	color: #c121aa;
}

.create_playlist:hover i.ms_icon.icon_playlist {
	transform: scale(1.5) translate(-25%, -50%);
	-webkit-transform: scale(1.5) translate(-25%, -50%);
	-moz-transform: scale(1.5) translate(-25%, -50%);
	-ms-transform: scale(1.5) translate(-25%, -50%);
	-o-transform: scale(1.5) translate(-25%, -50%);
}


.jp-purchase-wrapper {
	margin-left: 17px;
}

.jp-purchase-wrapper .btn-purchase {
	background-color: #d85dd4;
	height: 30px;
	display: inline-block;
	line-height: 33px;
	padding: 0px 21px;
	color: #fff;
	text-transform: capitalize;
	border-radius: 20px;
	border: 1px solid;
	cursor: pointer;
}

.jp-purchase-wrapper .btn-purchase:hover {
	background-color: #334dee;
}

.ms_count_ordering {
	background-color: #2b2b31;
	padding: 20px 30px;
	border-radius: 5px;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
	display: block;
	float: left;
	width: 100%;
}

.ms_product .ms_product-result-count {
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #FFF;
}

.ms_product .ms_product-result-count {
	margin: 0 0 0;
}

.ms_product .ms_product-ordering select {
	height: 40px;
	border: 1px solid transparent;
	padding-left: 10px;
	border-radius: 5px;
	text-transform: capitalize;
	vertical-align: top;
	width: 100%;
}

.ms_product .ms_product-search {
	position: relative;
	display: inline-block;
	width: 100%;
}

.breadcrumbs_wrapper {
	background-color: transparent;
	text-align: center;
	padding: 60px 0px;
	margin-left: 80px;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

.ms_top_breadcrumb {
	margin-top: 60px;
}

.breadcrumbs_wrapper:before {
	position: absolute;
	width: 100%;
	height: 100%;
	/* background-color: rgba(15, 21, 49, 0.8); */
	background: linear-gradient(to bottom, rgba(15, 21, 49, 0.8) 70%, #1f1f23 103%);
	top: 0px;
	left: 0px;
	content: "";
}

.ms_banner_title {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.breadcrumbs_wrapper h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 32px;
	font-size: 32px;
	word-break: break-all;
}

.breadcrumbs_wrapper:after {
	position: absolute;
	background-image: url(../images/brad_wave.png);
	width: 1920px;
	height: 134px;
	top: 50%;
	left: -65px;
	content: "";
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.ms_banner_title h1:after {
	width: 100%;
	height: 5px;
	content: "";
	position: absolute !important;
	bottom: 0;
	left: -15px;
	z-index: 0;
	background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #956bf7, rgba(255, 42, 112, 0) 60%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-side, #956bf7, rgba(255, 42, 112, 0) 60%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-side, #956bf7, rgba(255, 42, 112, 0) 60%);
	background: -o-radial-gradient(50% 50%, ellipse closest-side, #956bf7, rgba(255, 42, 112, 0) 60%);
}

.ms_banner_title h1 {
	/* font-size: 18px; */
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	text-transform: capitalize;
}

@media (max-width: 991px) {
	.breadcrumbs_wrapper {
		margin-left: 0;
	}
}

@media (max-width: 1024px) {
	.ms_top_breadcrumb {
		margin-top: 20px;
	}
}

.ms_products_items {
	margin-top: 30px;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
}

#pagination-msc .page-link {
	font-weight: bold;
	border-radius: 14px;
	margin-right: 3px;
	margin-left: 3px;
}

#pagination-msc .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #7e61c1;
	border-color: #9c7ee2;

}

#pagination-msc .page-link:hover,
#pagination-msc .page-link:hover a {
	z-index: 2;
	color: #824dff;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.ms_player_close {
	box-shadow: 0px -3px 11px 0px #eaceff85;
}

.ms_player_close:hover {
	box-shadow: 0px -3px 11px 0px #ffffffad;
}

.ms_weekly_wrapper .ms_heading {
	margin-bottom: 15px;
}

.ms_banner_title span.sub_title {
	font-size: 20px;
	font-weight: 400;
	color: #d2d2d2;
	display: block;
}

.ms_view_more a.ms_btn {
	line-height: 40px;
}



@media (max-width: 991px) {
	.album_inner_list {
		padding-bottom: 63px;
	}
}

@media (max-width: 1024px) {
	.album_inner_list {
		padding-bottom: 63px;
	}
}

.about_artist {
	font-size: 15px;
	color: #dedede;
	line-height: 30px;
}

.album_btn a.ms_btn {
	line-height: 37px;
}

button.hst_loader {
	background-color: transparent;
	height: 30px;
	border: 1px solid #fff;
	margin-left: 0px;
	padding: 0px 12px;
	line-height: 28px;
	text-transform: capitalize;
	width: auto;
	margin-top: 10px;
	border-radius: 30px;
	color: #fff;
	display: none;
	position: relative;
}

button.hst_loader i.fa-spin {
	margin-right: 10px;
}

.clr_modal_btn a {
	line-height: 30px;
	font-size: 15px;
}

@media (max-width: 414px) {
	.create_playlist {
		width: 100%;
		height: 250px;
	}

	.new_playlist h3 {
		font-size: 18px;
	}
}


.ms_create_playlist_modal h1 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
}

.ms_create_playlist_modal input,
.ms_create_playlist_modal textarea {
	padding-left: 15px;
	border: 1px solid transparent;
}

#add_in_playlist_modal h1,
#ms_share_music_modal_id h1 {
	font-size: 24px;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}

.ms_create_playlist_modal h1:after,
#add_in_playlist_modal h1:after,
#ms_share_music_modal_id h1:after {
	width: 120px;
	height: 5px;
	content: "";
	position: absolute !important;
	bottom: 0;
	left: -24px;
	z-index: 0;
	background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #fff, rgba(255, 42, 112, 0) 60%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -o-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
}

#ms_share_music_modal_id h1:after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#ms_share_music_modal_id {
	text-align: center;
}

#ms_share_music_modal_id .modal-dialog,
.ms_add_in_playlist_modal .modal-dialog,
.ms_create_playlist_modal .modal-dialog {
	width: 700px;
	max-width: 100%;
}

#ms_share_music_modal_id .modal-content {
	padding: 50px 50px 50px;
}

.ms_share_text {
	float: left;
	text-align: center;
	vertical-align: middle;
	justify-content: stretch;
	width: 100%;
	padding-top: 50px;
}

.ms_share_img {
	width: 20%;
	margin: 0 auto;
}

#ms_share_music_modal_id .modal-body ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#ms_share_music_modal_id .modal-body ul li {
	display: inline-block;
}

#ms_share_music_modal_id .modal-body ul li a {
	width: 30px;
	height: 30px;
	display: block;
	background-color: #fff;
	line-height: 35px;
	border-radius: 5px;
	margin: 0px 5px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

#ms_share_music_modal_id .modal-body ul li a:hover {
	box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.17);
}

.ms_add_in_playlist_modal .ms_share_img,
.ms_create_playlist_modal .ms_share_img {
	float: left;
	width: 40%;
	display: inline-block;
}

.ms_add_in_playlist_modal .ms_share_text,
.ms_create_playlist_modal .ms_share_text {
	text-align: left;
	width: 60%;
	padding-top: 25px;
	padding-left: 50px;
}

@media(max-width:767px) {

	#ms_share_music_modal_id .modal-dialog,
	.ms_add_in_playlist_modal .modal-dialog,
	.ms_create_playlist_modal .modal-dialog {
		width: 90%;
		max-width: 100%;
	}

	#ms_share_music_modal_id .modal-dialog .close,
	.ms_create_playlist_modal .modal-dialog .close {
		right: 15px;
		top: 15px;
	}

}

@media (max-width: 1024px) and (orientation: landscape) {
	.modal-dialog .close {
		right: 10px;
		top: 10px;
	}

	.ms_register_popup .modal-content {
		padding: 55px 30px;
		overflow-y: scroll;
		height: 350px;
	}

	div#lang_modal .modal-content,
	#ms_share_music_modal_id .modal-content,
	#add_in_playlist_modal .modal-content {
		overflow-y: scroll;
		height: 350px;
	}

	.ms_register_popup .modal-content::-webkit-scrollbar,
	.ms_save_modal .modal-dialog::-webkit-scrollbar,
	#lang_modal .modal-content::-webkit-scrollbar,
	#ms_share_music_modal_id .modal-content::-webkit-scrollbar,
	#add_in_playlist_modal .modal-content::-webkit-scrollbar {
		width: 5px;
	}

	.ms_register_popup .modal-content::-webkit-scrollbar-track,
	.ms_save_modal .modal-dialog::-webkit-scrollbar-track,
	#lang_modal .modal-content::-webkit-scrollbar-track,
	#ms_share_music_modal_id .modal-content::-webkit-scrollbar-track,
	#add_in_playlist_modal .modal-content::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px #fff;
	}

	.ms_register_popup .modal-content::-webkit-scrollbar-thumb,
	.ms_save_modal .modal-dialog::-webkit-scrollbar-thumb,
	#lang_modal .modal-content::-webkit-scrollbar-thumb,
	#ms_share_music_modal_id .modal-content::-webkit-scrollbar-thumb,
	#add_in_playlist_modal .modal-content::-webkit-scrollbar-thumb {
		background-color: #fff;
		outline: 2px solid #fff;
	}

	.ms_save_modal .modal-dialog {
		max-width: 500px;
		height: 350px;
		overflow-y: scroll;
	}
}


@media (max-width: 767px) and (orientation: landscape) {
	.ms_lang_popup .modal-content p {
		margin-bottom: 10px;
	}

	.ms_lang_popup .modal-content ul.lang_list li {
		padding: 5px 20px;
	}

	.ms_lang_popup .modal-content {
		padding: 15px 0px;
	}

	.ms_lang_popup .modal-content h1 {
		font-size: 18px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	.jp-playlist {
		overflow-y: scroll;
		height: 300px;
	}

	.save_modal_btn a {
		margin-bottom: 10px;
	}

	.ms_clear_modal .modal-dialog .modal-content,
	.ms_save_modal .modal-dialog .modal-content {
		padding: 15px 25px;
	}

	.modal-dialog button {
		right: 5px;
		top: 5px;
	}

	.modal-dialog .close {
		right: 10px;
		top: 10px;
	}

	.ms_register_form .form-control {
		font-size: 15px;
	}

	.save_modal_btn {
		padding: 10px 0px;
	}

	button.save_btn {
		margin-top: 0px;
	}

	.ms_save_email {
		padding-bottom: 10px;
	}

	.ms_register_popup .modal-content {
		padding: 55px 30px;
		overflow-y: scroll;
		height: 320px;
	}

	div#lang_modal .modal-content,
	#ms_share_music_modal_id .modal-content,
	#add_in_playlist_modal .modal-content {
		overflow-y: scroll;
		height: 320px;
	}

	.ms_register_popup .modal-content::-webkit-scrollbar,
	.ms_save_modal .modal-dialog::-webkit-scrollbar,
	#lang_modal .modal-content::-webkit-scrollbar,
	#ms_share_music_modal_id .modal-content::-webkit-scrollbar,
	#add_in_playlist_modal .modal-content::-webkit-scrollbar {
		width: 5px;
	}

	.ms_register_popup .modal-content::-webkit-scrollbar-track,
	.ms_save_modal .modal-dialog::-webkit-scrollbar-track,
	#lang_modal .modal-content::-webkit-scrollbar-track,
	#ms_share_music_modal_id .modal-content::-webkit-scrollbar-track,
	#add_in_playlist_modal .modal-content::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px #fff;
	}

	.ms_register_popup .modal-content::-webkit-scrollbar-thumb,
	.ms_save_modal .modal-dialog::-webkit-scrollbar-thumb,
	#lang_modal .modal-content::-webkit-scrollbar-thumb,
	#ms_share_music_modal_id .modal-content::-webkit-scrollbar-thumb,
	#add_in_playlist_modal .modal-content::-webkit-scrollbar-thumb {
		background-color: #fff;
		outline: 2px solid #fff;
	}

	.ms_save_modal .modal-dialog {
		max-width: 500px;
		height: 300px;
		overflow-y: scroll;
	}
}

@media(max-width:600px) {
	.ms_add_in_playlist_modal .modal-content {
		padding: 50px 30px 46px;
	}

	.ms_add_in_playlist_modal .ms_share_text,
	.ms_create_playlist_modal .ms_share_text {
		padding-top: 4px;
		padding-left: 20px;
	}

	#add_in_playlist_modal h1,
	#ms_share_music_modal_id h1 {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.clr_modal_btn {
		margin-top: 20px;
	}

	.clr_modal_btn a {
		padding: 0px 7px;
		font-size: 12px;
	}
}

@media(max-width:480px) {

	.ms_add_in_playlist_modal .ms_share_img,
	.ms_create_playlist_modal .ms_share_img {
		width: 70%;
		margin: 0 auto;
		float: none;
	}

	.ms_add_in_playlist_modal .modal-body {
		text-align: center;
	}

	.ms_add_in_playlist_modal .ms_share_text,
	.ms_create_playlist_modal .ms_share_text {
		padding-top: 20px;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}

	.ms_create_playlist_modal h1:after,
	#add_in_playlist_modal h1:after,
	#ms_share_music_modal_id h1:after {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.ms_share_img {
		width: 36%;
	}
}

.modal-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.show .modal-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.modal-backdrop {
	z-index: 10000;
}

.modal {
	overflow: hidden;
	z-index: 10002;
}

@media (max-width: 1024px) {
	.modal {
		z-index: 10002;
	}
}

.modal-open .ms_main_wrapper {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
}

.form-group {
	color: #FFF;
	padding-bottom: 10px;
}

.custom-file-label::after {
	font-weight: bold;
	height: 100%;
	line-height: 1.7;
	color: #ffffff;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #5e46ff;
	border-left: 1px solid #ffffff;
	font-size: 15px;
}

.custom-file-label {
	height: 30px;
	border-radius: 4.25rem;
	padding-right: 5px;
	background-color: white;
	text-align: left;
	padding-left: 9px;
	line-height: 2;
	font-size: 13px;
}

.form-group .custom-file {
	padding-bottom: 31px;
}

.clr_modal_btn a:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}


@media (max-width: 600px) {
	.create_playlist_modal_btn a {
		padding: 0px 7px;
		font-size: 12px;
	}

	.create_playlist_modal_btn {
		margin-top: 20px;
		text-align: center;
	}
}

.create_playlist_modal_btn {
	margin-top: 15px;
	text-align: left;
}

.create_playlist_modal_btn a {
	line-height: 30px;
	font-size: 15px;
}

.create_playlist_modal_btn a {
	height: 30px;
	background-color: #fff;
	display: inline-block;
	padding: 0px 17px;
	line-height: 29px;
	text-transform: capitalize;
	font-size: 14px;
	border-radius: 15px;
	font-weight: bold;
}

.create_playlist_modal_btn a:hover {
	color: #503ae6;
}

.jq-toast-wrap {

	z-index: 999999 !important;
}

.ms_needlogin {
	margin-top: 150px;
	text-align: center;
}

.ms_needlogin h2 {
	font-size: 22px;
	color: #fff;
	text-transform: capitalize;
	padding: 20px 0px;
}

.ms_needlogin a.ms_btn.reg_btn {
	width: 200px;
	height: 40px;
	line-height: 42px;
}

.ms_banner_text .ms_banner_btn .ms_btn {
	line-height: 39px;
}

ul.more_option li a .opt_icon .icon_fav_add,
.play_song_options ul li a .icon_fav {
	background-image: url(../images/svg/fav_add.svg);
}

.info-empty {
	color: #fff;
}

.ms_releases_wrapper .swiper-slide.swiper-slide-active .ms_play_icon:after {
	opacity: 0 !important;
}

.ms_releases_wrapper .swiper-slide.swiper-slide-active .ms_play_icon img {
	opacity: 1 !important;
}

input#login_btn,
input#register_btn,
input#confirm_otp_btn {
	border: 1px solid #fff;
	background-color: transparent;
	margin-left: 0px;
	padding: 0px 31px;
	margin-top: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

input[type="submit"],
input[type="reset"] {
	border: 1px solid #3bc8e7;
	background: #3bc8e7;
	color: #fff;
	font-size: 15px;
	padding: 0px 30px;
	width: auto;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}

input#login_btn:hover,
input#register_btn:hover,
input#confirm_otp_btn {
	background-color: #ffffff;
	color: #956bf7;
}

input[type="submit"]:hover {
	border: 1px solid transparent;
}

.ms_register_form button.hst_loader {
	height: 40px;
	top: 5px;
	margin: auto;
}

@media (max-width: 1600px) {
	.ms_profile .ms_top_btn {
		text-align: left;
	}

	.ms_profile .ms_top_btn {
		width: auto;
	}

	.ms_profile .ms_top_btn {
		text-align: right;
	}
}

@media (max-width: 1800px) {
	.ms_profile .ms_top_btn {
		width: auto;
		display: flex;
		place-content: flex-end;
	}
}

@media (max-width: 1825px) {
	.ms_profile .ms_top_btn {
		width: 67.3%;
	}
}

.ms_profile .ms_top_btn {
	float: right;
	text-align: left;
	width: 56.3%;
	position: relative;
}

ul.pro_dropdown_menu {

	top: 130%;
}

.ms_admin_name span.ms_pro_name {
	background-image: -moz-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(181, 37, 175) 0%, rgb(66, 73, 232) 100%);
	background-image: -webkit-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(181, 37, 175) 0%, rgb(66, 73, 232) 100%);
	background-image: -ms-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(181, 37, 175) 0%, rgb(66, 73, 232) 100%);
}

.ms_acc_overview {
	background-color: #2d2d31;
}


.ms_acc_ovrview_list ul li span {
	width: 50%;
}

.ms_admin_name span.ms_pro_name {
	line-height: 50px;
	font-weight: bold;
}

.demo-preview {
	padding-top: 60px;
	padding-bottom: 10px;
	width: 300px;
	margin: auto;
	text-align: center;

}

.demo-preview .label {
	margin-right: 10px;
	margin-bottom: 10px
}

.label {
	display: inline-block;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	padding: 4px 8px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 400;
	color: #FFF
}

.label.label-pill,
.label.label-rounded {
	border-radius: 99999px
}

.label.label-square {
	border-radius: 0
}

.label.label-default {
	background-color: #B0BEC5
}

.label.label-primary {
	background-color: #2196F3
}

.label.label-secondary {
	background-color: #323a45;
	color: #FFF
}

.label.label-info {
	background-color: #29B6F6
}

.label.label-success {
	background-color: #64DD17
}

.label.label-warning {
	background-color: #FFD600
}

.label.label-danger {
	background-color: #ef1c1c
}

.label.label-outlined {
	border-width: 1px;
	border-style: solid;
	background-color: transparent
}

.label.label-outlined.label-default {
	border-color: #B0BEC5;
	color: #B0BEC5
}

.label.label-outlined.label-primary {
	border-color: #2196F3;
	color: #2196F3
}

.label.label-outlined.label-secondary {
	border-color: #323a45;
	color: #323a45
}

.label.label-outlined.label-info {
	border-color: #29B6F6;
	color: #29B6F6
}

.label.label-outlined.label-success {
	border-color: #64DD17;
	color: #64DD17
}

.label.label-outlined.label-warning {
	border-color: #FFD600;
	color: #FFD600
}

.label.label-outlined.label-danger {
	border-color: #ef1c1c;
	color: #ef1c1c
}

.jp-songtype {
	font-size: 10px;
	padding: 3px 4px;
	font-weight: 700;
	text-transform: uppercase;
}

.typeahead {
	z-index: 1051;
}


.ms_search_modal button.close {
	position: relative;
	margin-left: auto;
	margin-bottom: auto;
}

.ms_search_modal .ms_top_search {
	max-width: 100%;
}

.card-horizontal {
	display: flex;
	flex: 1 1 auto;
}

.ms_search_modal .ms_rcnt_box_img {
	padding-left: 10px;
	margin-bottom: 5px;
	/* height: 200px; */
	width: 90px;
	float: left;

}

.ms_search_modal .ms_rcnt_box {
	margin-top: 10px;
	display: inline-flex;
	margin-bottom: 5px;
	width: 100%;
}

.ms_search_modal .typeahead.dropdown-menu {
	background-color: #fff;
}

.typeahead.dropdown-menu .ms_rcnt_box_text {
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
}

.typeahead.dropdown-menu .ms_rcnt_box_text h3 {
	font-size: 15px;
}

.typeahead.dropdown-menu .ms_rcnt_box_text h3 a {
	color: #956bf7;
}

.typeahead.dropdown-menu .ms_rcnt_box_text p {
	color: #828282;
}

.ms_search_modal .typeahead.dropdown-menu .dropdown-item.active,
.dropdown-item:active {
	background-color: #f1f1f1;
}

.ms_rcnt_box_text h3 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* white-space: nowrap; */
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ms_rcnt_box_text h3 a,
.w_top_song .w_tp_song_name h3 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* white-space: nowrap; */
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media (max-width: 1400px) {
	.ms_releases_wrapper .w_top_song {
		width: 68%;
	}
}

@media (max-width: 1200px) {
	.w_top_song .w_tp_song_name h3 {
		font-size: 14px;
		/* text-overflow: ellipsis;
	overflow: hidden;
	display: unset;
    white-space: nowrap; */
		width: 100%;
	}

	.w_top_song .w_tp_song_name h3 a {
		font-size: 14px;
		display: unset;
		width: 100%;
	}
}

.jp-playlist .que_data {
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	white-space: nowrap;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}

.jp-playlist li a span.jp-artist {
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	white-space: nowrap;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.jp-playlist li .action {
	opacity: 1;
}

.ms_search_modal .modal-dialog {
	/* top: 20%; */
	width: 80%;
}


@media (max-width: 767px) {
	.modal-dialog {
		max-width: 930px !important;
		width: 90% !important;
	}

	.modal-content {
		padding: 19px 16px 2px;
	}

	.ms_search_modal .ms_rcnt_box {
		margin-top: 10px;
		display: block;
		margin-bottom: 5px;
		width: 100%;
	}

	.ms_search_modal .ms_rcnt_box_img {
		/* height: 90px; */
		width: 75px;
		margin-right: 10px;
	}

	.ms_rcnt_box_text h3 a,
	.ms_rcnt_box_text p {
		display: block;
	}

	.ms_search_modal .modal-dialog {
		top: 20%;
	}

}

@media (max-width: 768px) {
	.ms_search_modal .modal-dialog {
		top: 20%;
	}

	.modal-dialog {
		width: 90% !important;
	}

	.modal-content {
		padding: 19px 16px 2px;
	}

	.ms_search_modal .ms_rcnt_box {
		margin-top: 10px;
		display: block;
		margin-bottom: 5px;
		width: 100%;
	}

	.ms_search_modal .ms_rcnt_box_img {
		/* height: 90px; */
		width: 75px;
		margin-right: 10px;
	}

	.ms_rcnt_box_text h3 a,
	.ms_rcnt_box_text p {
		display: block;
	}

}

@media (max-width: 991px) {
	.ms_search_modal .modal-dialog {
		top: 20%;
	}

	.modal-dialog {
		max-width: 94% !important;
	}

	.modal-content {
		padding: 19px 16px 2px;
	}

	.ms_search_modal .ms_rcnt_box {
		margin-top: 10px;
		display: block;
		margin-bottom: 5px;
		width: 100%;
	}

	.ms_search_modal .ms_rcnt_box_img {
		/* height: 90px; */
		width: 75px;
		margin-right: 10px;
	}

	.ms_rcnt_box_text h3 a,
	.ms_rcnt_box_text p {
		display: block;
	}

}

.typeahead.dropdown-menu .ms_rcnt_box_song_type {
	text-align: left;
	margin-top: 5px;
	margin-left: 0px;
}

.brand_label {
	max-width: 130px;
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	line-height: 40px;
	padding-left: 10px;
	margin-right: 10px;
}

@media (max-width: 480px) {
	.brand_label {
		position: relative;
		display: block;
		text-align: center;
		line-height: 35px;
		padding-left: 10px;
		margin-right: 10px;
		max-width: 100%;
	}
}

.element_type_label {
    text-transform: uppercase;
	position: absolute;
	font-weight: bolder;
	font-size: 15px;
	padding: 5px 8px;
	border-top-left-radius: 10px;
	border-color: #ffffff6c;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	background-color: #565656b0;
	box-shadow: 0 0.46875rem 2.1875rem 0px #565656b0, 0 0.9375rem 5rem 2px #6f66ea61, 0 0.25rem 0.53125rem #565656b0, 0 0.125rem 0.1875rem #565656b0;
}

.ms_products_items .element_type_label{
	font-size: 12px;
}

.ms_release_box .jp-songtype{
	display: block;
    font-size: 10px;
    border-color: #85c75a;
    color: #85c75a;
    padding: 3px 4px;
    text-transform: uppercase;
}

.ms_products_items .ms_rcnt_box {
	margin-bottom: 20px;
}

/*====404 Page Css Start====*/

.fd_error_wrapper {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 100%; */
	height: -webkit-fill-available;
	position: relative;
	overflow-x: hidden;
}
.ms_error_inner {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.fd_error {
	text-align: center;
	background-color: transparent;
	border: none;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.fd_error:before {
	position: absolute;
	background-image: url(../images/svg/err_sound.svg);
	width: 864px;
	height: 524px;
	top: -181px;
	left: 50%;
	content: "";
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.err_img {
	position: relative;
	top: -30px;
	right: 6px;
}
.err_img img {
	-webkit-animation-name: rotation;
	-webkit-animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation;
	-moz-animation-duration: 7s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation;
	-o-animation-duration: 7s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation 7s infinite linear;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.fd_error h1 {
	font-size: 300px;
	color: #fff;
	line-height: 150px;
	font-weight: 200;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-left: 15px;
}
.fd_error p {
	font-size: 24px;
	color: #956bf7;
	text-transform: uppercase;
	margin-top: 50px;
	letter-spacing: 1px;
	font-weight: 600;
	padding-bottom: 15px;
}
.fd_error_btn {
	margin-top: 30px;
}
.fd_error_btn a {
	background-color: #956bf7;
	color: #fff;
	height: 40px;
	display: inline-block;
	text-transform: capitalize;
	text-align: center;
	line-height: 43px;
	border-radius: 20px;
	padding: 0px 45px;
}
.fd_error_btn a:hover {
	color: #ffffff;
	box-shadow: 0px 0px 20px 0px #956bf7;
}
.fd_error_img {
	position: absolute;
	top: 50%;
	z-index: -1;
	right: -52px;
	opacity: 0.1;
	width: 400px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.ms_wave_img {
	position: absolute;
	left: -30%;
	bottom: 20px;
	z-index: -1;
	width: auto;
}
.ms_wave_img img {
	max-width: initial;
}
@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(720deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*====Not Found Page Css Start====*/

.no-results.not-found form.search-form {
	position: relative;
	width: 92%;
	margin-top: 20px;
}
.no-results.not-found form.search-form label {
	width: 100%;
}
.no-results.not-found form.search-form input.search-field {
	width: 100%;
	height: 40px;
	padding-left: 15px;
	line-height: 40px;
}