.description-wrapper-bc {
    padding: 15px 0
}

.description-container-bc {
    padding: 0 15px
}

.description-container-bc .second-tabs-bc {
    margin-bottom: 15px
}

.description-c-row-column-bc {
    padding: 10px 20px
}

.description-c-row-column-bc:not(.pay-logo) {
    width: 100%
}

.description-c-row-column-bc.pay-logo {
    position: relative;
    justify-content: center;
    flex-shrink: 0;
    width: 104px
}

.description-c-row-column-bc.pay-logo>img {
    max-width: 80px
}

.description-c-row-column-bc.pay-logo:after {
    content: "";
    position: absolute;
    height: calc(100% - 20px);
    width: 1px;
    background: rgba(var(--b),1)
}

[dir=ltr] .description-c-row-column-bc.pay-logo:after {
    right: 0
}

[dir=rtl] .description-c-row-column-bc.pay-logo:after {
    left: 0
}

.description-c-row-bc {
    background: rgba(var(--b-sc),.05);
    border-radius: var(--border-radius)
}

.description-c-row-bc+div {
    margin-top: 10px
}

.payment-info-bc .description-c-row-bc {
    max-width: 560px
}

.description-c-row-c-title-bc {
    width: 100%
}

.description-c-r-c-t-column-bc {
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    padding-inline-end:4px}

.description-c-r-c-t-column-bc .description-value {
    font-size: 12px;
    margin-inline-end:3px}

.deposit-method-description {
    max-width: 560px;
    margin: 20px 0;
    padding: 0;
    color: rgba(var(--b-sc),.9)
}

.deposit-method-description ul {
    margin: 10px 0!important
}

.deposit-method-description ul li+li {
    margin-top: 5px!important
}

.my-profile-info-block .description-wrapper-bc {
    height: calc(100% - 54px)
}

.my-profile-info-block .description-wrapper-bc .description-c-row-bc+.description-c-row-bc {
    margin-top: 5px
}

.my-profile-info-block .description-container-bc {
    will-change: scroll-position;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.description-wrapper-bc {
    display: flex;
    flex-direction: column
}

.description-wrapper-bc .description-c-row-bc+.description-c-row-bc {
    margin-top: 5px
}

.deposit-wallet-field .bc-i-copy-icon {
    top: 10px;
    transition: var(--default-transition-duration)
}

@media all and (hover: hover) {
    .deposit-wallet-field .bc-i-copy-icon:hover {
        background:none;
        color: rgba(var(--b-sc),1);
        cursor: pointer
    }
}

@media not all and (hover: hover) {
    .deposit-wallet-field .bc-i-copy-icon:active {
        background:none;
        color: rgba(var(--b-sc),1)
    }
}

[dir=ltr] .deposit-wallet-field .bc-i-copy-icon {
    right: 5px
}

[dir=rtl] .deposit-wallet-field .bc-i-copy-icon {
    left: 5px
}

.deposit-wallet-field .c-info-icon-bc {
    margin-top: 5px;
    margin-bottom: 10px
}

.c-info-copy-text {
    font-size: 12px;
    margin-inline-start:5px;margin-top: 5px;
    color: rgba(var(--b-sc),.6)
}

.deposit-wallet {
    width: 560px
}

.casino-popup-link {
    display: flex;
    justify-content: center;
    color: rgba(var(--b-sc),.8);
    transition: var(--default-transition-duration)
}

@media all and (hover: hover) {
    .casino-popup-link:hover {
        background:none;
        color: rgba(var(--b-sc),1);
        cursor: pointer
    }
}

@media not all and (hover: hover) {
    .casino-popup-link:active {
        background:none;
        color: rgba(var(--b-sc),1)
    }
}
