.registration-slider-track {
    position: relative;
    height: 42px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    user-select: none;
}

.registration-slider-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    background: rgba(52, 199, 89, 0.2);
}

.registration-slider-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 46px;
    font-size: 13px;
    pointer-events: none;
}

.registration-slider-target {
    position: absolute;
    top: 5px;
    z-index: 1;
    display: none;
    width: 12px;
    height: 30px;
    border: 2px solid #34c759;
    border-radius: 3px;
    background: rgba(52, 199, 89, 0.16);
    pointer-events: none;
}

.registration-slider-thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 38px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #fff;
    color: #222;
    font-size: 28px;
    line-height: 36px;
    cursor: grab;
    touch-action: none;
    z-index: 2;
}

.registration-slider-thumb:active {
    cursor: grabbing;
}

.registration-slider-section.is-verified .registration-slider-track {
    border-color: #34c759;
}

.registration-slider-section.is-verified .registration-slider-thumb {
    color: #14883a;
    cursor: default;
}
