.verification .QapTcha {
    position: relative;
    width: 240px;
    height: 50px;
    /* margin: 0 auto; */
}

.verification .QapTcha .bgSlider {
    border: 5px solid #1067AA;
    border-radius: 50px;
    background-color: #95B5DA;
}

.verification .QapTcha .Slider {
    position: relative;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 99;
    cursor: pointer;
}

.verification .QapTcha .Slider.ui-draggable-handle {
    background-image: url("../../images/icon/qaptcha-lock.svg");
    background-position: no-repeat;
    border-radius: 30px 0 0 30px;
}

.verification .QapTcha .Slider.ui-draggable-disabled {
    background-image: url("../../images/icon/qaptcha-unlock.svg");
    background-position: no-repeat;
    border-radius: 0 30px 30px 0;
}

.verification .QapTcha .dropSuccess,
.verification .QapTcha .dropError {
    color: #fff;
    position: absolute;
    left: 60px;
    top: 0;
    line-height: 50px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
