.yard-slider-captcha {
    width: 100%;
}

.yard-slider-track {
    position: relative;
    height: 34px;
    border: 1px solid #d7dde5;
    background: #f7f9fb;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
}

.yard-slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #dff3ff;
}

.yard-slider-handle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 44px;
    height: 32px;
    border: 0;
    border-right: 1px solid #c5ced8;
    background: #fff;
    color: #3598dc;
    cursor: move;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    outline: none;
}

.yard-slider-handle:focus {
    outline: none;
}

.yard-slider-text {
    position: absolute;
    z-index: 2;
    left: 52px;
    right: 10px;
    top: 0;
    height: 32px;
    color: #7d8792;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    white-space: nowrap;
}

.yard-slider-message {
    min-height: 18px;
    margin-top: 4px;
    color: #e73d4a;
    font-size: 12px;
    line-height: 18px;
}

.yard-slider-captcha.is-dragging .yard-slider-track {
    border-color: #3598dc;
}

.yard-slider-captcha.is-verified .yard-slider-track {
    border-color: #36c6d3;
    background: #effaf8;
}

.yard-slider-captcha.is-verified .yard-slider-progress {
    background: #d7f4ef;
}

.yard-slider-captcha.is-verified .yard-slider-handle {
    background: #36c6d3;
    color: #fff;
    cursor: default;
}

.yard-slider-captcha.is-verified .yard-slider-text {
    color: #1f897f;
}

.yard-slider-captcha.is-error .yard-slider-track {
    border-color: #e73d4a;
}

.yard-slider-captcha.is-loading .yard-slider-handle {
    color: #aab2bd;
    cursor: wait;
}

.yard-slider-captcha.yard-slider-touch .yard-slider-track {
    height: 44px;
}

.yard-slider-captcha.yard-slider-touch .yard-slider-handle {
    width: 56px;
    height: 42px;
    line-height: 42px;
}

.yard-slider-captcha.yard-slider-touch .yard-slider-text {
    left: 64px;
    height: 42px;
    font-size: 15px;
    line-height: 42px;
}
