.section-cilss-search {
  padding: 0 7%;
  /* padding-bottom: 104px; */
  position: relative;
  border-bottom: 1px solid #19ab6e4d;
}

.section-cilss-search .col-form-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 56%;
  width: 100%;
  opacity: 0.9;
  background: #F1FBE7;
}

/* Masquer les radios */
.hidden-radios {
  display: none;
}

/* Style du carrousel */
.slider-wrapper {
  margin: 20px 0;
  padding: 10px;
}

.section-cilss-search form {
  border-radius: 12px;
  border: 1px solid #A2E165;
  background: #FFF;
  box-shadow: 0px 40px 18.4px -30px rgba(0, 0, 0, 0.11);
  position: relative;
  margin-bottom: 64px;
}

.section-cilss-search .filter-wrapper .title-filter {
  color: #14313199;
  font-family: "ALS Hauss";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  padding: 8px 24px;
  top: -16px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.section-cilss-search .filter-wrapper .country-carousel-wrapper {
  padding-top: 32px;
  margin: 0 auto;
  width: 99%;
}

.section-cilss-search .owl-carousel {
  display: flex;
}

.section-cilss-search .owl-stage {
  display: flex;
  position: relative;
}

.section-cilss-search .country-item {
  padding: 16px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  height: 100%;
}

.country-carousel-wrapper .owl-stage-outer {
  display: flex;
  /* justify-content: center */
}

.section-cilss-search .country-item:hover,
.country-item.selected {
  background-color: #F1FBE7;
}

.section-cilss-search .country-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.country-flag {
  margin-bottom: 16px;
}

.country-name {
  color: #143131;
  text-align: center;
  font-family: "ALS Hauss";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
  text-transform: uppercase;
}

.section-cilss-search .country-item:hover .country-name,
.country-item.selected .country-name {
  font-weight: 700;
}

/* Navigation Owl Carousel */
.section-cilss-search .owl-nav {
  text-align: center;
  margin-top: 0;
  position: absolute;
  top: 20%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;

}

.section-cilss-search .owl-nav .owl-prev {
  position: absolute;
  left: -14px;
}

.section-cilss-search .owl-nav .owl-next {
  position: absolute;
  right: -14px;
}

.section-cilss-search .owl-nav .owl-prev span,
.section-cilss-search .owl-nav .owl-next span {
  position: relative;
  top: -1px;
}

.section-cilss-search .owl-nav button {
  background: #fff !important;
  color: #143131 !important;
  padding: 5px 10px !important;
  border: 1px solid #A2E165 !important;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.second-filter {
  margin-top: 32px;
}

.second-filter .title-second-filter {
  color: #14313199;
  text-align: center;
  font-family: "ALS Hauss";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.second-filter .title-second-filter span {
  display: inline-block;
  padding: 8px 10px;
  background-color: #fff;
  z-index: 9;
  position: relative;
}

.second-filter .title-second-filter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, #A2E165, #A2E165 60%, transparent 60%, transparent 100%);
  background-size: 12px .5px;
}


/* Supprimer le style par défaut */
.square-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #919191;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
}

.square-radio input[type="radio"]:checked {
  border-color: #19AB6E;
}

