.pullee::-webkit-slider-runnable-track {
    height: 4rem;
    padding: 0.4rem;
    box-sizing: content-box;
    border-radius: 4rem;
    background-color: transparent;
    border: black 2px solid;

    background-image: url("../images/lock-keyhole-open-sharp-regular_de.svg");
    background-size: 14rem;
    background-repeat: no-repeat;
    background-position: right;
}