    .map-section {
      max-width: 645px;
      width: 100%;
      height: auto;
    }

    .st1 {
      fill: rgba(255,255,255,0);
      cursor: pointer;
    }

    .st2 {
      fill: #dcd5cc;
      transition: fill 260ms ease;
      transition-delay: var(--d, 0ms);
      cursor: pointer;
    }

    .district-styler.is-active .st2 {
      fill: #ed002f;
    }

    .district-styler.is-clicked .st2 {
      fill: #ed002f;
    }

 .tagStyler {
  max-width: 400px;
  position: relative;
  align-content: center;
  opacity: 0;
  transform: translateX(-50px);
  max-height: 0;
  overflow: hidden;
  pointer-events: none;

  will-change: opacity, transform, max-height;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    max-height 360ms ease;
}

.tagStyler.tagStyler-dktactive {
  opacity: 1;
  transform: translateX(0);
  max-height: 600px; 
  pointer-events: auto;
}

/* accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .tagStyler {
    transition: none;
    transform: none;
  }
}


.pulse-target { display: inline-block; }

.pulse-red {
  color: #ED002F;
  animation: pulseRed 1s ease-in-out infinite;
}

@keyframes pulseRed {
  0%   { opacity: 1; }
  50%  { opacity: 0.55; }
  100% { opacity: 1; }
}

    .deleg-link-styler {
      width: 100%;
  top: -25px;
  position: relative;
    }

    .graph-section {
      display: flex;
      width: 100%;
    }

    .graph-wrapper {
      display: flex;
      width: 100%;
    }

    .graph-first-icon {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      line-height: 10px !important;
      font-size: 12px !important;
      text-align: center;
      width: 70px;
      gap: 6px;
    }

    .graph-second-icon {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      line-height: 10px !important;
      font-size: 12px !important;
      text-align: center;
      width: 70px;
      gap: 6px;
    }

    .graph-bar-section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      padding: 20px;
      flex: 1;
    }

    .graph-bar-numbers {
      display: flex;
      justify-content: space-between;
    }

    .graph-bar-bar {
      max-width: 380px;
      display: block;
      height: 15px;
      max-height: 20px;
      background-color: #dcd5cc;
      width: 100%;
      border-radius: 40px;
    }

    .graph-bar-inside {
      max-width: 380px;
      display: block;
      height: 15px;
      max-height: 20px;
      background-color: #ed002f;
      width: 50%;
      border-radius: 40px;
      transition: all 500ms ease;
    }

    .graph-bar-inside-type{
            max-width: 380px;
      display: block;
      height: 15px;
      max-height: 20px;
      background-color: #ed002f;
      width: 50%;
      border-radius: 40px;
      transition: all 500ms ease;
    }

    .main-paragraph-section {
      display: flex;
      width: 100%;
      padding: 0px 20px 0px 20px;
    }

    .main-paragraph-styler {
      font-size: 14px;
    }

    .title-wrapper {
      text-align: center;
    }

    .deleg-styler {
      font-size: 18px;
      text-align: center;
      font-weight: 400;
    }

    .barometro-wrapper {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: space-between;
      padding: 0px 10%;
    }


    .dpd-wrapper{
      display: none;
      max-width: 320px;
      width: 100%;
    }

    .dpd-main-block{
      text-align: center;
      display: flex;
      flex-direction: row;
    }

    .dpd-is-open{
      display: flex;
      flex-direction: column;
      width: 320px;
    }
       .dpd-is-closed{
      display: none;
      width: 320px;
    }

    .dpd-pannel{
      overflow: auto;
      height: 200px;
    }

    .district-dpd-styler{
      background-color: #fff;
      border: none;
      padding: 5px;
    }

    .dpd-district-name{
      background-color: #f1f1f1;
      width: 100%;
      max-width: 285px;
      height: 100%;
      max-height: 50px;
      padding: 5px;
      border-radius: 30px 0px 0px 30px;
    }
    .dpd-chevron-icon-holder{
      background-color: #ed002f;
      width: 100%;
      max-width: 35px;
      height: 100%;
      max-height: 50px;
      padding: 5px;
      border-radius: 0px 30px 30px 0px;
    }

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

    .barometro-wrapper {
      height: auto;
    }
     
    .map-section{
      pointer-events: all;
    }

    @media only screen and (max-width: 737px){
    .dpd-wrapper{
      display: block;
    }
    .barometro-wrapper {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 0px;
      
    }
    .map-section{
      max-width: 100%;
      width: 100%;
      pointer-events: none;
    }
    .tagStyler{
      max-width: 320px;
  position: relative;
  top: 0px;
  right: 0px;
    }
    
     .barometro-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: auto;
  }
  .title-district-name{
    display: none;
  }

  .tagStyler{
    display: none;
  }

  .tagStyler-active{
    display: initial;
    margin-top: 24px;
  }

    }