.svg-turkiye-haritasi {

  max-width: 1140px;

  margin: 0 auto;

  text-align: center;

}

.svg-turkiye-haritasi svg {

  width: 100%;

  height: auto;

}

.il-isimleri div {

  font-family: 'Open Sans';

  display: inline-block;

  background: #1094F6;

  color: #fff;

  padding: 8px 16px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

}

#svg-turkiye-haritasi path {

  cursor: pointer;

  fill: #f3f3f3;

  stroke:white;

   stroke-opacity: 1;

   stroke-width:2;

}

#svg-turkiye-haritasi {

   filter:drop-shadow(2px 0 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(0 -2px 0 white) drop-shadow(1px 0 0 white) drop-shadow(-1px 0 0 white) drop-shadow(0 -1px 0 white) drop-shadow(0 1px 0 white) drop-shadow(2px 4px 15px rgb(0,0,0,0.2));

}

.map-icons-holder {

   position: absolute;

   z-index: 1;

   left: 0;

}

.map-icon-item {

   display: block;

   position: absolute;

}

.map-icon-item.text-left {

   display: flex;

   flex-direction: row-reverse;

}

.map-icon-item.text-top {

   display: flex;

   flex-direction: column-reverse;

}

.map-icon-item.text-right {

   display: flex;

   flex-direction: row;

}



.map-icon {

   display: flex;

   align-items: center;

   justify-content: center;

   width: 45px;

   height: 45px;

   border-radius: 50%;

   border: 5px solid #fff;

   margin-inline: auto;

   transition: .2s;

}

.map-icon-item.green .map-icon{

   background-color: #c8b273;

}

.map-icon-item.blue .map-icon{

   background-color: #223b5c;

}

.map-icon-item:hover {

   cursor: pointer;

}

.map-icon-item:hover .map-icon {

   width: 50px;

   height: 50px;

}



.map-icon-title {

   display: block;

   width: 95px;

   color: #aeaeae;

   text-align: center;

   margin-top: 3px;

   font-size: 10px;

   font-weight: 600;

}

.map-icon-item.text-left .map-icon-title{

   padding-right: 5px;

   text-align: right;

}

.map-icon-item.text-right .map-icon-title{

   padding-left: 5px;

   text-align: left;

   margin-top: 0;

}

.w-140 {

   width: 140px;

}

