.hdr-logo-bc {
max-width: 130px!important;
}

.sdr-item-bc::before {
background:none!important;
}

.hdr-time-bc {
width: 70px!important;
}

.popup-holder-bc.windowed .popup-inner-bc {
    width: fit-content;
}

.status-popup-content-w-bc {
    width: auto;
    padding: 15px 7px;
}

.historyList-thead {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: rgba(var(--b), 1);
    box-shadow: 0 2px 0 rgba(var(--b), 1);
    margin-bottom: 2px;
    z-index: 9;
    text-transform: none;
}

.historyList-tbody>.historyListEl .historyListEl-list-item {
    flex-direction: column;
    justify-content: center;
    background: rgba(var(--b-sc),.1);
    align-items: start;
}

.historyListEl-info[data-cur] {
    color: #fdbc0c;
    flex-flow: row-reverse;
}

/* FİNANSAL HAREKETLER BAŞLIKLARIN DÜZELTİLMESİ BİTİŞ 12.01.2024 */

/* LİSANS LOGOSU BOYUT GÜNCELLEMESİ BAŞLANGIÇ - 14.02.2024 */

.ftr-partners-row-inner-bc>a:only-child img {
  max-height: 80px!important;
}

/* LİSANS LOGOSU BOYUT GÜNCELLEMESİ BİTİŞ- 14.02.2024 */

/*⚠️⚠️⚠️⚠️⚠️SIFIRLAMA⚠️⚠️⚠️⚠️⚠️*/
/* YOK ETME */
.hm-row-bc:has(.jackpot-banner){
 display: none!important;
}
.hm-row-bc:has(.ftr-g-content-bc){
  display: none!important;
}

/*⚠️⚠️⚠️⚠️HOVER EFEKTLER⚠️⚠️⚠️⚠️⚠️⚠️*/
/* 5Lİ KAT VE KAZANANLAR EFEKT YOK ETME */
a.product-banner-bc img{
 border-radius: 16px!important;
}
a.product-banner-bc:hover {
  transform: none!important;
}

/* 5Lİ KAT VE KAZANANLAR HOVER EFEKT */
a.product-banner-bc img {
 transition: all 250ms ease!important;
}
a.product-banner-bc img:hover {
 filter: brightness(110%)!important;
 cursor: pointer!important;
}

/* TÜM HAPLAR HOVER EFEKT */
.hm-row-bc > div > div {
 transition: all 250ms ease!important;
}
.hm-row-bc > div > div:hover {
 filter: brightness(100%)!important;
}

/*⚠️⚠️⚠️⚠️TOP NAV⚠️⚠️⚠️⚠️⚠️⚠️*/

/* TOPNAV KENARLARDAN PADDING */
/*
.layout-header-holder-bc {
 padding: 0px 20px!important;
}
/* TOPNAV KENARLARI YUVARLAMA */
/*
.nav-menu-container.header-navigation:first-child {
 border-radius: 25px!important;
  z-index: initial!important;
}
/* BUTONLARIN KENARLARINI YUVARLAMA */
/*
button.btn {
  border-radius: 25px!important;
}
/* SAAT VE "DAHA" KENAR YUVARLAMA */
/*
.hdr-time-bc, i#smart-panel-holder{
  border-radius: 200px!important;
}
/* TOPNAV UL Lİ HOVER EFEKT */
/*
.nav-menu-container.header-navigation:first-child .nav-menu > li:hover > .nav-menu-item, .nav-menu-container.header-navigation:first-child .nav-menu-other:hover > .nav-menu-item {
  background: #FF5722!important;
  border-radius: 100px!important;
}
/* TOPNAV UL Lİ HOVER EFEKT */
/*
.nav-menu-container.header-navigation li:hover{
  background: #FF5722!important;
  border-radius: 25px!important;
}
/* TOP NAVBAR TRANSITION EFEKT KALDIRMA */
/*
.nav-menu-container.header-navigation * {
  transition: none!important;
}
/* TOP NAVBAR Lİ BG KALDIRMA */
/*
.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item {
  background: initial!important;
}
/* TOP NAVBAR Lİ SOL ÇİZGİ KALDIRMA */
/*
a.nav-menu-item::before {
  content: none!important;
}
*/

