body, html{
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: transparent;
}

.title{
	align-items: center;
    /*background-color: rgba(0,0,0,.3);*/
    background-color: #005fb2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #fff;
    display: flex;
    font-family: Sintony,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    min-height: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-transform: uppercase;
    width: 300px;
    line-height: 40px;
}

.live{
	align-items: center;
    align-self: stretch;
    background-color: #c03;
    border-top-left-radius: 2px;
    color: #fff;
    display: flex;
    font-family: Sintony,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    margin-right: 12px;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
    text-transform: uppercase;
}

.live svg,.live-text svg{
	color:rgb(255, 255, 255);
	display:block;
	fill:rgb(255, 255, 255);
	font-family:Sintony, Arial, sans-serif;
	font-size:14px;
	font-weight:700;
	height:12px;
	margin-bottom:-1px;
	margin-right:3px;
	overflow-x:hidden;
	overflow-y:hidden;
	text-transform:uppercase;
	width:12px;
}
.live-text svg{
	color:#c03;
	fill:#c03;
	margin-right: 3px;
	margin-bottom: 1px;
}
.live svg circle,.live-text svg circle{
	animation-delay:0s;
	animation-direction:normal;
	animation-duration:1.7s;
	animation-fill-mode:none;
	animation-iteration-count:infinite;
	animation-name:pulsate;
	animation-play-state:running;
	animation-timing-function:ease;
	color:rgb(255, 255, 255);
	cx:6px;
	cy:6px;
	display:inline;
	fill:rgb(255, 255, 255);
	font-family:Sintony, Arial, sans-serif;
	font-size:14px;
	font-weight:700;
	height:auto;
	r:3px;
	text-transform:uppercase;
	transform-origin:0px 0px;
}
.live-text svg circle{
	color:#c03;
	fill:#c03;
}
@keyframes pulsate{
	from{
		opacity:1
	}50%{
		opacity:0.3
	}to{
		opacity:1
	}
}

.body{
	border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    display: flex;
    flex-direction: column;
	/* justify-content: center; */
  	align-items: stretch;
    overflow-x: hidden;
    /* overflow-y: hidden;
    position: relative;
    transform: matrix(1,0,0,1,0,0); */
    background-color: #fff;
    height: calc(100% - 40px);
    padding-bottom: 0px;
}

div.station-logo{
	flex: 1;
	max-height: 300px;
    min-height: 140px;
	background-image: url('https://funkids-feed-data.s3-eu-west-1.amazonaws.com/logos/soundtracks-md.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

div.info{
	color:rgb(0, 0, 0);
	flex: 1;
	z-index: 999;
	min-height: 390px;
}

p.time{
	align-items:center;
	background-image:linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-position-y:0px;
	background-repeat-x:;
	background-repeat-y:;
	color:rgb(0, 0, 0);
	display:flex;
	height:14px;
	justify-content:center;
	margin-block-end:16px;
	margin-block-start:-14px;
	margin-inline-end:0px;
	margin-inline-start:0px;
	margin-top:-14px;
}
p.time span{
	align-items:center;
	background-color:rgb(246, 246, 246);
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 4px 0px;
	color:rgb(0, 0, 0);
	display:flex;
	font-family:Sintony, Arial, sans-serif;
	font-size:12px;
	font-weight:400;
	height:24px;
	justify-content:center;
	margin-bottom:-10px;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:8px;
	padding-top:0px;
	z-index:2;
}
p.show-title{
	color:rgb(0, 0, 0);
	display:block;
	font-family:Sintony, Arial, sans-serif;
	font-size:14px;
	font-weight:700;
	margin-block-end:6px;
	margin-block-start:6px;
	margin-bottom:6px;
	margin-inline-end:12px;
	margin-inline-start:12px;
	margin-left:12px;
	margin-right:12px;
	margin-top:6px;
	text-align:center;
}
p.description{
	color:rgb(0, 0, 0);
	display:block;
	flex-basis:0%;
	flex-grow:1;
	flex-shrink:1;
	font-family:Sintony, Arial, sans-serif;
	font-size:12px;
	font-weight:400;
	margin-block-end:10px;
	margin-block-start:10px;
	margin-bottom:10px;
	margin-inline-end:16px;
	margin-inline-start:16px;
	margin-left:16px;
	margin-right:16px;
	margin-top:10px;
	text-align:center;
}
.line-break-heading{
	display: flex;
	justify-content: center;
	margin: 12px 8px;
	border-bottom: 1px #d7d7d7 solid;
}
.line-break-heading p{
	color: #868686;
	font-size: 10px;
	text-transform: uppercase;
	background-color: white;
	margin: 0 0 -10px 0;
	padding: 0 10px;
	font-family: Sintony,Arial,sans-serif;
	font-weight: normal;
}
.card{
	display: flex;
	flex-wrap: nowrap;
	max-width: 100%;
	padding: 0 8px;
	color: #000000;
	padding: 7px 12px;
	border: none;
	border-radius: 0px;
}
.card:hover{
	background-color: #00000015;
	cursor: pointer;
}
.card .card-image{
	flex-basis: 64px;
	margin-right: 10px;
	font-size: 30px;
	text-align: center;
}
.card .card-image img{
	width: 64px;
    height: 36px;
    object-fit: contain;
    overflow: hidden;
    display: inline-block;
    object-fit: cover;
}
.card .card-body{
	display: flex;
	flex: 1;
	justify-content: flex-start;
	flex-direction: column;
	padding: 0px;
	overflow: hidden;
	margin: auto 0px;
}
.card .card-time{
	font-family: Sintony,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
.card .card-title{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	font-family: Sintony,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.card .card-description{
	font-family: Sintony,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
}
.blurred-image-container{
	position:relative;
	/* height: 100%; */
	text-align: center;
}
.blurred-background{
	position:absolute;
	width:100%;
	height:100%;
	background-color: red;
	top: 0px;
}
.blurred-image-bg{
	position:absolute;
	top: 0px;
	width:100%;
	height:100%;
	filter: blur(8px);
    -webkit-filter: blur(8px);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#rp-on-air{
	max-height: 169px;
}
#now-playing{
	display: flex;
    flex-direction: row;
}
.song-name, .artist-name, .np-time{
	font-family: Sintony,Arial,sans-serif;
	font-size: 12px;
}
.artist-name{
	font-size: 14px;
	font-weight: bold;	
}

div.scroll{
	overflow-y: auto;
}
div.scroll::-webkit-scrollbar {width: 7px; height: 0;}
div.scroll::-webkit-scrollbar-track {margin: 2px 0px 2px 0px}
div.scroll::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.3) 0 0 0 1px;
}
div.scroll:hover::-webkit-scrollbar-thumb {background: rgba(0,0,0,0.3)}
div.scroll::-webkit-scrollbar-thumb:hover {background: rgba(0,0,0,0.45)}