#main{
  background-image: url('https://betflix.ink/images/bg-1.png') !important;
  background-size: cover!important;
  background-position: left center!important;
  background-attachment: fixed!important;
  background-repeat: no-repeat!important;
}

@media (max-width: 400px) {
    .header--logged .header__logo { width: 93px !important; }
}

.frame__logo { opacity: 0.6; }

.sidebar__menu ul:nth-child(2) .svg-icon{
  color:#1cfcc1 !important;
  scale:1.25;
}
.sidebar__menu ul:nth-child(3) .svg-icon{
  color:#ff4001 !important;
  scale:1.25;
}
.sidebar__menu div:nth-child(5) .svg-icon{
  color:#ff4001 !important;
  scale:1.25;
}

.sidebar__nav a {
  border: none;
  border-radius: 999px;
}

@media (min-width: 768px) {
  .sidebar__btn svg {
    width: 24px;
    height: 24px;
    stroke: white;
  }
}

/* ... (senin tüm orijinal CSS satırların burada aynen duruyor) ... */

/* 🌟 Bonus Botu Arka Planı ve Işıldama Efekti */
.sidebar__link[style*="bonusbotu.png"] {
  background: url("https://betflix.ink/invest-up/bonusbotu.png") no-repeat center;
  background-size: contain;
  position: relative;
  transition: transform 0.3s ease;
}
.sidebar__link[style*="bonusbotu.png"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
    rgba(255,200,0,0.1) 0%,
    rgba(255,230,100,0.6) 50%,
    rgba(255,200,0,0.1) 100%);
  transform: skewX(-25deg);
  animation: shimmer 3s infinite;
  pointer-events: none;
  border-radius: 6px;
  filter: blur(0.5px);
}
.sidebar__link[style*="bonusbotu.png"]:hover { transform: scale(1.05); }
@keyframes shimmer {
  0% { left: -75%; }
  100% { left: 125%; }
}

.rank-icon {
  width: 46px !important;
  height: 46px !important;
  object-fit: contain;
}
.modal-content { max-width: 950px !important; }
.ranking__name { font-size: 20px !important; }
.swiper-slide-active { z-index:9 !important; }

@media (min-width: 1200px) {
  .sidebar__logo {
    position: fixed;
    z-index: 100;
    left: 85px;
    display: block;
    width: 150px;
    height: 40px;
    background: var(--tf-logo) no-repeat left center;
    background-size: auto 50px;
    transition: all .2s;
  }
}
@media only screen and (max-width: 767px) {
  #slotcas, #livecas { display: none !important; }
  .lazy-load-image-background.blur { filter: none; }
}

/* === SIDEBAR ACTIVE + HOVER VİTALITY === */
.sidebar__menu .sidebar__nav.sidebar__nav--border li > a {
  position: relative;
  border-radius: 999px;
  transition: box-shadow .2s ease, transform .2s ease, color .2s ease;
  z-index: 1;
}

.sidebar__menu .sidebar__nav.sidebar__nav--border li > a:hover {
  box-shadow: 0 0 12px rgba(0,255,200,.25),
              inset 0 0 0 1px rgba(255,255,255,.06);
  transform: translateY(-1px);
}

/* ... (senin devam eden tüm CSS’in buraya kadar aynı) ... */

/* === SIDEBAR TOGGLE FIX === */
.sidebar__menu .sidebar__nav.sidebar__nav--border li > a{
  position: relative;
  z-index: auto !important;
}

/* -------------------------------------------------------------
   🔥 YENİ EKLENEN BÖLÜM (İKONLARI YAN YANA DİZMEK İÇİN)
------------------------------------------------------------- */
.sidebar__social-container {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 14px !important;
}

.sidebar__social-container li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
}

.sidebar__social-container li svg {
    width: 28px !important;
    height: 28px !important;
}
