/*@import url("highcharts.css");*/
:root,
.highcharts-light {
    /* Colors for data series and points */
	--highchart-stroke: rgb(255, 255, 255, 0);
    --highcharts-color-0: #c2e699;
    --highcharts-color-1: #b91e23;
	--highcharts-color-2: #ffffff;
	--highcharts-color-6: rgb(51, 142, 189, 0.5);
	--highcharts-color-5: rgba(51, 142, 189, 0.5);
	    /* Grid lines etc. */
    --highcharts-neutral-color-10: #e6e6e6;
}

/* Default colors */
#section3 .map-graph-child .highcharts-color-0 {
    fill: var(--highcharts-color-0);
    stroke: var(--highchart-stroke);
}

#section3 .map-graph-child .highcharts-color-1 {
    fill: var(--highcharts-color-1);
    stroke: var(--highchart-stroke);
}

#section3 .map-graph-child #chart .highcharts-color-1 {
    fill: var(--highcharts-color-0);
    stroke: var(--highchart-stroke);
}

#section3 .map-graph-child #chart .highcharts-color-0 {
    fill: var(--highcharts-color-1);
    stroke: var(--highchart-stroke);
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

hr:not(.popup hr) {
	margin-top: 40px;
}

.ecl-breadcrumb__link {
    font: normal normal 400 .875rem / 1rem arial, sans-serif;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ecl-breadcrumb__segment {
    align-items: center;
    display: inline-flex;
    margin-top: 1rem;
    max-width: 100%;
}

.header-banner {
    position: relative;
    text-align: center;
    color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.header-banner img {
    width: 100%;
    height: auto;
}

.header-banner .watermark {
    position: absolute;
    left: 0;
    width: 30%;
    opacity: 0.4;
    pointer-events: none;
}

.header-banner .banner-text {
    position: absolute;
	text-align: left;
    font-size: 3vw;
	font-weight: bold;
}

@media (max-width: 480px) {
	.header-banner .banner-text {
		font-size: 4vw;
        margin-top: -20px;
	}
}

.header-banner .banner-button {
    position: absolute;
    background-color: #ffd617;
    color: black;
    font-weight: bold;
}

.header-banner .banner-button i {
	padding-right: 10px;
}

.banner-button-container {
  position: absolute;
  top: 35%;
  left: 20%;
  transform: translate(-40%, -40%); */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.banner-button {
  background-color: yellow;
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 1vw;
  display: flex;
  align-items: center;
  margin-top: 10px;
  white-space: nowrap;
  z-index:10;
}

@media (max-width: 996px) {
	.banner-button {
		font-size: 1.5vw;
	}
}

@media (max-width: 768px) {
	.banner-button {
		font-size: 2vw;
        padding: 5px 10px;
        margin-top: 5px;
	}
}

@media (max-width: 480px) {
	.banner-button {
		font-size: 2.5vw;
        padding: 5px 10px;
        margin-top: 5px;
	}
}

.info-icon {
  margin-right: 5px;
  background-color: black;
  color: white;
  border-radius: 50%;
  padding: 5px;
  font-size: 0.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.popup {
  width: 500px;
  font-size: small;
  text-align: left;
  display: none;
  background-color: #eee;
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 0.9em;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: rgb(136, 136, 136) 3px 3px 10px;
  z-index: 1000;
  position: relative;
  top: 50vh;
  margin-top: -25vh;
}

@media (max-width: 480px) {
	.popup {
		font-size: 3vw;
		margin: 0 10px;
		margin-top: -25vh;
	}
}

.outer-popup {
  min-height: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width:100%
}

.popup[x-show="showPopup"] {
  display: block;
}

.breadcrumb {
    margin: 10px;
    font-size: 0.9em;
}

.breadcrumb a {
    color: #0056b3;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.ecl-breadcrumb {
  background-color: #fff;
  margin: 0;
  margin-bottom: 1.5rem !important;
  padding-left: 5px;
}

.ecl-breadcrumb__container {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 0 1rem;
}

.ecl-breadcrumb__segment {
  align-items: center;
  display: inline-flex;
  margin-top: 1rem;
  max-width: 100%;
}

.ecl-link--no-visited:visited {
  color: #004494;
}

.ecl-link--no-visited:visited:hover {
  color: #002f67;
}

.ecl-breadcrumb__icon {
  fill: #004494;
  flex-shrink: 0;
  -webkit-margin-start: .5rem;
  margin-inline-start: .5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
  vertical-align: text-bottom;
}

.ecl-icon--rotate-90 {
  transform: rotate(90deg);
}

.ecl-icon--s {
    height: 1.25rem;
    width: 1.25rem;
	padding-left: 5px;
}

.ecl-icon--2xs {
  height: .75rem;
  width: .75rem;
}

.ecl-icon {
  fill: currentcolor;
  margin: 0;
  transition: transform .3s ease-in-out;
}

@media screen {
  .ecl-button--ghost {
    color: #004494;
  }
}

  .ecl-icon--xs {
    height: 1rem;
    width: 1rem;
  }
  
  .ecl-link--icon .ecl-link__icon {
    fill: currentcolor;
    position: relative;
    top: -1px;
    vertical-align: middle;
  }
  
  .ecl-link--icon-after .ecl-link__icon {
    -webkit-margin-start: .5rem;
    margin-inline-start: .5rem;
  }
  
  .ecl-link--icon .ecl-link__icon {
    fill: currentcolor;
  }

.ecl-breadcrumb__container {
  list-style: none;
}

main {
    margin: 0 auto;
	max-width: 100%;
    width: 1108px;
	overflow: hidden;
}

.container_speedometer .wrapper {
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.container_speedometer .wrapper .speedometer {
	width: 50%;
	padding-right: 10px;
}

.container_speedometer .wrapper .speedometer_text {
	width: 50%;
	margin-left:20px;
}

#speedometer {
	width: 100%;
}

.spedometer_graph .highcharts-container {
	z-index: 100 !important;
}

.hero-images {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.hero-images .image-box {
    text-align: center;
	background: #eee;
	padding: 30px;
	margin: 0 25px;
	transition: transform 0.2s;
	position: relative;
	width: 30%;
}

.hero-images .image-box:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.hero-images img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: solid 1px #333;
}

.section {
    padding: 50px 20px;
    border-bottom: 1px solid #ccc;
}

#session1.section {
	border-top: 1px solid #ccc;
}

.image-box h3 {
    font-size: 1.2em;
    margin-top: 10px;
    color: #0056b3;
}

.image-box p {
    font-size: 0.9em;
    color: #333;
}

#main-map {
    width: 100%;
    margin-top: 20px;
}

#main-map .leaflet-container,
#map_indicators .leaflet-container {
	min-height: 500px!important;
}

/* change color of the map's layer icon */
.wt-map-menu .wt-btn.layer {
background-image:url("data:image/svg+xml,<svg fill='rgb(255, 214, 23)' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M21.698 10.658l2.302 1.342-12.002 7-11.998-7 2.301-1.342 9.697 5.658 9.7-5.658zm-9.7 10.657l-9.697-5.658-2.301 1.343 11.998 7 12.002-7-2.302-1.342-9.7 5.657zm12.002-14.315l-12.002-7-11.998 7 11.998 7 12.002-7z'/></svg>")!important;
}

.wt-map-menu .wt-btn.layer span {
	visibility: hidden;
	min-width: 120px !important;
}

.wt-map-menu .wt-btn.layer span:after {
	content: ' Select layer ';
	visibility: visible;
	background-color: #404040;
	position: absolute;
	z-index: 665;
	top: 0px;
	display: inline-block;
	padding: 10px;
	padding-left: 10px;
	background-color: #404040;
	color: #ffd617;
	font-weight: 700;
	font-size: 16px;
	min-width: 120px !important;
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap;
	left: -10px;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  font-weight: 400;
  text-align: center;
}

#more {
	display: none;
}

