.noUi-vertical {
    width: 0.3em;
    height: 110px;
    background-color: #e2e2e2;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    margin: 0 auto;
}

.noUi-vertical .noUi-handle {
    height: 0.9em;
    width: 0.9em;
    border-radius: 50%;
    cursor: pointer;
    top: -0.3em;
    left: -0.35em;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    display: none;
}