<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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: linear-gradient(218deg, #091E0C 0%, #0D250F 8.22%, #041105 29.66%, #031004 33.55%, #0F2811 67.93%, #031104 89.18%, #021404 100%);
}

.home-block {
  border: 1px solid rgba(255, 255, 255, .04);
}

.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 1fr 1fr;
  max-width: 1900px;
  margin: 0 auto;
  height: 100%;
  padding: 0px 15px;
}

.header__content--top .header__wrapper &gt; div:nth-child(2){
  display: flex;
  justify-content: center;
}

.header__content--top .header__wrapper &gt; 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 &gt; 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 .logo{
  width: 100%;
  margin: 0;
  padding: 0;
}

.content.sport{
  max-width: 1900px;
}
.footer_content &gt; div:first-child{
  flex: 2;
}

.footer_content &gt; div:nth-child(2){
  flex: 1;
  justify-content: center;
}

.footer_content &gt; div:nth-child(3){
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.footer_content &gt; div:nth-child(3) img{
  width: 220px;
}
.navigation{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 68px;
  margin-bottom: 20px;
  background: var(--header_bg) !important;
  color: var(--header_color) !important;
}

.navigation .navigation__button{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.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;
}
.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 &gt; div{
  background: transparent;
}


.casino-menu__search input{
  background: rgba(255, 255, 255, .06);
}

.home_events .event-wrap .odds-list .stake-button{
  background: rgba(255, 255, 255, .06);
}

.page .profile__menu{
  background: rgba(255, 255, 255, .04);
}

.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(255, 255, 255, .04);
}

.page .button{
  background: #3BA745;
  min-height: 48px;
  min-width: 150px;
}

.page .verification-block{
  background: rgba(255, 255, 255, .04);
}

div.page .tab_selector a.act {
  border-bottom: 1px solid #EDC97F;
}

.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] &gt; 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,
.header__content .logo video{
  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;
}


@media(max-width: 1000px){
  .footer_content{flex-direction: column;}
  .footer_content &gt; div:nth-child(3){
    justify-content: center;
  }
  .footer{
    padding-bottom: 15px;
  }
  .f_btns{
    bottom: 15px;
  }
  .page.game .navigation {
    display: none;
  }
  .header__content--top .header__balance{
    display: none;
  }

  .header__content--bottom{
    display: block;
  }

  .navigation{
    margin-top: 118px;
    gap: 5px;
  }

  .header__content--bottom .header__balance{
    width: 100%;
  }

  .header__content--top .header__user{ 
    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{
    height: 38px; 
  }
  .header__content .logo video{
    height: 38px;
  }
   
  .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;
}</pre></body></html>