.map-vv {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 42rem;
}

.map-vv-form {
    width: 100%;
    height: 22rem;
}

.sidebar-map-vv {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 42rem;
    overflow-y: auto;
}

.sidebar-map-vv .vv-card-img {
    height: 100%;
}

.leaflet-control-layers-base label {
    all: unset;
    display: block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    margin: 0;
    padding: 2px 0;
    line-height: 1.2;
}


.leaflet-container a.leaflet-popup-close-button {
    color: #ffffff;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #807f7f;
}

.leaflet-popup-content-wrapper {
    padding: 0 !important;
    font-family: "Open Sans", sans-serif;
    border-radius: 12px !important;
}


.leaflet-popup .popup-header-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    color: #ffffff;
    margin-left: 0;
    font-weight: 500;
}

.leaflet-popup-content {
    margin: 0 !important;
    min-width: 269px;
}

.showing-list-map-header.popup-content-header {
    height: 100%;
    padding: 0.5rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

.showing-list-map-header.popup-content-header img {
    position: absolute;
    height: 34px;
    top: 11px;
    left: 0px;
}

.leaflet-popup-content .popup-content-body {
    font-family: "Open Sans", sans-serif;
    margin: 23px 14px 0;
    padding-bottom: 16px;
}

.popup-content-body .title {
    font-size: .9rem;
    text-align: center;
    font-weight: 500;
    margin: 0 6px;
}

.popup-content-body hr:not([size]) {
    height: 2px;
}

.popup-content-body hr {
    opacity: .1;
    margin: .6rem 0;
}

.popup-content-body .attribute-title {
    display: block;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 4px;
}

.popup-content-body .proposition {
    display: block;
    margin-bottom: 5px;
}

.showing-list-map-header.popup-content-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    height: auto;
    background-color: #11696D;
    padding: 12px;
    font-weight: 600;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}