/* Özel Haber Sitesi Scrollbar Tasarımı */
 .custom-scrollbar::-webkit-scrollbar { width: 4px; }
    .custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
    .custom-scrollbar::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
    .custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
 
    .manset-pagination {
        position: absolute;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        display: flex;
        justify-content: left;
        
        z-index: 30;
    }

    .manset-pagination .swiper-pagination-bullet {
        width: 38px;
        height: 38px;
        border-radius: 500px;
        background: #e2e8f0;
        backdrop-filter: blur(8px);
        color: #0f172a;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 900;
        border: 1px solid rgba(255,255,255,.2);
        transition: all .25s ease;
        cursor: pointer;
    }

    .manset-pagination .swiper-pagination-bullet:hover {
        background: #dc2626;
        color: #fff;
 
        box-shadow: 0 10px 20px rgba(220,38,38,.35);
        border-color: #dc2626;
    }

    .manset-pagination .swiper-pagination-bullet-active {
        background: #dc2626;
        color: #fff;
      
        box-shadow: 0 10px 20px rgba(220,38,38,.35);
        border: 2px solid #dc2626;
    }

    .manset-arrow {
        width: 24px !important;
        height: 52px !important;
   
        background: rgba(15,23,42,.25);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,.15);
        color: #fff !important;
        transition: all .25s ease;
        opacity: .25;
    }

    .manset-arrow:hover {
        background: #dc2626;
        opacity: 1;
       
       
    }

    .mansetSwiper:hover .manset-arrow {
        opacity: 1;
    }

    .manset-arrow::after {
        font-size: 18px !important;
        font-weight: 900;
    }

    .manset-arrow-prev {
        left: 0!important;
    }

    .manset-arrow-next {
        right: 0 !important;
    }

    @media (max-width: 768px) {
        .manset-arrow {
            width: 46px !important;
            height: 46px !important;
            border-radius: 14px;
        }

        .manset-arrow::after {
            font-size: 14px !important;
        }
    }
    .newspaperSwiper {
        padding-bottom: 35px;
    }

    .newspaper-pagination {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center;
    }

    .newspaper-pagination .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        background: #cbd5e1 !important;
        opacity: 1 !important;
        margin: 0 6px !important;
        transition: all .3s ease;
    }

    .newspaper-pagination .swiper-pagination-bullet:hover {
        background: #dc2626 !important;
   
    }

    .newspaper-pagination .swiper-pagination-bullet-active {
        width: 36px !important;
        border-radius: 999px !important;
        background: #dc2626 !important;
     
    }

 
 
    .photoGallerySwiper {
        padding-bottom: 35px;
    }

    .photo-gallery-pagination {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center;
    }

    .photo-gallery-pagination .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        background: #d8b4fe !important;
        opacity: 1 !important;
        margin: 0 6px !important;
        transition: all .3s ease;
    }

    .photo-gallery-pagination .swiper-pagination-bullet:hover {
        background: #c026d3 !important;
   
    }

    .photo-gallery-pagination .swiper-pagination-bullet-active {
        width: 36px !important;
        border-radius: 999px !important;
        background: #c026d3 !important;
      
    }
 

/* WordPress Custom Logo Standartları */
.custom-logo {
    max-height: 44px;
    width: auto;
    object-fit: contain;
}
.custom-logo-link {
    display: flex;
    align-items: center;
}

/* Piyasalar Barı Kaydırma Çubuğu Gizleme */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* Masaüstü Menü Link Giydirmesi */
.main-nav-list > li > a {
    display: block;
    padding: 1rem 1.25rem;
    transition: all 0.2s ease-in-out;
}
.main-nav-list > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.main-nav-list > li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -3px 0 0 #fff;
}

