
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}






@media (min-width: 768px) {
    .button {
        padding: 8px 16px;
        font-size: 14px;
    }

    html {
        font-size: 16px;
    }
}

.page {
    height: 100%;
    width: 100%;
}


.header {
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    height: 47px;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

    .header button {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
    }

.left-buttons {
    display: flex;
    justify-content: flex-start;
}

.right-buttons {
    display: flex;
    justify-content: flex-end;
}

    .right-buttons .icon:hover {
        background-color: dimgray;
    }

#map {
    position: relative;
    height: 100%;
}

div.leaflet-marker-icon {
    pointer-events: none;
    display: contents;
    position: relative;
    font-size: 12px;
    color: white;
}

button.leaflet-control-geocoder-icon {
    top: 70px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
    opacity: 0.6;
    background-image: none;
}

    button.leaflet-control-geocoder-icon:hover {
        background-color: dimgray;
    }

div.leaflet-control-geocoder.leaflet-bar.leaflet-control-geocoder.leaflet-control {
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
}

div.leaflet-control-geocoder.leaflet-bar.leaflet-control-geocoder-expanded.leaflet-control {
    background-color: white;
    opacity: 0.6;
}

.custom-icon {
    color: white;
    display: flex;
    position: center;
    font-size: 15px;
    width: 30px;
    height: 30px;
    margin-left: 6px;
    margin-top: 6px;
}

.leaflet-marker-icon {
    margin-left: unset;
    margin-top: unset;
    width: unset;
    height: unset;
    position: center;
}

.dojo_custom_button {
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    position: relative;
    opacity: 0.6;
    font-family: 'Yu Gothic';
    border-color: gray;
}

.dojo_custom_button_icon {
    color: white;
}

.dojo_custom_button_header {
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    position: relative;
    opacity: 0.6;
    font-family: 'Yu Gothic';
    border-color: gray;
    right: 11px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
    border-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    width: 40px;
    height: 40px;
}

    .dojo_custom_button_header:hover {
        background-color: dimgray;
    }

.dojo_custom_button_header_icon {
    color: white;
}

    .dojo_custom_button_header_icon:hover {
        color: white;
        z-index: 100000;
        opacity: 1;
    }

#checkboxContainer {
    z-index: 10000;
    top: 50px;
    position: fixed;
    height: 140px;
    padding: 10px;
    background-color: white;
    border-radius: 3px;
    opacity: 0.8;
    font-family: 'Yu Gothic';
    display: none;
    color: black;
}

#mahalleCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#numaratajCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#parselCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#yapiCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#yapi3dCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#yolCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#mezarlikCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#dropdownMenuButton {
    z-index: 10000
}



#zoomIn {
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    position: fixed;
    top: 50px;
    left: 11px;
    padding: 14px;
    opacity: 1;
    border-radius: 3px;
    border-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 30px;
    height: 30px;
}

    #zoomIn:hover {
        background-color: dimgray;
    }

#zoomOut {
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    position: fixed;
    top: 80px;
    left: 11px;
    padding: 14px;
    opacity: 1;
    border-radius: 3px;
    border-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 30px;
    height: 30px;
}

    #zoomOut:hover {
        background-color: dimgray;
    }


#fullscreenContainer {
    z-index: 10000;
    position: fixed;
    top: 200px;
    left: 11px;
    padding: 14px;
}

#fullscreenButton {
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    position: fixed;
    top: 180px;
    left: 11px;
    padding: 14px;
    opacity: 1;
    border-radius: 3px;
    border-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 30px;
    height: 30px;
}

    #fullscreenButton:hover {
        background-color: dimgray;
    }


#map-controls-dojo {
    z-index: 1000;
    position: relative;
}

#btnDefaultExtent {
    z-index: 10000;
    position: fixed;
    top: 120px;
    left: 11px;
    padding: 14px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
    border-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 30px;
    height: 30px;
}

    #btnDefaultExtent:hover {
        background-color: dimgray;
    }

#myLocation {
    z-index: 10000;
    position: fixed;
    top: 155px;
    left: 11px;
    padding: 14px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
    border-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 30px;
    height: 30px;
}

    #myLocation:hover {
        background-color: dimgray;
    }

