/*Theme Name: 24music Portal 2025
Description: 24music Portal
Version: 2025
Author:  Riccardo de Wit @ HelloU
Author URI: https://hellou.nl 

*/

:root {
	--default-red: linear-gradient(#fb275d, #b20b40);
	--default: linear-gradient(#27a3fb, #0b62b2);
	--brand-color-red: #d50032;
	--brand-color: #1286f5;
	--brand-color2: #0089d5;
	--brand-color-darker: #0050FF; 
  }


body, html {
margin: 0 auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
/* background: linear-gradient(#1286f5, white 18.07%); */
background: linear-gradient(#add4fa, white 18.07%);
font-family: 'Poppins';
overflow-x: hidden;
}


.top {
	color: white;
	position: fixed;
	display: flex;
	/* justify-content: center; */
	height: 75px;
	width: 100%;
	display: flex;
	z-index: 999;
	transition: all 0.5s ease;
}

.top-margin {
	width: calc(100% - 50px);
	margin: 0 auto;
	position: relative;
}

.menu-icon {
	transition: all 0.5s ease;
}

.scrolled .top {
	background-color: white;
  }
  
  .scrolled .menu-icon {
	color: var(--brand-color);
  }

a.wa-green {
	color: #25D366;
}

.copyright-attributions a {
	color: white;
}

.wa-icon-top {
	position: absolute;
	right: 40px;
	top: 15px;
	color: #25D366;
	z-index: 999;
	animation: heartbeat 1s infinite;
	font-size: 44px;
	display: none;
}

/* .logo {
	z-index: 3;
	position: relative;
	margin-top: -5px;
	z-index: 3;
	/* background: var(--brand-color); */
	/* padding: 10px; */
	/* border: 1px solid rgba(212, 210, 210, 0.5); */
	/* transition: all 0.5s ease;
}/*
*/

.logo {
	position: relative;
z-index: 3;
/* background: var(--brand-color); */
/* padding: 10px; */
/* border: 1px solid rgba(212, 210, 210, 0.5); */
transition: all 0.5s ease;
height: 75px;
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

.header {
	background-size: cover;
	background-position: center center;
	height: 600px;
	width: 100%;
	z-index: 1;
}

.headerflip {
	z-index: 2;
	border-radius: 10px;
	justify-content: center;
	padding-top: 100px;
	display: flex;
}

.grid {
	display: block;
	width: 100%;
	max-width: 1180px;
	min-height: 1000px;
}

.header_overlay {
	background: linear-gradient(#fb275d, #b20b40);
	height: 100%;
}

.full-width-bg {
	padding-top: 20px;
	margin-top: -25px;
	margin-left: 20px;
	width: calc(100% - 100px);
	max-width: 1180px;
}

.fullhead {
    min-height: calc(100% + 200px);
    margin-bottom: 200px;
}

.menu {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 34px;
	color: white;
	z-index: 999;
}

.fade {
	background: red;
	height: 100%;
	width: 50px;
	position: absolute;
	top: 0;
	right: -20px;
	z-index: 5;
	background: linear-gradient(to right, transparent, #ffffff 54.62%);
}

.np-info-holder {
	display: flex;
	justify-content: center;
}

.np-img {
	display: flex;
	justify-content: center;;
}

.content {
    margin-top: -50px;
    z-index: 2;
    max-width: 1180px;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    margin-top: -150px;
	padding-bottom: 100px;
}

.white {
	box-shadow: 0 4px 12px 0 rgba(0,23,46,.05);
	background: white;
	border-radius: 10px;
}

.text-white {
	color: white !important;
}

.spacer {
	height: 150px;
	width: 100%;
}


.pagecontent {
	z-index: 2;
	background: white;
	min-height: 500px;
	border-radius: 10px;
	width: calc(100% - 100px);
	box-shadow: 0 4px 12px 0 rgba(0,23,46,.05);
	margin-bottom: 200px;
	padding: 10px;
	margin-top: 10px;
	margin-left: 20px;
}



.pagewrap {
    z-index: 2;
    border-radius: 10px;
    margin-bottom: 200px;
    margin: 0 auto;
    margin-top: 10px;
}

.show {
	height: 350px;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 20px;
	color: white;
	position: relative;
	margin-top: 30px;
}

.show-overlay {
	position: absolute;
	width: 100%;
	height: 50%;
	background: url('//24music.live/assets/img/soundwave-blue.svg');
	background-size: contain;
	background-position: 100%;
	margin-top: 100px;
}

.show-label-name {
	position: absolute;
	bottom: -110px;
	padding: 20px;
	left: -1500px;
	transition: all 1s ease;
}

.show-now-label {
	background: red;
	color: white;
	font-size: 1.3rem;
	display: inline;
	padding: 5px;
	border-radius: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

.show-name {
	font-size: 3rem;
	font-weight: bold;
	padding-top: 10px;
	z-index: 5;
	position: relative;
}

.show-img {
height: 450px !important;
width: 380px !important;
background-size: cover !important;
background-position: center center !important;
bottom: -186px;
position: absolute;
right: -1500px;
transition: all 1s ease;
}
.actions {
	display: flex;
	margin-bottom: 40px;
	z-index: 5;
	position: relative;
	margin-left: -25px;
}

.watch-now-button {
	height: 30px;
	display: flex;
	justify-content: center;
	font-size: 1.3rem;
	border-radius: 20px;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.5s ease;
	margin-left: 20px;
}

.listen-now-button {
	height: 30px;
	display: flex;
	justify-content: center;
	font-size: 1.3rem;
	border-radius: 20px;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.5s ease;

}


.watch-now-button a {
	display: flex;
	color: white;
	text-decoration: none;
}

.show-info {
	display: none;
	justify-content: center;
	color: white;
	width: 80%;
	margin-left: -80px;
}

.DJ-card {
	box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
	background: white;
	border-radius: 10px;
	padding: 10px;
}

.DJ-card-child {
	width: 100%;
	height: 100%;
}

.DJ-card-img {
	height: 300px;
	width: 300px;
	padding: 10px;
	background: red;
	border-radius: 10px;

}

.DJ-card-img:hover {
	transform: scale(1.2);
	max-height: 300px;
	max-width: 300px;
	border-radius: 10px;
}

.DJ_img {
	margin-top: 10px;
	height: 50px;
	width: 50px;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 100px;
	border: 1px solid white;
	margin-right: 10px;
}

.np-img-src {
	margin-top: 30px;
	height: 200px;
	width: 200px;
	border-radius: 200px;
	border: 5px solid white;
}

.show_holder {
	padding-top: 20px;
	display: flex;
}

.artisttitle-holder {
	padding-top: 20px;
	display: flex;
	justify-content: center;
	color: white;
	font-size: 1.5rem;
}

.artist {
	font-family: Verdana;
	font-weight: 600;
	font-size: 22px;
	color: white;
}

.title {
	font-family: Verdana;
	font-weight: 400;
	font-size: 14px;
	color: white;	
	text-align: center;
}

.playdiv-holder {
	display: flex;
	justify-content: center;
}

.playdiv {
	border-radius: 10px;
	border: solid 1px white;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	margin-top: 20px;
	width: 100px;
}

.playdiv a {
	color: white;
	text-decoration: none;
}



.section-title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.9rem;
	font-weight: 900;
	color: var(--brand-color);
	margin-left: 0px !important;
}

.section-title-center {
	max-width: 1200px;
	margin: 0 auto;
	width: calc(100% - 40px);
}

.section1 {
	margin: 0 auto;
	margin-top: -20px;
	background: var(--brand-color);
	border-radius: 20px;
	padding-bottom: 1px;
	overflow: hidden;
	margin-bottom: 20px;
}

.section1-center {
	width: calc(100% - 50px);
	margin-left: 20px;
}


#myNav {
	z-index: 999999;
}

.selectclass-today {
	display: none;
}

.timeline {
	background-repeat: repeat-x;
	border-radius: 20px;
	max-width: calc(100vw - 20px);

}

.timeline-info-holder {
	display: flex;
	justify-content: center;
	padding-top: 30px;

}
.timeline-container {
	overflow: scroll;
	white-space: nowrap;
	display: flex;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
.timeline-content {
	display: flex;
	color: white;
	
}
.timeline-card {
	background: linear-gradient(rgba(255, 116, 93, 0.98), rgba(255, 44, 94, 0.89) 61.34%, #ff2c5e 100%, rgba(255, 46, 94, 0.65));
	padding: 20px;
	width: 400px;
	border-radius: 20px;
	margin-right: 20px;
	height: 130px;
	float: left;
	color: white;
}
.timeline-img {
		height: 50px;
		width: 50px;
		background: red;
		border-radius: 100px;
		box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
		background-size: cover !important;
		background-position: center center !important;
		background: url('https://megahit.live/assets/artwork/DeWitR.png');
		float: left;
}
.timeline-info {
	margin-left: 25px;
}
.timeline-program {
	font-size: 24px;
	font-weight: 900;
}
.timeline-live {
	border: 1px solid red;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: white;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin: 5px 7px 0px 0px;
	margin-top: -50px;
	padding: 5px 5px 3px 4px;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
	background-color: rgb(236, 26, 25);
	flex-shrink: 0;
	float: right;
	display: none;
}

/* New Music */

.new-music {
	margin-left: -20px;
}

.new-music-container {
	display: flex !important;
	justify-content: space-between !important;
	overflow: scroll;
	margin: 0 auto;
	padding-top: 20px;
	margin-left: 20px;
}

.new-music-item {
	height: 200px;
	min-width: 300px;
	background: red;
	border-radius: 20px;
	margin-right: 10px;
	position: relative;
	background-size: cover !important;
	background-position: center center !important;
	transition: all 0.5s ease;
	margin-right: 20px;
}

.new-music-item:last-child {
	margin-right: 0px;
}

.new-music-item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	position: absolute;
	background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.75) 99.58%);
}

.new-music-item-info {
	color: white;
	bottom: 10px;
	left: 10px;
	position: absolute;
}

.new-music-artist {
	font-weight: bold;
}

.new-music-item:hover .new-music-item-play-button {
	color: var(--brand-color);
}


.new-music-item-play-button {
	display: flex;
	justify-content: center;
	color: white;
	font-size: 4rem;
	margin-top: 60px;
	transition: all 0.5s ease;
}

.new-music-position {
	position: relative;
}

.NewMusic {
	padding-left: 10px;
    padding-right: 10px;
}

.nm-container{ 
		max-width: calc(100vw - 20px);
}


.nm-flex {
	overflow: scroll;
	white-space: nowrap;
	justify-content: left;
	max-width: 100%;
	display: flex;
	padding-bottom: 25px;
	ms-scrollbar-base-color: orange;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
.nm-item {
	height: 200px;
	width: 300px;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
	margin-right: 10px;
	border-radius: 10px;
	display: table;
	text-align: center;
	position: relative;
}

.nm-dark {
	position: relative;
	overflow: hidden;
}

.nm-pb-holder {
	position: absolute;
	color: white;
	justify-content: center;
	display: flex;
	height: 100%;
	width: 100%;
	top: 30%;
	font-size: 5rem;
	z-index: 7;
}

.nm-title {
	float: left;
	max-width: 300px !important;
	color: #8d929e;
	font-size: 1rem;
	font-weight: 300;
	display: table;
	word-wrap: break-word;
	white-space: pre-line;
}



.nm-skew {
	content: '';
	position: relative;
	top: 0;
	left: -111px;
	width: 50%;
	height: 200px;
	background: linear-gradient(rgba(255, 116, 93, 0.98), rgba(255, 44, 94, 0.89) 61.34%, #ff2c5e 100%, rgba(255, 46, 94, 0.65));
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(30deg);
	z-index: 6;
	padding-right: 188px;
	overflow: hidden;
	padding-right: 50px;
}




/** SCHEDULE TODAY **/

.schedulertoday {
	display: flex;
}

.postday-today {
	display: none;
}

#scheduletodayprogram {
	width: 100%;
	height: 85px;
	border-bottom: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	overflow: hidden;
	display: inline-table;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 18px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.scheduletodayprogramimg {
	float: left;
	width: 110px;
	height: 110px;
	max-height: 150px;
	background-size: cover;
	border: 1px solid rgb(204, 204, 204);
	margin-right: 30px;
}
.scheduletodayprogramname {
	margin-top: 40px;
	font-family: Source sans pro, Arial, sans-serif;
	font-weight: 600;
}
.scheduletodayprogramtime {
	float: right;
	width: 125px;
	height: 100%;
	background-size: cover;
	padding-top: 43px;
	font-size: 20px;
	font-weight: 200;
	color: #000000;
}
.livenow {
	border: 1px solid red;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	color: white;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin: 5px 7px 0px 0px;
	margin-top: 5px;
	padding: 5px 5px 3px 4px;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
	background-color: rgb(236, 26, 25);
	flex-shrink: 0;
	float: right;
	display: none;
}
  


/* Playlist */

.searchtext {
color: rgb(39, 39, 39);
}

#playlist {
margin: 0px;
padding: 0px !important;
background: #f4f5f7;
}
.playlistitem {
display: flex;
transition: all .25s;
color: #8c9297 !important;
}

#playlist:nth-child(odd) {
background: #fff;
}

.playlistitem:hover {
background: #d0d0d0;
color: white !important;
}

.playlistitemimg {
height: 100px;
min-width: 100px;
margin-right: 10px;
position: relative;
}
.playlistartist {
font-size: 1.2em;
font-family: "Poppins";
text-transform: uppercase;
min-width: 100px;
white-space: pre-wrap;
font-weight: 600;
color: rgb(161, 161, 161) !important;
}

.playlisttitle {
color: rgb(184, 184, 184) !important;
}

.playlisttime {
flex-shrink: 0;
/* width: 82px; */
display: inline-block;
font-weight: 200;
background: var(--brand-color);
position: absolute;
bottom: 5px;
left: 10px;
text-align: center;
color: white !important;
width: 100%;
font-weight: 700 !important;
margin-left: 120px;
border-radius: 20px;
}
.playlistsong {
margin-top: 10px;
margin-left: 20px;

}
.playlist {
padding-left: 5vw;
padding-right: 5vw;
margin: 0;
}


select {
height: auto;
background-color: rgb(255, 255, 255);
border: 1px solid lightgrey;
padding: 7px 35px 7px 14px;
font-size: 18px;
line-height: 1.5;
font-weight: 600;
font-family: "Poppins";
color: rgb(0, 0, 0);
text-transform: uppercase;
background-image: url('//24music.live/assets/img/down.png');
background-size: 10px 6px;
cursor: pointer;
background-position: calc(100% - 14px) center;
background-repeat: no-repeat no-repeat;
margin-bottom: 20px;
border-radius: 20px;
-webkit-appearance: none;
margin-right: 10px;
}



/** SCHEDULE **/



#scheduleprogram {
width: 100%;
height: 85px;
color: darkgrey;
overflow: hidden;
display: inline-table;
padding-bottom: 20px;
padding-top: 20px;
font-size: 18px;
transition: all .25s;
}

.scheduleitem {
background: #f4f5f7;
color: darkgrey;
}

.scheduleitem:nth-child(odd) {
background: white;
color: darkgrey;
}

#scheduleprogram:hover {
/* background: #1f55ff;*/
background: #d0d0d0;
}
.scheduleprogramimg {
float: left;
width: 110px;
height: 110px;
max-height: 150px;
background-size: cover;
border: 1px solid rgb(204, 204, 204);
margin-right: 30px;
margin-left: 10px;
border-radius: 10px;
}
.scheduleprogramname {
margin-top: 40px;
font-family: Source sans pro, Arial, sans-serif;
font-weight: 600;
}


.livenow-schedule {
border: 1px solid red;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
color: white;
font-size: 10px;
font-weight: 600;
letter-spacing: 1px;
line-height: 1;
margin: 5px 7px 0px 0px;
margin-top: 5px;
padding: 5px 5px 3px 4px;
position: relative;
text-transform: uppercase;
vertical-align: middle;
background-color: rgb(236, 26, 25);
flex-shrink: 0;
float: right;
display: none;
}



 /* Playlist NEW */
  
 .playlist-item {
    min-height: 330px;
    min-width: calc(33% - 10px);
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px; /* Add margin to create space between items */
    position: relative;
  }
  
  .playlist-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(transparent 57.14%, black);
    border-radius: 20px;
  }
  
  .playlist-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }

  .playlist-time {
    background: var(--default);
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    border-radius: 20px;
    color: var(--section-title-text);
  }

  .playlist-artist {
    font-weight: bold;
  }
  


