
:root {
	--primary: red;
	--poppins: 'poppins' , sans-serif;
}



.customfonts {
	color: red;
	font-family: var(--poppins);
}

#customfonts {
	color: white;
	font-family: var(--poppins);

}

.form-control {  
    -webkit-box-shadow: none!important;
    outline: -webkit-focus-ring-color auto 0px!important;
} 

.dropdown-item:active,
.dropdown-item:focus{
  background-color: red;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}


/*Card Styles*/

.img-custom {
	border-radius: 7px;
}
.custom-card {
	border-color: red;
	cursor: pointer;
	margin-top: 1rem;
}
.custom-card-body {
	padding: 2px;
	margin: 2px;
}
.custom-card-title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: 'poppins', sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

a {
	text-decoration: none; !important
}

/*Card Hover*/

.img-container{
	position: relative;

}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.6s;
	border-radius: 5px;


}

.overlay:hover {
	backdrop-filter: blur(5px);
	opacity: 1;
}



.play-button:hover {
	cursor: pointer;


}

.heading-text {
	font-family: 'poppins', sans-serif;
	background-color: rgb(33,37,41);
	color: white;
	padding: 5px;
	border: solid;
	border-right: 1px;
	border-left: 1px;
	border-top: 1px;
	border-color: red;
	border-: 1px;
	font-size: 12px;
}

/*vertical card custom*/


.vcard-custom {
	border-color: red;
	cursor: pointer;
	margin-bottom: 0.50rem;
	display: flex;
}

.vcard-title {
	font-size:	12px;
	font-family: 'poppins', sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 1px;
	padding: 1px;
	font-weight: bold;
}
.icon-custom {
	color: red;
}
.time-d {
	color: gray;
	font-size: 12px;
	margin: 1px;
	padding: 1px;
	font-weight: lighter;

}


/*View Page Style*/

.view-heading-text{
	margin-top: 15px;
	font-family: 'poppins', sans-serif;
	background-color: rgb(231, 41, 41);
	color: white;
	padding: 5px;
	font-size: 1rem;
}

/*label {
  font-size: 2rem;
  margin-bottom: 1rem;
}


label input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
}

.custom-checkbox .fa-heart {
  color: red;
  position: absolute;
  font-size: 0.75em;
}

.custom-checkbox .glyphicon-star-empty {
  color: black;
}

.custom-checkbox .icon-2 {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.custom-checkbox:hover .icon-1{
  color: red;
}

.custom-checkbox input[type="checkbox"]:checked ~ .icon-2 {
  opacity: 1;
}
*/
.share-ico {
	font-size: 1.5rem;
	color: red;
	cursor: pointer;
}
.custom-download-btn {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 5rem;
	padding-right: 5rem;
	font-family: 'poppins' , sans-serif;
}
.audio-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-dropdown {
	width: 250px !important;
	font-family: 'poppins' , sans-serif;
}

/*list group custom*/

.music-details{
	font-family: 'poppins' , sans-serif;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

.music-details a {
	color: red;
	text-decoration: none;
}

/*copyright claim button*/

.copyright-btn{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 5rem;
	padding-right: 5rem;
	font-family: 'poppins' , sans-serif;
}

.btn-group-custom {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-family: 'poppins' , sans-serif;
}
.btn-group-custom:hover{
	color: red;
}



/*Artist Page*/

/*Artist Image Custom*/

.artist-img {
	height: 12rem;
	width: 12rem;
	border-radius: 50%;
	border-style: solid;
	border-width: 5px;
	border-color: #FFDCDC;
}



/*audio player*/

audio::-webkit-media-controls-enclosure {
    border-radius: 5px;

}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #FFC7C7;
  color: #ffe0e5;
}

.holder {
    text-align: center;
    display: table-cell; 
    vertical-align: middle;
}

:root {
  --primary: #1e90ff;
  --second: #ffffff; 
  --heading-bg: #000000; 
  --search-btn-bg: #FF0400; 
  --heading-text: #FFFFFF;
  --primary-btn: #FF0400;
  --border-bottom: #FF0400;
  --border-opacity: 1;
  --card-heading-text: 17px;
  --card-small-text: 12px;
  --card-small-text-color: #585858;
  --footer-link: #9B9B9B;
  --footer-text-small: #9B9B9B;
  --footer-copyright: #DCDADA;
}