#dojoButton1 {
    z-index: 1000;
    position: fixed;
    left: 10px;
    bottom: 500px;
}

#pickLstValChkbox {
    opacity: 1;
}

#isK9Acccepted {
    color: red;
    font-family: 'Yu Gothic';
}

.dijitButton {
    margin-top: 0.2em;
    margin-right: 0.2em;
    margin-bottom: 0.2em;
    margin-left: 0.2em;
    vertical-align: middle;
}

.dijitButtonNode {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: dimgrey;
    border-right-color: dimgrey;
    border-bottom-color: dimgrey;
    border-left-color: dimgrey;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
}

.dijitReset {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: unset;
    font-style: unset;
    font-variant-ligatures: unset;
    font-variant-caps: unset;
    font-variant-numeric: unset;
    font-variant-east-asian: unset;
    font-variant-alternates: unset;
    font-variant-position: unset;
    font-weight: unset;
    font-stretch: unset;
    font-size: unset;
    line-height: unset;
    font-family: unset;
    font-optical-sizing: unset;
    font-size-adjust: unset;
    font-kerning: unset;
    font-feature-settings: unset;
    font-variation-settings: unset;
    line-height: normal;
    color: none;
}

#searchGeolocation {
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    position: fixed;
    top: 50px;
    left: 50px;
    padding: 14px;
    opacity: 1;
    border-radius: 3px;
    border-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 30px;
    height: 30px;
}

    #searchGeolocation:hover {
        background-color: dimgray;
    }

#searchGeolocationIcon {
    color: white;
}

.leaflet-control-mouseposition {
    background-color: dimgray;
    border-radius: 3px;
    padding-inline: 10px;
    font-family: 'Yu Gothic';
    color: white;
    opacity: 0.6;
    font-weight: bold;
}

.leaflet-control-scale {
    font-family: 'Yu Gothic';
    font-weight: bold;
}

.centerPanel {
    z-index: 1000;
    position: absolute;
}

.right-panel-layer {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -300px;
    width: 300px;
    margin-top: 50px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s;
    opacity: 0.8;
    border-radius: 3px;
    font-weight: bold;
}

.right-panel-city-info {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -300px;
    width: 300px;
    margin-top: 50px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s;
    opacity: 0.8;
    border-radius: 3px;
}

.right-panel-measurement {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -300px;
    width: 300px;
    margin-top: 50px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s;
    opacity: 0.8;
    border-radius: 3px;
}

.right-panel-parsel-report {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -300px;
    width: 300px;
    margin-top: 50px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s;
    opacity: 0.8;
    border-radius: 3px;
}

.right-panel-search {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -300px;
    width: 300px;
    margin-top: 50px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s;
    opacity: 0.8;
    border-radius: 3px;
}

.right-panel-reconstruction {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -300px;
    width: 300px;
    margin-top: 50px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s;
    opacity: 0.8;
    border-radius: 3px;
}

.right-panel-anket {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -300px;
    width: 300px;
    margin-top: 50px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s;
    opacity: 0.8;
    border-radius: 3px;
}

.right-panel-mezar {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -300px;
    width: 300px;
    margin-top: 50px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s;
    opacity: 0.8;
    border-radius: 3px;
}


#formContainerParsel {
    margin-top: 5px;
}

#refreshBtn {
    padding: 8px 16px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    opacity: 0.6;
    font-family: 'Yu Gothic';
    width: 100px;
    height: 45px;
    font-size: 14px;
}

    #refreshBtn:hover {
        background-color: dimgray;
    }



#formContainer {
    display: none;
    width: 300px;
    height: 230px;
    background-color: rgba(0,0,0,0.4);
    font-family: 'Yu Gothic';
    border-radius: 3px;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.btnSubmit {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
}

    .btnSubmit:hover {
        background-color: dimgray;
    }

.btnSubmit1 {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
}

    .btnSubmit1:hover {
        background-color: dimgray;
    }


.btnSubmit2 {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
}

    .btnSubmit2:hover {
        background-color: dimgray;
    }

.customdropdown {
    border-radius: 3px;
    background-color: white;
    margin-right: 5px;
    top: 5px;
}

select {
    top: 5px;
    width: 150px;
    float: right;
}

    select option {
        background-color: azure;
        border-radius: 3px;
    }

        select option:hover {
            background-color: dimgray;
        }

