.sdr-image-bc {
    max-height: 100% !important;
}

.YoPhoneAppContent {
    display: none !important;
}
@keyframes smsGlowPulseScale{
  0%{
    transform: scale(1);
    box-shadow:
      0 0 0 0 rgba(var(--oc-1), 0.30),
      0 8px 22px rgba(0, 0, 0, 0.18);
  }
  50%{
    transform: scale(1.04);
    box-shadow:
      0 0 18px rgba(var(--oc-1), 1),
      0 0 42px rgba(var(--oc-1), 0.35),
      0 10px 28px rgba(0, 0, 0, 0.20);
  }
  100%{
    transform: scale(1);
    box-shadow:
      0 0 0 0 rgba(var(--oc-1), 0.30),
      0 8px 22px rgba(0, 0, 0, 0.18);
  }
}

#base_popup_id > div > div > form > div.sms-verification > button{
  position: relative;
  border: 0;
  outline: none;
  border-radius: 10px;

  animation: smsGlowPulseScale 1.6s ease-in-out infinite;

  box-shadow:
    0 0 0 0 rgba(var(--oc-1), 0.35),
    0 8px 22px rgba(0, 0, 0, 0.18);

  transition: transform .2s ease, box-shadow .25s ease, filter .25s ease;
  will-change: transform, box-shadow, filter;
}


#base_popup_id > div > div > form > div.sms-verification > button:disabled,
#base_popup_id > div > div > form > div.sms-verification > button[disabled]{
  cursor: not-allowed;
  opacity: 0.8;


  background: rgba(var(--oc-1), 0.30),
  color: #1a1a1a;


  box-shadow:
    0 0 10px rgba(212, 175, 55, 0.65),
    0 0 22px rgba(212, 175, 55, 0.35),
    0 8px 22px rgba(0, 0, 0, 0.18);


  animation: none;
  transform: none;
  filter: none;
}

#base_popup_id > div > div > form > div.sms-verification > button:disabled:hover,
#base_popup_id > div > div > form > div.sms-verification > button:disabled:focus-visible{
  transform: none;
  filter: none;
}

.YoPhoneApp {

    display: none !important;
}
.market-icon-bc {
    color: #a0ffad !important;
}
.betslip-first-bet-content-bc {
    padding-bottom: 50px !important;
}
:root {
    --hero: 217, 198, 143 !important;
    --hero-rgb: 255,232,166 !important;
    --oc-2: 255, 233, 170 !important;
    --hero-hover: 255, 233, 169 !important;
    --oc-1: 255, 235, 175 !important
}
.u-i-p-amounts-bc.withdrawable>.u-i-p-a-content-bc {
    background: linear-gradient(1800deg, rgb(193 177 130) 0%, rgba(255,235,175,1) 100%) !important;
}
.u-i-p-amounts-bc.bonuses>.u-i-p-a-content-bc {
    background: linear-gradient(180deg, rgb(193 177 130) 0%, rgba(255,235,175,1) 100%) !important;
}
[data-status="2"] {
    color: #ffe9a8 !important;
}

.btn.register {
    color: #FFF !important;
    background: #d9c68f1f !important;
    border-radius: 5px !important;
    box-shadow: 0 0 8px #ffebaf !important;
}

.ftr-game-item-bc .market-group-holder-bc .market-group-item-bc:first-child .market-bc {
    border-radius: 5px !important;
}
.ftr-g-i-head-bc {
    border-radius: 5px !important;
}
.view-title-more {
    font-size: 14px !important;
    background: -webkit-linear-gradient(90deg,#fff1ca, #a79153) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-size: 100% !important;
}

.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: #efe9e9 !important;
}

.casino-horizontal-sl-list-bc .horizontal-sl-item-bc.active, .promotion-horizontal-sl-list-bc .horizontal-sl-item-bc.active {
    color: #ffffff !important;
    background: rgba(var(--hero), 1);
    background: linear-gradient( 
180deg
 , #ececec, #a2a2a2 43%, #686868) !important;
    box-shadow: 0 0 10px 1px #d9c68f !important;
}

.horizontal-sl-item-bc.active:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-image: none !important;
}
.m-nav-collapsed-container-bc .m-nav-list-item-title-bc {
    text-transform: uppercase;
}
.m-nav-collapsed-container-bc .m-nav-list-item-title-bc {
    text-transform: uppercase;
}

