:root {
	--linearPrimarySecondary: linear-gradient(#458bbe, #7fbce9);
	--linearPrimaryAccent: linear-gradient(#458bbe, #4aaff8);
	--linearSecondaryAccent: linear-gradient(#7fbce9, #4aaff8);
	--radialPrimarySecondary: radial-gradient(#458bbe, #7fbce9);
	--radialPrimaryAccent: radial-gradient(#458bbe, #4aaff8);
	--radialSecondaryAccent: radial-gradient(#7fbce9, #4aaff8);

	--text-50: #f2f3f3;
	--text-100: #e5e6e6;
	--text-200: #cacece;
	--text-300: #b0b5b5;
	--text-400: #969c9c;
	--text-500: #7c8383;
	--text-600: #636969;
	--text-700: #4a4f4f;
	--text-800: #313535;
	--text-900: #191a1a;
	--text-950: #0c0d0d;

	--background-50: #f6f3ef;
	--background-100: #ece8df;
	--background-200: #d9d0bf;
	--background-300: #c6b99f;
	--background-400: #b4a27e;
	--background-500: #a18b5e;
	--background-600: #816f4b;
	--background-700: #605339;
	--background-800: #403726;
	--background-900: #201c13;
	--background-950: #100e09;

	--primary-50: #ecf3f8;
	--primary-100: #d9e8f2;
	--primary-200: #b4d0e4;
	--primary-300: #8eb9d7;
	--primary-400: #68a1ca;
	--primary-500: #428abd;
	--primary-600: #356e97;
	--primary-700: #285371;
	--primary-800: #1b374b;
	--primary-900: #0d1c26;
	--primary-950: #070e13;

	--secondary-50: #e9f4fb;
	--secondary-100: #d3e9f8;
	--secondary-200: #a8d2f0;
	--secondary-300: #7cbce9;
	--secondary-400: #51a5e1;
	--secondary-500: #258fda;
	--secondary-600: #1e72ae;
	--secondary-700: #165683;
	--secondary-800: #0f3957;
	--secondary-900: #071d2c;
	--secondary-950: #040e16;

	--accent-50: #e6f4fe;
	--accent-100: #cee9fd;
	--accent-200: #9dd4fb;
	--accent-300: #6bbefa;
	--accent-400: #3aa9f8;
	--accent-500: #0993f6;
	--accent-600: #0776c5;
	--accent-700: #055894;
	--accent-800: #043b62;
	--accent-900: #021d31;
	--accent-950: #010f19;


}

.leaflet-control-layers {
	background-color: #abababaf;
	color: white;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.leaflet-control-layers-expanded {
	width: 200px;
}

.leaflet-control-layers-selector {
	margin-right: 5px;
}

.leaflet-control-layers label {
	display: block;
	padding: 4px;
	color: #fff;
	margin: 0;
	font-family: "Roboto";
	font-weight: 700;
	text-shadow: 1px 1px 3px #000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (min-width: 600px) {

	::before,
	::after {
		padding: 0;
		margin: 0;
		border: 0;
		box-sizing: border-box;
	}

	ul,
	ol,
	li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	img {
		vertical-align: top;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: inherit;
		font-size: inherit;
	}

	html,
	body {
		overflow-x: hidden;
		margin: 0;
		padding: 0;
		height: 100%;
		line-height: 1;
		font-size: 16px;
		font-weight: 400;
		color: #000000;
		background-color: #ffff;
		font-family: "Roboto";
	}

	#map {
		z-index: 10;
		height: 90vh;
		width: 100%;
	}

	.input-range-label {
		position: relative;
		display: flex;
		top: 100%;
		z-index: 40;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 2%;
	}

	.slider-value {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		color: #fff;
		text-shadow: 1px 1px 3px #000;
		font-size: 20px;
	}

	.header {
		display: flex;
		align-items: center;
		background-color: #f2efe9;
		height: 10%;
		margin: 0 auto;
		width: 100%;
		padding: 0px 15px;
		box-sizing: content-box;
	}

	.header img {
		width: 90%;
	}

	.timeline {
		position: absolute;
		top: 0%;
		right: 0%;
		width: 40vw;
		height: 10%;
		background: var(--primary-300);
		border-radius: 5px;
		color: white;
		z-index: 99;
		min-width: 900px;
	}

	input.range {
		-webkit-appearance: none;
		bottom: 0px;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
	}

	input.range:focus {
		outline: 0;
	}

	input.range::-moz-focus-outer {
		border: 0;
	}

	input.range::-webkit-slider-thumb {
		box-shadow: 1px 1px 1px black, 0px 0px 1px black;
		border: 0;
		height: 20px;
		width: 10px;
		border-radius: 3px;
		background: white;
		cursor: pointer;
		-webkit-appearance: none;
		margin-top: -7.5px;
	}

	input.range::-moz-range-thumb {
		box-shadow: 1px 1px 1px black, 0px 0px 1px black;
		border: 0;
		height: 20px;
		width: 10px;
		border-radius: 3px;
		background: white;
		cursor: pointer;
	}

	input.range::-ms-thumb {
		box-shadow: 1px 1px 1px black, 0px 0px 1px black;
		border: 0;
		height: 20px;
		width: 10px;
		border-radius: 3px;
		background: white;
		cursor: pointer;
		height: 5px;
	}

	input.range::-webkit-slider-runnable-track {
		width: 100%;
		height: 5px;
		cursor: pointer;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
		background: var(--radialPrimaryAccent);
		border-radius: 20px;
		border: 0;
	}

	input.range::-moz-range-track {
		width: 100%;
		height: 5px;
		cursor: pointer;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
		background: var(--radialPrimaryAccent);
		border-radius: 20px;
		border: 0;
	}

	input.range::-ms-track {
		width: 100%;
		height: 5px;
		cursor: pointer;
		background: transparent;
		border-color: transparent;
		color: transparent;
	}

	input.range::-ms-fill-lower,
	input.range::-ms-fill-upper {
		background: var(--radialPrimaryAccent);
		border: 0;
		border-radius: 40px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
	}

	@media (max-height:899px) {

		.range__tick,
		.range__point {
			display: none;
		}
	}

	.range__tick {
		bottom: 0px;
		fill: #a0a0a0;
	}

	.range__tick:first-child {
		-webkit-transform: translateX(2px);
		-moz-transform: translateX(2px);
		-ms-transform: translateX(2px);
		-o-transform: translateX(2px);
		transform: translateX(2px);
	}

	.range__tick:last-child {
		-webkit-transform: translateX(-3px);
		-moz-transform: translateX(-3px);
		-ms-transform: translateX(-3px);
		-o-transform: translateX(-3px);
		transform: translateX(-3px);
	}

	.range__field {
		border: 0;
	}

	.range__point {
		fill: #fff;
		text-shadow: 1px 1px 3px #000;
	}

	.leaflet-top.leaflet-right {
		top: 10px;
		right: 10px;
	}


	.secondary__button {
		background-color: #7fbce9;
		color: #ffffff;
		border: none;
		padding: 10px 20px;
		font-size: 16px;
		cursor: pointer;
		border-radius: 4px;
		transition: background-color 0.3s ease;
	}

	.secondary__button:hover {
		background-color: #6aaedc;
	}

	.secondary__button:active {
		background-color: #589fcd;
	}


	.accent__header {
		background-color: var(--linearPrimaryAccent);
		color: #ffffff;
		border: none;
		padding: 10px 20px;
		font-size: 16px;
		cursor: pointer;
		border-radius: 4px;
		transition: background-color 0.3s ease;
	}
}

@media screen and (max-width: 599px) {
	[class*="_pc"] {
		display: none;
	}

	html,
	body {
		margin: 0;
		padding: 0;
	}

	#map {
		z-index: 0;
		height: 100vh;
		width: 100vw;
	}

	.header {
		position: absolute;
		top: 0%;
		width: 100%;
		height: 7%;
		z-index: 100;
		background: white;
		/* border: 2px solid red; */
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.logo__container {
		flex: 1;
		/* border: 1px dashed black; */
		height: 100%;
		background: white;
		border-bottom-left-radius: 20px;
	}

	.logo img {
		width: 90%;
	}

	.CUES__container {
		flex: 2;
		/* border: 1px dashed black; */
		height: 100%;
		background: #7CBCE9;
		overflow: hidden;
	}

	.time__container {
		flex: 1;
		/* border: 1px dashed black; */
		height: 100%;
		background: #68A1CA;
		border-bottom-right-radius: 20px;
	}


	.logo,
	.CUES,
	.time {
		/* transform: skew(45deg); */
		color: white;
	}

	.logo__container,
	.CUES__container,
	.time__container {
		display: flex;
		align-items: center;
		justify-content: center;
		/* transform: skew(-45deg); */
		/* overflow: hidden; */
	}

	.slider__container {
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		height: 9vh;
		min-height: 90px;
		transition: transform 0.4s ease;
		opacity: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-around;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		background: #68A1CA;
		border-bottom: white solid 1px;
	}

	.slider__container.hidden {
		transform: translate(-50%, 100%);
		opacity: 0;
	}


	.sensor__container {
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		height: fit-content;
		transition: transform 0.4s ease;
		opacity: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		background: #68A1CA;
		/* opacity: 0.2; */
	}

	.sensor__container p {
		margin: 3px 7px 5px 7px;
		color: white;
	}

	.sensor__container.hidden {
		transform: translate(-50%, 100%);
		opacity: 0;
	}

	.sensor__first_row,
	.sensor__second_row,
	.sensor__third_row {
		display: flex;
		margin-top: 13px;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}

	.sensor__third_row {
		padding-bottom: 13px;
		gap: 5px;
	}

	.sensor__name,
	.sensor__AQI {
		align-self: flex-start;
	}

	.sensor__AQI p {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.sensor__update,
	.sensor__summary {
		align-self: flex-end;
	}

	.sensor__summary {
		background: limegreen;
		color: white;
		border-radius: 8px;
		padding-left: 4px;
		padding-right: 4px;
		text-decoration: underline;
	}

	.sensor__graph {
		display: flex;
		flex: 1;
		width: 100%;
		max-width: 47vw;
		height: 100px;
		/* border: 1px dashed red; */
		flex-shrink: 0;
	}

	.sensor__graph svg {
		width: 100%;
		height: 100%;
	}

	.sensor__summary a {
		color: white;
	}

	.sensor__data {
		flex: 1;
		width: 100%;
		/* border: 1px dashed red; */
		display: flex;
		color: white;
		width: fit-content;
		align-items: flex-start;
	}

	.sensor__data_labels,
	.sensor__data_values {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.sensor__data_labels {
		margin-left: 7px;
	}

	.sensor__data_values {
		align-items: flex-end;
		text-align: right;
		flex: 1;
	}

	input.range {
		-webkit-appearance: none;
		top: -10%;
		bottom: 0px;
		position: relative;
		width: 92%;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
	}

	input.range:focus {
		outline: 0;
	}

	input.range::-moz-focus-outer {
		border: 0;
	}

	input.range::-webkit-slider-thumb {
		box-shadow: 1px 1px 1px black, 0px 0px 1px black;
		border: 0;
		height: 20px;
		width: 10px;
		border-radius: 3px;
		background: white;
		cursor: pointer;
		-webkit-appearance: none;
		margin-top: -7.5px;
		transition: transform 0.1s linear;
	}

	input.range::-moz-range-thumb {
		box-shadow: 1px 1px 1px black, 0px 0px 1px black;
		border: 0;
		height: 20px;
		width: 10px;
		border-radius: 3px;
		background: white;
		cursor: pointer;
		transition: transform 0.1s linear;
	}

	input.range::-ms-thumb {
		box-shadow: 1px 1px 1px black, 0px 0px 1px black;
		border: 0;
		height: 20px;
		width: 10px;
		border-radius: 3px;
		background: white;
		cursor: pointer;
		height: 5px;
	}

	input.range::-webkit-slider-runnable-track {
		width: 100%;
		height: 5px;
		cursor: pointer;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
		background: white;
		border-radius: 20px;
		border: 0;
	}

	input.range::-moz-range-track {
		width: 100%;
		height: 5px;
		cursor: pointer;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
		background: white;
		border-radius: 20px;
		border: 0;
	}

	input.range::-ms-track {
		width: 100%;
		height: 5px;
		cursor: pointer;
		background: transparent;
		border-color: transparent;
		color: transparent;
	}

	input.range::-ms-fill-lower,
	input.range::-ms-fill-upper {
		background: white;
		border: 0;
		border-radius: 40px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
	}

	.divider {
		border: none;
		height: 1px;
		width: 92%;
		background-color: white;
		margin: 10px 0;
	}


	.bubble {
		background: white;
		color: black;
		padding: 4px 12px;
		position: absolute;
		border-radius: 4px;
		top: 3vh;
		left: 50%;
		transform: translate(-50%, 30px);
	}

	.overlay__explanation {
		backdrop-filter: blur(3px);
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw;
		background-color: rgba(0, 0, 0, 0.7);
		z-index: 101;
	}

	.AQI__explanation {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: var(--background-50);
		color: var(--text-900);
		padding: 20px;
		z-index: 102;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		max-width: 90%;
		width: 600px;
		border-radius: 10px;
		font-family: sans-serif;
	}

	._hidden {
		display: none;
	}

	.AQI__explanation h2 {
		margin-top: 0;
		font-size: 1.5em;
		background: var(--linearPrimaryAccent);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.AQI__explanation table {
		width: 100%;
		border-collapse: collapse;
		margin-top: 10px;
		font-size: 0.95em;
	}

	.AQI__explanation th,
	.AQI__explanation td {
		padding: 10px;
		text-align: center;
		border: 1px solid var(--text-200);
	}

	.AQI__explanation button {
		margin-top: 20px;
		padding: 8px 16px;
		background: var(--primary-500);
		color: white;
		border: none;
		border-radius: 5px;
		cursor: pointer;
	}

	.AQI__explanation button:hover {
		background: var(--primary-600);
	}

	.AQI__explanation tbody tr:nth-child(5),
	.AQI__explanation tbody tr:nth-child(6) {
		color: var(--text-50);
	}

	.real_graphs__container {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: var(--background-50);
		color: var(--text-900);
		padding: 20px;
		z-index: 102;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		max-width: 90%;
		width: 600px;
		border-radius: 10px;
		font-family: sans-serif;

	}

	.timeline {
		display: none;
	}

	/* Style the zoom control container */
	.leaflet-control-zoom {
		display: none;
	}
}

@media screen and (min-width: 600px) {

	html,
	body {
		margin: 0;
		padding: 0;
	}

	#map {
		z-index: 0;
		height: 100vh;
		width: 100vw;
	}

	.header {
		position: absolute;
		top: 0%;
		width: 100%;
		height: 7%;
		z-index: 100;
		background: white;
		/* border: 2px solid red; */
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.logo__container {
		flex: 1;
		/* border: 1px dashed black; */
		height: 100%;
		background: white;
		border-bottom-left-radius: 20px;
	}

	.logo img {
		width: 90%;
	}

	.CUES__container {
		flex: 2;
		/* border: 1px dashed black; */
		height: 100%;
		background: #7CBCE9;
		overflow: hidden;
	}

	.time__container {
		flex: 1;
		/* border: 1px dashed black; */
		height: 100%;
		background: #68A1CA;
		border-bottom-right-radius: 20px;
	}


	.logo,
	.CUES,
	.time {
		/* transform: skew(45deg); */
		color: white;
	}

	.logo__container,
	.CUES__container,
	.time__container {
		display: flex;
		align-items: center;
		justify-content: center;
		/* transform: skew(-45deg); */
		/* overflow: hidden; */
	}

	.slider__container {
		display: none;
	}

	.slider__container.hidden {
		transform: translate(-50%, 100%);
		opacity: 0;
	}


	.sensor__container {
		display: none;
	}

	.sensor__container p {
		margin: 3px 7px 5px 7px;
		color: white;
	}

	.sensor__container.hidden {
		transform: translate(-50%, 100%);
		opacity: 0;
	}

	.sensor__first_row,
	.sensor__second_row,
	.sensor__third_row {
		display: flex;
		margin-top: 13px;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}

	.sensor__third_row {
		padding-bottom: 13px;
		gap: 5px;
	}

	.sensor__name,
	.sensor__AQI {
		align-self: flex-start;
	}

	.sensor__AQI p {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.sensor__update,
	.sensor__summary {
		align-self: flex-end;
	}

	.sensor__summary {
		background: limegreen;
		color: white;
		border-radius: 8px;
		padding-left: 4px;
		padding-right: 4px;
		text-decoration: underline;
	}

	.sensor__graph {
		display: flex;
		flex: 1;
		width: 100%;
		max-width: 47vw;
		height: 100px;
		/* border: 1px dashed red; */
		flex-shrink: 0;
	}

	.sensor__graph svg {
		width: 100%;
		height: 100%;
	}

	.sensor__summary a {
		color: white;
	}

	.sensor__data {
		flex: 1;
		width: 100%;
		/* border: 1px dashed red; */
		display: flex;
		color: white;
		width: fit-content;
		align-items: flex-start;
	}

	.sensor__data_labels,
	.sensor__data_values {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.sensor__data_labels {
		margin-left: 7px;
	}

	.sensor__data_values {
		align-items: flex-end;
		text-align: right;
		flex: 1;
	}

	/* .sensor__summary .tooltip { */
	/* 	position: absolute; */
	/* 	background-color: #333; */
	/* 	color: #fff; */
	/* 	top: -5%; */
	/* 	right: 0%; */
	/* 	padding: 5px 10px; */
	/* 	border-radius: 5px; */
	/* 	font-size: 0.9em; */
	/* 	z-index: 1000; */
	/* 	pointer-events: none; */
	/* 	white-space: nowrap; */
	/* 	opacity: 0; */
	/* } */

	/* .sensor__summary:hover .tooltip { */
	/* 	visibility: visible; */
	/* 	opacity: 1; */
	/* } */

	input.range {
		-webkit-appearance: none;
		top: -10%;
		bottom: 0px;
		position: relative;
		width: 92%;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
	}

	input.range:focus {
		outline: 0;
	}

	input.range::-moz-focus-outer {
		border: 0;
	}

	input.range::-webkit-slider-thumb {
		box-shadow: 1px 1px 1px black, 0px 0px 1px black;
		border: 0;
		height: 20px;
		width: 10px;
		border-radius: 3px;
		background: white;
		cursor: pointer;
		-webkit-appearance: none;
		margin-top: -7.5px;
		transition: transform 0.1s linear;
	}

	input.range::-moz-range-thumb {
		box-shadow: 1px 1px 1px black, 0px 0px 1px black;
		border: 0;
		height: 20px;
		width: 10px;
		border-radius: 3px;
		background: white;
		cursor: pointer;
		transition: transform 0.1s linear;
	}

	input.range::-ms-thumb {
		box-shadow: 1px 1px 1px black, 0px 0px 1px black;
		border: 0;
		height: 20px;
		width: 10px;
		border-radius: 3px;
		background: white;
		cursor: pointer;
		height: 5px;
	}

	input.range::-webkit-slider-runnable-track {
		width: 100%;
		height: 5px;
		cursor: pointer;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
		background: white;
		border-radius: 20px;
		border: 0;
	}

	input.range::-moz-range-track {
		width: 100%;
		height: 5px;
		cursor: pointer;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
		background: white;
		border-radius: 20px;
		border: 0;
	}

	input.range::-ms-track {
		width: 100%;
		height: 5px;
		cursor: pointer;
		background: transparent;
		border-color: transparent;
		color: transparent;
	}

	input.range::-ms-fill-lower,
	input.range::-ms-fill-upper {
		background: white;
		border: 0;
		border-radius: 40px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
	}

	.divider {
		border: none;
		height: 1px;
		width: 92%;
		background-color: white;
		margin: 10px 0;
	}


	.bubble {
		/*This is the element that contains time below the slider*/
		background: white;
		color: black;
		padding: 4px 12px;
		position: absolute;
		border-radius: 4px;
		top: 3vh;
		left: 50%;
		transform: translate(-50%, 30px);
	}

	.overlay__explanation {
		backdrop-filter: blur(3px);
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw;
		background-color: rgba(0, 0, 0, 0.7);
		z-index: 101;
	}

	.AQI__explanation {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: var(--background-50);
		color: var(--text-900);
		padding: 20px;
		z-index: 102;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		max-width: 90%;
		width: 600px;
		border-radius: 10px;
		font-family: sans-serif;
	}

	._hidden {
		display: none;
	}

	.AQI__explanation h2 {
		margin-top: 0;
		font-size: 1.5em;
		background: var(--linearPrimaryAccent);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.AQI__explanation table {
		width: 100%;
		border-collapse: collapse;
		margin-top: 10px;
		font-size: 0.95em;
	}

	.AQI__explanation th,
	.AQI__explanation td {
		padding: 10px;
		text-align: center;
		border: 1px solid var(--text-200);
	}

	.AQI__explanation button {
		margin-top: 20px;
		padding: 8px 16px;
		background: var(--primary-500);
		color: white;
		border: none;
		border-radius: 5px;
		cursor: pointer;
	}

	.AQI__explanation button:hover {
		background: var(--primary-600);
	}

	/* Optional: Color accessibility tweak for darker rows */
	.AQI__explanation tbody tr:nth-child(5),
	.AQI__explanation tbody tr:nth-child(6) {
		color: var(--text-50);
	}

	.real_graphs__container {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: var(--background-50);
		color: var(--text-900);
		padding: 20px;
		z-index: 102;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		max-width: 90%;
		width: 600px;
		border-radius: 10px;
		font-family: sans-serif;

	}

	.timeline {
		display: none;
	}


	.burger {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
		height: 5%;
		max-width: 15rem;
		width: 6rem;
		background: var(--primary-400);
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 2%;
		border-radius: 0px 40px 40px 0px;
		cursor: pointer;
	}

	.visuallyHidden {
		position: absolute;
		overflow: hidden;
		clip: rect(0 0 0 0);
		height: 1px;
		width: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
	}

	h1 {
		text-align: center;
	}

	.hamburger__container {
		position: absolute;
		top: 1%;
		z-index: 9999;
		width: 5rem;
		height: 5rem;
		background-color: var(--primary-400);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-top-right-radius: 2rem;
		border-bottom-right-radius: 2rem;
	}

	.hamburger {
		cursor: pointer;
		width: 30px;
		height: 30px;
		position: relative;
	}

	.hamburger .bar {
		padding: 0;
		width: 30px;
		height: 4px;
		background-color: white;
		display: block;
		border-radius: 4px;
		transition: all 0.4s ease-in-out;
		position: absolute;
		z-index: 9999;
	}

	.bar1 {
		top: 0;
	}

	.bar2,
	.bar3 {
		top: 13px;
	}

	.bar3 {
		right: 0;
	}

	.bar4 {
		bottom: 0;
	}

	.checkbox:checked+label>.hamburger>.bar1 {
		transform: translateX(40px);
		background-color: transparent;
	}

	.checkbox:checked+label>.hamburger>.bar2 {
		transform: rotate(45deg);
	}

	.checkbox:checked+label>.hamburger>.bar3 {
		transform: rotate(-45deg);
	}

	.checkbox:checked+label>.hamburger>.bar4 {
		transform: translateX(-40px);
		background-color: transparent;
	}

	.header {
		display: none;
	}

	.sidebar {
		position: absolute;
		top: 0px;
		left: 0px;
		transform: translateX(-550px);
		min-width: 550px;
		height: 100vh;
		background-color: var(--primary-400);
		z-index: 9998;
		transition: all 0.3s cubic-bezier(0.54, 0.4, 0.3, 1);
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
	}

	.slider__container_pc {
		height: 7rem;
		width: 100%;
		display: flex;
		position: relative;
		align-items: center;
		justify-content: space-around;
		background: #68A1CA;
	}

	.sensor__data__container_pc,
	.sensor__header__container_pc {
		width: 100%;
		display: flex;
		position: relative;
		background-color: var(--primary-500);
	}

	.sensor__header__container_pc {
		margin-top: calc(5rem + 1vh);
		height: 7rem;
		justify-content: space-between;
	}

	.sensor__data__container_pc {
		height: 14rem;
		justify-content: center;
		background-color: var(--primary-400);
	}

	.real_graphs__container_pc {
		height: 21rem;
		width: 100%;
		display: flex;
		position: relative;
		background-color: var(--primary-400);
		flex-grow: 4;
	}

	ul.sensor__information_pc {
		align-self: center;
		padding: 0;
		width: 90%;
		/* overflow-x: hidden; */
		list-style: none;
		font-size: 1.3em;
	}

	ul.sensor__information_pc li:before {
		float: left;
		color: white;
		width: 0;
		white-space: nowrap;
		content:
			". . . . . . . . . . . "
			". . . . . . . . . . . "
			". . . . . . . . . . . "
			". . . . . . . . . . . "
	}

	ul.sensor__information_pc span:first-child {
		padding-right: 0.33em;
		background: var(--primary-400)
	}

	ul.sensor__information_pc span+span {
		float: right;
		padding-left: 0.33em;
		background: var(--primary-400)
	}

	.real_graph__pc {
		max-width: 550px;
		align-self: flex-end;
	}

	.bubble_pc {
		background: white;
		color: black;
		padding: 4px 12px;
		position: absolute;
		border-radius: 4px;
		top: 3vh;
		left: 50%;
		transform: translate(-50%, 30px);
	}

	.sensor__summary,
	.sensor__name_pc {
		align-self: center;
		margin-left: 5%;
		margin-right: 5%;
	}

	.sensor__name_pc p {
		color: white;
		font-weight: 600;
		font-size: 1.4em;
	}

	.sensor__summary {
		font-size: 1.5em;
	}

	li {
		color: white;
		font-weight: 550;
		padding-top: 10px;
	}
}