.customdropdown option:hover {
    background-color: dimgray;
}

.dijitAccordionTitle {
    background-color: dimgray;
    color: white;
}

#kucukharita {
    position: fixed;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    padding: 14px;
    opacity: 1;
    border-radius: 3px;
    border-color: rgba(0,0,0,0.2);
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    bottom: 70px;
    left: 7px;
}



#smallmapContainer {
    z-index: 1000;
    position: fixed;
    display: flex;
    padding: 14px;
    bottom: 70px;
    left: 7px;
}

#show-small-map-button {
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    position: fixed;
    padding: 14px;
    opacity: 1;
    border-radius: 3px;
    border-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 40px;
    height: 40px;
    bottom: 70px;
    left: 7px;
}

    #show-small-map-button:hover {
        background-color: dimgray;
    }



#resimButon {
    background-color: rgba(0,0,0,0.2);
    z-index: 1010;
    position: fixed;
    padding: 14px;
    opacity: 1;
    border-radius: 3px;
    border-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 110px;
    height: 40px;
    bottom: 2px;
    right: 11px;
}

    #resimButon:hover {
        background-color: dimgray;
    }


#logo {
    width: 140px;
    height: 35px;
    z-index: 1000;
}


#calculateButton {
    width: 30px;
    height: 30px;
}

.measure-button-container {
    display: flex;
    top: 60px;
    align-items: center;
    position: fixed;
    z-index: 1000;
    padding: 8px;
    opacity: 1;
    border-radius: 3px;
    border-color: rgba(0, 0, 0, 0.2);
    width: 350px;
    height: 45px;
}

.hidden {
    display: none;
}

.coordinate-input-inner {
    margin: 10px 0;
}

#coordinate-input {
    position: absolute;
    top: 50px;
    left: 60px;
    border: thin;
    border-color: white;
    border-radius: 3px;
    color: white;
}

#calculate-coordinate-button {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 85px;
    top: 5px;
    right: 50px;
}


#distance-result {
    top: 140px;
    z-index: 1000;
    font-size: 15px;
    color: #333;
    margin-top: 15px;
    font-weight: bold;
}




#myModal {
    display: none;
    position: absolute;
    width: 450px;
    height: 140px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background-color: rgba(0,0,0,0.4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#hometext {
    font-family: 'Yu Gothic';
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    position: relative;
    top: 18px;
}


#confirmBtn {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 155px;
    top: 15px;
}

#cancelBtn {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 155px;
    top: 18px;
}

#confirmBtn:hover {
    background-color: dimgray;
}

#cancelBtn:hover {
    background-color: dimgray;
}

.closehome {
    position: absolute;
    bottom: 110px;
    right: 0px;
    cursor: pointer;
    color: white;
    font-size: 30px;
    font-weight: bold;
}

#loginDialog {
    width: 310px;
    height: 320px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#loginForm {
    text-align: center;
}

#username,
#password {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px thin #ccc;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.5);
    color: white;
}

#closeButton {
    position: absolute;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 30px;
    font-weight: bold;
    left: 280px;
    bottom: 280px;
}

#loginButton:hover {
    background-color: dimgray;
}


#labellogin {
    font-family: 'Yu Gothic';
    color: white;
    font-weight: bold;
}

#loginDialog .labellogin {
    color: white;
}

#loginButton {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 125px;
}

#googleYolCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#googleUyduCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#googleFizikselCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#cartoPositronCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#cartoVoyagerCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#esriTopographicCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#esriStreetCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#esriImageryCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#openstreetCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#yolortofotoCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#halihazirCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}

#cevreduzeniCheckbox {
    z-index: 10000;
    right: 15px;
    position: fixed;
}


#measure-distance-button,
#measure-area-button, #calculateButton {
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: 10px;
    width: 95px;
    height: 45px;
}

.cityinfo-button-container {
    display: flex;
    top: 60px;
    align-items: center;
    position: fixed;
    z-index: 1000;
    padding: 8px;
    opacity: 1;
    border-radius: 3px;
    border-color: rgba(0, 0, 0, 0.2);
    width: 350px;
    height: 45px;
    text-align: center;
    flex-wrap: wrap;
}

