

.highcharts-name-global,
.highcharts-name-nacional,
.highcharts-name-diaspora {
  stroke:transparent!important;
  fill:transparent!important;
  pointer-events: none!important;
  opacity: 0!important;
}

[selected-region="nacional"] #app-map path, 
[selected-region="global"] #app-map path, 
[selected-region="diaspora"] #app-map path {
  fill-opacity: 1!important;
  stroke-opacity: 1!important;
  opacity: 1!important;
}

#app-map .highcharts-point:not(.highlighted){
  opacity: 0.15;
}



.holder-map path{
  transition:opacity .5s
}
[selected-region="nacional"] path{
  opacity:1!important;
}

.holder-map path:not(.highlighted) {
  opacity: .15;
}

#app-theme[selected-region="global"] .holder-map path{
  opacity: 1!important;
}


.map-view{
    border-radius: 6px;
    min-height: 450px;
    background:whitesmoke;
}

@media( min-width:767px ){
  .map-view{
    min-height: 630px;
}
}
.cluster {
  background: rgb(158 158 158 / 78%);
  border-radius: 50%;
  text-align: center;
  color: black;
  font-weight: 600;
   
    
  
  }
  .cluster:before{
    
  }

  .cluster:before {
    content: ' ';
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    
  }

  .digits-1 {
    font-size: 12px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    margin-top: -14px;
    margin-left: -14px;
  }

  .digits-2 {
    font-size: 14px;
    height: 34px;
    width: 34px;
    line-height: 35px;
    margin-top: -17px;
    margin-left: -17px;
  }

  .digits-2:before {
   
  }

  .digits-3 {
    font-size: 16px;
    height: 48px;
    width: 47px;
    line-height: 47px;
    border-width: 3px;
    margin-top: -24px;
    margin-left: -24px;
  }

  .digits-3:before {
   
  }

  .digits-4 {
    font-size: 18px;
    height: 58px;
    width: 58px;
    line-height: 57px;
    border-width: 4px;
    margin-top: -29px;
    margin-left: -29px;
  }

  .digits-4:before {
    border-width: 4px;
  }
/*
  .marker-cluster-small {
    background-color: rgba(19, 34, 70 , .4)!important;
  }
  .marker-cluster-small div{
    background-color: rgba(19, 34, 70 , .8)!important;
  }*/


.app-map-icon{
  line-height: 40px;
  font-size: 28px;
  color: #565656
  
}

.app-map-icon.closed{
  color :#477aaa;
  display: initial!important;
 
}

.leaflet-touch .leaflet-bar{
  border:0!important
}

.app-map-home:hover{
  z-index: 1000;
  background:#f4f4f4!important
}
.app-legend .app-map-icon{
  line-height: 24px;
}

.app-map-icon i{
  text-shadow: 2px 2px 5px rgba(0,0,0,.15);
}

.blinker {
  animation: blinker 1s linear infinite;
}


@keyframes blinker {  
  50% { opacity: .7; }
}
