:root {
    --gold: 186, 142, 71;
    --gold-bright: 232, 198, 120;
    --gold-mid: 212, 172, 95;
    --gold-deep: 110, 82, 38;
    --gold-dark: 55, 42, 22;
    --gold-glow: rgba(186, 142, 71, 0.55);
    --gold-soft: rgba(186, 142, 71, 0.22);
}

html,
body,
.layout-bc,
.layout-bc.is-home-page {
    background-image: none !important;
    background-color :rgb(0, 0, 0)
}



.layout-content-holder-bc,
.layout-main-bc,
.page-content-bc,
.layout-footer-holder-bc,
.footer-bc {
    background: #000000 !important;
}

.layout-bc.is-home-page {
    background-size: 100% !important;
    background-position: center top !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}
.layout-footer-holder-bc,
.footer-bc,
.product-banner-info-bc:before,
.sdr-item-bc:before {
    background: none !important;
}
.layout-header-holder-bc {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.65) !important;
    background: #000000 !important;
}
header.header-bc {
    background: #000000 !important;
    background-image: none !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.55) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}
.hdr-main-content-bc {
    background: #000000 !important;
    background-image: none !important;
}
.nav-content-bc {
    background: #000000 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}
.nav-menu-container.header-navigation:first-child {
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 50%, rgb(0 0 0) 100%) !important;
    padding: 8px 15px !important;
    border-radius: 0px !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}
.hdr-time-bc {
    background-image: linear-gradient(rgb(var(--gold-mid)), rgb(var(--gold-deep))) !important;
    box-shadow: 0 2px 12px rgba(var(--gold), 0.45) !important;
    border-radius: 4px !important;
}
.hdr-main-content-bc .infoTime {
    background-image: linear-gradient(rgb(var(--gold-mid)), rgb(var(--gold-deep))) !important;
    background-color: transparent !important;
    box-shadow: 0 2px 12px rgba(var(--gold), 0.4) !important;
    color: #0a0a0a !important;
    font-weight: 600 !important;
}
.header-bc .hdr-main-content-bc .infoTime::after,
.header-bc .hdr-user-bc .sign-in::after,
.header-bc .smartPanel-bc::after {
    background: rgba(var(--gold), 0.35) !important;
}

.layout-bc:not(.smart-panel-is-visible) .hdr-smart-panel-holder-arrow-bc {
    pointer-events: none !important;
}

.header-bc .smartPanel-bc {
    position: relative !important;
    z-index: 5 !important;
}

.header-bc .hdr-toggle-button-bc {
    position: relative !important;
    z-index: 990 !important;
    cursor: pointer !important;
}
.btn.sign-in {
    text-decoration: none !important;
    background: transparent !important;
    color: rgb(var(--gold-bright)) !important;
    border: 1px solid rgba(var(--gold), 0.65) !important;
    box-shadow: inset 0 1px 0 rgba(var(--gold-bright), 0.12) !important;
}
.header-bc .btn.sign-in:hover {
    background: rgba(var(--gold), 0.14) !important;
    color: rgb(var(--gold-bright)) !important;
    border-color: rgba(var(--gold-bright), 0.55) !important;
}
.btn.register {
    background: linear-gradient(135deg, rgb(var(--gold-mid)) 0%, rgb(var(--gold-deep)) 100%) !important;
    color: #0a0a0a !important;
    box-shadow: 0 4px 16px rgba(var(--gold), 0.5) !important;
    border: 1px solid rgba(var(--gold-bright), 0.35) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}