.cityinfo {
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 25px;
    width: 65px;
    height: 65px;
    font-size: 34px;
}

.cityinfo-button-container .cityinfo {
    margin-left: 24px;
}

.measure-button-container .olcum {
    margin-left: 2px;
}

.search-container {
    text-align: center;
    margin-top: 20px;
}

#map-search {
    position: absolute;
    width: 220px;
    height: 30px;
    left: 60px;
    border: dashed;
    border-color: black;
    border-radius: 3px;
    color: black;
    font-weight: bold;
}

#search-button {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 85px;
    top: 35px;
    left: 20px;
}

    #search-button:hover {
        background-color: dimgray;
    }

.reconstruction-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#map-reconstruction {
    width: 220px;
    height: 30px;
    left: 40px;
    border: dashed;
    border-color: black;
    border-radius: 3px;
    color: black;
    font-weight: bold;
    top: 65px;
}

#map-reconstructionada {
    width: 220px;
    height: 30px;
    border: dashed;
    border-color: black;
    border-radius: 3px;
    color: black;
    font-weight: bold;
}

#reconstruction-button {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 145px;
    left: 10px;
}



    #reconstruction-button:hover {
        background-color: dimgray;
    }

#reconstruction2-button {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 145px;
    left: 10px;
}



    #reconstruction2-button:hover {
        background-color: dimgray;
    }




#select-parsel-button {
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 205px;
    left: 10px;
}



    #select-parsel-button:hover {
        background-color: dimgray;
    }



#customPrintAlert {
    width: 300px;
    height: 100px;
    display: none;
    position: fixed;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color: white;
    text-align: center;
}

#customBuildingPictureAlertnew {
    width: 250px;
    height: 70px;
    display: none;
    position: fixed;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color: white;
    text-align: center;
}

#customParselAlertnew {
    width: 250px;
    height: 70px;
    display: none;
    position: fixed;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color: white;
    text-align: center;
}





#customLoginError {
    width: 300px;
    height: 70px;
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color: white;
    text-align: center;
}





#cityinfo-table-container {
    display: none;
    position: absolute;
    width: 450px;
    height: 140px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background-color: rgba(0,0,0,0.4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}


#hastanetablecontainer {
    width: 446px;
    height: 360px;
    display: none;
    position: fixed;
    top: 409px;
    left: 205px;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s;
    opacity: 0.6;
    border-radius: 3px;
    z-index: 1000;
}

#hastanecloseButton {
    position: absolute;
    bottom: 335px;
    right: 5px;
    cursor: pointer;
    color: black;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    border: none;
}


#hastanetableForm {
    text-align: center;
}

#hastane-listesi {
    list-style-type: none;
    padding: 0;
    margin: 2px 0 0 0;
    max-height: 330px;
    overflow-y: scroll;
    border: 1px solid white;
    border-radius: 3px;
    color: black;
    background-color: #fff;
}

    #eczane-listesi button, #hastane-listesi button {
        display: flex;
        width: calc(100% - 20px);
        padding: 10px;
        text-align: left;
        border: none;
        background-color: #fff;
        cursor: pointer;
        margin: 5px auto;
        border-radius: 3px;
        background-color: black;
        color: white;
    }

        #hastane-listesi button:hover {
            background-color: dimgray;
        }




#eczanetablecontainer {
    width: 446px;
    height: 360px;
    display: none;
    position: fixed;
    top: 409px;
    left: 205px;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s;
    opacity: 0.6;
    border-radius: 3px;
    z-index: 1000;
}

#eczanecloseButton {
    position: absolute;
    bottom: 335px;
    right: 5px;
    cursor: pointer;
    color: black;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    border: none;
}


#eczanetableForm {
    text-align: center;
}

#eczane-listesi {
    list-style-type: none;
    padding: 0;
}

#eczane-listesi {
    list-style-type: none;
    padding: 0;
    margin: 2px 0 0 0;
    max-height: 330px;
    overflow-y: scroll;
    border: 1px solid white;
    border-radius: 3px;
    color: black;
    background-color: #fff;
}

    #eczane-listesi button {
        display: flex;
        width: calc(100% - 20px);
        padding: 10px;
        text-align: left;
        border: none;
        background-color: #fff;
        cursor: pointer;
        margin: 5px auto;
        border-radius: 3px;
        background-color: black;
        color: white;
    }

        #eczane-listesi button:hover {
            background-color: dimgray;
        }

