﻿html, body {
    height: 100%;
    overflow:hidden;
}

.wrapperCss{
    background-color: #f7f3e9; /* Açık krem/eskitme kağıt rengi */
    background-image: url('https://www.toptal.com/designers/subtlepatterns/uploads/old_map.png'); /* Eski harita/kağıt dokusu */
    background-repeat: repeat;
    background-size: auto;
    /*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=cb1f9a&c2=ad1e56&gt=r&gd=dbb
*/

}


.sectionCss{
    padding: 1.5rem 0.5rem  !important;
}

.sagButtonsDivCss{
    z-index:998; position:absolute;top:0;right:0;float:right;
     margin: 3rem 2rem  !important;

}


.vintage-frame {
    background-color: #fef8e7; /* Çerçeve içindeki fotoğrafın arkası */
    padding: 10px; /* Fotoğraf ile çerçeve arası boşluk */
    position: relative; /* İçindeki resim ve pseudo-elementler için */
    display: block; /* Tam alanı kaplamasını sağlar */
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3); /* İç gölge efekti */
}

/* Fotoğrafın köşelerindeki eskitilmiş bant/köşe efekti */
        .vintage-frame::before,
        .vintage-frame::after {
            content: '';
            position: absolute;
            width: 30px; /* Bant genişliği */
            height: 30px; /* Bant yüksekliği */
            background-color: #b09a7b; /* Bant rengi */
            transform: rotate(45deg); /* Köşeye yerleşmesi için döndür */
            box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
            z-index: 10;
        }

        .vintage-frame::before {
            top: -15px; /* Çerçevenin dışına taşır */
            left: -15px;
        }

        .vintage-frame::after {
            bottom: -15px; /* Çerçevenin dışına taşır */
            right: -15px;
        }

        /* İsteğe bağlı: Köşelerde raptiye/zımba efekti */
        .pin-corner {
            position: absolute;
            width: 12px;
            height: 12px;
            background-color: #8B4513; /* Paslı raptiye rengi */
            border-radius: 50%;
            box-shadow: inset 0 0 3px rgba(0,0,0,0.5), 1px 1px 2px rgba(0,0,0,0.3);
            z-index: 11;
            /* Hafif bir parlaklık efekti için radyal gradyan */
            background: radial-gradient(circle at 3px 3px, #d2b48c, #8B4513);
        }

        .pin-corner.top-left { top: 5px; left: 5px; }
        .pin-corner.top-right { top: 5px; right: 5px; }
        .pin-corner.bottom-left { bottom: 5px; left: 5px; }
        .pin-corner.bottom-right { bottom: 5px; right: 5px; }


        .sagButtonCss{
            font-size: 0.75rem !important;
    background-color: #8B4513 !important;
    border-radius: 50% !important;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 50%), 1px 1px 2px rgb(0 0 0 / 30%);
    z-index: 11;
    background: radial-gradient(circle at 3px 3px, #d2b48c, #8B4513);
        }

.detay-list {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: auto;
    width: 75%;
    z-index: 1000;
}
.detay-list div {
    padding: 5px;
    cursor: pointer;
}
.detay-list div:hover {
    background-color: #f8f9fa;
}

.select2-container{
    width:100% !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 0.8rem !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #575757; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #484848; 
}

.esri-popup__footer {
    display: block !important;
}

.esri-popup__inline-actions-container {
    display: none !important;
}
h2.esri-widget__heading {
    font-size: 0.75rem;
}


.esri-popup__content {
   
    margin: 0px;
}

.esri-view-width-xlarge .esri-popup__main-container,
.esri-view-width-large .esri-popup__main-container {
    width:300px !important;
}

#containerChart {
    height: 400px;
}

.highcharts-figure,
.highcharts-data-table table {
    
    margin: 1em auto;
}

#sliders td input[type="range"] {
    display: inline;
}

#sliders td {
    padding-right: 1em;
    white-space: nowrap;
}
.highcharts-credits {
    display:none;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


.small-box .icon>i.fa, .small-box .icon>i.fab, .small-box .icon>i.fad, .small-box .icon>i.fal, .small-box .icon>i.far, .small-box .icon>i.fas, .small-box .icon>i.ion {
    font-size: 110px;
    top: 20px;
}

/*.esri-popup__collapse-icon {
    display: none !important;
}
.esri-popup__header {
   display: none !important;
}
.esri-popup__content {
   
    margin: 0px;
}
.esri-popup__main-container {
    width:230px !important;
}*/

.main-sidebar .sidebar {
    overflow-y: hidden !important;
}



 #contextMenu {
      position: absolute;
      background-color: white;
      border: 1px solid #ccc;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      display: none;
      padding: 10px;
      width: 150px;
    }

    #contextMenu ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }

    #contextMenu ul li {
      padding: 5px;
      cursor: pointer;
    }

    #contextMenu ul li:hover {
      background-color: #f0f0f0;
    }

.docking-control {
       
        display:none;
      }

.select2-results__option {
    font-size: 0.75rem !important;
    padding:3px !important;
}

.dataTables_wrapper {
    width: 100% !important;
}
.dataTables_scroll {
    /*height: calc(100vh - 750px) !important;*/
}
.dataTables_scrollBody {
    /*height:500px !important;*/
}
.dataTables_scrollHeadInner {
    width:100% !important;
}
.tooltip {  
    opacity: 1;  
}
.containerBody{
    min-height: 100%;
    height: 100%;
    min-width:100%;
    width:100%;    

}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link {
    background-color: rgb(100 100 100 / 60%);/*rgb(6 18 30 / 66%);*/
    color: #fff;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
   background-color: rgb(31 36 40 / 90%);/*rgb(6 18 30 / 86%);*/
    color: #fff;
}
}

[class*=sidebar-dark-] {
    background-color: #080d12 !important;
}

.layout-navbar-fixed .wrapper .sidebar-dark-blue .brand-link:not([class*=navbar]) {
    background-color: #0c0d0a!important;
}
.navbar-dark {
    background-color: #0c0d0a!important;/*#041b31!important;/*#002d54!important;/*#070e14;*/
    border-color: #4b545c;
}



