.dep-w-info-bc.deposit-page.crypto-net-flow-active .crypto-net-hidden-title-bc,
.deposit-page.crypto-net-flow-active .crypto-net-hidden-title-bc {
    display: none !important;
}

.dep-w-info-bc.deposit-page.crypto-net-flow-active .crypto-net-page-back-wrap-bc,
.deposit-page.crypto-net-flow-active .crypto-net-page-back-wrap-bc {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 var(--padding-page-aside, 16px);
    box-sizing: border-box;
}

.dep-w-info-bc.deposit-page.crypto-net-flow-active .crypto-net-page-back-bc,
.deposit-page.crypto-net-flow-active .crypto-net-page-back-bc {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 10px 0 6px;
    border: 0;
    background: transparent;
    color: rgba(var(--b-sc), 0.9);
    cursor: pointer;
    text-align: left;
}

.dep-w-info-bc.deposit-page.crypto-net-flow-active .crypto-net-page-back-bc .back-nav-icon-bc,
.deposit-page.crypto-net-flow-active .crypto-net-page-back-bc .back-nav-icon-bc {
    font-size: 18px;
    line-height: 1;
    color: rgba(var(--b-sc), 0.85);
}

.dep-w-info-bc.deposit-page.crypto-net-flow-active .crypto-net-page-back-bc .back-nav-title-bc,
.deposit-page.crypto-net-flow-active .crypto-net-page-back-bc .back-nav-title-bc {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.dep-w-info-bc.deposit-page.crypto-net-flow-active .crypto-net-page-title-bc,
.deposit-page.crypto-net-flow-active .crypto-net-page-title-bc {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    margin: 0;
    padding: 0 var(--padding-page-aside, 16px) 10px !important;
    box-sizing: border-box;
}

.crypto-net-page-title-main-bc {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: rgba(var(--b-sc), 1);
}

.crypto-net-page-title-sub-bc {
    font-size: 12px;
    line-height: 1.3;
    color: rgba(var(--b-sc), 0.55);
    font-weight: 500;
}

.deposit-page .m-block-nav-items-bc.crypto-net-picker-active.crypto-net-amount-mode {
    grid-template-columns: 1fr !important;
    padding-top: 8px !important;
}

.deposit-page .m-block-nav-items-bc.crypto-net-picker-active .m-nav-items-list-item-bc.crypto-net-option-bc {
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
    animation: crypto-net-fade-in 0.28s ease both;
    animation-delay: calc(var(--crypto-net-i, 0) * 45ms);
}

@keyframes crypto-net-fade-in {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.deposit-page .m-block-nav-items-bc.crypto-net-picker-active .m-nav-items-list-item-bc.crypto-net-option-bc:active {
    color: rgba(var(--b-sc), 1);
    background: rgba(var(--b-sc), 0.25);
    transform: scale(0.98);
}

.deposit-page .m-block-nav-items-bc.crypto-net-picker-active .nav-ico-w-row-bc {
    position: relative;
}

.crypto-net-badge-bc {
    position: absolute;
    right: 6px;
    bottom: 4px;
    max-width: calc(100% - 12px);
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(var(--hero), 0.92);
    color: rgba(var(--hero-sc), 1);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

.crypto-net-selected-bc,
.crypto-net-form-bc,
.crypto-net-amount-bc {
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;
}

.crypto-net-selected-bc {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: var(--border-radius, 8px);
    background: rgba(var(--b-sc), 0.08);
    border: 1px solid rgba(var(--b-sc), 0.1);
}

.crypto-net-selected-logo-bc {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    overflow: hidden;
    flex-shrink: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crypto-net-selected-logo-bc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crypto-net-selected-meta-bc {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.crypto-net-selected-title-bc {
    font-size: 14px;
    font-weight: 700;
    color: rgba(var(--b-sc), 1);
    line-height: 1.25;
}

.crypto-net-selected-coin-bc {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(var(--b-sc), 0.55);
}

.crypto-net-form-bc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 4px;
}

.crypto-net-limits-row-bc {
    display: flex;
    gap: 12px;
    width: 100%;
}

.crypto-net-limits-row-bc .description-c-r-c-t-column-bc {
    flex: 1 1 0;
    min-width: 0;
}

.crypto-net-quick-bc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.crypto-net-quick-btn-bc {
    flex: 1 1 calc(33.333% - 8px);
    min-width: 88px;
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid rgba(var(--b-sc), 0.14);
    border-radius: var(--border-radius, 8px);
    background: rgba(var(--b-sc), 0.06);
    color: rgba(var(--b-sc), 0.82);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.crypto-net-quick-btn-bc.active,
.crypto-net-quick-btn-bc:active {
    border-color: rgba(var(--hero), 0.8);
    background: rgba(var(--hero), 0.14);
    color: rgba(var(--b-sc), 1);
}

.crypto-net-submit-bc {
    width: 100%;
    min-height: 44px;
}

html.is-mobile .user-profile-container.bigpopup:not(.display-none) .deposit-page .m-block-nav-items-bc.crypto-net-picker-active .m-nav-items-list-item-bc.crypto-net-option-bc {
    min-height: 98px;
}

html.is-mobile .user-profile-container.bigpopup:not(.display-none) .dep-w-info-bc.deposit-page.crypto-net-flow-active .crypto-net-page-title-bc {
    padding-left: var(--padding-page-aside) !important;
    padding-right: var(--padding-page-aside) !important;
}
