/* header_custom_css */
/*
 * Minyonbet header yerleşimi
 * Panel: Yalnızca header için özel CSS — ORTAK
 */

html body .layout-header-holder-bc header.header-bc .hdr-main-content-bc {
  width: min(100%, 1680px) !important;
  height: 64px !important;
  min-height: 64px !important;
  margin-inline: auto !important;
  padding: 0 18px !important;
  gap: 10px !important;
}

html body .layout-header-holder-bc .logo-container,
html body .layout-header-holder-bc .logo-container .logo {
  width: 190px !important;
  max-width: 190px !important;
  height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

html body .layout-header-holder-bc .logo-container .hdr-logo-bc {
  width: 180px !important;
  max-width: 180px !important;
  height: auto !important;
  max-height: 54px !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
}

html body .layout-header-holder-bc .hdr-user-bc {
  margin-inline-start: auto !important;
  gap: 8px !important;
}

html body .layout-header-holder-bc .btn.sign-in,
html body .layout-header-holder-bc .btn.register,
html body .layout-header-holder-bc .header-icon-text,
html body .layout-header-holder-bc .deposit-btn,
html body .layout-header-holder-bc a[href*="page=deposit"] {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  min-width: 104px !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transform: none !important;
}

html body .layout-header-holder-bc .btn.sign-in::after {
  content: none !important;
  display: none !important;
}

html body .layout-header-holder-bc .form-control-bc.select.compact-mode {
  height: 36px !important;
  min-height: 36px !important;
  border-radius: 8px !important;
}

html body .layout-header-holder-bc .smartPanel-bc,
html body .layout-header-holder-bc .generic-search-btn {
  color: #f6f9ff !important;
}

html body .layout-header-holder-bc .hdr-toggle-button-bc,
html body .layout-header-holder-bc .generic-search-btn {
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #9fcfff !important;
  background: rgba(8, 120, 255, .12) !important;
  border: 1px solid rgba(36, 165, 255, .30) !important;
  border-radius: 8px !important;
}

html body .layout-header-holder-bc .count-odd-animation::after,
html body .layout-header-holder-bc [data-badge]::after {
  color: #010919 !important;
  background: #ffc928 !important;
  border-color: #ffec9e !important;
}

html body .layout-header-holder-bc .nav-content-menu {
  width: min(100%, 1680px) !important;
  margin-inline: auto !important;
}

html body .layout-header-holder-bc .nav-menu-container.header-navigation > .nav-menu {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 2px !important;
  overflow: hidden !important;
}

html body .layout-header-holder-bc
.nav-menu-container.header-navigation > .nav-menu > li {
  min-width: 0 !important;
  flex: 1 1 0 !important;
}

html body .layout-header-holder-bc .nav-menu-container.header-navigation .nav-menu-item {
  width: 100% !important;
  min-width: 0 !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 9px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .28px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* 1366px sınıfı ekranlarda uzun başlıklar ikinci satıra düşmesin. */
@media (min-width: 901px) and (max-width: 1450px) {
  html body .layout-header-holder-bc
  .nav-menu-container.header-navigation .nav-menu-item {
    padding-inline: 6px !important;
    gap: 5px !important;
    font-size: 10px !important;
    letter-spacing: 0 !important;
  }

  html body .layout-header-holder-bc
  .nav-menu-container.header-navigation .CMSIconSVGWrapper,
  html body .layout-header-holder-bc
  .nav-menu-container.header-navigation .nav-menu-item > i {
    flex-basis: 15px !important;
    width: 15px !important;
    height: 15px !important;
  }
}

html body .layout-header-holder-bc .nav-menu-container.header-navigation .CMSIconSVGWrapper,
html body .layout-header-holder-bc .nav-menu-container.header-navigation .nav-menu-item > i {
  flex: 0 0 17px !important;
  width: 17px !important;
  height: 17px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (max-width: 900px) {
  html,
  html body,
  html body #root {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html body #root .layout-header-holder-bc {
    position: sticky !important;
    top: 0 !important;
    z-index: 5000 !important;
    width: 100% !important;
    height: 102px !important;
    min-height: 102px !important;
    max-height: 102px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body #root .layout-header-holder-bc > .header-custom-html {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body #root .layout-header-holder-bc > .hdr-dynamic-content,
  html body #root .layout-header-holder-bc header.header-bc > .sidebar-content {
    display: none !important;
  }

  html body #root .layout-header-holder-bc > header.header-bc {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 102px !important;
    min-height: 102px !important;
    max-height: 102px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body #root .layout-header-holder-bc header.header-bc .hdr-main-content-bc {
    width: 100% !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    gap: 5px !important;
  }

  html body #root .layout-header-holder-bc .logo-container,
  html body #root .layout-header-holder-bc .logo-container .logo {
    flex: 0 0 132px !important;
    width: 132px !important;
    max-width: 132px !important;
    height: 60px !important;
  }

  html body #root .layout-header-holder-bc .logo-container .hdr-logo-bc {
    width: 128px !important;
    max-width: 128px !important;
    max-height: 52px !important;
  }

  html body #root .layout-header-holder-bc .infoTime,
  html body #root .layout-header-holder-bc .header-icon {
    display: none !important;
  }

  html body #root .layout-header-holder-bc .btn.sign-in,
  html body #root .layout-header-holder-bc .btn.register,
  html body #root .layout-header-holder-bc .header-icon-text,
  html body #root .layout-header-holder-bc .deposit-btn,
  html body #root .layout-header-holder-bc a[href*="page=deposit"] {
    min-width: 64px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 9px !important;
    border-radius: 7px !important;
    font-size: 10px !important;
  }

  html body #root .layout-header-holder-bc .form-control-bc.select.compact-mode {
    display: none !important;
  }

  html body #root .layout-header-holder-bc .hdr-toggle-button-bc,
  html body #root .layout-header-holder-bc .generic-search-btn {
    width: 32px !important;
    min-width: 32px !important;
    height: 34px !important;
  }

  html body #root .layout-header-holder-bc .nav-content-bc,
  html body #root .layout-header-holder-bc .nav-content-menu,
  html body #root .layout-header-holder-bc .nav-menu-container.header-navigation,
  html body #root .layout-header-holder-bc .nav-menu-container.header-navigation > .nav-menu {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body #root .layout-header-holder-bc .nav-menu-container.header-navigation > .nav-menu {
    justify-content: flex-start !important;
    flex-flow: row nowrap !important;
    gap: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
  }

  html body #root .layout-header-holder-bc .nav-menu-container.header-navigation > .nav-menu::-webkit-scrollbar {
    display: none !important;
  }

  html body #root .layout-header-holder-bc
  .nav-menu-container.header-navigation > .nav-menu > li {
    flex: 0 0 auto !important;
  }

  html body #root .layout-header-holder-bc .nav-menu-container.header-navigation .nav-menu-item {
    width: auto !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    font-size: 9px !important;
    letter-spacing: .18px !important;
  }

  /* 160px sonrasında JS bu sınıfı verir; yalnız kategori rayı kalır. */
  html body #root .layout-header-holder-bc.rb-minyon-header-collapsed {
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
  }

  html body #root .layout-header-holder-bc.rb-minyon-header-collapsed
  > header.header-bc {
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
  }

  html body #root .layout-header-holder-bc.rb-minyon-header-collapsed
  header.header-bc > :not(.nav-content-bc) {
    display: none !important;
  }

  html body #root .layout-header-holder-bc.rb-minyon-header-collapsed
  header.header-bc > .nav-content-bc {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
  }
}

