.legend{
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(42, 55, 104, 0.1);
    border-radius: 16px;
    width: 90%;
    padding: 20px;
    position: absolute;
    top: -30px;
    left: 20px;
}

.single-nieruchomosc-map .legend {
    width: 90%;
}

.single-nieruchomosc-map .legend .show-more-less span {
    display: none;
}

.legend .title{
    margin-left: 7px;
}

.legend .show-more-less{
    color: #3D60E6;
    cursor: pointer;
}

.legend .show-more{
    display: block;
}

.legend .show-less{
    display: none;
}

.legend .legend-elements{
    display: none;
}

.legend .legend-element{
    width: fit-content;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 6px;
    color: #2A3768;
    border: solid 1px #E5E5E5;
    margin: 7px;
    cursor: pointer;
}

.legend .legend-element.disabled{
    background: #F4F5FB;
}

.legend .legend-element .icon{
    margin-right: 4px;
}

.map-container .loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    display: none;
}
