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

.svg-turkiye-haritasi {
  max-width: 1140px;
  margin: 50px auto;
  text-align: center;
  position: relative;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}
.il-isimleri {
	position: absolute;
	top: -35px;
	left: 50%;
  transform: translateX(-50%);
	z-index: 2;
}
.il-isimleri div {
  font-family: 'Open Sans';
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #CCC;
}
#svg-turkiye-haritasi path:hover {
  fill: var(--primary-color); 
}
#svg-turkiye-haritasi path.found {
  fill: var(--primary-color);
}
#svg-turkiye-haritasi g.found path {
  fill: var(--primary-color);
}
#svg-turkiye-haritasi g.selected path{
  fill: #ff6b00 !important;      /* istediğin renk */
  /*stroke: #c94f00 !important;
  stroke-width: 1.2px;  */
}

#guney-kibris {
  pointer-events: none;
}
/*.info{display:none; margin-bottom: 20px;}
.info.genel{display:block;}*/
.ilismi{background-color: var(--primary-color); margin-bottom: 10px; padding: 5px 20px; color: var(--white-color);} 
.map_contact_info{
	padding-bottom:10px; margin-bottom:30px; border-bottom:1px solid #F2F2F2;
}
.map_contact_info a, .map_contact_info p strong{
  color: var(--primary-color);
  padding-bottom: 10px;
  display: block;
}
.box {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    display: block;
}
.hasoffices {
  background: #001e50;
}
.selected{
  background: #ff6b00;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}