body .button-white {
  cursor: pointer;
  margin-right: 34px;
  display: flex;
  width: 76px;
  height: 33px;
  border: solid 1px #565656;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: white;
  padding: 0;
  justify-content: center;
  align-items: center;
}
body .button-white:hover {
  border: solid 1px #000000;
}
body .download-data-button {
  cursor: pointer;
  margin-right: 34px;
  display: flex;
  width: 110px;
  height: 33px;
  border: solid 1px #565656;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  outline: none;
  text-decoration: none;
}
body .download-data-button img {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
body .download-data-button:hover {
  border: solid 1px #000000;
}
body .download-data-button:focus {
  border: solid 1px #000000;
}
@media (max-width: 876px) {
  body .download-data-button {
    margin-right: 0;
  }
}
body .map-wrapper {
  height: 100%;
  background-color: #E7E6F0;
  max-width: 1370px;
  width: 100%;
}
@media (max-width: 1038px) {
  body .map-wrapper {
    width: 100%;
  }
}
@media (max-width: 990px) {
  body .map-wrapper {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 876px) {
  body .map-wrapper {
    height: 100%;
  }
}
body .map-wrapper .container-map {
  width: auto;
  position: relative;
  height: auto;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
@media (max-width: 876px) {
  body .map-wrapper .container-map {
    align-items: baseline;
    padding: 0px 0px 80px 0px;
  }
}
@media (max-width: 768px) {
  body .map-wrapper .container-map {
    align-items: baseline;
    padding: 0px 0px 80px 0px;
  }
}
body .map-wrapper .container-map .tabs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 1105px) {
  body .map-wrapper .container-map .tabs-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    width: 100%;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media (max-width: 876px) {
  body .map-wrapper .container-map .tabs-container {
    margin-bottom: 0;
  }
}
body .map-wrapper .container-map .tabs-container .position {
  outline: none;
  cursor: pointer;
  background-color: #E7E6F0;
  padding: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #000000;
  border: none;
  border-bottom: solid 2px #E7E6F0;
}
body .map-wrapper .container-map .tabs-container .position:hover {
  border-bottom: solid 2px #000000;
}
body .map-wrapper .container-map .tabs-container .position.active {
  border-bottom: solid 2px #000000;
}
body .map-wrapper .container-map .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 876px) {
  body .map-wrapper .container-map .controls {
    align-self: center;
  }
}
@media (max-width: 600px) {
  body .map-wrapper .container-map .controls {
    width: 100%;
  }
}
body .map-wrapper .container-map .controls .dropdown-container {
  width: 100%;
  text-align: left;
}
body .map-wrapper .container-map .controls .dropdown-container .search-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 16px 18px;
  width: 300px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  background-color: #ffffff !important;
  color: #ffffff;
  outline: none;
  border: solid 1px #565656;
  background: url("/content/dam/oliver-wyman/ow-forum/template-scripts/representation-matters/assets/magnifier.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px 25px;
  background-position-x: 96%;
  color: #000000;
}
body .map-wrapper .container-map .controls .dropdown-container .search-input::-moz-placeholder {
  color: #000000 !important;
}
body .map-wrapper .container-map .controls .dropdown-container .search-input::placeholder {
  color: #000000 !important;
}
body .map-wrapper .container-map .controls .dropdown-container .search-input:hover {
  border: solid 1px #000000;
}
body .map-wrapper .container-map .controls .dropdown-container .search-input:focus {
  border: solid 1px #000000;
}
@media (max-width: 876px) {
  body .map-wrapper .container-map .controls .dropdown-container .search-input {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  body .map-wrapper .container-map .controls .dropdown-container .search-input {
    width: 100%;
    font-size: 16px;
  }
}
body .map-wrapper .container-map svg {
  display: block;
  margin: 0 auto;
  width: 960px;
  height: 500px;
}
@media (max-width: 990px) {
  body .map-wrapper .container-map svg {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 632px) {
  body .map-wrapper .container-map svg {
    width: 100%;
    height: 500px;
  }
}
body .map-wrapper .container-map .zoom-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: flex-end;
  flex-direction: column;
  position: relative;
  top: -27px;
}
@media (max-width: 876px) {
  body .map-wrapper .container-map .zoom-buttons {
    margin-bottom: 0px;
  }
}
body .map-wrapper .container-map .zoom-buttons button {
  cursor: pointer;
  display: flex;
  width: 28px;
  height: 28px;
  border: solid 1px #565656;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  justify-content: center;
  align-items: center;
}
body .map-wrapper .container-map .zoom-buttons button:first-child::after {
  content: url("/content/dam/oliver-wyman/ow-forum/template-scripts/representation-matters/assets/plus.svg");
}
body .map-wrapper .container-map .zoom-buttons button:last-child::after {
  content: url("/content/dam/oliver-wyman/ow-forum/template-scripts/representation-matters/assets/minus.svg");
  margin-top: -6px;
}
body .map-wrapper .container-map .zoom-buttons button:hover {
  border: solid 1px #000000;
}
body .map-wrapper .container-map .range-indicator {
  align-self: baseline;
  position: absolute;
  top: 391px;
}
@media (max-width: 1104px) {
  body .map-wrapper .container-map .range-indicator {
    top: 388px;
  }
}
@media (max-width: 950px) {
  body .map-wrapper .container-map .range-indicator {
    top: 461px;
  }
}
@media (max-width: 876px) {
  body .map-wrapper .container-map .range-indicator {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
}
body .map-wrapper .container-map .range-indicator .color-scale-desk {
  margin-bottom: 48px;
  opacity: 1;
  transition: opacity linear 0.2s;
}
@media (max-width: 876px) {
  body .map-wrapper .container-map .range-indicator .color-scale-desk {
    display: none;
  }
}
body .map-wrapper .container-map .range-indicator .color-scale-mobile {
  display: none;
}
@media (max-width: 876px) {
  body .map-wrapper .container-map .range-indicator .color-scale-mobile {
    display: block;
    margin-bottom: 20px;
    width: auto;
    opacity: 1;
    transition: opacity linear 0.2s;
    align-self: flex-start;
  }
}
body .map-wrapper .container-map .range-indicator .color-scale-two-desk {
  opacity: 0;
  transition: opacity linear 0.2s;
  width: 0;
  height: 0;
}
body .map-wrapper .container-map .range-indicator .color-scale-two-mobile {
  opacity: 0;
  transition: opacity linear 0.2s;
  width: 0;
  height: 0;
  align-self: flex-start;
}
body .map-wrapper .container-map .slider-content {
  width: 64%;
  margin-bottom: 30px;
  display: grid;
}
@media (max-width: 876px) {
  body .map-wrapper .container-map .slider-content {
    margin-top: 50px;
  }
}
@media (max-width: 650px) {
  body .map-wrapper .container-map .slider-content {
    width: 100%;
  }
}
body .map-wrapper .container-map .slider-content .new-tag {
  top: 58px;
  width: 38px;
  margin-right: -28px;
  height: 19px;
  line-height: 24px;
  background: #ffffff;
  color: #000000;
  display: block;
  position: absolute;
  /* left: 50%; */
  transform: translate(-50%, 0);
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* right: 0; */
  /* top: -26px; */
  justify-self: flex-end;
}
@media (max-width: 1105px) {
  body .map-wrapper .container-map .slider-content .new-tag {
    top: 59px;
  }
}
@media (max-width: 876px) {
  body .map-wrapper .container-map .slider-content .new-tag {
    top: 69px;
  }
}
@media (max-width: 650px) {
  body .map-wrapper .container-map .slider-content .new-tag {
    top: 69px;
  }
}
body .map-wrapper .container-map .slider-content .source-wrapper {
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 12px;
  margin-bottom: 30px;
  max-width: 654px;
  position: absolute;
  margin-top: -41px;
}
@media (max-width: 950px) {
  body .map-wrapper .container-map .slider-content .source-wrapper {
    font-size: 11px;
  }
}
@media (max-width: 876px) {
  body .map-wrapper .container-map .slider-content .source-wrapper {
    margin-bottom: 0;
    max-width: 212px;
    position: relative;
    top: -32px;
  }
}
body .map-wrapper .container-map .slider-content .slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* For Firefox */
}
body .map-wrapper .container-map .slider-content .slider-container .play-button {
  cursor: pointer;
  margin-right: 34px;
  display: flex;
  width: 96px;
  height: 33px;
  border: solid 1px #565656;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  justify-content: center;
  align-items: center;
  outline: none;
  padding: 8px 12px;
}
body .map-wrapper .container-map .slider-content .slider-container .play-button::after {
  content: url("/content/dam/oliver-wyman/ow-forum/template-scripts/representation-matters/assets/Vector.svg");
  margin-left: 12px;
  margin-top: 2px;
}
@media (max-width: 800px) {
  body .map-wrapper .container-map .slider-content .slider-container .play-button::after {
    margin-left: 0px;
    margin-top: 3px;
  }
}
body .map-wrapper .container-map .slider-content .slider-container .play-button:hover {
  border: solid 1px #000000;
}
body .map-wrapper .container-map .slider-content .slider-container .play-button.pause-icon::after {
  content: url("/content/dam/oliver-wyman/ow-forum/template-scripts/representation-matters/assets/pausa-black.svg");
  margin-left: 8px;
}
@media (max-width: 800px) {
  body .map-wrapper .container-map .slider-content .slider-container .play-button.pause-icon::after {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  body .map-wrapper .container-map .slider-content .slider-container .play-button {
    width: 40px;
    height: 32px;
    margin-right: 22px;
    padding: 8px 12px;
  }
}
body .map-wrapper .container-map .slider-content .slider-container input[type=range] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  height: 4px;
  background: transparent; /* No static background */
}
body .map-wrapper .container-map .slider-content .slider-container input[type=range]:focus {
  outline: none;
}
body .map-wrapper .container-map .slider-content .slider-container input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border-radius: 50px;
  background: transparent; /* This is also transparent; JS handles the background */
}
body .map-wrapper .container-map .slider-content .slider-container input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #463282;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
body .map-wrapper .container-map .slider-content .slider-container input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border-radius: 50px;
  background: transparent;
}
body .map-wrapper .container-map .slider-content .slider-container input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #463282;
  cursor: pointer;
}
body .map-wrapper .container-map .slider-content .slider-container .range-wrap {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1102px) {
  body .map-wrapper .container-map .slider-content .slider-container .range-wrap {
    width: 100%;
  }
}
body .map-wrapper .container-map .slider-content .slider-container .range-value {
  position: absolute;
  top: -18px;
}
body .map-wrapper .container-map .slider-content .slider-container .range-value span {
  width: 38px;
  height: 19px;
  line-height: 24px;
  background: #ffffff;
  color: #000000;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20px;
}
body .map-wrapper .container-map .slider-content .slider-container .range-value span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}
body .map-wrapper .container-map .slider-content .slider-container .slider {
  width: 680px;
}
body .map-wrapper .tooltip {
  font-family: Inter, sans-serif;
  position: absolute;
  background-color: white;
  border: none;
  padding: 12px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: left;
}
body .map-wrapper .tooltip p {
  margin: 0;
}
body .map-wrapper .tooltip .tooltip-title {
  font-weight: 700;
  font-family: Inter, sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 12px;
}
body .map-wrapper .tooltip .tooltip-year {
  font-weight: 400;
  font-family: Inter, sans-serif;
  font-size: 10px;
  margin-top: 0;
  line-height: 10px;
}
body .map-wrapper .tooltip .tooltip-message {
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 10px;
  margin-top: 12px;
}
body .map-wrapper .modal {
  display: none;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 600px) {
  body .map-wrapper .modal {
    align-items: flex-end;
  }
}
body .map-wrapper .modal .modal-wrapper {
  max-width: 880px;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper {
    height: 84%;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content {
  background-color: white;
  padding: 35px;
  padding-bottom: 57px;
  width: auto;
  height: 100%;
  text-align: left;
  overflow-y: scroll;
}
@media (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper .modal-content {
    padding: 20px 10px 20px 10px;
    height: 100%;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content .close-button {
  float: right;
  cursor: pointer;
}
@media (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper .modal-content .close-button img {
    width: 16px;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Tiempos, serif;
  font-size: 40px;
  line-height: 110%;
}
@media (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper .modal-content h2 {
    margin-top: 48px;
    margin-bottom: 25px;
    font-family: Tiempos, serif;
    font-size: 24px;
    line-height: 110%;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-dropdown-container {
  width: 300px;
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper .modal-content .modal-dropdown-container {
    margin-bottom: 45px;
    width: 100%;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-dropdown-container .modal-country-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 16px 18px;
  width: 300px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  border: solid 1px #565656;
  background: url("/content/dam/oliver-wyman/ow-forum/template-scripts/representation-matters/assets/magnifier.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px 25px;
  background-position-x: 96%;
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-dropdown-container .modal-country-select::-moz-placeholder {
  color: #000000 !important;
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-dropdown-container .modal-country-select::placeholder {
  color: #000000 !important;
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-dropdown-container .modal-country-select:hover {
  border: solid 1px #000000;
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-dropdown-container .modal-country-select:focus {
  border: solid 1px #000000;
}
@media (max-width: 876px) {
  body .map-wrapper .modal .modal-wrapper .modal-content .modal-dropdown-container .modal-country-select {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper .modal-content .modal-dropdown-container .modal-country-select {
    width: 100%;
    font-size: 16px;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content {
    margin-bottom: 30px;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* For Firefox */
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container .modal-play-button {
  cursor: pointer;
  margin-right: 34px;
  display: flex;
  width: 96px;
  height: 33px;
  border: solid 1px #565656;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  justify-content: center;
  align-items: center;
  outline: none;
  padding: 8px 12px;
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container .modal-play-button::after {
  content: url("/content/dam/oliver-wyman/ow-forum/template-scripts/representation-matters/assets/Vector.svg");
  margin-left: 12px;
}
@media (max-width: 800px) {
  body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container .modal-play-button::after {
    margin-left: 0px;
    margin-top: 3px;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container .modal-play-button.pause-icon::after {
  content: url("/content/dam/oliver-wyman/ow-forum/template-scripts/representation-matters/assets/pausa-black.svg");
  margin-left: 8px;
}
@media (max-width: 800px) {
  body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container .modal-play-button.pause-icon::after {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container .modal-play-button {
    width: 40px;
    height: 32px;
    margin-right: 22px;
    padding: 8px 12px;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container input[type=range] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  height: 4px;
  background: transparent; /* No static background */
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container input[type=range]:focus {
  outline: none;
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border-radius: 50px;
  background: transparent; /* This is also transparent; JS handles the background */
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #463282;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border-radius: 50px;
  background: transparent;
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #463282;
  cursor: pointer;
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container .range-wrap-modal {
  width: 87%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1102px) {
  body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container .range-wrap-modal {
    width: 100%;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container .range-value-modal {
  position: absolute;
  top: -16px;
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container .range-value-modal span {
  width: 38px;
  height: 19px;
  line-height: 24px;
  background: #000000;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -26px;
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container .range-value-modal span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}
body .map-wrapper .modal .modal-wrapper .modal-content .modal-slider-content .modal-slider-container .modal-year-slider {
  width: 680px;
}
body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data {
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container {
  width: auto;
  margin-bottom: 50px;
}
body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    border-bottom: solid 1px #DADADA;
    padding-bottom: 8px;
  }
  body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .tooltip-down {
    max-width: 47px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .tooltip-up {
    max-width: 290px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .tooltip-up {
    max-width: 300px;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .modal-position-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
@media (max-width: 876px) {
  body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .modal-position-title {
    font-weight: 400;
    font-size: 16px;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .supTip {
  font-family: Inter, sans-serif;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
}
body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .supTip:hover .tip {
  opacity: 1;
  transition: all ease-in 0.3s;
}
@media (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .supTip {
    font-weight: 400;
  }
}
body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .supTip .tip {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  background-color: #000000;
  padding: 8px;
  opacity: 0;
  position: absolute;
  margin-top: 35px;
  margin-left: -100px;
  width: 180px;
  z-index: 1;
}
body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .supTip .tip-cabinet {
  margin-left: -259px;
}
body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .supTip .tip-wbl2 {
  margin-left: -41px;
}
body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .position-value {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #000000;
  line-height: 150%;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  body .map-wrapper .modal .modal-wrapper .modal-content #modal-country-data .figure-container .position-value {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
  }
}

#year-label, .source {
  color: #000000;
}

#year-label, #modal-year-label {
  display: none;
}

.play-text {
  display: none;
}

.pause-text {
  display: none;
}

.hide-text {
  display: none;
}

@media (max-width: 800px) {
  .play-read, .pause-text, .pause-read {
    display: none !important;
  }
}

.play-text-modal {
  display: none;
}

.pause-text-modal {
  display: none;
}

.hide-text-modal {
  display: none;
}

@media (max-width: 800px) {
  .play-read-modal, .pause-text-modal, .pause-read-modal {
    display: none !important;
  }
}

#slider-container {
  opacity: 0;
  top: 45px;
}

.hide-slider {
  opacity: 0;
  transition: opacity linear 0.2s;
}

.show-slider {
  opacity: 1 !important;
  transition: opacity linear 0.2s;
}

/* Style for the zoom buttons */
#zoom-in, #zoom-out {
  /* Add any other base styles for the buttons here */
  opacity: 1; /* Default fully visible */
  cursor: pointer; /* Default cursor */
  transition: opacity 0.3s ease; /* Smooth transition when changing opacity */
}

/* When a button is disabled, reduce opacity and change cursor */
#zoom-in[disabled], #zoom-out[disabled] {
  opacity: 0.5; /* Semi-transparent */
  cursor: not-allowed; /* Change cursor to indicate disabled state */
}
#zoom-in[disabled]:hover, #zoom-out[disabled]:hover {
  opacity: 0.5; /* Default fully visible */
  cursor: not-allowed; /* Default cursor */
  transition: opacity 0.3s ease;
}

/* Container for the dropdown */
.dropdown-container {
  position: relative;
  width: 250px;
}

/* Input field styling */
.search-input {
  position: relative;
  z-index: 2;
}

.search-input:focus {
  border-color: #000000; /* Blue border when focused */
}

/* Custom dropdown styling */
.custom-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px 0;
  background: white;
  border: 1px solid #565656;
  border-top: none;
  border-radius: 0 0 5px 5px;
  max-height: 184px;
  overflow-y: auto;
  z-index: 1;
  display: none;
  width: 100%;
}
@media (max-width: 876px) {
  .custom-dropdown {
    top: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .custom-dropdown {
    top: 100%;
    width: 100%;
  }
}

/* Custom dropdown items */
.custom-dropdown-item {
  padding: 8px 18px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: 400;
  font-family: Inter, sans-serif;
  line-height: auto;
}
@media (max-width: 876px) {
  .custom-dropdown-item {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .custom-dropdown-item {
    font-size: 16px;
  }
}

.custom-dropdown-item:hover {
  background-color: #f0f0f0;
}

/* Show dropdown when active (triggered by JS) */
.custom-dropdown.show {
  display: block;
}

/* Container for the dropdown */
.modal-dropdown-container {
  position: relative;
  width: 250px;
}

/* Input field styling */
.modal-country-select:focus {
  border-color: #000000; /* Blue border when focused */
}

/* Custom dropdown styling */
.modal-custom-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px 0;
  background: white;
  border: 1px solid #565656;
  border-top: none;
  border-radius: 0 0 5px 5px;
  max-height: 184px;
  overflow-y: auto;
  z-index: 1;
  display: none;
  width: 100%;
}
@media (max-width: 876px) {
  .modal-custom-dropdown {
    top: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .modal-custom-dropdown {
    top: 100%;
    width: 100%;
  }
}

/* Custom dropdown items */
.custom-dropdown-item-modal {
  padding: 8px 18px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: 400;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: auto;
}
@media (max-width: 876px) {
  .custom-dropdown-item-modal {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .custom-dropdown-item-modal {
    font-size: 16px;
  }
}

.custom-dropdown-item-modal:hover {
  background-color: #f0f0f0;
}

/* Show dropdown when active (triggered by JS) */
.modal-custom-dropdown.showModal {
  display: block;
}

.download-content {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #565656;
  border-top: none;
  width: 110px;
  position: relative;
}
.download-content .download-link {
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 12px;
}
.download-content .download-link:hover {
  background-color: #f0f0f0;
}

.download-content-hide {
  opacity: 0;
  transition: opacity ease 0.2s;
  height: 0;
  overflow: hidden;
}

.download-content-show {
  opacity: 1;
  transition: opacity ease 0.2s;
  height: 100%;
}
@media (max-width: 876px) {
  .download-content-show {
    opacity: 1;
    transition: opacity ease 0.2s;
    height: auto;
    position: absolute;
    /* top: 15px; */
    margin-top: 80px;
  }
}

.no-show-range {
  opacity: 0 !important;
  transition: opacity linear 0.2s !important;
  width: 0;
  height: 0;
}
@media (max-width: 876px) {
  .no-show-range {
    margin-bottom: 0 !important;
  }
}

.show-range-two {
  margin-bottom: 68px;
  display: block !important;
  opacity: 1 !important;
  transition: opacity linear 0.2s !important;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 876px) {
  .show-range-two {
    display: none !important;
  }
}

.show-range-two-mobile {
  display: none;
}
@media (max-width: 876px) {
  .show-range-two-mobile {
    margin-bottom: 20px;
    display: block;
    opacity: 1 !important;
    transition: opacity linear 0.2s !important;
    width: auto !important;
    height: auto !important;
  }
}

.top-change {
  top: 532px !important;
}

.selected-country {
  stroke: black;
  stroke-width: 4px;
  vector-effect: non-scaling-stroke; /* Prevent stroke from scaling */
}

.custom-dropdown {
  max-height: 200px; /* Limit dropdown height */
  overflow-y: auto; /* Enable vertical scrolling */
}

.custom-dropdown-item.highlighted {
  background-color: #f0f0f0; /* Highlight the focused item */
  color: #000;
}

.modal-custom-dropdown {
  max-height: 200px; /* Limit dropdown height */
  overflow-y: auto; /* Enable vertical scrolling */
}

.custom-dropdown-item-modal.highlighted {
  background-color: #f0f0f0; /* Highlight the focused item */
  color: #000;
}

.map-note {
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 12px;
  max-width: 654px;
  margin-top: 0px;
}
@media (max-width: 950px) {
  .map-note {
    font-size: 11px;
  }
}/*# sourceMappingURL=map.css.map */