.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #dddddd;
}

#svg-turkiye-haritasi path:hover {
    fill: #878787;

}

#guney-kibris {
    pointer-events: none;


}
.profilfotosu{
    overflow:hidden;
}

.profilfotosu img {
    width: 250px;
}

.status {
    text-align: center;
    margin-top: 29px;
    min-height: 40px;
  }


.loader {
    height: 40px;
    margin-top: 0;
    text-align: center;
    background: transparent url('/kayitlar/assets/media/logos/dryorum_light.png') no-repeat center center;
    background-size: 40px 19px;
    opacity: 0;
    animation: flipAnimation 1s infinite;
    transition: opacity 300ms;
  }

  .no-more {
    
    opacity: 0;
    transition: opacity 400ms;
  }