/* Add here all your CSS customizations */
.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #d5d5d5;
}
#svg-turkiye-haritasi path:hover {
    fill: #c5c5c5;
}
#guney-kibris {
    pointer-events: none;
}

#izmir path {
    fill: #0F530D  !important;
}
#izmir path:hover {
    fill: #B9C8AD  !important;
}
#nigde path {
    fill: #227F83   !important;
}
#nigde path:hover {
    fill: #85C7B5   !important;
}