#re-center {
    position: absolute;
    top: 5px;
    right: 5%;
    z-index: 2;
}

.legend-toggle {
    position: absolute;
    top: 27%;
    right: 1%;
    z-index: 2;
}

#menu {
    
    position: absolute; 
    left: 7%;
    height: 2rem;
    width: 10%;
    padding-right: 1rem;
    background: #efefef;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    z-index: 2;
    color: black
}

.map-content {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: 1rem;
    position: relative;
    width: 100%;
    min-height: 35rem;
    z-index: 2;
}

#legend {
    position: absolute; 
    right: 0%;
    top: 45%;
    width: 160px;
    padding-right: 1rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #efefef;
    z-index: 2;
    color: black;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
}


.legendListItem {
	margin: 0 0 0 0.5rem;
    list-style: none;
    padding: 1rem 0 1rem 2.25rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
    font-size: 13px;
}

.custom-dropdown{
    background: #efefef;
}

#segments {
    position: absolute;
    top: 10%;
    right: 1%;
    z-index: 2;
}

#anomBtn {
    position: absolute;
    top: 20%;
    right: 1%;
    z-index: 2;
}

.anomaly-marker {
    
    height: 200px; /* control the size */
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); 
    aspect-ratio: 2/3;
    mask: 
        conic-gradient(from -30deg at bottom,#0000,#000 1deg 59deg,#0000 60deg) bottom/100% 50% no-repeat, 
        radial-gradient(circle at 50% calc(100% / 3), #000 22% 44%,#0000 44.5%);
    overflow: visible;
    /* box-shadow: 0 10px 15px ; 
    filter: drop-shadow(0 0 15px #000); */
    outline: 5px solid black;
    
}

.marker-icon{
    position: absolute;
    top: 5px;
    left: 35%;
    font-size: 15px;
    color: white;
}

.legend {
    position: absolute;
    right: 0;
    top: 5rem;
    min-height: 160px;
    display: flex;
    align-items: stretch;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 2;
    
}

.anomaly {
    cursor: pointer;
}

.anomaly-collapse {
    max-height: 25rem;
}

.map-controls {
    position: absolute;
    top: 0rem;
    right: 4rem;
    z-index: 2;
}

.btn-custom {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /* background-color: white;
    color: black; */
}

/* .btn-custom:active{
    
    background-color: rgb(173, 181, 189);
    color: black;
} */



