.NOT-withdraw-page {
    min-height: 100vh;
    background-color: #00000080;
    padding-top: .42rem;
    padding-bottom: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.NOT-withdraw-page-title {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: .48rem;
    color: #ebd6fd;
    padding: 0 .48rem
}

.NOT-withdraw-page-title-icon {
    width: .6rem;
    height: .6rem;
    background-image: url(/imgs/notcoin.png);
    background-size: contain;
    background-repeat: no-repeat
}

.NOT-withdraw-noticed-list {
    box-sizing: border-box;
    width: 6.4rem;
    padding: .22rem .24rem;
    background: linear-gradient(0deg,#4f37d0,#9a35f5 60%);
    border-radius: .2rem;
    margin-top: .3rem
}

.NOT-withdraw-noticed-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .22rem;
    margin-bottom: .22rem;
    border-bottom: 1px solid #955bc7
}

.NOT-withdraw-noticed-item.NOT-last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.NOT-withdraw-noticed-item-title {
    font-weight: 700;
    font-size: .24rem;
    color: #ebd6fd
}

.NOT-withdraw-noticed-item-amount {
    display: inline-flex;
    align-items: center;
    gap: .2rem;
    font-weight: 700;
    font-size: .24rem;
    color: #fbd815
}

.NOT-withdraw-noticed-item-icon {
    width: .4rem;
    height: .4rem;
    background-image: url(/imgs/notcoin.png);
    background-size: contain;
    background-repeat: no-repeat
}

.NOT-withdraw-history-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: .36rem;
    padding: 0 .55rem;
    font-weight: 700;
    font-size: .36rem;
    color: #ebd6fd
}

.tg-icon {
    width: .42rem;
    height: .36rem;
    background-image: url(/imgs/telegram.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: .05rem
}

.NOT-withdraw-history-list-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    min-height: calc(100vh - 6.68rem);
    background: #00000080;
    border-radius: .2rem;
    padding: .32rem .44rem .14rem;
    margin-top: .2rem;
    width: 6.8rem
}

.NOT-withdraw-history-list {
    width: 100%
}

.NOT-withdraw-history-item {
    padding-bottom: .22rem;
    margin-bottom: .22rem;
    border-bottom: 1px solid #46295c
}

.NOT-withdraw-history-item.NOT-last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.NOT-withdraw-history-item-line {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.NOT-withdraw-history-item-date,.NOT-withdraw-history-item-amount,.NOT-withdraw-history-item-status,.NOT-withdraw-history-item-link {
    font-weight: 400;
    font-size: .32rem;
    color: #ebd6fd
}

.NOT-withdraw-history-item-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .05rem
}

.NOT-withdraw-history-item-link {
    font-weight: 700;
    color: #fbd815;
    text-decoration-line: underline
}

.NOT-auth-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: center
}

.NOT-auth-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.NOT-auth-modal-close-icon {
    display: block;
    width: .6rem;
    height: .6rem;
    background-image: url(/imgs/btn_off.png);
    background-size: contain;
    background-repeat: no-repeat
}

.NOT-verify-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: center
}

.NOT-verify-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.NOT-verify-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 6.4rem;
    padding: .3rem;
    margin-bottom: .46rem;
    background: linear-gradient(0deg,#4f37d0 39%,#9a35f5);
    border-radius: .2rem;
    text-align: center
}

.NOT-verify-modal-title {
    line-height: .6rem;
    font-weight: 700;
    font-size: .6rem;
    color: #ebd6fd
}

.NOT-verify-modal-desc {
    margin-top: .32rem;
    font-size: .36rem;
    font-weight: 400;
    color: #ebd6fd;
    line-height: .48rem;
    text-align: center
}

.NOT-verify-modal-countdown-container {
    margin-top: .32rem;
    display: flex;
    align-items: center;
    gap: .16rem
}

.NOT-verify-modal-countdown-icon {
    width: .66rem;
    height: .66rem;
    background-image: url(/imgs/clock_verify.png);
    background-size: contain;
    background-repeat: no-repeat
}

.NOT-verify-modal-countdown-text {
    font-family: Barlow,Barlow;
    font-weight: 700;
    font-size: .6rem;
    color: #fff;
    line-height: .6rem
}

.NOT-verify-modal-close-btn {
    position: absolute;
    top: -.8rem;
    right: 0rem
}

.NOT-verify-modal-close-icon {
    display: block;
    width: .6rem;
    height: .6rem;
    background-image: url(/imgs/btn_off.png);
    background-size: contain;
    background-repeat: no-repeat
}

.NOT-withdraw-inviteation-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: center
}

