/**
 * Minified by jsDelivr using clean-css v4.2.3.
 * Original file: /npm/jquery.steps@1.1.1/dist/jquery-steps.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
 .step-app>.step-steps {
    margin: 0;
    padding: 0;
    display: flex;
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.step-app>.step-steps>li {
    list-style: none;
    flex: 1;
    cursor: pointer;
    display: block;
    padding: 10px;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
    border-right: 1px solid #fff;
    margin: 2px;
    box-shadow: 0px 23px 22px -4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 23px 22px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 23px 22px -4px rgba(0, 0, 0, 0.15);
}

.step-app>.step-steps>li:hover {
    background-color: #e5e5e5;
}

.step-app>.step-steps>li:last-child a {
    border: none
}

.step-app>.step-steps>li.active {
    background-color: #e3a94d;
    font-weight: 700;
    color: #fff;
    box-shadow: 0px 23px 22px -4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 23px 22px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 23px 22px -4px rgba(0, 0, 0, 0.15);
}

.step-app>.step-steps>li.error {
    background-color: #e7505a;
    color: #fff
}

.step-app>.step-steps>li.done {
    background-color: #ffffff;
    color: #e3a94d;
    text-decoration: line-through;
}

.step-app>.step-steps>li>.number {
    background: #fff;
    padding: 0 8px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    border-radius: 3px;
    color: #333
}

.step-app>.step-content {
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-top: 0;
    min-height: 490px;
}

.step-app>.step-content>.step-tab-panel {
    display: none
}

.step-app>.step-content>.step-tab-panel.active {
    display: block
}

.step-app>.step-footer {
    margin-top: 15px;
    margin-bottom: 15px
}

.step-app>.step-footer>.step-btn {
    padding: 4px 16px;
    /* color: #333; */
    text-decoration: none;
    /* background: #e5e5e5; */
    border-radius: 3px;
    border: none;
    outline: 0;
    cursor: pointer
}

/*# sourceMappingURL=/sm/cbf256b4008e319f2f4eababbd89ff6c615058050eafb708a6d36d69a009b382.map */