.map-hidden {
    opacity: 0;
    height: 0;
    z-index: 0 !important;
    display: none;
}

.vsb-main {
    width: 100%;
}

#map {
    --color-input-border: var(--color-white);
    z-index: 1;
    height: 50vh;
    max-height: 700px;
    order: -1;
}

@media (min-width: 960px) {
    #map {
        height: 75vh;
        max-height: 700px;
        order: 1;
    }

    #content-container {
        height: 75vh;
        max-height: 700px;
        overflow: auto;
    }

    #content-container > .u-background-color-blue-lightest {
        min-height: 100%;
    }
}

.c-map .c-form__reset {
    font-size: 0.875rem;
    line-height: 1.375;
    margin-right: 0.5rem;
    align-items: flex-start;
}

.c-map .SumoSelect > .optWrapper,
.c-map .c-form__element,
.c-map .SumoSelect > .CaptionCont,
.c-map .c-checkbox__item input[type='checkbox'] + label::before {
    border-color: white;
}

.c-map .c-checkbox__item input[type='checkbox'] + label:hover {
    text-decoration: underline;
    color: white;
}

[data-empty=''] {
    display: none !important;
}
/*
.c-map .c-radio__item input[type='checkbox'],
.c-map .c-radio__item input[type='radio'],
.c-map .c-checkbox__item input[type='checkbox'],
.c-map .c-checkbox__item input[type='radio'] {
    left: 3px;
    top: 7px;
}

.c-map .c-radio__item input[type='checkbox'] + label,
.c-map .c-radio__item input[type='radio'] + label,
.c-map .c-checkbox__item input[type='checkbox'] + label,
.c-map .c-checkbox__item input[type='radio'] + label {
    padding: 1px 0 0 28px;
}

.c-map .c-radio__item + .c-radio__item,
.c-map .c-radio__item + .c-checkbox__item,
.c-map .c-checkbox__item + .c-radio__item,
.c-map .c-checkbox__item + .c-checkbox__item {
    margin-top: 0.125rem;
}

.c-map .c-radio__item input[type='checkbox'] + label::before,
.c-map .c-radio__item input[type='radio'] + label::before,
.c-map .c-checkbox__item input[type='checkbox'] + label::before,
.c-map .c-checkbox__item input[type='radio'] + label::before {
    width: 1.25rem;
    height: 1.25rem;
}
*/

@media (max-width: 960px) {
    /*
    #map-filter {
        display: block;
        opacity: 1;
        height: auto;
    }

    #map-list,
    #map-list .map-list-header,
    #map-list #map-list-content,
    #map-detail {
        display: none;
    }
*/

    .c-map {
        margin-left: 1rem;
        margin-right: 1rem;
        /*
        margin-left: -20px;
        margin-right: -20px;
        flex: 0 0 100vw;
        max-width: 100vw;
        */
    }

    .c-map__search-count-nr {
        display: none;
    }
    /*
    #map-list-content {
        max-height: 80vh;
        overflow-y: auto;
    }
    */
}
@media (min-width: 960px) {
    .c-map__sidebar {
        min-height: 100%;
    }

    .c-map__search-count-nr {
        display: none;
    }

    .c-map__map-anchor {
        display: none;
    }

    .c-map__inner {
        position: relative;
    }

    .c-map__fields {
        padding-bottom: 16rem;
    }

    .c-map__submit {
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid #ccc;
        background-color: #d4f0fd;
        width: 33.33333%;
        padding: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .c-map__submit {
        width: 25%;
    }
}

.leaflet-control-zoom-fullscreen {
    display: none !important;
}

.marker-cluster {
    margin-left: -24px !important;
    margin-top: -24px !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
}

.marker-cluster div {
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
    font-size: 16px;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    margin-top: 10px;
}

.marker-cluster span {
    line-height: 28px;
}

.marker-cluster-small {
    background-color: rgba(0, 98, 173, 0.4);
}

.marker-cluster-small div {
    background-color: rgba(0, 98, 173, 1);
    color: white;
    font-weight: bold;
}

.marker-cluster-medium {
    background-color: rgba(0, 98, 173, 0.4);
}

.marker-cluster-medium div {
    background-color: rgba(0, 98, 173, 1);
    color: white;
    font-weight: bold;
}

.marker-cluster-large {
    background-color: rgba(0, 98, 173, 0.4);
}

.marker-cluster-large div {
    background-color: rgba(0, 98, 173, 1);
    color: white;
    font-weight: bold;
}

.leaflet-container {
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.leaflet-touch .leaflet-bar a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.leaflet-bar {
    border-radius: 0;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 20px;
}

.leaflet-popup-content {
    margin: 24px 32px 16px 24px;
    min-width: 224px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #000;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 0;
}

.leaflet-container a {
    color: #000;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #000;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 20px;
}

/*
.map-list-content a {
    font-weight: bold;
}

.list-item {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e0eaf4;
}

.marker-cluster-lime {
    background-color: rgba(192, 25, 38, 0.6);
}

.marker-cluster-lime div {
    background-color: rgba(192, 25, 38, 1);
    color: white;
    font-weight: bold;
}
*/
