/*!
 * 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
 */
body{
    font-size: 14px;
}
/* SmartWizard Theme: Circles */
.sw-theme-circles {}

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

.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;
    border: none;
    list-style: none;
    margin-bottom: 20px;
}

.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; 
    z-index: 98;
}

.sw-theme-circles>ul.step-anchor>li>a {
    border: 2px solid #f5f5f5;
    background: #f5f5f5;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 25px 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;
    background: #f5f5f5;
    line-height: 1;
}

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

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

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

.sw-theme-circles>ul.step-anchor>li.done>a {
    border-color: #9ae2f7;
    background: #fff;
    border: solid 1px #9ae2f7;
    color: #9ae2f7;
}
.sw-theme-circles>ul.step-anchor>li.done>a > i {
    color: #9ae2f7;
}

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


.sw-theme-circles>ul.step-anchor>li.active>a>i {
    color: #fff;
}

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

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

.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;
}
.form-control-unrounded{
    border-radius: 0;
    background: #fff;
}
.auth-content .card{
    border-radius: 0;
}
.auth-logo{
    margin-top: 20px;
}
.btn-unrounded{
    border-radius: 0;
}
.auth-logo img{
    width: auto !important;
}
.sw-theme-circles .nav-link i {
        font-size: 1.5rem;
        color: #9a9a9a;
}
.sw-theme-circles .nav-tabs .nav-item .nav-link{
    padding:13px;
    margin: 17px auto 0px auto;
}
.sw-theme-circles>ul.step-anchor>li{
    width: 25%;
    margin: 0 auto;
    text-align: center;
}

.sw-theme-circles {
    width: 90%;
    margin: 0 auto;
}
.auth-content .auth-logo img {
    height: 80px !important;
}


.upload-file {
    opacity: 0;
}

.upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    padding: .5rem;
    position: relative;
    width: 100%;
    height: 145px;
    border: dashed 2px #ccc;
    border-radius: 10px;
    text-align: center;
}


.image-area img {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 5px;
}

.image-area .file {
    border-radius: 20px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0 auto;
}

.image-area input[type="file"] {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 33px;
}

.noImageText {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: #808080;
}

.close {
    position: absolute;
    top: -10px;
    right: -10px;
}

.hide {
    display: none;
}
.wrap-content-list {
    float: left;
    width: calc(100% - 50px);
    margin-left: 5px;
    vertical-align: middle;
    margin-top: 13px;
}
.wrap-content-list p {
    font-size: 12px;
}
label.required::after {
    content: '   *';
    color:red;
}
.form-group label{
    font-size: 14px;
    font-weight: bold;
}
small,
.small{
    font-size: 90%;
}
.form-group label span{
    font-size: 13px;
    font-weight: normal;
}

.nav-tabs .nav-item .nav-link.active {
    background: transparent !important;
    border-bottom: solid 3px #003473 !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-weight: 300;
}

.nav-tabs .nav-item .nav-link {
    font-size: 18px;
    color: #666;
    font-weight: lighter;
}

.nav-tabs .nav-item .nav-link img {
    opacity: 0.5;
    height: 30px;
}

.nav-tabs .nav-item .nav-link.active img {
    opacity: 1;
}
.note{
    color:#84949a;
}
@media (max-width: 480px) {
    .nav-tabs .nav-item {
        width: 50%;
    }
    .nav-tabs .nav-item .nav-link span{
        font-size: 14px !important;
        width: calc(100% - 30px) !important;
    }
    .nav-tabs .nav-item .nav-link img {
        opacity: 0.5;
        height: 20px;
    }
    .sw-theme-circles>ul.step-anchor:before{
        top: 33%;
    }
    .social-btn a{
        margin-bottom: 10px;
        display: block;
    }
}
.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.login-facbook {
    background-image: url(../images/facebook@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.login-google {
    background-image: url(../images/google@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.social-login .note {
    line-height: 30px;
    margin-bottom: 0;
}

.social-login {
    margin-top: 25px;
    margin-bottom: 25px;
}

.auth-layout-wrap .auth-content {
    min-width: 580px;
    max-width: 580px;
}

.social-btn .btn-facebook,
.social-btn .btn-facebook:active {
    background: #507cc0 !important;
    line-height: 20px;
        min-width: 160px;
}
.social-btn .btn-google,
.social-btn .btn-google:active {
    background: #df4930 !important;
    line-height: 20px;
        min-width: 160px;
}
.icon-facebook{
    background-image: url('../images/logo-facebook.png');
        width: 20px;
        height: 20px;
        display: inline-block;
        background-size: cover;
        float: left;
}
.icon-google{
    background-image: url('../images/logo-google.png');
        width: 20px;
        height: 20px;
        display: inline-block;
        background-size: cover;
        float: left;
}

@media (max-width: 600px) {
        .auth-layout-wrap .auth-content{
                min-width: 100% !important;
                max-width: 100% !important;
        }
}
.login-page__social-or {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 500;
}
.login-page__social-or:before {
    margin-right: 10px;
}

.login-page__social-or:after,
.login-page__social-or:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    border-top: 1px solid #e0e0e0;
}
.login-page__social-heading {
    padding-bottom: 10px;
    font-size: 14px;
}

.btn{
    padding: 0.5rem 0.75rem;
    font-size: 0.913rem;
}