@media (max-width: 380px) {
  html body #root .layout-header-holder-bc .logo-container,
  html body #root .layout-header-holder-bc .logo-container .logo {
    flex-basis: 112px !important;
    width: 112px !important;
    max-width: 112px !important;
  }

  html body #root .layout-header-holder-bc .logo-container .hdr-logo-bc {
    width: 108px !important;
    max-width: 108px !important;
  }

  html body #root .layout-header-holder-bc .btn.sign-in,
  html body #root .layout-header-holder-bc .btn.register,
  html body #root .layout-header-holder-bc .header-icon-text {
    min-width: 58px !important;
    padding-inline: 7px !important;
  }
}

/* Eski custom.css'nin yeşil kayıt / görsel CTA kurallarını son kez ezer. */
html body #root .layout-header-holder-bc .hdr-user-bc .btn.s-small.register {
  color: #010919 !important;
  -webkit-text-fill-color: #010919 !important;
  background-color: #ffc928 !important;
  background-image: linear-gradient(135deg, #ffb800 0%, #ffda57 52%, #ffc928 100%) !important;
  background-size: 100% 100% !important;
  border: 1px solid rgba(255, 242, 176, .72) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .46), 0 6px 18px rgba(255, 201, 40, .16) !important;
}

html body #root .layout-header-holder-bc header.header-bc
.hdr-main-content-bc .hdr-user-bc .header-custom-buttons,
html body #root.has-wallet .layout-header-holder-bc header.header-bc
.hdr-main-content-bc .hdr-user-bc .header-custom-buttons {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

html body #root .layout-header-holder-bc header.header-bc
.hdr-main-content-bc .hdr-user-bc .header-custom-buttons:first-of-type .btn.a-color,
html body #root.has-wallet .layout-header-holder-bc header.header-bc
.hdr-main-content-bc .hdr-user-bc .header-custom-buttons a:first-child {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  min-width: 108px !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  color: #010919 !important;
  -webkit-text-fill-color: #010919 !important;
  background-color: #ffc928 !important;
  background-image: linear-gradient(135deg, #ffb800 0%, #ffda57 52%, #ffc928 100%) !important;
  background-size: 100% 100% !important;
  border: 1px solid rgba(255, 242, 176, .72) !important;
  border-radius: 8px !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .46), 0 6px 18px rgba(255, 201, 40, .16) !important;
}

html body #root .layout-header-holder-bc header.header-bc
.hdr-main-content-bc .hdr-user-bc .header-custom-buttons:first-of-type .btn.a-color > span,
html body #root.has-wallet .layout-header-holder-bc header.header-bc
.hdr-main-content-bc .hdr-user-bc .header-custom-buttons a:first-child > span {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #010919 !important;
  -webkit-text-fill-color: #010919 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

/* Logo dosyasındaki geniş şeffaf kenarı görsel ölçekte telafi eder. */
html body #root .layout-header-holder-bc .logo-container .hdr-logo-bc {
  transform: translateX(-22px) scale(1.38) !important;
  transform-origin: left center !important;
}

/* Masaüstü: logonun gerçek dolu alanını büyüt ve işlem düğmeleriyle ortala. */
@media (min-width: 901px) {
  html body #root .layout-header-holder-bc .logo-container,
  html body #root .layout-header-holder-bc .logo-container .logo {
    flex: 0 0 230px !important;
    width: 230px !important;
    max-width: 230px !important;
    height: 64px !important;
    overflow: visible !important;
  }

  html body #root .layout-header-holder-bc .logo-container .hdr-logo-bc {
    width: 200px !important;
    max-width: 200px !important;
    max-height: 60px !important;
    padding: 0 !important;
    transform: translate(-72px, 4px) scale(1.65) !important;
    transform-origin: left center !important;
  }
}

