.xoo-ml-verified-success, .xoo-ml-verify-notice {
    z-index: 99999999;
    position: fixed;
    top: 0;
    padding: 20px;
    left: 0;
    right: 0;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


.xoo-ml-verified-success span:last-of-type a {
    text-decoration: underline;
    color: #3c763d;
    margin-left: 6px;
}

.xoo-ml-notice-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.xoo-ml-notice-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.xoo-ml-notice{
    display: none;
}

.xoo-ml-notice-error , .xoo-ml-notice-success{
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    margin: 10px 0;
}

/* OTP */
button.xoo-ml-otp-verify-btn {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
    display: table;
}

.xoo-ml-otp-input-cont {
    display: table;
    margin: 0 auto;
}

form.xoo-ml-otp-form {
    text-align: center;
    display: none;
}

.xoo-ml-otp-sent-txt {
    margin-bottom: 22px;
    font-size: 20px;
}

span.xoo-ml-otp-no-change {
    color: #0d81fe;
    cursor: pointer;
    margin-left: 5px;
}

.xoo-ml-otp-input-cont input.xoo-ml-otp-input:focus {
    outline: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #0d81fe;
}

.xoo-ml-otp-input-cont input.xoo-ml-otp-input {
    max-width: 60px;
    text-align: center;
    margin-right: 15px;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    font-size: 23px;
    border-bottom: 1px solid #000;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0;
}

.xoo-ml-otp-notice-cont {
    height: 50px;
}

form.xoo-ml-otp-form .xoo-ml-notice {
    display: table;
    margin: 0 auto;
}

span.xoo-ml-reg-phone-change {
    position: relative;
    display: none;
    float: right;
    top: -22px;
    right: 10px;
    color: black;
    z-index: 10;
    cursor: pointer;
    font-size: 13px;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

a.xoo-ml-otp-resend-link {
    color: #0d81fe;
    text-decoration: none!important;
    cursor: pointer;
}

.xoo-ml-otp-resend {
    margin-top: 10px;
}

a.xoo-ml-otp-resend-link.xoo-ml-disabled {
    pointer-events: none!important;
}

.xoo-ml-reg-has-cc {
    display: flex;
}

.xoo-ml-reg-has-cc select.xoo-ml-reg-phone-cc-select, .xoo-ml-reg-has-cc input.xoo-ml-reg-phone-cc-text  {
    max-width: 100px;
    margin-right: 10px;
}

.xoo-ml-regphin {
    position: relative;
    width: 100%;
}

input#xoo-ml-reg-phone {
    width: 100%;
}

span.xoo-ml-low-back {
    color: #4a90e2;
    text-decoration: underline;
    text-align: center;
    display: block;
    cursor: pointer;
}

button.xoo-ml-login-otp-btn {
    margin-top: 13px;
}
.xoo-ml-processing{
    pointer-events: none;
}
.xoo-el-container .xoo-ml-notice{
    width: calc(100% - 20px);
}

span.xoo-ml-or {
    display: none;
    margin: 20px 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #333;
    font-size: 14px;
}

.xoo-aff-cont-phone span.xoo-ml-reg-phone-change {
    position: absolute;
    top: 50%;
}

.xoo-el-form-container .xoo-lwo-form{
    padding-top: 15px;
}

.xoo-el-fields .xoo-ml-notice-error, .xoo-el-fields .xoo-ml-notice-success {
    margin: 0;
}


button.xoo-ml-low-back {
    margin-top: 15px;
}