/* Akıllı Tıklat-Aç Arama Alanı Tasarımı */
#interactiveSearchWrapper.search-active {
    width: 280px; /* Butona basılınca açılacağı genişlik */
    opacity: 1;
    overflow: visible;
}
@media (max-width: 640px) {
    #interactiveSearchWrapper.search-active {
        width: calc(100vw - 110px); /* Mobilde ekran genişliğine göre esner */
    }
}
#interactiveSearchWrapper form {
    display: flex;
    width: 100%;
    height: 100%;
}
#interactiveSearchWrapper input[type="search"] {
    width: 100%;
    height: 44px;
    background-color: #fff;
    border: 2px solid #ef4444; /* Haber sitelerine yakışan kırmızı vurgu */
    border-radius: 0.75rem;
    padding: 0 2.5rem 0 2.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    outline: none;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
/* Arama Kutusu İçi Sol Büyüteç İkonu */
#interactiveSearchWrapper::before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #ef4444;
    font-size: 0.875rem;
    pointer-events: none;
    z-index: 30;
}
#interactiveSearchWrapper input[type="submit"] {
    display: none;
}

/* Mobil Menü Link Giydirmesi */
.mobile-nav-wrapper ul li a {
    display: block;
    padding: 0.75rem 1rem;
    background-color: #f8fafc;
    border-radius: 0.75rem;
    transition: all 0.2s;
}
.mobile-nav-wrapper ul li a:hover {
    background-color: #f1f5f9;
    color: #ef4444;
}
 
    /* Piyasa Bandı Ana Taşıyıcı */
.ticker-container {
    width: 100%;
    background: #11141a; /* Koyu modern arka plan */
    border-bottom: 1px solid #1f242e;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
}

/* Sonsuz Döngü Sağlayan Animasyon Alanı */
.ticker-wrapper {
    display: flex;
    white-space: nowrap;
    width: max-content;
    animation: ticker-kaydir 25s linear infinite;
}

/* Fareyle üzerine gelindiğinde akışı durdur */
.ticker-container:hover .ticker-wrapper {
    animation-play-state: paused;
}

/* Her Bir Piyasa Kartı */
.ticker-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 25px;
    border-right: 1px solid #1f242e;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Bilgi Alanı (İsim ve Değer) */
.ticker-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ticker-label {
    font-size: 11px;
    font-weight: 700;
    color: #8a94a6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ticker-value {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

/* Trend Alanı (Yüzde ve Ok) */
.ticker-trend {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
}

/* Trend Renkleri (Neon Efektli) */
.ticker-card.up .ticker-trend {
    color: #00e676;
    background: rgba(0, 230, 118, 0.1);
}

.ticker-card.down .ticker-trend {
    color: #ff3d00;
    background: rgba(255, 61, 0, 0.1);
}

.ticker-card.stable .ticker-trend {
    color: #90a4ae;
    background: rgba(144, 164, 174, 0.1);
}

/* Canlı Saat Kartı */
.time-card {
    background: rgba(2, 136, 209, 0.1);
    border-radius: 4px;
    margin: 0 15px;
    padding: 6px 15px;
    border: 1px solid rgba(2, 136, 209, 0.2);
}

.time-text {
    font-size: 12px;
    font-weight: 700;
    color: #00b0ff;
    letter-spacing: 0.5px;
}

.time-dot {
    width: 6px;
    height: 6px;
    background-color: #00b0ff;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 1.5s infinite;
}

/* Animasyon Tanımlamaları */
@keyframes ticker-kaydir {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.4; }
}
 


 
   .ts-wrapper{
    width:42px;
    position:relative;
}

.ts-wrapper .ts-dropdown{
    min-width:120px !important;
    width:120px !important;
    max-height:300px;
    overflow-y:auto;
}

.ts-wrapper .ts-control{
    overflow:visible;
    width:22px;
    min-width:22px;
    height:26px;
    padding:0 !important;
 
 
    position:relative;
    cursor:pointer;
}

.ts-wrapper.single .ts-control > div{
    opacity:0;
    width:0;
    overflow:hidden;
}

.ts-wrapper .ts-control input{
    display:none !important;
}

.ts-wrapper .ts-control::after{
    content:"\f078";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}


.ts-control{
   border:none !important;
   background:#fff !important;
}



#pharmacyResult::-webkit-scrollbar {
    width: 6px;
}

#pharmacyResult::-webkit-scrollbar-track {
    background: #f1f5f9;
}

#pharmacyResult::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-radius: 999px;
}

#pharmacyResult::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}