.main-header {
    background: radial-gradient(circle at 3px 3px, #d2b48c, #573517) !important;
    /*background: radial-gradient(at center bottom, #d2b48c, #573517) !important;*/
    color: #F5DEB3 !important;
    border-bottom: 3px solid #573517;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
}



  /* Logo kapsayıcısı için geçiş efekti */
.navbar-nav .nav-item.logo-container {
    transition: opacity 0.3s ease-out, transform 0.3s ease-out; /* Opacity ve transform için geçiş */
}

/* Arama çubuğu aktif olduğunda logonun kaybolma stili */
.navbar-search-open .navbar-nav .nav-item.logo-container {
    opacity: 0; /* Saydam yap */
    transform: translateX(-50px); /* Hafifçe sola kaydırarak kaybolma efekti */
    pointer-events: none; /* Üzerine tıklamayı engelle */
}

.hide-logo {
    opacity: 0; /* Tamamen saydam yap */
    transform: translateX(-50px); /* Hafifçe sola kaydırarak kaybolma efekti */
    pointer-events: none; /* Üzerine tıklamayı engelle */
}


.divKapakCss{
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    
    -webkit-justify-content: center;
    justify-content: center;
}

.footer-panel {
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  background-color: #f8f9fa;
  font-size: 0.75rem;
  color: #666;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}

.footer-logo {
  height: 40px;
  width: auto;
}


.detail-panel {
            position: fixed;
            top: 0;
            left: -100%; /* Başlangıçta ekranın dışında gizli */
            height: 100%;
            width: 35vw; /* Masaüstünde sayfanın yarısı */
            background-color: #f8f0e3;
            box-shadow: 5px 0 15px rgba(0, 0, 0, 0.4);
            overflow-y: auto;
            transition: left 0.5s ease-in-out; /* left özelliği için yumuşak geçiş */
            z-index: 1042;
            padding: 20px; /* İç boşluk */
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            border-right: 2px solid #d1bfa3;
            background-image: url('https://www.toptal.com/designers/subtlepatterns/uploads/paper_3.png');
            background-size: cover;
            background-blend-mode: soft-light;
        }

        .detail-panel.open {
            left: 0; /* Açıldığında sıfır konumuna gelsin */
        }

        .panel-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 15px;
            border-bottom: 1px solid #d1bfa3;
            margin-bottom: 15px;
        }

        .panel-logo {
            font-family: 'IM Fell English SC', serif;
            font-size: 1.4rem;
            color: #5c4033;
            line-height: 1.2;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
        }

        .panel-log h2{
            font-family: 'IM Fell English SC', serif;
            font-size: 1.5rem;
            color: #f0e6d2;
            margin: 0;
            text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
        }

        .panel-log p{
            font-family: 'Special Elite', cursive;
            font-size: 0.8rem;
            color: #e0d5c0;
            margin: 5px 0 0;
        }

        .detail-panel .close-btn {
            background: none;
            border: none;
            font-size: 1.5rem;
            color: #5c4033;
            cursor: pointer;
            transition: color 0.2s ease;
            line-height: 1;
            padding: 0;
        }
        .detail-panel .close-btn:hover {
            color: #333;
        }

        .panel-main-image-container {
            width: 100%;
            /*padding-top: 60%;*/ /* 3:2 en-boy oranı için */
            position: relative;
            background-color: #e0d5c0;
            border: 5px solid #d1bfa3;
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
            margin-bottom: 20px;
            overflow: hidden; /* Resmin büyüme animasyonu için */
            height:450px;
        }
        .panel-main-image-container img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
            /*filter: sepia(30%) brightness(0.95) contrast(1.05);*/
            transition: transform 0.3s ease; /* Büyütme animasyonu için */
        }
        .panel-main-image-container .zoom-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: rgba(0,0,0,0.6);
            color: #fff;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.2rem;
            cursor: pointer;
            z-index: 10;
            transition: background-color 0.2s ease;
        }
        .panel-main-image-container .zoom-btn:hover {
            background-color: rgba(0,0,0,0.8);
        }
        /* Resim büyütüldüğünde */
        .panel-main-image-container.zoomed img {
            transform: scale(1.2); /* Örnek büyütme */
        }







        .image-info-bottom {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 0 5px; /* Kenarlara yakınlaştırma için */
        }

        .image-title-date {
            font-family: 'Special Elite', cursive;
            font-size: 0.9rem;
            color: #4A2E1A;
            text-align: left;
            line-height: 1.4;
        }

        .image-credit-info {
            display: flex;
            align-items: center;
            font-family: Arial, sans-serif;
            font-size: 0.8rem;
            color: #735845;
            text-align: right;
        }
        .image-credit-info i {
            margin-left: 5px;
            color: #735845;
        }

        .panel-divider {
            border-bottom: 1px solid #d1bfa3;
            margin: 15px 0;
        }

        .panel-actions {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 20px;
        }

        .panel-description {
            font-family: 'Special Elite', cursive;
            font-size: 0.85rem;
            color: #4A2E1A;
            line-height: 1.6;
            text-align: justify;
            flex-grow: 1;
            padding-right: 15px;
        }

        


        /* Paylaşım Butonu İkonunun Stili (Önceki kodunuzdan gelen) */
.detail-panel-share-icon {
    /* Konumlandırma ve boyutlandırma detay panelinize göre ayarlanmalı */
    cursor: pointer;
    font-size: 1.5rem; /* İkon boyutu */
    color: #8B4513; /* Koyu kahve tonu */
    transition: color 0.2s ease;
}

.detail-panel-share-icon:hover {
    color: #A0522D; /* Hover'da biraz daha açık kahve */
}

/* Paylaşım Menüsü Overlay (Arka Plan) */
.share-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Hafif karartılmış arka plan */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Diğer her şeyin üstünde görünmesi için */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.share-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Paylaşım Menüsü Konteyneri */
.share-menu-container {
    background-color: #e0d5c0; /* Açık kahve/bej tonu */
    border: 2px solid #c6b397; /* Koyu bej/açık kahve kenarlık */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Derin gölge */
    text-align: center;
    max-width: 400px; /* Maksimum genişlik */
    width: 90%; /* Responsive genişlik */
    transform: translateY(20px); /* Açılış animasyonu için */
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-family: 'Special Elite', cursive; /* Başlık için Special Elite */
}

.share-menu-overlay.active .share-menu-container {
    transform: translateY(0);
    opacity: 1;
}

.share-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.share-menu-header h4 {
    font-size: 1.4rem;
    color: #5c4033; /* Koyu kahverengi başlık */
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.close-share-menu {
    cursor: pointer;
    font-size: 1.3rem;
    color: #5c4033;
    transition: color 0.2s ease;
}

.close-share-menu:hover {
    color: #8B4513;
}

/* Paylaşım Seçenekleri Izgarası */
.share-menu-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); /* Esnek ızgara */
    gap: 20px;
}

.share-option {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share-option .share-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #4A2E1A; /* Koyu kahve metin */
    transition: color 0.2s ease;
}

.share-option .share-link:hover {
    color: #8B4513; /* Hover'da kahve */
}

