﻿body {
}


#map-container {
    width: 100%;
    height: 400px !important;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 400px !important;
}

.location-controls {
    margin-bottom: 15px;
}





/*html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}*/

#map {
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.custom-context-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    z-index: 1000;
}

    .custom-context-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .custom-context-menu ul li {
            padding: 8px 12px;
            cursor: pointer;
            border-bottom: 1px solid #eee;
        }

            .custom-context-menu ul li:hover {
                background-color: #f8f9fa;
            }

            .custom-context-menu ul li:last-child {
                border-bottom: none;
            }

.dropzone {
    min-height: 150px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: #f8f9fa;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
}

    .dropzone.dragover {
        background: #e9ecef;
        border-color: #0069D9;
    }

.preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.preview-item {
    position: relative;
    width: calc(33.33% - 10px);
    max-height: 120px;
    overflow: hidden;
    border-radius: 4px;
}

    .preview-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.preview-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .preview-item {
        width: calc(50% - 10px);
    }
}





















/*
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

button {
    padding: 8px 16px;
    background-color: #4285F4;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    button:hover {
        background-color: #357AE8;
    }
*/



.DVYazSifirla{
    display:none;
}

.DDYYaz{
    display:none;
}


.DVYazSifirla {
    display: none;
    text-align: center;
}

    .DVYazSifirla a {
        color: #929292;
        font-size: 12px;
    }

.DVGozlemDetay {
}

    .DVGozlemDetay h1 {
        color: #808080;
        font-weight: 600;
        font-size: 16px;
    }

    .DVGozlemDetay span {
        text-decoration: none;
        color: #808080;
        font-weight: 600;
        font-size: 14px;
        display: block;
        transition: all .4s;
    }

    .DVGozlemDetay a {
        text-decoration: none;
        color: #808080;
        font-weight: 500;
        font-size: 14px;
        display: block;
        transition: all .4s;
    }

    .DVGozlemDetay a:hover {
        color: #ffffff;
    }

.DVTanim span {
    background-color: #515151;
    padding: 4px 8px;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}


ul.ULMGozlemciler{
    padding-left:0px;margin-left:0px;
}


ul.ULMGozlemciler li{
    list-style:none;list-style-type:none;
}

    ul.ULMGozlemciler li a {
        text-decoration: none;
        color: #808080;
        font-weight: 500;
        font-size: 14px;
        display: block;
        transition: all .4s;
    }


    ul.ULMGozlemciler li a:hover {
        color: #ffffff;
    }



ul.ULGTurler {
    padding-left: 0px;
    margin-left: 0px;
}


    ul.ULGTurler li {
        list-style: none;
        list-style-type: none;
    }


        ul.ULGTurler li span {
            text-decoration: none;
            color: #515151;
            font-weight: 500;
            font-size: 14px;
            display: inline-block;
            transition: all .4s;
            width:50px;
        }

        ul.ULGTurler li a {
            text-decoration: none;
            color: #808080;
            font-weight: 500;
            font-size: 14px;
            display: inline-block;
            transition: all .4s;
        }


            ul.ULGTurler li a:hover {
                color: #ffffff;
            }


.GozlemStats{
    margin:20px 0px;
}


    .GozlemStats span {
        color: #808080;
        font-weight: 500;
        font-size: 14px;
        display:block;
    }

.DVGozlemFoto{
    padding:20px;padding-left:10px;
}


.DVGozlemFoto img{
    width:100%;height:auto;
}



.CNFTurIleIBilgiler {
    margin: 40px 0px;
}


.CNTurIleIBilgiler {
    position: relative;
    background-color: #232323;
    padding: 20px 15px;
    border: 1px solid #3a3a3a;
}


.DVTurIleIBilgilerBaslik {
    background-color: #6bab4d;
    padding: 4px 8px;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: -20px;
}


.DVTurBilgiYorumlar {
}


.DVTurBilgiYorum {
    background-color: #232323;
    padding: 10px 15px;
    position: relative;
    margin: 10px 0px;
    border-bottom: 1px solid #373737;
}

a.yorumCevapYaz {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #eaad14;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
}

    a.yorumCevapYaz:hover {
        text-decoration: underline;
    }

