:root{

  --mobile-header-navigation-height: 50px !important;
  
}

.header-icon > img {
  width: 20px !important;
  box-shadow: 0 0 12px #f1bd1900, 0 0 20px #f1bd1900, 0 4px 12px #f1bd1900, 0 4px 20px #f1bd1900;
  background: #f1bd19 !important;
}

.eligible-bonus {
    display: flex;
    align-items: center;
    color: rgba(var(--b-sc),.6);
    font-size: 12px;
    display: none !important;
}
.btn.register {
  background: #ECCC22;
}

.header-icon > img {
  background: #eccc2200 !important;
}

.crypto-currency-data {
  display: none !important;
}
.has-exchange-info .layout-content-holder-bc {
  padding-top: calc(var(--mobile-header-navigation-height) + var(--dynamic-header) + 0px) !important;
}

.hdr-navigation-scrollable-bc, .hdr-navigation-scrollable-bc-holder { 
    /*position: fixed !important; */
}


.header-bc .hdr-navigation-scrollable-bc:not(:only-child):first-child {
/*position: absolute !important;*/
}
.crypto-wallet-switcher-container {
  display: none !important;
}
.slider-bc {
  margin-top: 7px !important;
}

.hdr-additional-info {
    display: none !important;
    align-items: center;
    height: 40px;
    background: rgba(var(--b), 1);
    padding: 0 7px;
    border-bottom: 1px solid rgba(var(--header-sc),.1);
}
.hdr-navigation-link-bc {
    margin-right: 4px !important;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 7px !important;
    line-height: 28px !important;
    color: #d3d3d3 !important;
    background: #212832 !important;
    box-shadow: 0px 0px 5px grey, 0 0 9px #e4c41500 !important;
    border: 1px solid #e4c41500;
    border-radius: 8px !important;
}

.hdr-navigation-link-bc:hover {
    box-shadow: 0px 0px 5px grey, 0 0 9px #e4c415 !important;
    border: 1px solid #e4c415;
}
.hdr-navigation-link-bc.active{
    box-shadow: 0px 0px 5px grey, 0 0 9px #e4c415 !important;
    border: 1px solid #e4c415;
}


.has-header-info .layout-content-holder-bc{
padding-top: calc(var(--mobile-header-navigation-height) + var(--dynamic-header)) !important;
}

.expandable-info-body-content Hizlipayfix payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content FulgurPay payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content FulgurPayUSDT_T payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content FulgurPayBTC payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content Star payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content Hizlipapara payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content AsPays payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content Bigpayss_Bank payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content LoginPay payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content AnindaQR payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content VevoPayParazula payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content Fixturka payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content LoginPayCreditCard payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content VevoPayHavale payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content Bigpayss_Papara payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content JestPaysHavale payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content CepPay payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content VevoPayMFT payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content TPayNewPapara payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content TiktakPapara payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content VevoPayPep payment-content not-expandable{
display:none !important;
}

.expandable-info-body-content SeriPopy payment-content not-expandable{
display:none !important;
}.entrance-f-error-message-bc {
  background: rgba(255, 52, 73, 0) !important;
}.button.outlined.min.supportButton {
  padding: 10px !important;
}
.security-box {
            width: 100%;
            min-height: 320px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            color: white;
            border: 2px solid #e94560;
            padding: 5px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            margin: 0 auto;
        }

        .download-section {
            background: rgba(0, 180, 216, 0.15);
            padding: 6px;
            border-radius: 8px;
            margin-bottom: 8px;
            text-align: center;
        }

        .download-title {
            font-size: 15px;
            font-weight: 700;
            margin: 0 0 5px 0;
            color: #fff;
        }

        .download-subtitle {
            font-size: 12px;
            font-weight: 600;
            color: #e94560;
            margin: 0 0 10px 0;
        }

        .qr-container {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 10px 0;
            gap: 15px;
        }

        .qr-code {
            width: 80px;
            height: 80px;
            background: white;
            padding: 5px;
            border-radius: 5px;
            flex-shrink: 0;
        }

        .qr-code img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .download-button {
            display: inline-block;
            background: #e94560;
            color: white;
            padding: 8px 15px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            margin-top: 8px;
            transition: background 0.3s ease;
        }

        .download-button:hover {
            background: #d8344e;
        }

        .warning-section {
            background: rgba(233, 69, 96, 0.15);
            /*border-left: 3px solid #e94560;*/
            padding: 10px;
            margin-bottom: 8px;
            border-radius: 0 5px 5px 0;
            font-size: 12px;
            text-align: center;
        }

        .warning-title {
            font-weight: 700;
            color: #e94560;
            margin-bottom: 5px;
            font-size: 13px;
        }

        .warning-text {
            line-height: 1.4;
            margin: 0;
            font-size: 12px;
        }

        .current-address {
            background: rgba(0, 180, 216, 0.1);
            padding: 8px;
            border-radius: 5px;
            font-size: 11px;
            text-align: center;
            border: 1px dashed #00b4d8;
            margin-top: 3px;
        }

        .address-label {
            font-weight: 600;
            color: #00b4d8;
            margin-bottom: 3px;
            display:inline-block;
        }

        .address-value {
            word-break: break-all;
            font-family: monospace;
            display:inline-block;
        }
