﻿.deposit_main__xyFMQ .deposit_nav__Mbob0 .deposit_navContent__UQSnF svg {
    width: 10px;
    margin-inline-end: 16px;
}

.deposit_main__xyFMQ .deposit_nav__Mbob0 .deposit_navContent__UQSnF {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, .8);
}

.ant-modal-root .ant-modal-content {
    border-radius: 10px;
    box-shadow: none;
    background-color: #fff;
}

.ant-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    outline: 0;
    z-index: 1000;
}

.ant-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
}

.ant-modal {
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    pointer-events: none;
    position: relative;
    top: 100px;
    width: auto;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    padding: 0 0 24px;
}

.ant-input {
    padding: 12px 16px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    margin-inline-end: 120px;
}

    .ant-input::placeholder {
        color: rgba(0, 0, 0, .4);
        font-size: 12px;
    }

.deposit_itemSelect__bfQHk {
    padding: 12px 16px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.08);
    color: rgba(0,0,0,.4);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
}

    .deposit_itemSelect__bfQHk svg {
        width: 8px;
    }

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

    .input-group img {
        width: 24px;
        height: 24px;
        margin-block: 0;
        margin-inline: 0 7px;
    }

.deposit_itemLabel__AV_Zm {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

@media(min-width: 767px) {
    .deposit_left {
        width: 500px;
        margin-inline-end: 120px;
        color: rgba(0, 0, 0, .8);
    }
}


.deposit_addressContent__3Bxh6 {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    background: #f8f8f8;
}

.deposit_iInfo__nCYl7 {
    margin-top: 10px;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 20px 15px;
}

    .deposit_iInfo__nCYl7 > div {
        display: flex;
        justify-content: space-between;
        line-height: 20px;
    }

        .deposit_iInfo__nCYl7 > div > :first-child {
            margin-inline-end: 10px;
            font-weight: 400;
            color: rgba(0, 0, 0, .4);
        }

        .deposit_iInfo__nCYl7 > div + div {
            margin-top: 10px;
        }

.deposit_contractInfo__7xgvT svg {
    margin-inline-start: 4px;
    width: 14px;
    height: 14px;
}

.deposit_iInfo__nCYl7 > div > :nth-child(2) {
    text-align: right;
    font-weight: 500;
    color: rgba(0, 0, 0, .8);
}

.deposit_addressRight__iDwFl {
    display: flex;
    flex: 1 1;
    justify-content: center;
    flex-direction: column;
    margin-inline-start: 20px;
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
}

.deposit_addressCopy__fbRuj {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.deposit_rechargeContent__3ELp1 {
    padding-top: 15px;
    font-size: 14px;
    color: rgba(0, 0, 0, .8);
}

.address {
    flex: 1 1 auto;
    min-width: 0; /* allow shrinking */
    word-break: break-word;
    overflow-wrap: anywhere; /* breaks long strings like wallet addresses */
}

.depHistory_main__3pxtS {
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
}

@media(max-width: 767px) {
    deposit_addressContent__3Bxh6 {
        display: block !important;
        align-items: center;
        padding: 15px;
        border-radius: 5px;
        background: #f8f8f8;
    }
    .deposit_addressRight__iDwFl {
        margin-inline-start: 0px !important;
        text-align: center;
    }
}
.depHistory_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.header .row {
    margin: 0 auto;
}

.custom-wallet-box {
    border: 1px solid #e5e8eb;
    border-radius: 6px;
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
}

.wallet-address {
    font-size: 12px;
    color: #333;
    word-break: break-all;
    border-right: 1px solid #e5e8eb;
    padding: 8px;
}

.wallet-copy-box {
    padding: 8px;
}

    .wallet-copy-box i {
        color: #ffbe40c7 !important;
        font-size: 18px;
        cursor: pointer;
    }