.NOT-withdraw-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-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

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

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

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

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

.NOT-withdraw-modal-times {
    font-weight: 400;
    font-size: .3rem;
    color: #ebd6fd
}

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

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

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