.userInfoSet-modal, .warn-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;

}

.userInfoSet-modal-content {
    position: relative;
    padding: 25px;
    width: 450px;
    background: #FFFFFF;
    border-radius: 10px;
}

.closeView {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 32px;
    height: 32px;
    cursor: pointer;

}

.closeView .icon {
    width: 32px;
    height: 32px;

}

.userInfoSet-modal-content-title {
    padding: 25px 25px 40px;
    color: #1C1C1C;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
}

.modal-content-view-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-radius: 12px;
    background: #F1F1F1;
    margin-bottom: 14px;
    padding: 0 18px;
}

.modal-content-view-item-left {
    display: flex;
}

.item-left-l {
    margin-right: 12px;
}

.item-left-l .icon {
    width: 52px;
    height: 52px;

}

.item-left-r {

}

.item-left-r .nickNaqme {
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;


}

.item-left-r .name {
    color: #1C1C1C;

    font-size: 14px;

    font-weight: 400;
    line-height: 20px;
}

.modal-content-view-item-right {

}

.modal-content-view-item-right .item-btnView {
    width: 50px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #000;
    text-align: center;
    line-height: 28px;

    color: #1C1C1C;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;

}


.formView {
    background: #FFFFFF;
    border-radius: 20px;
    height: 443px;
    width: 414px;
    padding: 58px 43px 80px;

}

.form-hrader-view {
    color: #1C1C1C;

    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 20px;

}

.form-hrader-option {
    display: flex;
    margin-bottom: 40px;
}

.form-hrader-option-item {
    margin-right: 38px;
    height: 34px;
    cursor: pointer;

}

.form-hrader-option-item span {
    color: #1C1C1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.form-hrader-option-item-active span {
    color: #FE4A03 !important;

}

.form-hrader-option-item-active .line {
    width: 100%;
    height: 2px;
    background: #FE4A03;

}

.form-itemView {
    display: flex;
    margin-bottom: 30px;
}

.codeLoginView {
    display: none;
}

.form-floating {
    flex: 1;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    display: flex;

}

.form-left {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-left .iconView {
    width: 40px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-left .icon {
    width: 20px;
    height: 20px;
}

.form-left span {
    line-height: 45px;
    color: #333333;
    font-size: 16px;
}

.form-control {
    flex: 1;
    height: 45px;
    line-height: 45px;
    border: 0;
    outline: 0;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0 12px 0 0;
    color: #000000;
    font-size: 16px;

}

.form-right {

    float: right;
    width: 104px;
    height: 45px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-right .icon {
    width: 104px;
    height: 45px;
}

.form-sendCode {
    color: #FE4A03;
    font-size: 16px;
    line-height: 45px;
    padding: 0 16px;
    cursor: pointer;
}

.form-eys {
    padding: 0 20px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.form-eys .icon {
    width: 20px;
    height: 20px;
}

.submit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #FE4A03;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.warn-modal-content {
    width: 360px;
    padding: 120px 20px 35px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FFCEBA 0%, #FFF 39.61%);
    position: relative;
}

.warn_close_icon {
    width: 134px;
    height: 154px;
    position: absolute;
    left: 50%;
    top: -44px;
    margin-left: -67px;
}

.userInfoSet-modal-content-title_ {
    text-align: center;
    color: #1C1C1C;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    padding: 0 !important;
}

.modal-content-message {
    padding: 21px 0 0;
    height: 58px;
    text-align: center;
    color: #1C1C1C;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 27px;
}

.modal-btn-view {
    display: flex;
}

.modal-btn-view-item {
    flex: 1;
    padding: 0 10px;

}

.modal-btn-view-item-btn {
    border-radius: 8px;
    border: 2px solid #C1C7D0;
    background: #FFF;
    text-align: center;
    line-height: 46px;
    color: #1C1C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}

.modal-btn-view-item-btn-confirm {
    background: #FE4A03;
    color: #FFFFFF;
    border: 2px solid #FE4A03;
}


.hidden {
    display: none !important;;
}

.errorAlertView {
    position: fixed;
    top: 50px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
}

.removeClass {
    display: none;
}