




























.captcha-box{
    align-content: center;
}



.lox-captcha{
    width:150px;
    padding:14px;
 text-align: center;
    direction:ltr;
    margin-bottom:10px;
}

.lox-title{
    font-size:13px;
    margin-bottom:10px;
    color:#333;
    font-weight:600;
}

.track{
    width:100%;
    height:42px;
    background:#f3f3f3;
    border-radius:30px;
    position:relative;
    overflow:hidden;
}

.progress{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:0;
    background:#dbeafe;
    border-radius:30px;
    transition:.05s;
}

.handle{
    width:38px;
    height:38px;
    background:#222;
    color:#fff;
    border-radius:50%;
    position:absolute;
    left:2px;
    top:2px;
    display:flex;
    align-items:center;
    justify-content:center;
    user-select:none;
    cursor:pointer;
    transition:.2s;
}

.handle::before{
    content:"»";
    font-size:18px;
}

.handle.ok{
    background:#22c55e;
}

.handle.ok::before{
    content:"✓";
}

.math-box{
    display:none;
    margin-bottom:10px;
}

.math-answer,
.ocr-input{
    width:100%;
    box-sizing:border-box;
    padding:10px;
    border:1px solid #ddd;
    border-radius:8px;
    margin-top:8px;
}

.ocr-box{
    display:none;
}

.ocr-box img{
    display:block;
    margin-bottom:8px;
    border-radius:8px;
}