.footer-about-text a
{
  text-decoration: none;
  color: var(--footer-link);
}

.footer-about-text div
{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-social-text a
{
  text-decoration: none;
  color: var(--footer-link);
}

.footer-categories-text a
{
  text-decoration: none;
  color: var(--footer-link);
}

.footer-social-text div
{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-categories-text div
{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-logo p
{
  color: var(--footer-text-small);
}

.footer-copyright
{
  color: var(--footer-copyright);
}

.audio-div
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.artist-card {
	border-color: red;
	white-space: nowrap;
	background-color: rgb(33,37,41);
	border-radius: 10px;

}
.vcard-custom {
	display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-items: center;

}
.artist-details-ico{
	color: white;
}

.music-details-player{
	font-family: 'poppins' , sans-serif;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	background-color: rgb(33,37,41);
	border-color: rgb(33,37,41);
	color: white;
}

.music-details-player a {
	color: red;
	text-decoration: none;
}

.album-img {
	display: flex;
	justify-content: center;
  align-items: center;
  justify-items: center;
}



/*category button slider*/



.wrapper {
  position: relative;
  padding: 5px;
  overflow-x: hidden;
  background: #fff;
  border-radius: 10px;
  margin-top: 5px;
}
.wrapper .icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  display: flex;
  align-items: center;
}
.icon:first-child {
  left: 0;
  justify-content: flex-start;
  background: linear-gradient(90deg, #fff 30%, transparent);
}
.icon:last-child {
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(-90deg, #fff 30%, transparent);
}
.icon i {
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}
.icon i:hover {
  background: #efedfb;

}
.wrapper .tabs-box {
  display: flex;
  gap: 10px;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-bottom: 0;
  padding-left: 0;
  font-family: 'poppins', sans-serif;
  color: black;
}

.tabs-box.dragging {
  scroll-behavior: auto;
  cursor: grab;
}
.tabs-box .tab {
  cursor: pointer;
  font-size: 0.8rem;
  white-space: nowrap;
  background: #f5f4fd;
  padding: 10px;
  border-radius: 30px;
  border: 1px solid;
  border-color: black;
  color: black;
}
.tabs-box .tab:hover{
	color: white;
  background-color: red;
  
}
.tabs-box.dragging .tab {
  user-select: none;
  pointer-events: none;
}
.tabs-box .tab.active{
  color: white;
  background-color: red;
  border-color: transparent;
}

/*category button end*/


.custom-search {
	border-color: red;
	max-width: 30rem;

}

.form-control:focus {
        border-color: red;
        box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.8);
    } 


















/*custom music player*/
/*.music-p {
	width: 100%;
	height: auto;
	background: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.music-player{
	background: #ffe0e5;
	width: 300px;
	padding: 25px 35px;
	text-align: center;
}

.song-img {
	width: 220px;
	border-radius: 50%;
	border: 8px solid #fff;
}

.music-player h4 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.music-player p {
	font-size: 14px;
	color: #333;
	font-family: 'poppins' , sans-serif;

}

#progress {
	-webkit-appearance: none;
	width: 100%;
	height: 6px;
	background: #f53192;
	border-radius: 4px;
	cursor: pointer;
	margin: 40ox 0;
}

#progress::-webkit-slider-thumb {
	-webkit-appearance:none;
	background: #53192;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 8px solid #fff;
	box-shadow: 0 5px 5px rgba(255, 26, 26, 0.22);
}
.controls {
	display: flex;
	justify-content: center;
	align-items: center;

}
.controls div{
	width: 60px;
	height: 60px;
	margin: 10px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #f53192;
	box-shadow: ;
	box-shadow: 0 10px 20px rgba(255, 26, 26, 0.22);
	cursor: pointer;
}
.controls div:nth-child(2){
	background: #f53192;
	color: #fff;

}*/
/* Hide the default image when the actual image is loaded */


.lazyload[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.lazyloaded {
    opacity: 1;
}

.custom-breadcrumb {
	padding-top: 10px !important;
}
