.leaflet-popup-content-wrapper {
    border-radius: 4px !important;
}

  /* green 67, 172, 106 */
  /* blue 58, 131, 176 */
  /* LEGEND SECTION */

  #legendSection {
    z-index: 6666;
    display: inline-block;
    /*background-color: cadetblue;*/
    background-color: rgb(222,222,222);
    left: 10px;
    bottom: 10px;
    width: 100%;
    padding: 10px;
  }

  #legendSection h5 {
    color: white;
  }
  /* SWITCH BUTTON */

  #switchSection {
    font-size: small;
    display:flex;
    align-items:center;
    gap: 20px;
    margin-top:10px;
  }
#filter-heading {margin:0;}
  .switch {
    float: left;
    margin-right: .5rem;
    margin-bottom: 0px;
  }

  .switch + label {
    line-height: 1em;

  }

  .switch input:checked + label {
    background: rgb(67, 172, 106);
  }
#showAllMarkers {
  display:inline-block;cursor:pointer;
}
  .switch-label {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    color: #3E4042;
    font-weight:bold;
    display: flex;
    align-items: center;
  }

  #switch-grant-founded-label {
    margin-left: 5px;
  }

  #label-select-project-status {
    display: inline-block;
  }

  #selector-project-status {
    width: 100px;
    display: inline-block;
  }
  /*  SEARCH BAR  */

  #location-search-label {
    color: #3E4042;
    font-weight:bold;
    text-align:right;
    font-size:15px;
  }

  #search-bar-section {
    width: 100%;

  }

  #search-bar-section table {
    height: 40px;
    margin-bottom: 0;
    background: none;
  }

  #search-input {
    float: left;
    width: 180px;
  }

  #search-button {
    width: 100%;
    background-color: #418450;
  }

  #inputSearchAddress {
    margin-bottom: 0px;
  }

  #btnSearch {
    margin-bottom: 0px;
  }
  /* check box*/

  *,
  *:after,
  *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  input[type="checkbox"],
  input[type="radio"] {
    vertical-align: middle;
  }

  input[type="checkbox"]+label,
  input[type="radio"]+label {
    cursor: pointer;
  }

  input[type="checkbox"]+label:before,
  input[type="radio"]+label:before {
    content: "";
    display: inline-block;
    height: 19px;
    margin: 1px 4px 0 10px;
    vertical-align: middle;
    width: 19px;
  }

  input[type="checkbox"]+label:before {
    background: url(http://d3pr5r64n04s3o.cloudfront.net/tuts/391_checkboxes/check_radio_sheet.png)left top no-repeat;
  }

  input[type="checkbox"]:checked+label:before {
    background: url(http://d3pr5r64n04s3o.cloudfront.net/tuts/391_checkboxes/check_radio_sheet.png)-19px top no-repeat;
  }

  input[type="radio"]+label:before {
    background: url(http://d3pr5r64n04s3o.cloudfront.net/tuts/391_checkboxes/check_radio_sheet.png)-38px top no-repeat;
  }

  input[type="radio"]:checked+label:before {
    background: url(http://d3pr5r64n04s3o.cloudfront.net/tuts/391_checkboxes/check_radio_sheet.png)-57px top no-repeat;
  }

  p.external {
    background: #000;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 380px;
  }

  p.external a,
  p.external a:visited {
    color: #9Ef;
  }

/* Screen reader only text */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Focus indicators */
.switch-label:focus-within,
.green-button:focus,
#btnSearch:focus,
#inputSearchAddress:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/* Make checkboxes keyboard accessible */
.switch-label {
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
}
.search-map-container-parent {align-items:center;gap:20px; width:100%;}
.search-map-container-child {width:80%;gap:20px;}
.search-map-container-child input {width:50%;min-width:300px;max-width:600px;}
.switch-label input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.switch-label input[type="checkbox"]:focus + span {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
label.checked {border:2px solid #377DA8; background:white;}
/* Button styles for accessibility */
.green-button, #btnSearch {
  background: #418450;
  border: 2px solid #4a9d5f;
  color: white;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.green-button:hover, #btnSearch:hover,
.green-button:focus, #btnSearch:focus {
  background: #4a9d5f;
}

/* Skip link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 10000;
  border-radius: 0 0 4px 4px;
}

.skip-link:focus {
  top: 0;
}

/* Map container accessibility */
.leaflet-container:focus {
  outline: 2px solid #005fcc;
  outline-offset: -2px;
}
@media only screen and (max-width: 1420px) {
  #switchSection {
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:15px;
  }

}

  @media only screen and (max-width: 820px) {
    #search-bar-section {
        margin-top: 45px;
    }
  }