/* ----------------------------------------- */

#globan {
    background-color: #eee;
    padding: 0 0 0 16px;
    position: relative;
    line-height: inherit;
    min-height: 28px;
	box-sizing: border-box;
}


#globan * {
    font-size: 14px;
    font-family: Arial, Verdana;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#globan.dark, #globan.dark button {
    background-color: #404040;
	z-index: 40;
}

#globan.dark .globan-content button {
    color: #fff;
}

#globan:after {
    content: "" !important;
    display: block;
    clear: both;
}

#globan .globan-content {
    min-height: 25px;
    line-height: 25px;
	color: #fff;
}

#globan span:first-child {
    display: inline-block;
}

.ecl-site-header-standardised {
  background-color: #fff;
  margin: 0;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

@media (min-width: 768px) {
    .ecl-search-form__button {
        -webkit-padding-start: calc(1rem - 1px);
        padding-inline-start: calc(1rem - 1px);
        -webkit-padding-end: calc(1rem - 1px);
        padding-inline-end: calc(1rem - 1px);
    }
}

@media (min-width: 996px) {
  .ecl-site-header-standardised__container {
    padding-bottom: 0;
    padding-top: 0;
	display: flex;
	align-items: flex-end;
    flex-direction: row;
	max-width: 100%;
    width: 1140px;
	margin-inline-start: auto;
	margin-inline-end: auto;
  }
}

@media (min-width: 996px) {
    .ecl-site-header__search {
        background-color: #fff;
        border-width: 0;
        box-shadow: none;
        display: flex;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        width: 25rem;
    }
}

@media (min-width: 1140px) {
  .ecl-site-header__search {
    background-color: #fff;
    border-width: 0;
    box-shadow: none;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 31.5rem;
  }
}

.ecl-site-header-standardised__action {
    display: flex;
}

.ecl-site-header__login-toggle, .ecl-site-header__search-toggle {
    align-items: center;
    display: flex;
    flex-direction: column;
    font: normal normal 400 .75rem / 1rem arial, sans-serif;
    padding: .5rem;
    position: relative;
    text-align: center;
    z-index: 52;
}

.ecl-search-form .ecl-form-group {
  display: flex;
  flex-grow: 1;
  max-width: 100%;
}

.ecl-form-group {
  align-items: flex-start;
  border-width: 0;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
}

.ecl-search-form__button {
  background-color: #ebebeb;
  border-bottom: 1px solid #707070;
  border-end-start-radius: 0;
  border-inline-start-width: 0;
  -webkit-border-end: 1px solid #707070;
  border-inline-end: 1px solid #707070;
  border-start-start-radius: 0;
  border-top: 1px solid #707070;
  color: #004494;
  padding: calc(.75rem - 1px);
}

.ecl-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font: normal normal 400 1rem/1.25rem arial,sans-serif;
  font-weight: 400;
  font-weight: 700;
  margin: 0;
  padding: .75rem 1rem;
  text-decoration: none;
}