/*⚠️⚠️⚠️⚠️MAIN SLIDER⚠️⚠️⚠️⚠️⚠️⚠️*/
/* SLIDER OKLARI YERLEŞİM */
.hm-row-bc .slider-bc:has(img[title="MainSlider"]) .carousel-count-arrow-container{
 top: 0px!important;
 justify-content: space-between!important;
 height: 100%!important;
  width: 100%!important;
}
.hm-row-bc .slider-bc:has(img[title="MainSlider"]) .carousel-count-arrow-container .carousel-arrow-left, .hm-row-bc .slider-bc:has(img[title="MainSlider"]) .carousel-count-arrow-container .carousel-arrow-right {
  height: 100%!important;
  width: 0%!important;
  padding: 2.8vmax!important;
  border-radius: 0px!important;
  background-color: transparent!important;
}
.hm-row-bc .slider-bc:has(img[title="MainSlider"]) .carousel-count-arrow-container {
  padding: 10px!important;
  opacity: 50%!important;
  transition: all 250ms ease!important;
}
/* SLIDER OKLARI RENK VE BOYUT */
.hm-row-bc .slider-bc:has(img[title="MainSlider"]) .carousel-count-arrow-container .carousel-arrow-left::before, .hm-row-bc .slider-bc:has(img[title="MainSlider"]) .carousel-count-arrow-container .carousel-arrow-right::before {
  font-size: 40px!important;
  color: white!important;
}
/* SLIDER OKLARI HOVER EFEKT */
.hm-row-bc .slider-bc:has(img[title="MainSlider"]) .carousel-count-arrow-container:hover {
  opacity: 100%!important;
}
/* GÖRSEL SAYISINI KALDIRMA */
.hm-row-bc .slider-bc:has(img[title="MainSlider"]) .carousel-count-arrow {
  display: none!important;
}
/* SLIDER OKLARI BG BLUR KALDIRMA */
.carousel-count-arrow-container i:hover {
  backdrop-filter: none!important;
}
/* KENARLARI YUVARLAMA */
.hm-row-bc .slider-bc:has(img[title="MainSlider"]) > div > div{
  border-radius: 17px!important;
}

/*⚠️⚠️⚠️⚠️SPOR ALANI⚠️⚠️⚠️⚠️⚠️*/

/* SPOR ALANI YANYANA KOYMA */
.hm-row-bc:has(img[title="GununMaclari"]) {
display: grid!important;
grid-template-columns: 1.886fr 1fr!important;
grid-gap: 0.9% 0.9%!important;
}


/*⚠️⚠️⚠️⚠️GÜNÜN MAÇI⚠️⚠️⚠️⚠️⚠️⚠️*/

/* SLIDER OKLARI YERLEŞİM */
.hm-row-bc .slider-bc:has(img[title="GununMaclari"]) .carousel-count-arrow-container{
 top: 0px!important;
  justify-content: space-between!important;
  height: 100%!important;
  width: 100%!important;
}
.hm-row-bc .slider-bc:has(img[title="GununMaclari"]) .carousel-count-arrow-container .carousel-arrow-left, .hm-row-bc .slider-bc:has(img[title="GununMaclari"]) .carousel-count-arrow-container .carousel-arrow-right {
  height: 100%!important;
  width: 0%!important;
  padding: 0.8vmax!important;
  border-radius: 10px!important;
  background-color: transparent!important;
}
.hm-row-bc .slider-bc:has(img[title="GununMaclari"]) .carousel-count-arrow-container {
  padding: 10px!important;
  opacity: 50%!important;
  transition: all 250ms ease!important;
}
/* SLIDER OKLARI RENK VE BOYUT */
.hm-row-bc .slider-bc:has(img[title="GununMaclari"]) .carousel-count-arrow-container .carousel-arrow-left::before, .hm-row-bc .slider-bc:has(img[title="GununMaclari"]) .carousel-count-arrow-container .carousel-arrow-right::before {
  font-size: 24px!important;
  color: white!important;
}
/* SLIDER OKLARI HOVER EFEKT */
.hm-row-bc .slider-bc:has(img[title="GununMaclari"]) .carousel-count-arrow-container:hover {
  opacity: 100%!important;
}

/* GÖRSEL SAYISINI KALDIRMA */
.hm-row-bc .slider-bc:has(img[title="GununMaclari"]) .carousel-count-arrow {
  display: none!important;
}

/* SLIDER OKLARI BG BLUR KALDIRMA */
.carousel-count-arrow-container i:hover {
  backdrop-filter: none!important;
}
/* KENARLARI YUVARLAMA */
.hm-row-bc .slider-bc:has(img[title="GununMaclari"]) > div > div{
  border-radius: 17px!important;
}