.share-option img {
    width: 50px; /* İkon boyutu */
    height: 50px;
    border-radius: 50%; /* Yuvarlak ikonlar */
    border: 2px solid #c6b397; /* Kahve kenarlık */
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.share-option i { /* Font Awesome ikonlar için */
    font-size: 30px; /* Font Awesome ikon boyutu */
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #c6b397;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: #8B4513; /* İkon rengi */
    background-color: #f0e6d2; /* İkon arka plan rengi */
}

.share-option .share-link:hover img,
.share-option .share-link:hover i {
    transform: scale(1.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.share-option span {
    margin-top: 8px;
    font-size: 0.9rem;
}





        /* Diğer Fotoğraflar Slider */
        .other-photos-section {
            margin-top: auto; /* En alta ittirir */
            background-color: #e0d5c0;
            border: 1px solid #c6b397;
            padding: 15px;
            box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            text-align: center;

        }

        .other-photos-section h3 {
            font-family: 'Special Elite';
            font-size: 1.2rem;
            color: #5c4033;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .slider-container {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding: 0 35px; /* Oklar için boşluk */
            box-sizing: border-box;
        }

        .other-photos-grid {
            display: flex;
            transition: transform 0.5s ease-in-out;
            gap: 10px;
            justify-content: flex-start; /* Resimlerin soldan başlamasını sağlar */
        }

        .other-photos-grid img {
            flex-shrink: 0; /* Küçülmesini engeller */
            width: 100px; /* Thumbnail genişliği */
            height: 70px; /* Thumbnail yüksekliği */
            object-fit: cover;
            border: 2px solid #d1bfa3;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: transform 0.2s ease;
        }
        .other-photos-grid img:hover {
            transform: scale(1.05);
        }

        .slider-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(139, 69, 19, 0.8); /* Kahverengi */
            color: #fff;
            border: none;
            padding: 8px 12px;
            cursor: pointer;
            font-size: 1.2rem;
            z-index: 5;
            border-radius: 5px;
            transition: background-color 0.2s ease;
        }
        .slider-nav-btn:hover {
            background-color: #8B4513;
        }
        .slider-nav-btn.left {
            left: 0px; /* Slider container padding'i kadar içeride */
        }
        .slider-nav-btn.right {
            right: 0px; /* Slider container padding'i kadar içeride */
        }


.sagLogoCss{
    z-index:99; position:fixed;bottom:0;right:0;margin-bottom:1%;max-width: 20%;
}

.solLogoCss{
    z-index:99; position:fixed;bottom:0;left:0;margin-bottom:1%;max-width: 20%;
}

.WebLogoCss{
    z-index:99999;
    position:fixed;top:0;left: 50%;
    transform: translateX(-50%);max-width: 20%;
}

         .footer-box {
    position: fixed;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    
    border-radius: 10px;
    display: flex;
    align-items: center;
    z-index: 1000;
  }


         .search-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(at center bottom, #d2b48c, #573517) !important;
    border-radius: 10px;
    box-shadow: 4px 4px 10px #573517, -4px -4px 10px #d2b48c;
    width: 70%;
    max-width: 400px;
    display: flex;
    align-items: center;
    z-index: 1000;
    margin-top:3rem;
  }

  .search-box input {
    border: none;
    background: transparent;
    color: white;
   
    flex: 1;
    outline: none;
  }

  .search-box input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
  }

  .search-box i {
    color: white;
    font-size: 0.875rem; /* icon da responsive */
    margin-left: 10px;
  }

  .filter-box {
    position: absolute;
    top: 50px;
    left: 55%;
    transform: translateX(-55%);
    width: 70%;
    max-width: 400px;
    height: 0;
    overflow: hidden;
    background: white;
    border-radius: 10px;
    box-shadow: 4px 4px 10px #f4a3a3, -4px -4px 10px #ffd6d6;
    transition: height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    z-index: 999;
    overflow-y:auto;
  }

  .filter-box.show {
    height: 25vh;
    opacity: 1;
  }


/*.modalImg {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease; 
  pointer-events: none; 
}

.modalImg.show {
  opacity: 1;
  pointer-events: auto; 
}

.modalImg-wrapper {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.modalImg-content {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.closeImg {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.closeImg:hover {
  color: #bbb;
}*/

/*
.modalImg {
  display: flex;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  flex-direction: column;

  touch-action: none;  
}

.modalImg.show {
  opacity: 1;
  pointer-events: auto;
}

.carousel-container {
  position: relative;
  max-width: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modalImg-content {
  max-height: 90vh; 
  max-width: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,0.2);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 1px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
}

.carousel-btn.prev {
  left: -60px;
}

.carousel-btn.next {
  right: -60px;
}

.thumbnail-container {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  overflow-x: auto;
  padding: 5px;
}

.thumb {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;

  touch-action: pinch-zoom;   
    max-width: 100%;
    max-height: 100%;
}

.thumb:hover, .thumb.active {
  opacity: 1;
  outline: 2px solid #fff;
}

.closeImg {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}

.closeImg:hover {
  color: #bbb;
}

*/

#myModalImg {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  #myModalImg.show { display: flex; }

  #imgModal01 {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: grab;
    display: block;
  }

  .closeImg {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
  }































.image-wrapper {
    overflow:hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    
  }
  &.has-bg-image .image-wrapper {
    display: block;
  }

.imgDe {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

/* Küçük resimlerin stili */
.thumbnail {
    width: 150px;
    height: 150px;
    object-fit: cover;

    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
}
.thumbnail-container {
    display: inline-block;
    margin: 10px;
    text-align: center;
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    
}
.delete-btn {
    display: block;
    margin: 0 auto;
    font-size:0.75rem;

    
}

#tableJeolojiSKN tbody>tr>td:first-of-type {
     padding-left: 10px !important;
}

#tableJeolojiSK_Laboratuvar_N tbody>tr>td:first-of-type {
     padding-left: 10px !important;
}



#tableJeofizikDes tbody>tr>td:first-of-type {
     padding-left: 10px !important;
}


table.dataTable td {
    padding: 10px;
    text-align:center;
}


.jeolojiHendek_cb:checked~.jeolojiHendek_cb::before {
    color: #fff;
    border-color: rgb(0 255 220);
    background-color: rgb(187 252 243);
    box-shadow: none;
}

.jeofizikDes_cb:checked~.jeofizikDes_cb::before {
    color: #fff;
    border-color: rgb(243 69 69);
    background-color: rgb(255 180 180);
    box-shadow: none;
}

.jeofizikErt_cb:checked~.jeofizikErt_cb::before {
    color: #fff;
    border-color: rgb(149 5 149);
    background-color: rgb(255 0 255);
    box-shadow: none;
}

.jeofizikMt_cb:checked~.jeofizikMt_cb::before {
    color: #fff;
    border-color: rgb(255 255 0);
    background-color: rgb(255 255 0);
    box-shadow: none;
}

.jeofizikSerim_cb:checked~.jeofizikSerim_cb::before {
    color: #fff;
    border-color: rgb(130 195 0);
    background-color: rgb(170 255 0);
    box-shadow: none;
}

.jeolojiSonrajNo_cb:checked~.jeolojiSonrajNo_cb::before {
    color: #fff;
    border-color: rgb(0 0 255);
    background-color: rgb(0 0 255);
    box-shadow: none;
}

.volYamacMolozu_cb:checked~.volYamacMolozu_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/ymvolyamacmolozu.PNG");
    box-shadow: none;
}

.yamanlarVolkanitler_cb:checked~.yamanlarVolkanitler_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/yamanlarvolkanitler.PNG");
    box-shadow: none;
}

.jeoDolgu_cb:checked~.jeoDolgu_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/jeodolgu.PNG");
    box-shadow: none;
}

.aluvyon_cb:checked~.aluvyon_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/aluvyon.PNG");
    box-shadow: none;
}

.jeolojiTuf_cb:checked~.jeolojiTuf_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/jeolojiktuf.PNG");
    box-shadow: none;
}

.andezitYamacMolozu_cb:checked~.andezitYamacMolozu_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/andezityamacmolozu.PNG");
    box-shadow: none;
}

.oa23_cb:checked~.oa23_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_2_3.PNG");
    box-shadow: none;
}

.oa3_cb:checked~.oa3_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_3.PNG");
    box-shadow: none;
}

.oa1_1_cb:checked~.oa1_1_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa1_1.PNG");
    box-shadow: none;
}

.uoa3_cb:checked~.uoa3_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/uoa_3.PNG");
    box-shadow: none;
}

.ao51_cb:checked~.ao51_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/ao_5_1.PNG");
    box-shadow: none;
}

.oa_1_1_cb:checked~.oa_1_1_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_1_1.PNG");
    box-shadow: none;
}
.oa_1_2_cb:checked~.oa_1_2_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_1_2.PNG");
    box-shadow: none;
}

.uoa_2_3_cb:checked~.uoa_2_3_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/uoa_2_3.PNG");
    box-shadow: none;
}

.oa_5_1_cb:checked~.oa_5_1_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_5_1.PNG");
    box-shadow: none;
}

