/* fix map size for smaller screens */
@media only screen and (max-device-width:759px){
  .isoc_map,  .leaflet-container{ 
      height: 250px;
      width: 470px;
  }
}


@media screen and (min-width: 1024px) {
  .component-map .isoc_map {
      height: 950px;
  }
}

.leaflet-control p { color: #666; font-size:14px;}

.SmallCountry, .MediumCountry, .BigCountry  {font-weight:bold}

.#d25238 { color: #d25238; }

.leaflet-popup-content p.has-background {
  padding: unset;
}

.leaflet-popup-content ul {
    margin-bottom: 10px;
    margin-top: 10px;

}

    /* screen size MAXIMUM 768px  */
@media only screen and (max-width: 767px) {
  .leaflet-popup-content a, .leaflet-popup-content p, .leaflet-popup-content li {
    font-size: 10px;
  }
  .leaflet-popup-content {
      width: 400px !important;
      height: 300px;
      overflow-y: scroll;
  }
}

@media only screen and (min-width: 768px) {
  .leaflet-popup-content a, .leaflet-popup-content p, .leaflet-popup-content li {
    font-size: 14px; margin-top:5px !important; margin-bottom:5px !important;
  }
  .leaflet-popup-content {
    margin:0px !important; 
    padding:10px; 
    width: 550px !important;
    height: 300px;
    overflow-y: scroll;
  }
}

.leaflet-popup-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  .leaflet-popup-content::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
  }
  .leaflet-popup-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
  }

  

.component-map .map, #map { 
  background-color:#3a82e4; 
  max-width: 100%
}


.component-map .map { 
    padding:0px; 
}

.leaflet-marker-icon.leaflet-interactive {
  word-break: normal;
  overflow-wrap: normal;
}


.leaflet-container a.leaflet-popup-close-button {
  font-size: 24px !important;
  margin-right: 15px !important;

}