.NOT-withdraw-inviteation-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.NOT-withdraw-inviteation-modal-text-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .4rem 0;
    padding: 0 .3rem
}

.NOT-withdraw-inviteation-modal-icon {
    width: .41rem;
    height: .39rem
}

.NOT-withdraw-inviteation-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 6.4rem;
    padding: .3rem 0rem .9rem;
    margin-bottom: .46rem;
    background: linear-gradient(0deg,#4f37d0 39%,#9a35f5);
    border-radius: .2rem;
    text-align: center
}

.NOT-withdraw-inviteation-modal-title {
    line-height: .5rem;
    font-weight: 700;
    font-size: .46rem;
    color: #ebd6fd
}

.NOT-withdraw-inviteation-modal-text {
    font-weight: 400;
    font-size: .36rem;
    color: #ebd6fd;
    padding: 0 .3rem
}

.NOT-withdraw-inviteation-modal-text-highlight {
    font-weight: 700;
    color: #fbd815
}

.NOT-withdraw-inviteation-modal-times {
    font-weight: 700;
    font-size: .36rem;
    color: #fff
}

.NOT-withdraw-inviteation-modal-times-highlight {
    font-weight: 700;
    color: #fff
}

.NOT-withdraw-inviteation-modal-close-btn {
    position: absolute;
    top: -.8rem;
    right: 0rem
}

.NOT-withdraw-inviteation-modal-close-icon {
    display: block;
    width: .6rem;
    height: .6rem;
    background-image: url(/imgs/btn_off.png);
    background-size: contain;
    background-repeat: no-repeat
}

.delivering-withdraw-inviteation-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: center
}

.delivering-withdraw-inviteation-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.delivering-withdraw-inviteation-modal-text-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .4rem 0 0;
    padding: 0 .3rem
}

.delivering-withdraw-inviteation-modal-icon {
    width: .41rem;
    height: .39rem
}

.delivering-withdraw-inviteation-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 6.4rem;
    padding: .3rem 0rem .9rem;
    margin-bottom: .46rem;
    background: linear-gradient(0deg,#4f37d0 39%,#9a35f5);
    border-radius: .2rem;
    text-align: center
}

.delivering-withdraw-inviteation-modal-title {
    line-height: .5rem;
    font-weight: 700;
    font-size: .46rem;
    color: #ebd6fd
}

.delivering-withdraw-inviteation-modal-text {
    font-weight: 400;
    font-size: .36rem;
    color: #ebd6fd;
    padding: 0 .3rem
}

.delivering-withdraw-inviteation-modal-text-highlight {
    font-weight: 700;
    color: #fbd815
}

.delivering-withdraw-inviteation-modal-times {
    font-weight: 700;
    font-size: .36rem;
    color: #fff
}

.delivering-withdraw-inviteation-modal-times-highlight {
    font-weight: 700;
    color: #fff
}

.delivering-withdraw-inviteation-modal-close-btn {
    position: absolute;
    top: -.8rem;
    right: 0rem
}

.delivering-withdraw-inviteation-modal-close-icon {
    display: block;
    width: .6rem;
    height: .6rem;
    background-image: url(/imgs/btn_off.png);
    background-size: contain;
    background-repeat: no-repeat
}

.withdraw-success-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: center
}

.withdraw-success-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.withdraw-success-modal-text-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .4rem 0 0;
    padding: 0 .3rem
}

.withdraw-success-modal-icon {
    width: .41rem;
    height: .39rem
}

.withdraw-success-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 6.4rem;
    padding: .3rem 0rem .9rem;
    margin-bottom: .46rem;
    background: linear-gradient(0deg,#4f37d0 39%,#9a35f5);
    border-radius: .2rem;
    text-align: center
}

.withdraw-success-modal-title {
    line-height: .5rem;
    font-weight: 700;
    font-size: .46rem;
    color: #ebd6fd
}

.withdraw-success-modal-text {
    font-weight: 400;
    font-size: .36rem;
    color: #ebd6fd;
    padding: 0 .3rem
}

.withdraw-success-modal-text-highlight {
    font-weight: 700;
    color: #fbd815
}

.withdraw-success-modal-times {
    font-weight: 700;
    font-size: .36rem;
    color: #fff
}

.withdraw-success-modal-times-highlight {
    font-weight: 700;
    color: #fff
}

.withdraw-success-modal-close-btn {
    position: absolute;
    top: -.8rem;
    right: 0rem
}

.withdraw-success-modal-close-icon {
    display: block;
    width: .6rem;
    height: .6rem;
    background-image: url(/imgs/btn_off.png);
    background-size: contain;
    background-repeat: no-repeat
}