#alisverismerkezi-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #alisverismerkezi-listesi button:hover {
        background-color: dimgray;
    }



#ibadethane-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #ibadethane-listesi button:hover {
        background-color: dimgray;
    }

#okul-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #okul-listesi button:hover {
        background-color: dimgray;
    }


#otopark-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #otopark-listesi button:hover {
        background-color: dimgray;
    }

#park-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #park-listesi button:hover {
        background-color: dimgray;
    }


#restoran-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #restoran-listesi button:hover {
        background-color: dimgray;
    }


#sporsalonu-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #sporsalonu-listesi button:hover {
        background-color: dimgray;
    }


#kutuphane-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #kutuphane-listesi button:hover {
        background-color: dimgray;
    }


#kulturel-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #kulturel-listesi button:hover {
        background-color: dimgray;
    }


#resmikurum-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #resmikurum-listesi button:hover {
        background-color: dimgray;
    }


#otel-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #otel-listesi button:hover {
        background-color: dimgray;
    }


#polis-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #polis-listesi button:hover {
        background-color: dimgray;
    }


#site-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #site-listesi button:hover {
        background-color: dimgray;
    }


#terminal-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #terminal-listesi button:hover {
        background-color: dimgray;
    }


#kurs-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #kurs-listesi button:hover {
        background-color: dimgray;
    }


#laboratuvar-listesi button {
    display: flex;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #fff;
    cursor: pointer;
    margin: 5px auto;
    border-radius: 3px;
    background-color: black;
    color: white;
}

    #laboratuvar-listesi button:hover {
        background-color: dimgray;
    }




.search-results-list {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: calc(100% - 5px);
    max-height: 600px;
    overflow-y: auto;
    border: 1px solid white;
    border-radius: 3px;
    color: black;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

    .search-results-list li {
        display: block;
        width: calc(100% - 20px);
        padding: 10px;
        text-align: left;
        border: none;
        background-color: #fff;
        cursor: pointer;
        margin-bottom: 5px;
    }

        .search-results-list li:hover {
            background-color: dimgray;
        }

#search-results-container {
    position: absolute;
    top: 150px;
    left: 60px;
    width: calc(100% - 80px);
    border: 1px solid white;
    border-radius: 3px;
    color: white;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.scrollable-container {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
}


.reconstruction-results-list {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: calc(100% - 5px);
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid white;
    border-radius: 3px;
    color: black;
    background-color: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .reconstruction-results-list li {
        display: block;
        width: calc(100% - 20px);
        padding: 10px;
        text-align: left;
        border: none;
        background-color: #fff;
        cursor: pointer;
        margin-bottom: 5px;
    }

        .reconstruction-results-list li:hover {
            background-color: dimgray;
        }

#reconstruction-results-container {
    position: absolute;
    top: 150px;
    left: 60px;
    width: calc(100% - 80px);
    border: 1px solid white;
    border-radius: 3px;
    color: white;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

#customLogOutAlert {
    width: 200px;
    height: 70px;
    display: none;
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color: white;
    text-align: center;
}

#customLogInAlert {
    width: 200px;
    height: 70px;
    display: none;
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color: white;
    text-align: center;
}

#customBuildingPictureAlert {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    border-radius: 5px;
    z-index: 1001;
}

.floatingModal {
    width: 500px;
    height: 400px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.closeButton {
    position: absolute;
    bottom: 370px;
    right: 5px;
    cursor: pointer;
    font-size: 24px;
    color: white;
}

#imageContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    width: 100%;
}

.buttonContainer {
    position: absolute;
    top: 325px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#changeoncekiButton,
#changesonrakiButton {
    position: absolute;
    z-index: 10;
    background-color: black;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 8px 16px;
    cursor: pointer;
    margin: 0;
    opacity: 0.8;
    transition: opacity 0.3s;
}

    #changeoncekiButton:hover,
    #changesonrakiButton:hover {
        background-color: dimgray;
        opacity: 1;
    }


#changeoncekiButton {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}


#changesonrakiButton {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

