BODY::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .16);
}

BODY::-webkit-scrollbar-track {
  background: #314033;
}


.background {
  position: fixed;
  z-index: -1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #00210F;
  background: linear-gradient(4deg,rgba(0, 33, 15, 1) 26%, rgba(13, 93, 52, 0.9) 51%, rgba(0, 33, 15, 1) 71%);
}

.header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  background: var(--header_bg)!important;
  color: var(--header_color)!important;
  margin-bottom: 0;
  z-index: 100;
  user-select: none;
}


.header::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: -1;
}

.header__content{
  height: auto;
  max-width: none;
  padding: 0;
}

.header__content{
  display: block;
}
.header__content--top{
  width: 100%;
  height: 68px;
}

.header__content--top .header__wrapper{
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2fr 1fr;
  max-width: 1900px;
  margin: 0 auto;
  height: 100%;
  padding: 0px 15px;
}

.header__content--top .header__wrapper > div:nth-child(2){
  display: flex;
  justify-content: center;
}

.header__content--top .header__wrapper > div:nth-child(3){
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__content--top,
.header__content--bottom{
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.header__content--bottom{
  display: none;
}

.header__content--bottom .header__wrapper{
  display: flex;
  justify-content: center;
  max-width: 1900px;
  margin: 0 auto;
  padding: 0px 15px;
}

.header__content--bottom .header__wrapper{
  padding: 5px 15px;
}

.header__content--bottom .header__wrapper .header__user{
  height: 40px;
  width: 48px;
  margin-left: 5px;
}

.header__content--bottom .header__wrapper .header__notify{
  height: 40px;
  width: 40px;
  margin-left: 5px;
}

/* .header__content--bottom .header__wrapper > a{
  display: block;
  text-align: center;
  line-height: 24px;
  min-width: 120px;
  margin: 12px 12px;
  font-size: 16px;
  font-weight: 500;
  color: var(--header_color);
} */

.header__content .header__content--bottom .header__auth button{
  width: 100%;
}

.header__content .header__balance{
  background: rgba(255, 255, 255, .04);
  height: 48px;
}
.header__content .header__user{
  background: rgba(255, 255, 255, .04);
  height: 48px;
  width: 48px;
}
.header__content .header__notify{
  background: rgba(255, 255, 255, .04);
  height: 48px;
  width: 48px;
}

.header__content .logo{
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer__content{
  max-width: var(--main_width);
  margin: 0 auto;
}
.footer__license{
  margin-left: auto;
  max-width: 220px;
}
.footer__license img{
  width: 100%;
}
.navigation{
  display: flex;
  overflow-x: auto;
  gap: 10px;
  color: var(--header_color) !important;
}

.navigation-container{
  display: flex;
  justify-content: center;
  margin-top: 68px;
  margin-bottom: 20px;
  background: var(--header_bg) !important;
}

.navigation::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  /* background: transparent; */
}

.navigation::-webkit-scrollbar-button,
.navigation::-webkit-scrollbar-corner,
.navigation::-webkit-resizer {
  display: none;
}

.navigation::-webkit-scrollbar-track {
  background: var(--c-31);
}

.navigation::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .16);
  border: 2px solid transparent;
  border-radius: 4px;
}

.navigation .navigation__button{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  white-space: nowrap;
}

.navigation .navigation__button.active{
  color: #EDC97F;
}

.navigation .navigation__button{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.navigation .navigation__button img{
  margin-bottom: 5px;
}

.navigation .navigation__button span{
  font-weight: 500;
}

#balance .tab_selector{
  padding-right: 20px;
}

.menu-button{
  height: 40px;
  line-height: 40px;
  min-width: 130px;
}

.casino_head{
  display: flex;
  align-items: center;
  gap: 5px;
}

.casino_head img{
  width: 24px;
  height: 24px;
}

.home-block .casino-game__name,
.home-block .casino-game__provider{
  color: var(--text_color)
}
.casino-layout{
  width: 100%;
  max-width: var(--main_width);
  margin: 0 auto;
}
.casino-menu__shadow::before{
  display: none;
}

.casino_mobile_nav_btns{
  background: rgba(255, 255, 255, .06)
}

.casino_mobile_nav .casino-menu__search input{
  background: rgba(255, 255, 255, .06)
}

.game_interface{
  border-radius: var(--main_radius);
  background: rgba(255, 255, 255, .04);
  height: 40px;
}

.game_interface > div{
  background: transparent;
}


.casino-menu__search input{
  background: rgba(255, 255, 255, .06);
}

.casino-tabs__item{
  font-weight: 600;
}


.casino-tabs__item--active{
  background-color: #32EE91!important;
  color: #000!important;
}

.casino-section__view-all-btn{
  border: none!important;
  background-color: var(--casino_menu_bg)!important;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}
.casino-section__view-all-btn:hover{
  opacity: 1;
}

.casino-sidebar__content::-webkit-scrollbar-thumb {
  background: #32EE91!important;
}

