/* ========== LEGEND ========== */
.legend-main {
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 20px 20px 0;
    padding: 20px 40px 15px 20px;

}

.legend-container {
    font-family: 'Lato', sans-serif;
    width: 250px;
    position: relative;
}

.legend-header {
    font-size: 1em;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    color: #55626F;
    font-family: 'Lato', sans-serif;

}

.legend-text {
    font-size: 1rem;
    color: #55626F;
    font-family: 'Lato', sans-serif;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.legend-item-line {
    width: 40px;
    height: 3px;
    margin-right: 10px;
}

.road-line {
    background-color: #E3C72E;
    border-radius: 3px;
}

.residential-line {
    background-color: #8CE071;
    height: 10px;
    border-radius: 3px;
}

.commercial-line {
    background-color: #7B0051;
    height: 10px;
    border-radius: 3px;
}

.mixedused-line {
    background-color: #00D1C1;
    height: 10px;
    border-radius: 3px;
}

.agriculture-line {
    background-color: #FF5A5F;
    height: 10px;
    border-radius: 3px;
}

.forest-line {
    background-color: #007A87;
    height: 10px;
    border-radius: 3px;
}