#anketbelediyelogo {
    background-color: none;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    opacity: 2;
    font-family: 'Yu Gothic';
    width: 300px;
    height: 80px;
    font-size: 14px;
}

#anketlogo {
    width: 200px;
    height: 80px;
}


#anketform {
    position: relative;
    display: block;
    margin-top: 1px;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 305px;
}

#anketform1 {
    position: relative;
    display: block;
    margin-top: 1px;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 305px;
}



#pdf-viewer-container {
    margin-top: 20px;
}

#pdfList {
    width: 446px;
    height: auto;
    max-height: 550px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    opacity: 0.6;
    border-radius: 3px;
    z-index: 1000;
    overflow-y: auto;
}

    #pdfList.visible {
        display: block;
    }

    #pdfList button {
        display: block;
        width: calc(100% - 20px);
        padding: 10px;
        text-align: left;
        border: none;
        background-color: black;
        cursor: pointer;
        margin: 5px auto;
        border-radius: 3px;
        color: white;
    }

        #pdfList button:hover {
            background-color: dimgray;
        }

#closePdfListButton {
    position: absolute;
    top: 1px;
    right: 5px;
    cursor: pointer;
    color: black;
    font-size: 25px;
    font-weight: bold;
    background-color: transparent;
    border: none;
}

#mezarListContainer {
    position: fixed;
    top: 80px;
    left: 590px;
    width: 500px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#mezarList {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    min-height: 200px;
    position: relative;
    text-align: center;
    list-style-type: none;
    overflow-y: auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}


#closemezarListButton {
    position: absolute;
    top: 1px;
    right: 15px;
    cursor: pointer;
    color: black;
    font-size: 30px;
    font-weight: bold;
    background-color: transparent;
    border: none;
    z-index: 1100;
}

#mezarList li {
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
}




#reconstruction-adresten-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}


.reconstruction-adresten-container label {
    text-align: center;
}


#reconstruction-haritadan-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}


.reconstruction-haritadan-container label {
    text-align: center;
}

.reconstruction-container input {
    margin-bottom: 10px;
    width: 80%;
}


.reconstruction-container label.title-label:last-of-type {
    display: block;
}

.adresten-section {
    text-align: center;
    margin-top: 200px;
}


.haritadan-section {
    text-align: center;
    margin-top: 2px;
}


#mapContextMenu ul {
    padding: 0;
    margin: 0;
}

#mapContextMenu li {
    margin-bottom: 5px;
}

#mapContextMenu button {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

    #mapContextMenu button:hover {
        background: #eaeaea;
    }

.suggestion-list {
    list-style-type: none;
    padding: 0;
    border: 0px solid #fff;
    max-height: 150px;
    overflow-y: auto;
}

    .suggestion-list li {
        cursor: pointer;
    }

        .suggestion-list li:hover {
            background-color: #f0f0f0;
        }



.mefta-arama label {
    width: 100px;
    font-size: 18px;
    color: black;
    text-align: left;
    margin-left: 8px;
    font-weight: bold;
}

.mefta-arama input, .mefta-arama select {
    flex: 1;
    border: 1px solid black;
    border-radius: 4px;
    font-size: 18px;
    max-width: 180px;
    width: 100%;
}




.mefta-arama .form-row {
    display: flex;
    align-items: center;
}

.btnSubmit1 {
    position: relative;
    display: block;
    margin: auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 161px;
    height: 26px;
}


    .btnSubmit1:hover {
        background-color: dimgray;
    }

.btnSubmit2 {
    position: relative;
    display: block;
    margin: auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 160px;
    height: 28px;
    margin-top: 2px;
}

    .btnSubmit2:hover {
        background-color: dimgray;
    }

.btnSubmit3 {
    position: relative;
    display: block;
    margin: auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 160px;
    height: 28px;
    margin-top: 2px;
}

    .btnSubmit3:hover {
        background-color: dimgray;
    }


.btnSubmit4 {
    position: relative;
    display: block;
    margin: auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 160px;
    height: 28px;
    margin-top: 2px;
}

    .btnSubmit4:hover {
        background-color: dimgray;
    }