.ecl-button__container {
  align-items: center;
  display: flex;
}

.ecl-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 0px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font: normal normal 400 1rem/1.25rem arial,sans-serif;
  font-weight: 400;
  font-weight: 700;
  margin: 0;
  padding: .75rem 1rem;
  text-decoration: none;
}

.ecl-search-form__button {
  background-color: #ebebeb;
  border-bottom: 1px solid #707070;
  border-end-start-radius: 0;
  border-inline-start-width: 0;
  -webkit-border-end: 1px solid #707070;
  border-inline-end: 1px solid #707070;
  border-start-start-radius: 0;
  border-top: 1px solid #707070;
  color: #004494;
  padding: calc(.75rem - 1px);
}

@media (min-width: 996px) {
  .ecl-search-form__button .ecl-button__label {
    display: block;
  }
}

.ecl-search-form__text-input {
  border-end-end-radius: 0;
  border-inline-end-width: 0;
  border-start-end-radius: 0;
  flex-grow: 1;
  margin-top: 0 !important;
  width: 100%;
}

.ecl-text-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #404040;
  display: block;
  font: normal normal 400 1rem/1.25rem arial,sans-serif;
  margin: 0;
  margin-top: 0px;
  max-width: 100%;
  padding: calc(.75rem - 1px);
}

.ecl-search-form__button .ecl-button__icon {
  display: none;
}