.DVTurBilgiYorumSahibi {
}

    .DVTurBilgiYorumSahibi img {
        width: 100%;
        height: auto;
        max-width: 75px;
        margin: 0 auto;
        border-radius: 50px;
    }

.DVTurBilgiYorumMetin {
}

.DVYorumSahibi {
}

.DVTurBilgiYorumMetin {
    width: 85%;
}

.DVYorumSahibi span {
    color: #929292;
    font-size: 13px;
    font-weight: 500;
}

    .DVYorumSahibi span:first-child {
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
    }

.alintiYorumAltYorum {
    margin-left: 40px;
    background-color: #323232;
}


.CKEditorMesaj, .CKEditorMesaj p {
    color: #949494;
    font-size: 13px;
    font-weight: 500;
}



.DVYeniYorum {
    text-align: right;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    padding: 0px 15px;
}

    .DVYeniYorum a {
        background-color: #6bab4d;
        font-size: 14px;
        font-weight: 500;
        padding: 4px 8px;
        color: #ffffff;
        font-size: 12px;
        text-decoration: none;
    }

        .DVYeniYorum a:hover {
            background-color: #929292;
        }

    .DVYeniYorum textarea {
        border: 1px solid #929292;
        background-color: #555555;
        width: 100%;
        max-width: 700px;
        color: #adadad;
        font-size: 12px;
    }

        .DVYeniYorum textarea:focus {
            outline: none;
        }

::-webkit-input-placeholder { /* Edge */
    color: #9b9b9b;
    font-size: 12px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9b9b9b;
    font-size: 12px;
}

::placeholder {
    color: #9b9b9b;
    font-size: 12px;
}

.DVYorumKalanKarakter {
    color: #53545b;
    font-size: 11px;
    font-weight: 600;
}

.DVTumuBtn {
}

    .DVTumuBtn a {
        text-decoration: none;
        color: #929292;
        font-size: 12px;
        font-weight: 500;
    }


.DVMesaj{
    margin-top:20px;
}

.DVMesaj p{
    color:#808080;font-size:13px;font-weight:500;
}



.DVGozlemlerListe:first-child {
    border-right: none;
}

.DVGozlemlerListe {
    margin-right: 25px;
}

    .DVGozlemlerListe .row {
        padding: 10px 5px;
    }

.DVGozlemYeri {
    border-right: none;
    padding-left: 5px;
}

    .DVGozlemYeri a {
        text-decoration: none;
        display: block;
        color: #e9e9e9;
        font-size: 14px;
        font-weight: 500;
    }

.DVGozlemTarihVeZamani {
}

    .DVGozlemTarihVeZamani span {
        display: inline-block;
        color: #808080;
        font-size: 14px;
        font-weight: 500;
        margin-right: 10px;
    }

    .DVGozlemTarihVeZamani a {
        text-decoration: none;
        display: inline-block;
        color: #e9e9e9;
        font-size: 14px;
        font-weight: 500;
    }


.DVGozlemSecimBtn {
    padding: 6px 4px;
}

    .DVGozlemSecimBtn input[type=button] {
        border: none;
        font-size: 14px;
        color: #e9e9e9;
        font-weight: 600;
        background-color: transparent;
    }

hr {
    margin: 1rem 0;
    color: #808080;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}


.GMobilAppdan {
    background-image: url('../images/gozlem-mobil-appdan.png');
    background-position: center center;
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}


.DVInputs {
    padding: 10px 10px;
}


    .DVInputs select {
        width: 100%;
        height: 30px;
        background-color: #555555;
        border: none;
        color: #929292;
        font-size: 14px;
        padding-left: 8px;
        /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/

        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23929292;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cpath class='st0' d='M7,10l5,5l5-5H7z'/%3E%3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position-x: 100%;
        background-position-y: 0px;
        border: 1px solid #929292;
    }

        .DVInputs select:focus{
            outline:none;
        }

        .DVInputs label {
            font-size: 13px;
            color: #636363;
            font-weight: 500;
            display: inline-block;
        }


    @media (min-width:1200px) {
        .DVGozlemYeri {
        border-right: 1px solid #808080;
        padding-left: 5px;
    }

    .DVGozlemlerListe:first-child {
        
    }
}