body {
	margin: 0;
	font-family: Arial, sans-serif;
}

header {
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px 5px;
}

nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main {
	padding: 20px;
}

footer {
	background-color: #f8f8f8;
	text-align: center;
	padding: 10px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

a {
	color: #007bff;
	text-decoration: none;
}

a:hover {
	color: #0356AD !important;
}

a:active,
a:visited {
	color: #007bff;
}

a.black {
	color: #000000;
}

a.black:hover {
	color: #0356AD !important;
}

.tooltip {
	position: absolute;
	background-color: #333;
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
	pointer-events: none;
	z-index: 1000;
	display: none;
}

.ml-10 {
	margin-left: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.auth-links {
	margin-left: auto; /* Pushes the auth links to the right */
}

.auth-links a {
	color: #007bff;
	font-weight: bold;
	text-decoration: none;
}

.auth-links a:hover {
	color: #6c757d;
	text-decoration: none;
}

.about {
	font-size: 1.5em;
	padding: 20px;
}

.banner {
	max-width: 100%;
}

.banner-gif {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.services {
	font-size: 1.5em;
	background: #bdfcbc;
	padding: 20px;
}

.menu,
.logo {
	position: relative;
}

.menu-toggle {
	background: none;
	border: none;
	font-size: 1rem;
	cursor: pointer;
	padding: 0.5rem 1rem;
	display: none; /* Hidden on desktop by default */
}

.dropdown-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex; /* Horizontal menu on desktop */
}

.dropdown-menu li {
	margin: 0 1rem;
}

.dropdown-menu li a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
}

.dropdown-menu li a:hover {
	color: #007bff;
}

.div-center {
	margin: auto;
	width: 50%;
}

.video,
.input {
	width: 100%;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
}

.input-frame {
	margin: auto;
	max-width: 400px;
	border: 1px solid #ccc;
	padding: 30px 40px 25px 28px;
}

form {
	text-align: right;
}

form label {
	font-size: 16px;
}

form input {
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #ccc;
	padding: 8px;
	box-shadow: none !important;
	outline: none;
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
}

.custom-select {
	width: 100%;
	position: relative;
}

.custom-select select {
	appearance: none;
	width: 50%;
	font-size: 14px;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #caced1;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	box-shadow: none !important;
	outline: none;
}

.custom-select::after {
	--size: 0.3rem;
	content: "";
	position: absolute;
	right: 1rem;
	pointer-events: none;
}

.custom-select::after {
	border-left: var(--size) solid transparent;
	border-right: var(--size) solid transparent;
	border-top: var(--size) solid black;
	top: 45%;
}

form button {
	background-color: #6c757d;
	border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;
	cursor: pointer;
}

form button:hover {
	background-color: #0d6efd;
}

table {
	border-collapse: collapse;
}

th, td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.heatmap {
	padding: 0px 10px;
}

.winddirection {
	padding: 0px 0px;
}

.windspeed {
}

.tc {
	text-align: center;
}

.ml {
	white-space: pre-wrap;
}

.archive-data {
	/* background-color: #f0ffe6; */
}

.forecast-data {
	/* background-color: #e6f5ff; */
	font-style: italic;
}

.marker-blue {
	background-color: blue;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid white;
	opacity: 0.8;
}

.marker-red {
	background-color: red;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid white;
	opacity: 0.8;
}