.casino-sidebar__search-btn{
  background-color: var(--casino_menu_bg)!important;
}

.home_events .event-wrap .odds-list .stake-button{
  background: rgba(255, 255, 255, .06);
}

.page .page__title{
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.page .profile__menu .profile-info{
  background: rgba(255, 255, 255, .06);
}

.page .profile__menu .menu__row.active{
  background: rgba(255, 255, 255, .16);
}

.page .settings div.input-block input,
.page .settings div.input-block select{
  background: rgba(1, 8, 4, .39);
}
  
.page .button{
  background: #3BA745;
  min-height: 48px;
  min-width: 150px;
}

.page .verification-block{
  background: rgba(255, 255, 255, .04);
}
.page .tab_selector {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.page .tab_selector a {
    color: #8fa394;
}
.page .bets .bets__header{
  color: #8fa394;
}
.banners-swiper img{
  border: 2.5px solid #EDC97F;
}

.home_slider .home_bonus{
  border: 2.5px solid #EDC97F;
}

a{
  color: var(--text_color);
}

.wrap_content{
  padding: 0px 15px;
}

.page .history-row{
  background: rgba(255, 255, 255, .06);
}

.page .profile-bonus {
  background: rgba(255, 255, 255, .06);
}

.page .bets .bet{
  background: rgba(255, 255, 255, .06);
}

.page .profile-bonus__row--title,
.page .bets .bet .bet__row--title,
.page .profile-info__id{
  color: #A7A7A7;
}

.page .pagination button{
  background: rgba(255, 255, 255, 0.32);
}

.foot_menu{
  display: none!important;
}

side[data-side=left] > div {
  margin: 0 23px 0 15px;
  width: 100%;
  height: 100%;
  margin: 0;
}

.side_menu_user{
  padding-top: 20px;
  background: transparent;
}

.side_menu_user a{
  cursor: pointer;
}

side,
#casino_mobile_side{
  background: rgba(14, 33, 22, .95);
}

.side_menu_user .menu_balance{
  background: rgba(255, 255, 255, .06);
}

.drop_lang_btn{
  background: rgba(255, 255, 255, .06);
}

.page{
  min-height: 100vh;
}
.header__content .logo{
  border-radius: 0;
}
.header__content .logo img{
  display: block;
  margin: 0 auto;
  width: var(--logo_width);
  height: var(--logo_height);
}

.promocode div.promocode__input{
  background: rgba(255, 255, 255, .06);
  height: 48px;
}

.promocode button{
  height: 48px;
}


.wager-progress__track{
  background: #031c0f!important;
}

.wager-card__title-sub{
  color: #8fa394!important;
}

.panel {
  top: 80px;
  margin-right: max(15px, calc((100vw - 1900px) / 2 + 15px));
}

.push-subscription-panel__content {
  top: 80px;
  margin-left: max(15px, calc((100vw - 1900px) / 2 + 15px));
}

@media (max-width: 767px) {
  .panel {
    margin-right: max(0px, env(safe-area-inset-right));
  }
  .push-subscription-panel__content{
    margin-left: 12px;
  }
}

@media(max-width: 1000px){
  .panel,
  .push-subscription-panel__content{
    top: 132px;
  }
  .footer__license {
    margin: 0 auto;
  }
  .footer .footer__content {
    padding-bottom: 20px;
  }
  .f_btns{
    bottom: 15px;
  }
  .page.game .navigation-container {
    display: none;
  }
  .header__content--top .header__balance{
    display: none;
  }

  .header__content--bottom{
    display: block;
  }

  .navigation-container{
    margin-top: 118px;
  }

  .header__content--bottom .header__balance{
    flex: 1;
  }

  .header__content--top .header__user{ 
    display: none;
  }

  .header__content--top .header__notify{
    display: none;
  }

  .header__content--top .lang.dropdown{
    display: none;
  }

  .header__content .header__content--top div.header__auth{
    display: none;
  }

  .header__content .header__balance{
    height: 40px;
  }
  .header__content .logo img{
    width: 100%;
    max-width: 220px;
  }
   
  .page.game .casino_game{
    background: transparent;
  }
  
  .casino_iframe_wrap iframe{
    border-radius: 0;
  }
  
  .game_interface{
    border-radius: 0;
  }
}

.modal a{
  color: var(--link_color);
}
.modal .reg-modal .tab_selector{
  gap: 10px;
}
.modal .reg-modal .tab_selector a{
  font-size: 14px;
}

#account_details.modal input{
  color: #000;
  font-weight: 600;
}

#balance .tab_selector a{
  font-size: 14px;
}

.pageloader img {
  width: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.casino-button{
  display: block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-weight: 700;
  padding: 0px 15px;
  border-radius: var(--main_radius);
  background: var(--primary_btn_bg) !important;
  color: var(--primary_btn_color) !important;
  text-align: center;
  min-width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}