/* =========================================================
   DIGITALSUNUCU - WHMCS ÖZEL TEMA DÜZENLEMELERİ
   Açık ve koyu tema
   ========================================================= */


/* =========================================================
   1. CONFIGURABLE OPTIONS GENİŞLİK DÜZELTMESİ
   ========================================================= */

.configurable-options,
.product-configurable-options,
#productConfigurableOptions {
    width: 100% !important;
}

.configurable-options .form-group,
.product-configurable-options .form-group,
#productConfigurableOptions .form-group {
    width: 100% !important;
    display: block !important;
}

.configurable-options select,
.product-configurable-options select,
#productConfigurableOptions select,
.configurable-options .form-control,
.product-configurable-options .form-control,
#productConfigurableOptions .form-control {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    display: block !important;
}

#order-standard_cart .select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

#order-standard_cart
.select2-container .select2-selection--single {
    width: 100% !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
}

#order-standard_cart select[name^="configoption"] {
    width: 100% !important;
    max-width: 100% !important;
}


/* =========================================================
   2. TAMAMLANAN SİPARİŞ ADIMI - AÇIK TEMA
   ========================================================= */

.standard__cart__order__steps__item.done
.standard__cart__order__steps__item__number {
    background: #62AAEA !important;
    color: #FFFFFF !important;
}

.standard__cart__order__steps__item.done
.standard__cart__order__steps__item__text {
    color: #135695 !important;
}

.standard__cart__order__steps__item.done::after {
    background: #62AAEA !important;
}


/* =========================================================
   3. CONFIG İÇİNDEKİ ÜCRETSİZ ETİKETLERİ - AÇIK TEMA
   ========================================================= */

.panel__check__cart__group__pricing .badge.badge-success {
    background: rgba(98, 170, 234, 0.16) !important;
    color: #135695 !important;
    border: 1px solid rgba(19, 86, 149, 0.18) !important;
    box-shadow: none !important;
}


/* =========================================================
   4. ÜCRETSİZ KURULUM ÜCRETİ - AÇIK TEMA
   ========================================================= */

.cycle__setup__fees__free {
    background: rgba(98, 170, 234, 0.16) !important;
    color: #135695 !important;
    border: 1px solid rgba(19, 86, 149, 0.18) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}


/* =========================================================
   5. EN AVANTAJLI ÖDEME DÖNEMİ - AÇIK TEMA
   ========================================================= */

.best__pricing__cycle__badge {
    background: #FFF3C4 !important;
    color: #7A5200 !important;
    font-weight: 600 !important;
    padding-right: 16px !important;

    clip-path: polygon(
        0 0,
        100% 0,
        calc(100% - 9px) 50%,
        100% 100%,
        0 100%
    ) !important;
}

.best__pricing__cycle__badge::before,
.best__pricing__cycle__badge::after {
    display: none !important;
    content: none !important;
}


/* =========================================================
   KOYU TEMA ALGILAMA MANTIĞI

   1) body.body__dark
      Tema tarafından koyu görünümde kullanılan ana sınıf.

   2) html[data-theme="dark"]
      Sayfa doğrudan koyu tema ile açılırsa yedek yöntem.

   Not:
   body:not(.light-mode) özellikle kullanılmaz. Bu seçici,
   light-mode sınıfı bulunmayan özel sayfaları yanlışlıkla
   koyu tema kabul edebilir.
   ========================================================= */


/* =========================================================
   6. CONFIG ÜCRETSİZ ETİKETLERİ - KOYU TEMA
   ========================================================= */

body.body__dark
.panel__check__cart__group__pricing .badge.badge-success,
html[data-theme="dark"]
.panel__check__cart__group__pricing .badge.badge-success {
    background: #135695 !important;
    color: #FFFFFF !important;
    border: 1px solid #62AAEA !important;
    box-shadow: none !important;
}


/* =========================================================
   7. ÜCRETSİZ KURULUM ÜCRETİ - KOYU TEMA
   ========================================================= */

body.body__dark .cycle__setup__fees__free,
html[data-theme="dark"] .cycle__setup__fees__free {
    background: #135695 !important;
    color: #FFFFFF !important;
    border: 1px solid #62AAEA !important;
    box-shadow: none !important;
}


/* =========================================================
   8. TAMAMLANAN SİPARİŞ ADIMI - KOYU TEMA
   ========================================================= */

