@font-face {
	font-family: 'BuilderFont';
	font-weight: normal;
	font-style: normal;
	src: url('../themes/fonts/siteIcons.eot');
	src: url('../themes/fonts/siteIcons.eot?#iefix') 
format('embedded-opentype'), 
url('../themes/fonts/siteIcons.woff') format('woff'),
url('../themes/fonts/siteIcons.woff2') format('woff2'),
url('../themes/fonts/siteIcons.ttf') format('truetype');
}

@font-face {
font-family: 'PromotionsIcon';
font-weight: normal;
font-style: normal;
src: url('../themes/fonts/promotionsIcon.eot');
src: url('../themes/fonts/promotionsIcon.eot') format('embedded-opentype'),
url('../themes/fonts/promotionsIcon.woff') format('woff'),
url('../themes/fonts/promotionsIcon.woff2') format('woff2'), 
url('../themes/fonts/promotionsIcon.ttf') format('truetype');
}




/* Global Spinner */
/* From Uiverse.io by david-mohseni */ 
.loader {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.search-no{
    background: #ff1100;
    border-radius: 5px;
    padding: 15px;
    margin: 10px 400px 20px;
    display: flex;
    justify-content: space-around;
    color: white;
    font-weight: bold;
}

.loader div {
  width: 1%;
    height: 15%;
    background: rgb(255 255 255);
    position: absolute;
    left: 50%;
    top: 40%;
    opacity: 0;
    border-radius: 50px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    animation: fade458 1s linear infinite;
}

@keyframes fade458 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.25;
  }
}

.loader .bar1 {
  transform: rotate(0deg) translate(0, -130%);
  animation-delay: 0s;
}

.loader .bar2 {
  transform: rotate(30deg) translate(0, -130%);
  animation-delay: -1.1s;
}

.loader .bar3 {
  transform: rotate(60deg) translate(0, -130%);
  animation-delay: -1s;
}

.loader .bar4 {
  transform: rotate(90deg) translate(0, -130%);
  animation-delay: -0.9s;
}

.loader .bar5 {
  transform: rotate(120deg) translate(0, -130%);
  animation-delay: -0.8s;
}

.loader .bar6 {
  transform: rotate(150deg) translate(0, -130%);
  animation-delay: -0.7s;
}

.loader .bar7 {
  transform: rotate(180deg) translate(0, -130%);
  animation-delay: -0.6s;
}

.loader .bar8 {
  transform: rotate(210deg) translate(0, -130%);
  animation-delay: -0.5s;
}

.loader .bar9 {
  transform: rotate(240deg) translate(0, -130%);
  animation-delay: -0.4s;
}

.loader .bar10 {
  transform: rotate(270deg) translate(0, -130%);
  animation-delay: -0.3s;
}

.loader .bar11 {
  transform: rotate(300deg) translate(0, -130%);
  animation-delay: -0.2s;
}

.loader .bar12 {
  transform: rotate(330deg) translate(0, -130%);
  animation-delay: -0.1s;
}

/*  Global Spinner */











/* spinner loading */
/* From Uiverse.io by vikramsinghnegi */ 

/* Sayfa yükleme ekranı arkaplan */
.toskabet-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 98%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease-out;
}

/* Dönen kırmızı çember */
.toskabet-loading-circle {
    position: relative;
    width: 150px;
    height: 150px;
    background: #000; /* İç arkaplan siyah */
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.6); /* Kırmızı parılt */
}

/* Çemberin kırmızı dönen efekti */
.toskabet-loading-circle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid red;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

/* TOSKABET Yazsı */
.toskabet-text {
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: red;
    text-transform: uppercase;
}

/* Döndürme Animasyonu */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* End spinner Loading */