/* Playlist */

.searchtext {
color: rgb(39, 39, 39);
}

#playlist {
margin: 0px;
padding: 0px !important;
background: #f4f5f7;
}
.playlistitem {
display: flex;
transition: all .25s;
color: #8c9297 !important;
}

#playlist:nth-child(odd) {
background: #fff;
}

.playlistitem:hover {
background: #d0d0d0;
color: white !important;
}

.playlistitemimg {
height: 100px;
min-width: 100px;
margin-right: 10px;
position: relative;
}
.playlistartist {
font-size: 1.2em;
font-family: "Poppins";
text-transform: uppercase;
min-width: 100px;
white-space: pre-wrap;
font-weight: 600;
color: rgb(161, 161, 161) !important;
}

.playlisttitle {
color: rgb(184, 184, 184) !important;
}


.playlistsong {
margin-top: 10px;
margin-left: 20px;

}
.playlist {
padding-left: 5vw;
padding-right: 5vw;
margin: 0;
}




select {
height: auto;
background-color: rgb(255, 255, 255);
border: 1px solid lightgrey;
padding: 7px 35px 7px 14px;
font-size: 18px;
line-height: 1.5;
font-weight: 600;
font-family: "Poppins";
color: rgb(0, 0, 0);
text-transform: uppercase;
background-image: url('//24music.live/assets/img/down.png');
background-size: 10px 6px;
cursor: pointer;
background-position: calc(100% - 14px) center;
background-repeat: no-repeat no-repeat;
margin-bottom: 20px;
border-radius: 20px;
-webkit-appearance: none;
margin-right: 10px;
}