body.body__dark
.standard__cart__order__steps__item.done
.standard__cart__order__steps__item__number,
html[data-theme="dark"]
.standard__cart__order__steps__item.done
.standard__cart__order__steps__item__number {
    background: #135695 !important;
    color: #FFFFFF !important;
}

body.body__dark
.standard__cart__order__steps__item.done
.standard__cart__order__steps__item__text,
html[data-theme="dark"]
.standard__cart__order__steps__item.done
.standard__cart__order__steps__item__text {
    color: #8CC8F4 !important;
}

body.body__dark
.standard__cart__order__steps__item.done::after,
html[data-theme="dark"]
.standard__cart__order__steps__item.done::after {
    background: #62AAEA !important;
}


/* =========================================================
   9. EN AVANTAJLI ETİKETİ - KOYU TEMA
   ========================================================= */

body.body__dark .best__pricing__cycle__badge,
html[data-theme="dark"] .best__pricing__cycle__badge {
    background: #4A3A00 !important;
    color: #FFD86B !important;
}


/* =========================================================
   10. DEVAM ET BUTONU - KOYU TEMA
   ========================================================= */

body.body__dark #btnCompleteProductConfig,
html[data-theme="dark"] #btnCompleteProductConfig {
    background: #135695 !important;
    border-color: #135695 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
}

body.body__dark #btnCompleteProductConfig:hover,
body.body__dark #btnCompleteProductConfig:focus,
body.body__dark #btnCompleteProductConfig:active,
html[data-theme="dark"] #btnCompleteProductConfig:hover,
html[data-theme="dark"] #btnCompleteProductConfig:focus,
html[data-theme="dark"] #btnCompleteProductConfig:active {
    background: #62AAEA !important;
    border-color: #62AAEA !important;
    color: #0B1220 !important;
    box-shadow: none !important;
}


/* =========================================================
   11. ÖDEME DÖNEMİ SELECTED BUTONU - KOYU TEMA
   ========================================================= */

body.body__dark
.icheck__control__check__cycle__btn .cycle__selected,
html[data-theme="dark"]
.icheck__control__check__cycle__btn .cycle__selected {
    background: #135695 !important;
    color: #FFFFFF !important;
    border: 1px solid #135695 !important;
    border-radius: 4px !important;
    opacity: 1 !important;
}


/* =========================================================
   12. ÖDEME DÖNEMİ SELECT BUTONLARI - KOYU TEMA
   ========================================================= */

body.body__dark
.icheck__control__check__cycle__btn .cycle__select,
html[data-theme="dark"]
.icheck__control__check__cycle__btn .cycle__select {
    background: transparent !important;
    color: #62AAEA !important;
    border: 1px solid #62AAEA !important;
    border-radius: 4px !important;
    opacity: 1 !important;
}

body.body__dark
.icheck__control__check__cycle__btn:hover .cycle__select,
html[data-theme="dark"]
.icheck__control__check__cycle__btn:hover .cycle__select {
    background: #62AAEA !important;
    color: #0B1220 !important;
    border-color: #62AAEA !important;
}
/* =========================================================
   ÜRÜN LİSTESİ - SATIN AL BUTONLARI / KOYU TEMA
   ========================================================= */

