@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");

body {
	margin: 0; 
	padding: 0; 
	font-family: "Open Sans", Tahoma, sans-serif;
	font-size: 1em; 
}

.input-group-text {
  width: 6.9em;
}

.leaflet-control-zoominfo-info {
	margin-left: -10px;
}

.leaflet-touch .leaflet-control-zoominfo {
	border: 2px solid rgba(0,0,0,0.3);
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar .nav-item.dropdown .dropdown-toggle {
	cursor: pointer;
}

.navbar-nav .nav-link {
	transition: color 0.3s, text-shadow 0.3s;
}

.navbar-nav .nav-link:hover {
	color: #000;
	text-shadow: 0.5px 0.5px 0px rgba(0, 0, 0, 0.5);
}

.navbar-brand > img {
	width: 30px;
}

.me-6 {
	margin-right: 3em;
}

#errorAlert {
	display: none;
	z-index: 3;
}

#toggleFormButton {
	z-index: 4;
	display: block;
	position: absolute;
	top: 155px;
	left: 10px;
}

#map-container {
	position: relative;
	height: calc(100vh - 58px);
}

#map {
	position: absolute; 
	top: 0px; 
	bottom: 0px; 
	width: 100%; 
	height: 100%;
	z-index: 1;
	margin: 0px; 
	padding: 0px;
	transition: height 0.5s ease-in-out;
}

#coordinate-search {
	display: none;
	position: absolute;
	top: 198px;
	left: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 2;
}

#coordinate-search span {
	font-size: 0.95em;
	color: #264653;
}

#coordinate-search h5 {
	color: #264653;
	font-weight: 600;
}

#coordinateForm {
	text-align: right !important;
	width: 15em;
}

#coordinateForm input::placeholder {
	font-size: 0.8em;
}

.toggle-button {
  display: inline-block;
  padding: 6px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.toggle-button:hover {
  background-color: #f0f0f0;
}

.popup {
	font-family: "Open Sans", tahoma, sans-serif;
	font-size: 1.05em;
}

.popup b {
	font-size: 1.15em;
	font-weight: 600;
	text-transform: uppercase;
}

.text-icon {
	border: none;
	background-color: transparent;
	width: auto;
	height: auto;
	border-radius: 0;
}

.text-icon p {
	white-space: nowrap;
	font-weight: 300;
	text-shadow: 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em;
	color: yellow;
	margin: 0;
	background-color: transparent;
	border: none;
	box-shadow: none;
	pointer-events: none;
}