.btn.register:hover {
    background: linear-gradient(135deg, rgb(var(--gold-bright)) 0%, rgb(var(--gold)) 100%) !important;
    box-shadow: 0 8px 28px var(--gold-glow) !important;
    transform: translateY(-2px) !important;
}
.nav-menu-item.badge-new:after {
    background: #fff !important;
    color: #000 !important;
}
/* Header Menu Items - Professional Styling */
.nav-menu-container.header-navigation:first-child .nav-menu-item {
    padding: 10px 18px !important;
    margin: 0 3px !important;
    border-radius: 6px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    position: relative !important;
    overflow: hidden !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu-other > li.nav-menu-item {
    overflow: visible !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu-other .nav-menu-sub {
    z-index: 60 !important;
}

.nav-content-bc .nav-menu-container .nav-menu-sub,
.nav-menu-container.header-navigation:first-child .nav-menu-other .nav-menu-sub {
    background: #0a0a0a !important;
    background-image: none !important;
    border: 1px solid rgba(var(--gold), 0.38) !important;
    border-radius: 10px !important;
    box-shadow:
        0 12px 36px rgba(0, 0, 0, 0.75),
        inset 0 1px 0 rgba(var(--gold-bright), 0.08) !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 {
    background: linear-gradient(135deg, rgb(var(--gold-deep)) 0%, rgb(var(--gold)) 100%) !important;
    color: #0c0c0c !important;
    box-shadow: 0 4px 18px rgba(var(--gold), 0.55), inset 0 1px 0 rgba(var(--gold-bright), 0.35) !important;
    transform: translateY(-1px) !important;
    text-transform: uppercase !important;
    border-radius: 6px !important;
}

.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: linear-gradient(178deg, rgba(0, 0, 0, 0.92) 0%, rgba(var(--gold), 0.92) 100%) !important;
    color: #0c0c0c !important;
    box-shadow: 0 2px 14px rgba(var(--gold), 0.65), inset 0 1px 0 rgb(var(--gold-bright)) !important;
    text-transform: uppercase !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

/* Menu item hover effect with shine */
.nav-menu-container.header-navigation:first-child .nav-menu-item::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: left 0.5s ease !important;
    pointer-events: none !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu-item:hover::before {
    left: 100% !important;
}
/* Submenu Professional Styling */
.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item,
.nav-menu-container.header-navigation:first-child .nav-menu-sub .nav-menu-item {
    padding: 8px 16px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    margin: 2px 0 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    background: transparent !important;
    background-image: none !important;
}

.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item i,
.nav-menu-container.header-navigation:first-child .nav-menu-sub .nav-menu-item i {
    color: rgba(var(--gold-bright), 0.85) !important;
}

.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item span,
.nav-menu-container.header-navigation:first-child .nav-menu-sub .nav-menu-item span {
    color: inherit !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu-sub .nav-menu-item:hover,
.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item:hover {
    background: rgba(var(--gold), 0.16) !important;
    color: rgb(var(--gold-bright)) !important;
    transform: translateX(4px) !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu-sub .nav-menu-item:hover i,
.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item:hover i {
    color: rgb(var(--gold-bright)) !important;
}

.nav-menu-container .nav-menu-sub .nav-menu-item.active > * {
    color: rgb(var(--gold-bright)) !important;
    font-weight: 600 !important;
}

.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item::before,
.nav-menu-container.header-navigation:first-child .nav-menu-sub .nav-menu-item::before {
    background: transparent !important;
    width: 3px !important;
}

.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item:hover::before,
.nav-menu-container.header-navigation:first-child .nav-menu-sub .nav-menu-item:hover::before {
    background: rgb(var(--gold)) !important;
}

.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item.active,
.nav-menu-container.header-navigation:first-child .nav-menu-sub .nav-menu-item.active {
    background: rgba(var(--gold), 0.2) !important;
}

.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item.active > *,
.nav-menu-container.header-navigation:first-child .nav-menu-sub .nav-menu-item.active > * {
    color: rgb(var(--gold-bright)) !important;
}

.casino-info-block .main-tabs-bc .tab-bc.active,
.left-menu-container .second-tabs-bc .tab-bc.active,
.left-menu-container .second-tabs-bc .tab-bc:hover {
    color: rgb(var(--gold-bright)) !important;
}
.casino-horizontal-sl-list-bc .horizontal-sl-item-bc.active,
.promotion-horizontal-sl-list-bc .horizontal-sl-item-bc.active,
.casino-horizontal-sl-list-bc .horizontal-sl-item-bc.active .horizontal-sl-count-bc,
.casino-horizontal-sl-list-bc .horizontal-sl-item-bc.active .horizontal-sl-icon-bc,
.promotion-horizontal-sl-list-bc .horizontal-sl-item-bc.active .horizontal-sl-count-bc,
.promotion-horizontal-sl-list-bc .horizontal-sl-item-bc.active .horizontal-sl-icon-bc {
    color: #fff !important;
}
.ftr-partners-r-img {
    display: none !important;
}
.ftr-partners-row-inner-bc > a:first-child:before:not(div) {
    display: none !important;
}

.ftr-partners-row-inner-bc > a:last-child:before:not(div) {
    display: none !important;
}
.ftr-partners-row-inner-bc > div {
    padding: 20px 0 !important;
}
.ftr-partners-row-inner-bc > div > div {
    top: 35px !important;
}
.count-odd-animation:after {
    color: #fff !important;
}
.ftr-g-i-head-bc,
.ftr-g-i-body-bc {
    background: linear-gradient(90deg, #000000 0, #232a3c) !important;
}
.ftr-game-item-bc .market-group-holder-bc .market-group-item-bc .market-bc {
    background: linear-gradient(90deg, #232a3c 0, #000000) !important;
}
.ftr-game-item-bc .market-group-holder-bc .market-group-item-bc .market-bc.active {
    background: linear-gradient(135deg, rgb(var(--gold-mid)), rgb(var(--gold-deep))) !important;
    color: #0a0a0a !important;
}
.ftr-game-item-bc .market-group-holder-bc .market-group-item-bc .market-bc:hover {
    background: linear-gradient(135deg, rgb(var(--gold-bright)), rgb(var(--gold))) !important;
    color: #0a0a0a !important;
}

   .sp-s-l-b-c-item-bc.active,
   .sp-s-l-b-c-item-bc:hover {
       background: rgba(var(--hero), 1) !important;
   }
   .left-menu-scroll > .sp-sub-list-bc > .sp-s-l-b-content-bc > .sp-sub-list-bc .sp-sub-list-bc.selected > .sp-s-l-head-bc,
   .left-menu-scroll > .sp-sub-list-bc > .sp-s-l-b-content-bc > .sp-sub-list-bc .sp-sub-list-bc:hover > .sp-s-l-head-bc {
       background: rgba(var(--hero), 1) !important;
   }
  .payment-info-bc .description-c-row-bc{
  display:none;
}
.sliderSingleElWrapper:nth-child(2) .sliderImage img{
    height:1100px!important;
}
.sliderSingleElWrapper:nth-child(5) .sliderImage img{
    height:100px!important;
}
.sliderSingleElWrapper:nth-child(2) .sliderImage img{
    width:1100px!important;
}
.sliderSingleElWrapper:nth-child(5) .sliderImage img{
    width:200px!important;
}
/*Loyalty points*/
p.loyaltySliderCardTitle.ellipsis {
    color: rgb(var(--gold-bright)) !important;
}
.loyaltyLevelCards {
    display: none !important;
}

/* Betstation Promotional Banners */
.product-banner-container-bc {
    gap: 15px !important;
    padding: 10px 0 !important;
}

.product-banner-info-bc {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.product-banner-info-bc:hover {
    transform: translateY(-5px) !important;
    box-shadow: none !important;
}

.product-banner-img-bc {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 12px !important;
    transition: transform 0.3s ease !important;
}

.product-banner-info-bc:hover .product-banner-img-bc {
    transform: scale(1.05) !important;
}

/* Banner overlay effect */
.product-banner-info-bc::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    border-radius: 12px !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.product-banner-info-bc:hover::before {
    opacity: 1 !important;
}

/* Banner container responsive adjustments */
.pb-component-wrapper {
    margin: 20px 0 !important;
}

.product-banner-container-bc.col-4 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}

@media (max-width: 768px) {
    .product-banner-container-bc {
        gap: 10px !important;
    }
    
    .product-banner-info-bc {
        border-radius: 8px !important;
    }
    
    .product-banner-img-bc {
        border-radius: 8px !important;
    }
}

/* Oyun geÃ§miÅŸi â€” sabit 26px / 34px yÃ¼kseklik + info hizasÄ± Ã§akÄ±ÅŸmasÄ±nÄ± giderir */
.bigpopup .historyList-bc,
.user-profile-container .historyList-bc,
.u-i-e-p-p-content-bc.u-i-common-content.profilepage .historyList-bc {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 18px 24px 8px !important;
}

.bigpopup .historyList-bc > .historyListEl,
.user-profile-container .historyList-bc > .historyListEl,
.u-i-e-p-p-content-bc.profilepage .historyList-bc > .historyListEl {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    font-weight: 400 !important;
    overflow: visible !important;
}

.bigpopup .historyList-bc .historyListEl-list,
.user-profile-container .historyList-bc .historyListEl-list,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .historyListEl-list {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
}

.bigpopup .historyList-bc .historyListEl .competition-header-bc + div .historyListEl-list-item,
.user-profile-container .historyList-bc .historyListEl .competition-header-bc + div .historyListEl-list-item,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .historyListEl .competition-header-bc + div .historyListEl-list-item {
    height: auto !important;
    min-height: 0 !important;
}

.bigpopup .historyList-bc .historyListEl-list-item:not(.cancel-withdraw-status):not(.voucher-item),
.user-profile-container .historyList-bc .historyListEl-list-item:not(.cancel-withdraw-status):not(.voucher-item),
.u-i-e-p-p-content-bc.profilepage .historyList-bc .historyListEl-list-item:not(.cancel-withdraw-status):not(.voucher-item) {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    align-items: flex-start !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.bigpopup .historyList-bc .historyListEl-list-item:has(.historyListEl-title),
.user-profile-container .historyList-bc .historyListEl-list-item:has(.historyListEl-title),
.u-i-e-p-p-content-bc.profilepage .historyList-bc .historyListEl-list-item:has(.historyListEl-title) {
    display: grid !important;
    grid-template-columns: minmax(5rem, 18%) minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 4px !important;
    align-items: start !important;
    padding: 12px 8px 12px 4px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.bigpopup .historyList-bc .historyListEl-list-item:has(.historyListEl-title):last-of-type,
.user-profile-container .historyList-bc .historyListEl-list-item:has(.historyListEl-title):last-of-type,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .historyListEl-list-item:has(.historyListEl-title):last-of-type {
    border-bottom: none !important;
}

.bigpopup .historyList-bc .historyListEl-list-item:has(.historyListEl-title) .historyListEl-title,
.user-profile-container .historyList-bc .historyListEl-list-item:has(.historyListEl-title) .historyListEl-title,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .historyListEl-list-item:has(.historyListEl-title) .historyListEl-title {
    grid-column: 1 !important;
    flex: none !important;
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.52) !important;
    line-height: 1.4 !important;
    padding: 2px 0 0 !important;
    text-align: start !important;
}

.bigpopup .historyList-bc .historyListEl-list-item:has(.historyListEl-title) .historyListEl-info,
.user-profile-container .historyList-bc .historyListEl-list-item:has(.historyListEl-title) .historyListEl-info,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .historyListEl-list-item:has(.historyListEl-title) .historyListEl-info {
    grid-column: 2 !important;
    flex: none !important;
    flex-shrink: 1 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-inline-start: 0 !important;
    text-align: start !important;
    justify-self: stretch !important;
}

.bigpopup .historyList-bc .historyListEl-info.ellipsis,
.user-profile-container .historyList-bc .historyListEl-info.ellipsis,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .historyListEl-info.ellipsis {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: anywhere !important;
    overflow: visible !important;
    text-overflow: clip !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.92) !important;
}

.bigpopup .historyList-bc .historyListEl-info b,
.user-profile-container .historyList-bc .historyListEl-info b,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .historyListEl-info b {
    display: block !important;
    margin-top: 6px !important;
    font-weight: 700 !important;
    font-size: 1.05em !important;
    line-height: 1.35 !important;
}

.bigpopup .historyList-bc .historyListEl-id-content,
.user-profile-container .historyList-bc .historyListEl-id-content,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .historyListEl-id-content {
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    row-gap: 8px !important;
    padding: 10px 8px 6px !important;
    min-height: 0 !important;
    height: auto !important;
}

.bigpopup .historyList-bc .historyListEl-list-item-separator,
.user-profile-container .historyList-bc .historyListEl-list-item-separator,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .historyListEl-list-item-separator {
    flex-shrink: 0 !important;
    width: 100% !important;
    margin: 10px 0 !important;
}

/* Spor oyun geÃ§miÅŸi â€” game innerHTML */
.bigpopup .historyList-bc .sport-gh,
.user-profile-container .historyList-bc .sport-gh,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh {
    width: 100% !important;
    box-sizing: border-box !important;
}

.bigpopup .historyList-bc .sport-gh-picks,
.user-profile-container .historyList-bc .sport-gh-picks,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-picks {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin: 0 !important;
}

.bigpopup .historyList-bc .sport-gh-pick,
.user-profile-container .historyList-bc .sport-gh-pick,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-pick {
    margin: 0 !important;
    padding: 12px 14px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-left: 3px solid rgba(241, 189, 25, 0.6) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.92) !important;
}

.bigpopup .historyList-bc .sport-gh-pick--muted,
.user-profile-container .historyList-bc .sport-gh-pick--muted,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-pick--muted {
    border-left-color: rgba(255, 255, 255, 0.18) !important;
    color: rgba(255, 255, 255, 0.55) !important;
    font-style: italic !important;
}

.bigpopup .historyList-bc .sport-gh-summary,
.user-profile-container .historyList-bc .sport-gh-summary,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-summary {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 14px 20px !important;
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 900px) {
    .bigpopup .historyList-bc .sport-gh-summary,
    .user-profile-container .historyList-bc .sport-gh-summary,
    .u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-summary {
        grid-template-columns: 1fr 1fr !important;
    }
}

.bigpopup .historyList-bc .sport-gh-metric,
.user-profile-container .historyList-bc .sport-gh-metric,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-metric {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    min-width: 0 !important;
}

.bigpopup .historyList-bc .sport-gh-metric-label,
.user-profile-container .historyList-bc .sport-gh-metric-label,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-metric-label {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.44) !important;
}

.bigpopup .historyList-bc .sport-gh-metric-value,
.user-profile-container .historyList-bc .sport-gh-metric-value,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-metric-value {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    word-break: break-word !important;
}

.bigpopup .historyList-bc .sport-gh-status-row,
.user-profile-container .historyList-bc .sport-gh-status-row,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-status-row {
    margin-top: 16px !important;
}

.bigpopup .historyList-bc .sport-gh-status,
.user-profile-container .historyList-bc .sport-gh-status,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-status {
    display: inline-block !important;
    padding: 7px 16px !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.02em !important;
    line-height: 1.25 !important;
}

.bigpopup .historyList-bc .sport-gh-status--pending,
.user-profile-container .historyList-bc .sport-gh-status--pending,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-status--pending {
    background: rgba(241, 189, 25, 0.14) !important;
    color: #f5c84a !important;
    border: 1px solid rgba(241, 189, 25, 0.35) !important;
}

.bigpopup .historyList-bc .sport-gh-status--won,
.user-profile-container .historyList-bc .sport-gh-status--won,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-status--won {
    background: rgba(34, 197, 94, 0.16) !important;
    color: #4ade80 !important;
    border: 1px solid rgba(34, 197, 94, 0.35) !important;
}

.bigpopup .historyList-bc .sport-gh-status--lost,
.user-profile-container .historyList-bc .sport-gh-status--lost,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-status--lost {
    background: rgba(var(--gold-dark), 0.55) !important;
    color: rgb(var(--gold-mid)) !important;
    border: 1px solid rgba(var(--gold), 0.4) !important;
}

.bigpopup .historyList-bc .sport-gh-status--cancelled,
.user-profile-container .historyList-bc .sport-gh-status--cancelled,
.u-i-e-p-p-content-bc.profilepage .historyList-bc .sport-gh-status--cancelled {
    background: rgba(148, 163, 184, 0.12) !important;
    color: #cbd5e1 !important;
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
}

.popup-holder-bc.loginpopup .popup-inner-bc,
.popup-holder-bc.registerpopup .popup-inner-bc {
    background: #070707 !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(var(--gold), 0.15) !important;
}

.popup-holder-bc.loginpopup .entrance-popup-bc,
.popup-holder-bc.loginpopup .e-p-content-holder-bc,
.popup-holder-bc.loginpopup .e-p-content-bc,
.popup-holder-bc.loginpopup .e-p-body-bc,
.popup-holder-bc.registerpopup .entrance-popup-bc,
.popup-holder-bc.registerpopup .e-p-content-holder-bc,
.popup-holder-bc.registerpopup .e-p-content-bc,
.popup-holder-bc.registerpopup .e-p-body-bc {
    background: transparent !important;
}

.popup-holder-bc.loginpopup .e-p-header-bc,
.popup-holder-bc.registerpopup .e-p-header-bc {
    background: #000000 !important;
    border-bottom: 1px solid rgba(var(--gold), 0.28) !important;
}

.popup-holder-bc.loginpopup .form-sign-bc,
.popup-holder-bc.registerpopup .form-sign-bc,
.popup-holder-bc.registerpopup .reg-form-block-bc {
    background: transparent !important;
}

.popup-holder-bc.loginpopup .sg-n-text-row-1-bc,
.popup-holder-bc.registerpopup .sg-n-text-row-1-bc {
    color: rgba(255, 255, 255, 0.55) !important;
}

.popup-holder-bc.loginpopup .sg-n-text-row-2-bc,
.popup-holder-bc.registerpopup .sg-n-text-row-2-bc,
.popup-holder-bc.registerpopup .reg-step-title-v-bc {
    color: rgba(255, 255, 255, 0.92) !important;
}

.popup-holder-bc.loginpopup .sg-n-forgot-password-text,
.popup-holder-bc.loginpopup .sg-n-forgot-password,
.popup-holder-bc.registerpopup .sg-n-forgot-password-text {
    color: rgba(255, 255, 255, 0.55) !important;
}

.popup-holder-bc.loginpopup .sg-n-forgot-password:hover,
.popup-holder-bc.registerpopup .sg-n-forgot-password:hover {
    color: rgb(var(--gold-bright)) !important;
}

.popup-holder-bc.loginpopup .live-chat-adviser-bc,
.popup-holder-bc.registerpopup .live-chat-adviser-bc {
    color: rgba(var(--gold), 0.85) !important;
    text-decoration-color: rgba(var(--gold), 0.5) !important;
}

.popup-holder-bc.loginpopup .live-chat-adviser-bc:hover,
.popup-holder-bc.registerpopup .live-chat-adviser-bc:hover {
    color: rgb(var(--gold-bright)) !important;
}

.popup-holder-bc.loginpopup .e-p-close-icon-bc,
.popup-holder-bc.registerpopup .e-p-close-icon-bc {
    color: rgba(255, 255, 255, 0.65) !important;
}

.popup-holder-bc.loginpopup .e-p-close-icon-bc:hover,
.popup-holder-bc.registerpopup .e-p-close-icon-bc:hover {
    color: rgb(var(--gold-bright)) !important;
}

.popup-holder-bc.loginpopup .e-p-section-title-bc,
.popup-holder-bc.registerpopup .e-p-section-title-bc {
    color: rgba(255, 255, 255, 0.75) !important;
}

.popup-holder-bc.loginpopup .e-p-section-title-bc:hover,
.popup-holder-bc.registerpopup .e-p-section-title-bc:hover {
    color: rgb(var(--gold-bright)) !important;
}

.popup-holder-bc.loginpopup .btn.register,
.popup-holder-bc.registerpopup .btn.register {
    background: linear-gradient(135deg, rgb(var(--gold-mid)) 0%, rgb(var(--gold-deep)) 100%) !important;
    color: #0a0a0a !important;
    box-shadow: 0 4px 16px rgba(var(--gold), 0.45) !important;
    border: 1px solid rgba(var(--gold-bright), 0.35) !important;
}

.popup-holder-bc.loginpopup .btn.register:hover,
.popup-holder-bc.registerpopup .btn.register:hover {
    background: linear-gradient(135deg, rgb(var(--gold-bright)) 0%, rgb(var(--gold)) 100%) !important;
    box-shadow: 0 6px 22px rgba(var(--gold), 0.55) !important;
}

.popup-holder-bc.loginpopup .btn.a-color,
.popup-holder-bc.registerpopup .btn.a-color {
    color: #0a0a0a !important;
    background: linear-gradient(135deg, rgb(var(--gold-mid)) 0%, rgb(var(--gold-deep)) 100%) !important;
    border: 1px solid rgba(var(--gold-bright), 0.35) !important;
    box-shadow: 0 4px 14px rgba(var(--gold), 0.4) !important;
}

.popup-holder-bc.loginpopup .btn.a-color:hover,
.popup-holder-bc.registerpopup .btn.a-color:hover {
    background: linear-gradient(135deg, rgb(var(--gold-bright)) 0%, rgb(var(--gold)) 100%) !important;
    box-shadow: 0 6px 22px rgba(var(--gold), 0.5) !important;
}

.popup-holder-bc.loginpopup .checkbox-control-text-bc,
.popup-holder-bc.registerpopup .checkbox-control-text-bc {
    color: rgba(255, 255, 255, 0.75) !important;
}

.popup-holder-bc.loginpopup .checkbox-control-icon-bc,
.popup-holder-bc.registerpopup .checkbox-control-icon-bc {
    color: rgb(var(--gold-bright)) !important;
}