.ecl-site-header-standardised__top {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

@media (min-width: 480px) {
	.ecl-site-header-standardised__container {
	  padding-bottom: .75rem;
	  padding-top: .75rem;
	}
}

@media (max-width: 480px) {
	.ecl-site-header__logo-image {
	  height: 3rem;
	  max-height: 100%;
	  max-width: 100%;
	  width: 12.1rem;
	}
}
  
@media (min-width: 480px) {
	.ecl-site-header__logo-image {
	  height: 3rem;
	  max-height: 100%;
	  max-width: 100%;
	  width: 12.1rem;
	}
}

@media (min-width: 768px) {
	.ecl-site-header__search-toggle {
		display: none;
	}
}


@media (min-width: 768px) {
	.ecl-container {
	  max-width: 100%;
	  width: 768px;
	}
}

@media (min-width: 768px) {
    .ecl-search-form {
        display: none;
    }
}

@media (max-width: 995px) {
	.ecl-site-header__search-container {
    display: none;
  }
}

@media (max-width: 995px) {
  .ecl-site-header__logo-image {
    display: block;
    height: auto;
    margin: 0;
  }
}

@media (width: 996px) {
    .ecl-site-header__logo-image {
        height: 3.75rem;
        width: 15.1rem;
    }
}

@media (min-width: 996px) {
  .ecl-site-header-standardised__container {
    padding-bottom: 0;
    padding-top: 0;
  }
}

  @media (min-width: 996px) {
    .ecl-site-header-standardised__top {
      align-items: flex-end;
    }
  }

@media (min-width: 1140px) {
  .ecl-site-header__logo-image {
    height: 128px;
    width: 480px;
  }
}


/* ======= Footer ======== */

  .ecl-site-footer {
    background-color: #004494;
    color: #fff;
    display: flex;
    margin: 0;
    padding-bottom: 2rem;
    padding-top: .5rem;
  }
  
  @media (min-width: 996px) {
    .ecl-site-footer {
      padding-top: 0;
    }
  }

.ecl-site-footer {
  color: #fff;
}

.ecl-site-footer__section {
    padding-top: 1.5rem;
}

.ecl-site-footer__title--separator {
    border-bottom: 1px solid #7fa1c9;
    padding-bottom: .5rem;
}

.ecl-site-footer__link {
    font: normal normal 400 .875rem / 1rem arial, sans-serif;
}

.ecl-container {
   box-sizing: border-box;
   -webkit-margin-start: auto;
   margin-inline-start: auto;
   -webkit-margin-end: auto;
   margin-inline-end: auto;
   position: relative;
   width: 100%;
   -webkit-padding-start: 1rem;
   padding-inline-start: 1rem;
   -webkit-padding-end: 1rem;
   padding-inline-end: 1rem;
}

 @media (min-width: 480px) {
    .ecl-container {
      -webkit-padding-start: 1rem;
      padding-inline-start: 1rem;
      -webkit-padding-end: 1rem;
      padding-inline-end: 1rem;
    }
  }
  

  @media (min-width: 480px) {
	.ecl-site-header-standardised__action {
		display: none;
	}
  }
  
@media (min-width: 480px) {
    .ecl-container {
        max-width: 100%;
        width: 768px;
    }
}

    @media (min-width: 768px) {
    .ecl-container {
      -webkit-padding-start: 1rem;
      padding-inline-start: 1rem;
      -webkit-padding-end: 1rem;
      padding-inline-end: 1rem;
    }
  }
  
  @media (max-width: 768px) {
    .ecl-container {
      max-width: 100%;
      width: 480px;
    }
	.hero {
		display:none;
	}
  }
  
  @media (max-width: 768px) {
	.container_speedometer .wrapper {
		flex-direction: column-reverse;
	}
	.container_speedometer .wrapper .speedometer,
	.container_speedometer .wrapper .speedometer_text {
		width: 95%;
		margin-left: unset;
	}
	.section {
		padding-top:unset;
	}
	.ecl-breadcrumb {
		margin-bottom: unset!important;
	}
}

  @media (min-width: 996px) {
    .ecl-container {
      -webkit-padding-start: 1rem;
      padding-inline-start: 1rem;
      -webkit-padding-end: 1rem;
      padding-inline-end: 1rem;
    }
  }
  
  @media (min-width: 996px) {
    .ecl-container {
      max-width: 100%;
      width: 996px;
    }
  }
  
  @media (min-width: 1108px) {
    .ecl-container {
      max-width: 100%;
      width: 1108px;
    }
  }
  
  @media (min-width: 1108px) {
    .ecl-container {
      -webkit-padding-start: 1rem;
      padding-inline-start: 1rem;
      -webkit-padding-end: 1rem;
      padding-inline-end: 1rem;
    }
  }

  .ecl-site-footer__row {
    border-bottom: 1px solid #7fa1c9;
    border-bottom-width: 1px;
    font: normal normal 400 1rem/1.25rem arial,sans-serif;
    padding-bottom: 1.5rem;
  }
  
  @media (min-width: 996px) {
    .ecl-site-footer__row {
      border-bottom-width: 2px;
      -moz-column-gap: 2rem;
      column-gap: 2rem;
      display: grid;
      grid-gap: 0 2rem;
      grid-template-columns: repeat(3,1fr);
      padding-bottom: 2rem;
    }
  }
  
  .ecl-site-footer__row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  
  @media (min-width: 996px) {
    .ecl-site-footer__section {
      padding-top: 2rem;
    }
  }
  
 .ecl-site-footer__title,
 .ecl-site-footer__title-link {
    color: #fff;
    font: normal normal 400 1rem/1.25rem arial,sans-serif;
    font-weight: 700;
    margin: 0;
    margin-top: 0px;
  }
  
  @media (min-width: 996px) {
    .ecl-site-footer__title, .ecl-site-footer__title:active, .ecl-site-footer__title:focus, .ecl-site-footer__title:hover {
      font: normal normal 400 1rem/1.5rem arial,sans-serif;
      font-weight: 400;
      font-weight: 700;
    }
  }
  
  .ecl-site-footer__section > :first-child {
    margin-top: 0;
  }
  
  .ecl-site-footer__description {
    color: #bfd0e4;
    font: normal normal 400 .875rem/1.25rem arial,sans-serif;
    margin-top: .5rem;
  }
  
  @media (min-width: 996px) {
    .ecl-site-footer__description {
      margin-top: 2rem;
    }
  }
  
  a {
    background-color: transparent;
  }
  
 .ecl-link--standalone:focus-visible, .ecl-link--standalone:hover {
    text-decoration: underline;
  }
  
  .ecl-site-footer__list {
    list-style: none;
    margin-bottom: 0;
    margin-top: .5rem;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
  
  .ecl-site-footer__list-item {
    margin-top: 5px;
  }
  
  .ecl-site-footer__list-item:first-of-type {
    margin-top: 0;
  }
  
  .ecl-site-footer__list {
    list-style: none;
  }
  
  .ecl-site-footer,
  .ecl-site-footer__link  {
    color: #fff;
  }
  
@media (min-width: 996px) {
    .ecl-site-footer__row {
        border-bottom-width: 2px;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        display: grid;
        grid-gap: 0 2rem;
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 2rem;
    }
}

@media (min-width: 1140px) {
    .ecl-container {
        max-width: 100%;
        width: 1140px;
    }
}

/* ======= Speedometer ========= */
/*.highcharts-yaxis-grid .highcharts-grid-line,*/
#section1 .highcharts-data-label-color-0 text {
	color: unset!important;
    font-size: unset!important;
    font-weight: unset!important;
    fill: unset!important;
}

#section1 .highcharts-axis-line {
	stroke: unset!important;
}

