.slideToUnlock {
    position:relative;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
}

.progressBar {
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%;
    border-radius: 35px;
}
.text {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color:transparent;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.drag {
    position: absolute;
    width:62px;
    height: 62px;
    left:0%;
    display: inline-block;
    line-height: 62px;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #fff;
    background: #fff;
    color: #692003;
    text-align: center;
    margin-top: 3px;
}

.drag.locked_handle {
    margin-left: 3px !important;
}
