﻿body {
}

.map-container {
    height: 65vh;
    cursor: pointer;
    margin-bottom: 20px
}

.legend-container {
    height: 67vh;
    margin-bottom: 20px;
    overflow-y: auto
}

.legend-title {
    font-weight: 500 !important;
    margin-bottom: 15px !important;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.legend-symbol {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border: 1px solid #000;
}

.map-paper {
    height: 76vh;
    padding: 10px;
    margin-bottom: 5px;
    margin-left: 15px;
    border-radius: 7px !important;
    margin-top: 15px
}

.legend-paper {
    height: 76vh;
    padding: 10px;
    margin-bottom: 5px;
    margin-right: 15px;
    border-radius: 7px !important;
    margin-top: 15px
}

.search-bar {
    position: relative;
    width: 50%;
    margin-top: -50px;
    left: 50%;
}

.hover-popup {
    position: fixed;
    pointer-events: none;
    background: white;
    padding: 6px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,.4);
    z-index: 10000;
    font-size: 0.8rem;
}

    .hover-popup.hidden {
        display: none;
    }