/*!
 * Yii2-formwizard
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */

/* SmartWizard Theme: Circles */
.sw-theme-circles {
    font-family: 'Montserrat', sans-serif !important;
}

.sw-theme-circles .sw-container {
    min-height: 300px;
}


.sw-theme-circles .fields_container .tabular-row {
    margin-top: 10px;
    border-top: 1px solid #c8c8c8;
    padding: 5px;
    width: 80%;
}

.sw-theme-circles .field-heading {
    border-bottom: 1px solid rgb(161, 161, 161);
    margin-bottom: 31px;
    font-size: 1.3em;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    display: flex;
}

.sw-main .tabular-row i.remove-row {
    float: right;
    clear: both;
    color: #d9534f;
    cursor: pointer;
}

.sw-theme-circles .step-content {
    padding: 10px 0;
    background-color: #FFF;
    text-align: left;
}

.sw-theme-circles .sw-toolbar {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important;
}

.sw-theme-circles .sw-toolbar-top {}

.sw-theme-circles .sw-toolbar-bottom {
    border-top-color: #ddd !important;
    border-bottom-color: #ddd !important;
}

.sw-theme-circles>ul.step-anchor {
    position: relative;
    background: #fff !important;
    border: none;
    list-style: none;
    margin-bottom: 60px;
}

.sw-theme-circles>ul.step-anchor:before {
    content: " ";
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    z-index: 0;
}

.sw-theme-circles>ul.step-anchor>li {
    border: none;
    margin-left: 40px;
    z-index: 98;
}

.sw-theme-circles>ul.step-anchor>li>a {
    border: 2px solid #f5f5f5;
    width: 105px;
    height: 105px;
    text-align: center;
    padding: 53px 0;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 0px 3px #fff !important;
    box-shadow: inset 0px 0px 0px 3px #fff !important;
    text-decoration: none;
    outline-style: none;
    z-index: 99;
    color: #bbb !important;
    background: #f5f5f5 !important;
    line-height: 10px;
}

.sw-theme-circles>ul.step-anchor>li>a:hover {
    color: #bbb !important;
    background: #f5f5f5;
    border-width: 2px;
}

.sw-theme-circles>ul.step-anchor>li>a>small {
    position: relative;
    bottom: -53px;
    color: #ccc;
    line-height: 15px;
}

.sw-theme-circles>ul.step-anchor>li.clickable>a:hover {
    color: #4285F4 !important;
}

.sw-theme-circles>ul.step-anchor>li.active>a {
    border-color: #5bc0de !important;
    color: #fff !important;
    background: #5bc0de !important;
    transition: background-color .1s .2s;
}

.sw-theme-circles>ul.step-anchor>li.active>a>small {
    color: #5bc0de;

}

.sw-theme-circles>ul.step-anchor>li.done>a {
    border-color: #5cb85c !important;
    color: #fff !important;
    background: #5cb85c !important;
}

.sw-theme-circles>ul.step-anchor>li.done>a>small {
    color: #5cb85c;
}

.sw-theme-circles>ul.step-anchor>li.danger>a {
    border-color: #d9534f;
    color: #d9534f;
    background: #fff;
}

.sw-theme-circles>ul.step-anchor>li.danger>a>small {
    color: #d9534f;
}

.sw-theme-circles>ul.step-anchor>li.disabled>a,
.sw-theme-circles>ul.step-anchor>li.disabled>a:hover {
    color: #eee !important;
}