.captcha-widget {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 5vh;
}

.captcha-slider {
    display: inline-block;
    width: 100%;
    height: 50%;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.captcha-limiter {
    display: inline-flex;
    height: 100%;
    flex-grow: 1;
}

.captcha-overlay {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 100%;
}

.offset-limit-low {
    border-right: solid 5px #b4b4d1;
    border-radius: 50%;
    transform: rotate(180deg);
    z-index: 1;
}

.offset-limit-high {
    border-left: solid 5px #b4b4d1;
    border-radius: 50%;
    transform: rotate(180deg);
    z-index: 1;
}

.captcha-slider::-webkit-slider-thumb {
    cursor: pointer;
    transform: scale(135%);
    border-radius: 50%;
}

.captcha-slider::-moz-range-thumb {
    cursor: pointer;
    transform: scale(135%);
    border-radius: 50%;
}

.captcha-img{
    width: 100%;
    height: 15vh;
}
