/* /Pages/Users/Depositv2.razor.rz.scp.css */
.payment-tabs-scroll[b-6yg92fxemh] {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 0 5px 15px 5px;
}

    .payment-tabs-scroll[b-6yg92fxemh]::-webkit-scrollbar {
        display: none;
    }

.payment-tab[b-6yg92fxemh] {
    background: none;
    border: none;
    color: #b8c5d6;
    padding: 3px 3px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
}

    .payment-tab.active[b-6yg92fxemh] {
        color: #ffffff;
        border-bottom-color: #e91e63;
        background: rgba(255, 255, 255, 0.05);
    }

    .payment-tab:hover[b-6yg92fxemh] {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
    }

    .payment-tab img[b-6yg92fxemh] {
        height: 50px;
    }

.payment-cards-container[b-6yg92fxemh] {
    position: relative;
    margin-top: 20px;
}

.payment-card[b-6yg92fxemh] {
    background: linear-gradient(135deg, #232332, #38386C);
    border: 2px solid #3B3C52;
    border-radius: 14px;
    padding: 30px 0;
    text-align: center;
    height: 330px;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    cursor: pointer;
}

    .payment-card:hover[b-6yg92fxemh] {
        transform: translateY(-5px);
    }

.deposit-text[b-6yg92fxemh] {
    font-size: 28px;
}

.bank-logo-container[b-6yg92fxemh] {
    border-radius: 15px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
}

    .bank-logo-container img[b-6yg92fxemh] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

.bank-name[b-6yg92fxemh] {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.bank-details[b-6yg92fxemh] {
    color: #b8c5d6;
    margin-bottom: 10px;
    line-height: 1.6;
}

.bank-amount[b-6yg92fxemh] {
    font-size: 16px;
    white-space: nowrap;
}

    .bank-amount span[b-6yg92fxemh] {
        font-size: 18px;
        font-weight: 700;
    }

.bank-transaction[b-6yg92fxemh] {
    font-size: 14px;
}

.recommended-badge[b-6yg92fxemh] {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    height: 12%;
}

.select-btn[b-6yg92fxemh] {
    background: #C71B4A;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 51%;
    height: 16%;
    max-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .select-btn:hover[b-6yg92fxemh] {
        background: #c2185b;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(233, 30, 99, 0.4);
    }

.deposit-first-card[b-6yg92fxemh] {
    background-color: #2A2A40;
    margin: 20px;
    padding: 40px 0;
    border-radius: 10px
}

.deposit-changemethod-image[b-6yg92fxemh] {
    height: 25px;
    width: 35px;
    border-radius: 3px;
}

.deposit-change-text[b-6yg92fxemh] {
    font-size: 18px;
}

.change-btn[b-6yg92fxemh] {
    background: transparent;
    color: #f9d94c;
    border: 1px solid #f9d94c;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 14px;
    cursor: pointer;
}

.deposit-amount[b-6yg92fxemh] {
    font-size: 24px;
    font-weight: 700;
}

.deposit-amount-txtbox[b-6yg92fxemh] {
    padding: 11px 16px 11px 16px;
    width: 100%;
    height: 55px;
    background: #0C0C24;
    color: var(--mobwhite-color);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    border-color: transparent;
    border-radius: 4px;
    flex: 1 1 auto;
    border-radius: 0 4px 4px 0;
    padding-left: 16px;
}

.deposit-amount-input-group[b-6yg92fxemh] {
    display: flex;
    align-items: center;
    position: relative;
}

.currency-symbol[b-6yg92fxemh] {
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    line-height: 1;
    pointer-events: none;
    font-size: 24px;
    padding: 0 2px;
    background: #0C0C24;
    height: 55px;
    display: flex;
    align-items: center;
    color: var(--mobwhite-color);
}

.deposit-amount-txtbox:focus[b-6yg92fxemh] {
    border: none;
    outline: none;
    box-shadow: none;
}

.deposit-amount-txtbox[b-6yg92fxemh] {
    padding-left: 35px;
    border-radius: 4px;
}

.amount-btn > li[b-6yg92fxemh] {
    margin: unset;
}

    .amount-btn > li.col-3[b-6yg92fxemh] {
        padding-right: unset;
        max-width: 24.3%;
    }

.avl-bons-txt[b-6yg92fxemh] {
    font-size: 20px;
    font-weight: 700;
}

.bonus-scroll[b-6yg92fxemh] {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: transparent;
    max-height: 380px;
}

.bonus-item[b-6yg92fxemh] {
    border-radius: 8px;
    background: #35364A;
    color: white;
    overflow: hidden;
    width: 97%;
}

    .bonus-item.active[b-6yg92fxemh] {
        border: 3px solid #00d084;
    }

        .bonus-item.active .bonus-apply-btn[b-6yg92fxemh] {
            background: #00d084;
            color: #24243A;
            border: none;
            width: 90%;
            font-weight: 900;
        }

.bonus-scroll[b-6yg92fxemh]::-webkit-scrollbar {
    width: 5px;
}

.bonus-scroll[b-6yg92fxemh]::-webkit-scrollbar-track {
    background: transparent;
}

.bonus-scroll[b-6yg92fxemh]::-webkit-scrollbar-thumb {
    background: #202136;
    border-radius: 8px;
}

.bonus-image[b-6yg92fxemh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bonus-image-wrapper[b-6yg92fxemh] {
    position: relative;
    display: inline-block;
    height: 100%;
}

.bonus-tick-overlay[b-6yg92fxemh] {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 18px;
    height: 18px;
}

.bonus-content .row[b-6yg92fxemh] {
    flex: 1;
    margin: 5px 0;
    text-align: left;
}

.bonus-title[b-6yg92fxemh] {
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bonus-actions[b-6yg92fxemh] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.bonus-apply-btn[b-6yg92fxemh] {
    background: #24243A;
    color: white;
    font-weight: bold;
    padding: 8px 0;
    border: 1.5px solid #C71B4A;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    width: 90%;
}

.bonus-info-btn[b-6yg92fxemh] {
    background: transparent;
    color: white;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.bonus-expiry[b-6yg92fxemh] {
    font-style: italic;
    font-size: 14px;
    color: #aaa;
}

.applied-bonus-pill[b-6yg92fxemh] {
    display: flex;
    gap: 10px;
    background-color: #08C78D1F;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    color: #d5e9ea;
    max-width: 100%;
    align-items: center
}

    .applied-bonus-pill .pill-icon[b-6yg92fxemh] {
        font-size: 18px;
    }

    .applied-bonus-pill .pill-text[b-6yg92fxemh] {
        font-weight: 700;
        font-size: 16px;
    }

    .applied-bonus-pill .pill-remove[b-6yg92fxemh] {
        margin-left: auto;
        color: #FF7C7E;
        text-decoration: none;
        cursor: pointer;
        font-weight: 600;
    }

        .applied-bonus-pill .pill-remove:hover[b-6yg92fxemh] {
            text-decoration: underline;
        }

.next-btn[b-6yg92fxemh] {
    background-color: #16c79a;
    color: #24243A;
    font-weight: 700;
    padding: 10px 30px;
    border: none;
    border-radius: 6px;
    width: 80%;
    height: 58px;
    font-size: 22px;
}

.page-indicator[b-6yg92fxemh] {
    font-style: italic;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 5px;
}

    .page-indicator span[b-6yg92fxemh] {
        color: #888;
        font-weight: normal;
    }

    .page-indicator a[b-6yg92fxemh] {
        color: #888;
        text-decoration: none;
        cursor: pointer;
    }

#info-modal.modal.fade .modal-dialog[b-6yg92fxemh] {
    width: 320px;
    background: #24243A;
    border-radius: 8px 8px 0 0;
}

#info-modal.scrollable-modal .modal-content[b-6yg92fxemh] {
    overflow-y: auto;
    transform: none;
}

#info-modal .close-btn-icon[b-6yg92fxemh] {
    right: 8px;
    top: 10px;
}

.bonus-info-image[b-6yg92fxemh] {
    width: 100%;
    height: 193px;
    object-fit: cover;
}

.bonus-info-apply-btn[b-6yg92fxemh] {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #e63c77;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.bonus-info-description[b-6yg92fxemh] {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 16px;
    color: #ddd;
    text-align: justify;
}

.bonus-info-applied-btn[b-6yg92fxemh] {
    background: #00d084;
    color: #24243A;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.bonus-info-bonus-name[b-6yg92fxemh] {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    line-height: 32px;
    padding-bottom: 6px;
}

    .bonus-info-bonus-name[b-6yg92fxemh]::after {
        content: '';
        display: block;
        left: 0;
        bottom: 0;
        position: absolute;
        height: 4px;
        width: 48px;
        background: #C71B4A;
    }

.bonus-expiry-label[b-6yg92fxemh] {
    position: absolute;
    bottom: 0; /* thodu image niche avse */
    margin-left: 15px; /* left margin */
    background: #FFFFFF;
    color: black;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.deposit-request-detail[b-6yg92fxemh] {
    background: #0C0C24;
    height: auto;
    border-radius: 4px;
    align-items: center;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.deposit-request-detail-label[b-6yg92fxemh] {
    font-weight: 600;
    color: white;
    font-size: 16px;
}

.deposit-request-detail-data[b-6yg92fxemh] {
    color: #ECECFF;
    font-size: 20px;
    font-weight: 600;
    margin-top: -7px;
}

.deposit-request-ref-utr[b-6yg92fxemh] {
    width: 100%;
    background: transparent;
    border: none;
    color: white;
}

    .deposit-request-ref-utr:focus[b-6yg92fxemh] {
        border: none;
        outline: none;
        box-shadow: none;
    }

.deposit-request-need-help-btn[b-6yg92fxemh] {
    width: 100%;
    background: transparent;
    border: 2px solid #E8E16A;
    border-radius: 6px;
    padding: 7px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}

.deposit-details-back-btn[b-6yg92fxemh] {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 900;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}

.deposit-details-submit-btn[b-6yg92fxemh] {
    width: 100%;
    padding: 10px;
    background: #08C78D;
    color: #24243A;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 900;
}

@media (max-width: 768px) {
    .payment-tab[b-6yg92fxemh] {
        padding: 12px 20px;
        font-size: 14px;
    }

    .bank-name[b-6yg92fxemh] {
        font-size: 20px;
    }

    .deposit-text[b-6yg92fxemh] {
        font-size: 24px;
    }

    .deposit-change-text[b-6yg92fxemh] {
        font-size: 14px;
    }

    .change-btn[b-6yg92fxemh] {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .payment-tabs-scroll[b-6yg92fxemh] {
        gap: 10px;
    }

    .payment-tab[b-6yg92fxemh] {
        padding: 3px 3px;
    }

    .payment-card[b-6yg92fxemh] {
        min-width: 255px;
    }

    .bank-logo[b-6yg92fxemh] {
        width: 50px;
        height: 35px;
    }

    .deposit-changemethod-image[b-6yg92fxemh] {
        height: 15px;
        width: 15px;
    }

    .deposit-request-detail-label[b-6yg92fxemh] {
        font-size: 12px;
    }

    .deposit-request-detail-data[b-6yg92fxemh] {
        color: #ECECFF;
        font-size: 14px;
        font-weight: 600;
        margin-top: -7px;
    }

    .deposit-text[b-6yg92fxemh] {
        font-size: 24px;
    }

    .deposit-change-text[b-6yg92fxemh] {
        font-size: 14px;
    }

    .change-btn[b-6yg92fxemh] {
        font-size: 12px;
    }

    .amount-btn > li.col-3[b-6yg92fxemh] {
        max-width: 23.3%;
    }

    .next-btn[b-6yg92fxemh] {
        width: 100%;
        height: 45px;
        font-size: 20px;
        padding: 8px 30px;
    }

    .page-indicator[b-5udyyur531][b-6yg92fxemh] {
        font-size: 20px;
    }

    .deposit-details-back-btn[b-6yg92fxemh] {
        font-size: 14px;
    }

    .deposit-details-submit-btn[b-6yg92fxemh] {
        padding: 5px;
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .payment-card[b-6yg92fxemh] {
        background: linear-gradient(149.06deg, rgba(35, 35, 50, 0.3) 0.07%, rgba(56, 56, 108, 0.3) 106.65%);
        border: none;
    }

        .payment-card:hover[b-6yg92fxemh] {
            transform: none;
        }
}