/* Coche à l'intérieur du carré */
.square-radio input[type="radio"]:checked::before {
  content: "✔";
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #19AB6E;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Label pour alignement propre */
.square-radio label {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  cursor: pointer;
  color: #143131;
  text-align: right;
  font-family: "ALS Hauss";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.62;
}

.square-radio .form-radios {
  display: flex;

}

.square-radio .form-type-radio {
  margin: 0 !important;
}

.second-filter .wrapper-filter {
  margin: 16px 48px 32px 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.second-filter .form-actions .button {
  border-radius: 4px;
  background: #19AB6E;
  border-color: #19AB6E;
  padding: 15px 37px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}

.second-filter .wrapper-filter .form-actions .button:hover {
  background: #fff;
  color: #19AB6E;
}


.second-filter .form-type-select {
  position: relative;
}
.second-filter .select2-container{
  min-width: 232px;
}
.second-filter .select2-container.select2-container--disabled{
  opacity: 0.3;
}
.second-filter  .select2-selection__arrow b{
  display: none;
}
.second-filter  .select2-selection__arrow:after{
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 16px;
}
.second-filter .select2-container .select2-selection .select2-selection__rendered{
  line-height: 56px;
}
.second-filter .select2-container .select2-selection {
  margin: 0 8px;
  border-radius: 5px;
  border: 1px solid #143131;
  color: #143131;
  background-color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.62;
  height: 56px;
}
.remove-checkbox ul li:before{
  display: none !important;
}
.remove-checkbox .select2-results__options{
  max-height: 300px;
  overflow-y: auto;
}
.remove-checkbox li.select2-results__option.select2-results__option--highlighted{
  background-color: #F1FBE7;
}
.second-filter .form-type-select select {
  position: relative;
  width: 232px;
  margin: 0 8px;
  border-radius: 5px;
  border: 1px solid #143131;
  color: #143131;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.62;
  height: 56px;
}

.second-filter .form-type-select label {
  position: absolute;
  top: -12px;
  z-index: 1;
  left: 2em;
  background-color: white;
  padding: 0 5px;
  color: #19AB6E;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.36px;
}

.second-filter .form-select:disabled {
  opacity: 0.3;
  width: 520px;
}

.second-filter .form-item-indicateur .form-select {
  width: 520px;
 text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}

.section-cilss-search ul.search-list-tabs {
  display: flex;
  position: relative;
}

.section-cilss-search ul.search-list-tabs li {
  color: #143131;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.62;
  opacity: .9;
  padding: 0 24px 24px 24px;
  border-bottom: 6px solid transparent;
}

.section-cilss-search ul.search-list-tabs li.active {
  opacity: 1;
  font-weight: 700;
  border-bottom: 6px solid #19AB6E;
}


.section-cilss-search .product-with-circle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-cilss-search .decoupage-link{
  text-indent: -99999em;
  display: block;
  overflow: hidden;
  background-image: url(../img/marker.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%);
  background-position: center;
  width: 100%;
  background-size: contain;
}
.section-cilss-search .decoupage-link:hover{
  filter: none;
}
.section-cilss-search .color-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.section-cilss-search .custom-ajax-table {
  margin-top: 32px;
}
.section-cilss-search .custom-ajax-table .ajax-progress {
    position: absolute;
    width: 48px;
    height: 8px;
    top: 25% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background: transparent;
    z-index: 999;
}
.section-cilss-search .custom-ajax-table tbody tr td {
  border-bottom: 1px dashed #1431314d;
  color: #143131;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.52;
  padding: 16px;
}

.section-cilss-search .custom-ajax-table tbody tr:last-child td {
  border-bottom: 0;
}

.section-cilss-search .custom-ajax-table thead th {
  border-bottom-width: 2px;
  border-color: #143131;
  color: #143131;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.62;
  text-transform: uppercase;
}
.section-cilss-search .custom-ajax-table thead th:first-child{
  border-radius: 16px 0 0 0;
}
.section-cilss-search .custom-ajax-table thead th:last-child{
  border-radius: 0 16px 0 0;
  text-align: center;
}
.section-cilss-search .custom-ajax-table tbody tr:last-child td:first-child{
  border-radius: 0 0 0 16px;
}
.section-cilss-search .custom-ajax-table tbody tr:last-child td:last-child{
  border-radius: 0 0 16px 0;
}
.empty-result-message {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.section-cilss-search table .trend-up:after{
  content: "\f310";
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 0;
  right: -18px;
  color: #19AB6E;
}
.section-cilss-search table .trend-down:after{
  content: "\f30e";
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 0;
  right: -18px;
  color: #FD654C;
}
 .section-cilss-search table .trend-neutral:after{
  content: "\f30f";
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 0;
  right: -18px;
  color: #28ADC4;
} */
.ajax-progress {
  position: relative;
  width: 48px;
  /* Largeur totale du loader (8px + 12px + 8px + 12px + 8px) */
  height: 8px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  background: transparent;
  z-index: 999;
}

/* Styles communs pour les 3 points */
/* .ajax-progress::before,
.ajax-progress::after, */
.ajax-progress .throbber {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E2001A;
  animation: fade1-anim 0.75s infinite;
}

/* Point gauche */
.ajax-progress::before {
  left: 0;
  animation-delay: 0s;
}

/* Point central */
.ajax-progress .throbber {
  left: 16px;
  /* 8px (largeur) + 8px (espacement) */
  text-indent: -9999px;
  animation-delay: 0.1s;
}

/* Point droit */
.ajax-progress::after {
  left: 32px;
  /* 8 + 8 + 8 + 8 */
  animation-delay: 0.2s;
}

/* Masquer le texte */
.ajax-progress .message {
  display: none;
}

/* Animation */
@keyframes fade1-anim {
  0% {
    transform: scale(2);
    opacity: 0;
  }

  45%,
  55% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.cilss-table .dataTables_paginate,
.cilss-table .dataTables_info {
  padding-top: 32px;
  color: #143131;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.52;
}

.dataTables_wrapper {
  padding-bottom: 72px;
}

.cilss-table .dataTables_paginate .paginate_button.current,
.cilss-table .dataTables_paginate .paginate_button.current:hover,
.cilss-table .dataTables_paginate .paginate_button:hover {
  border-radius: 5px;
  border: 1px solid #A2E165;
  background: #F1FBE7;
  color: #143131 !important;
}

.cilss-table .dt-buttons {
  position: absolute;
  bottom: 0;
}

.cilss-table .dt-buttons .dt-button {
  border-radius: 5px;
  border: 1px solid #A2E165;
  background: #F1FBE7;
  color: #143131 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.62;
  padding-left: 64px;
  padding-right: 32px;
  height: 56px;
}

.cilss-table .dt-buttons .dt-button:hover {
  background: #19AB6E !important;
  color: #fff !important;
}

.cilss-table .dt-buttons .dt-button:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 14px;
  background-image: url(../img/download.svg);
  display: block;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.cilss-table .dt-buttons .dt-button:hover:before {
  background-image: url(../img/download-w.svg);
}

.cilss-table table.dataTable thead>tr>th.sorting_asc:before,
.cilss-table table.dataTable thead>tr>th.sorting_desc:after,
.cilss-table table.dataTable thead>tr>td.sorting_asc:before,
.cilss-table table.dataTable thead>tr>td.sorting_desc:after {
  opacity: 1;
}

.cilss-table table.dataTable thead>tr>th.sorting:before,
.cilss-table table.dataTable thead>tr>th.sorting:after,
.cilss-table table.dataTable thead>tr>th.sorting_asc:before,
.cilss-table table.dataTable thead>tr>th.sorting_asc:after,
.cilss-table table.dataTable thead>tr>th.sorting_desc:before,
.cilss-table table.dataTable thead>tr>th.sorting_desc:after,
.cilss-table table.dataTable thead>tr>th.sorting_asc_disabled:before,
.cilss-table table.dataTable thead>tr>th.sorting_asc_disabled:after,
.cilss-table table.dataTable thead>tr>th.sorting_desc_disabled:before,
.cilss-table table.dataTable thead>tr>th.sorting_desc_disabled:after,
.cilss-table table.dataTable thead>tr>td.sorting:before,
.cilss-table table.dataTable thead>tr>td.sorting:after,
.cilss-table table.dataTable thead>tr>td.sorting_asc:before,
.cilss-table table.dataTable thead>tr>td.sorting_asc:after,
.cilss-table table.dataTable thead>tr>td.sorting_desc:before,
.cilss-table table.dataTable thead>tr>td.sorting_desc:after,
.cilss-table table.dataTable thead>tr>td.sorting_asc_disabled:before,
.cilss-table table.dataTable thead>tr>td.sorting_asc_disabled:after,
.cilss-table table.dataTable thead>tr>td.sorting_desc_disabled:before,
.cilss-table table.dataTable thead>tr>td.sorting_desc_disabled:after {
  line-height: 10px;
}

.chart-container .value-data{
  color:  #143131;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.chart-container .label-data{
  color: #143131;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 1.6; 
}
.chart-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.chart-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
#legendInside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: black;
    width: 65%;
    line-height: 1.3;
    pointer-events: none;
}
#externalLegend {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
}
.legend-item {
    display: flex;
    align-items: center;
    margin: 0 10px 10px 10px;
    cursor: pointer;
}
.legend-color {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 3px;
}
.legend-item span{
    display: block;
}
.section-cilss-map.section-cilss-search form{
  border: 0;
  box-shadow: none;
  background-color: #FBF8F8;
  margin-bottom: 64px;
  margin-top: 64px;
  margin-left: 32px;
  z-index: 9;
}
.section-cilss-map.section-cilss-search{
background-color: #FBF8F8;
border: 0;
}
.section-cilss-map.section-cilss-search .second-filter .form-type-select label{
    background: #FBF8F8;
    background: linear-gradient(180deg, rgba(251, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 50%);
}
.section-cilss-search .section-charte{
  padding-bottom: 104px;
}
.section-cilss-map.section-cilss-search .second-filter{
  display: flex;
  justify-content: flex-end;
}
/* .section-cilss-map.section-cilss-search .second-filter .form-item-indicateur-divadmin {
  flex: 1;
} */
.section-cilss-map.section-cilss-search .second-filter .form-item-indicateur-divadmin select{
  width: 96%;
}
.section-cilss-map.section-cilss-search .second-filter .form-actions{
  margin-left: 8px;
}
.section-charte .container-filter{
  position: absolute;
  width: 28%;
  top: -89px;
  z-index: 1;
left: 8%;
}
.section-charte .container-filter .cilss-table{
  border-radius: 9px;
  background: #FFF;
  box-shadow: 19px 11px 18.6px 0px rgba(0, 0, 0, 0.16);
}
.section-cilss-map-result .map-image{
  text-align: right;
  background-color: #CFEAF3;
  /* padding-bottom: 104px; */
      z-index: 0;
    position: relative;
}
.section-cilss-map-result{
  position: relative;
}
.section-cilss-map-result.section-cilss-search {
    padding: 0;
}
.section-cilss-map-result.section-cilss-search .section-charte{
    padding-bottom: 0;
    position: relative;
}
.section-cilss-map-result.section-cilss-search .section-charte .country-flag{
  margin-bottom: 0;
}
.section-cilss-map-result.section-cilss-search .section-charte .flag-title{
  text-transform: uppercase;
}
  #map_inner div a {
    pointer-events: none;
}
#map{
  overflow: hidden;
}
#map div#map_zoom {
    bottom: 4% !important;
    right: 4% !important;
    width: 40px;
    left: unset !important;
} 
#map div#map_outer {
    bottom: 16% !important;
    right: 4% !important;
    width: 40px;
    left: unset !important;
}
#map #map_inner {}
#map #map_inner svg{
    transform: scale(2);
    top: 18% !important;
    right: -710px !important;
    left: unset !important;
    height: 100%;
}
 .legend-container {
  position: absolute;
        min-width: 250px;
        background: white;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        bottom: 24px;
        left: 24px;
    }
    
    .legend-title {
        font-size: 18px;
        color: #2c3e50;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #ecf0f1;
    }
    .legend-items{
      display: flex;
    }
    .legend-item {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    
    .color-box {
        width: 25px;
        height: 25px;
        border-radius: 5px;
        margin-right: 15px;
        border: 1px solid #ddd;
    }
    
    .legend-label {
        font-size: 1rem;
        color: #34495e;
    }
.ui-widget-overlay.ui-front{
  background: #19AB6E;
  opacity: 0.86;
}
.ui-dialog.ui-widget{
  border-radius: 16px;
  border: 1px solid #B3B491 !important;
  top: 32px !important;
}
.ui-dialog.ui-widget .ui-dialog-titlebar{
  padding: 32px;
  background: #fff;
  border-radius: 16px 16px 0 0;
      border: 0;
}
.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-title{
  font-size: 22px;
  font-weight: 700;
  white-space: normal;
  margin: 0;
}
.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close {
    right: 14px;
    top: 26px;
}
.ui-dialog.ui-widget .ui-dialog-content{
  padding: 0;
  max-height: 70vh !important;
}
 .ui-dialog.ui-widget .ui-dialog-content .table-header {
    display: flex;
    font-weight: bold;
    border-bottom: 1px solid #B3B491;
  }

  .ui-dialog.ui-widget .ui-dialog-content .header-item {
    flex: 1;
    padding: 8px;
      border: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 32px 18px 32px;
   font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 32px 18px 32px;

  }
  .ui-dialog.ui-widget .ui-dialog-content .header-item:last-child{
    text-align: right;
  }
  .ui-dialog.ui-widget .ui-dialog-content .indicator-list {
    list-style-type: none;
    padding: 0;
  }

  .ui-dialog.ui-widget .ui-dialog-content .indicator-item {
    border-bottom: 1px solid #B3B491;
  }
    .ui-dialog.ui-widget .ui-dialog-content .indicator-item .item{
      display: flex;
    }
.ui-dialog.ui-widget .ui-dialog-content .indicator-item .label,.ui-dialog.ui-widget .ui-dialog-content .indicator-item .value{
      padding: 16px;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-item .label{
  width: 66.66%;
      border-right: 1px solid #B3B491;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-item .value{
  text-align: right;
  width: 66.66%;
}
  .ui-dialog.ui-widget .ui-dialog-content .indicator-item:last-child {
    border-bottom: 0;
  }
  .ui-dialog.ui-widget .ui-dialog-content .value {
    margin-left: 10px;
    font-weight: bold;
  }

  .ui-dialog.ui-widget .ui-dialog-content .circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FCD4C7;
    margin-right: 4px;
    display: inline-block;
  }

 .ui-dialog.ui-widget .ui-dialog-content .toggle-btn {
    cursor: pointer;
    background: none;
    border: none;
    color: #000;
    font-size: 20px;
    float: right;
    line-height: normal;
  }

 .ui-dialog.ui-widget .ui-dialog-content .toggle-btn:focus {
    outline: none;
  }

  /* Styling de la liste d'enfants pour l'affichage dynamique */
  .ui-dialog.ui-widget .ui-dialog-content .indicator-children {
    list-style-type: none;
  }
  .ui-dialog.ui-widget .ui-dialog-content .indicator-children {
    border-top: 1px dashed #B9C2C2;
}
  .ui-dialog.ui-widget .ui-dialog-content .indicator-children .indicator-children li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px 0 80px;
       border-top: 1px dashed #B9C2C2;
}
  .ui-dialog.ui-widget .ui-dialog-content .indicator-children .indicator-children li .value{
    width: 56.3%;
    border-left: 1px solid #B3B491;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-children .indicator-item{
    border-bottom: 1px dashed #B9C2C2;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-children .indicator-item{
    border-bottom: 1px dashed #B9C2C2;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-children .indicator-item:last-child{
    border-bottom: none;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-children .indicator-item  .value,
.ui-dialog.ui-widget .ui-dialog-content .indicator-children .indicator-item  .label{
  font-weight: 400;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-children .indicator-item  .label span{
  padding-left: 32px;
}
/* .ui-dialog.ui-widget .ui-dialog-content .indicator-table,
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table{
  margin: 0;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table thead tr{
  border-top: 0;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table thead tr th{
  border: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 32px 18px 32px;
    border-bottom: 1px solid #B3B491;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table thead tr th:first-child{
  padding-left: 48px;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table thead tr th:last-child{
  text-align: right;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table tr td{
  border: 0;
  border-top: 1px solid #B3B491;
  border-bottom: 1px solid #B3B491;
  border-right: 1px solid #B3B491;
  background: #fff;
  padding:16px 32px 16px 16px;
  font-size: 17px;
  font-weight: 700;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table tr:last-child{
  border-bottom: 0;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table tr td .toggle-btn{
  float: right;
  background: #fff;
  border: 0;
  color: #000;
  font-size: 20px;
  line-height: normal;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table tr td:last-child{
  text-align: right;
  border-right: 0;
  border-radius: 0 0 16px 0;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table tr td:first-child{
  border-radius: 0 0 0 16px;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table tr tr:last-child td{
  border-bottom: 0;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table.table-striped > tbody > tr:nth-of-type(odd) > *{
  background: #fff;
  box-shadow: none;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table tr td .circle{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FCD4C7;
  margin-right: 20px;
  display: inline-block;
}
.ui-dialog.ui-widget .ui-dialog-content .indicator-table table tr{
border-radius: 16px;
} */
@media screen and (max-width:1599.98px) {
  .chart-container .value-data{
    font-size: 32px;
  }
  .chart-container .label-data{
    font-size: 18px;
  }
  .section-cilss-map-result .map-image img{
    height: 520px;
    object-fit: contain;
  }
}

@media screen and (max-width:1199.98px) {
  .section-cilss-map.section-cilss-search .second-filter{
    flex-wrap: wrap;
  }
}