/* thong tin vi */
.realex_wallet {
    border-color: #fda600;
    box-shadow: 2px 0px 8px #4f4f4f4d;
}

.realex_wallet .wallet_address {
    margin-bottom: 0;
}

.realex_wallet .wallet_header {
    background-color: #fda600;
    color: #fff;
    border-color: #fda600;
}

.realex_wallet .item {
    border-color: #fda600;
}

.realex_wallet .item img {
    width: 2rem;
    margin-right: 0.5rem;
    display: inline;
}

.realex_wallet .transition_history_btn {
    cursor: pointer;
    text-decoration: none;
    font-style: italic;
    color: #02a485;
}

.realex_wallet .transition_history ul.timeline {
    list-style-type: none;
    position: relative;
}
.realex_wallet .transition_history ul.timeline:before {
    content: ' ';
    background: #02a485;
    display: inline-block;
    position: absolute;
    left: 3rem;
    width: 0.15rem;
    height: 100%;
    z-index: 400;
}
.realex_wallet .transition_history ul.timeline > li {
    padding-left: 5rem;
    color: #838383;
}
.realex_wallet .transition_history ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #02a485;
    left: 2rem;
    width: 2rem;
    height: 2rem;
    z-index: 400;
}

.realex_wallet .transition_history .title {
    margin: 1rem;
    font-size: 1.5rem;
}

#save_wallet:hover {
    background-color: #02a485;
    color: #fff;
}

.authen_kyc {
    text-align: right;
    padding: 1rem 2rem 0 0;
    color: #02a485;
    font-style: italic;
    font-size: 1.3rem;
    font-weight: 530;
}
.authen_kyc img {
    margin-right: 0;
}

.unauthen_kyc {
    text-align: right;
    padding: 1rem 2rem 0 0;
    color: #d5291d;
    font-style: italic;
    font-size: 1.3rem;
    font-weight: 530;
}
.unauthen_kyc img {
    margin-right: 0;
}

.realex_wallet .authen_btn {
    background-color: #d52b1e;
    border: #811108;
    color: #fff;
    padding: 0.2rem 1.5rem;
    font-size: 1.3rem;
}

.realex_wallet .authen_btn:hover {
    background-color: #fda600;
}
/* xac thuc kyc */
.default_btn {
    background-color: #02a485;
    border: #1b5f52;
    color: #fff;
    padding: 0.2rem 1.5rem;
    font-size: 1.3rem;
}

.cancel_btn {
    background-color: #9f9f9f;
    border: #811108;
    color: #fff;
    padding: 0.2rem 1.5rem;
    font-size: 1.3rem;
}

/* otp */
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.otp-field input {
    height: 5rem;
    width: 3rem;
    border-radius: 1rem;
    outline: none;
    font-size: 1.5rem;
    text-align: center;
    border: 0.1rem solid #ddd;
}
.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

.resend {
    font-size: 12px;
}

#otp {
    display: none;
}

#resend_otp {
    display: none;
}
#user_identify {
    display: none;
}
.invalid-alert {
    text-align: center;
}