.bc-i-crypto:before {
    content: "\ea7c"!important;
}

.bc-i-cash:before {
    content: "\e912"!important;
}

.bc-i-qr:before {
    content: "\ea7b"!important;
}

.bc-i-wallet:before {
    content: "\ea7d"!important;
}

.bc-i-bank:before {
    content: "\ea80"!important;
}

.bc-i-mobile:before {
    content: "\e918"!important;
}

.bc-i-voucher:before {
    content: "\ea12"!important;
}

.casino-tournament-header {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 44px;
    padding: 0 16px;
    /* color: rgba(var(--b-sc), 1); */
    border-bottom: 1px solid rgba(var(--b-sc),.1);
    background: -webkit-linear-gradient(90deg,#fff1ca, #a79153) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-size: 100% !important;
    font-weight: 800 !important;
}

@keyframes mix {
  
  30% {
    box-shadow: 0 -1em 2em 3em rgba(255, 0, 200, 0.5),
                4em -1em 2em 3em rgba(255, 50, 0, 0.8),
                -4em 2em 3em 2em rgba(155, 200, 0, 0.5),
                -4em -2em 2em 2em rgba(200, 0, 150, 0.6),
                0 3em 2em 2em rgba(20, 250, 0, 0.5),
                2em 1em 2em 2em rgba(50, 10, 250, 0.5);
  }
  
  60% {
    box-shadow: 2em 1em 2em 3em rgba(55, 0, 200, 0.5),
                3em 1em 2em 3em rgba(25, 150, 0, 0.6),
                3em -2em 3em 3em rgba(155, 200, 0, 0.5),
                -4em 2em 2em 3em rgba(200, 0, 50, 0.6),
                0 -3em 2em 3em rgba(200, 250, 0, 0.5),
                -2em 1em 2em 3em rgba(50, 210, 250, 0.6);
  }

}

.sdr-image-bc {
    display: block;
    width: 98%;
    height: 100%;
    object-fit: contain;
    transition: max-height .24s linear;
}

body {
    background-image: url(https://cmsbetconstruct.com/content/images/8b33e88c4b3c595684583602cce17ea6_1877822_media.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}

.u-i-p-amounts-bc.withdrawable>.u-i-p-a-content-bc {
    background: linear-gradient(1800deg, rgb(185 165 107) 0%, rgb(141 125 78) 100%) !important;
}
.u-i-p-a-deposit-bc, .u-i-p-a-withdraw-bc {
    color: #000000d6 !important;
}
.u-i-p-a-deposit-bc, .u-i-p-a-withdraw-bc {
    background: hsl(0deg 0% 100% / 82%) !important;
    border: 1px solid #0006 !important;
}
.u-i-p-amounts-bc.bonuses>.u-i-p-a-content-bc {
    background: linear-gradient(1800deg, rgb(185 165 107) 0%, rgb(141 125 78) 100%) !important;
}
.hdr-navigation-link-bc {
    color: black !important;
    background: transparent !important;
    font-size: 11px !important;
    font-weight: bold !important;
    box-shadow: 0 0px 0 1px #a49b8426 !important
}
.hdr-navigation-scrollable-bc {
    background: linear-gradient(180deg, #131313 0%, rgb(210 192 141) 100%) !important;
    box-shadow: 0 0 12px #ffebaf !important;
}
.hdr-main-content-bc {
    background: url(https://cmsbetconstruct.com/content/images/8b33e88c4b3c595684583602cce17ea6_1877822_media.png)!important;
    background-size: contain !important;
}
.header-bc {
    height: 100px!important;
    background: black!important;
}
.layout-header-holder-bc {
    height: 100px !important;
}
[dir=ltr] .hdr-smart-panel-holder-arrow-bc {
    right: auto !important;
    padding-left: 5px !important;
    top: 70px !important;
}
.hdr-toggle-button-bc {
    width: 40px !important;
    height: 59px !important;
    top: 7px!important;
}
.hdr-toggle-button-bc {
    color: transparent !important;
    background: url(https://cmsbetconstruct.com/content/images/fe8c8378d2addd4b60314a2c51e1fc4f_1877822_media.gif)!important;
    background-repeat: no-repeat !important;
    background-size: 48px!important;
}
.hdr-user-bc {
    position: absolute !important;
    right: 7% !important;
}
.btn.s-small {
    width: 66px !important;
    height: 27px !important;
    padding: 0 0px !important;
}
.btn.sign-in {
    color: #f1ca97 !important;
    font-weight: bold !important;
}
.logo-container {
    position: absolute !important;
    left: 45% !important;
    top: 30px !important;
}
.popup-inner-bc {
    background: url(https://cmsbetconstruct.com/content/images/8b33e88c4b3c595684583602cce17ea6_1877822_media.png)!important;
    background-size: auto !important;
}
.btn.a-color {
    font-weight: bold !important;
    box-shadow: 0 0 20px #ffebaf !important;
}
.tab-nav-item-bc {
    color: black !important;
    font-weight: bold !important;
}
.tab-navigation-w-bc {
    background: linear-gradient(92deg, rgb(42 42 42) 0%, rgb(188 166 115) 26%, rgb(222 203 148) 44%, rgb(150 132 92) 64%, rgb(51 51 51) 100%)!important;
}
.casino-info-block {
    background: url(https://cmsbetconstruct.com/content/images/66097540b500c96dfab516ed03bad820_1877822_media.gif) !important;
    border-radius: 20px!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
#comm100-float-button-2 > div {
    
    right: 10px !important;
    bottom: 50px !important;
}
#root > div.layout-content-holder-bc > div.special-games-button > button.btn.s-small.upcoming-matches {

    width: 90px !important;
    height: 25px !important;
    padding: 0 0px !important;  
}
.market-bc {
    background: linear-gradient(90deg, rgba(14,14,14,1) 0%, rgb(24 24 24) 26%, rgba(41,41,41,1) 44%, rgb(36 36 36) 64%, rgba(0,0,0,1) 100%)!important;
    border-radius: 15px !important;
}
.c-teams-bc {
    background: linear-gradient(90deg, rgba(14,14,14,1) 0%, rgb(38 38 38) 26%, rgba(41,41,41,1) 44%, rgb(73 73 73) 64%, rgba(0,0,0,1) 100%) !important;
    border-radius: 15px !important;
}
.market-filter-bc {
    background: transparent !important;
}
.competition-bc {
    background: transparent !important;
}
.sp-button-bc {
    background: linear-gradient(90deg, rgba(14,14,14,1) 0%, rgb(25 25 25) 26%, rgba(41,41,41,1) 44%, rgb(31 31 31) 64%, rgba(0,0,0,1) 100%) !important;

}
.sdr-item-bc:before {
    background: transparent !important;
}
.product-banner-container-bc {
    background: transparent!important;
}
[dir=ltr] .header-icon {
    margin-left: -150px !important;
}
.header-icon {
    max-width: 35px !important;
    height: 35px !important;
}
.bc-i-qr:before {
    content: "\ea7b";
}
.bc-i-bank:before {
    content: "\ea80";
}
.bc-i-crypto:before {
    content: "\ea7c";
}
.bc-i-wallet:before {
    content: "\ea7d" !important;
}
.switch-old-version {
    display: none !important;
}
.crypto-wallet-switcher-container {
    display: none;
}
#root > div.layout-header-holder-bc > div > div.hdr-main-content-bc > div.hdr-user-bc > div:nth-child(1) {
    padding-bottom: 70px!important;
}
#root > div.layout-header-holder-bc > div > div.hdr-main-content-bc > div.hdr-user-bc > div:nth-child(2) {
    padding-bottom: 70px!important;
}
#root > div.layout-header-holder-bc > div > div.hdr-main-content-bc > div.hdr-user-bc > div:nth-child(3) {
    padding-bottom: 70px!important;
}

.header-custom-buttons>.btn {
    height: 17px !important;
    padding: 0 5px !important;
    font-size: 13px !important;
}
.crypto-wallet-switcher-container {
    display: none !important;
}
.user-nav-icon {
    width: 23px !important;
    height: 23px !important;
}
.hdr-navigation-scrollable-bc {
    background: linear-gradient(180deg, #9d8e63 0%, #d2c08d 100%) !important;
}
[dir=ltr] .hdr-navigation-scrollable-bc.scroll-start.scroll-end:after, [dir=ltr] .hdr-navigation-scrollable-bc.scroll-start:after {
    background: linear-gradient(270deg,#1a1a1a7d 0,transparent)  !important;
}
.tab-navigation-w-bc {
    background: linear-gradient(92deg, #9b8962 0%, #bca673 26%, rgb(222 203 148) 44%, rgb(150 132 92) 64%, #9b8962 100%)!important;
}
#root > div.layout-header-holder-bc > div > div.hdr-main-content-bc > div.hdr-user-bc > div:nth-child(2) > a {
    display:none!important;
}
.wallet-btn {
    display: none !important;
    align-items: center;
}
.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);
}
.has-multi-wallet-switcher.has-exchange-info:not(.header-bc-active) .layout-content-holder-bc, .has-multi-wallet-switcher.is-trusted:not(.header-bc-active) .layout-content-holder-bc, .has-multi-wallet.has-exchange-info:not(.header-bc-active) .layout-content-holder-bc, .has-multi-wallet.is-trusted:not(.header-bc-active) .layout-content-holder-bc {
    padding-top: calc(var(--mobile-header-navigation-height) + var(--dynamic-header) + 0px) !important;
}
.leaderboard-bc {
    display: none !important;
}
.hdr-crypto-content {
    display: none !important;
}
.market-bc.active .market-icon-bc, .market-bc.active .market-odd-bc {
    color: #ffffff !important;
}
.market-bc.active {
    border: 1px solid #e7e7e7 !important;
}
.market-bc {
    border-radius: 10px !important;
}
.logo {
    z-index: 9999!important;
}
  iframe#chat_button_bar_container {
    margin-bottom: 60px !important;
}
 .u-i-p-p-u-i-edit-button-bc {
    display: none !important;
}

.betslip-first-bet-content-bc {
    padding-bottom: 50px !important;
}
.switch-popup-wrapper.in-auth-popup {
    padding: 10px 0 0;
    display: none;
}
.m-nav-items-list-item-bc.deposit_simplepayexpresshavale:after {
    content: "1.000 ₺ - 250.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_simplepayviphavale:after {
    content: "1.000 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_hillpayshavale:after {
    content: "5.000 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_minipayhavale:after {
    content: "3.000 ₺ - 1.000.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_alfaodemev2banktransfer:after {
    content: "3.000 ₺ - 1.000.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_aninda_banka:after {
    content: "10.000 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_anindahavale:after {
    content: "500 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_fulgurpay:after {
    content: "1 ₺ - 1.000.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_hillpayscrypto:after {
    content: "1.500 ₺ - 1.000.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_minihavalesystemcreditcard:after {
    content: "100 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_alfaodeme:after {
    content: "3.000 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_aninda_kripto:after {
    content: "100 ₺ - 500.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_simplepaykredikarti:after {
    content: "5.000 ₺ - 10.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_hillpayscreditcard:after {
    content: "250 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_instapaycepbank:after {
    content: "200 ₺ - 1.000.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_anindaqr:after {
    content: "200 ₺ - 10.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_fxkredikarti:after {
    content: "100 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_alfaodemev2banktransfer:after {
    content: "3.000 ₺ - 300.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_alfaodeme:after {
    content: "1.000 ₺ - 1.000.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_aninda_banka:after {
    content: "500 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_anindahavale:after {
    content: "500 ₺ - 10.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_fulgurpay:after {
    content: "200 ₺ - 375.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_hillpayscrypto:after {
    content: "3.000 ₺ - 375.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_aninda_kripto:after {
    content: "3.000 ₺ - 375.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_minipayhavale:after {
    content: "3.000 ₺ - 150.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_paronapayv2havale:after {
    content: "1.500 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_aninda_kredikarti:after {
    content: "500 ₺ - 45.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_bropayhavale:after {
    content: "100 ₺ - 50.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_bropayhavale:after {
    content: "3.000 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_envoysoftautomatic:after {
    content: "5.000 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_winfinanshavale:after {
    content: "1.000 ₺ - 500.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_winfinanshavale:after {
    content: "1.000 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_paronapayv2havale:after {
    content: "1.500 ₺ - 150.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_simplepayviphavale:after {
    content: "5.000 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_simplepayexpresshavale:after {
    content: "5.000 ₺ - 200.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_envoysoftautomatic:after {
    content: "10.000 ₺ - 500.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_hillpayshavale:after {
    content: "5.000 ₺ - 150.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_paramjet:after {
    content: "1.000 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_paramjet:after {
    content: "3.000 ₺ - 150.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.deposit_meeldev:after {
    content: "1.000 ₺ - 150.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.m-nav-items-list-item-bc.withdraw_meeldev:after {
    content: "1.000 ₺ - 100.000 ₺";
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}