@charset "UTF-8";

#map-legend {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  text-align: center !important;
}
.legend-red,
.legend-green,
.legend-black {
  width: 33%;
  display: inline-block;
  text-align: center;
  padding: 10px;
}
.legend-red i {
  color: #c10a2b;
}
.legend-green i {
  color: #66cb66;
}
.legend-black i {
  color: #000000;
}

.map-h2 {
  color: #212529 !important;
}
.mainmap {
  width: 100vw;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}

.ponit-red {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  cursor: pointer;
}
.ponit-red .point-nr {
  width: 24px;
  height: 23px;
  background-color: #c20019;
  border: 3px solid transparent;
  color: #f8f9fa;
  font-size: 11px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 8px;
  text-align: center;
}
.ponit-red .icon-marker {
  color: #c20019;
  font-size: 40px;
  font-weight: 500;
}

.map-group {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  min-height: 200px;
  padding-top: 20px;
  display: block;
}
.map-group-close {
  position: relative;
  top: 33px;
  text-align: center;

  width: 100%;
  height: 32px;
  color: #ffffff !important;
}

.ponit-black {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  cursor: pointer;
}
.ponit-black .point-nr {
  width: 24px;
  height: 23px;
  background-color: #000000;
  border: 3px solid transparent;
  color: #f8f9fa;
  font-size: 11px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 8px;
  text-align: center;
}
.ponit-black .icon-marker {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
}

.map-group {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  min-height: 200px;
  padding-top: 20px;
  display: block;
}
.map-group-close {
  position: relative;
  top: 3px;
  text-align: center;

  width: 100%;
  height: 32px;
  color: #343a40 !important;
}
.map-group-close span {
  position: relative;
  top: 0px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  color: #343a40 !important;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 100;
  display: inline-block;
  z-index: 20;
  cursor: pointer;
}
.map-group-item {
  position: relative !important;
  display: inline-block;
}
.map-group-item-body-red {
  width: 180px;
  padding: 1.5rem 1.25rem;
  margin: 1rem 0;
  border-radius: 0.25rem;
  background-color: #c20019;
  text-align: center;
  color: #fff;
  box-shadow: 0 25px 100px -5px rgb(0 0 0 / 15%);
  z-index: 2;
}

.map-group-item-body-red a {
  color: #fff;
  text-decoration: underline;
}

/* :::::::::::::   RED items - univestities  :::::::::::::*/
.map-group-item-body-red {
  width: 180px;
  height: 220px;
  padding: 15px 20px;
  margin: 1rem 0;
  border-radius: 0.25rem;
  background-color: #fdfdfd;
  /*border: 1px solid #66cb66;*/
  text-align: center;
  color: #343a40;
  box-shadow: 0 25px 100px -5px rgb(0 0 0 / 15%);
  z-index: 2;
}

.map-group-item-body-red .img-effect-info-popup-icon {
  background-color: #c20019 !important ;
  position: absolute;
  top: 16px;
  left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 0.25rem;
  width: 36px;
  height: 36px;
}

.map-group-item-body-red .img-effect-info-popup-icon i {
  color: #ffffff !important ;
}

.map-group-item-body-red a {
  color: #c20019;
  text-decoration: underline;
}

/* :::::::::::::   Green items - factory  :::::::::::::*/
.map-group-item-body-green {
  width: 180px;
  height: 220px;
  padding: 15px 20px;
  margin: 1rem 0;
  border-radius: 0.25rem;
  background-color: #fdfdfd;
  /*border: 1px solid #66cb66;*/
  text-align: center;
  color: #343a40;
  box-shadow: 0 25px 100px -5px rgb(0 0 0 / 15%);
  z-index: 2;
}

.map-group-item-body-green .img-effect-info-popup-icon {
  background-color: #66cb66 !important ;

  position: absolute;
  top: 16px;
  left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 0.25rem;
  width: 36px;
  height: 36px;
}

.map-group-item-body-green .img-effect-info-popup-icon i {
  color: #ffffff !important ;
}

.map-group-item-body-green a {
  color: #66cb66;
  text-decoration: underline;
}

/* :::::::::::::   Black items - government  :::::::::::::*/
.map-group-item-body-black {
  width: 180px;
  height: 220px;
  padding: 15px 20px;
  margin: 1rem 0;
  border-radius: 0.25rem;
  background-color: #fdfdfd;
  /*border: 1px solid #66cb66;*/
  text-align: center;
  color: #343a40;
  box-shadow: 0 25px 100px -5px rgb(0 0 0 / 15%);
  z-index: 2;
}

.map-group-item-body-black .img-effect-info-popup-icon {
  background-color: #000000 !important ;

  position: absolute;
  top: 16px;
  left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 0.25rem;
  width: 36px;
  height: 36px;
}

.map-group-item-body-black .img-effect-info-popup-icon i {
  color: #ffffff !important ;
}

.map-group-item-body-black a {
  color: #000000;
  text-decoration: underline;
}

.map-group-item-body-black .img-effect-info-popup-content {
  height: 120px;
  display: block;
}
.map-group-item-body-red .img-effect-info-popup-content {
  height: 120px;
  display: block;
}
.map-group-item-body-green .img-effect-info-popup-content {
  height: 120px;
  display: block;
}

@media (min-width: 992px) {
  .show-4-large {
    display: block;
  }
  .show-4-small {
    display: none;
  }
}
@media (max-width: 991px) {
  .show-4-large {
    display: none;
  }
  .show-4-small {
    display: block;
  }
}

.map-group .ponit-black .point-nr {
  width: fit-content;
  min-width: 60px;
  height: 24px;
  background-color: #000000;
  border: 3px solid transparent;
  color: #f8f9fa;
  font-size: 11px;
  border-radius: 12px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  top: 4px;
  right: 8px;
  text-align: center;
}

.map-group .ponit-black .point-nr:hover {
  background-color: #c10a2b;
}