@media (max-width: 900px) {
  html body #root .layout-header-holder-bc .logo-container,
  html body #root .layout-header-holder-bc .logo-container .logo {
    flex: 0 0 160px !important;
    width: 160px !important;
    max-width: 160px !important;
    overflow: visible !important;
  }

  html body #root .layout-header-holder-bc .logo-container .hdr-logo-bc {
    width: 150px !important;
    max-width: 150px !important;
    max-height: 56px !important;
    padding: 0 !important;
    transform: translate(-75px, 1px) scale(2.05) !important;
    transform-origin: left center !important;
  }

  /* Mobil kategori rayı: ekranda dört eşit, tam hizalı başlık göster. */
  html body #root .layout-header-holder-bc .nav-content-bc,
  html body #root .layout-header-holder-bc .nav-content-menu,
  html body #root .layout-header-holder-bc
  .nav-menu-container.header-navigation:first-child {
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body #root .layout-header-holder-bc
  .nav-menu-container.header-navigation:first-child > .nav-menu {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  html body #root .layout-header-holder-bc
  .nav-menu-container.header-navigation:first-child > .nav-menu > li {
    flex: 0 0 calc(100vw / 4) !important;
    width: calc(100vw / 4) !important;
    min-width: calc(100vw / 4) !important;
    max-width: calc(100vw / 4) !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    scroll-snap-align: start !important;
  }

  html body #root .layout-header-holder-bc
  .nav-menu-container.header-navigation:first-child > .nav-menu > li > .nav-menu-item {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 8.5px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transform: none !important;
  }

  html body #root .layout-header-holder-bc
  .nav-menu-container.header-navigation:first-child .nav-menu-item > i,
  html body #root .layout-header-holder-bc
  .nav-menu-container.header-navigation:first-child .nav-menu-item > .CMSIconSVGWrapper {
    flex: 0 0 13px !important;
    width: 13px !important;
    min-width: 13px !important;
    height: 13px !important;
    margin: 0 !important;
  }

  html body #root .layout-header-holder-bc header.header-bc
  .hdr-main-content-bc .hdr-user-bc .header-custom-buttons {
    height: 34px !important;
  }

  html body #root .layout-header-holder-bc header.header-bc
  .hdr-main-content-bc .hdr-user-bc .header-custom-buttons:first-of-type .btn.a-color,
  html body #root.has-wallet .layout-header-holder-bc header.header-bc
  .hdr-main-content-bc .hdr-user-bc .header-custom-buttons a:first-child {
    min-width: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body #root .layout-header-holder-bc header.header-bc
  .hdr-main-content-bc .hdr-user-bc .header-custom-buttons:first-of-type .btn.a-color > span,
  html body #root.has-wallet .layout-header-holder-bc header.header-bc
  .hdr-main-content-bc .hdr-user-bc .header-custom-buttons a:first-child > span {
    width: 20px !important;
    height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
  }

  html body #root .layout-header-holder-bc header.header-bc
  .hdr-main-content-bc .hdr-user-bc .header-custom-buttons:first-of-type .btn.a-color > span::after,
  html body #root.has-wallet .layout-header-holder-bc header.header-bc
  .hdr-main-content-bc .hdr-user-bc .header-custom-buttons a:first-child > span::after {
    content: "" !important;
    position: static !important;
    inset: auto !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #010919 !important;
    -webkit-text-fill-color: #010919 !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23010919' d='M4.25 6.5A2.25 2.25 0 0 1 6.5 4.25h10.25a1 1 0 1 1 0 2H6.5a.25.25 0 0 0 0 .5h11A2.5 2.5 0 0 1 20 9.25v8a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 17.25V7.5c0-.36.09-.7.25-1zM14.25 11a2 2 0 1 0 0 4h5.25v-4h-5.25zm.15 1.5a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 19px 19px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: none !important;
  }
}

/* Çok dar telefonlarda butonlara taşmadan mobil logo ölçeğini koru. */
@media (max-width: 380px) {
  html body #root .layout-header-holder-bc .logo-container,
  html body #root .layout-header-holder-bc .logo-container .logo {
    flex-basis: 132px !important;
    width: 132px !important;
    max-width: 132px !important;
  }

  html body #root .layout-header-holder-bc .logo-container .hdr-logo-bc {
    width: 132px !important;
    max-width: 132px !important;
    transform: translate(-60px, 1px) scale(1.88) !important;
  }
}

