﻿#divMap {
    height: 100%;
}

.user-profile-header-banner img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.user-profile-header {
    margin-top: -2rem;
}

    .user-profile-header .user-profile-img {
        border: 5px solid;
        width: 120px;
        z-index: 515;
        position: relative;
        background-color: #fff;
    }

.light-style .user-profile-header .user-profile-img {
    border-color: #fff;
}

.dark-style .user-profile-header .user-profile-img {
    border-color: #2f3349;
}

.dataTables_wrapper .card-header .dataTables_filter label {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media(max-width: 767.98px) {
    .user-profile-header-banner img {
        height: 150px;
    }

    .user-profile-header .user-profile-img {
        width: 100px;
    }
}

@media print {
    * {
        color: #000 !important;
    }

    .no-print {
        display: none !important;
    }
    .mud-main-content {
        margin: 0 !important;
    }
    .mud-simple-table.mud-table-dense * tr td, .mud-simple-table.mud-table-dense * tr th{
        padding: 4px !important;
    }
    .mud-simple-table table * tr > td, .mud-simple-table table * tr th {
        font-size: 10pt!important;
    }
}

/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
    height: 64px;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    // width: 60px;
    height: 64px;
}

    .app-brand-logo.demo svg {
        width: 35px;
        height: 24px;
    }

.app-brand-text.demo {
    font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 254px;
        position: relative;
    }

        #dropdown-variation-demo .btn-group .text-truncate::after {
            position: absolute;
            top: 45%;
            right: 0.65rem;
        }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

/*@media (min-width: 1200px) {
    .layout-menu-fixed .layout-horizontal .layout-page .menu-horizontal + [class*=container-], .layout-menu-fixed-offcanvas .layout-horizontal .layout-page .menu-horizontal + [class*=container-fluid] {
        padding-top: 3.2rem !important;
    }
}
*/

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete > li > div {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
        z-index: 5000;
    }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.doviz-bar {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
}

@media (max-width: 678px) {
    .doviz-bar {
        display: none;
    }
}

.history-opp {
    position: fixed;
    right: 1rem;
    top: 7rem;
}

button > i {
    pointer-events: none;
}

.select2-container--open {
    z-index: 9999999
}

.dialog-backdrop {
    backdrop-filter: blur(8px);
}



/*
* PROJECT CARDS
******************************************************************************/

/* Kart görsel efektleri */
.project-card {
    border: 0;
    border-radius: 1rem;
    overflow: visible;
    transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s;
    will-change: transform;
}

    .project-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(18, 38, 63, .12);
    }

    .project-card .card-img-top {
        height: 220px;
        object-fit: cover;
        transition: transform .6s ease;
        width: 100%;
        display: block;
    }

    .project-card:hover .card-img-top {
        transform: scale(1.08);
    }

.project-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 3;
    border-radius: 999px;
    padding: .35rem .75rem;
    font-weight: 600;
    font-size: .78rem;
    box-shadow: 0 6px 18px rgba(17,24,39,.12);
}

.card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .8rem 1rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.45) 60%, rgba(0,0,0,.6) 100%);
    color: #fff;
    pointer-events: none; /* overlay tıklamayı engellemesin */
}

.project-meta {
    font-size: .9rem;
    color: #6b7280;
}

/* İncele butonu stil yükseltmesi */
.btn-cta {
    border-radius: .7rem;
    padding: .5rem .78rem;
}

/* Kart görünürlük animasyonu (fade-in + yukarı kayma) */
.reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }


/* Satış Sayfası İçin */

.bs-stepper .step.active .bs-stepper-circle {
    background-color: #4CAF50;
    color: white;
    transform: scale(1.2);
    transition: all 0.2s ease;
}

.bs-stepper .step .bs-stepper-circle {
    border: 2px solid #4CAF50;
}

.form-control:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25);
}

.text-gradient-emlak {
    background: linear-gradient(90deg, #002b5b, #f39200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-emlak-blue {
    background: #002b5b !important;
}

.bg-emlak-orange {
    background: #f39200 !important;
}

.bg-emlak-green {
    background: #009d6e !important;
}

.bg-emlak-dark {
    background: #263238 !important;
}

.text-emlak-orange {
    color: #f39200 !important;
}

.btn-emlak-orange {
    background: linear-gradient(90deg, #f7971e, #ffd200);
    color: #fff;
    border: none;
}

.btn-emlak-green {
    background: linear-gradient(90deg, #00b09b, #96c93d);
    color: #fff;
    border: none;
}

.btn-emlak-dark {
    background: linear-gradient(90deg, #232526, #414345);
    color: #fff;
    border: none;
}

    .btn-emlak-orange:hover, .btn-emlak-green:hover, .btn-emlak-dark:hover {
        opacity: 0.9;
    }

.stepper .circle {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 22px;
}

.stepper .line {
    width: 60px;
    height: 4px;
    margin-top: 25px;
    border-radius: 5px;
}

.active-step .circle {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.daire-card {
    background: #fff;
    border-radius: 15px;
    border: 1px solid rgba(0, 43, 91, 0.15);
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.25s ease;
}

    .daire-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    }

.daire-icon i {
    color: #002b5b;
}

.bg-emlak-blue {
    background: #002b5b !important;
}

.bg-emlak-orange {
    background: #f39200 !important;
}

.text-emlak-blue {
    color: #002b5b !important;
}