/* Türkiye Haritası Eklentisi - Spesifik prefix'lerle çakışma önleme */
.th-container {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    line-height: 0;
}
.th-container svg {
    width: 100%;
    height: auto;
    display: block;
}
.th-il-isimleri {
    position: fixed;
    z-index: 99999;
    pointer-events: none;
    display: none;
    top: 0;
    left: 0;
    white-space: nowrap;
}
.th-il-isimleri div {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-size: 14px;
    line-height: 1.4;
}

.th-container #svg-turkiye-haritasi path {
    cursor: pointer;
}
.th-container #bolge-1 path{
    fill:#87cdde
}
.th-container #bolge-1 path:hover{
    fill:#5ba8c0
}
.th-container #bolge-2 path{
    fill:#ac93a7
}
.th-container #bolge-2 path:hover{
    fill:#8a6f8f
}
.th-container #bolge-3 path{
    fill:#ffb380
}
.th-container #bolge-3 path:hover{
    fill:#ff9966
}
.th-container #bolge-4 path{
    fill:#cccccc
}
.th-container #bolge-4 path:hover{
    fill:#aaaaaa
}
.th-container #bolge-5 path{
    fill:#decd87
}
.th-container #bolge-5 path:hover{
    fill:#c4b56f
}
.th-container #bolge-6 path{
    fill:#de8787
}
.th-container #bolge-6 path:hover{
    fill:#c96a6a
}
.th-container #bolge-7 path{
    fill:#aade87
}
.th-container #bolge-7 path:hover{
    fill:#8bc96f
}
  
  
  
  