.btnSubmit5 {
    position: relative;
    display: block;
    margin: auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 210px;
    height: 28px;
    margin-top: 2px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    outline: none;
}

    .btnSubmit5:hover {
        background-color: dimgray;
    }

    .btnSubmit5:focus {
        outline: none;
    }


#adaInput {
    margin-left: 72px;
    width: 151px;
}

#roadInput {
    margin-left: 78px;
    width: 150px;
}

#yolInput {
    margin-left: 77px;
    width: 150px;
}

.btndefnedilenler {
    position: relative;
    display: block;
    margin: auto;
    background-color: black;
    border-radius: 3px;
    color: white;
    box-shadow: none;
    width: 161px;
    height: 26px;
}


    .btndefnedilenler:hover {
        background-color: dimgray;
    }

.leaflet-tooltip.mezarlik-label {
    background: rgba(0, 0, 255, 0.7);
    border: 2px solid #0000ff;
    padding: 6px 12px;
    font-size: 10px;
    font-weight: bold;
    color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 255, 0.5);
    white-space: nowrap;
}

.tooltip-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tooltip-close {
    font-size: 8px;
    color: white;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 1px;
    z-index: 1000;
    font-weight: bold;
    pointer-events: auto;
}

#layer-control {
    position: fixed;
    top: 250px;
    left: 6px;
    z-index: 9999;
    display: none;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

#mezarItems {
    list-style-type: none;
}

.kapilar-container {
    position: fixed;
    top: 80px;
    left: 590px;
    width: 500px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#kapilarList {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    min-height: 200px;
    position: relative;
    text-align: center;
    list-style-type: none;
    overflow-y: auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#closekapiListButton {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    color: black;
    font-size: 30px;
    font-weight: bold;
    background-color: transparent;
    border: none;
    z-index: 1100;
}

.kapilar-button {
    display: block;
    width: 90%;
    margin: 10px auto;
    padding: 10px;
    font-size: 16px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .kapilar-button:hover {
        background-color: dimgray;
    }

fieldset {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

    fieldset legend {
        background-color: black;
        color: white;
        cursor: pointer;
        padding: 5px 10px;
        border-radius: 5px;
        font-weight: bold;
    }

legend:hover {
    background-color: dimgray;
}

.fieldset-content {
    display: none;
    margin-top: 10px;
}

.hastane-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-hastane-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-hastane-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.alisverismerkezi-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-alisverismerkezilistesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-alisverismerkezi-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.eczane-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-eczane-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-eczane-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.ibadethane-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-ibadethane-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-ibadethane-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.kulturel-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-kulturel-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-kulturel-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.kurs-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-kurs-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-kurs-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.kutuphane-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-kutuphane-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-kutuphane-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.laboratuvar-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-laboratuvar-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-laboratuvar-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.okul-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-okul-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-okul-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.otel-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-otel-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-otel-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.otopark-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-otopark-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-otopark-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.park-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-park-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-park-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.polis-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-polis-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-polis-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.resmikurum-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-resmikurum-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-resmikurum-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.restoran-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-restoran-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-restoran-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}


.site-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-site-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-site-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.sporsalonu-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-sporsalonu-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-sporsalonu-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.terminal-list-button .down-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.alt-terminal-listesi {
    margin-left: 20px;
    padding: 5px;
}

.alt-terminal-item {
    display: block;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: #e0f0ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: transparent;
}

.modal-content {
    background-color: #fefefe;
    margin: 4% auto;
    padding: 20px 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
}


.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #333;
    cursor: pointer;
}

.mezar-form .form-group {
    margin-bottom: 15px;
}

.mezar-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.mezar-form input,
.mezar-form select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-row {
    display: flex;
    gap: 10px;
}

    .form-row .half {
        flex: 1;
    }

.belge-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
}

.belge-left {
    text-align: center;
    flex-shrink: 0;
}

.belge-buttons {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px;
}

.belge-button, .genis-button {
    width: 100%;
    padding: 8px;
    background: #e5e7eb;
    color: #333;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    gap: 10px;
}

    .belge-button:hover, .genis-button:hover {
        background: #d1d5db;
    }

.kaydet-button {
    width: 100%;
    padding: 10px;
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
}

    .kaydet-button:hover {
        background: #2563eb;
    }

.modal-title {
    text-align: center;
    margin: 10px 0 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

