#worldmap {
  height: 400px;
  width: 100%;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  display: none;
}

.groupfilter {
  margin: 25px 0;
  width: 100%;
}
.groupfilter .groupfilter {
  margin: 0;
}
.groupfilter-option {
  font-size: 20px;
  line-height: 28px;
}
.groupfilter-option:before {
  content: " ";
  background: #fff;
  border: 2px solid #164194;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-right: 5px;
  color: #164194;
  font-weight: bold;
  font-size: 20px;
  line-height: 12px;
  vertical-align: baseline;
  text-align: center;
}
.groupfilter-option.active {
  color: #164194;
}
.groupfilter-option.active:before {
   content: "\d7";
}

path[data-status="active"] {
  fill: rgb(213, 217, 235) !important;
  opacity: 0.7;
}

path[data-code="TR"][data-status="active"] {
  fill: rgb(47, 66, 157) !important;
  opacity: 0.4 !important;
}

path[data-code="TR"]:hover {
  fill: rgb(47, 66, 157);
  opacity: 0.4;
}
