#map {
    position: relative;
    width: 100%;
    height: 740px;
}
.dropdown-menu {
    z-index: 1050;
}
.leaflet-control-geocoder.leaflet-bar {
    display: none;
}
.popup {
    display: flex;
    flex-direction: column;
    width: 220px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.popup-onderwijs {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.popup-image {
    height: 150px;
    background-size: cover;
    background-position: center;
    padding-top: 100%;
    border-radius: 5px;
}
.popup-content {
    padding: 10px;
}
.popup-header {
    margin-bottom: 10px;
}
.popup-name {
    font-size: 18px;
    color: #1787E0;
}
.popup-text {
    font-size: 14px;
    color: #002870;
}
.popup-buttons {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.popup-button-close, .popup-button-view {
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.popup-button-close {
    background-color: #ccc;
    font-size: 14px;
}
.popup-button-view {
    background-color: #1787E0;
    color: white;
    text-decoration: none;
    font-size: 14px;
}
#selected-layer {
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    text-align: center;
}
.legend span {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    opacity: 0.7;
}