﻿.map-page {
    height: calc(100vh - 50px);
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .map-page #map {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }

.map-overlay {
    position: absolute;
    z-index: 2;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    opacity: 0.7;
}

.top-left {
    top: 10px;
    left: 50px;
}

.bottom-right {
    bottom: -32px;
    right: 10px;
}

.bottom-left {
    bottom: -32px;
    left: 10px;
}

.bottom-middle {
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.top-middle {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.mud-button {
    margin: 5px;
}

.leaflet-control-layers-toggle {
    width: 26px;
    height: 26px;
    background-size: 20px 20px !important;
}

.leaflet-control {
    border-radius: 5px !important;
    opacity: 0.7 !important;
}

.active-status {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: auto;
    margin-right: 5px;
}