/*⚠️⚠️⚠️⚠️GÜNÜN MAÇI ORAN⚠️⚠️⚠️⚠️⚠️⚠️*/

/* ORANLAR */
.slider-market-coefficient-container .market-bc {
 background-color: transparent;
  transform: translateY(-1vmax)!important;
}

/* ORANLAR BORDER */
.slider-market-coefficient-container .market-bc:not(.active) {
  border: 2px solid white!important!important;
}

/* ORANLAR ŞEKİLLENDİRME */
.slider-market-coefficient-container .market-bc:nth-child(3), .slider-market-coefficient-container .market-bc:nth-child(2), .slider-market-coefficient-container .market-bc:nth-child(1){
  width: 5.5vmax!important;
  padding: 1.15vmax!important;
  border-radius: 2em!important;
  margin: 0 8px!important;
}

/* ORANLAR BG */
.slider-market-coefficient-container .market-bc:hover {
  background-color: white!important;
}

/* ORANLAR FONT SIZED */
.slider-market-coefficient-container .market-bc:nth-child(1) span, .slider-market-coefficient-container .market-bc:nth-child(2) span, .slider-market-coefficient-container .market-bc:nth-child(3) span{
  font-size: 1.2vmax!important;
}

/*⚠️⚠️⚠️⚠️⚠️SPOR PROMO⚠️⚠️⚠️⚠️⚠️*/

/* SLIDER OKLARI YERLEŞİM */
.hm-row-bc .slider-bc:has(img[title="SporPromo"]) .carousel-count-arrow-container{
 top: 0px!important;
 justify-content: space-between!important;
  height: 100%!important;
  width: 100%!important;
}
.hm-row-bc .slider-bc:has(img[title="SporPromo"]) .carousel-count-arrow-container .carousel-arrow-left, .hm-row-bc .slider-bc:has(img[title="SporPromo"]) .carousel-count-arrow-container .carousel-arrow-right {
  height: 100%!important;
  width: 0%!important;
  padding: 0.8vmax!important;
  border-radius: 0px!important;
  background-color: transparent!important;
}
.hm-row-bc .slider-bc:has(img[title="SporPromo"]) .carousel-count-arrow-container {
  padding: 10px!important;
  opacity: 50%!important;
  transition: all 250ms ease!important;
}
/* SLIDER OKLARI RENK VE BOYUT */
.hm-row-bc .slider-bc:has(img[title="SporPromo"]) .carousel-count-arrow-container .carousel-arrow-left::before, .hm-row-bc .slider-bc:has(img[title="SporPromo"]) .carousel-count-arrow-container .carousel-arrow-right::before {
  font-size: 24px!important;
  color: white!important;
}
/* SLIDER OKLARI HOVER EFEKT */
.hm-row-bc .slider-bc:has(img[title="SporPromo"]) .carousel-count-arrow-container:hover {
  opacity: 100%!important;
}
/* GÖRSEL SAYISINI KALDIRMA */
.hm-row-bc .slider-bc:has(img[title="SporPromo"]) .carousel-count-arrow {
  display: none!important;
}
/* SLIDER OKLARI BG BLUR KALDIRMA */
.carousel-count-arrow-container i:hover {
  backdrop-filter: none!important;
}
/* KENARLARI YUVARLAMA */
.hm-row-bc .slider-bc:has(img[title="SporPromo"]) > div > div{
  border-radius: 17px!important;
}

