
.turkey-map-drawing {
  text-align: center;
}

.turkey-map-drawing svg {
  width: 100%;
  height: auto;
}

.turkey-map-drawing g.is-completed path {
  fill: #9BCB3B;
}

.turkey-map-drawing path {
  cursor: pointer;
  fill: #032B56;
  -webkit-transition: .2s;
  transition: .2s;
}

.turkey-map-drawing path:hover {
  fill: #9BCB3B !important;
}

.turkey-map-name {
  position: absolute;
  z-index: 2;
}

.turkey-map-name div {
  display: inline-block;
  background: #9BCB3B;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 2px;
}