.tb--maintenance_page{
background-image: url(//cdn.bcdel.com/img/general/maintenance.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}




 
.l0--placeholder1-slider_1 .slick-list {
    max-width: 1510px;
    height: 480px;
    margin: 0 auto; /* Center the slider */
    padding: 20px 0 5px 0; /* Adds 20px padding at the top, 5px at the bottom, and no padding on the sides */
    border-radius: 20px; /* Adjust this value for the desired curve */
    overflow: hidden; /* Ensure content stays within the curved edges */
    background: none !important; /* Remove any background that could cause a fade effect */
    box-shadow: none !important; /* Remove any shadow that could contribute to the fade */
}

.l0--placeholder1-slider_1 .slick-list::after, 
.l0--placeholder1-slider_1 .slick-list::before {
    background: none !important; /* Disable any gradient or background causing the fade */
    box-shadow: none !important; /* Disable any shadow effect */
}
.livecasino-slider-container .slick-slide:after {
    background: none!important;
}







.tb--section-header.tb--section-header_border{
    color: #ffffff;    
    border-bottom: none;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0% , rgba(13, 14, 14, 0.0833333) 33.33% , #ff2222 100%);
    padding: 12px;
    margin-bottom: 0px;
    border-radius: 10px;
}



 
.top--jackpots-container {
    padding-top: 120px; /* Default padding for larger screens */
    padding-bottom: 20px; /* Adds padding only to the bottom */
    margin: 0 auto; /* Optional: Center the container */
}

/* Mobile View */
@media (max-width: 1080px) {
    .top--jackpots-container {
        padding-top: 30px; /* Adjust padding for mobile screens */
        padding-bottom: 10px; /* Adjust bottom padding for mobile screens */
    }
}

/* For smaller mobile devices (like phones in portrait mode) */
@media (max-width: 1080px) {
    .top--jackpots-container {
        padding-top: 20px; /* Further adjust padding for very small screens */
        padding-bottom: 5px; /* Further adjust bottom padding for very small screens */
    }
}





.container.slider_casino.tb--rel.top-banner-section .slick-list {
    max-width: 1510px;
    height: 460px;
    margin: 20px auto 5px auto; /* Adds 20px margin at the top, 5px at the bottom, and auto margins on the sides for centering */
    border-radius: 20px; /* Adjust this value for the desired curve */
    overflow: hidden; /* Ensure content stays within the curved edges */
    background: none !important; /* Remove any background that could cause a fade effect */
    box-shadow: none !important; /* Remove any shadow that could contribute to the fade */
}








.tb--promotion_item:hover {
    filter: drop-shadow(0px 0px 10px #ff1605);
}

.tb--promotion-item_info {
    padding-right: 24px !important;
    padding-left: 33px !important;
    padding-top: 0px !important;
    padding-bottom: 24px !important;
}
.tb--promotion-item_info:before {
    background-color: #00000099!important;
    border-radius: 0 0 15px 15px!important;
}

.tb--promotion-info_name {
    display: none;
}

.tb--promotion_btn.bt_yellow {
    color: #ffffff !important;
}

.tb--promotion_modal_content img {
    padding-left: 20px;
    padding-right: 20px;
}







    .l0--placeholder2-item .l0--product-txt {
    font-size: 17px;
    margin-top: 8px;
    text-align: center;
    font-weight: bolder;
    color: #ffffff;
}
     





    .tb--providers-block .tb--providers_list li.active {
        color: #ffffff!important;
        background: linear-gradient(88deg, #121212, #1b1b1b)!important;
        border-radius: 10px;
    }
    
    .menu-block {
        color: var(--text-color-4);
        text-align: center;
        font-weight: 700!important;
        transition: transform .3s;
    }
       
    
    
    
        .header-block_middle-side {
            display: flex;
            margin: 0 0px!important;
            text-align: center;
    }
    
    .tb--sidebar-main .tb--sidebar-main_item .tb--sidebar-main_link i {
        padding: 7px;
        position: relative;
        color: transparent !important;
    }
    .l5--placeholder2-item a {
        color: #ffffff!important;
        position: relative;
        font-weight: bold !important;
        transition: color .2s;
        z-index: 2;
    }
    
    .category_icon-promotions:before {
        content: "\ea30";
        background: url(https://btgtcdn.com/images/betgiticonlar/promosyonlar.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    
    .category_icon-tournament:before {
        content: "\ea83";
        background: url(https://btgtcdn.com/images/betgiticonlar/spor.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    .category_icon-casino:before {
        content: "\ea0b";
        background: url(https://img.cb-img.com/17Rs.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    .category_icon-live_sport:before {
        content: "\ea5d";
        background: url(https://img.cb-img.com/17S6.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    .category_icon-live_casino:before {
        content: "\ea22";
        background: url(https://img.cb-img.com/17S5.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    .category_icon-sport:before {
        content: "\ea38";
        background: url(https://img.cb-img.com/17Qf.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    .category_icon-esport:before {
        content: "\ea62";
        background: url(https://btgtcdn.com/images/betgiticonlar/esports.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    
    
    .category_icon-fast_games:before {
        content: "\ea91";
        background: url(https://btgtcdn.com/images/betgiticonlar/sanalsporlar.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    
    .category_icon-poker:before {
        content: "\ea83";
        background: url(https://btgtcdn.com/images/betgiticonlar/blackjack.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    
    .category_icon-keno:before {
        content: "\ea5b";
        background: url(https://img.cb-img.com/17Tm.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }

    .category_icon-tv_games:before {
        content: "\ea61";
        background: url(https://btgtcdn.com/images/betgiticonlar/tvoyunlar%d0%9d.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    
    .category_icon-coin_flip:before {
        content: "\ea83";
        background: url(https://btgtcdn.com/images/betgiticonlar/betgitvip.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }

    .category_icon-blackjack:before {
        content: "\ea09";
        background: url(https://btgtcdn.com/images/betgiticonlar/blackjack.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    
    .category_icon-keno_1:before {
        content: "\ea09";
        background: url(https://btgtcdn.com/images/betgiticonlar/betgitpiyango.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    
    .category_icon-sport_1:before {
        content: "\ea09";
        background: url(https://btgtcdn.com/images/betgiticonlar/betgittoto.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    
    .category_icon-live_tv:before {
        content: "\ea09";
        background: url(https://img.cb-img.com/icons/cenabet%20tv.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }
    
    .category_icon-live_games:before {
        content: "\ea09";
        background: url(https://btgtcdn.com/images/betgiticonlar/destek.svg);
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        color: transparent;
    }

.category_icon-rocketon_2:before {
    content: "\ea7c";
    background: url(https://btgtcdn.com/images/2025/bar/aviator.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent;
}

.category_icon-ios:before {
    content: "\eaa7";
    background: url(https://btgtcdn.com/images/2025/bar/betgit%20%d0%a4zel.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent;
}
    






.tb--promotion_item_img {
    height: 100%;
    width: 100%;
    background: transparent!important;
}
.tb--promotion-image-container {
    box-shadow: none !important;
}







.tb--logos-block_wrapper .logos-block:last-of-type .logos-block_holder:last-of-type .logos-block_item:last-of-type img{
   opacity: 0 !important; 
   pointer-events: none !important; 
}



.tb--logos-block_wrapper .logos-block:last-of-type .logos-block_holder:last-of-type .logos-block_item:last-of-type {
   background-image: url('https://accreditation.curacao-egaming.com/validate.ashx?domain=toskabet414.com') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
}
 





@media screen and (max-width: 670px){
   .l0--placeholder1-slider_1 .slick-list{
      height: auto;
      padding: 0px;
  }
}
@media screen and (max-width: 670px){
 .container.slider_casino.tb--rel.top-banner-section .slick-list {
    height: auto;
  }
}






.tb--mobile-nav .mobile-nav_list {
    background: url(https://btgtcdn.com/images/2025/bar/arkaplan.png) !important;
    background-size: cover !important;
    background-position: center !important;
    border-top: 2px solid #fbcc0b !important;
    filter: drop-shadow(0px 0px 8px #ffb700);
}
.category_icon-youtube:before {
    content: "\ea4e";
    background: url(https://btgtcdn.com/images/2025/aramayap.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent;
}
.category_icon-digg:before {
    content: "\ea10";
    background: url(https://btgtcdn.com/images/2025/bahislerim.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent;
}
.category_icon-discord:before {
    content: "\ea11";
    background: url(https://btgtcdn.com/images/2025/bar/vip.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent;
    margin-top: -30px;
    filter: drop-shadow(0px 0px 8px #ffb700);
}
.category_icon-kakao_talk:before {
    content: "\ea9b";
    background: url(https://btgtcdn.com/images/2025/bar/canl%d0%9d%20sporv2.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent;
}
.category_icon-line:before {
    content: "\ea50";
    background: url(https://btgtcdn.com/images/2025/bar/anasayfa.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent;
}
.tb--mobile-nav .mobile-nav_item:nth-child(3) i:before {
    font-size: 70px;
}
.tb--mobile-nav .mobile-nav_item:nth-child(3) .mobile-nav_item-inner {
    font-size: 0px !important;
}






@media only screen and (max-width: 767.9px) {
 .l0--wrapper .featured-product-scrolling, .l2--container .featured-product-scrolling, .l3--container .featured-product-scrolling, .l7--wrapper .featured-product-scrolling {
    display: grid !important;
    overflow: hidden !important;
    grid-template-columns: repeat(4, 2fr) !important;
 }
 .l0--wrapper .featured-product-scrolling.tb--fp-medium .l0--placeholder2-item, .l2--container .featured-product-scrolling.tb--fp-medium .l0--placeholder2-item, .l3--container .featured-product-scrolling.tb--fp-medium .l0--placeholder2-item, .l7--wrapper .featured-product-scrolling.tb--fp-medium .l0--placeholder2-item {
    height: 85px !important;
    min-width: 90px !important;
    width: 100% !important;
 }
}





