.wwl__map-wrapper svg path.country {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    fill-opacity: 1 !important;
}

.wwl__map-wrapper svg path.country.disabled {
    display: inline !important;
}

.wwl__map-wrapper #map svg {
    width: 100%;
    height: auto;
}

.wwl__map-wrapper #map svg .country.level-extreme {
    fill: #c01f1c !important;
}

.wwl__map-wrapper #map svg .country.level-very-high {
    fill: #e05c16 !important;
}

.wwl__map-wrapper #map svg .country.level-high {
    fill: #eba500 !important;
}

.wwl__map-wrapper #map svg .country.disabled {
    fill: #d1d9db !important;
}

.wwl__map-wrapper .svg-contain {
    position: relative !important;
}

.wwl__map.tab-pane.fade {
    opacity: 1 !important;
    transition: none !important;
    visibility: visible !important;
}