/*⚠️⚠️⚠️⚠️⚠️CASINO PROMO⚠️⚠️⚠️⚠️⚠️*/
/* SLIDER OKLARI YERLEŞİM */
.hm-row-bc .slider-bc:has(img[title="CasinoPromo"]) .carousel-count-arrow-container{
 top: 0px!important;
 justify-content: space-between!important;
 height: 100%!important;
  width: 100%!important;
}
.hm-row-bc .slider-bc:has(img[title="CasinoPromo"]) .carousel-count-arrow-container .carousel-arrow-left, .hm-row-bc .slider-bc:has(img[title="CasinoPromo"]) .carousel-count-arrow-container .carousel-arrow-right {
  height: 100%!important;
  width: 0%!important;
  padding: 0.8vmax!important;
  border-radius: 0px!important;
  background-color: transparent!important;
}
.hm-row-bc .slider-bc:has(img[title="CasinoPromo"]) .carousel-count-arrow-container {
  padding: 10px!important;
  opacity: 50%!important;
  transition: all 250ms ease!important;
}
/* SLIDER OKLARI RENK VE BOYUT */
.hm-row-bc .slider-bc:has(img[title="CasinoPromo"]) .carousel-count-arrow-container .carousel-arrow-left::before, .hm-row-bc .slider-bc:has(img[title="CasinoPromo"]) .carousel-count-arrow-container .carousel-arrow-right::before {
  font-size: 24px!important;
  color: white!important;
}
/* SLIDER OKLARI HOVER EFEKT */
.hm-row-bc .slider-bc:has(img[title="CasinoPromo"]) .carousel-count-arrow-container:hover {
  opacity: 100%!important;
}
/* GÖRSEL SAYISINI KALDIRMA */
.hm-row-bc .slider-bc:has(img[title="CasinoPromo"]) .carousel-count-arrow {
  display: none!important;
}
/* SLIDER OKLARI BG BLUR KALDIRMA */
.carousel-count-arrow-container i:hover {
  backdrop-filter: none!important;
}
/* KENARLARI YUVARLAMA */
.hm-row-bc .slider-bc:has(img[title="CasinoPromo"]) > div > div{
  border-radius: 17px!important;
}

/*⚠️⚠️⚠️⚠️CANLICASINOPROMO⚠️⚠️⚠️⚠️⚠️⚠️*/
/* SLIDER OKLARI YERLEŞİM */
.hm-row-bc .slider-bc:has(img[title="CanliCasinoPromo"]) .carousel-count-arrow-container{
 top: 0px!important;
 justify-content: space-between!important;
 height: 100%!important;
  width: 100%!important;
}
.hm-row-bc .slider-bc:has(img[title="CanliCasinoPromo"]) .carousel-count-arrow-container .carousel-arrow-left, .hm-row-bc .slider-bc:has(img[title="CanliCasinoPromo"]) .carousel-count-arrow-container .carousel-arrow-right {
  height: 100%!important;
  width: 0%!important;
  padding: 0.8vmax!important;
  border-radius: 0px!important;
  background-color: transparent!important;
}
.hm-row-bc .slider-bc:has(img[title="CanliCasinoPromo"]) .carousel-count-arrow-container {
  padding: 10px!important;
  opacity: 50%!important;
  transition: all 250ms ease!important;
}
/* SLIDER OKLARI RENK VE BOYUT */
.hm-row-bc .slider-bc:has(img[title="CanliCasinoPromo"]) .carousel-count-arrow-container .carousel-arrow-left::before, .hm-row-bc .slider-bc:has(img[title="CanliCasinoPromo"]) .carousel-count-arrow-container .carousel-arrow-right::before {
  font-size: 24px!important;
  color: white!important;
}
/* SLIDER OKLARI HOVER EFEKT */
.hm-row-bc .slider-bc:has(img[title="CanliCasinoPromo"]) .carousel-count-arrow-container:hover {
  opacity: 100%!important;
}
/* GÖRSEL SAYISINI KALDIRMA */
.hm-row-bc .slider-bc:has(img[title="CanliCasinoPromo"]) .carousel-count-arrow {
  display: none!important;
}
/* SLIDER OKLARI BG BLUR KALDIRMA */
.carousel-count-arrow-container i:hover {
  backdrop-filter: none!important;
}
/* KENARLARI YUVARLAMA */
.hm-row-bc .slider-bc:has(img[title="CanliCasinoPromo"]) > div > div{
  border-radius: 17px!important;
}

