.slide-submit {
    background: #f3f5f6;
    color: #929292;
    box-shadow: 0 0 0 1px #ccc;
    border-radius: 30px;
    text-align: right;
    padding: 10px;
    font-size: 0.75em;
    position: relative;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    transition: 0.2s;
    width: 170px;
}
.slide-submit-text {
    display: inline-block;
    font-size: 15px;
}
.slide-submit-thumb {
    position: absolute;
    top: 0;
    left: 0px;
    width: 50px;
    height: 100%;
    background: linear-gradient(to top, #b2b6c1, #cbd0d4);
    box-shadow: inset 0 0 0 3px #f3f5f6, inset 0 0 0 4px rgba(0, 0, 0, 0.17);
    text-shadow: 0 -1px #828282;
    border-radius: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-family: serif;
    color: #fff;
}
.slide-submit-thumb:hover,
.draggable {
    background: #1ba5fd;
    cursor: -webkit-grab;
    cursor: grab;
}
.slide-submit-thumb:active {
    background: #1ba5fd;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.slide-success {
    background: #1ba5fd;
    text-align: left;
    color: #fff;
    box-shadow: 0 0 0 1px #157abb;
}
.slide-success .slide-submit-thumb {
    background: #1e76af;
    box-shadow: inset 0 0 0 3px #1ba5fd, inset 0 0 0 4px rgba(0, 0, 0, 0.17);
    color: #1ba5fd;
    pointer-events: none;
}
/*# sourceMappingURL=slide-to-submit.css.map */
