.tl_payment_head {
    width: 100%;
    height: auto;
    cursor: pointer;
    padding: 10px 12px;
    align-items: center;
    min-height: 100px;
    transition: .2s linear 0s;
    background: linear-gradient(180deg,#0c0c0c,#2b2b2b);
}

/* Notification Neon - Baslangic */

.notification_icon {
    background: 0 0;
    animation: blinkneon 2s ease infinite
}

@keyframes blinkneon {
    0%,100% {
        text-shadow: 0 0 5px #EBDF9D,0 0 20px #EBDF9D,0 0 20px #EBDF9D,0 0 15px #EBDF9D,0 0 15px #EBDF9D,2px 2px 2px #EBDF9D;
        color: #fff
    }

    50% {
        text-shadow: 0 0 2px #EBDF9D,0 0 5px #EBDF9D,0 0 5px #EBDF9D,0 0 5px #EBDF9D,0 0 2px #EBDF9D,4px 4px 2px #EBDF9D;
        color: #fff
    }
}

/* Bitis */

.story__item:after {
    position: absolute;
    content: '';
    width: 158px;
    height: 158px;
    border-radius: 100%;
    background: url(https://sport.cmsdigi.com/App_Data/238b90a4-ea7d-4df3-b404-a49001fb7c0d/Files/border.webp);
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    animation: 15s waves2 linear infinite forwards;
}

.story__item {
    width: 158px!important
}

.story__item img,.story__item video {
    border: none!important;
    border-radius: 100%!important;
    width: 130px!important;
    height: 130px!important
}

.dynamic_container.empty_title .story__swiper {
    padding-top: 15px;
    padding-bottom: 15px
}

@keyframes waves2 {
    to {
        -webkit-transform: rotate(360deg)
    }
}

.rd_header_tab_item.active {

    background-color: #B9B177!important;

}


.top_jackpots__block {
    background: linear-gradient(65deg,#000000 10%,#44422d 60%)!important
}


body .additional-infos {
    background: linear-gradient(65deg, #b9b177 5%, #b9b177 70%)!important;
    padding: 30px!important; 
    border-radius: 10px!important; /* Köşeleri yuvarlatır  */
}

.tl_main_nav_item {
    display: inline-flex; 
    align-items: center; 
    padding: 10px 15px; 
    border: 2px solid #222; /* Parlak siyah çerçeve */
    border-radius: 8px; /* Kenar yuvarlatma */
    box-shadow: 0 0 1000px rgba(255, 255, 152, 0.5); /* Hafif parlama efekti */
    transition: all 0.3s ease-in-out;
    margin: 2px; /* Kutu arası boşluk */
}



.tl_main_nav_item:hover {
    background-color: #fff198; /* Sarı arka plan */
    color: #222; /* Siyah yazı */
}


.top_jackpots__block .component_jackpot_slider_number {
    text-shadow: 2px 2px #000!important; 
    }

.top_jackpots__block .sprtr {
    text-shadow: 2px 2px #000!important; 
}

.top_jackpots__block .js_jack_item {
    text-shadow: 2px 2px #000!important; 
}

.top_jackpots__block .top_jackpots__crns i {
    text-shadow: 2px 2px #000!important;
           
}

.info_title  {
    color: #000000a6!important;
}

  .ternBtn, .header__dropdown-menu.tl_btn, a.inboxDialog, a.loginDialog, a.tl_btn {
  background: #ebdf9d;  
  color: #000;
  padding: 12px 12px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgb(237 5 5 / 0%);
  transition: background-color 0.3s ease, color 0.3s ease;
}

 .ternBtn:hover, .header__dropdown-menu.tl_btn:hover, 
a.inboxDialog:hover, a.loginDialog:hover, a.tl_btn:hover {
  background: 
linear-gradient(180deg, 
    #d2983b 10%,       
    #b89b52 45%,       
    #e8d26a 70%      
  ) !important;
  color: #000000;
}

.tl_header_top_row  {
background: #000000; 
}


 
 

#js_top_winners_content .swiper-wrapper {
    min-width: 0!important;
    max-width: none!important;
    animation: scroller 40s linear infinite;
    gap: 10px!important;
    padding: 15px!important
}

@keyframes scroller {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

div.top_winners__game  {
  
    background: linear-gradient(65deg,#474434 10%,#b9b177 60%)!important;
    text-shadow: 1px 1px #000!important;
      will-change: transform;
    backface-visibility: hidden;
}

/* OZELLIKLI OGELER 030126_2910_pc52524523523536 */
.dynamic_featured_content a{
    background: #b9b177!important;
}
.dynamic_featured_content a{
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px!important;
    border: none;
}

.dynamic_featured_item:hover{
    background-color: #b9b177!important;
}

.dynamic_featured_content .dynamic_featured_item{
    transition: 0.7s;
}

.dynamic_featured_content .dynamic_featured_item:hover{
    transform: scale(1.1);
    transition: 0.5s;
    z-index: 2;
}