/*⚠️⚠️⚠️⚠️TURNUVALAR⚠️⚠️⚠️⚠️⚠️⚠️*/
/* SLIDER OKLARI YERLEŞİM */
.hm-row-bc .slider-bc:has(img[title="Turnuvalar"]) .carousel-count-arrow-container{
 top: 0px!important;
 justify-content: space-between!important;
 height: 100%!important;
  width: 100%!important;
}
.hm-row-bc .slider-bc:has(img[title="Turnuvalar"]) .carousel-count-arrow-container .carousel-arrow-left, .hm-row-bc .slider-bc:has(img[title="Turnuvalar"]) .carousel-count-arrow-container .carousel-arrow-right {
  height: 100%!important;
  width: 0%!important;
  padding: 0.8vmax!important;
  border-radius: 0px!important;
  background-color: transparent!important;
}
.hm-row-bc .slider-bc:has(img[title="Turnuvalar"]) .carousel-count-arrow-container {
  padding: 10px!important;
  opacity: 50%!important;
  transition: all 250ms ease!important;
}
/* SLIDER OKLARI RENK VE BOYUT */
.hm-row-bc .slider-bc:has(img[title="Turnuvalar"]) .carousel-count-arrow-container .carousel-arrow-left::before, .hm-row-bc .slider-bc:has(img[title="Turnuvalar"]) .carousel-count-arrow-container .carousel-arrow-right::before {
  font-size: 24px!important;
  color: white!important;
}
/* SLIDER OKLARI HOVER EFEKT */
.hm-row-bc .slider-bc:has(img[title="Turnuvalar"]) .carousel-count-arrow-container:hover {
  opacity: 100%!important;
}
/* GÖRSEL SAYISINI KALDIRMA */
.hm-row-bc .slider-bc:has(img[title="Turnuvalar"]) .carousel-count-arrow {
  display: none!important;
}
/* SLIDER OKLARI BG BLUR KALDIRMA */
.carousel-count-arrow-container i:hover {
  backdrop-filter: none!important;
}
/* KENARLARI YUVARLAMA */
.hm-row-bc .slider-bc:has(img[title="Turnuvalar"]) > div > div{
  border-radius: 17px!important;
}

/*⚠️⚠️⚠️⚠️⚠️KAZANCPOPUP⚠️⚠️⚠️⚠️⚠️*/

/* KAZANÇ VİDEOLARI POPUP */
.popup-holder-bc.content-manager.windowed .popup-inner-bc:has(iframe[name="KazancVideoPopup"]) {
  height: auto!important;
  background-color: transparent!important;
}
.popup-holder-bc.content-manager.windowed .popup-inner-bc:has(iframe[name="KazancVideoPopup"]) .help-popup-title {
  display: none!important;
}

.popup-holder-bc.content-manager.windowed .popup-inner-bc:has(iframe[name="KazancVideoPopup"]) .e-p-close-icon-bc {
  display: none!important;
}

.nav-menu-container.header-navigation .nav-menu-item.active {
 background: #FF5722!important;
  border-radius: 25px!important;
  padding-left: 10px;
  padding-right: 10px;
}

/*⚠️⚠️⚠️⚠️⚠️CASINO OYUN ETİKET⚠️⚠️⚠️⚠️⚠️*/

/* NEW ETİKETLİ OYUNLAR BADGE */
.games-horiz .badge-new::after, .casino-game-item-content .badge-new::after {
 top: 0px!important;
 right: 0px!important;
  width: auto!important;
  height: auto!important;
  padding: 8px!important;
  font-size: 10px!important;
  border: 2px solid white!important;
  background-color: #FF5722!important;
  box-shadow: none!important;
  border-radius: 25px!important;
  transform: none!important;
  margin-right: 8px!important;
  margin-top: 8px!important;
}
/* TOP ETİKETLİ OYUNLAR BADGE */
.games-horiz .badge-top::after, .casino-game-item-content .badge-top::after {
  top: 0px!important;
  right: 0px!important;
  width: auto!important;
  height: auto!important;
  padding: 8px!important;
  font-size: 10px!important;
  border: 2px solid white!important;
  background-color: #6E3A85!important;
  box-shadow: none!important;
  border-radius: 25px!important;
  transform: none!important;
  margin-right: 8px!important;
  margin-top: 8px!important;
}
/* EXCLUSIVE ETİKETLİ OYUNLAR BADGE */
.games-horiz .badge-exclusive::after, .casino-game-item-content .badge-exclusive::after {
  top: 0px!important;
  right: 0px!important;
  width: auto!important;
  height: auto!important;
  padding: 8px!important;
  font-size: 10px!important;
  border: 2px solid white!important;
  background-color: #53934F!important;
  box-shadow: none!important;
  border-radius: 25px!important;
  transform: none!important;
  margin-right: 8px!important;
  margin-top: 8px!important;
}

/* TOURNAMENT ETİKETLERLİ OYUNLAR BADGE */
.games-horiz .badge-tournament::after, .casino-game-item-content .badge-tournament::after {
 top: 0px!important;
  right: 0px!important;
  width: auto!important;
  height: auto!important;
  padding: 8px!important;
  font-size: 10px!important;
  border: 2px solid white!important;
  background-color: #3B26AB!important;
  box-shadow: none!important;
  border-radius: 25px!important;
  transform: none!important;
  margin-right: 8px!important;
  margin-top: 8px!important;
}

