@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/liberation-mono.min.css");

/* general */

* {
	margin: 0px;
	padding: 0px;
	cursor: default;
	user-select: none;
	-ms-user-select: none; 
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	font-family: "Liberation Mono", sans-serif;
	scrollbar-width: none;
}

::-webkit-scrollbar { 
    display: none; 
}


.npe {
	pointer-events: none;
	color: #626262;
}

.npe.station, .npe.region {
	padding-top: 30px;
}

.back {
	margin-top: 30px;
}

body {
	 width: 100%;
	 height: calc(var(--vh, 1vh) * 100);
	 overflow: hidden;
	 background: black;
	 color: #e7e6e2;
	 font-size: 20px;
}

#contentarea {
	margin: auto;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	max-width: 480px;
	min-width: 360px;
	overflow: hidden;
}

#stations {
	background: #1f2022;
	height: calc(var(--vh, 1vh) * 100 - 114px);
	padding-bottom: 114px;
	overflow: scroll;
}

.station, .region {
	display: block;
	height: 30px;
	line-height: 30px;
	width: calc(100% - 10px);
	padding-left: 10px;
	overflow: hidden;
	cursor: pointer;
}

.space {
	display: block;
	height: 30px;
	width: 100%;
}

.activestation, .activeregion {
	background: #2b2f32;
}

#block {
	position: fixed;
	width: 100%;
	max-width: 480px;
	height: calc(100% - 84px);
	bottom: 84px;
	background: black;
	cursor: pointer;
	opacity: 0.5;
}

#regions {
	position: fixed;
	bottom: 84px;
	width: 100%;
	max-width: 480px;
	min-width: 360px;
	max-height: calc(100% - 115px);
	background: #18191b;
	z-index: 1;
	overflow: scroll;
	border-bottom: 1px solid #313538;
	padding-bottom: 30px;
}

#regionbar {
	position: fixed;
	bottom: 48px;
	width: 100%;
	max-width: 480px;
	min-width: 360px;
	height: 36px;
	background: #18191b;
	cursor: pointer;
	touch-action: pan-x;
}

#selected_region {
	float: left;
	padding-left: 10px;
	width: calc(100% - 54px);
	height: 100%;
	line-height: 36px;
	cursor: pointer;
}

#arrow {
	font-size: 12px;
	float: left;
	cursor: pointer;
	line-height: 36px;
	width: 24px;
	padding: 0px 10px;
	text-align: center;
}

#bottombar {
	position: fixed;
	bottom: 0px;
	width: 100%;
	max-width: 480px;
	min-width: 360px;
	height: 48px;
	background: #313538;
	touch-action: pan-x;
}

#bottombar span {
	line-height: 48px;
}

#player {
	float: left;
	height: 48px;
	width: 0%;
	text-align: center;
	cursor: pointer;
}

.control {
	float: left;
	height: 48px;
	width: 33.33%;
	text-align: center;
	cursor: pointer;
}

.control a {
	cursor: pointer;
}

.hidden {
	display: none;
}

.hiddentimer {
	display: none !important;
}

#minutes {
	display: none;
}

@media (pointer: fine) {
	.station:hover, .region:hover {
		background: #2b2f32;
	}
	.control:hover {
		font-weight: bold;
	}
}
