.maplibregl-ctrl-top-left {
    top: 132px;
}
.maplibregl-ctrl-group button {
	width: 40px;
	height: 40px;
}
.maplibregl-popup-content {
    padding: 12px 8px 2px 8px;
}
.maplibregl-popup-close-button {
    border: 0;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    right: -6px;
    top: -6px;
    font-size: 20px;
    background-color: #2196F3;
    color: white;
    padding: 0px 5px 3px 5px;
}
.maplibregl-popup-close-button:hover {
    background-color: #5bacee;
}
#startControl {
    position:absolute;
    bottom: 40px;
    left: 10px;
    padding: 2px 6px;
    background:#ffffff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0,0,0,.1);
    cursor: pointer;
}
#startControl img {
    width: 30px;
    height: 30px;
}
#layerControl, #layerControlBox {
    position:absolute;
    bottom: 80px;
    left: 10px;
    background:#ffffff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0,0,0,.1);
}
#layerControl {
    width: 40px;
    height: 40px;
    background-image: url(/public/planner/img/map/layer-control.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: top 3px left 3px !important;
    z-index: 998;
}
#layerControlBox {
    display: none;
    min-width:32px;
    min-height: 32px;
    padding: 4px;
    z-index: 999;
    font-size: 12px;
}
#layerControlBox p {
    padding: 2px 4px;
}
#layerControlBox span {
    padding-left: 4px;
}
#layerControlBox hr {
    width: 100%;
    height: 1px;
    background-color: #333333;
    border: 0;
    margin: 4px 0;
}
#layerControl:hover + #layerControlBox, #layerControlBox:hover {
    display: block;
}