.map-container {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.map-filters-wrapper {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    border-radius: 4px;
    box-sizing: border-box;
}

.map-filters {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 2px;
    min-width: 160px;
    box-sizing: border-box;
}

.colored-box {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    display: inline-block;
}

.zoom-2 {
    zoom: 2
}

.map-container {
    position: relative;
}

.map-canvas {
    width: 100%;
    height: 100%;
}

.map-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.35);
}

.map-filters .map-filter+.map-filter {
    margin-top: 5px;
    display: block;
}

.marker-cluster {
    position: relative;
}

.marker-cluster i.check-icon {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: green;
    opacity: 0.2;
    font-size: 26px; */

    position: absolute;
    left: 48%;
    top: -16%;
    color: green;
    opacity: 0.3;
    font-size: 20px;
}

.fa-location-arrow:before {
    margin-left: -3px;
}

.toggle-fix-wrapper {
    max-width: 100%;
}

/*.pretty.p-icon .state .icon {
	margin-top: -8px;
	margin-left: -3px;
}*/

.table-pins-list tr:hover,
.table-pins-list .pins-active {
    background: #ccc;
}

@media screen and (max-width: 767px) {

    .pretty.p-icon .state .icon {
        margin-top: revert;
        margin-left: revert;
    }

    .fa-location-arrow:before {
        margin-left: revert;
    }

    .colored-box {
        width: 8px;
        height: 8px;
        margin: 0 2px;
    }

    .leaflet-top,
    .leaflet-bottom {
        width: 100%;
        height: 100%;
    }

    .leaflet-top {}

    .leaflet-bottom {
        top: revert;
    }

    .leaflet-bottom .leaflet-control {
        margin-bottom: 0px;
        pointer-events: auto;
    }

    .leaflet-top .leaflet-control {
        margin-top: 20px;
    }

    .leaflet-bottom.leaflet-left {
        position: absolute;
        left: 0;
        bottom: 0;
        right: auto;
        top: auto;
        width: 50%;
    }

    .leaflet-bottom.leaflet-right {
        position: absolute;
        right: 0;
        bottom: 0;
        left: auto;
        top: auto;
        width: 50%;
    }

    .leaflet-bottom.leaflet-left .leaflet-control,
    .leaflet-bottom.leaflet-right .leaflet-control {
        display: block !important;
        float: none !important;
        width: calc(100% - 10px) !important;
        max-width: calc(100% - 10px) !important;
        margin: 0 5px 5px 5px !important;
        box-sizing: border-box;
    }

    .leaflet-bottom.leaflet-left .leaflet-control {
        left: 0 !important;
        right: auto !important;
    }

    .leaflet-bottom.leaflet-right .leaflet-control {
        left: auto !important;
        right: 0 !important;
    }

    .leaflet-bottom .map-filters-wrapper,
    .leaflet-bottom .map-filters,
    .leaflet-bottom .map-filter,
    .leaflet-bottom .pretty,
    .leaflet-bottom .pretty .state {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .leaflet-bottom .map-filter,
    .leaflet-bottom .pretty {
        display: block !important;
    }

    .leaflet-bottom .pretty .state {
        display: flex !important;
        align-items: center !important;
        min-height: 1.6em;
    }

    .leaflet-bottom .pretty,
    .leaflet-bottom .pretty .state,
    .leaflet-bottom .pretty .state label,
    .leaflet-bottom .map-filter,
    .leaflet-bottom .map-filters {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    .leaflet-bottom .pretty .state label {
        display: block !important;
        font-size: clamp(0.6rem, 2.4vw, 0.75rem) !important;
        line-height: 1.3 !important;
        text-indent: 0 !important;
        padding-left: 1.8em !important;
        -webkit-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
    }

    .leaflet-bottom .map-filters {
        font-size: clamp(0.6rem, 2.4vw, 0.75rem) !important;
        -webkit-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
    }

    .leaflet-top.leaflet-left .leaflet-control {
        margin-left: 5px;
        margin-right: 15px;
        margin-bottom: 5px;
    }

    .leaflet-top.leaflet-right .leaflet-control {
        margin-right: 5px;
        margin-left: 15px;
        margin-bottom: 5px;
    }

    .leaflet-control-zoom {}

    .map-filters-wrapper {
        min-width: 0;
    }

    .map-filters .map-filter+.map-filter {
        margin-top: 1px;
    }

    .map-filter {
        display: inline-block;
        padding: 5px 5px 5px 5px;
    }

    .map-filters {
        background-color: white;
        font-size: clamp(0.65rem, 1.2vw, 0.75rem);
        display: inline-block;
        padding: 3px;
        margin-top: 1px;
        max-width: 100%;
        min-width: 0;
    }


    .toggle-fix-label {
        font-size: clamp(0.6rem, 1vw, 0.7rem);
        white-space: normal;
    }

    .toggle-fix-wrapper label {
        font-size: clamp(0.6rem, 1vw, 0.7rem);
    }

    .pretty.p-plain.p-plain .icon {
        transform: none;
    }

}

img.zoom-in {
    cursor: url('/images/zoom-in.svg'), zoom-in;
}

@media (max-width: 576px) {
    .map-container {
        padding: 0 10px;
    }
}