﻿
html, body {
    height: 100%;
    margin: 0;
}

.celebi-svg-icon {
    background: none !important; /* veya transparent */
    border: none !important;
}

    /* Sadece pinin altına dairesel/oval gölge eklemek için */
    .celebi-svg-icon::after {
        content: '';
        position: absolute;
        /* Gölgeyi sağ alt tarafa yerleştirelim */
        bottom: 1px; /* Tam alt sınır */
        right: 13px; /* Tam sağ sınır */
        /* Gölgenin boyutları (oval görünsün diye) */
        width: 20px;
        height: 8px;
        /* Gölge rengi ve bulanıklık */
        background-color: rgba(0,0,0,0.25);
        filter: blur(2px);
        /* Oval şekil için */
        border-radius: 50%;
        /* Pin'in arkasında kalması için */
        z-index: -1;
    }


    /* Gölgeyi belirli bir zoom seviyesinden sonra devre dışı bırakmak için */
    .celebi-svg-icon.no-shadow::after {
        /* Pseudo-elementi tamamen gizle */
        content: none;
    }


    /* İstenmeyen bir border oluşuyor. Bunu devre dışı bırakmak için */
    .celebi-svg-icon:focus,
    .celebi-svg-icon:focus-visible,
    .celebi-svg-icon:focus-within {
        outline: none !important;
        box-shadow: none !important;
    }

    /* İstenmeyen bir border oluşumuna Firefox için */
    .celebi-svg-icon::-moz-focus-inner {
        border: 0 !important;
    }

#map {
    position: relative;
    z-index: 0 !important;
}

#zoom-level {
    background-color: rgba(255, 255, 255, 0.7) !important;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 3px;
    margin-left: 3px;
    font-size: 0.8rem !important;
}

#divHeader {
    position: absolute !important;
    z-index: 100;
    background-color: rgba(175, 14, 89, 0.65) !important;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 3px;
    margin-left: 36vw;
    border: solid 1px #af0e59;
}

    #divHeader h1 {
        line-height: 2rem;
    }

    #divHeader p {
        line-height: 1rem;
    }

.leaflet-control-attribution {
    font-size: 0.8rem !important;
}

.rounded-image {
    border-radius: 1rem;
    box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

#divShowSearch {
    background-color: rgba(175, 14, 89, 0.65) !important;
    border: solid 1px #af0e59 !important;
    font-size: 1.3rem;
    width: fit-content !important;
    padding: 5px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 90px;
    margin-left: 10px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.shadow-right {
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1) !important;
    position: relative;
    z-index: 1;
}

#aramaSonuclari li {
    list-style-type: none;
    /*padding-left: 0;*/
    padding-left: 2rem;
    margin: 0;
    margin-bottom: 0.5rem;
}


.close,
.close:hover,
button,
button:hover {
    font-size: 2.0rem !important;
    border: none !important;
}

ul.aramaSonuclari li{
    font-size:1rem!important;
}
