

/* green sport menu mobile icons 
ul#collapse-menu4.sidebar__nav.sportsbook.sidebar__nav--collapse.collapse.show  
li a svg.svg-icon{
    color: #24bc31 !important;
}

.active .svg-icon, a:hover .svg-icon, button:hover .svg-icon {
    fill: #c4c2ba!important;
    color: #24bc31 !important;
}
 green sport menu mobile icons */



/* header signup button */
.header__signup {
    background-image: none !important;
    background: #f2c400 !important;
    color: #131417 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    box-shadow: none
}
/* header signup button */

/* form butons */
.form__btn{
    background-image: none !important;
    background: #f2c400 !important;
    box-shadow: none !important;
    color: #131417 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}
/* form butons */

.header__signin span {font-weight: bold !important; /* Adds bold style */
    font-size: 16px !important;
}

.sidebar__nav li.active a {
   background: none;
   color: #fff;
}

@media (min-width: 768px) {
    .sidebar__nav-small li.active a {
        background: none;
    }
}


@media (max-width: 768px) {
.footer__cellar {
 padding: none;
}
}

/*@media (max-width: 768px) {
.footer__licenses {
    align-items: center;
    }
}*/

@media (max-width: 768px) {
  .header__content {
    padding-left: 7px;
    padding-right: 7px;
    }
}

.form__input {
    background-color: #27292d;
}

.multisearch__input {
  background-color: #27292d;
  }

.header__search-btn {
  background-color: #27292d;
  }

.header__wallet-btn {
    background: none;
}

.form__input:disabled {
    background-color: #27292d;
}

tabs-nav__btn.active {
    background: none;
    border-color: none;
    font-weight: bold
}

.settings__btn {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}


style attribute {
linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(242, 196, 0, 0.05) 100%) ;
}

/*buttons under notifications*/
.tabs-nav__btn.active {
    background: none;
}
/*buttons under notifications*/

.header__dropdown-btn {
 background: none;
}

/*promotion category bg color*/
.category-tile {
    background-image: none !important;
    background: #131417 !important;
}
/*promotion category bg color*/

/*collapsed left menu faded sportsbook and casino buttons */
.sidebar__nav-small a svg, .sidebar__nav-small button svg {
    stroke: none; 
}
/*collapsed left menu faded sportsbook and casino buttons */

/*casino game details buttons - DIDN'T WORK*/
.splide--tournament .splide__progress__bar, .form__max, .chat__send, .tags li.active a, .article ul li:before, .frame__btn {
    background: none !important;
    border: 1px solid;
    border-color: #f2c400;
}
/*casino game details buttons - DIDN'T WORK*/

/* Modal icon under profile - vip - ilerleme */
.modal__icon
/*Specificity: (0,1,0)*/
 {
    background-color: #27292d;
}
/* Modal icon under profile - vip - ilerleme */

/* Modal icon under profile - vip - ilerleme - progress bar*/
.modal__progress-bar {
   background-color: #27292d;
}
/* Modal icon under profile - vip - ilerleme - progress bar*/

/*Sportsbook page icons in a row background*/
.sb-carousel-menu-item {
    background: #16171a;
}
/*Sportsbook page icons in a row background*/

/*Active tab under VIP Ilerime*/
.tabs-nav__btn.active {
    color: #f2c400;
}

.tabs-nav__btn.active {
    border-color: #f2c400;
}
/*Active tab under VIP Ilerime*/

/*benefits cards buttons background - some of them*/
.accordion-benefits__card button span {
    background-color: #16171a;
}
/*benefits cards buttons background - some of them*/



  /*left menu collapsed background*/
.sidebar__menu--collapse, .sidebar__nav--collapse {
    background: none;
}
/*left menu collapsed background*/

/*promo page bold texts italic cancelled*/
element.style {
}
b, strong {
    font-weight: bold;
    color: var(--tf-tc);
    font-style: normal;
}
/*promo page bold texts italic cancelled*/

/*promo page title size change from 24px*/
element.style {
}
.section__title {
    /* max-width: 65%; */
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    font-size: 18px;
}
/*promo page title size change from 24px*/

/*view all button (providers) check for any other button affected*/
.section__view {
    background: none;
    border: 1px solid;
    }
/*view all button (providers) check for any other button affected*/

/*side menu badge*/
.sidebar__nav a span, .sidebar__nav button span {
    background: none;
    border: 1px solid;
    border-color: #f2c400;
}
/*side menu badge*/

/*search bar color*/
.search__input {
    background-color: #27292d;
}
/*search bar color*/

/*player aff page button*/
.settings__btn {
   background-image: none;
   box-shadow: none;
  }
/*player aff page button*/

.accordion__card button span svg {
  color: #f2c400
  }

/*mobile header logo size*/
@media (max-width: 768px) {
.header--logged .header__logo {
    width: 90px !important;
}
  }
/*mobile header logo size*/

/*mobile header wallet size and padding*/
@media (max-width: 768px) {
.header__wallet-dropdown-btn {
  padding-left: 12px;
  width: 145px;
}
  }
/*mobile header wallet size and padding*/

/*homepage sections padding*/
.section {
    position: relative;
    width: 100%;
    padding-top: 30px;
    /* overflow: hidden; */
}
/*homepage sections padding*/

.category-tile.active {
    background: #0ff7961f;
    border-bottom: 1px solid var(--tf-active);
    opacity: 1;
}

/*promo page promo added dates and kategory arrow*/
.post__date:last-child {
    display: none;
}

.category-arrow {
     display: none;
}
/*promo page promo added dates and kategory arrow*/

/*above footer providers*/
.section--last {
    padding-bottom: 0px;
}
/*above footer providers*/

/*White icons on mobile left menu*/
@media (max-width: 768px){
.active .svg-icon, a:hover .svg-icon, button:hover .svg-icon {
    color: #ffffff !important;
}
}
/*White icons on mobile left menu*/

/*verification page level 2 form row -level 3 button*/
.form__img label {
  background: #27292d
  }

.accordion-benefits__card button span {
justify-content: middle;
}
/*verification page level 2 form row -level 3 button*/


.header__bannerImg {
    display: block;
    margin: 10px -24px -24px!important;
  }

/*wager percentage*/
.correction-button {
background-color: #16171A;
}
/*wager percentage*/

/*wager percentage mobile*/
.correction-button-mobile {
background-color: #16171A;
  border: 0.2px solid;
}
/*wager percentage mobile*/

/*vip rank icon*/
.ranking img {
    height: 4.5rem !important;
    object-fit: contain !important;
    width: auto !important;
}
/*vip rank icon*/


.popular-games-wrapper {
  display: none !important;
  }

.wheel-prize-container .title {
 display: none; !important;
  }

.neon-button {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-variant: small-caps;
    font-size: 20px;
    font-weight: 700;
}

.neon-button span {
  display: none;
}
.neon-button:after {
  content: 'ÖDÜLÜ AL';
}

.vip__btn {
  background-image: none !important;
    background: #f2c400 !important;
    color: #131417 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    box-shadow: none
}

.deposit-button {
    color: #16171A;
}

.post__text {
  display: none; !important;
}

.post__title {
  align-self: center;
}

.category-tile.active {
  display: none;
 } 

.jackpot {
  display: none !important;
 } 