/** SCHEDULE **/


#scheduleprogram {
width: 100%;
height: 85px;
color: darkgrey;
overflow: hidden;
display: inline-table;
padding-bottom: 20px;
padding-top: 20px;
font-size: 18px;
transition: all .25s;
}

.scheduleitem {
background: #f4f5f7;
color: darkgrey;
}

.scheduleitem:nth-child(odd) {
background: white;
color: darkgrey;
}

#scheduleprogram:hover {
/* background: #1f55ff;*/
background: #d0d0d0;
}
.scheduleprogramimg {
float: left;
width: 110px;
height: 110px;
max-height: 150px;
background-size: cover;
border: 1px solid rgb(204, 204, 204);
margin-right: 30px;
margin-left: 10px;
}
.scheduleprogramname {
margin-top: 40px;
font-family: Source sans pro, Arial, sans-serif;
font-weight: 600;
}
.scheduleprogramtime {
float: right;
height: 100%;
background-size: cover;
font-size: 20px;
font-weight: 200;
padding-right: 10px;
background: var(--brand-color);
color: white;
border-radius: 20px;
padding-left: 10px;
padding-right: 10px;
}

.livenow-schedule {
border: 1px solid red;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
color: white;
font-size: 10px;
font-weight: 600;
letter-spacing: 1px;
line-height: 1;
margin: 5px 7px 0px 0px;
margin-top: 5px;
padding: 5px 5px 3px 4px;
position: relative;
text-transform: uppercase;
vertical-align: middle;
background-color: rgb(236, 26, 25);
flex-shrink: 0;
float: right;
display: none;
}


