body {
    background-color: #121212;
}

.bg-body-sbymain {
    background: linear-gradient(
        to right,
        #1e1e1f,
        #2a2a2a
    ); /* Burada iki renk belirtiyoruz */
}

input.my::placeholder {
    color: #fff !important;
}

.fs-16 {
    font-size: 16px;
}

.bg-dark-sby {
    background-color: rgba(54, 54, 54, 0.7);
}

.bg-dark-area {
    background-color: #121212;
}

.custom-form input {
    background-color: #323232;
    border-color: rgba(54, 54, 54, 0.7);
    color: #fff;
}

.custom-form input:focus {
    background-color: #323232;
    border-color: #3d4a58;
    color: #fff;
}

.btn-modal-close {
    background-color: #be5959;
    color: #fff;
    border-radius: 4px;
}

.btn-modal-close:hover {
    background-color: #ae4949;
    color: #fff;
}

.btn-modal-success {
    background-color: #74a85b;
    color: #fff;
    border-radius: 4px;
}

.btn-modal-success:hover {
    background-color: #5f9447;
    color: #fff;
}

.card-area {
    background-color: #121212;
    color: #fff;
}

.head-logo {
    width: 170px;
}

.flag-img {
    width: 20px;
}

.custom-lang ul li {
    font-size: 13px;
}

