/**
 * 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: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}

.step-app>.step-steps>li {
    list-style: none;
    cursor: pointer;
    display: block;
    padding: 10px;
    padding-left: 20px;
    color: #333;
    background: #e5e5e5;
    text-decoration: none;
    border: 1px solid #878787;
    border-radius: 5px;
} */

.step-app>.step-steps>li span {
    font-size: 22px;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    color: #8a94a1;
}

.step-app>.step-steps>li:hover {
    background-color: #ddd
}

.step-app>.step-steps>li:last-child a {
    border: none
}

.step-app>.step-steps>li.active {
    background: #186caf;
    color: #fff;
    border: 1px solid #186caf;
}

.step-app>.step-steps>li.error {
    background: #e7505a;
    color: #fff;
    border: 1px solid #e7505a;
}

.step-app>.step-steps>li.done {
    background: #3cb371;
    color: #fff;
    border: 1px solid #3cb371;
}

.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 {
    margin-top: 0px;
}

.step-app>.step-content>.step-tab-panel {
    display: none
}

.step-app>.step-content>.step-tab-panel.active {
    display: block
}

.step-app>.step-footer {
    display: flex;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid #939393;
    border-radius: 0 0 5px 5px;
    background: #fff;
    width: calc(100% - 40px);
    border-top: 0;
}

.step-app>.step-footer>.step-btn {
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    background: #e5e5e5;
    border-radius: 8px;
    border: none;
    outline: 0;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-bottom: 4px solid rgba(0,0,0,.1);
    min-width: 150px;
    text-transform: capitalize;
}

.step-app>.step-footer>.step-btn.next {background: #186caf;color: #fff;border: 1px solid #186caf;border-bottom: 4px solid rgba(0,0,0,.2);margin-right: 0;margin-left: auto;}

.step-app>.step-footer>.step-btn.prev {
    background: #ff9800;
    color: #fff;
    border: 1px solid #ff9800;
    border-bottom: 4px solid rgba(0,0,0,.2);
}

.step-app>.step-footer>.step-btn.finish {
    background: #f44336;
    color: #fff;
    border: 1px solid #f44336;
    border-bottom: 4px solid rgba(0,0,0,.2);
    margin-right: 0;
    margin-left: auto;
}
