.kgm_flykort {
	overflow: hidden;
}


.kgm_flykort_left {
	background-color: #808080;
	overflow: clip;
}

#leaflet-map {
	position: relative;
	width: 80%;
	height: 90vh;
	margin-left: auto; /* Pushes map to the right */
	margin-right: 0;
	border: 1px solid #ccc;
}

/*
.kgm_flykort_right {
	position: fixed;
	top: 150px;
	right: 0;
	width: 350px;
	height: 100%;
	background-color: #ccc;
	padding: 10px;
}

.kgm_flykort_right_header {
	background-color: #ccc;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
}

.kgm_flykort_right_textbox {
	background-color: #fff;
	padding: 10px;
}

.kgm_flykort_warning {
	color: red;
}

*/

.leaflet-tile {
	filter: brightness(0.9) contrast(1.2) saturate(0.8);
}

.airplane-leaflet {
	background-color: rgba(0, 0, 0, 0.0);
	border-radius: 50%;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.airplane-bg {
	background-color: rgba(0, 0, 0, 0.0); 
	border-radius: 50%;
	width: 64px;
	height: 64px;
	display: flex;
	opacity: 0.5;
	justify-content: center;
	align-items: center;
}

.airplane-icon-wrapper {
	text-align: center;
	color: white;
	font-size: 11px;
	pointer-events: none;
	user-select: none;
}

.airplane-wrapper {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.airplane-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.airplane-label {
	margin-top: 2px;
	color: white;
	background: rgba(0,0,0,0.5);
	border-radius: 4px;
	padding: 2px 4px;
	display: inline-block;
}

.airplane-label .route {
	font-size: 10px;
	opacity: 0.8;
}

.airplane-icon-wrapper {
	text-align: center;
	color: white;
	font-size: 11px;
	pointer-events: none;
	user-select: none;
}

.airplane-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.airplane-plate {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 2px 6px;
	border-radius: 6px;
	margin-top: 64px;
	font-size: 10px;
	white-space: nowrap;
	z-index: 1;
}