/* Normal görünüm */
body.body__dark .pricing__plans__standard__item .btn-order-now,
html[data-theme="dark"] .pricing__plans__standard__item .btn-order-now {
    background: transparent !important;
    color: #62AAEA !important;
    border: 1px solid #62AAEA !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* Hover, klavye odağı ve tıklama */
body.body__dark .pricing__plans__standard__item .btn-order-now:hover,
body.body__dark .pricing__plans__standard__item .btn-order-now:focus,
body.body__dark .pricing__plans__standard__item .btn-order-now:active,
html[data-theme="dark"] .pricing__plans__standard__item .btn-order-now:hover,
html[data-theme="dark"] .pricing__plans__standard__item .btn-order-now:focus,
html[data-theme="dark"] .pricing__plans__standard__item .btn-order-now:active {
    background: #62AAEA !important;
    color: #0B1220 !important;
    border-color: #62AAEA !important;
    box-shadow: none !important;
}
/* =========================================================
   DIGITALSUNUCU - EKLENTİ BİLGİ İKONU
   Açık ve koyu tema
   ========================================================= */

/* Açık tema */
.product__configure__addon__item__know__more {
    width: 18px !important;
    height: 18px !important;
    background: rgba(98, 170, 234, 0.16) !important;
    color: #135695 !important;
    border: 1px solid rgba(19, 86, 149, 0.25) !important;
    opacity: 1 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    cursor: help !important;
    box-shadow: none !important;
}

/* Açık tema hover */
.product__configure__addon__item__know__more:hover,
.product__configure__addon__item__know__more:focus {
    background: #135695 !important;
    color: #FFFFFF !important;
    border-color: #135695 !important;
    opacity: 1 !important;
    transform: scale(1.08);
}

/* Koyu tema */
body.body__dark .product__configure__addon__item__know__more,
html[data-theme="dark"] .product__configure__addon__item__know__more {
    background: rgba(98, 170, 234, 0.18) !important;
    color: #8CC8F4 !important;
    border: 1px solid rgba(98, 170, 234, 0.40) !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

/* Koyu tema hover */
body.body__dark .product__configure__addon__item__know__more:hover,
body.body__dark .product__configure__addon__item__know__more:focus,
html[data-theme="dark"] .product__configure__addon__item__know__more:hover,
html[data-theme="dark"] .product__configure__addon__item__know__more:focus {
    background: #62AAEA !important;
    color: #0B1220 !important;
    border-color: #62AAEA !important;
    opacity: 1 !important;
    transform: scale(1.08);
}

/* =========================================================
   DIGITALSUNUCU - OYUNCU SLOTU / RANGE SLIDER
   Açık ve koyu tema
   ========================================================= */

/* Seçilen değeri gösteren kutu */
#order-standard_cart .irs-single {
    background: #135695 !important;
    color: #FFFFFF !important;
    border: 1px solid #62AAEA !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-weight: 700 !important;
}

/* Değer kutusunun altındaki küçük ok */
#order-standard_cart .irs-single::before,
#order-standard_cart .irs-single::after {
    border-top-color: #135695 !important;
}

/* Slider'ın doldurulmuş aktif bölümü */
#order-standard_cart .irs-bar,
#order-standard_cart .irs-bar-edge {
    background: #62AAEA !important;
    border-color: #62AAEA !important;
}

/* Slider tutacağı */
#order-standard_cart .irs-slider {
    background: #135695 !important;
    border: 2px solid #FFFFFF !important;
    box-shadow: 0 0 0 1px rgba(19, 86, 149, 0.25) !important;
}

/* Koyu temadaki değer kutusu */
body.body__dark #order-standard_cart .irs-single,
html[data-theme="dark"] #order-standard_cart .irs-single {
    background: #135695 !important;
    color: #FFFFFF !important;
    border-color: #62AAEA !important;
}

/* Koyu temada değerin altındaki küçük ok */
body.body__dark #order-standard_cart .irs-single::before,
body.body__dark #order-standard_cart .irs-single::after,
html[data-theme="dark"] #order-standard_cart .irs-single::before,
html[data-theme="dark"] #order-standard_cart .irs-single::after {
    border-top-color: #135695 !important;
}

/* Koyu temadaki aktif çizgi */
body.body__dark #order-standard_cart .irs-bar,
body.body__dark #order-standard_cart .irs-bar-edge,
html[data-theme="dark"] #order-standard_cart .irs-bar,
html[data-theme="dark"] #order-standard_cart .irs-bar-edge {
    background: #62AAEA !important;
    border-color: #62AAEA !important;
}

/* Koyu temadaki slider tutacağı */
body.body__dark #order-standard_cart .irs-slider,
html[data-theme="dark"] #order-standard_cart .irs-slider {
    background: #62AAEA !important;
    border-color: #135695 !important;
    box-shadow: none !important;
}
/* =========================================================
   DIGITALSUNUCU - SELECT2 KAPALI DROPDOWN / KOYU TEMA
   ========================================================= */

/* Dropdown kutusunun zemini ve çerçevesi */
body.body__dark #order-standard_cart
.select2-container--default .select2-selection--single,
html[data-theme="dark"] #order-standard_cart
.select2-container--default .select2-selection--single {
    background: #2D2D2D !important;
    border: 1px solid #3B4248 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
}

/* Seçili yazı */
body.body__dark #order-standard_cart
.select2-container--default
.select2-selection--single
.select2-selection__rendered,
html[data-theme="dark"] #order-standard_cart
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #E8EDF3 !important;
    opacity: 1 !important;
}

/* Placeholder yazısı */
body.body__dark #order-standard_cart
.select2-container--default
.select2-selection--single
.select2-selection__placeholder,
html[data-theme="dark"] #order-standard_cart
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: #9CA7B3 !important;
    opacity: 1 !important;
}

