#content-container{
    width: 75%;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    font-weight: bold;
    font-size: 15px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext {
    font-size: 12px;
}

.alert-tag {
font-weight:bold;
}

.alert-text {
text-shadow: 0.25px 0.25px black;
font-size: 18px;
color:#191370;
padding-left: 25px;
display: block;
}

#hider{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: Black;
    opacity: 0.6;
    display: none;
}
/* #popup_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    display: none;
    padding: 2em;
    text-align: center;
  } */
  #popup_box {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    display: none;
    padding: 2em;
    text-align: center;
    /* min-height: 200px; adjust as needed for vertical centering */
    padding: 2em;
  }

.loader {
    border: 0.75em solid #f3f3f3; /* Light grey */
    border-top: 0.75em solid #3498db; /* Blue */
    border-radius: 50%;
    width: 5em;
    height: 5em;
    animation: spin 2s linear infinite;
    /* position: relative; */
    margin: 1em auto;
}
@keyframes spin{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


#map{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.map_box{
    height: 800px;
    /* margin-bottom: 20px; */
    /* position: absolute; */
    z-index:10;
}

#cbar {
    position: absolute;
    /* display:inline-block; */
    z-index: 98;
}