/*!
 * SmartWizard v4.3.x
 * 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
 */

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25)
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5)
}

.close:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5)
}

.mt-200 {
    margin-top: 200px
}
.sw-theme-dots .sw-container {
    min-height: 300px
}

.sw-theme-dots .step-content {
    padding: 10px 0;
    border: none;
    background-color: #fff;
    text-align: left
}

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

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

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

.sw-theme-dots>ul.step-anchor {
    position: relative;
    background: #fff;
    border: 0 solid #ccc!important;
    list-style: none
}
.smart-wizard-box {
    background: #FFFFFF;
    border: 1px solid #4FE9D4;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px 7px rgb(156 156 156 / 10%);
    border-radius: 10px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

/*.sw-theme-dots>ul.step-anchor:before {*/
/*    !*content: " ";*!*/
/*    !*position: absolute;*!*/
/*    !*top: 47px;*!*/
/*    !*bottom: 0;*!*/
/*    !*width: 100%;*!*/
/*    !*height: 3px;*!*/
/*    !*background-color: #f5f5f5;*!*/
/*    !*border-radius: 3px;*!*/
/*    !*z-order: 0;*!*/
/*    !*z-index: 95*!*/
/*}*/

.sw-theme-dots>ul.step-anchor>li {
    border: none
}

.sw-theme-dots>ul.step-anchor>li>a {
    position: relative;
    text-align: center;
    font-weight: 700;
    background: 0 0;
    border: none;
    color: #ccc;
    text-decoration: none;
    outline-style: none;
    z-index: 96;
    display: block
}

@media screen and (min-width: 800px) {
    .sw-theme-dots>ul.step-anchor>li.nav-item:before {
        /*height: 100px;*/
        /*content: " ";*/
        /*.sw-theme-dots>ul.step-anchor>li>a:before {*/
        content: ' ';
        position: absolute;
        bottom: 17px;
        border: none;
        text-decoration: none;
        width: 11%;
        height: 3px;
        background-color: #f5f5f5;
        border-radius: 3px;
        z-index: 95;
        /*}*/
    }
    .sw-theme-dots>ul.step-anchor>li.nav-item.done:after {
        /*height: 100px;*/
        /*content: " ";*/
        /*.sw-theme-dots>ul.step-anchor>li>a:before {*/
        content: ' ';
        position: absolute;
        bottom: 17px;
        border: none;
        text-decoration: none;
        width: 11%;
        height: 3px;
        background-color: #4FE9D4;
        border-radius: 3px;
        z-index: 95;
        /*}*/
    }

    .sw-theme-dots>ul.step-anchor>li.nav-item.active:before {
        /*height: 100px;*/
        /*content: " ";*/
        /*.sw-theme-dots>ul.step-anchor>li>a:before {*/
        content: ' ';
        position: absolute;
        bottom: 17px;
        border: none;
        text-decoration: none;
        width: 11%;
        height: 3px;
        background-color: #4FE9D4;
        border-radius: 3px;
        z-index: 95;
        /*}*/
    }
}



.sw-theme-dots>ul.step-anchor>li>a:after {
    content: ' ';
    position: relative;
    left: 63%!important;
    bottom: 2px;
    margin-top: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background: #f5f5f5;
    border-radius: 50%;
    z-index: 99;
}



.sw-theme-dots>ul.step-anchor>li>a:hover {
    color: #ccc;
    background: 0 0
}

.sw-theme-dots>ul.step-anchor>li>a:focus {
    color: #ccc;
    border: none
}

.sw-theme-dots>ul.step-anchor>li.clickable>a:hover {
    color: #999
}

.sw-theme-dots>ul.step-anchor>li.active>a {
    color: #5bc0de
}

.sw-theme-dots>ul.step-anchor>li.active>a:hover {
    border: none
}

.sw-theme-dots>ul.step-anchor>li.active>a:after {
    background: #4FE9D4;
}

.sw-theme-dots>ul.step-anchor>li.done>a {
    color: #4FE9D4;
}

.sw-theme-dots>ul.step-anchor>li.done>a:after {
    background: #4FE9D4;
}

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

.sw-theme-dots>ul.step-anchor>li.danger>a:after {
    background: #d9534f
}

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

.sw-theme-dots>ul.step-anchor>li.disabled>a:after {
    background: #eee
}

@media screen and (max-width: 768px) {
    .sw-theme-dots>ul.step-anchor:before {
        top:0;
        bottom: 0;
        left: 10px;
        width: 5px;
        height: 100%;
        background-color: #f5f5f5;
        display: block;
        margin-right: 10px
    }

    .sw-theme-dots>ul.step-anchor>li {
        margin-left: 20px;
        display: block;
        clear: both
    }

    .sw-theme-dots>ul.step-anchor>li>a {
        text-align: left;
        margin-left: 0;
        display: block
    }

    .sw-theme-dots>ul.step-anchor>li>a:before {
        top: 5px;
        left: -23px;
        margin-right: 10px;
        display: block
    }

    .sw-theme-dots>ul.step-anchor>li>a:after {
        top: -38px;
        left: -31px;
        margin-right: 10px;
        display: block
    }
}

/*!
 * SmartWizard v4.3.x
 * 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
 */
.sw-main {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: .25rem!important
}

.sw-main .sw-container {
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.sw-main .step-content {
    display: none;
    position: relative;
    margin: 0
}

.sw-main .sw-toolbar {
    margin-left: 0
}

.sw-theme-default {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3)
}

.sw-theme-default .sw-container {
    min-height: 250px
}

.sw-theme-default .step-content {
    padding: 10px;
    border: 0 solid #d4d4d4;
    background-color: #fff;
    text-align: left
}

.sw-theme-default .sw-toolbar {
    background: #f9f9f9;
    border-radius: 0!important;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    margin-bottom: 0!important
}

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

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

.sw-theme-default>ul.step-anchor>li {
    position: relative;
    margin-right: 2px
}

.sw-theme-default>ul.step-anchor>li>a,.sw-theme-default>ul.step-anchor>li>a:hover {
    border: none!important;
    color: #bbb;
    text-decoration: none;
    outline-style: none;
    background: 0 0!important;
    border: none!important;
    cursor: not-allowed
}

.sw-theme-default>ul.step-anchor>li.clickable>a:hover {
    color: #4285f4!important;
    background: 0 0!important;
    cursor: pointer
}

.sw-theme-default>ul.step-anchor>li>a::after {
    content: ' ';
    position: relative;
    left: 67%!important;
    bottom: 2px;
    margin-top: 10px;
    display: block;
    width: 17px;
    height: 17px;
    background: #f5f5f5;
    border-radius: 50%;
    z-index: 99;
}

.sw-theme-default>ul.step-anchor>li.active>a {
    border: none!important;
    color: #4285f4!important;
    background: 0 0!important;
    cursor: pointer
}

.sw-theme-default>ul.step-anchor>li.active>a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sw-theme-default>ul.step-anchor>li.done>a {
    border: none!important;
    color: #000!important;
    background: 0 0!important;
    cursor: pointer
}

.sw-theme-default>ul.step-anchor>li.done>a::after {
    background: #5cb85c;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sw-theme-default>ul.step-anchor>li.danger>a {
    border: none!important;
    color: #d9534f!important;
    cursor: pointer
}

.sw-theme-default>ul.step-anchor>li.danger>a::after {
    background: #d9534f;
    border-left-color: #f8d7da;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

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

@media screen and (max-width: 768px) {
    .question-form-tablet-display-none {
        display:none!important;
    }
    .sw-theme-default>.nav-tabs>li {
        float:none!important
    }
}

@media screen and (max-width: 500px) {
    .question-form-mobile-display-none {
        display:none!important;
    }

    .mt-xs-3 {
        margin-top: 0.8rem;
    }

}

.sw-loading::after {
    position: absolute;
    display: block;
    opacity: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.7);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 2
}

.sw-loading::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}