.oa_5_2_cb:checked~.oa_5_2_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_5_2.PNG");
    box-shadow: none;
}

.amb_cb:checked~.amb_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/amb.PNG");
    box-shadow: none;
}

.ua_2_cb:checked~.ua_2_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/ua_2.PNG");
    box-shadow: none;
}

.oa_2_1_cb:checked~.oa_2_1_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_2_1.PNG");
    box-shadow: none;
}

.aje_cb:checked~.aje_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/aje.PNG");
    box-shadow: none;
}

.oa_2_2_cb:checked~.oa_2_2_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_2_2.PNG");
    box-shadow: none;
}


.chkBayrakli1KademeOY:checked~.chkBayrakli1KademeOY::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-color: orange;
    box-shadow: none;
}
.chkBornova1KademeOY:checked~.chkBornova1KademeOY::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-color: orange;
    box-shadow: none;
}

.chkBayrakli2KademeOY:checked~.chkBayrakli2KademeOY::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-color: red;
    box-shadow: none;
}
.chkBornova2KademeOY:checked~.chkBornova2KademeOY::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-color: red;
    box-shadow: none;
}

.chkBornovaYigmaOY:checked~.chkBornovaYigmaOY::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-color: yellow;
    box-shadow: none;
}



#ModalDosya {
    z-index: 1050; /* Bootstrap'in varsayılan z-index değeridir */
}

/* İkinci modalın z-index ayarı - birinciden yüksek */
#carouselModal {
    z-index: 1060; /* İkinci modal birinciden yüksek olmalı */
}

/* İkinci modalın arka planının (backdrop) z-index ayarı */
.modal-backdrop.show {
    z-index: 1045; /* İlk modalın z-index'inden daha düşük olmalı */
}



/* Modal içinde daha büyük bir z-index'e sahip olan elemanlar */
.modal-backdrop {
    z-index: 1040; /* Arka planda ikinci modal ile çakışmaması için */
}

.buttonCss{
    opacity: 1;
}

.buttonCss:hover {
  box-shadow: 0 3px #666;
  transform: translateY(2px);
}

._cbcssve {
    border-color: darkgrey;
    border-width: 1px;
    width: 100%;
    color: #000000;
    padding: 0.1em 0.3em;
    margin: 0.1em auto;
    border: 1px solid #01021C;
    background: #e8e8e8;
    transition: border-color 0.1s;
    border-radius: 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: inset 2px 2px 10px rgba(26, 21, 21, 0.54);
    -moz-box-shadow: inset 2px 2px 10px rgba(26, 21, 21, 0.54);
    -webkit-box-shadow: inset 2px 2px 10px rgba(26, 21, 21, 0.54);
}

.ui-autocomplete { 
  position: absolute; 
  cursor: default;
  z-index:1000 !important;
  font-size:0.75rem;
  font-size: 0.75rem;
    background-color: white;
    border-radius: 5px;

}  

.ui-selectmenu-menu {
    z-index:100;
}

.outer {
  position:absolute;
  align-items: center;
  display: none;
  max-height: 200px;
  width:200px;
  background-color:#fff;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  z-index:9;
  border: none !important;
  border-radius: 10px;
}


.outerVeriKayit {
  position:absolute;
  align-items: center;
  display: none;
  max-height: 900px;
  width:500px;
  background-color:#fff;
  justify-content: center;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index:9;
  border: none !important;
  border-radius: 10px;
}



.ortaBolge {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.shadow {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.roundedCorners{
    border:solid 3px #162A4C;
    border-radius:6px;
    border-bottom: 3px solid #84A3C8;
    -moz-box-shadow: 0px 1px 4px #2c80bf;
    -webkit-box-shadow: 0px 1px 4px #2c80bf;
    border-bottom-color: #162A4C;
}

.txtAdresAraCss {
    padding-left: 10px;
    font-family: Tahoma;
    font-size: 16px;
    /* color: #afb2b4; */
    color: rgba(50, 110, 165, 0.90);
    border: 2px solid rgba(50, 110, 165, 0.90);
    background-color: #fff;
    border-radius: 5px;
}
#hizliAraBar{
    height:10%;
}
#detayliAramaMenu{
   display:none;
    background-color:#efefef;
}
#hizliAramaMenu{
   
    background-color:#f5f5f5;
    height: 300px;
	max-height: 340px;
	overflow-y: scroll;
	border: 1px solid #ccc;

    position: absolute;
    padding: 0 1rem;
    left: 0;
    top: 50px;
    right: 55px;
    bottom: 0;
    z-index: 10;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