@media (max-width: 768px) { 
  .qr-code { 
    display: none; 
  } 
}
.connect-button-text {
    margin-bottom: 60px !important;
}

.sg-n-forgot-password-text {
    position: absolute !important;
    top: 145px !important;
    width: 100% !important;
}














.product-banner-container-bc:not(.product-banner-without-titles) .product-banner-info-bc{
  padding: 0px 5px !important;
}

.product-banner-container-bc:not(.product-banner-without-titles) .product-banner-bc {
    height: auto !important;
    background: transparent !important;
}

.product-banner-container-bc:not(.product-banner-without-titles) .product-banner-img-bc{
    max-width: 100% !important;
    height: 90px !important;
}

.product-banner-container-bc .product-banner-title-bc{
  display: none !important;
}


.footerContainer .sliderGroup .sliderContent .sliderGroup .sliderSingleElWrapper:nth-child(5) .sliderSingleEl .sliderImage img{
	content: url(https://graphixman.net/cio/images/mobil-footer.png);
    height: 150px !important
}


.product-banner-container-bc {
    background: transparent !important;
}





.layout-content-holder-bc .hm-row-bc:nth-child(4) .product-banner-container-bc{
      grid-template-columns: repeat(3,1fr) !important;
  grid-gap: 0px !important; 
}
.layout-content-holder-bc .hm-row-bc:nth-child(4) .product-banner-container-bc img{
    height: 150px !important;
}


.layout-content-holder-bc .hm-row-bc:nth-child(5) .product-banner-container-bc{
      grid-template-columns: repeat(2,1fr) !important;
  gap: 10px 0x !important;
}
.layout-content-holder-bc .hm-row-bc:nth-child(5) .product-banner-container-bc a{
  padding:0 !important;
}
.layout-content-holder-bc .hm-row-bc:nth-child(5) .product-banner-container-bc img{
  height: 250px !important;
}


.layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc{
  grid-template-columns: repeat(4,1fr) !important;
  gap: 10px 5px !important;
}
.layout-content-holder-bc .hm-row-bc:nth-child(6) .product-banner-container-bc img{
  height: 125px !important;
}



.layout-content-holder-bc .hm-row-bc:nth-child(7) .product-banner-container-bc{
    grid-template-columns: repeat(4,1fr) !important;
    gap: 10px 5px !important;
}
.layout-content-holder-bc .hm-row-bc:nth-child(7) .product-banner-container-bc img{
  height: 125px !important;
}




.footerContainer .sliderGroup .sliderContent:nth-child(1) .sliderSingleElWrapper .sliderSingleEl .sliderImage img {
    height: 50px !important;
}

.footerContainer .sliderGroup .sliderContent:nth-child(1) .horizontalList .horizontalSliderWrapper .horizontalSliderRow {
	grid-template-columns: repeat(3, 1fr);
    display: grid;
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: 15px 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.footerContainer .sliderGroup .sliderContent:nth-child(1) .horizontalList .horizontalSliderWrapper .horizontalSliderRow .sliderImage img{
	    width: 13.4vh;
}








.footerSocialLink {
    background-color: transparent !important;
}
.footerContainer .footerHeader .footerInnerLeftCol ul li:nth-child(1) a{
	content: url('http://graphixman.net/cio/images/social/tg.png');
}
.footerContainer .footerHeader .footerInnerLeftCol ul li:nth-child(2) a{
  content: url('http://graphixman.net/cio/images/social/x.png');
}
.footerContainer .footerHeader .footerInnerLeftCol ul li:nth-child(3) a{
	content: url('http://graphixman.net/cio/images/social/inst.png');
}
.footerContainer .footerHeader .footerInnerLeftCol ul li:nth-child(4) a{
	content: url('http://graphixman.net/cio/images/social/youtube.png');
}
.footerSocialLink:hover {
    background-color: transparent !important;
    box-shadow: 0 0 13px #efc400 !important;
    border-radius: 20px;
}



.page-view-more {
    margin-bottom: 10px !important;
    justify-content: center !important;
    background: #fdc900;
    padding: 10px !important;
    text-align: center;
}
.view-title-more{
  color: #fff !important;
}







.hdr-user-bc .sign-in{
    background: url(https://graphixman.net/cio/images/giris-button.png) !important;
    background-size: 100% !important;
    border: none;
    box-shadow: none !important;
    border-image: none !important;
    color: transparent !important;
    background-repeat: no-repeat !important;
    width: 66px !important;
    height: 30px !important;
    padding: 0 !important;
    margin: 2px 0px 0 8px !important;
}


.hdr-user-bc .btn.register{
	background: url(https://graphixman.net/cio/images/uyeol-button.png) !important;
    background-size: 100% !important;
    border: none;
    box-shadow: none !important;
    border-image: none !important;
    color: transparent !important;
    background-repeat: no-repeat !important;
    width: 66px !important;
    height: 30px !important;
    padding: 0 !important;
    margin: 2px 0px 0 8px !important;
}



.horizontalSliderElem{
  background-color: transparent !important;
}

.hdr-navigation-scrollable-bc {
    background: #2c323e !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.footerContainer .sliderGroup .sliderContent:nth-child(1) .horizontalList .horizontalSliderWrapper .horizontalSliderRow .sliderImage:nth-child(1) img{
	content: url(https://graphixman.net/cio/images/android.png) !important;
}
.footerContainer .sliderGroup .sliderContent:nth-child(1) .horizontalList .horizontalSliderWrapper .horizontalSliderRow .sliderImage:nth-child(2) img{
	content: url(https://graphixman.net/cio/images/apple.png) !important;
}
.footerContainer .sliderGroup .sliderContent:nth-child(1) .horizontalList .horizontalSliderWrapper .horizontalSliderRow .sliderImage:nth-child(3) img{
	content: url(https://graphixman.net/cio/images/macos.png) !important;
}
.footerContainer .sliderGroup .sliderContent:nth-child(1) .horizontalList .horizontalSliderWrapper .horizontalSliderRow .sliderImage:nth-child(4) img{
	content: url(https://graphixman.net/cio/images/windows.png) !important;
}
.footerContainer .sliderGroup .sliderContent:nth-child(1) .horizontalList .horizontalSliderWrapper .horizontalSliderRow .sliderImage:nth-child(5) img{
	content: url(https://graphixman.net/cio/images/huawei.png) !important;
}
.footerContainer .sliderGroup .sliderContent:nth-child(1) .horizontalList .horizontalSliderWrapper .horizontalSliderRow .sliderImage:nth-child(6) img{
	content: url(https://graphixman.net/cio/images/linux.png) !important;
}
















@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}



.page-view-more {
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    background: #212832;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.page-view-more:before {
    content: '';
    background: linear-gradient(45deg, #ffea00, #ff7300, #fffb00, #d8b700, #212832, #efc400, #ffffff, #e4c415, #000000);
    position: absolute;
    top: -4px;
    left:-4px;
    background-size: 400%;
    z-index: -1;
    filter: blur(7px);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}


.page-view-more:active:after {
    background: transparent;
}

.page-view-more:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #202731;
    left: 0;
    top: 0;
}




.m-nav-sab-container-r-row-bc>a[class*=badge-]:after, .nav-menu-item[class*=badge-]:after, .hdr-navigation-link-bc[class*=badge-]:after{
  top: -5px !important;
}

.footerContainer .sliderGroup .sliderSingleElWrapper:nth-of-type(1) iframe{
  width: 110px;
}