.clear {
    clear: both;
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-sftby {
    background-color: #4a4a4a;
    color: #fff;
}

.btn-sftby:hover {
    background-color: rgba(54, 54, 54, 0.7);
    color: #fff;
}

.btn-sftby-two {
    background-color: rgba(54, 54, 54, 0.7);
    color: #fff;
}

.btn-sftby-two:hover {
    background-color: #525457;
    color: #fff;
}

.road-path {
    color: #fff;
    background-color: #1e1e1f;
    padding: 10px;
}

.road-path a {
    color: #fff;
    text-decoration: none;
}

.main {
    background-color: #1e1e1f;
    width: 100%;
    padding: 20px;
}

.product-gallery img {
    height: 300px;
    object-fit: cover;
    width: 300px;
}

.thumbnail-carousel .carousel-inner {
    display: flex;
}

.thumbnail-carousel .carousel-item {
    flex: 1 0 0;
    max-width: 25%; /* 4 resim aynı anda gösterilecek */
}

.thumbnail-carousel img {
    width: 100px;
    object-fit: cover;
    cursor: pointer;
    margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%; /* Ok kontrol düğmelerinin genişliği */
}

.avatar-user {
    width: 64px;
    border-radius: 10px;
}

.success-action {
    font-size: 12px;
    position: absolute;
    margin-top: 44px;
    left: 0;
    margin-left: 87px;
}

.popular {
    position: absolute;
    z-index: 1;
    right: 0;
    background-color: #1e1e1f;
    padding: 5px;
    border-radius: 10px;
    margin-right: 5px;
    margin-top: 5px;
    color: #fff;
}

.search-btn {
    margin-top: -35px;
    float: right;
    background: none;
    border: none;
    outline: none;
}

.sort-button {
    background-color: #1e1e1f;
    padding: 10px 20px 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.sort-button a {
    color: #fff;
    text-decoration: none;
}

.price-ad {
    color: #96e140;
    font-size: 20px;
}

.btn-buy {
    background-color: #a987f1;
    color: #fff;
}

.btn-buy:hover {
    background-color: #7b5dbd;
    color: #fff;
}

.btn-buy:focus {
    background-color: #7b5dbd;
    color: #fff;
}

/* HEADER CONTENT */
@media (min-width: 992px) {
    .custom-lang {
        width: 110px;
        padding: 5px 15px 5px 15px;
        border-radius: 7px;
        background: #121212;
        margin-right: 10px;
        font-size: 13px;
    }

    .custom-account {
        min-width: 140px;
        padding: 5px 15px 5px 15px;
        border-radius: 7px;
        background: #121212;
        margin-right: 10px;
        font-size: 13px;
    }
    .custom-login {
        width: 145px;
        padding: 5px 15px 5px 15px;
        border-radius: 7px;
        background: #121212;
        margin-right: 10px;
        text-align: center;
        font-size: 13px;
    }

    .custom-register {
        width: 145px;
        padding: 5px 15px 5px 15px;
        border-radius: 7px;
        background: #121212;
        margin-right: 10px;
        text-align: center;
        font-size: 13px;
    }
    .mobile-text {
        display: none;
    }

    .mobile-notf {
        display: none;
    }
}

@media (max-width: 991px) {
    .custom-lang {
        width: auto;
        padding: 0;
        border-radius: 0;
        background: none;
        margin-right: 0;
    }
    .custom-account {
        width: auto;
        padding: 0;
        border-radius: 0;
        background: none;
        margin-right: 0;
    }
    .custom-login {
        width: auto;
        padding: 0;
        border-radius: 0;
        background: none;
        margin-right: 0;
    }

    .custom-notification {
        display: none;
    }

    .custom-register {
        width: auto;
        padding: 0;
        border-radius: 0;
        background: none;
        margin-right: 0;
    }
    .mobile-text {
        display: block;
    }
    .mobile-notf {
        display: block;
    }

    .mobile-notf .custom-notification {
        display: block;
    }
}
/* HEADER CONTENT */

/* SLIDER CONTENT */

.carousel-img {
    width: 100%;
    height: 315px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .carousel-img {
        height: 50vh;
    }
}

/* SLIDER CONTENT */

/* MENU CONTENT */

/* CONTENT */
.card a {
    text-decoration: none;
}

.card-footer:hover {
    background-color: rgba(54, 54, 54, 0.5);
}

.card-body a {
    text-decoration: none;
    color: #d1d1d1;
}

.col-custom {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .col-custom {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 768px) {
    .col-custom {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .col-custom {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col-custom .card-text {
    font-size: 12px;
}

.col-custom .card-title {
    font-size: 11px;
}

.col-custom .card-footer {
    font-size: 13px;
}

.show-more {
    width: 100%;
    background-color: #1e1e1f;
    padding: 7px 20px 7px 20px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

/* CONTENT */

/* FOOTER */
.footer {
    background-color: #1e1e1f;
    color: #d1d1d1;
    text-align: center;
    padding: 20px 10px 5px 10px;
    bottom: 0;
    width: 100%;
    font-size: 12px;
}

.footer a {
    text-decoration: none;
    color: #ed6666;
}
/* FOOTER */

#goog-gt-tt {
    display: none !important;
}
.goog-te-banner-frame {
    display: none !important;
}
.goog-te-menu-value:hover {
    text-decoration: none !important;
}
body {
    top: 0 !important;
}
#google_translate_element2 {
    display: none !important;
}
.skiptranslate {
    display: none;
}

.profile-avatar {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    float: left;
}

.information-main {
    min-height: 130px;
}

.user-info {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

.user-info h5 {
    font-size: 18px;
}

.account-main {
    background-color: #242424;
    width: 100%;
    padding: 20px;
    color: #d1d1d1;
    margin-top: 15px;
}

.user-info-account {
    text-align: center;
}

.account-avatar {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}
.not-found {
    text-align: center;
    color: #fff;
}

.sort-button .active {
    color: #6373d2;
    cursor: pointer;
}

.line {
    width: 100%;
    height: 1px;
    border: 1px solid #5b5f85;
    margin: 30px 0px 40px 0px;
}

.chat-container {
    display: flex;
    flex-direction: column;
    height: 80vh;
    max-height: 600px;
    border: 1px solid #1d1f21;
    border-radius: 8px;
}
.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}
.chat-form {
    border-top: 1px solid #1d1f21;
    padding: 10px;
    background-color: #2d333a;
}
.message {
    margin-bottom: 10px;
}
.message.user {
    text-align: right;
}
.message.user .message-content {
    background-color: #d8d8d8;
    color: rgb(0, 0, 0);
    border-radius: 15px;
    display: inline-block;
    padding: 10px;
}
.message.other .message-content {
    background-color: #f34444;
    border-radius: 15px;
    display: inline-block;
    padding: 10px;
    color: #fff;
}

.ucd-cerceve {
    background-color: #dfff;
}

#sidebar {
    z-index: 999;
}

#sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
}

ul,
ol {
    list-style: none; /* İşaretçileri kaldırır */
    padding: 0; /* İç boşluğu sıfırlar */
    margin: 0; /* Dış boşluğu sıfırlar */
}

.mobile-notf {
    display: block; /* veya d-flex */
}

.nav-item {
    display: block; /* veya d-flex */
    margin: 0.5rem 0; /* Alt ve üstte biraz boşluk */
}

/* Toastr mesajlarının border'ını düz yap */
.toast {
    border: none !important;
}

/* Dropdown menü boyutunu biraz küçült */
.dropdown-menu {
    font-size: 0.95em; /* Yazı boyutunu çok az küçültür */
    padding: 0.6rem; /* Menü içeriğinin kenar boşluklarını azaltır */
    width: auto; /* Menü genişliğini biraz daraltır */
}

/* Dropdown öğeleri için düzenleme */
.dropdown-item {
    padding: 0.5rem 0.9rem; /* Yazı ve simge arasındaki boşlukları az miktarda azaltır */
}

/* İkonların boyutunu hafifçe küçült */
.dropdown-item i {
    font-size: 1em; /* İkonların boyutunu orantılı yapar */
    margin-right: 7px; /* Simge ve metin arasındaki boşluğu dengeler */
}

/* Ayırıcı (divider) düzeni */
.dropdown-divider {
    margin: 0.3rem 0; /* Ayırıcı çizgilerin arasındaki boşluğu hafifçe azaltır */
}

/* Bakiye göstergesi düzeni */
.balance {
    font-size: 0.85em; /* Bakiye yazı boyutunu hafifçe küçültür */
    color: #bbb; /* Yazıyı daha az belirgin yapar */
}

/* Mobilde görünen öğeler için yazı boyutu */
.dropdown-item.d-md-none {
    font-size: 0.9em; /* Mobildeki yazıları da orantılı şekilde küçültür */
}

:root {
    --theme-color-one: #d3d3d3; /* veya istediğiniz renk */
}

.site_loading {
    z-index: 999999;
    background: #0000005e;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    display: block;
}

.sk-chase {
    margin: 0 auto;
    top: 44%;
    width: 80px;
    height: 80px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: var(--theme-color-one);
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%,
    0% {
        transform: scale(1);
    }
}

.dropdown-divider {
    border-top: 1px solid #ddd; /* Çizginin rengi */
    margin: 5px 0; /* Çizgiler arasında boşluk */
}

.custom-account,
.custom-notification {
    list-style: none;
    /* Nokta işaretini kaldırır */
}

.custom-notification,
.custom-account {
    margin: 0;
    padding: 0;
    /* Burada margin ve padding değerlerini gerekirse küçültebilirsiniz */
}

.nav-link {
    padding: 3px 5px;
    /* Padding'i azaltarak elemanların arasındaki boşluğu daraltabilirsiniz */
}

ul.d-flex {
    gap: 5px;
    /* Boşlukları azaltmak için gap değerini küçültün */
    justify-content: flex-start;
    /* Elemanları sola hizalar */
}

@media (max-width: 768px) {
    .custom-account .dropdown-menu {
        right: 3px;
        /* Mesafeyi daha küçük tutmak için 3px olarak ayarlandı */
        left: auto;
        transform: none;
    }

    .username {
        display: none;
    }

    /* Mobilde mesaj ve diğer ikonlar arasındaki boşluğu azalt */
    .nav-item.custom-notification .nav-link {
        padding: 0px 0px;
        /* Padding'i azaltarak mesaj ikonu ile diğer elemanlar arasındaki mesafeyi daralt */
    }

    /* Sola kaydırma için ek stil */
    .nav-item.custom-notification,
    .nav-item.custom-account {
        margin-left: -10px; /* Buradaki değeri ayarlayarak sola kaydırma miktarını değiştirebilirsiniz */
    }
}

.login-avatar {
    width: 30px; /* Genişlik */
    height: 30px; /* Yükseklik */
    border-radius: 5px; /* Hafif oval kenarlar */
    box-shadow: 0 0 10px #383838; /* Mavi ışık efekti */
    border: 0.5px solid #2a2a2a; /* Renkli çizgi, istediğiniz rengi buraya koyabilirsiniz */
}

/* Apply the background effect on desktop (larger screens) */
@media (min-width: 992px) {
    .custom-account > a {
        background: linear-gradient(
            45deg,
            rgba(30, 30, 31, 0.8),
            rgba(30, 30, 31, 0.8)
        );
        /* Dark gray background with slight transparency */
        border-radius: 5px;
        /* Optional: smoothen the edges */
        padding: 5px 10px;
        /* Optional: adjust padding to space out the content */
        transition:
            background 0.3s ease,
            color 0.3s ease;
        /* Smooth transition for background and text color */
    }

    .custom-account > a .username {
        font-weight: bold;
        transition: color 0.3s ease;
        /* Smooth transition for text color */
    }

    /* Hover effect */
    .custom-account > a:hover {
        background: linear-gradient(
            45deg,
            rgba(94, 91, 91, 0.8),
            rgba(72, 72, 72, 0.8)
        );
        /* Lighter dark gray background on hover */
    }
}

/* Bakiye bilgisini sadece masaüstünde göster */
.username-container .balance {
    font-size: 0.9em;
    color: #ccc;
    margin-left: 10px;
    /* Increase margin to create more space between balance and avatar */
}

/* Hide balance on mobile devices */
@media (max-width: 767px) {
    .username-container .balance {
        display: none;
    }
}

.header-top ul.header-links {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.header-top ul.header-links li {
    padding: 0 15px;
    margin-bottom: 0;
    border-right: 1px solid #333438;
    float: left;
    position: relative;
}

.header-top ul.header-links li a {
    color: #bcbcbc;
    font-size: 14px; /* Yazı boyutunu büyütmek için */
    text-decoration: none; /* Altını çizili kaldırmak için */
    transition: color 0.3s ease; /* Renk değişimini yumuşatmak için */
}

.header-top ul.header-links li a:hover {
    color: #ffffff; /* Yazının hover durumunda beyaz olması için */
}

.header-slick span a {
    color: #d6dadc;
    font-size: 14px; /* Yazı boyutunu büyütmek için */
    text-decoration: none; /* Altını çizili kaldırmak için */
    transition: color 0.3s ease; /* Renk değişimini yumuşatmak için */
}

.header-slick span a:hover {
    color: #ffffff; /* Yazının hover durumunda beyaz olması için */
}

/* Ek olarak, tüm metinler için hover durumunda renk beyaz olacak */
.header-top ul.header-links li a,
.header-slick span a {
    transition: color 0.3s ease;
}

.header-top ul.header-links li a:hover,
.header-slick span a:hover {
    color: #ffffff; /* Hover durumunda beyaz yapıyoruz */
}
@media (max-width: 767px) {
    .header-top {
        display: none; /* Mobilde gizler */
    }
}

.custom-lang {
    position: relative;
}

.custom-lang .dropdown-toggle {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.custom-lang .dropdown-menu {
    min-width: auto;
    border: none;
    padding: 10px;
    border-radius: 4px;
}

.custom-lang .dropdown-menu li a {
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.custom-lang .dropdown-menu li a:hover {
    background-color: #444;
    color: #ffffff;
}

.header-top .divider {
    width: 1px;
    height: 24px;
    background-color: #333438; /* Çizgi rengi */
    margin: 0 8px; /* Dil seçeneği ve bağlantılar arasındaki boşluk */
}

/* SEARCH BAR */
.search-bar {
    position: relative; /* Kritik */
    display: flex;
    align-items: center;
    background: #1a1a1a;
    border-radius: 10px;
    overflow: visible; /* Değiştirildi */
    width: 100%;
    max-width: 350px;
    border: 1px solid #3d3d3d;
    transition: all 0.3s ease;
    box-sizing: border-box; /* Genişlik hesaplaması için */
}

.search-bar:focus-within {
    border-color: #646464;
}

.search-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #e1e1e1;
    font-size: 14px;
    padding: 8px 16px;
    outline: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, sans-serif;
    box-sizing: border-box;
}

.search-input::placeholder {
    color: #6a6a6a;
    font-weight: 400;
}

.search-button {
    background: transparent;
    border: none;
    padding: 8px 16px 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #6a6a6a;
    transition: color 0.2s ease;
}

.search-button:hover {
    color: #e1e1e1;
}

.search-button svg {
    width: 20px;
    height: 20px;
}

.autocomplete-header {
    padding: 8px 15px;
    color: white; /* Beyaz renk */
    background: #3a3a3a;
    font-weight: bold;
    font-size: 14px;
}

.autocomplete-header:first-of-type {
    border-bottom: 1px solid #3d3d3d; /* İlanlar için sadece alt çizgi */
}

.autocomplete-header:not(:first-of-type) {
    border-top: 1px solid #3d3d3d; /* Kategoriler için üst çizgi */
    border-bottom: 1px solid #3d3d3d; /* Kategoriler için alt çizgi */
}

/* AUTOCOMPLETE */
.autocomplete-results {
    position: absolute;
    top: calc(100% + 5px); /* Search bar'dan 5px aşağıda */
    left: 0;
    right: 0;
    background: #2a2a2a;
    border: 1px solid #3d3d3d;
    border-radius: 8px;
    width: 100% !important; /* Search bar ile tam aynı genişlik */
    max-width: 350px;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.autocomplete-item {
    padding: 10px 15px;
    color: #e1e1e1;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
}

/* Sonuncu öğeye margin-bottom ekleyerek boşluk oluşturuluyor */
.autocomplete-item:last-child {
    margin-bottom: 10px; /* İstenilen boşluk miktarını buradan ayarlayabilirsiniz */
}

.autocomplete-item:hover {
    background: #3a3a3a;
}

/* MOBİL */
@media (max-width: 768px) {
    .search-bar {
        max-width: 100%;
        margin: 0 16px;
        display: flex !important;
    }

    .autocomplete-results {
        max-width: 100%; /* Mobilde tam genişlik */
        left: 0;
        right: 0;
        width: 100% !important;
    }

    .search-input {
        padding: 10px 14px;
        font-size: 15px;
    }

    .nav-item.custom-notification .dropdown-toggle::after {
        display: none;
    }
}
.Patroen-btn.success {
    width: auto; /* Butonun genişliğini otomatik yap */
    max-width: 100%; /* Maksimum genişliği ekran boyutuna göre ayarla */
    display: inline-block; /* Butonun düzgün hizalanmasını sağla */
}
.Patroen-btn.danger {
    width: auto; /* Butonun genişliğini otomatik yap */
    max-width: 100%; /* Maksimum genişliği ekran boyutuna göre ayarla */
    display: inline-block; /* Butonun düzgün hizalanmasını sağla */
}
.Patroen-btn.info {
    width: auto; /* Butonun genişliğini otomatik yap */
    max-width: 100%; /* Maksimum genişliği ekran boyutuna göre ayarla */
    display: inline-block; /* Butonun düzgün hizalanmasını sağla */
}
.Patroen-btn.secondary {
    width: auto; /* Butonun genişliğini otomatik yap */
    max-width: 100%; /* Maksimum genişliği ekran boyutuna göre ayarla */
    display: inline-block; /* Butonun düzgün hizalanmasını sağla */
}
.Patroen-btn.light {
    width: auto; /* Butonun genişliğini otomatik yap */
    max-width: 100%; /* Maksimum genişliği ekran boyutuna göre ayarla */
    display: inline-block; /* Butonun düzgün hizalanmasını sağla */
}
.Patroen-btn.dark {
    width: auto; /* Butonun genişliğini otomatik yap */
    max-width: 100%; /* Maksimum genişliği ekran boyutuna göre ayarla */
    display: inline-block; /* Butonun düzgün hizalanmasını sağla */
}

.Patroen-btn.primary {
    width: auto; /* Butonun genişliğini otomatik yap */
    max-width: 100%; /* Maksimum genişliği ekran boyutuna göre ayarla */
    display: inline-block; /* Butonun düzgün hizalanmasını sağla */
}
.Patroen-btn.warning {
    width: auto; /* Butonun genişliğini otomatik yap */
    max-width: 100%; /* Maksimum genişliği ekran boyutuna göre ayarla */
    display: inline-block; /* Butonun düzgün hizalanmasını sağla */
}
.custom-close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    background: rgba(171, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.custom-close-btn:hover {
    background: rgba(110, 37, 37, 0.8);
    transform: scale(1.1);
}
.dropdown-item {
    border-bottom: 1px solid #2d2d2f;
}

/* SEARCH BAR */
.search-bar {
    position: relative; /* Kritik */
    display: flex;
    align-items: center;
    background: #1a1a1a;
    border-radius: 10px;
    overflow: visible; /* Değiştirildi */
    width: 100%;
    max-width: 350px;
    border: 1px solid #3d3d3d;
    transition: all 0.3s ease;
    box-sizing: border-box; /* Genişlik hesaplaması için */
}

.search-bar:focus-within {
    border-color: #646464;
}

.search-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #e1e1e1;
    font-size: 14px;
    padding: 8px 16px;
    outline: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, sans-serif;
    box-sizing: border-box;
}

.search-input::placeholder {
    color: #6a6a6a;
    font-weight: 400;
}

.search-button {
    background: transparent;
    border: none;
    padding: 8px 16px 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #6a6a6a;
    transition: color 0.2s ease;
}

.search-button:hover {
    color: #e1e1e1;
}

.search-button svg {
    width: 20px;
    height: 20px;
}

.autocomplete-header {
    padding: 8px 15px;
    color: white; /* Beyaz renk */
    background: #3a3a3a;
    font-weight: bold;
    font-size: 14px;
}

.autocomplete-header:first-of-type {
    border-bottom: 1px solid #3d3d3d; /* İlanlar için sadece alt çizgi */
}

.autocomplete-header:not(:first-of-type) {
    border-top: 1px solid #3d3d3d; /* Kategoriler için üst çizgi */
    border-bottom: 1px solid #3d3d3d; /* Kategoriler için alt çizgi */
}
/* Tüm tablolarda satırlar arası border */
.table tbody tr {
    border-bottom: 1px solid #3d3d3d;
}
thead.bg-dark tr th {
    border-bottom: 1px solid #3d3d3d;
}
tbody tr td {
    border-bottom: 1px solid #3d3d3d;
}
tbody tr:last-child td {
    border-bottom: none;
}
.table td,
.table th {
    vertical-align: middle;
}
/* AUTOCOMPLETE */
.autocomplete-results {
    position: absolute;
    top: calc(100% + 5px); /* Search bar'dan 5px aşağıda */
    left: 0;
    right: 0;
    background: #2a2a2a;
    border: 1px solid #3d3d3d;
    border-radius: 8px;
    width: 100% !important; /* Search bar ile tam aynı genişlik */
    max-width: 350px;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    border-bottom: 1px solid #3b3b3b;
}

.autocomplete-item {
    padding: 10px 15px;
    color: #e1e1e1;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
    border-bottom: 1px solid #3b3b3b;
}

/* Sonuncu öğeye margin-bottom ekleyerek boşluk oluşturuluyor */
.autocomplete-item:last-child {
    margin-bottom: 8px; /* İstenilen boşluk miktarını buradan ayarlayabilirsiniz */
}

.autocomplete-item:hover {
    background: #3a3a3a;
}

/* MOBİL */
@media (max-width: 768px) {
    .search-bar {
        max-width: 100%;
        margin: 0 16px;
        display: none !important; /* !important ile önceliği arttırın */
    }

    .autocomplete-results {
        max-width: 100%; /* Mobilde tam genişlik */
        left: 0;
        right: 0;
        width: 100% !important;
    }

    .search-input {
        padding: 10px 14px;
        font-size: 15px;
    }

    .nav-item.custom-notification .dropdown-toggle::after {
        display: none;
    }
}

.footer_info {
    border-bottom: 1px solid #2e2e2e;
    text-align: center;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 700;
    color: white !important; /* Yazı rengini beyaz yap */
    background-color:; /* Arkaplan rengini siyah yap */
}
.footer_info span {
    color: #ed6666 !important; /* Beyaz rengi uygula */
}

.footer-top {
    background: #1e1e1f;
    color: #d1d1d1;
    padding: 5px 0 5px;
}

.footer-top i {
    font-size: 1.2rem; /* İkon boyutunu biraz küçülttük */
    margin-bottom: 10px;
}
.footer-top span {
    font-size: 14px; /* Yazı boyutunu küçülttük */
}

/* Mobilde gizleme */
@media (max-width: 767px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
    }
}

.section-title {
    background-color: #2a2a2a;
    border-left: 3px solid #e74c3c;
    padding: 10px 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.section-title i {
    color: #e74c3c;
    margin-right: 10px;
    font-size: 20px;
}