#menuPanel{
    display:none;
}
.yakinimItem {
    border: 1px solid #999;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #ededed;
    width: 100%;
	font-size:0.75rem;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0069d9;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
/*#toolsBar{
    position:fixed;
    right:0;
    bottom:0;
}*/
/*#toolsBar{
    width:5%;
}*/


.modalCss{
    display:block;
    background-color:#000000b0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #17a2b8;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #17a2b8;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #17a2b8;
}


.esriPopup .sizer {
	/*width: 480px !important;*/
}

.esriPopup .contentPane {
	position: relative;
	overflow: visible !important;
	padding: 10px;
	/*background-color: #f1f1f1d1 !important;*/
	color: #333333;
	/*max-height: 560px !important;*/
}
			
.dijitDialogPaneContent
{
	background-color: #f1f1f1d1 !important;
	height:100% !important;
}
.dijitDialog 
{
	border-radius: 10px;
}
			
/*.dijitDialogTitleBar {
    border: 1px solid #759dc0 !important;
    border-top: none;
    background-color: #09378c !important;
}
			
.dijitDialogTitle {
    font-size: 1.091em;
    color: #ffffff !important;
}*/
			
.esriPopup .titleButton.maximize {
	display: none !important;
}
			
.esriPopup .titlePane {
	background-color: #017bff !important;
}
.esriPopup .actionsPane {
	background-color: #017bff !important;
}
			
.esriPopup .outerPointer {
	background-color: #dce4ff !important;
}
.esriAttributeInspector .atiLabel {
	font-weight: bold !important;
}
.esriAttributeInspector .atiButtons {
	margin-bottom:30px !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 99999;
    color: #fff;
    background: #d6d6d6;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar
button[aria-expanded="true"] {
    background: #16a2b8;
    color:white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #d6d6d6;
    border-color: #dee2e6 #dee2e6 #fff;
}
.draggable {
  display: inline-block;
  padding: 1px 3px;
  font-weight: bold;
  color: white;
  background-color: indianred;
}

.arkaPlanCss{
	background-color: #d4d4d4;
    height: 60%;
    width: 47%;
    position: fixed;
}

.solKabloPanelCss{
    position: absolute;
    left: 0;
    width: 100px;
    height: 50%;
    border: 6px solid #f7f5ee;
    margin-top: 5%;
}

.sagKabloPanelCss{
	position: absolute;
	right: 0;
	width: 100px;
    height: 50%;
    border: 6px solid #f7f5ee;
    margin-top: 5%;
}

.draggableCss {
	position: absolute;
	right: 0;
}
.tupSolCss {
	height:20px;
	width:50px;
	margin-top:20px;
	float:left;
	
}
.tupSagCss {
	height:20px;
	width:50px;
	margin-top:20px;
	float:right;
	
}

.imgResimCss{
    width:100%;
    height:calc(100vh - 100px);
}
.imgResimToolTipCss{
    width:100%;
    height:90px;
}
.imgResimCss2{
    width:100%;
    height:calc(100vh - 80px);
}

.imgResimCss22{
    width:100%;
    min-height:430px;
    height:430px;
}

.imgResimInfoDosyaCss{
    width:100%;
    min-height:600px;
    height:610px;
    max-height :610px;
}
.imgResimInfoLevhaCss{
    width:100%;
    min-height:280px;
    height:290px;
    max-height :290px;
}
.divSorguSonucCss{
    z-index:999;
    position:absolute;
    bottom:0;
}

.divLayersCss{
    display:none;
    z-index:100001;
    position:absolute;
    bottom:0;
    right:0;
    background-color: #ffffff;
    /*height:40%;
    max-height:50%;
    min-height:40%;*/
    font-size:0.75rem;
    overflow:hidden;
}

.modal-section {
    display: flex;
    flex-direction: row;
}

.flex-30 {
    display: flex;
    flex: 30% 1;
}
.flex-70 {
    display: flex;
    flex: 70% 1;
}
.flex-50 {
    display: flex;
    flex: 50% 1;
}

.modal-subsection {
    padding: 5px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d5d5d5;
    margin: 5px;
    border-radius: 4px;
}


.tarihContainer {
    right: 3px;
}
.boxContainerStyle {
    position: absolute;
    border-radius: 5px;
    background: rgba(190, 190, 180, 0.701961);
    border: 1px solid #1c6e8e;
    bottom: 6px;
}
.panRenkler {
    font-weight: bold;
    color: #2c3e50;
    user-select: text;
    padding: 3px 2px 2px 2px;
    font-family: 'Roboto',sans-serif !important;
    line-height: 20px;
}

.panoDivCss {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    color: #fff;
    background: black;
    /*height: calc(100% - 30px);*/
    height: 100%;
}
.kaydirmaDivCss{
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    width: 8px;
    cursor: w-resize;
}
.panoUstuneDivCss{
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: transparent;
}






.custom-select {
  position: relative;
  font-family: Arial;
  font-size: 0.875rem;
}

.custom-select select {
  display: none;
}

.select-selected {
  /*background-color: DodgerBlue;*/
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: transparent transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div,
.select-selected {
  /*color: #ffffff;*/
  /*padding: 8px 16px;*/
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-items {
  z-index: 999999;
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 0.875rem;
  padding: 1px 12px;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.select-items .square-box {
  height: 18px;
  width: 18px;
  float: right;
  border: 1px solid black;
}
.select-items .square-box0 {
  height: 18px;
  width: 18px;
  float: right;
}

.select-selected .square-box {
  height: 18px;
  width: 18px;
  right: 30px;
  position: absolute;
}

/*#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}*/

.baslangicKoordinatEkraniCss{
    z-index:1000; 
    position:absolute;
    top:0;left:0;
    margin-top:5px;
    width:20%;
   
    display:none;
}

.bilgiEkraniCss{
    z-index:1000; 
    position:absolute;
    top:0;left:0;
    margin-top:5px;
    width:20%;
   
    display:none;
}

.cardBodyBilgiEkraniCss{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}

.menuCss{
    z-index:1000; 
    position:absolute;
    top:0;left:0;
    display:none;
    width:200px;
}
.mapDivCss{
    height: calc(100vh - 200px); overflow: hidden;
    width: 100%;
            border: 2px solid #A0522D; /* Harita çerçevesi */
            box-shadow: inset 0 0 10px rgba(0,0,0,0.3); /* İç gölge */
        
}

.sidebarCardCss{
    height:calc(100vh - 80px);
}

.sidebarfootCss{
    padding: 10px;position:absolute;top:94%;z-index:99999999;
}

.cardBodyCss{
     height:calc(100vh - (3.5rem + 1px))
}



@media screen and (max-width: 1650px) {
  .bilgiEkraniCss {
    width:30%;
  }
}

@media screen and (max-width: 1382px) {
  .bilgiEkraniCss {
    width:35%;
  }
}

@media screen and (max-width: 992px) {
  .bilgiEkraniCss {
    width:45%;
  }
}

@media screen and (max-width: 768px) {
  .bilgiEkraniCss {
    width:50%;
  }
   .dropdown-menu {
        min-width: 5rem !important;  
    }
    .imgResimCss{
        width:100%;
        height:330px;
    }
}

@media screen and (max-width: 660px) {
  .bilgiEkraniCss {
    width:60%;
  }
}

@media screen and (max-width: 482px) {
  .bilgiEkraniCss {
    width:99%;
  }

  .sidebarCardCss{
    height:calc(100vh - 120px);

}

  .cardBodyCss{
    padding-top:calc(3.5rem + 5px) !important;
}
  .sidebarfootCss{
    width:250px;
}

  /*.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: 0px !important;
}*/

  .sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(220px - 0.5rem * 2);
}
  .brand-text-wrap {
  white-space: normal !important;
  word-wrap: break-word !important;
  font-size: 1rem;
  line-height: 1.2;
  max-width: 150px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 1;
}
  .layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0px !important;
    padding-top:0px !important;
}

  .kapakAdiCss{
    font-size:1.375rem !important;
    font-weight:bold !important;
}

  .yolTarifiImg{
     width: 20px; height: auto; float: left;
  }
  .detali-btn{
      font-size:0.875rem;
  }
  .location{
      font-size:small;
  }
  .h5Css{
      font-size:1rem;
  }
  
  .footer-box {
    left: 50%;
    transform: translateX(-50%);
}


}
@media screen and (min-width: 482px) {
  

    .main-sidebar {
    width: 350px !important;
  }

  /* Pushmenu açıkken içerik kayması */
  .sidebar-open .main-sidebar {
    left: 0;
  }

  /* Pushmenu kapalıyken sidebar gizlenmiş gibi davranır */
  .sidebar-collapse .main-sidebar {
    margin-left: -350px !important;
  }

  /* İçeriğin sola kaymasını engeller */
  .content-wrapper,
  .main-footer,
  .main-header {
    margin-left: 0px !important;
    transition: margin-left 0.3s ease;
  }

  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer,
  .sidebar-collapse .main-header,
  .sidebar-collapse ..brand-link {
    margin-left: 0 !important;
  }

  .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0 !important;
}

  .main-sidebar .brand-link {
    width: 350px !important;
    max-width: 350px !important;
    transition: width 0.3s ease;
  }

  

.brand-logo-custom {
    max-height: 50px !important;
    width: 50px !important;
    transition: height 0.3s;
  }

.brand-text-wrap {
  white-space: normal !important;
  word-wrap: break-word !important;
  font-size: 1.25rem;
  line-height: 1.2;
  max-width: 350px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: inline-block;
}

/* Sidebar kapalıyken yazıyı kaydır ve gizle */
.sidebar-collapse .brand-text-wrap {
  opacity: 0;
  transform: translateX(-20px);
}

  /*body.sidebar-collapse .brand-text-full {
    display: none !important;
  }*/

  body.sidebar-collapse .brand-logo-custom {
    margin: 0 auto;
    display: block;
  }

  .layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini-xs.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
    height: calc(3.5rem + 15px) !important;
    width: 0px !important;
}



.esri-view-surface--touch-none:focus::after,
.esri-view-surface--touch-none:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}


.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(300px - 0.5rem * 2);
    transition: width ease-in-out .3s;
}

.icon-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

.kapakAdiCss{
    font-size:1.375rem !important;
    font-weight:bold !important;
}


