#map-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }

  #menu {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    border-radius: 5px;
    z-index: 9999;
    display: flex;
    justify-content: center;
  }
  #single-user {
    background-color: #ffc300;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding-top:5px;
    text-decoration: none;
}

  #menu label {
    display: block;
    margin-bottom: 5px;
    margin-right: 10px;
  }

  #menu input[type="radio"] {
    display: none;
  }

  #menu input[type="radio"] + label {
    cursor: pointer;
  }

  #menu input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: 2px solid #ffffff;
    border-radius: 50%;
  }

  #menu input[type="radio"]:checked + label::before {
    background-color: #ffc300;
  }

  #menu .separator {
    height: 0px;
    background-color: #ffffff;
    margin: 1px 0;
    flex-basis: 100%;
  }

  #sidebar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: rgb(45, 42, 42);
    padding: 10px;
    border-radius: 15px;

  }

  .slider {
    -webkit-appearance: none;
    width: 76%;
    height: 4px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider:hover {
    opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 7px;
    height: 6px;
    background:#ffc300 ;
    cursor: pointer;
  }
  
  .legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }

  .legend-color {
    width: 20px;
    height: 20px;
    border-radius: 15%;
    margin-right: 5px;
  }

  .legend-label {
    font-size: 10px;
    color: rgba(250,250,250,0.8);
  }



  .btn-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  
  .radio-label {
    display: block;
    width: 100%;
    margin: 5px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust the opacity as needed */
    color: #ffc300;
    font-size: 14px;
    cursor: pointer;
  }
  
  .btn-radio {
    display: none; /* Hide the actual radio buttons */
  }
  
  .btn-radio:checked + .radio-label {
    border: 1px solid #ffc300; /* Highlight selected button with a red border */
    background-color: rgba(0, 0, 0, 0.6);
  }
  



  .dash {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section {
    margin-bottom: 20px;
}

.checkbox-button {
    background-color: #ffc300;
    color: #1a1a1a;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.dropdown {
    background-color: rgba(120, 120, 120, 1);
    color: #1a1a1a;
    border: none;
    padding: 5px;
    border-radius: 5px;
}

.slider {
  width: 76%;
}

.buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.button {
  background-color: rgba(255, 195, 0, 0.8);
  color: #1a1a1a;
  border: rgba(255, 195, 0, 1);
  padding: 10px 20px;
  padding-left: 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px; 
}



.legend-category {
  position: absolute; /* This will position the legend with respect to its closest relative (or body if none is found) ancestor */
  bottom: 10px; /* You can adjust this */
  left: 250px; /* You can adjust this */
  background-color:rgba(42, 42, 42, 0.7);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(60, 60, 60, 0.9);
  z-index: 99;
}

.legend-category-risk {
  position: absolute; /* This will position the legend with respect to its closest relative (or body if none is found) ancestor */
  bottom: 10px; /* You can adjust this */
  left: 750px; /* You can adjust this */
  background-color:rgba(42, 42, 42, 0.7);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(60, 60, 60, 0.9);
  z-index: 99;
}
.legend-category-sl {
  position: absolute; /* This will position the legend with respect to its closest relative (or body if none is found) ancestor */
  bottom: 10px; /* You can adjust this */
  left: 1190px; /* You can adjust this */
  background-color:rgba(42, 42, 42, 0.7);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(60, 60, 60, 0.9);
  z-index: 99;
}
.legend-category-merged {
  position: absolute; /* This will position the legend with respect to its closest relative (or body if none is found) ancestor */
  bottom: 10px; /* You can adjust this */
  left: 1490px; /* You can adjust this */
  background-color:rgba(42, 42, 42, 0.7);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(60, 60, 60, 0.9);
  z-index: 99;
}



.legend-category-veda {
  position: absolute; /* This will position the legend with respect to its closest relative (or body if none is found) ancestor */
  bottom: 10px; /* You can adjust this */
  left: 1790px; /* You can adjust this */
  background-color:rgba(42, 42, 42, 0.7);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(60, 60, 60, 0.9);
  z-index: 99;
}
.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.legend-color {
  width: 20px; /* Adjust if needed */
  height: 20px; /* Adjust if needed */
  margin-right: 5px;
  border-radius: 50%; /* Makes it a circle */
}

.legend-label {
  font-size: 12px; /* Adjust if needed */
  color:#aaa;
}

.legend-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color:#aaa;
}

input[type="checkbox"] {
  /* Hide the default checkbox */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
}

/* Style the checked checkbox */
input[type="checkbox"]:checked {
  /* Change the background color of the checkbox */
  background-color: #ff8d19;
}


.zoom {
  position: absolute;
  top: 10px; /* Adjust the top position as needed */
  right: 10px; /* Adjust the right position as needed */
  z-index: 1; /* Ensure it's above the map */
  background-color: #fff; /* Button background color */
  border: 1px solid #ccc; /* Button border */
  padding: 8px 16px; /* Button padding */
  cursor: pointer;
}








.legend-stacCol {
  font-size: 15px;
  font-family: Georgia, serif;
  font-weight: bold;
  /*margin-bottom: 10px;*/
  padding: 1px;
  color: #444;
  text-align: center;
}