#section1 .highcharts-radial-axis-labels text {
	font-size: 0.8em!important;
}

#section1 .container_speedometer .highcharts-series-hover {
    stroke: unset!important;
}


#section1 .container_speedometer .highcharts-yaxis-grid .highcharts-minor-grid-line {
    display: none;
}

#section1 .container_speedometer .highcharts-grid-line {
  fill: none;
  stroke: #fff;
}

#section1 .container_speedometer .highcharts-plot-band.ten {
    fill-opacity: 1;
	fill:url(#ten);
}
#section1 .container_speedometer .highcharts-plot-band.twenty {
    fill-opacity: .7;
	fill:url(#twenty);
}
#section1 .container_speedometer .highcharts-plot-band.thirty {
    fill-opacity: .7;
	fill:url(#thirty);
}
#section1 .container_speedometer .highcharts-plot-band.fourty {
    fill-opacity: 1;
	fill:url(#fourty);
}
#section1 .container_speedometer .highcharts-plot-band.fifty {
    fill-opacity: 1;
	fill:url(#fifty);
}
#section1 .container_speedometer .highcharts-plot-band.sixty {
    fill-opacity: 1;
	fill:url(#sixty);
}
#section1 .container_speedometer .highcharts-plot-band.seventy {
    fill-opacity: 1;
	fill:url(#seventy);
}
#section1 .container_speedometer .highcharts-plot-band.eighty {
    fill-opacity: 1;
	fill:url(#eighty);
}
#section1 .container_speedometer .highcharts-plot-band.ninety {
    fill-opacity: 1;
	fill:url(#ninety);
}
#section1 .container_speedometer .highcharts-plot-band.hundred {
    fill-opacity: 1;
	fill:url(#hundred);
}

