div#sidebar-map-wrapper {
  width: 100%;
  height: 600px;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

#toggle-container {
  position: absolute;
  background: white;
  padding: 10px;
  top: 10px;
  left: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
}

#toggle-container > label{
  display: block;
}

#sidebar {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: scroll;
}

#custom-logo {
  position: absolute;
  bottom: 38px;
  left: 9px;
  width: 48px;
  z-index: 1000;
}

div.details-name,
div.details-value {
  color: #232323;
  padding-left: 10px;
  font-size: 13px;
}
div.details-name {
  font-family: "Neue Kabel Extra Bold", Sans-serif !important;
  font-size: 13px;
}
div.details-value {
  font-weight: bold;
  font-family: "Roboto", Sans-serif !important;
}

button.close-sidebar {
  font-family: "Neue Kabel Extra Bold", Sans-serif !important;
  background-color: #232323;
  color: #f6f6f6;
  border-radius: 5px;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  width: 30%;
  margin-left: 35%;
  z-index: 3;
}
button.close-sidebar:hover {
  background-color: #f6f6f6;
  color: #232323;
  cursor: pointer;
}

div.county-logo {
  margin-top: 10px;
  width: 50%;
  margin-left: 25%;
}
div.county-logo img {
  width: 100%;
  border-radius: 8px;
}
div.county-logo-subtitle {
  font-size: 12px;
  text-align: center;
}

div.title {
  text-align: center;
  border: 1px solid #274472;
  border-radius: 5px;
  color: #ffffff;
  background-color: #274472;
  padding: 4px;
  margin-top: 50px;
  width: 92%;
  margin-left: 2%;
  margin-bottom: 10px;
  font-family: "Neue Kabel Extra Bold", Sans-serif !important;
}

div.sidebar-details-box {
  overflow-y: auto;
  height: 100%;
}

#sidebar table {
  border: 1px solid #274472;
  width: 100%;
  border-collapse: collapse;
  width: 96%;
  position: absolute;
  margin-top: 10px;
  margin-left: 2%;
  font-size: 14px;
}
#sidebar td {
  border: 1px solid #274472;
  height: 28px;
}
#sidebar td.first-column {
  text-align: right;
  width: 37.5%;
  font-weight: 600;
}
#sidebar td.second-column {
  text-align: left;
  width: 37.5%;
}
#sidebar td.third-column {
  text-align: center;
  width: 25%;
}

a.details-link {
  text-decoration: none;
  color: #274472;
  border-radius: 5px;
}

img.sidebar-image {
  width: 90%;
  height: 100px;
}

/* #searchTxt{
z-index: 2001;
} */

div.mapboxgl-popup-content {
  color: #000000;
}

.map-paragraph {
  margin: 3px;
}

.mapboxgl-ctrl-geocoder--input {
  font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*search box from mapbox*/

.filter-ctrl {
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 1;
}

.filter-ctrl input[type="text"] {
  font: 15px "Helvetica Neue", Arial, Helvetica, sans-serif;
  width: 294px;
  border: 0;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  /* box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); */
  border-radius: 3px;
  margin-top: -3px;
  margin-right: 39px;
  height: 23px;
}

/*end search box from mapbox*/

/* styling legend items */
h1.welcome-popup {
  margin-top: 5px;
  margin-left: 8px;
  font-size: 22px;
  font-family: "Neue Kabel Extra Bold", Sans-serif !important;
}
span.welcome-close-button {
  float: right;
  right: 13px;
  border-radius: 21px;
  background-color: #000000;
  border: 1px solid #000000;
  width: 26px;
  height: 26px;
  font-size: 14px;
  /* color: #E94E1B; */
  cursor: pointer;
  margin-top: 6px;
  margin-right: 15px;
  padding: 0;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

span.welcome-close-button:hover {
  /* border-color: #E94E1B; */
  /* background-color: #E94E1B; */
  color: #252424;
  background-color: #ffffff;
  border: 1px solid #252424;
}

.toggle-legend-box {
  display: none;
}

.visible-legend-box {
  display: block;
  position: relative;
  border-radius: 7px;
  background-color: white;
  z-index: 3;
  position: absolute;
  width: 290px;
  /* min-width: 450px; */
  /* height: 355px; */
  right: 10px;
  top: 120px;
  padding: 3px;
  /* transition: left 0.7s ease; */
}

div.toggle-legend-box {
  background-color: #ffffff;
  color: #000000;
}

span.legend-item-title {
  font-size: 12px;
}

div.legend-item {
  margin-bottom: 5px;
}

span.polygon-color {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  border-color: #999999;
}

div#legend-items {
  margin-left: 10px;
}
/* end styling legend items */

/* custom control / custom button */
.toggle-legend-control {
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: auto;
  background-image: var(--wpr-bg-8fcd66d7-fa7d-4c09-aab8-f3c68e0359f1);
}

/* end custom control / custom button */

.mapbox-logo-control {
  padding: 5px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}

@media screen and (max-width: 940px) {
}