/* TÜM OYUNLARA BORDER RADIUS */
.casino-game-item-content div{
 border-radius: 16px!important;
}

/* KAYIT EKRANI GÜNCELLEME */

.entrance-popup-bc.sign-in, .entrance-popup-bc.register {
  height: 680px!important;
}

/* FOOTER DÜZENLEME */

.footerWrapper .footerInfoColumn {
 display: none!important;
}
.footerSliderSingleElWrapper .footerSliderSingleEl .footerSliderImage img{
 height: 120px!important;
}
.horizontalSliderRow .footerSliderImage {
  min-width: initial!important;
  width: 90px!important;
  height: 90px!important;
  border-radius: 10px!important;
}

.ftr-copy-rights-bc a{
  color: #FF5722!important;
}

p.footerCopyrights:before {
  content: "©"!important;
}

.footerCopyrightBlock {
  justify-content: center!important;
}

.footerInnerLeftCol{
  justify-content: center!important;
}
.footerInnerLeftCol ul li {
  width: 50px!important;
  height: 50px!important;
  border-radius: 10px!important;
}

.footerInnerLeftCol ul li a {
  font-size: 30px!important;
}

.footerLinkCols * {
  text-align: center!important;
}

/* GO TO ORTAK BUTON KALDIRMA */
[title^="Go to Ortak"]{
  display: none!important;
}

/* LOGO SOL BOŞLUK UPDATE */
.hdr-logo-bc {
  margin-left: 15px!important;
}

/* MOBIL UYGULAMA IKONLARI WEB KALDIRMA */
.horizontalSliderRow a:nth-child(3), .horizontalSliderRow a:nth-child(4) {
display: none!important;
}

/* PARA YATIRMA LOGO ORTALAMA */
.payment-logo {
    width: 120%!important;
}

.bc-i-TVShowsAndMovies {
    font-size: 19px !important;
    line-height: 22px !important;
}

/* ANONİM ÜYELİK BUTON LOGO AYARLAMA */
.wallet-btn {
  background-image: url('https://cmsbetconstruct.com/storage/medias/bet-office/media_1264_43540ba3ba339cf16f8fbd9bd14fdc36.png') !important;
  background-size: auto 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.wallet-btn #w3m-wc-logo {
  visibility: hidden !important;
}

/* FOOTER BAŞLIK AYDINLATMA */
.footerLinkColTitle {
    color: rgba(var(--b-sc), 1) !important;
}

/* PAYMENT SAYFASINDAKİ KATEGORİ LOGOLARINI DEĞİŞTİRME */
/* PAYMENT KATEGORİ -- EN HIZLI */
.horizontal-sl-item-bc .bc-i-mobile::before { content: none !important; }
.horizontal-sl-item-bc .bc-i-mobile::after {
  content: "";
  display: inline-block;
  width: 22px; height: 22px;
  background: url('https://cmsbetconstruct.com/storage/medias/bet-office/media_1264_74341f9dffb057aa26276b5e4cc7add4.svg') no-repeat center;
  background-size: contain;
  opacity: 0.7; /* %70 saydamlık */
}
/* PAYMENT KATEGORİ -- POPÜLER */
.horizontal-sl-item-bc .bc-i-agent::before { content: none !important; }
.horizontal-sl-item-bc .bc-i-agent::after {
  content: "";
  display: inline-block;
  width: 18px; height: 18px;
  background: url('https://cmsbetconstruct.com/storage/medias/bet-office/media_1264_a09ceeee944f081589202250c661eced.svg') no-repeat center;
  background-size: contain;
  opacity: 0.7; /* %70 saydamlık */
}
.horizontal-sl-item-bc.active .bc-i-mobile:after {
  opacity: 1;
}
.horizontal-sl-item-bc.active .bc-i-agent:after {
  opacity: 1;
}

/* PREMATCH'te BÖLGESEL FİLTRELEME BUTONUNA TR BAYRAĞI EKLEME */
.filter-sports-bc .tooltipIconWrapper:nth-child(3)>.btn.s-small.a-outline {
    background: url(https://cmsbetconstruct.com/storage/medias/bet-office/media_1264_4c60f31d50ba1d8ee83bb25a3db51633.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: 0 !important;
}
.filter-sports-bc .tooltipIconWrapper:nth-child(3)>.btn.s-small.a-outline .CMSIconSVGWrapper {
   display: none !important;
}
