﻿
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

.bi-whatsapp {
    color: #25D366;
}

.bi-facebook {
    color: #0866FF;
}

ul {
    list-style: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.font-size {
    font-size: 13px;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.filter-contrast {
    filter: contrast(0.9);
}

.bacground-container {
    background-color: rgb(253,253,253);
}





/* Navbar Style */
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand {
    font-size: 25px;
    font-weight: 600;
}

    .navbar-brand a {
        color: #fff;
        font-family: 'DM Sans', sans-serif;
        letter-spacing: 2px;
    }

.search-bar {
    width: 40%;
}

    .search-bar input {
        font-size: 13px;
        background-color: rgb(19, 107, 66);
        border-color: rgb(19, 107, 66);
    }

        .search-bar input::placeholder {
            color: #9fbbad;
        }

    .search-bar button {
        background-color: rgb(19, 107, 66);
        border-color: rgb(19, 107, 66);
    }

        .search-bar button i {
            color: #9fbbad;
        }

.nav-item {
    font-size: 13px;
    font-weight: 500;
    padding: 5px;
}

    .nav-item a {
        color: #fff;
        font-weight: 500;
        font-size: 13px;
    }

    .nav-item i {
        padding: 5px;
    }

    .nav-item button {
        font-size: 13px;
        font-weight: 600;
    }

        .nav-item button i {
            font-size: 15px;
            padding-left: 2px;
        }





/* Cricle Style */
.circle-area {
    margin-top: 30px;
    margin-bottom: 10px;
}

.a-circle {
    align-items: center;
    display: inline-block;
    flex-direction: column;
    flex: 0 0 auto;
    margin-left: -1px;
    height: 120px;
    width: 113px;
    text-align: center;
    text-decoration: none;
    color: #1b1b1b;
    cursor: pointer;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 14px;
    font-weight: 600;
}

.img-circle {
    width: 68px;
    height: 68px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    transition: 0.2s;
    cursor: pointer;
}

.sayfa-ortasi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-circle-harflik {
    width: 68px;
    height: 68px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background-color: #D8D8D8; /* İstediğin rengi buradan değiştirebilirsin */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    font-weight: bold;
}
.span-circle {
    display: block;
    color: #333;
    margin-top: 10px;
}


/* Banner Style */
.banner-area {
    margin-bottom: 10px;
}

    .banner-area img {
        width: 100%;
        height: auto;
    }


/* Filter Style */
.title-filter p {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
}

.encok-aranan-tumu {
    display: none;
}

.filter-home-area button {
    width: 210px;
    height: 40px;
    margin-bottom: 13px;
    text-align: left;
}

    .filter-home-area button:first-letter {
        font-size: 20px;
        font-weight: bold;
    }

.margin {
    margin-bottom: 10px;
}



/* Content Style */
.overlay {
    position: absolute;
    top: 10%;
    left: 90%;
    cursor: pointer;
    color: #9E9E9E;
    transform: translate(-50%, -50%);
    font-size: 17px;
    text-align: right;
}

    .overlay:hover {
        font-size: 20px;
        color: #198754;
    }

.title-encokarananurunler p {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.img-thumbnail {
    cursor: pointer;
}

.element {
    width: 129px;
    height: 129px;
    aspect-ratio: 1 / 1;
    max-width: 100%;
}


/* Favori Ürünlerim Style */
.title-ilgilendigim-urunler p {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
}

.card-ilgilendigim-urunler {
    width: 18rem;
    height: 250px;
    border: 2px solid rgb(60, 167, 60);
    background-color: #fff;
    padding-top: 20px;
}

.ilgilendigim-card-body a {
    color: rgb(144, 196, 144);
}

    .ilgilendigim-card-body a i {
        font-size: xx-large;
    }

.ilgilendigim-card-body h6 {
    color: rgb(144, 196, 144);
}

/* Footer Style */
.footer {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    font-size: 13px;
}

.footer-page {
    margin-top: 30px;
}

    .footer-page ul a {
        color: gray;
    }

    .footer-page ul li {
        padding: 5px;
    }

.title-footer {
    color: rgb(101, 100, 100);
    font-size: 14px;
    font-weight: bold;
}



/* Giriş Style */
.body-background {
    background-color: #F8F8F8;
}

.btn-select-giris {
    width: 500px;
    display: flex;
    justify-content: center;
}

.giris-eposta-area {
    width: 500px;
    height: 500px;
    background-color: #fff;
    padding: 48px;
    padding-top: 40px;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 20px;
}

.giris-telefon-area {
    width: 500px;
    height: 500px;
    background-color: #fff;
    padding: 48px;
    padding-top: 40px;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    display: none;
    margin-bottom: 20px;
}

.input-form {
    position: relative;
    width: 100%;
    height: 50px;
    display: block;
    box-sizing: border-box;
    outline: 0;
    color: #999;
    cursor: text;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    padding: 15px 14px 0;
    border: 1px solid #dedede;
    border-radius: 2px;
    background: #fff;
}

.input-margin {
    margin-bottom: 15px;
}

.label-wrong {
    color: #eb3b2e;
    font-size: 12px !important;
    font-weight: bolder;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}

.label-wrong-two {
    width: 49%;
    display: inline-block;
    color: #eb3b2e;
    font-size: 12px !important;
    font-weight: bolder;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}

.label-wrong-three {
    width: 33%;
    display: inline-block;
    color: #eb3b2e;
    font-size: 12px !important;
    font-weight: bolder;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}

.label-error {
    color: #eb3b2e;
    font-size: 12px !important;
    font-weight: bolder;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}

.code-again {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

    .code-again a {
        color: #438ed8;
    }

.border-wrong {
    border: 1px solid #eb3b2e;
    box-shadow: inset 0 0 3px 0 #c86058, inset 0 1px 2px 0 #e35959;
}

.input-form:focus {
    color: #36454d;
    border: solid 1px #438ed8;
    box-shadow: 0 0 3px 0 #438ed8, inset 0 1px 2px 0 #7bb5f4;
    transition: border-color .2s;
    appearance: none;
    letter-spacing: .01em;
}

.logo-giris-kayit {
    text-align: center;
}

    .logo-giris-kayit img {
        width: 160px;
        height: auto;
        margin-top: 30px;
        margin-bottom: 20px;
    }

.giris-text {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 0;
}

.giris-checkbox {
    font-weight: 500;
    color: #333;
    position: relative;
    cursor: pointer;
    margin-left: 0;
    display: inline-block;
    border: 1px solid #ddd;
}

.forget-password {
    color: #438ed8;
    outline: 0;
    cursor: pointer;
    float: right;
    margin-bottom: 20px;
    text-decoration: none;
}

.giris-btn {
    width: 100%;
    height: 40px;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 20px;
    text-align: center;
    background: #47AC34;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    padding: 11px 20px;
    margin-bottom: 20px;
}

.giris-p {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    margin: 10px 0 30px;
}

    .giris-p a {
        display: inline;
        color: #438ed8;
        font-weight: 600;
        text-decoration: none;
    }

.btn-icon {
    width: 30px;
    height: auto;
}

.btn-ga {
    width: 100%;
    height: 50px;
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    padding: 11px 20px;
    text-align: center;
    background-color: #fff;
    color: #36454d;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .btn-ga a {
        color: #333;
        text-decoration: none;
    }

.btn-eposta {
    width: 100%;
    height: 48px;
    margin-right: 3px;
    box-sizing: border-box;
    float: left;
    color: #47AC34 !important;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px 3px 0 0;
}

.btn-aktif-bg-color {
    background-color: #fff;
}

.btn-telefon {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    float: right;
    color: #2b9818 !important;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px 3px 0 0;
}

.kod-tekrar {
    border: none;
    background-color: #ffff;
    color: #438ed8;
    font-weight: 700;
}

.giris-sozlesme a {
    text-decoration: none;
}





/* Kayıt Ol Style */
.btn-select-kayit {
    width: 500px;
    display: flex;
    justify-content: center;
}

.kayit-kurumsal-form-background {
    width: 500px;
    height: 750px;
    background-color: #fff;
    padding: 48px;
    padding-top: 40px;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 20px;
}

.kayit-bireysel-form-background {
    width: 500px;
    height: 550px;
    background-color: #fff;
    padding: 48px;
    padding-top: 40px;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 20px;
}

.kayit-basarili-background {
    width: 500px;
    height: 400px;
    background-color: #fff;
    padding: 48px;
    padding-top: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
}

.kayit-basarili p {
    text-align: center;
    font-size: 35px;
    font-weight: bolder;
}

.kayit-basarili i {
    color: #2b9818;
    font-size: 75px;
}

.kayit-basarili button {
    margin-top: 50px;
    background-color: #2b9818;
}

.select-city {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff url(/assets/images/select:3516048….png) right 16px top 18px no-repeat;
    background-size: 14px;
    padding: 16px 35px 0 14px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
    outline: 0;
    color: #333;
}


/* Ürün Çeşit Sayfası Style */

.circle-area-uruncesit {
    margin-top: 15px;
}

    .circle-area-uruncesit a {
        align-items: center;
        display: inline-block;
        flex-direction: column;
        flex: 0 0 auto;
        margin-left: -1px;
        height: 100px;
        width: 115px;
        text-align: center;
        text-decoration: none;
        color: #1b1b1b;
        cursor: pointer;
        font-size: 14px;
        font-family: sans-serif;
        line-height: 14px;
        font-weight: 600;
    }

    .circle-area-uruncesit img {
        width: 68px;
        height: 68px;
        border: 1px solid #198754;
        border-radius: 50%;
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        transition: 0.2s;
        cursor: pointer;
    }

        .circle-area-uruncesit img:hover {
            border: 2px solid green;
            transition: 0.2s;
        }

    .circle-area-uruncesit span {
        display: block;
        color: #198754;
        margin-top: 10px;
    }

.top-title {
    padding-top: 3px;
}

.top-filter {
    font-size: 14px;
    color: #198754;
}

.top-filter-dropdown {
    text-align: right;
}

    .top-filter-dropdown button {
        width: 150px;
        height: 30px;
        font-size: 14px;
    }

.left-filter-area {
    padding: 15px;
}

    .left-filter-area span {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        color: #333333;
        margin-bottom:  20px;
    }

.urun-cesitleri-checkbox {
    font-size: 14px;
}

.urunler-area {
    margin-top: 15px;
    margin-bottom: 50px;
}

.card-footer img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    padding: 0 !important;
}

.img-circle-harflik-small {
    width: 25px;
    height: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background-color: #607d8b;
    display: inline-flex; /* Buradaki değişiklik kritik */
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.hal-filtre-btn {
    width: 100%;
    height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}

.card-uruncesit img {
    width: 100%;
    float: center;
    height: 250px;
    padding: 15px;
    padding-top: 0;
}

.card-uruncesit span {
    font-size: 13px;
    color: #48785d;
    padding: 5px;
    text-align: center;
}

.card-uruncesit small {
    color: #333;
    font-size: 14px;
}
/*Bunlara bakılacak*/
.urun-card-body {
    padding-top: 0;
    text-align: center;
    padding-bottom: 0;
}

    .urun-card-body h6 {
        font-weight: 600;
    }

    .urun-card-body p {
        font-size: 13px;
        padding-top: 13px;
    }

    .urun-card-body span {
        font-size: 17px;
        color: #48785d;
        font-weight: bolder;
        font-family: "Nunito Sans", sans-serif;
    }


.card-whatsapp {
    float: right;
    color: #2b9818;
    font-size: 15px;
}

.breadcrumb li a {
    color: #36454d;
    font-size: 12px;
}

    .breadcrumb li a:hover {
        text-decoration: underline;
    }

.card-iletisim {
    float: right;
    font-size: 17px;
    position: relative;
}

    .card-iletisim a {
        color: #198754;
        padding: 5px;
    }

    .card-iletisim span {
        color: #ffff;
    }

.page-link {
    color: #198754;
}

.tooltip-text-iletisim {
    display: none;
    width: 120px;
    background-color: #48785d;
    color: #ffff;
    text-align: center;
    font-size: 11px;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    bottom: 20px;
    left: -50px;
}

.card-iletisim a:hover .tooltip-text-iletisim {
    display: inline-block;
}


/* Yazıhane Style */
.yazihane-banner {
    width: 100%;
    height: 100px;
    background-color: #bed7c9;
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 10px;
}

.img-yazihane {
    width: 68px;
    height: 68px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    transition: 0.2s;
}

.yazihane-iletisim {
    margin-top: 10px;
}

    .yazihane-iletisim a {
        color: #333;
        font-size: 13px;
        padding: 10px;
        font-weight: 600;
        text-decoration: underline;
    }

        .yazihane-iletisim a:hover {
            font-size: 14px;
            color: #198754;
        }

    .yazihane-iletisim i {
        font-size: 17px;
         padding:  5px;
    }

.yazihane-bilgiler a {
    color: #36454d;
    font-size: 13px;
    padding: 7px;
    font-weight: 600;
    text-decoration: underline;
}

    .yazihane-bilgiler a:hover {
        font-size: 14px;
        color: #198754;
    }

.yazihane-bilgiler span {
    font-size: 18px;
    font-weight: bolder;
    color: #36454d;
}

.yazihane-bilgiler p {
    font-size: 14px;
    font-weight: bold;
    color: #36454d;
}

.yazihane-banner button {
    float: right;
    margin-top: 20px;
    font-size: 13px;
    width: 100px;
}

.top-title h6 {
    font-weight: bolder;
}

.urun-cesitleri-yazihane {
    font-size: 14px;
    max-height: 350px;
    overflow: scroll;
    overflow-x: hidden;
}

.left-filter-area h6 {
    font-weight: bolder;
}

.fiyat-durumu-filtre h6 {
    font-weight: bolder;
}

/* Ürün Detay Style */
.urun-title {
    margin-top: 20px;
}

    .urun-title h1 {
        cursor: default;
        font-size: 18px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-style: normal;
    }

.carusel-urundetay {
    padding: 7px;
}

.carusel-down {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 5px;
    width: 100%;
    height: 150px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.carusel-img {
    width: 100%;
    height: 500px;
}

.carusel-downimg {
    text-align: center;
}

    .carusel-downimg img {
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 10px;
    }

.urun-detay-bilgi span {
    display: inline-block;
}

.urun-detay-bilgi h4 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.whatsapp-iletisim i {
    font-size: 19px;
}

.whatsapp-iletisim span {
    font-size: 14px;
    padding-left: 5px;
    text-decoration: underline;
    cursor: pointer;
    color: #2b9818;
}

.yazihane-bilgi-title {
    font-weight: bold;
}

.ilan-bilgi-col1 {
    padding: 0;
    font-size: 14px;
    padding-top: 10px;
}

    .ilan-bilgi-col1 li {
        padding-bottom: 3px;
        margin-bottom: 5px;
        border-bottom: 1px solid #dedede;
    }

    .ilan-bilgi-col1 strong {
        font-weight: bold;
    }

    .ilan-bilgi-col1 span {
        float: right;
        text-align: left;
    }

.urun-detay-reklam {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

.ilan-aciklama-title {
    background-color: #F7F7F7;
    width: 100%;
    border: 1px solid #dedede;
    border-bottom: none;
    padding: 3px;
}

    .ilan-aciklama-title h6 {
        font-weight: 600;
        color: #333;
    }

.ilan-aciklama {
    font-size: 14px;
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
}
/* Kurumsal Anasayfa Style */
.search-bar-kurumsal {
    width: 30%;
}

    .search-bar-kurumsal input {
        font-size: 13px;
        background-color: rgb(19, 107, 66);
        border-color: rgb(19, 107, 66);
    }

        .search-bar-kurumsal input::placeholder {
            color: #9fbbad;
        }

    .search-bar-kurumsal button {
        background-color: rgb(19, 107, 66);
        border-color: rgb(19, 107, 66);
    }

        .search-bar-kurumsal button i {
            color: #9fbbad;
        }


/* Bireysel Anasayfa Style */
.bireysel-hesap-dropdown {
    padding-left: 10px;
    padding-right: 20px;
}

    .bireysel-hesap-dropdown ul {
        background-color: #ffff;
    }

.dropdown-item:active {
    background-color: #dedede;
}

.bireysel-hesap-dropdown ul li a {
    color: #333 !important;
}


/* Bireysel Anasayfa Style */
.bireysel-hesap-dropdown {
    padding-left: 10px;
    padding-right: 20px;
}


/* Bireysel Hesabım Style */
.ilgilendigim-urunler-area {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
}

.ilgilendigim-urun img {
    object-fit: contain;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.overlay-ilgilendigim {
    position: absolute;
    top: 10%;
    left: 90%;
    cursor: pointer;
    color: #9E9E9E;
    transform: translate(-50%, -50%);
    font-size: 17px;
    text-align: right;
}

    .overlay-ilgilendigim:hover {
        color: #DC3545;
        font-size: 20px;
    }

.select-city-bireysel {
    outline: 0;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 7px;
    font-size: 14px;
    margin-bottom: 7px;
}

.hesap-sil {
    font-size: 14px;
    text-decoration: underline;
    color: #489AF1;
    float: right;
    margin-top: 20px;
}



/* ilan Verme Style */
.title-ilanolusturma {
    margin-top: 20px;
    margin-bottom: 15px;
}

    .title-ilanolusturma h3 {
        font-weight: 700;
        color: #404142;
    }

.button-ilanverme {
    text-align: center;
}

    .button-ilanverme button {
        width: 70%;
        height: 50px;
        font-weight: 600;
    }

    .button-ilanverme i {
        font-size: 20px;
        padding-right: 20px;
    }

.kategori {
    background-color: #F2F2F2;
    margin-top: 20px;
    text-align: center;
}

    .kategori h3 {
        padding: 20px;
        text-align: center;
        font-weight: 600;
        color: #404142;
    }

    .kategori button {
        width: 80%;
        margin-bottom: 50px;
    }


.urun-sec {
    height: 300px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 5px;
}


.search-ilan-olusturma input {
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 2px;
    outline: 0;
    background-color: #F2F2F2;
    position: relative;
}

    .search-ilan-olusturma input::placeholder {
        font-size: 13px;
    }

.ilan-olusturma-basharf {
    overflow: scroll;
    overflow-x: hidden;
    height: 220px;
}

    .ilan-olusturma-basharf button {
        background-color: #fff;
        text-align: left;
        padding: 2px;
        width: 100%;
        height: 25px;
        font-size: 14px;
        border: none;
        margin-bottom: 2px;
    }

        .ilan-olusturma-basharf button:hover {
            background-color: #F2F2F2 !important;
        }

.ilan-bilgileri {
    margin-top: 50px;
    margin-bottom: 70px;
}

.selected-kategori {
    margin-top: 0;
    margin-bottom: 20px;
}

.ilan-bilgileri span {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ilan-detaylari-title h6 {
    font-weight: 600;
}

.ilan-title input {
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
    box-sizing: border-box;
    outline: 0;
    cursor: text;
    font-size: 14px;
    line-height: 19px;
    padding: 15px 14px 3px;
    border: 1px solid #dedede;
    border-radius: 2px;
    background: #F2F2F2;
}


.ilan-description input {
    position: relative;
    width: 100%;
    height: 100px;
    display: block;
    box-sizing: border-box;
    outline: 0;
    cursor: text;
    font-size: 14px;
    line-height: 19px;
    border: 1px solid #dedede;
    border-radius: 2px;
    background: #F2F2F2;
}

.ilan-price label {
    font-size: 14px;
    margin-bottom: 10px;
}

.input-price {
    display: block;
    outline: 0;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 2px;
    background: #F2F2F2;
    padding: 5px;
}

.ilan-image {
    border: 1px solid #dedede;
    border-radius: 2px;
    background-color: #F2F2F2;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.ilan-devam {
    float: right;
}

    .ilan-devam input {
        font-size: 12px;
        float: right;
    }

    .ilan-devam label {
        width: 250px;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .ilan-devam button {
        width: 100px;
        display: inline-block;
    }

.ara-toplam {
    margin-bottom: 3px;
    margin-top: 3px;
}

    .ara-toplam span {
        font-weight: 600;
        font-size: 17px;
        color: #B12704;
    }


.odeme-area {
    margin-top: 20px;
    padding: 5px;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #F2F2F2;
}

    .odeme-area img {
        width: 100%;
        height: 400px;
    }

    .odeme-area h6 {
        font-weight: 700;
        margin-bottom: 3px;
    }

.card-odeme {
    margin-bottom: 7px;
    height: 130px;
}

    .card-odeme span {
        font-size: 14px;
    }

.checkbox-style {
    display: block;
}

.odeme-area button {
    width: 80%;
    height: 30px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}


.onizleme-urun {
    margin-top: 20px;
    width: 100%;
    height: 500px;
    border: 1px solid #dedede;
    padding: 20px;
    overflow: scroll;
    overflow-x: hidden;
}

.photo-container {
    margin-bottom: 20px;
}

.photo-trash {
    margin-top: 5px;
    text-align: center;
}

    .photo-trash button {
        font-size: 13px;
        border: 1px solid #dedede;
    }

.file-input {
    display: none;
}

.upload-btn {
    width: 20%;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

    .upload-btn:hover {
        background-color: #45a049;
    }

.selected {
    background-color: yellow;
}


/* Kurumsal Hesabım Style */
.hesap-sahibi {
    text-align: center;
    font-size: 14px;
}

.a-circle-hesap {
    align-items: center;
    display: inline-block;
    flex-direction: column;
    flex: 0 0 auto;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    color: #1b1b1b;
    cursor: pointer;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 14px;
    font-weight: 600;
}

.img-circle-hesap {
    width: 68px;
    height: 68px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    transition: 0.2s;
    cursor: pointer;
}

.hesap-sahibi span {
    font-weight: 600;
}

.hesap-sahibi a {
    font-size: 13px;
    padding: 5px;
    text-decoration: underline;
    color: #333;
}

.sidebar-buttons {
    margin-top: 10px;
}

    .sidebar-buttons button {
        width: 100%;
        color: #333;
        font-size: 14px;
        text-align: left;
        margin-bottom: 10px;
    }

    .sidebar-buttons i {
        font-size: 17px;
        padding-right: 7px;
        color: #757575;
    }

.contens-title {
    width: 100%;
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .contens-title h4 {
        font-weight: 600;
    }

    .contens-title input {
        width: 40%;
        border: 1px solid #dedede;
        border-radius: 3px;
        font-size: 13px;
        padding: 5px;
        outline: 0;
    }

.ilanlarim {
    margin-top: 3px;
    margin-bottom: 3px;
}

.overlay-menu {
    position: absolute;
    top: 11%;
    left: 88%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    text-align: right;
}

/* Kurumsal Hesabım Style */
.hesap-sahibi {
    text-align: center;
    font-size: 14px;
}

.a-circle-hesap {
    align-items: center;
    display: inline-block;
    flex-direction: column;
    flex: 0 0 auto;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    color: #1b1b1b;
    cursor: pointer;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 14px;
    font-weight: 600;
}

.img-circle-hesap {
    width: 68px;
    height: 68px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    transition: 0.2s;
    cursor: pointer;
}

.hesap-sahibi span {
    font-weight: 600;
}

.hesap-sahibi a {
    font-size: 13px;
    padding: 5px;
    text-decoration: underline;
    color: #333;
}

.sidebar-buttons {
    margin-top: 10px;
}

    .sidebar-buttons button {
        width: 100%;
        color: #333;
        font-size: 14px;
        text-align: left;
        margin-bottom: 10px;
    }

    .sidebar-buttons i {
        font-size: 17px;
        padding-right: 7px;
        color: #757575;
    }

.contens-title {
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

    .contens-title h4 {
        font-weight: 600;
        padding: 7px;
    }

    .contens-title input {
        width: 40%;
        border: 1px solid #dedede;
        border-radius: 3px;
        font-size: 13px;
        padding: 5px;
        outline: 0;
    }




.onay-bekleyen-ilanlarim {
    margin-top: 2px;
    margin-bottom: 2px;
}

.inceleme-area {
    border: 1px solid #dedede;
    padding: 20px;
    margin-bottom: 20px;
}

.inceleme-card img {
    width: 100px;
    height: 100px;
    margin-bottom: 3px;
    object-fit: cover;
}

.inceleme-card span {
    font-size: 14px;
    display: block;
    font-weight: 600;
}

.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto;
    max-width: 600px;
    position: relative;
}

    /* Arka plandaki gri çizgi */
    .timeline::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #dedede;
        z-index: 0;
    }

    /* Her adım için ortak stil */
    .timeline .step {
        position: relative;
        text-align: center;
        flex: 1;
        z-index: 1;
    }

        /* Noktaların varsayılan hali */
        .timeline .step::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 24px;
            height: 24px;
            border: 2px solid #dedede;
            background-color: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
        }

        /* Yazı stili */
        .timeline .step .text {
            font-size: 14px;
            margin-top: 8px;
            font-weight: bold;
            color: #777;
        }

        /* 🔴 Adımlara Göre Renklendirme */

        /* 1. ADIM (Her zaman kırmızı) */
        .timeline .step:nth-child(1)::before {
            background-color: #DC2E2E;
            border-color: #DC2E2E;
        }

/* 2. ADIM (Eğer step-2 veya step-3 sınıfı varsa kırmızı olacak) */
.step-2 .step:nth-child(2)::before,
.step-3 .step:nth-child(2)::before {
    background-color: #DC2E2E !important;
    border-color: #DC2E2E !important;
}

/* 3. ADIM (Sadece step-3 sınıfı varsa kırmızı olacak) */
.step-3 .step:nth-child(3)::before {
    background-color: #DC2E2E !important;
    border-color: #DC2E2E !important;
}

/* 🔴 Çizginin ilerlemesini sağlayalım */
.step-1 .timeline::before {
    width: 0%;
}

.step-2 .timeline::before {
    width: 50%;
    background-color: #DC2E2E;
}

.step-3 .timeline::before {
    width: 100%;
    background-color: #DC2E2E;
}

/* Yazı rengini de güncelleyelim */
.step-1 .timeline .step:nth-child(1) .text,
.step-2 .timeline .step:nth-child(-n+2) .text,
.step-3 .timeline .step:nth-child(-n+3) .text {
    color: #DC2E2E;
}


/*
.timeline {
    display: flex;
    align-items: center;
    margin: 20px;
}

    .timeline .step {
        position: relative;
        text-align: center;
        flex: 1;
    }

        .timeline .step::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 20px;
            height: 20px;
            border: 2px solid #dedede;
            background-color: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
        }

        .timeline .step::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 4px;
            background-color: #dedede;
            z-index: 0;
        }

        .timeline .step:first-child::after {
            left: 50%;
            width: 50%;
        }

        .timeline .step:last-child::after {
            width: 50%;
        }

        .timeline .step:first-child.completed::before {
            background-color: #DC2E2E;
        }

        .timeline .step.completed::after {
            background-color: #DC2E2E;
        }

        .timeline .step:last-child::before {
            background-color: #fff;
            border: 2px solid #dedede;
        }

    .timeline .text {
        font-size: 14px;
    }
*/
.text span {
    display: block;
    padding: 15px;
}

.inceleme-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

    .inceleme-button button {
        width: 80%;
        font-size: 14px;
    }


.card-inceleniyor {
    opacity: 0.6;
}

.overlay-inceleme {
    position: absolute;
    top: 30%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    text-align: right;
    opacity: none !important;
}

.uyelik-bilgileri {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
    float: left;
    margin-top: 20px;
}

.sifre-guncelleme {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
    float: left;
    margin-top: 20px;
}

.uyelik-bilgileri h6 {
    font-weight: 600;
}

.uyelik-bilgileri input {
    outline: 0;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 7px;
}

.uyelik-bilgileri label {
    font-size: 14px;
    display: block;
    margin-top: 6px;
}

.uyelik-bilgileri button {
    font-size: 14px;
    background-color: #BED7C9;
}

.sifre-guncelleme h6 {
    font-weight: 600;
}

.sifre-guncelleme input {
    outline: 0;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 7px;
}

.sifre-guncelleme label {
    font-size: 14px;
    display: block;
    margin-top: 6px;
}

.sifre-guncelleme button {
    font-size: 14px;
    background-color: #BED7C9;
}

.islem {
    margin-bottom: 20px;
    margin-top: 10px;
}

.islem-ilanheader {
    background-color: #dedede;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px;
}

    .islem-ilanheader label {
        font-size: 14px;
        font-weight: 600;
    }

    .islem-ilanheader span {
        font-weight: 500;
    }

    .islem-ilanheader a {
        font-size: 14px;
        text-decoration: underline;
        color: #438ed8;
    }

    .islem-ilanheader i {
        font-size: 17px;
        color: #198754;
    }

.islem-ilan {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 10px;
}

    .islem-ilan img {
        width: 100px;
        height: 100px;
    }

    .islem-ilan button {
        width: 100%;
        font-size: 14px;
    }

.hesaphareketleri {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
}

    .hesaphareketleri h6 {
        font-weight: 600;
    }

.giris-konum {
    background-color: #eaeaea;
    margin: 5px;
    padding: 7px;
}

    .giris-konum span {
        font-size: 14px;
        font-weight: 600;
    }

    .giris-konum label {
        display: block;
        font-size: 13px;
        color: gray;
    }

    .giris-konum i {
        color: #47AC34;
        font-size: 17px;
    }

.bildirimler {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
}

.bildirim-area {
    background-color: #dedede;
    padding: 5px;
    margin: 5px;
    font-size: 14px;
}

    .bildirim-area span {
        cursor: pointer;
    }

.bildirimler-area small {
    color: gray;
}

.yardim-video {
    padding: 10px;
}

    .yardim-video span {
        font-size: 14px;
        text-decoration: underline;
        cursor: pointer;
    }



/* Modal Overlay (arka karartı) */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Modal Kutusu */
.modal-box {
    background: white;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    position: relative;
}

/* Başlık (Title) */
.modal-title-success {
    color: #28a745; /* Yeşil */
}

.modal-title-error {
    color: #dc3545; /* Kırmızı */
}

.modal-title-warning {
    color: #ffc107; /* Sarı */
}

.modal-title-info {
    color: #17a2b8; /* Mavi */
}

/* Butonlar */
.modal-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background: #8b3a48; /* Default renk */
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
}

/* Buton Tip Renkleri */
.modal-btn-success {
    background: #28a745;
}

.modal-btn-error {
    background: #dc3545;
}

.modal-btn-warning {
    background: #ffc107;
    color: black;
}

.modal-btn-info {
    background: #17a2b8;
}

/* Buton Hover */
.modal-btn:hover {
    opacity: 0.9;
}

/* İkon Alanı */
#modalIcon {
    font-size: 48px;
    margin-bottom: 10px;
}
