.header{
    position: relative;
    z-index: 9;
}
.mapContainer{
    position: relative;
}
#map{
    position: relative;
    width: 100%;
    height: 93vh;
    z-index: 2;
}
.popup-input{
    width: 100%;
}
.SOSCard{
    border: 1px solid darkred;
    cursor: pointer;
}
.SOSPanel{
    width: 300px;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 0;
    font-size: 10px;
    height: 90vh;
    overflow-y: auto;
}
.blue-circle-marker {
    background-color: blue;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid white;
    box-shadow: 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.contactData{
    background: white;
    position: absolute;
    z-index: 9;
    bottom: 0;
}
