.payment-info-bc .description-c-row-bc{ 
  display:none; }

.casino-game-item {
    border: 2px solid #4e77f7 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 10 / 0 !important;
    background: rgba(var(--b-sc), .1) no-repeat center / contain !important;
    border-radius: var(--border-radius) !important;
    overflow: hidden !important;
    position: relative !important;
}

#root > div.layout-content-holder-bc
{
display: flex !important;
 width: 100% !important;
    flex-wrap: wrap !important;
}

#root > div.layout-content-holder-bc > div:nth-child(1){
order:1;
  width: 100%;
}

#root > div.layout-content-holder-bc > div:nth-child(2){
order:2;
    width: 100%;
}
#root > div.layout-content-holder-bc > div:nth-child(3){
order:3;
    width: 100%;
}
#root > div.layout-content-holder-bc > div:nth-child(4){
order:4;
    width: 100%;
}
#root > div.layout-content-holder-bc > div:nth-child(5){
order:5;
    width: 100%;
}
#root > div.layout-content-holder-bc > div:nth-child(6){
order:7;
    width: 100%;
}
#root > div.layout-content-holder-bc > div:nth-child(7){
order:6;
    width: 100%;
}
#root > div.layout-content-holder-bc > div:nth-child(8){
  order:8;
  width:100%;
}
#root > div.layout-content-holder-bc > div:nth-child(9)
{
  order:9;
  width: 100%;
}
#root.promotion-page .layout-content-holder-bc {
    display: block !important;
}

@media screen and (max-width: 1400px) {
    .header-icon-text[class*=bc-i]>span:not(:empty) {
        display: block !important;
    }
}

.header-icon-text.bc-i-circle-dollar > span,
.header-icon-text.bc-i-standings > span,
.header-icon-text.bc-i-bonus > span {
    content: 'Ortaklık' !important
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
    margin-left: 5px !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.header-icon-text.bc-i-bonus > span {
    visibility: hidden;
    position: relative;
}

.header-icon-text.bc-i-bonus > span::after {
    content: "BONUS TALEP";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}

.header-icon-text.bc-i-bonus {
    background: rgba(var(--hero), 1) !important;
}