/* Sağdaki açılır ok */
body.body__dark #order-standard_cart
.select2-container--default
.select2-selection--single
.select2-selection__arrow b,
html[data-theme="dark"] #order-standard_cart
.select2-container--default
.select2-selection--single
.select2-selection__arrow b {
    border-color: #8CC8F4 transparent transparent transparent !important;
}

/* Hover ve klavye odağı */
body.body__dark #order-standard_cart
.select2-container--default:hover .select2-selection--single,
html[data-theme="dark"] #order-standard_cart
.select2-container--default:hover .select2-selection--single,
body.body__dark #order-standard_cart
.select2-container--default.select2-container--focus .select2-selection--single,
html[data-theme="dark"] #order-standard_cart
.select2-container--default.select2-container--focus .select2-selection--single,
body.body__dark #order-standard_cart
.select2-container--default.select2-container--open .select2-selection--single,
html[data-theme="dark"] #order-standard_cart
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #62AAEA !important;
    box-shadow: 0 0 0 2px rgba(98, 170, 234, 0.14) !important;
}

/* Dropdown açıkken okun yönü ve rengi */
body.body__dark #order-standard_cart
.select2-container--default.select2-container--open
.select2-selection__arrow b,
html[data-theme="dark"] #order-standard_cart
.select2-container--default.select2-container--open
.select2-selection__arrow b {
    border-color: transparent transparent #8CC8F4 transparent !important;
}
/* =========================================================
   DIGITALSUNUCU - SELECT2 AÇILIR LİSTE / KOYU TEMA
   ========================================================= */

/* Açılan dropdown paneli */
body.body__dark .select2-container--open .select2-dropdown,
html[data-theme="dark"] .select2-container--open .select2-dropdown {
    background: #202223 !important;
    border: 1px solid #3B4248 !important;
    border-radius: 6px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28) !important;
    overflow: hidden !important;
}

/* Arama alanının bulunduğu bölüm */
body.body__dark .select2-container--open .select2-search--dropdown,
html[data-theme="dark"] .select2-container--open .select2-search--dropdown {
    background: #1B1D1F !important;
    padding: 8px !important;
    border-bottom: 1px solid #343A40 !important;
}

