#charging-stations-map_canvas {
    with: 100%;
    height: 100%;
}

.display-none {
    display: none;
}

#widget_find_charging_station_wrapper .loading-container {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    margin-left: -12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#widget_find_charging_station_wrapper .loading-container .loader-03 {
    border: .2em solid #104779;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s loader-03 linear infinite;
    position: relative;
    width: 32px;
    height: 32px;
}
@keyframes loader-03 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #widget_find_charging_station_wrapper .ev-map-filter-form {
        margin-bottom: 0;
    }
}