#section1 .container_speedometer .highcharts-data-label text {
	font-size: 1.2em!important;
}

#section1 .container_speedometer .highcharts-gauge-series .highcharts-data-label-box {
	width: 50px;
    height: 31px;
}

#section1 .container_speedometer .highcharts-label-box {
	stroke-width: 0px;
}

#section1 .container_speedometer .highcharts-tracker text {
	y: 33px !important;
    transform: translatey(10px);
}

/* ========== interactive-chart ============ */
.interactive-chart .wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.interactive-chart .wrapper .wrapper-text {
	width: 40%;
	padding-left: 10px;
	z-index: 10;
}

.interactive-chart .wrapper .wrapper-graph {
	width: 70%;
	padding-left: 10px;
	margin-left: -70px;
}

  @media (max-width: 768px) {
	.interactive-chart .wrapper {
		flex-direction: column;
	}
	.interactive-chart .wrapper .wrapper-graph,
	.interactive-chart .wrapper .wrapper-text {
		width: 90%;
		margin-left: unset;
	}
}

.interactive-chart .wrapper #wheel .highcharts-data-label text {
	font-size: 1em!important;
}

.legend_wrapper {
	text-align: center;
}

.legend_grid {
	display: flex;
	justify-content: space-between;
}

.legend_grid div {
	display:inline-block;
	font-size: 12px;
	margin-bottom: 5px;
}

@media (max-width: 480px) {
	.legend_grid div {
		font-size: 9px;
	}
}

.legend_grid span {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 6px;
	margin-right: 5px;
	vertical-align: middle;
    line-height: normal;
}

/* ========= Soil degradation indicators =========== */
#text {
	padding-bottom: 10px;
	margin-top: 30px;
}

.selection-wrapper {
	display: flex;
	margin-bottom: 10px;
}

.input-wrapper {
	margin-bottom:0px;
}

.selection-wrapper .form-select {
	margin: 5px auto;
}

.container.map2 .map-graph {
	display: flex; 
	justify-content: space-between; 
	margin-bottom: 20px;
	margin-top: 30px;
}

.container.map2 .map-graph .map-graph-child {
	width: 50%; 
}

.container.map2 .map-graph .map-graph-child svg .highcharts-series-group .highcharts-point {
	stroke:rgb(213, 213, 213);
}

@media (max-width: 768px) {
	.container.map2 .map-graph {
		flex-direction: column;
	}
	.container.map2 .map-graph .map-graph-child {
		width:100%;
	}
}

#indicator_title {
	display:inline-block;
}

#erosion_slider {
	margin:10px auto;
}
/* ======= Cookies banner ======*/
.wt-ecl-button--primary {
    background-color: #004494!important;
    color: #fff;
}

.wt-ecl-button {
    appearance: none;
    background: none;
    border-radius: 0;
    border-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font: normal normal 400 16px / 20px arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 12px 16px;
    text-decoration: none;
}