/** SCHEDULE **/

.scheduleitem > div {
	border-bottom: 1px solid lightgrey;
}

.scheduleitem:nth-last-child() {
	border-bottom: none !important;
}


#scheduleprogram {
	width: 100%;
	height: 85px;
	overflow: hidden;
	display: inline-table;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 18px;
}


.scheduleprogramimg {
	float: left;
	width: 110px;
	height: 110px;
	max-height: 150px;
	background-size: cover;
	border: 1px solid rgb(204, 204, 204);
	margin-right: 30px;
	margin-left: 10px;
}
.scheduleprogramname {
	margin-top: 40px;
	font-family: Source sans pro, Arial, sans-serif;
	font-weight: 600;
}

.livenow {
	border: 1px solid red;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	color: white;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin: 5px 7px 0px 0px;
	margin-top: 5px;
	padding: 5px 5px 3px 4px;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
	background-color: rgb(236, 26, 25);
	flex-shrink: 0;
	float: right;
	display: none;
}

.text-brand {
	color: var(--brand-color);
}




/* -------- OVERLAY MENU ------ */
/* The Overlay (background) */
.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */    
	height: 100%;
	width: 0;
	position: fixed; /* Stay in place */
	z-index: 1008; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgb(0,0,0); /* Black fallback color */
	background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
	background: var(--brand-color) !important;
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
	position: relative;
	top: 25%; /* 25% from the top */
	width: 100%; /* 100% width */
	text-align: center; /* Centered text/links */
	margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	/* color: #818181; */
	color: white;
	display: block; /* Display block instead of inline */
	transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}




