
.slide-to-unlock {
    position: relative;
    left: 50%;
    top: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 317px;
    height: 40px;
}

.slide-to-unlock .dragdealer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background: none;
    height: auto;
}

.slide-to-unlock .handle {
    height: 100%;
    border-radius: 0;
}

.slide-to-unlock .disabled {
    background: none;
}

.slide-to-unlock .slide-text {
    position: absolute;
    top: 0;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.new-slider {
    background: #dc3545;
    width: 100% !important;
}

.slider-disabled .new-slider {
    background: #5b6987;
    color: white;
}

.new-slider .dragdealer {
    overflow: hidden;
}

.new-slider .handle {
    width: 200%;
}

.new-slider .slide-text {
    left: 50%;
    width: 50%;
    color: #fff;
}
