body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-container {
    padding: 0;
    display: none;
}

/* .map-container {
    min-height: 90vh;
    max-width: 90vw;
    margin: auto;
} */
.map-container {
    min-height: 100vh;
    min-width: 100vw;
    min-height: 100dvh;
    min-width: 100dvw;
    margin: 0;
}
.rounded-4 {
    border-radius: 10px;
}
.rounded-2 {
    border-radius: 0.25rem;
}


/* .value-and-map-container {
    padding: 0.5rem;
} */
.info-loading {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
/* Legend css */
.legend {
    background-color: rgba(44, 44, 44);
    opacity: 0.8;
    padding: 10px;
    /* border: 1px solid #ccc; */
    border-radius: 0.25rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: white;
    text-align: center;
  }
  .legend ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: start;
  }
  .legend li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  .legend span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    outline: 1px solid white;
  }

  .custom-toast {
    position: fixed;
    top: 20px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border-radius: 0.25rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10002;
}
.custom-toast-success {
    background-color: #4caf50;
    color: #fff;
}
.custom-toast-error {
    background-color: #cc4a25;
    color: #fff;
}


.top {
    top: 20px; /* Adjust as needed */
    bottom: auto;
}

  .sage-tooltip-table td{
    border: 1px solid;
    white-space: nowrap;
    padding-inline: 4px;
  }
  .leaflet-popup-content {
    width: auto !important;
  }