/* =========================================================
   BETCO EXTRA CSS — KIRMIZI-SİYAH TEMA (Premium)
   Kod Yazarı: CREALABAGENCY
   İletişim: t.me/crealabagency
   ========================================================= */

/* =========================================================
   1) CSS VARIABLES & ROOT SETTINGS
   ========================================================= */
:root {
    --desktop-header-height: 100px !important;
    --hero: 177, 34, 29 !important;
    --header: 46, 0, 0 !important;
}

/* =========================================================
   2) FONT IMPORT & GLOBAL TYPOGRAPHY
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

* {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600 !important;
}

/* =========================================================
   3) LAYOUT & BACKGROUND STYLES
   ========================================================= */
.layout-bc {
    background: linear-gradient(140deg, #000000 0%, #1a0000 25%, #2d0000 50%, #1a0000 75%, #000000 100%) !important;
    background-attachment: fixed !important;
}

.layout-footer-holder-bc {
    background: linear-gradient(140deg, #060405 0%, #170106 50%, #2a0c17 75%, #210107 100%) !important;
}

.is-home-page .layout-content-holder-bc {
    transform: scale(0.95) !important;
    transform-origin: top center !important;
    margin-bottom: -100px !important;
}

/* =========================================================
   4) HEADER STYLES
   ========================================================= */
.header-bc {
    background: linear-gradient(140deg, #000000 0%, #1a0000 30%, #3d0000 60%, #2d0000 80%, #000000 100%) !important;
}

.layout-header-holder-bc {
    box-shadow: none !important;
    border-bottom: 1px solid rgba(206, 54, 49, .2) !important;
}

.hdr-logo-bc {
    max-width: 225px !important;
    padding: 4px 0;
    margin-left: 20px !important;
}

/* =========================================================
/* 5) NAVIGATION MENU STYLES
   ========================================================= */
.nav-content-bc {
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-content-menu {
    height: 60px !important;
    background: linear-gradient(120deg, #2d0000 0%, #1a0000 50%, #0a0000 100%) !important;
    display: flex;
    margin-top: 2px !important;
    justify-content: center;
    border-radius: 15px !important;
    width: calc(100% - 70px);
    position: relative;
    top: -5px;
    border: 1px solid rgba(206, 54, 49, .2) !important;
}

.nav-menu-container.header-navigation:first-child {
    background: none !important;
    padding-top: 2px !important;
    border-radius: 10px !important;
}

.nav-menu-container .nav-menu,
.nav-menu-container .nav-menu-other {
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important; /* 16px'den 8px'e düşürüldü */
    align-items: center !important;
    flex-wrap: wrap !important;
}

.nav-menu-other {
    margin-right: 20px !important;
}

.nav-menu-other:after {
    display: none !important;
}
[class*=is-web] .footerSocialLink {
    display: none !important;
}

/* Menu Items */
.nav-content-bc .nav-menu-container.header-navigation:first-child .nav-menu > li > .nav-menu-item,
.nav-content-bc .nav-menu-container.header-navigation:first-child .nav-menu-other > .nav-menu-item {
    font-size: 13px !important;
    font-weight: normal !important;
    height: 55px !important;
    color: #ffffff !important;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 18px 0px 18px !important;
    margin: 0 3px !important; /* 6px'den 3px'e düşürüldü */
    border-radius: 8px !important;
    transition: all .3s ease !important;
    position: relative !important;
    min-width: fit-content !important;
}

.nav-content-bc .nav-menu-container.header-navigation:first-child .nav-menu > li:hover > .nav-menu-item,
.nav-content-bc .nav-menu-container.header-navigation:first-child .nav-menu-other:hover > .nav-menu-item {
    background: linear-gradient(135deg, rgba(206, 54, 49, .9) 0%, rgba(163, 24, 19, .9) 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(206, 54, 49, .4) !important;
}

.nav-content-bc .nav-menu-container.header-navigation:first-child .nav-menu > li > .nav-menu-item.active,
.nav-content-bc .nav-menu-container.header-navigation:first-child .nav-menu-other > .nav-menu-item.active {
    background: linear-gradient(135deg, rgba(206, 54, 49, 1) 0%, rgba(163, 24, 19, 1) 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(206, 54, 49, .5), 0 4px 12px rgba(206, 54, 49, .5) !important;
}

/* Icon Wrappers */
.nav-menu-container .nav-menu > li > .nav-menu-item > .CMSIconSVGWrapper,
.nav-menu-container .nav-menu-other > .nav-menu-item > .CMSIconSVGWrapper {
    background: linear-gradient(140deg, #3d0000 0%, #4d0000 50%, #3d0000 75%, #3d0000 100%) !important;
    border-radius: 100% !important;
    padding: 4px !important;
    width: 34px !important;
    height: 34px !important;
    border: 1px solid rgba(206, 54, 49, .3) !important;
    transition: all .3s ease !important;
    margin-right: 6px !important;
}

.nav-menu-container .nav-menu > li:hover > .nav-menu-item > .CMSIconSVGWrapper,
.nav-menu-container .nav-menu-other:hover > .nav-menu-item > .CMSIconSVGWrapper {
    background: linear-gradient(140deg, rgba(206, 54, 49, .9) 0%, rgba(163, 24, 19, .9) 100%) !important;
    border-color: rgba(206, 54, 49, .6) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 0 12px rgba(206, 54, 49, .5) !important;
}

.CMSIconSVGWrapper > svg {
    width: 70% !important;
    max-height: 100%;
    transition: all .3s ease !important;
    filter: brightness(1.1) !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu-other > .nav-menu-item > i,
.nav-menu-container.header-navigation:first-child .nav-menu > li > .nav-menu-item > i:not(.nav-menu-sub-arrow) {
    font-size: 20px !important;
    color: #ffffff;
    background: #3d0000;
    width: 38px !important;
    height: 38px !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(206, 54, 49, .3) !important;
    transition: all .3s ease !important;
    margin-right: 6px !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu > li:hover > .nav-menu-item > i:not(.nav-menu-sub-arrow),
.nav-menu-container.header-navigation:first-child .nav-menu-other:hover > .nav-menu-item > i {
    background: rgba(206, 54, 49, .9) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 0 12px rgba(206, 54, 49, .5) !important;
}

/* Sub Menu */
.nav-content-bc .nav-menu-container .nav-menu-sub {
    background: linear-gradient(180deg, rgba(0, 0, 0, .98) 0%, rgba(13, 0, 0, .98) 100%) !important;
    border: 1px solid rgba(206, 54, 49, .3) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .6) !important;
    padding: 8px !important;
    margin-top: 8px !important;
}

.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item {
    padding: 10px 14px !important;
    margin: 2px 0 !important;
    border-radius: 8px !important;
    transition: all .2s ease !important;
    background: linear-gradient(to right, rgba(61, 0, 0, .4), rgba(206, 54, 49, .1)) !important;
    border-left: 2px solid transparent !important;
}

.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item:hover {
    transform: translateX(4px) !important;
    background: linear-gradient(to right, rgba(206, 54, 49, .2), rgba(206, 54, 49, .05)) !important;
    border-left-color: rgba(206, 54, 49, .6) !important;
    color: #ffffff !important;
}

.nav-menu-container .nav-menu-sub .nav-menu-item:hover:before {
    background: rgba(240, 206, 70, .3) !important;
}
a[aria-label="Satış Ortağı"] span {
  font-size: 0;
}

a[aria-label="Satış Ortağı"] span::after {
  content: "Ortaklık";
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

/* =========================================================
   6) BUTTON STYLES
   ========================================================= */
.btn.a-color {
    background: #3d0000 !important;
    color: #ffffff !important;
    transition: all .3s ease !important;
}

.btn.a-color:hover {
    background: rgba(206, 54, 49, .9) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(206, 54, 49, .4) !important;
}

.hdr-user-bc .sign-in {
    width: 72px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-image: linear-gradient(232deg, rgba(18, 94, 49, .9) 97%, rgba(117, 41, 255, .3) -1%) !important;
    text-decoration: none !important;
    font-size: 11px !important;
    font-weight: 500;
    color: #000000 !important;
    padding: 0 !important;
    transition: all .3s ease !important;
}

.hdr-user-bc .sign-in:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(18, 94, 49, .4) !important;
}

button.btn.sign-in:before {
    content: '';
    background-image: url(https://festimg.xyz/gone/giris.png);
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    margin-right: 5px;
    display: inline-block;
}

.btn.register,
.btn.btn-color {
    width: 72px !important;
    height: 30px !important;
    display: flex;
    background: linear-gradient(to top, rgba(59, 116, 174, .9) 0%, rgba(103, 116, 152, .9) 100%) !important;
    border-radius: 5px !important;
    background-size: 200% auto;
    color: #fff !important;
    font-size: 11px !important;
    transition: all .3s ease !important;
    align-items: center;
    justify-content: center;
}

.btn.register:hover,
.btn.btn-color:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(59, 116, 174, .4) !important;
}

button.btn.register:before {
    content: '';
    background-image: url(https://festimg.xyz/gone/kayit.png);
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    margin-right: 5px;
    display: inline-block;
}

.btn.s-small.sign-in {
    width: 72px !important;
    height: 30px !important;
    display: flex;
    background: linear-gradient(-90deg, rgb(24, 90, 6) 0%, rgb(24, 115, 67) 100%) !important;
    border-radius: 5px !important;
    background-size: 200% auto;
    color: #fff !important;
    text-decoration: none !important;
    animation: blinker 2s linear infinite;
    align-items: center;
    justify-content: center;
}

@keyframes blinker {
    50% { 
        opacity: 0.7; 
    }
}

a.deposit-btn.btn.a-color.header-icon-text {
    background-color: #24bb66 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    transition: background-color 0.3s ease !important;
}

#login_button_id {
    display: inline-block;
    background-color: #e50914;
    color: white !important;
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    border: none;
    transition: background-color 0.25s ease, transform 0.25s ease;
    text-decoration: none !important;
}

/* =========================================================
   7) HOMEPAGE ROWS & SLIDER STYLES
   ========================================================= */
.hm-row-bc:nth-child(2) {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.hm-row-bc:nth-child(3) {
    margin-top: 0px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.hm-row-bc:nth-child(8) {
    display: none !important;
}

.sdr-item-bc:only-child {
    border-radius: 20px !important;
}

.sdr-item-bc:before {
    display: none !important;
}

div.layout-bc:first-of-type > div.layout-content-holder-bc:nth-of-type(3) > div.hm-row-bc:nth-child(3) > div.pb-component-wrapper:only-child > div.slider-bc:only-child > div.carousel:only-child > div.carousel-viewport:only-child > div.carousel-container:only-child > div.carousel-slide:only-child > div.sdr-item-holder-bc:only-child > a.sdr-item-bc:only-child > div.sdr-iframe-holder-bc:only-child {
    max-height: 130px !important;
}

.sdr-iframe-backface-bc {
    max-height: 130px !important;
}

/* Scrollable Banner Sections */
.hm-row-bc:nth-of-type(6),
.hm-row-bc:nth-of-type(13),
.hm-row-bc:nth-of-type(5) {
    border-radius: 50px !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    margin-right: 1px !important;
}

.hm-row-bc:nth-of-type(6) .product-banner-container-bc,
.hm-row-bc:nth-of-type(13) .product-banner-container-bc,
.hm-row-bc:nth-of-type(5) .product-banner-container-bc {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    gap: 0 !important;
    padding: 10px !important;
    padding-bottom: 40px !important;
    scroll-behavior: smooth !important;
}

.hm-row-bc:nth-of-type(6) .product-banner-bc,
.hm-row-bc:nth-of-type(13) .product-banner-bc,
.hm-row-bc:nth-of-type(5) .product-banner-bc {
    min-width: 180px !important;
    transform: scale(1) !important;
    transition: transform .3s ease, opacity .3s ease !important;
}

.hm-row-bc:nth-of-type(6) .product-banner-bc:hover,
.hm-row-bc:nth-of-type(13) .product-banner-bc:hover,
.hm-row-bc:nth-of-type(5) .product-banner-bc:hover {
    transform: scale(1.1) !important;
    opacity: .8 !important;
}

.hm-row-bc:nth-of-type(6) .product-banner-container-bc a,
.hm-row-bc:nth-of-type(13) .product-banner-container-bc a,
.hm-row-bc:nth-of-type(5) .product-banner-container-bc a {
    border-radius: 40px !important;
    padding: 5px !important;
}

/* Custom Scrollbar for Banner Sections */
.hm-row-bc:nth-of-type(6) .product-banner-container-bc::-webkit-scrollbar,
.hm-row-bc:nth-of-type(13) .product-banner-container-bc::-webkit-scrollbar,
.hm-row-bc:nth-of-type(5) .product-banner-container-bc::-webkit-scrollbar {
    width: 8px !important;
    height: 6px !important;
}

.hm-row-bc:nth-of-type(6) .product-banner-container-bc::-webkit-scrollbar-track,
.hm-row-bc:nth-of-type(13) .product-banner-container-bc::-webkit-scrollbar-track,
.hm-row-bc:nth-of-type(5) .product-banner-container-bc::-webkit-scrollbar-track {
    background: #46464624 !important;
}

.hm-row-bc:nth-of-type(6) .product-banner-container-bc::-webkit-scrollbar-thumb,
.hm-row-bc:nth-of-type(13) .product-banner-container-bc::-webkit-scrollbar-thumb,
.hm-row-bc:nth-of-type(5) .product-banner-container-bc::-webkit-scrollbar-thumb {
    background: #821926 !important;
    border-radius: 10px !important;
    transition: background-color .3s ease, transform .2s ease !important;
}

.hm-row-bc:nth-of-type(6) .product-banner-container-bc::-webkit-scrollbar-thumb:hover,
.hm-row-bc:nth-of-type(13) .product-banner-container-bc::-webkit-scrollbar-thumb:hover,
.hm-row-bc:nth-of-type(5) .product-banner-container-bc::-webkit-scrollbar-thumb:hover {
    background: #b81530 !important;
    transform: scale(1.1) !important;
}

/* =========================================================
   8) CAROUSEL & SLIDER STYLES
   ========================================================= */
.popup-holder-bc .slider-bc {
    position: relative !important;
}

.popup-holder-bc .carousel-count-arrow-container.with-count {
    display: none !important;
}

.carousel-viewport {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

.carousel-custom-arrow {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 80px !important;
    background: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
    font-size: 48px !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 99999 !important;
    user-select: none !important;
    pointer-events: auto !important;
    transition: all .3s ease !important;
}

.carousel-custom-arrow:hover {
    background: rgba(206, 54, 49, .8) !important;
    width: 90px !important;
}

.carousel-arrow-left {
    left: 0 !important;
    border-right: 2px solid rgba(206, 54, 49, .5) !important;
}

.carousel-arrow-right {
    right: 0 !important;
    border-left: 2px solid rgba(206, 54, 49, .5) !important;
}

.carousel-arrow-left,
.carousel-arrow-right {
    opacity: 0.4 !important;
    color: #ffffff80 !important;
    transition: all 0.3s ease-in-out !important;
    transform: scale(1) !important;
}

.carousel-arrow-left:hover,
.carousel-arrow-right:hover {
    opacity: 1 !important;
    color: #ffffff !important;
    transform: scale(1.3) !important;
}

/* =========================================================
   9) CASINO GAME STYLES
   ========================================================= */
.casino-horizontal-sl-list-bc .horizontal-sl-item-bc.active,
.promotion-horizontal-sl-list-bc .horizontal-sl-item-bc.active {
    color: #00ADFF;
    background: unset !important;
    font-size: 16px !important;
    border-bottom: 1px solid #da0043;
    border-radius: 0px !important;
}

.horizontal-sl-title-bc {
    font-size: 19px !important;
    text-transform: capitalize !important;
}

.horizontal-sl-item-bc:not(:empty) {
    background: unset !important;
}

img.casino-game-item-image-bc {
    aspect-ratio: 1;
    border-radius: 15px;
    border: 2px solid #ef343a;
    padding: 2px;
    mask: conic-gradient(#000 0 0) content-box, linear-gradient(calc(mod(var(--a), 180deg)* var(--i) + var(--_a, 45deg)), #0000 30%, #000 40% 60%, #0000 70%) subtract, conic-gradient(#000 0 0) padding-box;
    cursor: pointer;
    --i: 1;
    transition: --i 1s, --a 300s linear;
}

.casino-game-item {
    background: none !important;
}

@property --a {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@property --i {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

.casinoGameItemImage {
    aspect-ratio: 1;
    border-radius: 15px;
    border: 2px solid #da0043;
    padding: 2px;
    mask: conic-gradient(#000 0 0) content-box, linear-gradient(calc(mod(var(--a), 180deg)* var(--i) + var(--_a, 45deg)), #0000 30%, #000 40% 60%, #0000 70%) subtract, conic-gradient(#000 0 0) padding-box;
    cursor: pointer;
    --i: 1;
    transition: --i 1s, --a 300s linear;
}

.page-view-more {
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
    justify-content: center !important;
}

.hm-row-bc > .pb-component-wrapper > .games-content > .page-view-more {
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
    justify-content: center !important;
    border-radius: 10px !important;
}

/* =========================================================
   10) POPUP & MODAL STYLES
   ========================================================= */
.promotion-details-popup.windowed .popup-inner-bc {
    width: 90% !important;
    max-width: 1000px !important;
    height: 85vh !important;
    border-radius: 20px !important;
}

.popup-inner-bc {
    border-radius: 40px !important;
    border-bottom: 1px solid #a31813b3 !important;
    border-top: 1px solid #a31813b3 !important;
    border-left: 1px solid #a31813b3 !important;
    border-right: 1px solid #a31813b3 !important;
    box-shadow: 0px -2px 40px #a31813b3 !important;
    background: #101010 !important;
}

.overlay-header {
    background: linear-gradient(10deg, rgb(21, 21, 22) 0%, rgb(59, 59, 60) 50%, rgb(21, 21, 22) 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
    height: 60px !important;
    line-height: 80px !important;
}

.back-nav-title-bc,
.back-nav-title-bc-h1 {
    margin: 0 8px !important;
    color: rgba(var(--b-sc), 1) !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* =========================================================
   11) FOOTER STYLES
   ========================================================= */
.footerLogoBlock {
    flex: 1 1 250px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
}

.footerLogoBlock::before {
    content: "";
    background-image: url('https://cms.kgacaiyfa8yfay.com/storage/medias/vipslot-18752273/media_18752273_e134f0a4b04ed37935268225e894ddb3.png');
    background-repeat: no-repeat;
    background-size: 100px auto;
    width: 120px;
    height: 45px;
    margin-bottom: 10px;
    display: block;
}

.footerLinksSection::before {
    content: url('/logo.png?v=1761674726') "\A" "\GANYNABET'E HOŞ GELDİNİZ\A" "Uluslararası Güvenlik Standartları, Anında Ödeme Garantisi, 7/24 Destek";
    white-space: pre-line;
    display: block;
    transform: scale(0.7) !important;
    max-width: 900px;
    margin: 0 0 20px 20px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    transform-origin: top left !important;
    margin-top: 30px !important;
    margin-left: 20px !important;
    margin-bottom: 20px !important;
}

.footerLinksSection::before img {
    display: none !important;
}

.footerLinkCols {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    width: 100%;
    margin: 40px auto 0 auto;
}

.footerLinkCol {
    flex: 1 1 180px;
    max-width: 220px;
    padding: 10px;
    box-sizing: border-box;
}

.footerLinkColTitle {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    color: white !important;
    word-break: break-word !important;
}

.ftr-copy-rights-bc p:not(:has(a)) {
    display: none !important;
}

.ftr-copy-rights-bc {
    display: block !important;
    font-size: 13px !important;
    color: white !important;
    text-align: left !important;
    padding: 10px 15px;
    line-height: 1.6;
}

.ftr-copy-rights-bc a {
    color: #ef343a !important;
    text-decoration: underline !important;
}

/* =========================================================
   12) LEFT MENU & SIDEBAR STYLES
   ========================================================= */
.left-menu-container {
    background: transparent !important;
}

.ss-input-bc {
    background: transparent !important;
}

.ss-icon-holder-bc {
    background: transparent !important;
}
.sportsbook .sgm-market-search {
    background: transparent !important;
}
.betslip-bonus-info {
    background: transparent !important;
}
.bs-inputs-bc {
    background: transparent !important;
}
.HeaderWidget_header__uD5JM {
    background-color: #4b3333 !important;
}
.hdr-smart-panel-holder-bc {
    background: rgb(36 0 0) !important;
   }
.left-menu-scroll > .sp-sub-list-bc.active > .sp-s-l-head-bc {
    background: transparent !important;
}
.market-bc.active
 {
    background: rgb(172 31 26) !important;
}
.casino-info-block .main-tabs-bc .tab-bc.active {
    background: rgb(172 31 26) !important;
}
.left-menu-container .second-tabs-bc .tab-bc:hover, .left-menu-container .second-tabs-bc .tab-bc.active
    background: rgb(172 31 26);
}
.sportsbook .sgm-market-search {
    background: transparent !important;
}
.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-wrp>.sp-s-l-b-content-bc>.sp-sub-list-bc .sp-s-l-b-content-bc {
    background: transparent !important;
}
.hm-row-bc .casinoJackpotWrapper-bc:not(.VGS,.PSN,.DLV,.EGT,.RTG,.APG):before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXcAAAMYCAMAAAAHI1dqAAAAaVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8G612AAAAI3RSTlMAAwYKDRATGSAWKiaTPyOFfh1bMTkuT0cbVJAVYos1l3RtaCkfz+wAAAqkSURBVHja7N3ZktowEIVhuluS943F2AxL4P0fMgOZVO6mKgUjR5P/45IqLo5bkrUUWuFviKzikPcPPoh5ixKHiKoKyX/QbJPr6suJqJkzI/kPOjSVrb6aqLlQFEVwqgR/J/bmX5KE2qdf+qzdbXZ54cj9peOq+PKzcndZuV8f100VTFd4HSmazxpVaPfX7tTdmoyCfymx6bPevditu/pS93PujdxjdVfqis3xdLnU3bol92hE7a18r/f60I/Ue0RiPm9ufdcft/TvEYm6omrm9bhtg5F7PGIuZHk7ZJ7YYxJVc957R+xxiYiamQrrM7GJEDoAAP8oRullWJZ7go/P7ZqJLZT4bGqp9wWIsmMIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8tUce1ZwvQrOTPsBdgeVORe3zih0A/swAumQCAryXcurcAEVFVLpmMTETNOWemBB+RiDpfZNmbdwQfzSP2kO+253IIXFYezz32tlnfbvOZy/kjEvXZ+difTv28Kyj4aMR8vv9xqOvDdZuRezRivt33h/py+NFM5B6NqB+a66muu+OZeo9H1BXleO37274KjthjETE/7Zpx3FYZu24RiZov8rYdCm90MxGJmvPBe/dk7Dyzvw5ezUyfWSWQ31bPe+ZHErtpXR6efXKPZ/eC99olR/fH0mwq61S/eqoiPN1VvZOsKd1qEX8KSJMY6ETuI3O5KfPC2bOlIsWmtdVSfq3NJrIyK+qKqlkf56Z6e37mteQZMlEL5X5fpvFmJ+bz5tqdulszeJOEx1VRN42n05jGxF0slHNX14d+rkLSUy9RN8yHw5ylUO9yz319qi91ty5Tz93Cbp53IYXc7/Vezf3hvd7HxOt9JebCNIRExlXzw/bYd/1xOyW+ZSWq5pwlUe6P1tlux3k852k00G8y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), radial-gradient(circle at 56% 100%, rgb(172 31 26), #000000b3) !important;
}
[class*=is-web] .sgm-market-g-h-fav-icon-wrapper {
    background: transparent !important;
}

.sportsbook-container.multi-column-view .multi-column-resize-block {
    background: transparent !important;
}
.nav-menu-container.header-navigation:nth-child(2) {
    background: transparent !important;
}
.casinoProviderRow {
    background: transparent !important;
}
[class*=is-web] .casinoCategoryChooserContainer {
    background: transparent !important;
}
[class*=is-web] .searchInputWrp {
    background-color: transparent !important;
}

.casinoGameListBlockHeader {
    background-color: transparent !important;
}
[class*=is-web] .casinoCategoryChooserContainer .horizontalCategoryItemWrp:hover:before, [class*=is-web] .casinoCategoryChooserContainer .horizontalCategoryItemWrp.active:before, [class*=is-web] .casinoCategoryChooserContainer .horizontalCategoryItemWrp:active:before {
    background: radial-gradient(circle at 50% 86%, rgb(175 32 27), rgb(185 34 34 / 29%), rgb(167 31 31 / 0%), rgba(var(--b-sc), 0));
}
[class*=is-web] .casinoCategoryChooserContainer .horizontalSliderWrapper {
    background: transparent !important;
    border-radius: var(--border-radius-big);
    border: 1px solid rgba(var(--b-sc), .15);
}

/* =========================================================
   13) PROMOTIONS & WIDGETS
   ========================================================= */
.promotionsListEl-bc:hover .promotionsArticleThumbnail-bc {
    transform: scale(1) !important;
}

.has-Ortak-Widget {
    display: none !important;
}

[class*="is-web"] .storiesWidgetWrapper:not(.portraitView) {
    display: none !important;
}

.loyaltyBonusHeaderText {
    display: none !important;
}

.loyaltyBonusHeader {
    display: none !important;
}

/* =========================================================
   14) SLIDER IMAGES
   ========================================================= */
.sliderImage img {
    filter: none !important;
    opacity: 1 !important;
    transition: transform 0.3s ease;
    width: auto;
    height: auto;
    max-height: 60px;
}

.sliderImage img:hover {
    transform: scale(1.05);
}

.sliderImage img[src*="media_18752273_e134f0a4b04ed37935268225e894ddb3.png"] {
    display: none !important;
}

.sliderSingleElWrapper img[src*="media_18752273_6b1d7f7b9c4bb35bd75a8007813604fe.png"] {
    height: 100px !important;
    width: auto !important;
    max-height: none !important;
    display: block !important;
    margin: 0 auto !important;
}

/* =========================================================
   15) SCROLLBAR STYLING
   ========================================================= */
*::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(206, 54, 49, .7), #a31813b3) !important;
    border-radius: 999px !important;
    border: 2px solid rgba(0, 0, 0, .3) !important;
}

*::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(206, 54, 49, .9), rgba(163, 24, 19, .9)) !important;
}

*::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .3) !important;
    border-radius: 999px !important;
}

/* =========================================================
   16) UTILITY STYLES
   ========================================================= */
*:focus-visible {
    outline: 2px solid rgba(206, 54, 49, .6) !important;
    outline-offset: 2px !important;
    border-radius: 4px !important;
}

a, button, .nav-menu-item, .btn {
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

::selection {
    background: rgba(206, 54, 49, .3) !important;
    color: #ffffff !important;
}

::-moz-selection {
    background: rgba(206, 54, 49, .3) !important;
    color: #ffffff !important;
}

/* =========================================================
   17) RESPONSIVE STYLES
   ========================================================= */
@media (max-width: 768px) {
    .footerLinksSection {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footerLinkCols {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px 10px !important;
        justify-items: center !important;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px auto;
    }

    .footerLinkCol {
        flex: 0 0 48% !important;
        max-width: 48% !important;
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box;
    }

    .footerLinkColTitle {
        font-size: 16px !important;
        margin-bottom: 8px;
        text-align: center !important;
    }

    .footerLinkCol ul,
    .footerLinkCol li {
        text-align: center !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .footerLogoBlock {
        align-items: center !important;
        margin-bottom: 20px;
    }

    .footerLogoBlock::after {
        text-align: center !important;
    }

    .sliderImage img {
        max-height: 50px !important;
        padding: 10px !important;
        margin: 0 auto !important;
        display: block !important;
    }
}

.e-p-header-bc {background: rgb(1 10 20 / 0%) !important;}

.sg-n-text-row-1-bc::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 10px auto;

  background-image: url("https://i.hizliresim.com/1p5lbfl.png");
  
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sg-n-text-row-1-bc, .sg-n-text-row-2-bc, .sg-n-forgot-password-text, .reg-step-title-v-bc {
  text-align: center!important;
}

.reg-form-block-bc:has(.slider-bc) .entrance-form-content-bc {
    height: 580px !important;
}

#base_popup_id > div > div.my-profile-info-block.deposit-page > div.dep-w-info-bc > div.m-block-nav-items-bc > div.m-nav-items-list-item-bc> p {
	display: none!important;
}


.overlay-header {
     /* background: linear-gradient(90deg, rgb(34 34 34) 0%, rgb(215 224 208) 50%, rgb(34 34 34) 100%) !important; */
     display: flex;
     align-items: center;
     justify-content:center !important;
     height: 60px !important;
     font-size:20px!important;
     font-weight: 1500 !important;
     line-height: 80px !important;
}
.back-nav-title-bc,.back-nav-title-bc-h1 {
    margin: 0 8px !important;
    color: rgb(255 255 255) !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.popup-holder-bc .form-control-bc .form-control-label-bc::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #cdb7e1 !important;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 1;
  border-radius: 12px;
  opacity: 0.6;
}
.popup-holder-bc .form-control-bc .form-control-label-bc {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.popup-holder-bc .form-control-bc .form-control-input-bc,
.popup-holder-bc .form-control-bc .form-control-select-bc {
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 12px;
  background: #575757 !important;
  /* opacity: 0.6; */
}
.popup-holder-bc .form-control-bc .form-control-label-bc::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -25px;
  width: 26px !important;
  height: 32px !important;
  border-radius: 100% !important;
  background: #ffffff !important;
  filter: blur(13px);
}

.reg-step-title-v-bc {
    display: none !important;
}


.informative-widget-link {
    background: linear-gradient(-180deg, rgb(25 17 18 / 64%), rgb(24 8 11)) !important;
    border-radius: 10px 10px 0px 0px !important;
    border-top: 2px solid rgb(218 0 67) !important;
}

img[src*="media_18762105_8da6852b2927e98cb0b634d223d2719f"] {
  content: url("https://i.hizliresim.com/k4zula3.png");
}

img[src*="media_18762105_d60bc011dcffca2524f878ddfbd442b8"] {
  content: url("https://i.hizliresim.com/r15fc70.png");
}
img[src*="/media_18762105_f7218f67c96aa9b1880b91241d8b71d8"] {
  content: url("https://i.hizliresim.com/i99eyd9.png");
}



/* =========================================================
   KOD YAZARI: CREALABAGENCY
   İletişim: t.me/crealabagency
   ========================================================= */