.yolTarifiImg{
     width: 24px; height: auto; float: left;
  }





}


 @media (max-width: 768px) {
    .detail-panel {
        width: 100vw; /* Telefonlarda tam ekran */
    }
    .panel-header {
        /*padding-top: 60px;  Navbar altına insin */
    }
    .panel-content {
        padding: 0 15px;
    }
    .panel-logo {
        font-size: 1.2rem;
    }
    .detail-panel .close-btn {
        font-size: 2rem;
    }
    .image-title-date {
        font-size: 0.8rem;
    }
    .image-credit-info {
        font-size: 0.7rem;
    }
    .panel-description {
        font-size: 0.85rem;
    }
    .share-button {
        font-size: 0.9rem;
        padding: 8px 12px;
    }
    .other-photos-grid img {
        width: 80px;
        height: 60px;
    }
    .slider-nav-btn {
        padding: 6px 10px;
        font-size: 1rem;
    }
}




 /* Filtreleme Butonu (Mevcut haliyle bırakıldı) */
        .filter-button-container {
            z-index:998; position:absolute;top:0;left:0;float:left;
             margin: 3rem 2rem  !important;

            transition: opacity 0.3s ease, transform 0.3s ease;
        }
        .filter-panel.open + .filter-button-container {
            opacity: 0;
            transform: scale(0.5);
            pointer-events: none;
        }

        .filter-button {
            background-color: #a0522d;
            color: #f0e6d2;
            border: 2px solid #6e350b;
            width: 30px;
            height: 30px;
            border-radius: 5px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
            transition: background-color 0.2s ease, transform 0.2s ease;
            font-size: 1rem;
            background: radial-gradient(circle at 3px 3px, #d2b48c, #8B4513);
        }
        .filter-button:hover {
            background-color: #8B4513;
            transform: translateY(-2px);
        }
        .filter-button i {
            color: #f0e6d2;
        }

        /* Filtreleme Div'i - Bootstrap Card Yapısı ile Düzenlendi */
        .filter-panel {
            z-index:998; position:absolute;top:0;left:0;float:left;
            margin: 3rem 2rem  !important;

            width: 380px; 
            background-color: #f8f0e3;
            border: 3px solid #d1bfa3;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
            box-sizing: border-box;
            z-index: 1005;
            transform: scale(0);
            opacity: 0;
            visibility: hidden;
            transform-origin: top left;
            transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
            font-family: Arial, sans-serif;
            color: #4A2E1A;
            background-image: url('https://www.toptal.com/designers/subtlepatterns/uploads/paper_3.png');
            background-size: cover;
            background-blend-mode: soft-light;
            border-radius: 8px;
        }

        .filter-panel.open {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

        /* Bootstrap Card için özel stil */
        .filter-panel .card-header {
                background-color: #d1bfa3;
                color: #5c4033;
                font-family: 'IM Fell English SC', serif;
                font-size: 1.5rem;
                font-weight: bold;
                text-align: center;
                /* padding: 10px 15px; */
                border-bottom: 1px dashed #b8a68d;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                position: relative;
        }

        .filter-panel .close-btn-x {
            position: absolute;
            top: 5px; 
            right: 10px;
            font-size: 1.2rem;
            color: #5c4033;
            cursor: pointer;
            background: none;
            border: none;
            line-height: 1;
            padding: 0;
            transition: color 0.2s ease, transform 0.2s ease;
        }
        .filter-panel .close-btn-x:hover {
            color: #333;
            transform: rotate(90deg);
        }

        .filter-panel .card-body {
            padding: 20px; 
        }

        /* Filtre Grup İçin Yeni Düzenleme: Label ve Textbox alt alta */
        .filter-group-item {
            margin-bottom: 1rem; 
            display: flex;
            flex-direction: column; /* Label ve input alt alta */
            align-items: flex-start; /* Sola hizala */
        }
        .filter-group-item .form-label {
            /* flex-shrink: 0; Kaldırıldı, artık sabit genişliğe gerek yok */
            /* width: 120px; Kaldırıldı */
            font-family: 'Special Elite', cursive;
            font-size: 0.95rem;
            color: #735845;
            text-align: left; /* Sola hizala */
            padding-right: 0; /* Kaldırıldı */
            margin-bottom: 5px; /* Input ile arasında boşluk */
        }

        .filter-group-item .form-control {
            flex-grow: 1; /* Input'un kalan alanı doldurmasını sağla */
            padding: 8px;
            border: 1px solid #d1bfa3;
            background-color: #f0e6d2;
            font-family: Arial, sans-serif;
            font-size: 0.9rem;
            color: #4A2E1A;
            border-radius: 3px;
            box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
            box-sizing: border-box;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
            width: 100%; /* Kapsayıcı genişliğini doldur */
            height: calc(2.25rem + -4px);
        }
        .filter-group-item .form-control:focus {
            outline: none;
            border-color: #a0522d;
            box-shadow: 0 0 5px rgba(160, 82, 45, 0.5);
            -webkit-box-shadow: 0 0 5px rgba(160, 82, 45, 0.5);
        }

        /* Yıl inputları için özel stil */
        .year-inputs-row {
            display: flex;
            justify-content: space-around; /* Input'ları yay */
            align-items: flex-start; /* label'lar aynı hizada başlasın */
            gap: 15px; /* Input'lar arasında boşluk */
            
        }

        .year-inputs-row .col {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            align-items: center; /* İçindeki label ve input'u ortala */
        }
        .year-inputs-row .form-label {
            width: auto; 
            text-align: center;
            font-family: 'Special Elite', cursive;
            margin-bottom: 5px; /* Input ile label arası boşluk */
        }
        .year-inputs-row .form-control {
           flex-grow: 1; /* Input'un kalan alanı doldurmasını sağla */
            padding: 8px;
            border: 1px solid #d1bfa3;
            background-color: #f0e6d2;
            font-family: Arial, sans-serif;
            font-size: 0.9rem;
            color: #4A2E1A;
            border-radius: 3px;
            box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
            box-sizing: border-box;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
            width: 100%; /* Kapsayıcı genişliğini doldur */
            height: calc(2.25rem + -4px);
            text-align: center;
        }

        /* RANGE SLIDER STİL KISIMI */
        .year-range-container {
            width: 100%; 
            
            position: relative;
            height: 60px; /* Slider, ticks ve label'lar için yeterli alan */
            padding: 0 10px; 
            box-sizing: border-box;
        }

        .range-slider {
            position: absolute;
            width: calc(100% - 20px); /* Kapsayıcının padding'i düşüldü */
            height: 5px;
            background: linear-gradient(to right, #d1bfa3 0%, #d1bfa3 100%);
            border-radius: 5px;
            top: 25px; /* Çubuğun dikey konumu */
            left: 10px; 
        }

        .range-slider input[type="range"] {
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            height: 5px;
            background: transparent;
            position: absolute;
            pointer-events: none;
            top: 0;
            margin: 0;
            padding: 0;
            left: 0; /* Input'u kapsayıcının soluna hizala */
        }

        /* Webkit (Chrome, Safari) thumb stilleri */
        .range-slider input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: #a0522d;
            cursor: pointer;
            border: 2px solid #6e350b;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
            margin-top: -8px; /* Çubuğu ortalamak için */
            pointer-events: all;
            position: relative;
            z-index: 2;
            transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
            /* Bu kısımda doğrudan kenarlara hizalama için özel bir margin veya transform ihtiyacı olabilir. */
            /* Ancak JS ile handle edeceğiz, bu CSS sadece genel stil için. */
        }

        .range-slider input[type="range"]::-webkit-slider-thumb:hover {
            background-color: #8B4513;
        }

        /* Firefox thumb stilleri */
        .range-slider input[type="range"]::-moz-range-thumb {
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: #a0522d;
            cursor: pointer;
            border: 2px solid #6e350b;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
            pointer-events: all;
            position: relative;
            z-index: 2;
            transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
        }
        .range-slider input[type="range"]::-moz-range-thumb:hover {
            background-color: #8B4513;
        }

        /* Range Track için Firefox */
        .range-slider input[type="range"]::-moz-range-track {
            width: 100%;
            height: 5px;
            background: transparent;
            border-radius: 5px;
        }

        .range-filled {
            position: absolute;
            height: 5px;
            background-color: #8B4513;
            border-radius: 5px;
            top: 25px;
            left: 10px; 
            width: 0;
            z-index: 1;
        }

        .range-ticks {
            position: absolute;
            width: calc(100% - 20px); 
            top: 35px; /* Yıl etiketlerinin çubuktan aşağıda olması için */
            font-size: 0.75rem;
            color: #735845;
            font-family: 'Special Elite', cursive;
            left: 10px; 
            box-sizing: border-box;
            height: 20px; /* Yatay etiketler için yeterli yükseklik */
            display: flex; /* Etiketleri yatayda hizalamak için */
            justify-content: space-between; /* Etiketleri iki yana yaymak için */
        }

        .range-ticks span.tick-label {
            position: absolute; /* Her etiketi ayrı ayrı konumlandıracağız */
            transform: translateX(-50%); /* Kendi genişliğine göre ortala */
            white-space: nowrap;
            top: 0; /* Çizginin hemen altından başla */
            line-height: 1; 
            text-align: center; /* Sayıların ortalanması için */
        }

        .range-ticks span.tick-label::before {
            content: '';
            position: absolute;
            top: -10px; 
            left: 50%; 
            transform: translateX(-50%);
            width: 2px;
            height: 12px; 
            background-color: #735845;
        }

        /* Filter Actions (Butonlar) - Bootstrap ile Düzenlendi */
        .filter-actions {
            display: flex;
            justify-content: space-between;
            margin-top: 25px;
        }

        .filter-actions .btn { 
            background-color: #a0522d;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-family: 'Special Elite', cursive;
            font-size: 1rem;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            text-shadow: 1px 1px 2px rgb(0 0 0);
            transition: background-color 0.2s ease, transform 0.2s ease;
            min-width: 100px;
            background: radial-gradient(at center, #d2b48c, #573517) !important;
        }
        .filter-actions .btn:hover {
            background-color: #8B4513;
            transform: translateY(-1px);
        }
        .filter-actions .btn:active {
            transform: translateY(1px);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        }


        /* Anahtar Kelimeler Filtre Kutusu için Yeni Stiller */
        .autocomplete-container {
            position: relative;
            width: 100%;
        }

        .suggestions-list {
            list-style: none;
            padding: 0;
            margin: 0;
            position: absolute;
            top: 100%; /* Input'un hemen altına gelmesi için */
            left: 0;
            width: 100%;
            background-color: #f8f0e3; /* Panel ile aynı arka plan */
            border: 1px solid #d1bfa3;
            border-top: none;
            border-radius: 0 0 5px 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 10; /* Diğer elemanların üzerinde görünmesi için */
            max-height: 200px; /* Belirli bir yükseklikten sonra kaydırma çubuğu */
            overflow-y: auto;
            display: none; /* Varsayılan olarak gizli */
        }

        .suggestions-list li {
            padding: 8px 12px;
            cursor: pointer;
            border-bottom: 1px dashed #e0d0b8; /* Hafif ayırıcı */
            font-family: Arial, sans-serif;
            font-size: 0.9rem;
            color: #4A2E1A;
        }

        .suggestions-list li:last-child {
            border-bottom: none; /* Son öğede ayırıcı olmasın */
        }

        .suggestions-list li:hover,
        .suggestions-list li.selected { /* Klavye ile gezinme için */
            background-color: #e0d0b8;
            color: #8B4513;
        }




        /* Modal Stilleri */
        .nearby-photos-modal {
            position: fixed;
            left: 0;
            bottom: 105px;
            width: 100%;
            display: flex; 
            align-items: flex-end; 
            justify-content: center;
            z-index: 1000;
            overflow: hidden; 
            transform: translateY(100%); 
            transition: transform 0.4s ease-out; 
            visibility: hidden; 
        }

        .nearby-photos-modal.open {
            transform: translateY(0%);
            visibility: visible;
            transition: transform 0.4s ease-out; 
        }

        .nearby-photos-modal.closing {
            transform: translateY(200%);
            transition: transform 0.4s ease-in; 
        }

        .modal-content {
            background-color: #e0d5c0; 
            border: 2px solid #c6b397; 
            border-bottom: none; 
            border-radius: 8px 8px 0 0; 
            box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3), inset 1px 1px 5px rgba(0, 0, 0, 0.1); 
            width: 85%; 
            max-width: 1160px; /* Kartların genişliğine göre modal genişliği artırıldı */
            margin: 0 auto; 
            position: relative;
            overflow: hidden;
            box-sizing: border-box;
        }

        .close-button {
            position: absolute;
            top: 10px;
            right: 15px;
            background: none;
            border: none;
            color: #4A2E1A;
            font-size: 1.25rem;
            cursor: pointer;
            z-index: 10;
            padding: 5px;
            transition: color 0.3s ease, transform 0.2s ease;
        }

        .close-button:hover {
            color: #8B4513;
            transform: rotate(90deg);
        }

        /* Fotoğraf Kartları Bölümü (Modal İçinde) */
        .photo-cards-section {
            padding: 20px 0px;
            text-align: center;
            box-sizing: border-box;
        }

        .photo-cards-section h3 {
            font-family: 'IM Fell English SC', serif;
            font-weight:bold; 
            font-size: 1.5rem;
            color: #5c4033; 
            margin-top: 0;
            margin-bottom: 15px;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3); 
        }

        .photo-cards-section .cards-carousel-container {
            position: relative;
            width: 100%;
            overflow: hidden; /* Dışarı taşan kartları gizler */
        }

        .cards-wrapper {
            display: flex; /* Flexbox kullanımı */
            transition: transform 0.5s ease-in-out;
            will-change: transform; /* Performans optimizasyonu */
            gap: 20px; /* Kartlar arası boşluk */
            /* Aşağıdaki ekleme ile kartların ortalanmasını sağlayacağız */
            /* Özellikle tek kart gösterildiğinde veya tüm kartlar sığıyorsa */
            justify-content: flex-start; /* Varsayılanı flex-start olsun */
            padding: 0px 50px;
        }

        .photo-card {
            flex-shrink: 0; 
            width: 250px; /* Kart genişliği (resim ve yazıya göre ayarlandı) */
            height: 150px; /* Kart yüksekliği */
            background-color: #f7f1e6; 
            border: 2px solid #d1bfa3; 
            border-radius: 5px;
            padding: 10px; /* İç boşluk */
            box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2), inset 1px 1px 3px rgba(0, 0, 0, 0.05); 
            text-align: left; /* Metin sola yaslı olacak */
            transition: transform 0.3s ease;
            display: flex; /* İçerik için flexbox */
            align-items: center; /* Dikeyde ortalar */
            position: relative; /* İçindeki resim ve metin için */
        }

        .photo-card:hover {
            transform: translateY(-5px); 
            box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
        }

        .photo-card img {
            width: 120px; /* Resim genişliği */
            height: 100%; /* Kart yüksekliğini doldurur */
            object-fit: cover;
            border: 1px solid #c6b397;
            margin-right: 10px; /* Resim ile metin arasına boşluk */
            filter: sepia(20%) brightness(0.9) contrast(1.05); 
            border-radius: 3px;
        }

        .photo-card-details {
            display: flex;
            flex-direction: column; /* Yıl ve adı alt alta getirir */
            justify-content: flex-start; /* Dikeyde ortalar */
            height: 100%; /* Kartın yüksekliğini kaplar */
            flex-grow: 1; /* Kalan alanı doldurur */
        }

        .photo-card .date {
            font-family: 'Special Elite', cursive;
            font-size: 1.0rem; /* Yıl yazısı büyüklüğü */
            color: #8B4513; 
            margin-bottom: 5px; /* Ad ile arasına boşluk */
            line-height: 1.2; /* Satır aralığı */
        }

        .photo-card .location {
            font-family: 'IM Fell English SC', serif;
            font-size: 1.2rem; /* Ad yazısı büyüklüğü */
            color: #5c4033;
            font-weight: bold;
            line-height: 1.2;
        }

        /* Navigasyon butonları stilleri değişmedi */
        .carousel-nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(139, 69, 19, 0.85);
            color: #fff;
            border: none;
            padding: 10px 12px;
            cursor: pointer;
            font-size: 1rem;
            z-index: 5;
            border-radius: 50%;
            transition: background-color 0.2s ease, transform 0.2s ease;
            box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
            display: flex;
            align-items: center;
            justify-content: center;
    }
        .carousel-nav-button:hover {
            background-color: #8B4513; 
            transform: translateY(-50%) scale(1.1);
        }
        .carousel-nav-button:disabled {
            background-color: rgba(139, 69, 19, 0.4); 
            cursor: not-allowed;
            transform: translateY(-50%) scale(1);
        }

        .carousel-nav-button.left {
            left: 5px; 
        }
        .carousel-nav-button.right {
            right: 5px;
        }

        @media (min-width: 1080px) and (max-width: 1280px) { /* Maksimum genişliği değiştirdiğimiz için bu breakpoint eklendi/düzenlendi */
            .panel-main-image-container {
                /*padding-top: 55%;*/
                height:250px; /*Eskiden 350 px*/
            }
        }

        @media (min-width: 1280px)  { 
            .panel-main-image-container {
                /*padding-top: 45%;*/
                height:425px;
            }
        }

        @media (max-width: 1080px) { /* Maksimum genişliği değiştirdiğimiz için bu breakpoint eklendi/düzenlendi */
            .modal-content {
                max-width: 992px; /* 4 kart sığması için */
            }
            .panel-main-image-container {
                /*padding-top: 55%;*/
                height:220px; /*Eskiden 350 px*/
            }
        }

        @media (max-width: 992px) {
            .photo-card {
                width: 230px; 
                height: 140px;
                padding: 8px;
            }
            .photo-card img {
                width: 110px;
            }
            .photo-card .date {
                font-size: 0.95rem;
            }
            .photo-card .location {
                font-size: 1.1rem;
            }
            .cards-carousel-container {
                padding: 0 40px;
            }
            .modal-content {
                max-width: 768px; /* 3 kart sığması için */
            }
            .cards-carousel-container {
                padding: 0 40px;
            }

            .panel-main-image-container {
                height:190px;
            }
        }
        /* Responsive Ayarlamalar */
        @media (max-width: 768px) {
            .panel-main-image-container {
                height:260px;
            }

            .suggestions-list {
                /* Mobil'de tam ekran genişliğini koruyabilir */
                width: 100%; 
            }
            .filter-button {
                font-size: 0.875rem;
            }
            
            .filter-panel {
                width: calc(100vw - 100px); 
            }
            .filter-panel.open + .filter-button-container {
                opacity: 0;
                transform: scale(0.5);
            }
            .filter-panel.open {
                transform: scale(1);
            }
            /* Mobil görünümde zaten alt alta olduğu için özel bir şey yapmaya gerek yok */
            /* .filter-group-item {
                flex-direction: column;
                align-items: flex-start;
            }
            .filter-group-item .form-label {
                width: auto;
                text-align: left;
                padding-right: 0;
                margin-bottom: 5px;
            } */
            .year-inputs-row {
                flex-direction: row;
                align-items: center;
                gap: 10px; 
            }
            .year-inputs-row .form-label {
                text-align: center;
                font-size: 0.875rem;
            }
            .year-range-container {
                padding: 0 5px; 
            }
            .range-slider, .range-filled, .range-ticks {
                width: calc(100% - 10px); 
                left: 5px;
            }
            .range-ticks span.tick-label {
                font-size: 0.65rem; 
            }
            .range-ticks span.tick-label::before {
                height: 10px;
            }

            .photo-cards-section h3 {
                font-size: 1.8rem;
            }
            .photo-card {
                width: 200px; /* Mobil için daha küçük kart */
                height: 120px;
                padding: 7px;
            }
            .photo-card img {
                width: 90px;
                margin-right: 8px;
            }
            .photo-card .date {
                font-size: 0.85rem;
            }
            .photo-card .location {
                font-size: 1.0rem;
            }
            .cards-carousel-container {
                padding: 0 30px;
            }
            .carousel-nav-button {
                padding: 10px 15px;
                font-size: 1.2rem;
            }
            .modal-content {
                margin: 0 10px; 
                max-width: 576px; /* 2 kart sığması için */
            }
            .cards-carousel-container {
                padding: 0 30px;
            }
        }


        @media (max-width: 576px) {
            .photo-cards-section h3 {
                font-size: 1.2rem;
                margin-bottom: 20px;
            }
            .photo-card {
                width: 100%; /* Tek kart tam genişlikte */
                max-width: 280px; /* Kartın maksimum genişliği */
                height: 110px;
                padding: 6px;
                margin: 0 auto; /* Ortalamak için */
            }
            
            .photo-card img {
                width: 80px;
                margin-right: 6px;
            }
            .photo-card .date {
                font-size: 0.8rem;
            }
            .photo-card .location {
                font-size: 0.9rem;
            }
            .cards-carousel-container {
                padding: 0 10px; /* Oklar yok denecek kadar yakın */
            }
            .carousel-nav-button {
                padding: 8px 12px;
                font-size: 1rem;
            }
            .close-button {
                font-size: 1rem;
                top: 8px;
                right: 10px;
            }
            
        }

        @media (max-width: 480px) {
            .filter-panel .card-header {
                font-size: 1.3rem;
            }
            .filter-group-item .form-label,
            .filter-group-item .form-control {
                font-size: 0.85rem;
            }
            .filter-actions .btn {
                padding: 8px 15px;
                font-size: 0.9rem;
            }
            .range-ticks {
                font-size: 0.6rem;
            }
            .range-ticks span.tick-label::before {
                height: 8px;
            }

            .share-menu-container {
                padding: 20px;
            }
            .share-menu-header h4 {
                font-size: 1.2rem;
            }
            .share-option img,
            .share-option i {
                width: 45px;
                height: 45px;
            }
            .share-option span {
                font-size: 0.8rem;
            }
            .mapDivCss{
                height: calc(100vh - 210px);
        
            }
        }



