.ik_form_container input,
.ik_form_container textarea {
  font-size: 13px;
}

.ik_form_container fieldset {
  border: none;
  margin:16px 0 0 0!important;
  padding: 0!important;
}

.ik_form_container legend {
  font-weight: bold;
  font-size: 13px;
  padding: 0!important;
  margin-bottom: 0px!important;
}

input#username,
input#ext_website {
  margin-top: 5px!important;
  margin-bottom: 0px;
  width: 99%!important;
  border: 1px solid #888;
  padding: 4px 2px;
  border-radius: 0;
}




select {
  /* Basic styling */
  appearance: none;
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  width: 100%;
  max-width: 275px;
  transition: background-color 0.3s, border-color 0.3s;
}

/* Style the dropdown arrow */
select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  border-color: #007bff;
  background-color: #f8f9fa;
}

option {
  /* Basic styling for options */
  padding: 10px;
}

/* Optional: Style the optgroup label */
optgroup {
  font-weight: bold;
  color: #555;
}

/* Add a custom icon for the dropdown arrow (downward arrow) */
select {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23333" d="M2 3.5L0 1.5h4z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  padding-right: 30px; /* Make room for the arrow */
}






#topheading,
nav,
nav > span  {
  color: #666!important;
 
}

nav > span  {
margin-left: 25px;
}

#dialog-info p {
  text-align: left; /* justify; */
}

#toplogo {
  width: 180px;
  height: auto!important;
  margin-top: 6px;
  margin-left: -10px;
  margin-right: 15px;
}

/* Hide 'leaflet' in attribution. Use in leaflet 1.8.0 when attributions of base layers are 
concatinated when attribution is added with L.control.attribution. See bug report at github: 
https://github.com/Leaflet/Leaflet/issues/8416 */
.leaflet-control-attribution a:first-of-type { 
   display: none;
}

.leaflet-control-attribution span:first-of-type { 
  display: none;
}


.bmu {
  overflow: hidden;
  width: 100%;
  height: 190px;
  margin-top: -40px;
  justify-content: right;
  display: flex;
}

.bmu img {
  float: right;
  margin-right: -30px;
  margin-top: -15px;
}

@media screen and (max-width: 700px) {
 .bmu {
   justify-content: center;
   margin-top:-20px;
 }

 .bmu img {
   height: 130px!important;
   margin-right: 0;
 }
}


#places a {
  color: #0098df!important;
  margin: 0 .1em;
}

#places {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0 10px 0;
  text-align: center;
  font-size: 10pt;
  line-height: 1.25em!important;
}