@charset "UTF-8";
/*! SVG Türkiye Haritası | CSS | MIT Lisans | dnomak.com */
.svg-turkiye-haritasi {
  max-width: 86%;
  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: linear-gradient(#f00 0%, #a00202 100%);
  color: #fff;
  padding: 8px 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #C5C5CC;
}
#svg-turkiye-haritasi path:hover {
  fill: #A9A9A9;
}

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