.map-container {
  position: relative;
  z-index: 1;
  font-size: 16px;
  display: none;
}
.map-container .wtmap .wt-map-content {
  border: none !important;
}
.map-container .wtmap .wt-map-content .countryLabel {
  background-color: #006F71;
  color: #ffffff;
  padding: 2px;
  margin-left: -17px !important;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  height: 25px;
  min-height: 25px;
  width: 35px;
  min-width: 35px;
}
.map-container .wtmap .wt-map-content .leaflet-popup-content-wrapper {
  width: 320px;
}
.map-container .wtmap .wt-map-content .leaflet-popup-content-wrapper .leaflet-popup-content span {
  width: 100%;
  font-weight: normal;
  margin-bottom: 2px;
}
.map-container .wtmap .wt-map-content .leaflet-popup-content-wrapper .leaflet-popup-content span a {
  font-size: 12px;
}
.map-container .wtmap .wt-map-content .leaflet-popup-content-wrapper .leaflet-popup-content span:nth-child(1) {
  font-size: 15px;
  font-weight: bold;
}
.map-container .wtmap .wt-map-content .leaflet-bottom {
  z-index: 1;
}
.map-container .wtmap .wt-map-content a.leaflet-popup-close-button {
  margin: 7px;
}
.map-container .wtmap .wt-map-content .legend-map {
  background-color: #ffffff;
  border-radius: 5px;
}
.map-container .wtmap .wt-map-content .legend-map div {
  width: 320px;
}
.map-container .wtmap .wt-map-content .legend-map div .h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding: 15px 0;
}
.map-container .wtmap .wt-map-content .legend-map div .h2.medical-title {
  margin-right: 30px;
}
.map-container .wtmap .wt-map-content .legend-map div .h2.treated-title {
  margin-right: 100px;
}
@media screen and (max-width: 1200px) {
  .map-container .wtmap .wt-map-content .legend-map div {
    width: 240px;
  }
}
.map-container .wtmap .wt-map-content .legend-map p {
  font-size: 16px;
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
.map-container .wtmap .wt-map-content .legend-map p.h2 span {
  width: 39px;
  height: 25px;
}
.map-container .wtmap .wt-map-content .legend-map p span {
  width: 20px;
  height: 20px;
}
.map-container .wtmap .wt-map-content .legend-map p.population-note {
  font-size: 13px;
  margin-bottom: 0;
}
.map-container .wtmap .wt-map-content .legend-map p.population-note em {
  font-size: inherit;
  margin-bottom: 0;
}
.map-container .wtmap .wt-map-content .legend-map p.schengen-note {
  font-size: 13px;
}
.map-container .wtmap .wt-map-content .wt-map {
  z-index: unset;
}
.map-container .wtmap .wt-map-content .wt-mask-touch {
  z-index: 999;
}
.map-container .wtmap .wt-map-info {
  z-index: 999;
}
.map-container .wtmap .wtfooter {
  display: none;
}
.map-container path.leaflet-interactive:focus {
  outline: none;
}
.map-container .map-note {
  font-size: 1.3rem;
  margin-bottom: auto;
}
.map-container .download-btn {
  margin-top: 2rem;
}
.map-container .download-btn .btn-figure.download {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 100%;
  min-width: 100%;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #000000;
  color: #000000;
}
.map-container .download-btn .btn-figure.download:hover {
  color: #000000;
}
.map-container #map-patterns {
  position: absolute;
  top: 0;
}
.map-container .map-filters {
  border: 1px solid #EAD5C2;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.map-container .map-filters label {
  color: #000000;
  font-size: 16px;
}
.map-container .map-filters .switches {
  display: flex;
  align-items: center;
  gap: 360px;
  margin-right: 160px;
}
.map-container .map-filters .switches .btn-toggle.btn-lg {
  margin: 0px 50px 0px 20px;
  padding: 0px;
  position: relative;
  border: none;
  height: 25px;
  width: 50px;
  border-radius: 25px;
  color: #333333;
  background: #333333;
}
.map-container .map-filters .switches .btn-toggle.btn-lg:focus,
.map-container .map-filters .switches .btn-toggle.btn-lg.focus,
.map-container .map-filters .switches .btn-toggle.btn-lg:focus.active,
.map-container .map-filters .switches .btn-toggle.btn-lg.focus.active {
  outline: none;
}
.map-container .map-filters .switches .btn-toggle.btn-lg .toggle-label {
  line-height: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  bottom: 0;
  transition: opacity 0.25s;
  position: absolute;
  top: 0;
  left: 48px;
  margin-left: 20px;
  width: -moz-max-content;
  width: max-content;
}
.map-container .map-filters .switches .btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 3.125px;
  left: 3.125px;
  width: 18.75px;
  height: 18.75px;
  border-radius: 18.75px;
  background: #ffffff;
  transition: left 0.25s;
}
.map-container .map-filters .switches .btn-toggle.btn-lg.active {
  background-color: #0035bf;
  transition: background-color 0.25s;
}
.map-container .map-filters .switches .btn-toggle.btn-lg.active > .handle {
  left: 28.125px;
  transition: left 0.25s;
}
.map-container .map-filters .switches .btn-toggle.btn-lg.active .toggle-label {
  opacity: 1;
}

@media screen and (min-width: 998px) {
  .map-container {
    display: block;
  }
  .map-list-container {
    display: none;
  }
}
.pie-chart-buttons-container {
  border: 1px solid #EAD5C2;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.pie-chart-buttons-container label {
  color: #000000;
  font-size: 16px;
}
.pie-chart-buttons-container #pie-chart-buttons {
  display: flex;
  align-items: center;
  gap: 160px;
  margin-right: 50px;
}
@media screen and (min-width: 998px) {
  .pie-chart-buttons-container #pie-chart-buttons {
    gap: 280px;
    margin-right: 90px;
  }
}
.pie-chart-buttons-container #pie-chart-buttons .btn-toggle.btn-lg {
  margin: 0px 50px 0px 20px;
  padding: 0px;
  position: relative;
  border: none;
  height: 25px;
  width: 50px;
  border-radius: 25px;
  color: #333333;
  background: #333333;
}
.pie-chart-buttons-container #pie-chart-buttons .btn-toggle.btn-lg:focus,
.pie-chart-buttons-container #pie-chart-buttons .btn-toggle.btn-lg.focus,
.pie-chart-buttons-container #pie-chart-buttons .btn-toggle.btn-lg:focus.active,
.pie-chart-buttons-container #pie-chart-buttons .btn-toggle.btn-lg.focus.active {
  outline: none;
}
.pie-chart-buttons-container #pie-chart-buttons .btn-toggle.btn-lg .toggle-label {
  line-height: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  bottom: 0;
  transition: opacity 0.25s;
  position: absolute;
  top: 0;
  left: 48px;
  margin-left: 20px;
  width: -moz-max-content;
  width: max-content;
}
.pie-chart-buttons-container #pie-chart-buttons .btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 3.125px;
  left: 3.125px;
  width: 18.75px;
  height: 18.75px;
  border-radius: 18.75px;
  background: #ffffff;
  transition: left 0.25s;
}
.pie-chart-buttons-container #pie-chart-buttons .btn-toggle.btn-lg.active {
  background-color: #0035bf;
  transition: background-color 0.25s;
}
.pie-chart-buttons-container #pie-chart-buttons .btn-toggle.btn-lg.active > .handle {
  left: 28.125px;
  transition: left 0.25s;
}
.pie-chart-buttons-container #pie-chart-buttons .btn-toggle.btn-lg.active .toggle-label {
  opacity: 1;
}/*# sourceMappingURL=map.css.map */