/*! SVG Türkiye Haritası | CSS | MIT Lisans | dnomak.com */

.svg-turkiye-haritasi {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
.il-isimleri div {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background: #D3172E;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #222;
}
#svg-turkiye-haritasi path.fill-active {
  cursor: pointer;
  fill: #D3172E;
}
#svg-turkiye-haritasi path:hover {
  fill: #D3172E;
}
#guney-kibris {
  pointer-events: none;
}