/* ========================================================================
 * MOBIL SCROLL KILIDI
 * 160px sonrasında logo ve işlem satırını tamamen kapatır; yalnız kategori
 * rayı 42px olarak ekranın üstünde kalır. Taşıyıcıların tamamı kilitlendiği
 * için ana satırdan kırpılmış bir parça görünmez.
 * ======================================================================== */
@media (max-width: 900px) {
  html body #root .layout-header-holder-bc.rb-minyon-header-collapsed {
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #020b20 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(36, 165, 255, .42) !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    transform: none !important;
  }

  html body #root .layout-header-holder-bc.rb-minyon-header-collapsed
  > :not(header.header-bc) {
    display: none !important;
  }

  html body #root .layout-header-holder-bc.rb-minyon-header-collapsed
  > header.header-bc {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #020b20 !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    transform: none !important;
  }

  html body #root .layout-header-holder-bc.rb-minyon-header-collapsed
  > header.header-bc > :not(.nav-content-bc) {
    display: none !important;
  }

  html body #root .layout-header-holder-bc.rb-minyon-header-collapsed
  > header.header-bc > .nav-content-bc {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    background: #020b20 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    transform: none !important;
  }
}

/* ========================================================================
 * MOBİL MENÜ ÇEKMECESİ
 * Paket menüsündeki mutlak konumlu ikon/metin düzeni dar ekranda parçalanır.
 * Body JS native bağlantıları koruyarak bu okunabilir katmanı oluşturur.
 * ======================================================================== */
