.pblsg-slider-captcha-wrap {
    display: block;
    width: 100%;
    margin: 14px 0 12px;
    box-sizing: border-box;
}

.pblsg-slider-captcha {
    position: relative;
    width: 100%;
    height: 44px;
    overflow: hidden;
    border-radius: 5px;
    background: rgb(231, 231, 231);
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
}

.pblsg-track {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    color: #111;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
    pointer-events: none;
}

.pblsg-progress {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 0;
    height: 100%;
    background: rgba(59, 141, 189, .35);
    transition: width 60ms linear;
}

.pblsg-handle {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #3b8dbd;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    pointer-events: none;
}

.pblsg-range {
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    z-index: 2;
    width: calc(100% - 8px);
    height: 36px;
    margin: 0;
    background: transparent;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    touch-action: pan-x;
    cursor: grab;
}

.pblsg-range:active {
    cursor: grabbing;
}

.pblsg-range::-webkit-slider-runnable-track {
    height: 36px;
    border: 0;
    background: transparent;
}

.pblsg-range::-webkit-slider-thumb {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
}

.pblsg-range::-moz-range-track {
    height: 36px;
    border: 0;
    background: transparent;
}

.pblsg-range::-moz-range-thumb {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 4px;
    background: transparent;
}

.pblsg-slider-captcha.pblsg-verifying,
.pblsg-slider-captcha.pblsg-verified {
    background: rgba(59, 141, 189, .15);
}

.pblsg-slider-error {
    margin-top: 6px;
    color: #b00020;
    font-size: 13px;
    line-height: 1.3;
}

.pblsg-submit-disabled {
    opacity: .65;
    cursor: not-allowed !important;
}


/* Off-screen honeypot: intentionally not display:none/type=hidden. */
.pblsg-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0.01 !important;
    pointer-events: none !important;
}

.pblsg-honeypot input {
    width: 1px !important;
    height: 1px !important;
}