/* Arama kutusu */
body.body__dark .select2-container--open .select2-search__field,
html[data-theme="dark"] .select2-container--open .select2-search__field {
    background: #17191B !important;
    color: #FFFFFF !important;
    border: 1px solid #3B4248 !important;
    border-radius: 4px !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Arama kutusu odaklandığında */
body.body__dark .select2-container--open .select2-search__field:focus,
html[data-theme="dark"] .select2-container--open .select2-search__field:focus {
    border-color: #62AAEA !important;
    box-shadow: 0 0 0 2px rgba(98, 170, 234, 0.14) !important;
}

/* Listedeki normal seçenekler */
body.body__dark .select2-container--open .select2-results__option,
html[data-theme="dark"] .select2-container--open .select2-results__option {
    background: transparent !important;
    color: #C8D0D9 !important;
    opacity: 1 !important;
    padding: 9px 14px !important;
}

/* Seçili olan seçenek */
body.body__dark .select2-container--open
.select2-results__option[aria-selected="true"],
body.body__dark .select2-container--open
.select2-results__option--selected,
html[data-theme="dark"] .select2-container--open
.select2-results__option[aria-selected="true"],
html[data-theme="dark"] .select2-container--open
.select2-results__option--selected {
    background: rgba(19, 86, 149, 0.34) !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

/* Fareyle üzerine gelinen veya klavyeyle seçilen satır */
body.body__dark .select2-container--open
.select2-results__option--highlighted[aria-selected],
body.body__dark .select2-container--open
.select2-results__option--highlighted.select2-results__option--selectable,
html[data-theme="dark"] .select2-container--open
.select2-results__option--highlighted[aria-selected],
html[data-theme="dark"] .select2-container--open
.select2-results__option--highlighted.select2-results__option--selectable {
    background: #62AAEA !important;
    color: #0B1220 !important;
    font-weight: 600 !important;
}

/* Sonuç bulunamadı mesajı */
body.body__dark .select2-container--open .select2-results__message,
html[data-theme="dark"] .select2-container--open .select2-results__message {
    color: #9CA7B3 !important;
}

/* Açılır listenin scrollbar görünümü */
body.body__dark .select2-results__options,
html[data-theme="dark"] .select2-results__options {
    scrollbar-color: #62AAEA #25282B;
    scrollbar-width: thin;
}

body.body__dark .select2-results__options::-webkit-scrollbar,
html[data-theme="dark"] .select2-results__options::-webkit-scrollbar {
    width: 7px;
}

body.body__dark .select2-results__options::-webkit-scrollbar-track,
html[data-theme="dark"] .select2-results__options::-webkit-scrollbar-track {
    background: #25282B;
}

body.body__dark .select2-results__options::-webkit-scrollbar-thumb,
html[data-theme="dark"] .select2-results__options::-webkit-scrollbar-thumb {
    background: #62AAEA;
    border-radius: 8px;
}
/* =========================================================
   DIGITALSUNUCU - DUYURULAR ETİKETİ
   ========================================================= */

/* Açık tema */
span.news__title {
    background: #135695 !important;
    color: #FFFFFF !important;
    border: 1px solid #135695 !important;
    border-radius: 4px !important;
    padding: 5px 10px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

/* Açık tema hover */
span.news__title:hover,
span.news__title:focus {
    background: #62AAEA !important;
    color: #0B1220 !important;
    border-color: #62AAEA !important;
}

/* Koyu tema */
body.body__dark span.news__title,
html[data-theme="dark"] span.news__title {
    background: #62AAEA !important;
    color: #0B1220 !important;
    border-color: #62AAEA !important;
}

/* Koyu tema hover */
body.body__dark span.news__title:hover,
body.body__dark span.news__title:focus,
html[data-theme="dark"] span.news__title:hover,
html[data-theme="dark"] span.news__title:focus {
    background: #8CC8F4 !important;
    color: #0B1220 !important;
    border-color: #8CC8F4 !important;
}
/* =========================================================
   DIGITALSUNUCU - PROMOSYON KODU UYGULA BUTONU
   ========================================================= */

/* Açık tema */
.sidebar__aply__promo__code__form
button[name="validatepromo"]:not(:disabled) {
    background: #135695 !important;
    border: 1px solid #135695 !important;
    color: #FFFFFF !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

/* Açık tema hover / odak */
.sidebar__aply__promo__code__form
button[name="validatepromo"]:not(:disabled):hover,
.sidebar__aply__promo__code__form
button[name="validatepromo"]:not(:disabled):focus,
.sidebar__aply__promo__code__form
button[name="validatepromo"]:not(:disabled):active {
    background: #62AAEA !important;
    border-color: #62AAEA !important;
    color: #0B1220 !important;
    box-shadow: none !important;
}

/* Koyu tema */
body.body__dark
.sidebar__aply__promo__code__form
button[name="validatepromo"]:not(:disabled),
html[data-theme="dark"]
.sidebar__aply__promo__code__form
button[name="validatepromo"]:not(:disabled) {
    background: #62AAEA !important;
    border-color: #62AAEA !important;
    color: #0B1220 !important;
}

/* Koyu tema hover / odak */
body.body__dark
.sidebar__aply__promo__code__form
button[name="validatepromo"]:not(:disabled):hover,
body.body__dark
.sidebar__aply__promo__code__form
button[name="validatepromo"]:not(:disabled):focus,
html[data-theme="dark"]
.sidebar__aply__promo__code__form
button[name="validatepromo"]:not(:disabled):hover,
html[data-theme="dark"]
.sidebar__aply__promo__code__form
button[name="validatepromo"]:not(:disabled):focus {
    background: #135695 !important;
    border-color: #135695 !important;
    color: #FFFFFF !important;
}

/* Gerçekten devre dışı bırakılırsa soluk görünsün */
.sidebar__aply__promo__code__form
button[name="validatepromo"]:disabled {
    background: rgba(98, 170, 234, 0.18) !important;
    border-color: rgba(19, 86, 149, 0.18) !important;
    color: #758085 !important;
    opacity: 0.75 !important;
    cursor: not-allowed !important;
}

/* =========================================================
   DIGITALSUNUCU - GLOBAL MÜŞTERİ PANELİNE DÖN
   Hook tarafından eklenen/düzenlenen bağlantıları biçimlendirir.
   ========================================================= */

/* Breadcrumb içindeki gereksiz Ana Sayfa öğesi */
.ds-breadcrumb-hidden-home {
    display: none !important;
}

/* Eklenen Müşteri Paneli öğesinin önündeki tema ayırıcısını kaldır */
nav.master-breadcrumb
.ds-clientarea-return-item::before {
    display: none !important;
    content: none !important;
}

/* Ortak buton görünümü - Açık tema */
a.ds-clientarea-return {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;

    width: auto !important;
    min-width: 0 !important;
    padding: 9px 14px !important;
    margin: 4px 0 !important;

    background: #FFFFFF !important;
    border: 1px solid #135695 !important;
    border-radius: 7px !important;

    color: #135695 !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    text-decoration: none !important;

    opacity: 1 !important;
    box-shadow: none !important;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease !important;
}

a.ds-clientarea-return:hover,
a.ds-clientarea-return:focus {
    background: #135695 !important;
    border-color: #135695 !important;
    color: #FFFFFF !important;
    transform: translateX(-2px) !important;
    outline: none !important;
}

/* Tema içindeki bağımsız/eski geri dön butonu */
a.ds-clientarea-return-standalone {
    margin: 16px auto 0 !important;
}

/* Koyu tema */
body.body__dark a.ds-clientarea-return,
html[data-theme="dark"] a.ds-clientarea-return {
    background: rgba(98, 170, 234, 0.10) !important;
    border-color: #62AAEA !important;
    color: #8CC8F4 !important;
}

body.body__dark a.ds-clientarea-return:hover,
body.body__dark a.ds-clientarea-return:focus,
html[data-theme="dark"] a.ds-clientarea-return:hover,
html[data-theme="dark"] a.ds-clientarea-return:focus {
    background: #62AAEA !important;
    border-color: #62AAEA !important;
    color: #0B1220 !important;
}

/* Mobil görünüm */
@media (max-width: 767px) {
    a.ds-clientarea-return {
        padding: 10px 14px !important;
        font-size: 13px !important;
    }

    a.ds-clientarea-return-standalone {
        width: 100% !important;
    }
}
/* =========================================================
   DIGITALSUNUCU - MÜŞTERİ PANELİ ÜST DURUM RENKLERİ
   ========================================================= */

/* Gerçek durum etiketi: AKTİF HESAP yeşil kalır */
.client__area__profile__static__wrapper
span.badge.badge-success {
    background: #E7F8EE !important;
    color: #168A4A !important;
    border: 1px solid #BDEBCF !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* İşlem rozetleri: Bakiye + ve Yeni Sipariş */
.client__area__profile__static__box
a.badge.badge-success {
    background: rgba(98, 170, 234, 0.16) !important;
    color: #135695 !important;
    border: 1px solid rgba(19, 86, 149, 0.22) !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* İşlem rozetleri hover */
.client__area__profile__static__box
a.badge.badge-success:hover,
.client__area__profile__static__box
a.badge.badge-success:focus {
    background: #135695 !important;
    color: #FFFFFF !important;
    border-color: #135695 !important;
}

/* Sekmelerin yanındaki 0 sayaçları */
.default__coodiv__row__nav
.label.label-success {
    background: rgba(98, 170, 234, 0.16) !important;
    color: #135695 !important;
    border: 1px solid rgba(19, 86, 149, 0.16) !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* =========================================================
   KOYU TEMA
   ========================================================= */

/* AKTİF HESAP */
body.body__dark
.client__area__profile__static__wrapper
span.badge.badge-success,
html[data-theme="dark"]
.client__area__profile__static__wrapper
span.badge.badge-success {
    background: rgba(42, 179, 101, 0.16) !important;
    color: #72D99D !important;
    border-color: rgba(114, 217, 157, 0.35) !important;
}

/* Bakiye + ve Yeni Sipariş */
body.body__dark
.client__area__profile__static__box
a.badge.badge-success,
html[data-theme="dark"]
.client__area__profile__static__box
a.badge.badge-success {
    background: #135695 !important;
    color: #FFFFFF !important;
    border-color: #62AAEA !important;
}

/* Koyu tema işlem rozetleri hover */
body.body__dark
.client__area__profile__static__box
a.badge.badge-success:hover,
body.body__dark
.client__area__profile__static__box
a.badge.badge-success:focus,
html[data-theme="dark"]
.client__area__profile__static__box
a.badge.badge-success:hover,
html[data-theme="dark"]
.client__area__profile__static__box
a.badge.badge-success:focus {
    background: #62AAEA !important;
    color: #0B1220 !important;
    border-color: #62AAEA !important;
}

/* Koyu tema 0 sayaçları */
body.body__dark
.default__coodiv__row__nav
.label.label-success,
html[data-theme="dark"]
.default__coodiv__row__nav
.label.label-success {
    background: rgba(98, 170, 234, 0.18) !important;
    color: #8CC8F4 !important;
    border-color: rgba(98, 170, 234, 0.32) !important;
}
