.image-container {
    height: 100%;
     display: grid;
      grid-template-columns: 1fr;
    width: 100%;
    overflow: auto;
     -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}

.image {
    height: 100%;
     grid-row-start: 1;
 grid-column-start: 1;
    width: 100%;
    object-fit:cover;
}

@media (min-width: 1200px) {
    .tableF-responsive tr {
        display: inline-table;
        width: 50%;
        border-right-style: solid;
        border-right-color: inherit;
        border-right-width: 1px;
        border-left-style: solid;
        border-left-color: inherit;
        border-left-width: 1px;
    }
}

/* SM ve MD ekranlar için tr elemanlarını tam genişlikte göster */
@media (max-width: 991px) {
    .tableF-responsive tr {
        display: block;
        width: 100%;
    }
}


.flatDetailItem {
    height: 55px;
    border-radius: 5px;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #e1e1e12e;
    padding-right: 15px;
}

.image-container::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

body {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}

.LeftItem {
    height: 40px;
    vertical-align: middle;
}

.tableCompareFirstDiv {
    border-color: lightgray;
    border-radius: 15px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
}

.tableFirstColumn {
    background-color: #f8f9fa !important;
    text-align: center;
    font-weight:bold;
    min-width:150px;
}

.filterSliderContainer {
    padding: 5px;
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
    margin-top: 10px;
}

.filterButtonExtra {
    border-style: solid !important;
    border-color: lightgray !important;
    border-width: 1px !important;
}

.tableTRdetail {
    height: 55px;
    vertical-align: middle;
}

.tableRowGray {
    background-color: #f7f7f7;
}

.tableTDcompare {
    text-align: center;
    font-size:medium;
    min-width:100px;
}

.detail_image_carousel
{
    text-indent:0px !important;
    width:120px !important;
    height:60px !important;
}

.detail_image_carouse_image
{
    width:100%;
    object-fit:cover;
}


.overlay-title {
    color: white; /* Yazı rengi */
    float:right;
    z-index: 1; /* Diğer içeriklerin üzerinde olması için */
}

.overlay-button {
    margin-top: 40px;
    height: 45px;
    line-height: 45px;
    margin-left: 25px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    padding: 0px 10px 10px;
    text-decoration: none;
    z-index: 1;
    background-color: rgb(67, 67, 67);
}

.checkboxInfoDetail {
    cursor: pointer;
    position: absolute !important;
    right: 30px;
    bottom: 30px;
    width: 55px;
}


body::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
        
/*
polygon {
    stroke-width: 1;
    stroke: transparent;
    fill: none;
    pointer-events: visible;
}
polygon:hover {
    stroke: white;
    display: block;
    cursor: pointer;
    fill: rgba(128, 128, 128, 0.6);
}
*/

.counter {
    border-radius: 10px;
    background-color: white;
}

.counter-inner {
    font-size: 22px;
    text-align: center;
}


#tooltip {
    position: fixed;
    display: block;
    visibility: hidden;
    font-size: 1em;
    background-color:#efefef;
    border-radius: 10px;
    border-width: 1px;
    border-color: lightgray;
    border-style: solid;
    color: #000;
    font-weight: 500;
    padding: 5px 20px;
    box-shadow: 0 8px 10px rgba(0,0,0,.1);
}

.backgroundFilterLightGray {
    background-color: #ffffff !important;
    font-size:14px !important;
    border-radius:0px !important;
    text-align: left !important;
}

    .backgroundFilterLightGray::after {
        float: right !important;
        margin-top: 10px !important;
    }


.filterSpan {
    max-width: 75% !important;
    overflow-x: clip;
    text-overflow: ellipsis;
    display: inline-block;
    width: 75% !important;
}


.logo {
    width: 100%;
    max-width: 160px;
    max-height: 50px;
    object-fit: contain;
}




.polygonXX {
    cursor: pointer;
}

.buildingXX {
    cursor: pointer;
}


.ggIlanFav {
    font-size: 2rem;
    color: #f40009 !important;
}

.heart {
    cursor: pointer;
    height: 60px;
    width: 60px;
    margin: -15px;
    background-image: url(/InsaatFiles/images/web_heart_animation.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 2900%;
}

.is_animating {
    animation: heart-burst .8s steps(28) 1;
}

@keyframes heart-burst {
    from {
        background-position: left;
    }

    to {
        background-position: right;
    }
}


.heart:hover {
    background-position: right;
}


.liked {
    cursor: pointer;
    height: 60px;
    width: 60px;
    margin: -15px;
    background-image: url(/InsaatFiles/images/web_heart_animation.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 2900%;
}


    #modelBox {
    position: fixed;
    visibility: hidden;
    background: #fff;
    width: 200px;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1000;

}

.offer-text {
    padding: 20px 40px 40px 40px;
    font-size: 14px;
    line-height: 22px;
}

.offer-text h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}

.offer-text small {
    display: inline;
    color: #ff2b4e;
    font-weight: 600;
    margin-bottom: 20px;
}

.offer-text form {
    margin-top: 30px;
    display: flex;
    background: #efefef;
    border-radius: 4px;
}

.offer-text form button {
    border: 0;
    outline: 0;
    cursor: pointer;
    background: #ff2b4e;
    color: #fff;
    padding: 0 15px;
    border-radius: 4px;
}

.close-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}




.dropdown {
    position: relative;
    .dropdown-list

{
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 2px;
    right: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform .15s ease-in-out .15s;
    max-height: 66vh;
    overflow-y: scroll;
}

.dropdown-option {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity .15s ease-in-out;
}

.dropdown-label {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    line-height: 1;
    cursor: pointer;
    &:before

{
    content: '▼';
    float: right;
}

}

&.on {
    .dropdown-list

{
    transform: scale(1, 1);
    transition-delay: 0s;
    .dropdown-option

{
    opacity: 1;
    transition-delay: .2s;
}

}

.dropdown-label:before {
    content: '▲';
}

}

[type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 4px;
}
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.flatbox:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.4);
}



/* Mobile Css*/
