body {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 8px;
    font-size: small;
}

h3 {
    margin: 8px;
    font-size: 12px;
}

p {
    margin: 10px;
    font-size: 9px;
}

#map-overlay-notify {
    z-index: 401;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    font-size: 26px;
    text-align: center;
    color: white;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.listing-group {
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    border-radius: 3px;
    max-width: 30%;
    color: #fff;
}

.listing-group input[type='checkbox']:first-child+label {
    border-radius: 3px 3px 0 0;
}

.listing-group label:last-child {
    border-radius: 0 0 3px 3px;
    border: none;
}

.listing-group input[type='checkbox'] {
    display: none;
}

.listing-group input[type='checkbox']+label {
    background-color: #3386c0;
    display: block;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.listing-group input[type='checkbox']+label {
    background-color: #3386c0;
    text-transform: capitalize;
}

.listing-group input[type='checkbox']+label:hover,
.listing-group input[type='checkbox']:checked+label {
    background-color: #4ea0da;
}

.listing-group input[type='checkbox']:checked+label:before {
    content: '✔';
    margin-right: 5px;
}

.map-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    margin-right: 0px;
    font-family: Arial, sans-serif;
    overflow: auto;
    border-radius: 3px;
}


select {
    z-index: 1;
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 5px;
    background: #808080;
}

.legend label,
.legend span {
    display: block;
    float: left;
    height: 15px;
    width: 16.66%;
    text-align: center;
    font-size: 8px;
    color: #808080;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#map canvas {
    cursor: crosshair;
}

.popup .maplibregl-popup-content {
    background-color: whitesmoke;
    opacity: 0.9;
}

.popup .maplibregl-popup-tip {
    border-top-color: whitesmoke;
}



/* #features { position: absolute; top: 0; right: 0; bottom: 0; 
      width: 25%; overflow: auto; background: rgba(255, 255, 255, 
      0.8);
    } */