/* Just Played */

.last-played-position {
	position: relative;
}

.last-played {
	padding-top: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-left: -20px;
}


.last-played-container {
	margin: 0 auto;
	display: flex!important;
	overflow-y: scroll;
	padding: 20px;
}


.last-played-item {
	border-radius: 10px;
	margin-bottom: 2%;
	position: relative;
	transition: all .25s;
	padding-bottom: 25px;
	color: white;
	margin-right: 20px;
}


.last-played-item:hover {
	transform: scale(1.1) !important;
	margin-left: 11px;
}

.last-played-info { 
	color: grey;
	padding-top: 10px;
}


.last-played-img {
	background: grey;
	min-width: 250px;
	min-height: 250px;
	border-radius: 10px;
	background-size: cover !important;
	background-position: center center !important;
}

.last-played-item:last-child {
	margin-right: 0px;
}



.last-played-item-info {
	color: white;
	bottom: 10px;
	left: 10px;
	position: absolute;
}

.last-played-artist {
	font-weight: bold;
	font-size: 18px;
	color: black;
	font-weight: bold;
	max-width: 270px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.last-played-title {
	max-width: 270px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.last-played-time {
	position: absolute;
	right: 5px;
	top: 5px;
	background: var(--brand-color);
	border-radius: 10px;
	padding: 5px;
	color: white;
	font-size: 12px;
}



.JustPlayed {
	padding-left: 10px;
    padding-right: 10px;
}

.last6 {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	overflow: hidden;
	
}


.jp-col {
	background: white;
	margin: 0;
	box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
	margin: 10px;
	border-radius: 10px;
}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item {
	flex: 0 48%;
	height: 50px;
	max-height: 100px;
	margin-bottom: 2%; /* (100-32*3)/2 */
	background: white; /* fallback for old browsers */
	/* background: -webkit-linear-gradient(to right, #00b09b, #96c93d); /* Chrome 10-25, Safari 5.1-6 */
	/* background: linear-gradient(to top, #7f00ff, rgba(225, 0, 255, 0.79)); */
	/* box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07); */
	background: #f6f6f6;
	border-radius: 10px;
	transition: all .25s;
}

.item:hover, .item:active {
	transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	margin: 10px;
}

.item-holder {
	display: flex;
	margin: 5px;
}

.jp-cover {
	height: 40px;
	width: 40px;
	background: red;
	border-radius: 10px;
	box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
	background-size: cover !important;
	background-position: center center !important;
}

.jp-artisttitle {
	padding-left: 5px;
	max-width: 300px;
	color: #9a9a9a;
}

.jp-artist {
	font-weight: 400;
	color: lightgrey;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: -10px;
}

.jp-title {
	font-weight: 900;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 1px;
}


.footer {
	background: #333;
	width: 100%;
	color: white;
	min-height: 300px;
	display: block;
	z-index: 5;
	position: relative;
}

.copyright-attributions {
	font-size: 10px;
	color: white;
}

.DJ-cards {
	padding-left: 10px;
    padding-right: 10px;
}

.sidebar-player {
	background: white;
	width: 265px;
	height: calc(50% - 100px);
	border-radius: 20px;
	position: relative;
	border-radius: 1px solid rgb(227, 227, 227);
	overflow: hidden;
	right: 20px;
	transition: all 0.5s ease;
	box-shadow: 0 4px 12px 0 rgba(0,23,46,.05);
	min-height: 475px;
}

.sidebar-player-bg {
    background: grey;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	background-size: 103% 103%;
	filter: blur(40px);
	z-index: 1;
	background-position: center;
}

.sidebar-player-overlay {
    /* background: linear-gradient(rgba(39, 163, 251, 0.66), rgba(11, 98, 178, 0.81)); */
	background: var(--brand-color);
    width: 100%;
    height: 100%;
    position: relative; /* Make sure it's on top of the blurred background */
    border-radius: 20px;
	padding-top: 50%;
	padding-bottom: 30%;
    z-index: 2; /* Ensures the text and overlay are above the background */
	transition: all 1s ease;
}

.sidebar-player-info {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers content horizontally */
	margin-top: -50px;
}

.sidebar-player-img {
	height: 250px;
	width: 250px;
	border-radius: 50%;
    background: darkgray;
	display: flex;
	justify-content: center;
	background-size: cover;
	position: relative;
}

.sidebar-player-circle {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background: linear-gradient(#27a3fb, #0b62b2);
	margin-top: calc(25% + 30px);
	position: relative;
	transition: all 1s ease;
}

.sidebar-player-circle:hover {
	background: linear-gradient(#0b95f7, #005cb2);
	transition: all 1s ease;
}

.sb-player-icon {
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 30px;
	color: white;
	transition: all 1s ease;
}

.whatsapp-box {
	background: #25D366;
	width: 265px;
	height: calc(50% - 250px);
	border-radius: 20px;
	position: relative;
	border-radius: 1px solid rgb(227, 227, 227);
	overflow: hidden;
	right: 20px;
	top: 20px;
	transition: all 0.5s ease;
	box-shadow: 0 4px 12px 0 rgba(0,23,46,.05);
	min-height: 400px;
	margin-bottom: 20px;
}

.whatsapp-info {
	padding-top: 140px;
}

.whatsapp-logo {
	color: white;
	font-size: 6rem;
	animation: heartbeat 1s infinite;
	display: flex;
	justify-content: center;
}

.whatsapp-number {
	font-size: 20px;
	color: white;
	display: flex;
	justify-content: center;
}

.fa-pause {
	margin-left: -2px !important;
}

.sidebar {
	position: sticky;
	right: 10px;
	top: 90px;
	height: 100%;
	margin-top: -15px;
	z-index: 4;
	margin-bottom: 20px;
}

.sidebar-player-artisttitle {
	padding-top: 20px;
	color: white;
	max-width: 250px;
}

.sidebar-player-artist {
	font-size: 22px;
	font-weight: bold;
}


.player-holder {
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 999;
    display: flex;
}

.player {
   /*  background: var(--default); */
   /* background: rgba(0, 124, 255, 0.56); */
   /*background: rgba(255, 255, 255, 0.56);*/
   background: white;
    width: 100%;
    height: 100px;
    /* border-radius: 200px; */
    display: flex;
    z-index: 9999;
    color: var(--brand-color);
    backdrop-filter: blur(45px);
    -webkit-backdrop-filter: blur(45px);
    position: absolute;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.18);
    margin-top: -100px;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.player-img {
	height: 42px;
	width: 42px;
	min-width: 42px;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 100px;
	margin-top: 23px;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid white;
}

.player-info {
	margin-top: 24px;
	max-width: calc(100% - 140px);
}

.player-artist {
	font-weight: bold;
}

.player-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.player-artist {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.play-button {
	min-height: 25px;
	position: relative;
	font-size: 44px;
	z-index: 10;
	padding-left: 30px;
	padding-top: 23px;
}

.play-button-tab {
	min-height: 25px;
	position: relative;
	font-size: 38px;
	z-index: 10;
	padding-left: 30px;
	margin-right: 10px;
	margin-top: -3px;
}

.watch-button-tab {
	min-height: 25px;
	position: relative;
	font-size: 38px;
	z-index: 10;
	padding-left: 30px;
	margin-right: 10px;
	margin-top: -3px;
}


@media only screen 
and (max-width : 1175px) {


	.wa-icon-top {
		position: absolute;
		right: 40px;
		top: 5px;
		color: #25D366;
		z-index: 999;
		animation: heartbeat 1s infinite;
		font-size: 44px;
		display: block;
	}

	.headerflip {
		display: block;
	}


	.sidebar {
		display: none;
	}

	.grid {
		width: 100% !important;
		margin-top: 20px;
	}

	.full-width-bg {
		width: calc(100% - 40px);
		margin-left: 20px;
	}

	.pagecontent {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.player {
		display: flex;
	}
	
	.top-margin {
		max-width: 1100px;
	}
}

@media only screen 
and (max-width : 980px) {

	.headerflip {
		padding-top: 70px;
	}

	.section1 {
		margin-top: 40px;
	}

	.logo {
        margin-top: 0px;
    }

	.menu {
		top: 10px !important;
	}

.last-played-item {
	height: 180px;
	width: 100% !important;
	max-width: 100% !important;
	flex: auto !important;
	padding-bottom: 5px;
}

.last-played-time {
	font-size: 8px;
}

.last-played-artist {
	font-size: 18px;
}

.last-played-title {
	font-size: 14px;
}

.last-played-container {
	min-height: 210px;
}

.headerflip {
	display: block;
}


}



@media only screen 
and (max-width : 736px) {

		.headerflip {
		display: block;
	}

	.wa-icon-top {
		display: block;
		top: 5px !important;
	}

	.full-width-bg {
		margin-top: -55px;
		width: calc(100% - 20px);
		margin-left: 10px;
	}


	.show {
		height: 200px;
		width: 100%;
		border-radius: 20px;
		margin-bottom: 20px;
		color: white;
		position: relative;
		margin-top: 20px;
	}

	.show-img {
		height: 320px !important;
		width: 350px !important;
		background-size: cover !important;
		background-position: center center !important;
		bottom: -160px;
		position: absolute;
	}

	.show-now-label {
		font-size: 14px;
	}

	.show-name {
		font-size: 2rem;
		font-weight: bold;
	}

	.show-overlay {
		margin-top: 41px;
	}

	.show-label-name {
		bottom: -50px;
	}

	.headerflip {
		padding-top: 50px !important
	}

	.top {
		height: 55px !important;
	}

	.watch-now-button {
		width: calc(50% - 10px);
		height: 30px;
		display: flex;
		justify-content: center;
		font-size: 1.2rem;
		margin-right: 20px;
		border-radius: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		transition: all 0.5s ease;
	}
	
	.listen-now-button {
		width: calc(50% - 10px);
		height: 30px;
		display: flex;
		justify-content: center;
		font-size: 1.2rem;
		border-radius: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		transition: all 0.5s ease;
	}

	.watch-button-tab {
		min-height: 25px;
		position: relative;
		font-size: 1.2rem;
		z-index: 10;
		padding-left: 0px;
		margin-right: 10px;
		margin-top: 3px;
	}


	.play-button-tab {
		min-height: 25px;
		position: relative;
		font-size: 1.5rem;
		z-index: 10;
		padding-left: 0px;
		margin-right: 10px;
		margin-top: 3px;
	}

	.last-played-item {
		height: 180px;
		width: 100% !important;
		max-width: 100% !important;
		flex: auto !important;
		padding-bottom: 5px;
	}

	.last-played-time {
		top: 5px;
		right: 15px;
	}

	.last-played-artist {
		font-weight: bold;
		font-size: 18px;
		color: black;
		font-weight: bold;
		max-width: 150px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	
	.last-played-title {
		max-width: 150px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}


	.last-played-img {
		min-height: 140px !important;
		min-width: 140px !important;
	}

	.new-music-item {
		height: 180px;
	}

	.item {
		flex: 0 100%;
	}

	.DJ_img {
		height: 30px !important;
		width: 30px !important;
		margin-top: 20px !important;
	}

	.show-info {
		margin-left: -20px;
	}
	.show_start {
		display: none;
	}
	.show_stop {
		display: none;
	}
	.bullet {
		display: none;
	}
	.space {
		display: none;
	}

	.scheduleprogramtime {
		font-size: 12px;
	}

	.logo {
		height: 55px;
        width: 55px;
		border: 0px;

	}
}