.svg-turkiye-haritasi {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}

.il-isimleri {
  position: absolute;
  z-index: 2;
}

.il-isimleri div {
  display: inline-block;
  background: #5a5f65;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
}

#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #a2abb5;
}

#svg-turkiye-haritasi .map-green path {
  fill: #2db193;
}

#svg-turkiye-haritasi .map-red path {
  fill: #F24405;
}

#svg-turkiye-haritasi path:hover {
  fill: #5a5f65;
}

#kibris {
  display: none;
}

#guney-kibris {
  pointer-events: none;
}