:root {
    --cwPrimaryColor: #000;
    --cwPrimarySoftColor: #595959;
    --cwSecondaryColor: #F3E719;
    --cwSecondarySoftColor: #D0CF63;
    --cwSecondaryDarkColor: #D4AB2C;
    --cwTaritaryColor: #fff;
    --cwSecondaryBgGradientButton: linear-gradient(0deg, #cead00, #f3ff16);
    --cwSecondaryBgGradientButtonHover: linear-gradient(180deg, #cead00, #f3ff16);
}

a {
    color: var(--cwSecondaryColor);
}

.logo::after{
    content:"";
    width:150px;
    height:100%;
    background:url(https://i.ibb.co/8LqsFBhZ/media-18747549-563bd09409f03050bf9f81960213a7bd-1.png) no-repeat;
    background-size:contain;
}
.hdr-logo-bc{
    display:none!important;
}

/*News - Announcement*/
p.informative-widget-container {
    width: 100%;
    display: flex;
    overflow: hidden;
    padding: 7px 0 0 0;
    position: relative;
    background: #000;
    justify-content: left;
    margin: 0;
    height: 24px;
}

/* Sol maske */
p.informative-widget-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 100%;
    background: inherit;
    z-index: 3;
}

/* Sağ maske */
p.informative-widget-container::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    background: inherit;
    z-index: 3;
}

/* Asıl yazı */
p.informative-widget-container span {
    display: inline-block;
    white-space: nowrap;
    padding-right: 0;
    /* şimdilik ekstra boşluk yok */
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: left;
    line-height: 1;
    animation: informative-marquee 30s linear infinite;
}

@keyframes informative-marquee {
    0% {
        transform: translateX(40%);
        /* Yazı ekranda, soldan başlar */
    }

    100% {
        transform: translateX(-100%);
        /* KENDİ genişliğinin tamamı kadar sola gider */
    }
}

.e-p-close-icon-bc.bc-i-close-remove {
    color: var(--cwSecondaryColor);
}

/*News - Announcement End*/
/*Header*/
.btn.sign-in {
    text-decoration: none !important;
    color: var(--cwSecondaryColor) !important;
    border: 2px solid var(--cwSecondaryColor) !important;
    padding: 10px !important;
    font-weight: bold !important;
}

.hdr-toggle-button-bc {
    background: var(--cwPrimaryColor) !important;
}

[class^=bc-i-], [class*=" bc-i-"] {
    color: var(--cwSecondaryColor) !important;
}

.hdr-smart-panel-holder-bc .sp-button-bc:not(.sp-button-bc:last-child) {
    border-bottom: 1px solid var(--cwSecondaryColor) !important;
}

.m-nav-info-w-container-bc .m-nav-icon-bc, .user-nav-icon {
    background: var(--cwPrimaryColor) !important;
}

.hdr-navigation-scrollable-bc-holder {
    border-top: 1px solid var(--cwSecondaryColor);
    border-bottom: 1px solid vaR(--cwSecondaryColor);
}

/*Menu Items*/
.hdr-navigation-link-bc {
    color: var(--cwTaritaryColor) !important;
}

nav.hdr-navigation-scrollable-content > a:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 0;
    width: 1px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 12%, #ffe900 50%, rgba(0, 0, 0, .25) 88%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

/*TOP Slider*/
.slider-bc .carouselCountEnable .swiper-pagination {
    color: var(--cwPrimaryColor) !important;
}
a.sdr-item-bc::after{
    content:"";
    z-index: 9999;
    display:inline-block;
    background:url(https://i.ibb.co/JFWRXz0W/merry-christmas-festival-decorative-banner-with-christmas-balls-vector.png) no-repeat;
    width: 100%;
    height:100%;
    background-size: cover;
    position:absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    animation: fadePulse 1.5s infinite ease-in-out;
}

@keyframes fadePulse {
    0%   { opacity: 1; }
    50%  { opacity: 0.3; }
    100% { opacity: 1; }
}

/*Top Jackpot Amusnet*/
.jackpot-banner:not(.jackpotBannerExpanded) .swiper {
    padding: 0 !important;
    position:relative;
}

.casinoJackpotLevelEl-bc {
    margin-top: 5px;
}

.jackpot-banner .casinoJackpotWrapper-bc {
    background:none!important;
}

.layout-content-holder-bc>.casinoJackpotWrapper-bc:before, .hm-row-bc .casinoJackpotWrapper-bc:before{
    content:""!important;
    background-image: url(https://i.ibb.co/wNX98psk/snowfall-transparent-bg.png)!important;
    background-size: cover!important;
    position:absolute;
    top:0;
    width:100%;
    height:75px;
    display:inline-block;
    z-index:10;
    opacity:.2;
}

.casinoJackpotLevelTitle-bc {
    font-size: 20px !important;
    padding: 0 !important;
    height: 27px;
    position: relative;
}

.jackpot-banner .casinoJackpotLevelPrice-bc {
    width: 70% !important;
    font-size: 32px !important;
    border-radius: 15px !important;
}

.casinoJackpotLevelInfo-bc {
    margin-top: -4px;
}

.odometer-inside span {
    background: -webkit-linear-gradient(#ffe100, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    text-shadow: 0 0 5px #ff8600 !important;
}

/*Social - Menu Items on Row*/
.product-banner-container-bc .product-banner-title-bc {
    color: var(--cwTaritaryColor) !important;
}

/*Product banner*/
.product-banner-info-bc{
    position:relative;
}

.hm-row-bc:nth-child(4) .product-banner-info-bc::before{
    content:"";
    background:url(https://i.ibb.co/7tHsm0hc/Varl-k-3.png) no-repeat;
    background-size: cover;
    width:100%;
    height:15px;
    position:absolute;
    top:-5px;
    z-index:1;
}

/*Casino Games on Home*/

/*Titles*/
.view-see-more {
    display: none !important;
}

.page-view-more {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 15px !important;
}

.page-view-more:before,
.page-view-more:after {
    content: "";
    height: 1px;
    width: 100%;
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(196, 192, 61, 1) 50%,
            rgba(0, 0, 0, 0) 100%
    );
}

.view-title-more {
    flex: none !important;
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px !important;
    font-weight: 200;
    font-family: "Yantramanav", serif;
    filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
    animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

/*Casino Items*/
.casino-game-item-content,
.casinoGameItemContent {
    height: calc(100% + 1px) !important;
    width: calc(100% + 1px) !important;
    padding: 2px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, #D9C707 48%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
}

.btn.a-outline,
.button.outlined {
    border: 2px solid var(--cwSecondaryColor) !important;
    color: var(--cwSecondaryColor) !important;
    background: rgba(0, 0, 0, .7) !important;
}

/*Pre Matchs*/
.swiper-slide:has(.ftr-g-i-b-time-bc){
    background: #D02D23!important;
}

.ftr-game-item-bc::after{
    content:"";
    background-image: url(https://i.ibb.co/PGpMfqTM/realistic-santa-claus-christmas-mask.png);
    background-size:contain!important;
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .2;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.ftr-game-item-bc{
    background-image:none!important;
    background: #D02D23!important;
}
div.popular-matches-bc.upcoming-games .pm-body-bc {
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 20px;
    box-shadow: 0 0 7px #000;
    border-radius: 10px
}

div.popular-matches-bc.upcoming-games .pm-body-bc::-webkit-scrollbar {
    -webkit-appearance: none
}

div.popular-matches-bc.upcoming-games .pm-body-bc::-webkit-scrollbar:vertical {
    width: 15px
}

div.popular-matches-bc.upcoming-games .pm-body-bc::-webkit-scrollbar-thumb {
    background-color: var(--cwPrimaryColor);
    border-radius: 10px;
    border: 2px solid var(--cwPrimarySoftColor);
}

div.popular-matches-bc.upcoming-games .pm-body-bc::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: var(--cwPrimarySoftColor);
}

.ftr-g-i-head-bc {
    border-bottom: 1px solid var(--cwSecondaryColor);
}

.market-odd-bc {
    font-size: 14px !important;
    font-weight: bold !important;
}

/*Footer*/
.footerWrapper::before{
    content:"";
    background:url(https://i.ibb.co/5NbcNgL/elegant-happy-new-year-2026.png) no-repeat;
    width:100%;
    display:inline-block;
    height:70%;
    background-size:contain;
    position:absolute;
    top:0;
    opacity:.2;
}

.footerSocialLink a i {
    flex: none !important;
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 200;
    font-family: "Yantramanav", serif;
    filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
    font-size: 25px;
}

.footerLinkColTitle {
    color: var(--cwSecondaryColor) !important;
    width: auto !important;
    padding-bottom: 2px;
}

.footerLinkColEl a {
    color: var(--cwTaritaryColor) !important;
}

.footerWrapper .sliderTitle {
    color: var(--cwTaritaryColor);
    font-size: 12px !important;
    padding-bottom: 10px;
    display: flex;
    gap: 10px;
    width: auto;
    flex-direction: column;
}

.footerWrapper .sliderTitle:before,
.footerWrapper .sliderTitle:after {
    content: "";
    height: 5px;
    width: 100%;
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(196, 192, 61, 1) 50%,
            rgba(0, 0, 0, 0) 100%
    );
}

/*Register - Login*/
#login_button_id {
    color: var(--cwSecondaryColor);
    text-decoration: none;
    font-weight: bold;
    padding: 7px;
    border: 1px solid;
}

.sg-n-text-row-1-bc {
    display: none;
}

.sg-n-text-row-2-bc {
    text-align: center;
    width: 100%;
    display: inline-block !important;
    color: var(--cwSecondaryColor) !important;
    font-weight: bold;
    letter-spacing: 1.1px;
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Yantramanav", serif;
    filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
    margin: 20px 0 !important;
}

.reg-step-title-v-bc {
    margin-bottom: 0 !important;
    color: var(--cwSecondaryDarkColor) !important;
}

.form-control-textarea-bc, .form-control-input-bc, .form-control-select-bc, .form-control-fine-name-bc, .form-control-label-file-bc {
    border: 1px solid var(--cwSecondaryColor) !important;
}

.form-control-bc.invalid .form-control-input-bc, .form-control-bc.invalid .form-control-textarea-bc {
    border: 1px solid rgba(var(--oc-3), 1) !important;
}

.checkbox-control-input-bc:checked ~ .checkbox-control-icon-bc:before {
    color: black;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    background: #080600 !important;
}

.sg-n-forgot-password {
    color: var(--cwSecondaryColor);
    border: 2px solid var(--cwSecondaryColor);
    padding: 10px;
}

.form-control-title-bc {
    color: var(--cwSecondaryColor) !important;
}

/*Loaylty Staff*/
.loyaltyBonusImg {
    display: none;
}

/*Profile Menu*/
.u-i-p-p-u-i-avatar-holder-bc {
    display: none;
}

.u-i-p-p-u-i-d-username-bc {
    font-size: 15px !important;
}

.u-i-p-a-content-bc:before {
    background: none !important;
    opacity: 1 !important;
}

.u-i-p-a-content-bc:after {
    opacity: .4 !important;
    color: var(--cwSecondaryColor);
}

.u-i-p-amounts-bc.withdrawable .u-i-p-a-content-bc {
    background: #1A1A1A !important;
}

.u-i-p-amounts-bc.bonuses .u-i-p-a-content-bc {
    background: #1A1A1A !important;
}

.u-i-p-a-c-icon-bc {
    color: white !important;
    opacity: 1 !important;
}

[dir=ltr] .u-i-p-a-loyaltyPoint-bc {
    background-image: radial-gradient(circle at -14% 113%, #faf0a0, #ecdf0a) !important;
}

.u-i-p-a-loyaltyPoint-bc p, .u-i-p-a-loyaltyPoint-bc span {
    color: var(--cwPrimaryColor);
    font-weight: bold;
    letter-spacing: 1.2px;
}

/*Main Menu*/
.m-nav-title-content-bc {
    text-align: center;
    width: 100%;
    color: var(--cwSecondaryColor) !important;
    font-weight: bold;
    letter-spacing: 2px;
}