.hdr-user-bc a[class*=promotions] {
  background: #fed001 !important;
  transition: var(--default-transition-duration) !important;
}

.hdr-user-bc a[class*=Vip] {
  background: #fed001 !important;
  transition: var(--default-transition-duration) !important;
}


.user-nav-icon+.user-nav-icon {
  background: #fed001 !important
}

.hdr-user-bc a[class*=tv],
.hdr-user-bc a[class*=TV] {
  background: #fed001 !important;
  transition: var(--default-transition-duration) !important;
}


.custom-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}

.custom-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background: linear-gradient(180deg, #4b0082, #220046);
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  text-align: center;
  text-decoration: none;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  padding: 10px;
}

.custom-button:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.6);
}

.custom-button img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .custom-button {
      width: 100px;
      height: 100px;
  }

  .custom-button img {
      width: 40px;
      height: 40px;
  }
}

img[src*="media_1872355_146d2c5e9bbd5a359064bad2995fb501.png"] {
transform: scale(1.60); 
transition: transform 0.3s ease; 
}




@media only screen and (max-width: 768px) {
.product-banner-container-bc {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 4px !important;
  padding: 4px !important;
  justify-items: center !important;
}

.product-banner-img-bc {
  width: 100% !important;
  max-width: 70px !important;
  border-radius: 10px !important;
  transition: all 0.25s ease !important;
  background-color: transparent !important;
  padding: 2px !important;
  border: none !important;
  box-shadow: none !important;
}

.product-banner-img-bc:hover {
  transform: scale(1.05) !important;
  filter: brightness(1.1) !important;
}

.product-banner-container-bc {
gap: 6px 2px !important;
  
}

.informative-widget-container img {
  display: none !important;
  max-width: 30px !important;
  max-height: 30px !important;
  border-radius: var(--border-radius) !important;
}



/* tg ve wp butonları */
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) {
  display: grid !important;
  grid-template-columns: max-content max-content !important;
  grid-template-rows: repeat(4, auto) !important;
  gap: 0 20px !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage {
  width: auto !important;
  max-width: 95px !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: -5px 0 !important;
  transform: scale(1.1) !important; /* Butonları %10 büyütür */
}
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(1) img {
  margin-left: -5px !important;
}
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(8) img {
  margin-right: -5px !important;
}

/* Grid pozisyonları */
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(1) { grid-column: 1 !important; grid-row: 1 !important; }
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(2) { grid-column: 1 !important; grid-row: 2 !important; }  
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(3) { grid-column: 1 !important; grid-row: 3 !important; }
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(4) { grid-column: 2 !important; grid-row: 1 !important; }
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(5) { grid-column: 2 !important; grid-row: 2 !important; }
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(6) { grid-column: 2 !important; grid-row: 3 !important; }
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(7) { grid-column: 1 !important; grid-row: 4 !important; }
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(8) { grid-column: 2 !important; grid-row: 4 !important; }






/* lisans logosu */
img[src*="sealassets"] {
max-width: 100px;
max-height: 100px;
object-fit: contain;
padding: 33px; 
}



/* giriş butonu */
.hdr-user-bc button.sign-in {
  background-color: transparent;
  color: #fed001 !important;
  border: 1px solid #fed001 !important;
  border-radius: 5px !important;
  padding: 8px 15px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: normal !important;
}

.hdr-user-bc button.sign-in span {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: normal !important;
}

.hdr-user-bc button.sign-in:active {
  background-color: #fed001 !important;
  border-color: #fed001 !important;
}





/* BONUS TALEP ET butonu – sadece PROMOTIONS sayfasında */
a[href*="cutt.ly/ovisbonustalep"] {
display: inline-block !important;
width: 110px !important;
height: 30px !important;
background-image: url('https://i.imgur.com/BbeGqGw.png');
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center center !important;
text-indent: -9999px !important;
overflow: hidden !important;
border: none !important;
}

/* PARA YATIR butonu – sadece PROMOTIONS sayfasında */
a[href*="cutt.ly/masterpay"] {
display: inline-block !important;
width: 110px !important;
height: 30px !important;
background-image: url('https://i.imgur.com/wTSjSxD.png');
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center center !important;
text-indent: -9999px !important;
overflow: hidden !important;
border: none !important;
}










/* görüş ve öneri alanı promosyon */
.promotion-details-info a[href*="api.whatsapp.com/send/?phone=380993316977"] {
display: inline-block !important;
width: 110px !important;
height: 30px !important;
background-image: url('https://i.imgur.com/arinCZF.png');
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center center !important;
text-indent: -9999px !important;
overflow: hidden !important;
border: none !important;
}

.promotion-details-info a[href*="t.me/Betovis_Marketing"] {
display: inline-block !important;
width: 110px !important;
height: 30px !important;
background-image: url('https://i.imgur.com/LPVfEVb.png');
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center center !important;
text-indent: -9999px !important;
overflow: hidden !important;
border: none !important;
}


















/* Footer sosyal medya özel ikonları */
.footerSocialLinks .bc-i-instagram {
  background: url('https://i.ibb.co/XxBLLW0k/inst.png') no-repeat center center !important;
  background-size: contain !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  background-clip: initial !important;
  color: transparent !important;
  text-indent: -9999px; 
  width: 33px; 
  height: 33px; 
  display: inline-block;
}

.footerSocialLinks .bc-i-telegram {
  background: url('https://i.ibb.co/5WZSqmB5/Ads-z-tasar-m.png') no-repeat center center !important;
  background-size: contain !important;
  color: transparent !important;
  text-indent: -9999px;
  width: 33px;
  height: 33px;
  display: inline-block;
}

.footerSocialLinks .bc-i-twitter {
  background: url('https://i.ibb.co/4RtBDMrC/Ads-z-tasar-m-1.png') no-repeat center center !important;
  background-size: contain !important;
  color: transparent !important;
  text-indent: -9999px;
  width: 33px;
  height: 33px;
  display: inline-block;
}

.footerSocialLinks .bc-i-whatsapp {
  background: url('https://i.ibb.co/GQW771Xn/Ads-z-tasar-m-2.png') no-repeat center center !important;
  background-size: contain !important;
  color: transparent !important;
  text-indent: -9999px;
  width: 33px;
  height: 33px;
  display: inline-block;
}






/* Story ortala ve küçült işlemi */
.storiesWidgetWrapper .horizontalSliderRow.storiesWidgetList {
  display: flex;
  justify-content: flex-start;
  transform: scale(0.85);
  margin: 0 auto;
}












/* Logo yanındaki GIF ikon */
.logo-container a.header-icon img[src*="media_1872355"] {
  content: url('https://i.imgur.com/KXb0tZQ.gif') !important;
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  object-fit: contain !important;
  display: block !important;
}


.app-nav-link {
border-radius: 12px;
display: flex;
border: 1px solid #fed001;
}


.count-odd-animation:after {
background: #fed001 !important;
color: white!important;
padding: 2px;
}
.horizontal-sl-item-bc.Soccer.active {
background: #fed001!important;
}

.hdr-navigation-link-bc.active {box-shadow: inset 0 -2px #fed001 !important;}
.btn.a-color {
color: white!important;
background: #fed001 !important;
transition: background var(--default-transition-duration);
}

[class*=is-mobile] .casinoCategoryChooserContainer .horizontalCategoryItemWrp.active .horizontalCategoryItem:before {
background: #fed001 !important;
}

[class*=is-mobile] .casinoCategoryChooserContainer .horizontalCategoryItemWrp.active:before {
background: linear-gradient(to top, #fed001, rgba(var(--b-sc), .1)) !important;
}

[class*=is-mobile] .slider-bc .carouselCountEnable .swiper-pagination:before {

background: #fed001!important;

}

.hdr-toggle-button-bc {

border: 2px solid #fed001!important;
}

.informative-widget-link {

border-top: 2px solid #fed001!important;

}

.btn.register, .btn.btn-color {
    background-color: transparent;
    color: #fed001 !important;
    border: 1px solid #fed001 !important;
    border-radius: 5px !important;
    padding: 0 8px;
    color: white!important;
    background: transparent!important;
    transition: background var(--default-transition-duration);
}

.layout-content-holder-bc>.casinoJackpotWrapper-bc:not(.VGS,.PSN,.DLV,.EGT,.RTG,.APG):before, .hm-row-bc .casinoJackpotWrapper-bc:not(.VGS,.PSN,.DLV,.EGT,.RTG,.APG):before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXcAAAMYCAMAAAAHI1dqAAAAaVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8G612AAAAI3RSTlMAAwYKDRATGSAWKiaTPyOFfh1bMTkuT0cbVJAVYos1l3RtaCkfz+wAAAqkSURBVHja7N3ZktowEIVhuluS943F2AxL4P0fMgOZVO6mKgUjR5P/45IqLo5bkrUUWuFviKzikPcPPoh5ixKHiKoKyX/QbJPr6suJqJkzI/kPOjSVrb6aqLlQFEVwqgR/J/bmX5KE2qdf+qzdbXZ54cj9peOq+PKzcndZuV8f100VTFd4HSmazxpVaPfX7tTdmoyCfymx6bPevditu/pS93PujdxjdVfqis3xdLnU3bol92hE7a18r/f60I/Ue0RiPm9ufdcft/TvEYm6omrm9bhtg5F7PGIuZHk7ZJ7YYxJVc957R+xxiYiamQrrM7GJEDoAAP8oRullWJZ7go/P7ZqJLZT4bGqp9wWIsmMIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8tUce1ZwvQrOTPsBdgeVORe3zih0A/swAumQCAryXcurcAEVFVLpmMTETNOWemBB+RiDpfZNmbdwQfzSP2kO+253IIXFYezz32tlnfbvOZy/kjEvXZ+difTv28Kyj4aMR8vv9xqOvDdZuRezRivt33h/py+NFM5B6NqB+a66muu+OZeo9H1BXleO37274KjthjETE/7Zpx3FYZu24RiZov8rYdCm90MxGJmvPBe/dk7Dyzvw5ezUyfWSWQ31bPe+ZHErtpXR6efXKPZ/eC99olR/fH0mwq61S/eqoiPN1VvZOsKd1qEX8KSJMY6ETuI3O5KfPC2bOlIsWmtdVSfq3NJrIyK+qKqlkf56Z6e37mteQZMlEL5X5fpvFmJ+bz5tqdulszeJOEx1VRN42n05jGxF0slHNX14d+rkLSUy9RN8yHw5ylUO9yz319qi91ty5Tz93Cbp53IYXc7/Vezf3hvd7HxOt9JebCNIRExlXzw/bYd/1xOyW+ZSWq5pwlUe6P1tlux3k852k00G8y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), radial-gradient(circle at 56% 100%, rgb(254 208 1), #000000b3);
}

