
.expandable-info-body,
.expandable-info-body-content,
.payment-info-bc,
.expandable-info-container {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}
#root > div.layout-footer-holder-bc > div > div > div > div.sliderGroup > div:nth-child(1) > div > div:nth-child(3) > div > a > img    {width: 42% !important;
    margin: 0 auto !important;height:auto !important;}

.expandable-info-body iframe {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto !important;       
  display: block;
}

body{
    margin: 0;
    scroll-behavior: smooth;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-family: -apple-system, "SF Pro Display", "SF Pro Text", sans-serif !important;
}

.is-home-page .hm-row-bc:not(:first-child:empty)+.hm-row-bc {
    margin-top: 10px;
}

div#root.layout-bc.theme-default.betslip-Hidden .layout-content-holder-bc {
  max-width: 1630px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
  .hdr-main-content-bc{
    padding: 0 10px;
  }
  .nav-menu-container .nav-menu>li{
    padding: 4px;
  }
  .nav-menu-container.header-navigation:first-child .nav-menu-other>.nav-menu-item.active, .nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item.active{
    background: #222833 !important;
    color: #ffdf05 !important;
  }
  .nav-menu-container.header-navigation:first-child .nav-menu-other>.nav-menu-item, .nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item{
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 10px !important;
    padding: 0 10px !important;
    color: #fff !important;
  }
  .nav-menu-container .nav-menu{
    height: 42px !important;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .header-bc{
    padding: 0px;
  }
  .nav-content-bc{
    border-radius: 0px !important;
  }
  .nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item{
    color: #fff !important;
  }
  .nav-menu-container.header-navigation:first-child .nav-menu-other:hover>.nav-menu-item, .nav-menu-container.header-navigation:first-child .nav-menu>li:hover>.nav-menu-item{
    box-shadow: none !important; 
    background: #fff !important;
    color: #000 !important;
  }
  .nav-content-menu{
    background: #ffdf06 !important;
    border-radius: 0px!important;
    margin: 0 -10px;
    padding: 5px 10px;
    background: linear-gradient(90deg, #222833 0%, #ffffff0d 50%, #222833 100%) !important;
    border-bottom: 1px solid #ffffff1c;
  }
  .nav-menu-container.header-navigation:first-child {
    background: none !important;
  }
  .sdr-item-bc:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #fff0!important;
}

.market-bc.active .market-icon-bc, .market-bc.active .market-odd-bc {
    color: #000!important;
}

.market-odd-bc {
    font-size: 13px;
    line-height: 15px;
    transition: color .24s;
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6){
  overflow: inherit !important;
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc {
  display: flex !important;
  flex-direction: row-reverse !important;
}

@keyframes slideOut {
  0% {
    transform: perspective(100rem) translateX(0) rotateY(50deg);
    opacity: 1;
    z-index: 0;
  }

  50% {
    transform: perspective(100rem) translateX(50px) rotateY(50deg);
    opacity: 1;
    z-index: 0;
  }

  100% {
    transform: perspective(100rem) translateX(-0px) rotateY(0deg);
    opacity: 1;
    z-index: 0;
    transform: scale(1.2);
  }
}

@keyframes slideIn {
  0% {
    transform: perspective(100rem) translateX(0x) rotateY(0deg);
    opacity: 1;
    z-index: -10;
    box-shadow: 4px 4px 4px #000000;
  }

  50% {
    transform: perspective(100rem) translateX(50px) rotateY(50deg);
    opacity: 1;
    z-index: -10;
  }

  100% {
    transform: perspective(200rem) translateX(0) rotateY(-40deg);
    opacity: 1;
    z-index: -10;
    box-shadow: 4px 4px 4px #000000;
  }
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6){
  padding:0 10px;
}
.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc img{
  transform: perspective(100rem) translateX(0) rotateY(0deg);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.6s ease, z-index 0.6s ease;
  width: 100% !important;
  border-radius:10px;
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc a{
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  flex-shrink: inherit !important;
  margin: 0 -40px !important;
  z-index: 1;
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc a:hover {
  z-index: 9;
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc img:hover {
  animation: slideOut 0.4s forwards;
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc img:not(:hover) {
  animation: slideIn 0.4s forwards;
}

.sdr-image-bc {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: max-height .24s linear;
    margin-top: 16px;
    border-radius: 50px;
}

.accordion-items-container {
    display: flex;
    margin-bottom: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-inline-start: 5px;
    padding-inline-end: 10px;
    background: #1a1a1abd!important;
    border-radius: 4px;
}

.casino-game-item {
    width: 100%;
    height: 100%;
    padding-top: 70%;
    background: rgba(var(--b-sc),.1) no-repeat 50%/contain;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    border-radius: 20px!important;
}

.ftr-partners-row-inner-bc>a:not(:only-child) img, .ftr-partners-row-inner-bc>div:not(:only-child) img {
    height: 95px!important;
}

.layout-footer-holder-bc {
    background: #00000052!important;
    padding-inline-start: 10px;
    padding-inline-end: 5px;
}
.hdr-main-content-bc{
    margin: 0 -10px !important;
}
.header-bc {
    width: 100%;
    background: rgb(34 40 51) !important;
    padding: 0 10px;
}
body .layout-bc{
    background-color: #222833;
    background-attachment: fixed;
    background-size: 100%;
}

.layout-bc.is-home-page{
    background-image: url('https://cmsbetconstruct.com/storage/medias/hilbet/media_1868627_801ed83f0aaec500c67e4caeebba77d3.jpeg');
    background-size: 100%;
    background-attachment: fixed;
}
.header-icon {
    width: 103px!important;
    height: 24px;
    font-size: 14px;
    margin-inline-start: 25px;
}

.hm-row-bc .casinoJackpotWrapper-bc:not(.VGS,.PSN,.DLV,.EGT,.RTG,.APG):before, .layout-content-holder-bc>.casinoJackpotWrapper-bc:not(.VGS,.PSN,.DLV,.EGT,.RTG,.APG):before {
    background-color: none !important;
}

.jackpot-banner.jackpot-widget-full .casinoJackpotWrapper-bc:before {
    background-image: none !important;
    z-index: 0;
}

.jackpot-banner .casinoJackpotWrapper-bc {
    border-radius: 4px;
    background: none!important;
}

.casinoJackpotLevelPrice-bc {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    color: #fff !important;
    font-size: 15px;
}
.btn.sign-in {
    padding: 9px 25px !important;
    border-radius: 10px !important;
    background: #48515e !important;
    text-decoration: none !important;
    font-weight: bold;
    height:34px !important;
    color: #ffffff !important;
}

.btn.register {
    padding: 9px 20px !important;
    font-weight: bold;
    border-radius:10px !important;
    height:34px !important;
    background: rgba(var(--hero), 1) !important;
    color: #fff !important;
}
.layout-betslip-holder-bc,
.layout-bc.page-full-size .layout-content-holder-bc{
    padding: 10px !important;
}


.page-view-more{
    position: relative;
    z-index: 1;
}

nav.nav-menu-container,
.hdr-main-content-bc{
    margin: 0 auto !important;
    padding: 0 10px !important;
    max-width: var(--layout-width) !important;
}

.btn,
.btn.a-color {
    font-weight: bold !important;
}

.btn.sign-in{
    animation-delay: .5s;
}
.btn.register{
    animation-delay: 1s;
}
.btn.a-color{
    overflow: hidden;
    position: relative !important;
}
.btn.sign-in,
.btn.register,
.btn.a-color{
    overflow: hidden;
    position: relative !important;
}

.btn.register span,
.btn.sign-in span,
.btn.a-color span{
    position: relative !important;
    z-index: 1;
}
.btn.a-color:before{
    animation: 2s rotateCustom infinite alternate forwards;
}
.btn.register:after,
.btn.sign-in:before,
.btn.a-color:after{
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0)) !important;
    animation: slide 2s infinite alternate forwards;
}

.m-nav-sab-container-r-row-bc>a:after, .nav-menu-item:after{
    top: -3px !important;
}
.nav-menu-other {
    height: 42px !important;
}

.hdr-dynamic-content{
    display: none !important;
}


.header-icon{
    width: 43px !important;
    height: 43px !important;
}
.crypto-currency-data i{
    color: #ffdf07;
}
.nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item>i:first-child {
    color: #000000;
    background: #212733;
    background: linear-gradient(90deg, #08b807 0%, #35eb41 51%, #00be06 100%);
    width: 32px;
    border-radius: 8px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /* border: none !important; */
    border-radius: 40px;
}

.layout-header-holder-bc {
    margin: 0px;
    box-shadow: none !important;
}


a.btn.a-color.header-icon-text.undefined {display: none !important;}

.btn.sign-in{
    background: linear-gradient(90deg, #313c53 0%, #4d5c78 51%, #313c53 100%) !important;
    color: #ffffff !important;
    border: 1px solid #516385;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #516385;
}

.hdr-user-bc .btn.register,
.btn.a-color,
.casino-horizontal-sl-list-bc .horizontal-sl-item-bc.active, .promotion-horizontal-sl-list-bc .horizontal-sl-item-bc.active{
    background: linear-gradient(90deg, #08b807 0%, #35eb41 51%, #00be06 100%) !important;
    color: #000 !important;
    border-radius: 10px;
    border: 1px solid #35eb41;
    box-shadow: 0px 0px 10px #08b807;
}
.horizontal-sl-item-bc{
    background: #3a4352 !important;
    font-weight: bold;
    color: #fff !important;
    border: 1px solid #ffffff24;
    border-radius: 10px;
}

.promotionsList-bc{
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr)) !important;
  }
  .promotions-article-title{
    display:none !important;
  }
  
  
  .promotionsListEl-bc{
      border-radius: 20px !important;
      position:relative !important;
    border: 1px solid #00d329;
  }
  .promotionsListEl-bc:hover:before{
      animation: slide 1s;
  }
  .promotionsListEl-bc:before{
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0)) !important;
  }
  
  @keyframes slide {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }





.popup-inner-bc {
    position: relative !important;
    background: #001027 !important;
    border-radius: 22px !important;
    border: 10px solid transparent !important;
    box-shadow:
    0 0 15px 5px #08accd99,
    0 0 15px 10px #18afcd80,
    0 0 15px 15px #26a0b966,
    0 0 15px 20px #3babc14d !important;
    overflow: hidden !important;
}

.promotions-article-title {
    height: 0px!important;
}




/* connect to wallet remove */
.wallet-btn {
display: none !important;
}
.connect-wallet:not(:only-child) {
display: none !important;
}




a.btn.header-icon-text.bc-i-laliga span {
  background-image: url('https://bsfrontcms.com/cdn/assets/client/hillbonus/hil-laliga-logo.png') !important;
  background-color: transparent;
  background-size: cover;
  filter: brightness(0);
  animation: .5s zoomInCustom infinite alternate forwards;
  background-repeat: no-repeat;
  width: 80px;
  height: 32px;
}




@keyframes fadeInCustom {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes zoomInCustom {
    0%{
        transform: scale(1);
    }
    40%{
        transform: scale(1.1);
    }
    50%{
        transform: scale(1);
    }
}
@keyframes rotateCustom {
    0%{
        transform: rotateY(0deg);
    }
    70%{
        transform: rotateY(360deg);
    }
    100%{
        transform: rotateY(360deg);
    }
}

a[href="https://ligue1.com/"]{
background: rgba(var(--hero), 1) !important;
}
a[href="https://ligue1.com/"] span{
display:none;
}
a[href="https://ligue1.com/"]:before {
    content: "";
    background-image: url(https://bsfrontcms.com/cdn/assets/client/hillbonus/hil-ligue1-logo.png) !important;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
  filter: brightness(0);
    width: 80px;
    height: 32px;
}
.hdr-logo-bc{
    height: 80px !important;
}


.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6){
  overflow: inherit !important;
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc {
  display: flex !important;
  flex-direction: row-reverse !important;
}

@keyframes slideOut {
  0% {
    transform: perspective(100rem) translateX(0) rotateY(50deg);
    opacity: 1;
    z-index: 0;
  }

  50% {
    transform: perspective(100rem) translateX(50px) rotateY(50deg);
    opacity: 1;
    z-index: 0;
  }

  100% {
    transform: perspective(100rem) translateX(-0px) rotateY(0deg);
    opacity: 1;
    z-index: 0;
    transform: scale(1.2);
  }
}

@keyframes slideIn {
  0% {
    transform: perspective(100rem) translateX(0x) rotateY(0deg);
    opacity: 1;
    z-index: -10;
    box-shadow: 4px 4px 4px #000000;
  }

  50% {
    transform: perspective(100rem) translateX(50px) rotateY(50deg);
    opacity: 1;
    z-index: -10;
  }

  100% {
    transform: perspective(200rem) translateX(0) rotateY(-40deg);
    opacity: 1;
    z-index: -10;
    box-shadow: 4px 4px 4px #000000;
  }
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6){
  padding:0 10px;
}
.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc img{
  transform: perspective(100rem) translateX(0) rotateY(0deg);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.6s ease, z-index 0.6s ease;
  width: 100% !important;
  border-radius:10px;
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc a{
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  flex-shrink: inherit !important;
  margin: 0 -40px !important;
  z-index: 1;
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc a:hover {
  z-index: 9;
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc img:hover {
  animation: slideOut 0.4s forwards;
}

.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc img:not(:hover) {
  animation: slideIn 0.4s forwards;
}
.hm-row-bc:nth-child(3){display:none !important;}
.casino-popup-content {
  display: flex;
  justify-content: center;   
  align-items: center;      
  text-align: center;        
  flex-direction: column;    
  padding: 25px;             
  word-break: break-word;    
}
a.header-icon{width:6% !important;margin-top:10px;}