@media (max-width: 900px) {
  html body .rb-minyon-menu-panel,
  html body .rb-minyon-menu-panel * {
    --b: 2, 11, 32 !important;
    --b-hover: 7, 26, 62 !important;
    --b-sc: 246, 249, 255 !important;
    --header: 2, 11, 32 !important;
    --header-sc: 246, 249, 255 !important;
    --menu: 4, 18, 45 !important;
    --menu-sc: 246, 249, 255 !important;
    --hero: 255, 201, 40 !important;
    --hero-sc: 1, 9, 25 !important;
  }

  html body .rb-minyon-menu-shell {
    color: #f6f9ff !important;
    background-color: #020b20 !important;
    background-image: none !important;
  }

  html body .rb-minyon-menu-shell > .overlay-header,
  html body .rb-minyon-menu-shell > .back-nav-bc,
  html body .rb-minyon-menu-shell > [class*="overlay-header"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  html body .rb-minyon-menu-panel.rb-minyon-menu-ready {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #f6f9ff !important;
    background: #020b20 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Bozuk native çizimi gizle; JS tıklamaları hâlâ kendi öğelerine iletir. */
  html body .rb-minyon-menu-panel.rb-minyon-menu-ready
  > :not(.rb-minyon-menu-rebuilt) {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html body .rb-minyon-menu-rebuilt {
    position: absolute !important;
    inset: 0 !important;
    z-index: 100 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 10px calc(82px + env(safe-area-inset-bottom, 0px)) !important;
    display: block !important;
    color: rgba(246, 249, 255, .84) !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(8, 120, 255, .13), transparent 34%),
      linear-gradient(180deg, #061530 0%, #020b20 100%) !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  html body .rb-minyon-menu-rebuilt-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 4 !important;
    width: 100% !important;
    height: 50px !important;
    margin: 0 0 10px !important;
    padding: 0 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #ffda57 !important;
    background: rgba(2, 11, 32, .97) !important;
    border-bottom: 1px solid rgba(255, 201, 40, .38) !important;
    box-sizing: border-box !important;
  }

  html body .rb-minyon-menu-rebuilt-header strong {
    color: #ffda57 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .3px !important;
  }

  html body .rb-minyon-menu-rebuilt-close {
    position: static !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #010919 !important;
    -webkit-text-fill-color: #010919 !important;
    background: linear-gradient(135deg, #ffb800, #ffda57) !important;
    border: 1px solid #ffe681 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(255, 201, 40, .18) !important;
    font-family: Arial, sans-serif !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    transform: none !important;
  }

  html body .rb-minyon-menu-rebuilt-group {
    width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  html body .rb-minyon-menu-rebuilt-group h3 {
    margin: 0 0 6px !important;
    padding: 0 4px !important;
    color: rgba(255, 218, 87, .88) !important;
    background: transparent !important;
    font-size: 10px !important;
    line-height: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .45px !important;
  }

  html body .rb-minyon-menu-rebuilt-list {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    background: transparent !important;
  }

  html body .rb-minyon-menu-rebuilt-item {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 7px 11px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 11px !important;
    color: rgba(246, 249, 255, .84) !important;
    -webkit-text-fill-color: rgba(246, 249, 255, .84) !important;
    background: linear-gradient(90deg, rgba(8, 120, 255, .14), rgba(255, 201, 40, .035)) !important;
    border: 1px solid rgba(36, 165, 255, .22) !important;
    border-radius: 8px !important;
    box-shadow: inset 0 1px rgba(255, 255, 255, .025) !important;
    box-sizing: border-box !important;
    text-align: left !important;
    transform: none !important;
  }

  html body .rb-minyon-menu-rebuilt-item:active {
    color: #010919 !important;
    -webkit-text-fill-color: #010919 !important;
    background: linear-gradient(135deg, #ffb800, #ffda57) !important;
    border-color: #ffe681 !important;
  }

  html body .rb-minyon-menu-rebuilt-icon {
    position: static !important;
    flex: 0 0 26px !important;
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffc928 !important;
    background: rgba(255, 201, 40, .08) !important;
    border-radius: 6px !important;
    font-size: 10px !important;
    transform: none !important;
  }

  html body .rb-minyon-menu-rebuilt-icon i,
  html body .rb-minyon-menu-rebuilt-icon svg,
  html body .rb-minyon-menu-rebuilt-icon img,
  html body .rb-minyon-menu-rebuilt-icon .CMSIconSVGWrapper {
    position: static !important;
    width: 19px !important;
    height: 19px !important;
    max-width: 19px !important;
    max-height: 19px !important;
    margin: 0 !important;
    color: #ffc928 !important;
    fill: currentColor !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  html body .rb-minyon-menu-rebuilt-text {
    position: static !important;
    inset: auto !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    color: rgba(246, 249, 255, .84) !important;
    -webkit-text-fill-color: rgba(246, 249, 255, .84) !important;
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: left !important;
    transform: none !important;
  }

  html body .rb-minyon-menu-rebuilt-item:active
  .rb-minyon-menu-rebuilt-text,
  html body .rb-minyon-menu-rebuilt-item:active
  .rb-minyon-menu-rebuilt-icon,
  html body .rb-minyon-menu-rebuilt-item:active
  .rb-minyon-menu-rebuilt-icon * {
    color: #010919 !important;
    -webkit-text-fill-color: #010919 !important;
    fill: currentColor !important;
  }
}
/* footer_custom_css */
background-color: rgba(2, 11, 32, .75) !important;